@charset "UTF-8";
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url("//fonts.googleapis.com/css?family=Cinzel");
@import url("//fonts.googleapis.com/css?family=Roboto+Condensed");
@import url("//fonts.googleapis.com/css?family=Open+Sans:400,700");
@import url("//fonts.googleapis.com/css?family=EB+Garamond");
/* 2023年デザイン刷新にて追加 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800&display=swap");

@-ms-viewport {
  width: device-width; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

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

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

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

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media print, screen and (min-width: 480px) {
  html {
    font-size: 62.5%; } }

@media screen and (max-width: 479px) {
  html {
    font-size: calc(100vw / 40); } }

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.7;
  color: #222; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    body {
      font-size: 2px;
      font-size: 1.28rem; } }

.body {
  position: relative; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }
  img:hover {
    opacity: 1; }

a {
  color: #2050d1;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    color: #426de2;
    text-decoration: none; }
  a:visited {
    color: #193fa5; }

@media print, screen and (min-width: 480px) {
  a[href^="tel:"] {
    pointer-events: none;
    display: inline-block; } }

.container {
  margin: 0 auto;
  max-width: 860px;
  padding-right: calc(20px + constant(safe-area-inset-right));
  padding-left: calc(20px + constant(safe-area-inset-left)); }
  .container .container {
    padding: 0; }

.narrow-container {
  margin: 0 auto;
  max-width: 960px;
  padding-right: calc(20px + constant(safe-area-inset-right));
  padding-left: calc(20px + constant(safe-area-inset-left)); }

@media screen and (max-width: 767px) {
  .container {
    padding-right: 10px;
    padding-left: 10px; } }

@media screen and (max-width: 767px) {
  .row {
    margin-right: -10px;
    margin-left: -10px; } }

@media screen and (max-width: 767px) {
  .col-6 {
    padding-right: 10px;
    padding-left: 10px; } }

.header-wrapper {
  position: relative; }

.header {
  background-color: #fff;
  position: fixed; /* 位置を固定する */
  top: 0; /* 固定する位置を指定 */
  left: 0; /* 固定する位置を指定 */
  width: 100%; /* ヘッダーの幅 */
  z-index: 99999;
}

.header .header-nav nav.navbar ul li {
  padding: 0 0.6rem;
}

.header ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.header .menu__second-level li {
  padding: 0.5em !important;
}

.header .menu__second-level li {
  width: 100%;
  border-top: 1px solid #547DDA;
  font-size: 1.3rem;
  padding-top: 3rem;
  margin: 0 !important;
}

.header .menu__second-level li:first-child {
  border-top: none;
}

.header .menu__second-level li a:hover {
  width: 100%;
}

.header li.menu__mega ul.menu__second-level {
  position: absolute;
  top: 40px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 2%;
  background: #fff;
  transition: all 0.2s ease;
}

.header li.menu__mega:hover ul.menu__second-level {
  top: 50px;
  visibility: visible;
  opacity: 1;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1159px) {
/*  .header li.menu__mega:hover ul.menu__second-level {*/
  .header .navbar {
    display: none;
  }
}
.header li.menu__mega ul.menu__second-level > li {
  float: left;
  width: 32%;
  border: none;
}

.header li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
  margin: 0 1%;
}

.header-wrapper .header .header-nav nav.navbar ul .recruit-btn {
  color: #fff;
  display: block;
  background-color: #1045D3;
  padding: 3px 8px;
  border: #1045D3 2px solid;
  border-radius: 12px;
}

.header-wrapper .header .header-nav nav.navbar ul .recruit-btn:hover {
  color: #1045D3;
  background: #fff;
  border: #1045D3 2px solid;
  transition: 0.4s;
}

@media print, screen and (min-width: 768px) {
  .header {
    height: 70px; } }
@media print, screen and (max-width: 767px) {
  .header {
    height: auto; }
  .body-wrap {
    top: 60px!important; } }

.header-logo .site-name {
  display: inline-block;
  margin: 0px 20px 0;
  padding-top: 15px!important; }
  @media screen and (max-width: 767px) {
    .header-logo .site-name {
      padding: 6px;
      margin: 0;
    }
    .header-logo .site-name img {
        width: auto;
        height: 30px;
        vertical-align:top;
    }
  }
  .header-logo .site-name a {
    margin: 0;
    display: inline-block; }
  .header-logo .site-name img {
    width: auto;
    height: 45px; }

.header-search {
  width: 250px;
  border: 1px solid #ddd;
  border-radius: 40px;
  padding-left: 10px; }
  @media print, screen and (min-width: 1160px) {
    .header-search {
      position: absolute;
      top: 20px;
      right: 20px; } }
  .header-search .gsc-control-cse {
    padding: 0;
    margin: 0;
    background: none;
    border: 0; }
  .header-search form.gsc-search-box {
    margin-bottom: 0; }
  .header-search #gs_id50 {
    margin: 0; }
  .header-search .gsib_b {
    height: auto; }
  .header-search table.gsc-search-box {
    margin: 0; }
  .header-search .gsc-input-box {
    border: 0; }
  .header-search .cse .gsc-search-button-v2, .header-search .cse .gsc-search-button-v2:hover,
  .header-search .gsc-search-button-v2, .header-search .gsc-search-button-v2:hover {
    background: none;
    border: 0; }
    .header-search .cse .gsc-search-button-v2 svg, .header-search .cse .gsc-search-button-v2:hover svg,
    .header-search .gsc-search-button-v2 svg, .header-search .gsc-search-button-v2:hover svg {
      fill: #666; }

@media print, screen and (min-width: 1160px) {
  #nav-toggle {
    display: none; }
  .header-nav {
    position: absolute;
    top: 20px;
    right: 300px; }
    .header-nav nav.navbar ul {
      margin: 0;
      padding: 0; }
      .header-nav nav.navbar ul li {
        display: inline-block;
        list-style: none;
        font-weight: bold;
        color: #222;
        margin-left: 20px; }
        .header-nav nav.navbar ul li.stay {
          /*border-bottom: 4px solid #3981c1;*/ }
        .header-nav nav.navbar ul li a {
          color: #222;
          text-decoration: none;
          position: relative;
          display: inline-block; }
          .header-nav nav.navbar ul li a:hover, .header-nav nav.navbar ul li a:active, .header-nav nav.navbar ul li a:focus {
            color: #222222;
            text-decoration: none; }
          .header-nav nav.navbar ul li a:visited {
            color: #222222; }
          .header-nav nav.navbar ul li a::after {
            position: absolute;
            bottom: -4px;
            left: 0;
            content: '';
            width: 100%;
            height: 2px;
            background: #3981c1;
            -webkit-transform: scale(0, 1);
            -ms-transform: scale(0, 1);
            transform: scale(0, 1);
            -webkit-transform-origin: center top;
            -ms-transform-origin: center top;
            transform-origin: center top;
            -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            -o-transition: transform .3s;
            transition: transform .3s;
            transition: transform .3s, -webkit-transform .3s; }
          .header-nav nav.navbar ul li a:hover::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            transform: scale(1, 1); } }

@media screen and (max-width: 1159px) {
  .header-nav nav.navbar {
    margin-bottom: 30px; }
    .header-nav nav.navbar ul {
      margin-top: 0;
      padding: 0; }
      .header-nav nav.navbar ul li {
        font-size: 18px;
        font-size: 1.8rem; } }
      @media screen and (max-width: 1159px) and (min-width: 480px) and (max-width: 1200px) {
        .header-nav nav.navbar ul li {
          font-size: 2.25px;
          font-size: 1.44rem; } }

@media screen and (max-width: 1159px) {
        .header-nav nav.navbar ul li a {
          display: block;
          padding: 10px 0;
          color: #222;
          text-decoration: none; }
          .header-nav nav.navbar ul li a:hover, .header-nav nav.navbar ul li a:active, .header-nav nav.navbar ul li a:focus {
            color: #222222;
            text-decoration: none; }
          .header-nav nav.navbar ul li a:visited {
            color: #222222; }
  .sp-nav {
    display: none; }
  #nav-toggle {
    position: absolute;
    top: 23px;
    right: 9px;
    height: 32px;
    cursor: pointer; }
    #nav-toggle > div {
      position: relative;
      width: 28px; }
    #nav-toggle span {
      width: 100%;
      height: 2px;
      left: 0;
      display: block;
      background: #3981c1;
      position: absolute;
      -webkit-transition: top .3s ease, -webkit-transform .3s ease-in-out;
      transition: top .3s ease, -webkit-transform .3s ease-in-out;
      -o-transition: transform .3s ease-in-out, top .3s ease;
      transition: transform .3s ease-in-out, top .3s ease;
      transition: transform .3s ease-in-out, top .3s ease, -webkit-transform .3s ease-in-out; }
      #nav-toggle span:nth-child(1) {
        top: 0; }
      #nav-toggle span:nth-child(2) {
        top: 8px; }
      #nav-toggle span:nth-child(3) {
        top: 16px; }
  .open #nav-toggle span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%; }
  .open #nav-toggle span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .sp-nav {
    background: #fff;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 29px;
    opacity: 0;
    -webkit-transition: opacity .3s ease, visibility .3s ease;
    -o-transition: opacity .3s ease, visibility .3s ease;
    transition: opacity .3s ease, visibility .3s ease;
    height: 100vh;
    width: 100%; }
  /* z-index */
  #nav-toggle {
    z-index: 1000; }
  .body-wrap {
    z-index: 900; }
  /* open */
  .open {
    overflow: hidden; }
    .open .sp-nav {
      visibility: visible;
      opacity: 1; }
    .open .body-wrap {
      display: none; } }

.body-wrap {
    overflow-y: hidden;
    position: relative;
    top: 70px;
}
.suggest {
  margin-top: 4em;
  background: url(../img/footer_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding: 6em 0; }
  @media screen and (max-width: 767px) {
    .suggest {
      padding: 4em 0; } }
  .suggest h2 {
    margin: 0; }
  .suggest .lead {
    margin-top: 10px; }
    @media screen and (max-width: 767px) {
      .suggest .lead {
        padding-left: 30px;
        padding-right: 30px; } }

footer.footer {
  text-align: center;
  margin-top: 0;
  background-color: #fff; }
  @media screen and (max-width: 767px) {
    footer.footer {
      padding-left: 15px;
      padding-right: 15px; } }
  footer.footer ul {
    padding: 2em 0 0 0;
    margin-top: 0; }
    footer.footer ul li {
      list-style: none;
      display: inline-block; }
  footer.footer nav.navbar ul li {
    font-weight: bold;
    color: #222;
    padding: 10px 15px; }
    footer.footer nav.navbar ul li a {
      color: #222;
      text-decoration: none; }
      footer.footer nav.navbar ul li a:hover, footer.footer nav.navbar ul li a:active, footer.footer nav.navbar ul li a:focus {
        color: #222222;
        text-decoration: none; }
      footer.footer nav.navbar ul li a:visited {
        color: #222222; }
  footer.footer .utility {
    margin-top: 2em;
    border-top: 1px solid #e8e8e8; }
    footer.footer .utility ul li {
      color: #777;
      padding: 10px 15px;
      font-size: 13px;
      font-size: 1.3rem; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        footer.footer .utility ul li {
          font-size: 1.625px;
          font-size: 1.04rem; } }
      footer.footer .utility ul li a {
        color: #777;
        text-decoration: none; }
        footer.footer .utility ul li a:hover, footer.footer .utility ul li a:active, footer.footer .utility ul li a:focus {
          color: #777777;
          text-decoration: none; }
        footer.footer .utility ul li a:visited {
          color: #777777; }
  footer.footer .copyright {
    font-size: 11px;
    color: #777;
    padding-bottom: 30px; }

@media print, screen and (min-width: 1023px) {
  .body-wrap {
    overflow-x: hidden; } }

main {
  display: block;
  margin-bottom: 60px; }

.container::after {
  content: "";
  display: block;
  clear: both; }

@media print, screen and (min-width: 1023px) {
  .container {
    max-width: 860px;
    margin-right: auto;
    margin-left: auto; } }

@media print, screen and (min-width: 1023px) {
  .wide-container {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto; } }

@media screen and (max-width: 1022px) {
  .wide-container {
    /* padding-left: 10px;
    padding-right: 10px;*/ } }

.container-breaking-out {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw); }

.section-01 {
  padding: 4em 0; }
  .section-01 > *:first-child {
    margin-top: 0; }
  .section-01 .h2-02 {
    margin-top: 0; }

.bg-black {
  background: #111;
  padding: 4em 0;
  margin: 6em 0;
  color: #fff; }
  .bg-black > *:first-child {
    margin-top: 0; }
  .bg-black.-nomargin {
    margin: 0; }

.sub .h2-01 {
  background: #000;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 20px; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    .sub .h2-01 {
      font-size: 2.25px;
      font-size: 1.44rem; } }
  .sub .h2-01:first-child {
    margin-top: 20px; }

.sub h3 {
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1.6rem; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    .sub h3 {
      font-size: 2px;
      font-size: 1.28rem; } }

.sub .list-side {
  padding: 0;
  margin: 0; }
  .sub .list-side li {
    list-style: none; }
  .sub .list-side a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-size: 1.4rem; }
    .sub .list-side a:hover, .sub .list-side a:active, .sub .list-side a:focus {
      color: black;
      text-decoration: none; }
    .sub .list-side a:visited {
      color: black; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .sub .list-side a {
        font-size: 1.75px;
        font-size: 1.12rem; } }
    .sub .list-side a .date {
      color: #666;
      font-size: 11px;
      font-size: 1.1rem; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        .sub .list-side a .date {
          font-size: 1.375px;
          font-size: 0.88rem; } }

@media print, screen and (min-width: 768px) {
  .hide-pc {
    display: none; } }

@media screen and (max-width: 767px) {
  .hide-sp {
    display: none; } }

p, ul, ol, dl, h2, h3, h4, h5, table {
  margin-top: 2em;
  margin-bottom: 0; }

dd {
  margin-left: 0; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.img-r {
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .img-r {
      display: block;
      margin-left: auto;
      margin-right: auto; } }
  @media print, screen and (min-width: 768px) {
    .img-r {
      float: right;
      margin-left: 30px;
      margin-bottom: 30px; } }

.img-l {
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .img-l {
      display: block;
      margin-left: auto;
      margin-right: auto; } }
  @media print, screen and (min-width: 768px) {
    .img-l {
      float: left;
      margin-right: 30px;
      margin-bottom: 30px; } }

.large {
  font-size: 110%; }

.x-large {
  font-size: 140%; }
  @media screen and (max-width: 767px) {
    .x-large {
      font-size: 120%; } }

.xx-large {
  font-size: 170%; }
  @media screen and (max-width: 767px) {
    .xx-large {
      font-size: 130%; } }

.small {
  font-size: 84%; }

.x-small {
  font-size: 70%; }

em {
  font-weight: bold;
  font-style: normal; }

.attention {
  color: red; }

.memo {
  color: #888;
  font-size: 80%; }

.tel {
  text-align: center; }
  .tel a {
    color: #000;
    text-decoration: none; }
    .tel a:hover, .tel a:active, .tel a:focus {
      color: black;
      text-decoration: none; }
    .tel a:visited {
      color: black; }
  .tel span {
    display: inline-block; }
  .tel .label {
    font-family: 'EB Garamond', serif;
    letter-spacing: 0.2em; }
  .tel .no {
    font-family: 'EB Garamond', serif;
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 0.2em; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .tel .no {
        font-size: 3.75px;
        font-size: 2.4rem; } }
  .tel .memo {
    color: #000; }
    @media print, screen and (min-width: 768px) {
      .tel .memo {
        margin-left: 20px; } }
    @media screen and (max-width: 767px) {
      .tel .memo {
        display: block; } }
  .tel .note {
    color: #999;
    font-size: 15px;
    font-size: 1.5rem;
    display: block; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .tel .note {
        font-size: 1.875px;
        font-size: 1.2rem; } }

.fileicon {
  padding-left: 10px;
  padding-right: 10px; }

.fileicon:before {
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 3px; }

.fileicon--docx:before {
  content: "\f1c2"; }

.fileicon--xlsx:before {
  content: "\f1c3"; }

.fileicon--pptx:before {
  content: "\f1c4"; }

.fileicon--pdf:before {
  content: "\f1c1"; }

.fileicon--zip:before {
  content: "\f1c6"; }

.fromTopIn {
  -webkit-transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
  transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
  -o-transition: transform 1.0s ease, opacity 1.0s ease;
  transition: transform 1.0s ease, opacity 1.0s ease;
  transition: transform 1.0s ease, opacity 1.0s ease, -webkit-transform 1.0s ease;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1.0; }

.fromTopOut {
  -webkit-transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
  transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
  -o-transition: transform 1.0s ease, opacity 1.0s ease;
  transition: transform 1.0s ease, opacity 1.0s ease;
  transition: transform 1.0s ease, opacity 1.0s ease, -webkit-transform 1.0s ease;
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px);
  opacity: 0.0; }

.fromBottomIn {
  -webkit-transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
  transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
  -o-transition: transform 1.0s ease, opacity 1.0s ease;
  transition: transform 1.0s ease, opacity 1.0s ease;
  transition: transform 1.0s ease, opacity 1.0s ease, -webkit-transform 1.0s ease;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1.0; }

.fromBottomOut {
  -webkit-transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
  transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
  -o-transition: transform 1.0s ease, opacity 1.0s ease;
  transition: transform 1.0s ease, opacity 1.0s ease;
  transition: transform 1.0s ease, opacity 1.0s ease, -webkit-transform 1.0s ease;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  opacity: 0.0; }

.fromLeftIn {
  -webkit-transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
  transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
  -o-transition: transform 1.0s ease, opacity 1.0s ease;
  transition: transform 1.0s ease, opacity 1.0s ease;
  transition: transform 1.0s ease, opacity 1.0s ease, -webkit-transform 1.0s ease;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1.0; }

.fromLeftOut {
  -webkit-transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
  transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
  -o-transition: transform 1.0s ease, opacity 1.0s ease;
  transition: transform 1.0s ease, opacity 1.0s ease;
  transition: transform 1.0s ease, opacity 1.0s ease, -webkit-transform 1.0s ease;
  -webkit-transform: translate(-10px, 0);
  -ms-transform: translate(-10px, 0);
  transform: translate(-10px, 0);
  opacity: 0.0; }

.fromRightIn {
  -webkit-transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
  transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
  -o-transition: transform 1.0s ease, opacity 1.0s ease;
  transition: transform 1.0s ease, opacity 1.0s ease;
  transition: transform 1.0s ease, opacity 1.0s ease, -webkit-transform 1.0s ease;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1.0; }

.fromRightOut {
  -webkit-transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
  transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
  -o-transition: transform 1.0s ease, opacity 1.0s ease;
  transition: transform 1.0s ease, opacity 1.0s ease;
  transition: transform 1.0s ease, opacity 1.0s ease, -webkit-transform 1.0s ease;
  -webkit-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  transform: translate(10px, 0);
  opacity: 0.0; }

.page-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 180px;
  background-image: -moz-linear-gradient(2deg, #386cc2 0%, #39a8c0 100%);
  background-image: -webkit-linear-gradient(2deg, #386cc2 0%, #39a8c0 100%);
  background-image: -ms-linear-gradient(2deg, #386cc2 0%, #39a8c0 100%); }
  .page-title-wrapper .page-title {
    text-align: center;
    color: #fff; }
    .page-title-wrapper .page-title h1 {
      margin: 0; }
      .page-title-wrapper .page-title h1 .en {
        margin-top: 0;
        font-size: 20px;
        font-size: 2rem;
        font-family: 'Cinzel', serif;
        letter-spacing: .7em;
        font-weight: normal; }
        @media screen and (min-width: 480px) and (max-width: 1200px) {
          .page-title-wrapper .page-title h1 .en {
            font-size: 2.5px;
            font-size: 1.6rem; } }
      .page-title-wrapper .page-title h1 .jp {
        font-size: 12px;
        font-size: 1.2rem;
        margin-top: 0;
        font-weight: normal; }
        @media screen and (min-width: 480px) and (max-width: 1200px) {
          .page-title-wrapper .page-title h1 .jp {
            font-size: 1.5px;
            font-size: 0.96rem; } }
  @media screen and (max-width: 767px) {
    .page-title-wrapper {
      margin-top: 0;
      height: auto; }
      .page-title-wrapper .page-title {
        font-size: 20px;
        font-size: 2rem; } }
    @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
      .page-title-wrapper .page-title {
        font-size: 2.5px;
        font-size: 1.6rem; } }

.topicpath {
  margin-bottom: 30px;
  padding: 10px 0;
  font-size: 14px;
  font-size: 1.4rem; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    .topicpath {
      font-size: 1.75px;
      font-size: 1.12rem; } }
  @media screen and (max-width: 767px) {
    .topicpath {
      margin-bottom: 5px; } }

.topicpath-list {
  list-style: none;
  margin: 0 auto; }

.topicpath-item {
  float: left;
  padding: 0 10px 0 5px; }
  .topicpath-item:first-child {
    padding: 0 10px 0 0;
    background: 0; }
  .topicpath-item:not(:last-child)::after {
    font-family: ionicons;
    content: "";
    padding-left: 10px; }

.topicpath-link {
  color: #666; }
  .topicpath-link:visited, .topicpath-link:focus, .topicpath-link:active {
    color: #666; }

.btn-01 {
  padding: 18px 100px;
  display: inline-block;
  background-image: -moz-linear-gradient(2deg, #386cc2 0%, #39a8c0 100%);
  background-image: -webkit-linear-gradient(2deg, #386cc2 0%, #39a8c0 100%);
  background-image: -ms-linear-gradient(2deg, #386cc2 0%, #39a8c0 100%);
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.1em;
  border: 0;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem; }
  .btn-01:hover, .btn-01:active, .btn-01:focus {
    color: white;
    text-decoration: none; }
  .btn-01:visited {
    color: white; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    .btn-01 {
      font-size: 2px;
      font-size: 1.28rem; } }
  @media screen and (max-width: 767px) {
    .btn-01 {
      padding: 18px 10px;
      width: 90%; } }
  .btn-01::after {
    font-family: ionicons;
    content: "";
    display: inline-block;
    margin-left: 7px;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .btn-01:hover::after {
    -webkit-transform: translate(5px, 0px);
    -ms-transform: translate(5px, 0px);
    transform: translate(5px, 0px); }

.btn-02 {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-family: 'Open Sans';
  background: #fff;
  padding: 18px 100px;
  display: inline-block; }
  .btn-02:hover, .btn-02:active, .btn-02:focus {
    color: black;
    text-decoration: none; }
  .btn-02:visited {
    color: black; }
  @media screen and (max-width: 767px) {
    .btn-02 {
      padding: 18px 10px;
      width: 90%; } }
  .btn-02::after {
    font-family: ionicons;
    content: "";
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .btn-02::after {
        font-size: 1.5px;
        font-size: 0.96rem; } }
  .btn-02:hover::after {
    -webkit-transform: translate(5px, 0px);
    -ms-transform: translate(5px, 0px);
    transform: translate(5px, 0px); }

.btn-small {
  background-image: -moz-linear-gradient(2deg, #386cc2 0%, #39a8c0 100%);
  background-image: -webkit-linear-gradient(2deg, #386cc2 0%, #39a8c0 100%);
  background-image: -ms-linear-gradient(2deg, #386cc2 0%, #39a8c0 100%);
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 2px 20px; }
  .btn-small:hover, .btn-small:active, .btn-small:focus {
    color: white;
    text-decoration: none; }
  .btn-small:visited {
    color: white; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    .btn-small {
      font-size: 1.625px;
      font-size: 1.04rem; } }

.btn-back {
  color: #333;
  text-decoration: none;
  letter-spacing: 0.1em;
  background: #eee;
  padding: 18px 100px;
  border: 0;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 2em; }
  .btn-back:hover, .btn-back:active, .btn-back:focus {
    color: #333333;
    text-decoration: none; }
  .btn-back:visited {
    color: #333333; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    .btn-back {
      font-size: 2px;
      font-size: 1.28rem; } }

.acms-grid table,
.table-01 {
  width: 100%;
  border-collapse: collapse; }
  .acms-grid table th, .acms-grid table td,
  .table-01 th,
  .table-01 td {
    border: 1px solid #e5e5e5;
    padding: 10px;
    border-left: 0;
    border-radius: 0; }
  .acms-grid table th,
  .table-01 th {
    background: #eee;
    min-width: 15%;
    width: 20%;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .acms-grid table th,
      .table-01 th {
        width: 30%; } }

.table-01 {
  margin-bottom: 2em; }

table.table-02 {
  width: 100%;
  border-collapse: collapse; }
  table.table-02 th, table.table-02 td {
    border: 1px solid #C6C7C5;
    padding: 10px;
    border-left: 0; }
  table.table-02 th {
    background: #F5F3EF;
    text-align: left; }

table.table-03 {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #aaa; }
  table.table-03 th, table.table-03 td {
    border-bottom: 1px solid #C6C7C5;
    padding: 10px;
    border-left: 0;
    font-size: 14px;
    font-size: 1.4rem; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      table.table-03 th, table.table-03 td {
        font-size: 1.75px;
        font-size: 1.12rem; } }
  table.table-03 th {
    color: #3981c1;
    text-align: right; }

table.calendar {
  width: 100%;
  border-collapse: collapse; }
  table.calendar th, table.calendar td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center; }
  table.calendar th {
    background: #fff; }

.acms-entry h2 {
  margin-top: 3em;
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 22px;
  padding-bottom: 8px;
  position: relative;
  border-bottom: 4px solid #eee; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    .acms-entry h2 {
      font-size: 2.5px;
      font-size: 1.6rem; } }
  .acms-entry h2::after {
    position: absolute;
    bottom: -4px;
    content: '';
    width: 90px;
    height: 4px;
    display: block;
    background: #3981c1;
    background-image: -moz-linear-gradient(2deg, #386cc2 0%, #39a8c0 100%);
    background-image: -webkit-linear-gradient(2deg, #386cc2 0%, #39a8c0 100%);
    background-image: -ms-linear-gradient(2deg, #386cc2 0%, #39a8c0 100%); }

.list-arrow01 {
  padding-left: 0; }
  .list-arrow01 li {
    list-style: none; }
    .list-arrow01 li a {
      position: relative;
      display: inline-block;
      padding-left: 1em;
      text-decoration: none;
      color: #222;
      text-decoration: none; }
      .list-arrow01 li a:hover, .list-arrow01 li a:active, .list-arrow01 li a:focus {
        color: #222222;
        text-decoration: none; }
      .list-arrow01 li a:visited {
        color: #222222; }
      .list-arrow01 li a::before {
        color: #3981c1;
        font-family: ionicons;
        content: "";
        margin-right: 5px;
        display: inline-block; }

.list-arrow02 {
  padding-left: 0; }
  .list-arrow02 li {
    list-style: none;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px; }
    .list-arrow02 li a {
      position: relative;
      display: inline-block;
      padding-left: 1em;
      text-decoration: none;
      color: #222;
      text-decoration: none; }
      .list-arrow02 li a:hover, .list-arrow02 li a:active, .list-arrow02 li a:focus {
        color: #222222;
        text-decoration: none; }
      .list-arrow02 li a:visited {
        color: #222222; }
      .list-arrow02 li a::before {
        color: #3981c1;
        font-family: ionicons;
        content: "";
        margin-right: 5px;
        font-size: 22px;
        font-size: 2.2rem;
        position: absolute;
        top: calc(50% - 0.5em);
        left: 0;
        line-height: 1; }
        @media screen and (min-width: 480px) and (max-width: 1200px) {
          .list-arrow02 li a::before {
            font-size: 2.75px;
            font-size: 1.76rem; } }

.list-within {
  text-align: center; }
  .list-within li {
    list-style: none;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px; }
    .list-within li a {
      position: relative;
      display: inline-block;
      text-decoration: none;
      color: #222;
      text-decoration: none;
      /*&::after {
                position: absolute;
                bottom: -4px;
                left: 0;
                content: '';
                width: 100%;
                height: 1px;
                background: $main-color;
                transform: scale(0, 1);
                transform-origin: left top;
                transition: transform .3s;
            }
            &:hover::after {
                transform: scale(1, 1);
            }*/ }
      .list-within li a:hover, .list-within li a:active, .list-within li a:focus {
        color: #222222;
        text-decoration: none; }
      .list-within li a:visited {
        color: #222222; }
      .list-within li a::after {
        color: #3981c1;
        font-family: ionicons;
        content: "";
        font-weight: bold;
        display: inline-block;
        margin-left: 5px; }

.list-file + .clearHidden + .list-file {
  margin-top: 10px; }

.list-file::before {
  font-family: ionicons;
  content: "";
  color: #3981c1;
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block;
  margin-right: 8px; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    .list-file::before {
      font-size: 1.625px;
      font-size: 1.04rem; } }

.list-headline {
  margin-top: 0;
  border-bottom: 1px dotted #ddd;
  padding: 10px 0; }
  @media print, screen and (min-width: 768px) {
    .list-headline {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .list-headline dt {
    color: #666; }
    @media print, screen and (min-width: 768px) {
      .list-headline dt {
        width: 8em; } }
  @media print, screen and (min-width: 768px) {
    .list-headline dd {
      width: calc(100% - 8em); } }

ul.pager {
  text-align: center;
  padding: 0;
  margin-top: 4em;
  margin-bottom: 4em; }
  ul.pager li {
    list-style: none;
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px; }
    ul.pager li.arrow a {
      color: #3981c1;
      text-decoration: none; }
      ul.pager li.arrow a:hover, ul.pager li.arrow a:active, ul.pager li.arrow a:focus {
        color: #3981c1;
        text-decoration: none; }
      ul.pager li.arrow a:visited {
        color: #3981c1; }
    ul.pager li span {
      display: inline-block;
      background: #E5E5E5; }
      ul.pager li span a {
        display: inline-block;
        padding: 4px 13px;
        color: #000;
        text-decoration: none; }
        ul.pager li span a:hover, ul.pager li span a:active, ul.pager li span a:focus {
          color: black;
          text-decoration: none; }
        ul.pager li span a:visited {
          color: black; }
      ul.pager li span.dot {
        background: none; }
    ul.pager li.cur span {
      background: #3981c1;
      padding: 4px 13px;
      color: #fff; }

ul.pagination {
  padding: 0;
  text-align: center; }
  ul.pagination li.page-item {
    list-style: none;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px; }

ul.icon-01 {
  padding: 0; }
  ul.icon-01 li {
    display: inline-block;
    list-style: none;
    margin-bottom: 3px; }
    ul.icon-01 li span {
      display: block;
      border: 1px solid #3981c1;
      color: #3981c1;
      font-size: 12px;
      font-size: 1.2rem;
      padding: 1px 10px; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        ul.icon-01 li span {
          font-size: 1.5px;
          font-size: 0.96rem; } }

.main-copy {
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 2em 0; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    .main-copy {
      font-size: 2.25px;
      font-size: 1.44rem; } }
  @media print, screen and (min-width: 1023px) {
    .main-copy {
      text-align: center;
      padding: 4em 0;
      line-height: 2; } }
  .main-copy p {
    margin: 0; }

.youtube {
  margin-top: 4em;
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden; }
  .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.tab-01 ul.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  border-bottom: 4px solid #3981c1; }
  .tab-01 ul.tabs li {
    list-style: none;
    cursor: pointer;
    text-align: center;
    position: relative;
    margin: 0 10px; }
    @media screen and (max-width: 767px) {
      .tab-01 ul.tabs li {
        width: 45%; } }
    .tab-01 ul.tabs li span {
      display: block;
      padding: 15px 35px;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .tab-01 ul.tabs li span {
          padding: 7px 5px; } }
    .tab-01 ul.tabs li > span {
      background: #3981c1;
      color: #fff;
      height: 100%; }
    .tab-01 ul.tabs li a > span {
      background: #eee;
      height: 100%; }

.acms-entry [class*=column-eximage-].nocaption, .acms-entry [class*=column-image-].nocaption, .acms-entry [class*=column-media-].nocaption, .acms-entry [class*=column-video-], .acms-entry [class*=column-yolp-], .acms-entry [class*=column-youtube-] {
  margin-top: 2em !important; }
  @media screen and (max-width: 767px) {
    .acms-entry [class*=column-eximage-].nocaption, .acms-entry [class*=column-image-].nocaption, .acms-entry [class*=column-media-].nocaption, .acms-entry [class*=column-video-], .acms-entry [class*=column-yolp-], .acms-entry [class*=column-youtube-] {
      margin-bottom: 2em !important; } }

.acms-thumbnail p {
  margin-top: 0; }

/* ------------------------------
　　お問い合わせ
------------------------------ */
.contact-box .message {
  margin: 0 0 35px 0;
  font-weight: bold; }

.contact-box .contact-no {
  margin: 0;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  color: #333; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    .contact-box .contact-no {
      font-size: 3.75px;
      font-size: 2.4rem; } }
  .contact-box .contact-no a {
    color: inherit; }

.contact-box .error-text {
  /* エラー文 */
  margin: 5px 0 0 0;
  color: red; }

.contact-form {
  width: 100%;
  margin: 4em 0 20px 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #ddd; }

.contact-form-group::after {
  content: "";
  display: block;
  clear: both; }

.contact-form-label {
  display: block;
  text-align: left;
  margin: 0;
  padding: 10px 10px 0 10px; }
  @media print, screen and (min-width: 768px) {
    .contact-form-label {
      border-bottom: 1px solid #ddd; } }

.contact-form-control {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #ddd; }

.contact-form-label {
  font-weight: bold; }

.contact-form-grid {
  margin: 0 -5px; }

.contact-form-col,
.acms-entry .contact-form-col {
  margin: 0 0 10px 0;
  padding: 0 5px; }
  .contact-form-col:last-child,
  .acms-entry .contact-form-col:last-child {
    margin: 0; }

@media print, screen and (min-width: 768px) {
  .contact-form {
    display: table;
    width: 100%; }
  .contact-form-group {
    display: table-row; }
  .contact-form-label,
  .contact-form-control {
    display: table-cell; }
  .contact-form-label {
    width: 33.33333%;
    padding: 25px 15px 15px 15px;
    vertical-align: top; }
  .contact-form-control {
    width: 66.66667%;
    padding: 15px; }
  .contact-form-col {
    margin: 0; } }

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
textarea {
  border: 1px solid #ddd;
  border-radius: 3px; }

/* ステップ
------------------------------ */
.contact-box .mail-step {
  margin: 0 0 35px 0;
  padding: 0 10px;
  /* カウンターの設定 */
  counter-reset: mailStep; }

.contact-box .mail-step-item {
  float: left;
  list-style: none;
  margin: 0 10px;
  padding: 18px 0 14px;
  color: #999;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 4px solid transparent; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    .contact-box .mail-step-item {
      font-size: 2px;
      font-size: 1.28rem; } }
  .contact-box .mail-step-item:before {
    /* カウンターの設定 */
    counter-increment: mailStep;
    content: counter(mailStep) "."; }

.contact-box .mail-step-item-current {
  color: #333;
  border-bottom: 4px solid #ddd; }

@media print, screen and (min-width: 768px) {
  .contact-box .mail-step {
    height: 60px; } }

/* 送信ボタン
------------------------------ */
.form-btn-box {
  margin: 0 10px 50px 10px;
  text-align: center; }

.form-btn {
  display: inline-block; }

.form-btn-return {
  float: left; }

.form-btn-send {
  float: right; }

@media print, screen and (min-width: 768px) {
  .form-btn-return {
    float: none; }
  .form-btn-send {
    float: none;
    max-width: 360px;
    width: 100%; } }

/* ラベル
------------------------------ */
.label-required {
  margin: 0 5px;
  padding: 2px 8px;
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 3px;
  background: red; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    .label-required {
      font-size: 1.5px;
      font-size: 0.96rem; } }

@media print, screen and (min-width: 768px) {
  .label-required {
    float: right; } }

/* フォーム要素
------------------------------ */
.contact-box select[required]:required {
  border: 1px solid #C49511; }

.contact-box select.focused:invalid {
  border: 1px solid #c41134; }

.contact-box select[required]:valid {
  border: 1px solid #A7A7AA; }

.contact-box input[required]:required,
.contact-box textarea[required]:required {
  background: #FFFDEB; }

.contact-box input.focused:invalid,
.contact-box textarea.focused:invalid {
  background: #FFEBEE; }

.contact-box input[required]:valid,
.contact-box textarea[required]:valid {
  background: #FFF; }

.contact-box input[type="text"],
.contact-box input[type="password"],
.contact-box input[type="datetime"],
.contact-box input[type="datetime-local"],
.contact-box input[type="date"],
.contact-box input[type="month"],
.contact-box input[type="time"],
.contact-box input[type="week"],
.contact-box input[type="number"],
.contact-box input[type="email"],
.contact-box input[type="url"],
.contact-box input[type="search"],
.contact-box input[type="tel"] {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 12px 5px; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    .contact-box input[type="text"],
    .contact-box input[type="password"],
    .contact-box input[type="datetime"],
    .contact-box input[type="datetime-local"],
    .contact-box input[type="date"],
    .contact-box input[type="month"],
    .contact-box input[type="time"],
    .contact-box input[type="week"],
    .contact-box input[type="number"],
    .contact-box input[type="email"],
    .contact-box input[type="url"],
    .contact-box input[type="search"],
    .contact-box input[type="tel"] {
      font-size: 2px;
      font-size: 1.28rem; } }

.contact-box textarea {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px 5px 4px; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    .contact-box textarea {
      font-size: 2px;
      font-size: 1.28rem; } }

.contact-box select {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 11px 30px 11px 10px;
  vertical-align: top; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    .contact-box select {
      font-size: 2px;
      font-size: 1.28rem; } }

/* バリデーター
------------------------------ */
.valid-mark {
  display: none; }

.valid-mark.valid {
  display: inline;
  color: #5cb85c;
  float: right; }

.invalid {
  background: #ffebee !important; }

.cp_ipselect {
  overflow: hidden;
  width: 90%;
  margin: 2em auto;
  text-align: center; }

.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.cp_ipselect select::-ms-expand {
  display: none; }

.cp_ipselect.cp_sl01 {
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff; }

.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none; }

.cp_ipselect.cp_sl01 select {
  padding: 8px 38px 8px 8px;
  color: #666666; }

input[type="text"]:disabled {
  color: #333 !important;
  -webkit-text-fill-color: #333;
  opacity: 1; }

.acms-entry [class*=column-eximage-].nocaption, .acms-entry [class*=column-image-].nocaption, .acms-entry [class*=column-media-].nocaption, .acms-entry [class*=column-video-], .acms-entry [class*=column-yolp-], .acms-entry [class*=column-youtube-] {
  margin-top: 4em; }

.acms-entry [class*=column-eximage-], .acms-entry [class*=column-image-], .acms-entry [class*=column-media-] {
  margin-top: 4em; }

header.page-header .entry-title {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.3;
  margin-top: .2em; }
  @media screen and (min-width: 480px) and (max-width: 1200px) {
    header.page-header .entry-title {
      font-size: 2.75px;
      font-size: 1.76rem; } }

.box-entry {
  overflow: hidden;
  margin-top: 8em; }
  .box-entry::after {
    content: "";
    display: block;
    clear: both; }
  .box-entry .entry-item-wrap {
    margin-left: -15px;
    margin-right: -15px; }
    @media print, screen and (min-width: 768px) {
      .box-entry .entry-item-wrap {
        margin-left: -5px;
        margin-right: -5px; } }
  .box-entry .entry-item:first-child {
    width: 40%; }
  .box-entry .entry-item {
    float: left;
    width: 20%; }
    @media screen and (max-width: 767px) {
      .box-entry .entry-item:first-child {
        width: 100%; }
      .box-entry .entry-item {
        width: 100%;
        margin: 20px 0;
        float: none; } }
    .box-entry .entry-item a {
      display: block;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .box-entry .entry-item a .thumb {
          margin-top: 15px; } }
      .box-entry .entry-item a .thumb:hover {
        opacity: 0.8; }
      .box-entry .entry-item a .title {
        text-align: center;
        color: #222;
        text-decoration: none;
        margin-top: 5px;
        font-weight: 500;
        display: inline-block; }
        .box-entry .entry-item a .title:hover, .box-entry .entry-item a .title:active, .box-entry .entry-item a .title:focus {
          color: #222222;
          text-decoration: none; }
        .box-entry .entry-item a .title:visited {
          color: #222222; }
        .box-entry .entry-item a .title:after {
          font-family: ionicons;
          content: "";
          color: #222222;
          font-size: 13px;
          font-size: 1.3rem;
          display: inline-block;
          margin-left: 8px; }
          @media screen and (min-width: 480px) and (max-width: 1200px) {
            .box-entry .entry-item a .title:after {
              font-size: 1.625px;
              font-size: 1.04rem; } }

@media print, screen and (min-width: 768px) {
  body.cid-2 .box-entry .entry-item:first-child {
    /* margin-left: calc(25% / 2);*/ } }

.box-officelist::after {
  content: "";
  display: block;
  clear: both; }

.box-officelist .thumb {
  float: left;
  width: 200px;
  margin-right: 20px; }
  @media screen and (max-width: 767px) {
    .box-officelist .thumb {
      width: 100px;
      margin-right: 0px; } }

.box-officelist .info {
  overflow: hidden; }
  .box-officelist .info dl .title {
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .box-officelist .info dl .title {
        font-size: 2.25px;
        font-size: 1.44rem; } }
    @media screen and (max-width: 767px) {
      .box-officelist .info dl .title {
        margin-bottom: 10px; } }
  .box-officelist .info dl dd {
    text-align: left; }
    @media screen and (max-width: 767px) {
      .box-officelist .info dl dd {
        font-size: 14px;
        font-size: 1.4rem; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .box-officelist .info dl dd {
      font-size: 1.75px;
      font-size: 1.12rem; } }

.box-associated h2 {
  background-image: -moz-linear-gradient(2deg, #386cc2 0%, #39a8c0 100%);
  background-image: -webkit-linear-gradient(2deg, #386cc2 0%, #39a8c0 100%);
  background-image: -ms-linear-gradient(2deg, #386cc2 0%, #39a8c0 100%);
  color: #fff;
  padding: 10px 20px;
  border: none;
  margin-top: 4em;
  margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .box-associated h2 {
      padding: 10px;
      margin-top: 2em; } }
  .box-associated h2::after {
    display: none; }

.box-associated .inner {
  border: 1px solid #e6e6e6;
  border-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px; }
  @media screen and (max-width: 767px) {
    .box-associated .inner {
      padding: 10px 5px; } }

.box-associated dl::after {
  content: "";
  display: block;
  clear: both; }

@media screen and (max-width: 767px) {
  .box-associated dl {
    margin-top: 10px;
    border-top: 1px solid #e6e6e6; } }

.box-associated dl:first-child {
  margin-top: 0;
  border-top: 0; }

.box-associated dl dt {
  width: 90px;
  float: left;
  margin-right: 20px; }
  @media screen and (max-width: 767px) {
    .box-associated dl dt {
      width: 70px;
      margin-top: 10px; } }
  .box-associated dl dt span {
    width: 100%;
    color: #666;
    background: #ddd;
    display: inline-block;
    padding: 3px 10px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .box-associated dl dt span {
        font-size: 12px;
        font-size: 1.2rem; } }
  @media screen and (max-width: 767px) and (min-width: 480px) and (max-width: 1200px) {
    .box-associated dl dt span {
      font-size: 1.5px;
      font-size: 0.96rem; } }

.box-associated dl dd {
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .box-associated dl dd {
      margin-top: 10px; } }

@media print, screen and (min-width: 768px) {
  .box-01::after {
    content: "";
    display: block;
    clear: both; } }

@media print, screen and (min-width: 768px) {
  .box-01 .thumb {
    width: 270px;
    float: left;
    margin-right: 20px; } }

.box-01 .body {
  overflow: hidden; }
  .box-01 .body dl dt {
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .box-01 .body dl dt {
        font-size: 2.25px;
        font-size: 1.44rem; } }

.box-02 {
  border: 1px solid #ddd;
  padding: 15px;
  margin-top: 2em; }
  @media screen and (max-width: 767px) {
    .box-02 {
      margin-left: 10px;
      margin-right: 10px; } }
  .box-02 dl {
    margin: 0; }
    .box-02 dl dt {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: bold;
      border-left: 7px solid #3981c1;
      padding-left: 10px;
      margin-bottom: 10px; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        .box-02 dl dt {
          font-size: 2.25px;
          font-size: 1.44rem; } }

.archive {
  background: #000;
  padding: 8px;
  color: #fff;
  margin-bottom: 2em; }
  .archive a {
    color: #fff;
    text-decoration: none; }
    .archive a:hover, .archive a:active, .archive a:focus {
      color: white;
      text-decoration: none; }
    .archive a:visited {
      color: white; }
  .archive .inner {
    border: 1px solid #ddd;
    padding: 15px; }
  .archive h2 {
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem; }
    @media screen and (min-width: 480px) and (max-width: 1200px) {
      .archive h2 {
        font-size: 2.25px;
        font-size: 1.44rem; } }
    .archive h2::after {
      display: block;
      content: '';
      background: #3981c1;
      height: 2px;
      width: 40px;
      margin-left: auto;
      margin-right: auto; }

ul.archive-entry {
  margin: 1em 0 0;
  padding: 0; }
  ul.archive-entry li {
    list-style: none; }
    ul.archive-entry li:not(:last-child) {
      margin-bottom: 10px; }
  ul.archive-entry a {
    display: block; }
    ul.archive-entry a::after {
      content: "";
      display: block;
      clear: both; }
  ul.archive-entry .thumb {
    width: 70px;
    float: left;
    margin-right: 10px; }
  ul.archive-entry .body {
    overflow: hidden; }
    ul.archive-entry .body dl {
      margin: 0; }
    ul.archive-entry .body .date {
      font-size: 11px;
      font-size: 1.1rem; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        ul.archive-entry .body .date {
          font-size: 1.375px;
          font-size: 0.88rem; } }
    ul.archive-entry .body .title {
      font-size: 13px;
      font-size: 1.3rem; }
      @media screen and (min-width: 480px) and (max-width: 1200px) {
        ul.archive-entry .body .title {
          font-size: 1.625px;
          font-size: 1.04rem; } }

.archive-year {
  margin: 1em 0 0;
  padding: 0; }
  .archive-year li {
    list-style: none; }
    .archive-year li:not(:last-child) {
      margin-bottom: 10px; }
  .archive-year a {
    display: block;
    position: relative; }
    .archive-year a::after {
      content: "";
      display: block;
      clear: both; }
    .archive-year a::after {
      font-family: ionicons;
      content: "";
      display: inline-block;
      position: absolute;
      top: calc(50% - 0.5em);
      right: 5px;
      color: #3981c1;
      line-height: 1;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .archive-year a:hover::after {
      -webkit-transform: translate(5px, 0px);
      -ms-transform: translate(5px, 0px);
      transform: translate(5px, 0px); }

body.cid-2 .entry-item-wrap {
  margin: 0 auto; }

@media print, screen and (min-width: 768px) {
  body.cid-2 .stronger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; } }

@media print, screen and (min-width: 768px) {
  body.cid-2 .stronger .left {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media print, screen and (min-width: 768px) {
  body.cid-2 .stronger .right {
    width: 50%; } }

body.cid-2 .acms-entry .lead {
  color: #3981c1;
  font-size: 24px;
  font-weight: bold; }

.js_notStyle {
  width: auto!important;
}

/*---- viewmore ボタン ----------*/
.btn06 {
  /*矢印の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  background: #fff;
  color: #132885;
  padding: 15px 80px 15px 70px;
  border-radius: 40px;
  text-align: center;
  outline: none;
  /*アニメーションの指定*/
  transition: ease 0.2s;
  font-size: 1.3em;
  border: #132885 1px solid;
}

.btn06:hover {
  opacity: 0.5;
}

/* 矢印が右に移動 */
.btnarrow1::after {
  content: "";
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top: 42%;
  right: 40px;
  /*矢印の形状*/
  width: 12px;
  height: 12px;
  border-top: 2px solid #132885;
  border-right: 2px solid #132885;
  transform: rotate(45deg);
  /*アニメーションの指定*/
  transition: all 0.3s;
}

/*hoverした際の移動*/
.btnarrow1:hover::after {
  right: 11px;
}

/* 2023年デザイン刷新以降追加分 */

.m-t-0 {
	margin-top: 0px !important;
}

.m-b-0 {
	margin-bottom: 0px !important;
}

.m-r-0 {
	margin-right: 0px !important;
}

.m-l-0 {
	margin-left: 0px !important;
}

.p-t-0 {
	padding-top: 0px !important;
}

.p-b-0 {
	padding-bottom: 0px !important;
}

.p-r-0 {
	padding-right: 0px !important;
}

.p-l-0 {
	padding-left: 0px !important;
}

.m-t-5 {
	margin-top: 5px !important;
}

.m-b-5 {
	margin-bottom: 5px !important;
}

.m-r-5 {
	margin-right: 5px !important;
}

.m-l-5 {
	margin-left: 5px !important;
}

.p-t-5 {
	padding-top: 5px !important;
}

.p-b-5 {
	padding-bottom: 5px !important;
}

.p-r-5 {
	padding-right: 5px !important;
}

.p-l-5 {
	padding-left: 5px !important;
}

.m-t-10 {
	margin-top: 10px !important;
}

.m-b-10 {
	margin-bottom: 10px !important;
}

.m-r-10 {
	margin-right: 10px !important;
}

.m-l-10 {
	margin-left: 10px !important;
}

.p-t-10 {
	padding-top: 10px !important;
}

.p-b-10 {
	padding-bottom: 10px !important;
}

.p-r-10 {
	padding-right: 10px !important;
}

.p-l-10 {
	padding-left: 10px !important;
}

.m-t-15 {
	margin-top: 15px !important;
}

.m-b-15 {
	margin-bottom: 15px !important;
}

.m-r-15 {
	margin-right: 15px !important;
}

.m-l-15 {
	margin-left: 15px !important;
}

.p-t-15 {
	padding-top: 15px !important;
}

.p-b-15 {
	padding-bottom: 15px !important;
}

.p-r-15 {
	padding-right: 15px !important;
}

.p-l-15 {
	padding-left: 15px !important;
}

.m-t-20 {
	margin-top: 20px !important;
}

.m-b-20 {
	margin-bottom: 20px !important;
}

.m-r-20 {
	margin-right: 20px !important;
}

.m-l-20 {
	margin-left: 20px !important;
}

.p-t-20 {
	padding-top: 20px !important;
}

.p-b-20 {
	padding-bottom: 20px !important;
}

.p-r-20 {
	padding-right: 20px !important;
}

.p-l-20 {
	padding-left: 20px !important;
}

.m-t-25 {
	margin-top: 25px !important;
}

.m-b-25 {
	margin-bottom: 25px !important;
}

.m-r-25 {
	margin-right: 25px !important;
}

.m-l-25 {
	margin-left: 25px !important;
}

.p-t-25 {
	padding-top: 25px !important;
}

.p-b-25 {
	padding-bottom: 25px !important;
}

.p-r-25 {
	padding-right: 25px !important;
}

.p-l-25 {
	padding-left: 25px !important;
}

.m-t-30 {
	margin-top: 30px !important;
}

.m-b-30 {
	margin-bottom: 30px !important;
}

.m-r-30 {
	margin-right: 30px !important;
}

.m-l-30 {
	margin-left: 30px !important;
}

.p-t-30 {
	padding-top: 30px !important;
}

.p-b-30 {
	padding-bottom: 30px !important;
}

.p-r-30 {
	padding-right: 30px !important;
}

.p-l-30 {
	padding-left: 30px !important;
}

.m-t-35 {
	margin-top: 35px !important;
}

.m-b-35 {
	margin-bottom: 35px !important;
}

.m-r-35 {
	margin-right: 35px !important;
}

.m-l-35 {
	margin-left: 35px !important;
}

.p-t-35 {
	padding-top: 35px !important;
}

.p-b-35 {
	padding-bottom: 35px !important;
}

.p-r-35 {
	padding-right: 35px !important;
}

.p-l-35 {
	padding-left: 35px !important;
}

.m-t-40 {
	margin-top: 40px !important;
}

.m-b-40 {
	margin-bottom: 40px !important;
}

.m-r-40 {
	margin-right: 40px !important;
}

.m-l-40 {
	margin-left: 40px !important;
}

.p-t-40 {
	padding-top: 40px !important;
}

.p-b-40 {
	padding-bottom: 40px !important;
}

.p-r-40 {
	padding-right: 40px !important;
}

.p-l-40 {
	padding-left: 40px !important;
}

.m-t-45 {
	margin-top: 45px !important;
}

.m-b-45 {
	margin-bottom: 45px !important;
}

.m-r-45 {
	margin-right: 45px !important;
}

.m-l-45 {
	margin-left: 45px !important;
}

.p-t-45 {
	padding-top: 45px !important;
}

.p-b-45 {
	padding-bottom: 45px !important;
}

.p-r-45 {
	padding-right: 45px !important;
}

.p-l-45 {
	padding-left: 45px !important;
}

.m-t-50 {
	margin-top: 50px !important;
}

.m-b-50 {
	margin-bottom: 50px !important;
}

.m-r-50 {
	margin-right: 50px !important;
}

.m-l-50 {
	margin-left: 50px !important;
}

.p-t-50 {
	padding-top: 50px !important;
}

.p-b-50 {
	padding-bottom: 50px !important;
}

.p-r-50 {
	padding-right: 50px !important;
}

.p-l-50 {
	padding-left: 50px !important;
}

.m-t-55 {
	margin-top: 55px !important;
}

.m-b-55 {
	margin-bottom: 55px !important;
}

.m-r-55 {
	margin-right: 55px !important;
}

.m-l-55 {
	margin-left: 55px !important;
}

.p-t-55 {
	padding-top: 55px !important;
}

.p-b-55 {
	padding-bottom: 55px !important;
}

.p-r-55 {
	padding-right: 55px !important;
}

.p-l-55 {
	padding-left: 55px !important;
}

.m-t-60 {
	margin-top: 60px !important;
}

.m-b-60 {
	margin-bottom: 60px !important;
}

.m-r-60 {
	margin-right: 60px !important;
}

.m-l-60 {
	margin-left: 60px !important;
}

.p-t-60 {
	padding-top: 60px !important;
}

.p-b-60 {
	padding-bottom: 60px !important;
}

.p-r-60 {
	padding-right: 60px !important;
}

.p-l-60 {
	padding-left: 60px !important;
}

.m-t-65 {
	margin-top: 65px !important;
}

.m-b-65 {
	margin-bottom: 65px !important;
}

.m-r-65 {
	margin-right: 65px !important;
}

.m-l-65 {
	margin-left: 65px !important;
}

.p-t-65 {
	padding-top: 65px !important;
}

.p-b-65 {
	padding-bottom: 65px !important;
}

.p-r-65 {
	padding-right: 65px !important;
}

.p-l-65 {
	padding-left: 65px !important;
}

.m-t-70 {
	margin-top: 70px !important;
}

.m-b-70 {
	margin-bottom: 70px !important;
}

.m-r-70 {
	margin-right: 70px !important;
}

.m-l-70 {
	margin-left: 70px !important;
}

.p-t-70 {
	padding-top: 70px !important;
}

.p-b-70 {
	padding-bottom: 70px !important;
}

.p-r-70 {
	padding-right: 70px !important;
}

.p-l-70 {
	padding-left: 70px !important;
}

.m-t-75 {
	margin-top: 75px !important;
}

.m-b-75 {
	margin-bottom: 75px !important;
}

.m-r-75 {
	margin-right: 75px !important;
}

.m-l-75 {
	margin-left: 75px !important;
}

.p-t-75 {
	padding-top: 75px !important;
}

.p-b-75 {
	padding-bottom: 75px !important;
}

.p-r-75 {
	padding-right: 75px !important;
}

.p-l-75 {
	padding-left: 75px !important;
}

.m-t-80 {
	margin-top: 80px !important;
}

.m-b-80 {
	margin-bottom: 80px !important;
}

.m-r-80 {
	margin-right: 80px !important;
}

.m-l-80 {
	margin-left: 80px !important;
}

.p-t-80 {
	padding-top: 80px !important;
}

.p-b-80 {
	padding-bottom: 80px !important;
}

.p-r-80 {
	padding-right: 80px !important;
}

.p-l-80 {
	padding-left: 80px !important;
}

.m-t-85 {
	margin-top: 85px !important;
}

.m-b-85 {
	margin-bottom: 85px !important;
}

.m-r-85 {
	margin-right: 85px !important;
}

.m-l-85 {
	margin-left: 85px !important;
}

.p-t-85 {
	padding-top: 85px !important;
}

.p-b-85 {
	padding-bottom: 85px !important;
}

.p-r-85 {
	padding-right: 85px !important;
}

.p-l-85 {
	padding-left: 85px !important;
}

.m-t-90 {
	margin-top: 90px !important;
}

.m-b-90 {
	margin-bottom: 90px !important;
}

.m-r-90 {
	margin-right: 90px !important;
}

.m-l-90 {
	margin-left: 90px !important;
}

.p-t-90 {
	padding-top: 90px !important;
}

.p-b-90 {
	padding-bottom: 90px !important;
}

.p-r-90 {
	padding-right: 90px !important;
}

.p-l-90 {
	padding-left: 90px !important;
}

.m-t-95 {
	margin-top: 95px !important;
}

.m-b-95 {
	margin-bottom: 95px !important;
}

.m-r-95 {
	margin-right: 95px !important;
}

.m-l-95 {
	margin-left: 95px !important;
}

.p-t-95 {
	padding-top: 95px !important;
}

.p-b-95 {
	padding-bottom: 95px !important;
}

.p-r-95 {
	padding-right: 95px !important;
}

.p-l-95 {
	padding-left: 95px !important;
}

.m-t-100 {
	margin-top: 100px !important;
}

.m-b-100 {
	margin-bottom: 100px !important;
}

.m-r-100 {
	margin-right: 100px !important;
}

.m-l-100 {
	margin-left: 100px !important;
}

.p-t-100 {
	padding-top: 100px !important;
}

.p-b-100 {
	padding-bottom: 100px !important;
}

.p-r-100 {
	padding-right: 100px !important;
}

.p-l-100 {
	padding-left: 100px !important;
}

.m-t-105 {
	margin-top: 105px !important;
}

.m-b-105 {
	margin-bottom: 105px !important;
}

.m-r-105 {
	margin-right: 105px !important;
}

.m-l-105 {
	margin-left: 105px !important;
}

.p-t-105 {
	padding-top: 105px !important;
}

.p-b-105 {
	padding-bottom: 105px !important;
}

.p-r-105 {
	padding-right: 105px !important;
}

.p-l-105 {
	padding-left: 105px !important;
}

.m-t-110 {
	margin-top: 110px !important;
}

.m-b-110 {
	margin-bottom: 110px !important;
}

.m-r-110 {
	margin-right: 110px !important;
}

.m-l-110 {
	margin-left: 110px !important;
}

.p-t-110 {
	padding-top: 110px !important;
}

.p-b-110 {
	padding-bottom: 110px !important;
}

.p-r-110 {
	padding-right: 110px !important;
}

.p-l-110 {
	padding-left: 110px !important;
}

.m-t-115 {
	margin-top: 115px !important;
}

.m-b-115 {
	margin-bottom: 115px !important;
}

.m-r-115 {
	margin-right: 115px !important;
}

.m-l-115 {
	margin-left: 115px !important;
}

.p-t-115 {
	padding-top: 115px !important;
}

.p-b-115 {
	padding-bottom: 115px !important;
}

.p-r-115 {
	padding-right: 115px !important;
}

.p-l-115 {
	padding-left: 115px !important;
}

.m-t-120 {
	margin-top: 120px !important;
}

.m-b-120 {
	margin-bottom: 120px !important;
}

.m-r-120 {
	margin-right: 120px !important;
}

.m-l-120 {
	margin-left: 120px !important;
}

.p-t-120 {
	padding-top: 120px !important;
}

.p-b-120 {
	padding-bottom: 120px !important;
}

.p-r-120 {
	padding-right: 120px !important;
}

.p-l-120 {
	padding-left: 120px !important;
}
.tit.type_01 {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 1.6px;
	margin: 0 auto 24px;
}
.tit.type_02 {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 1.44px;
	margin: 0 auto 35px;
}
.tit.type_03 {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 1.92px;
	margin: 0 auto 45px;
}
.tit.type_04 {
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 1.92px;
	margin: 0 auto 33px;
}
.tit.type_05 {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 1.92px;
	padding: 0 16px;
	border-left: 8px solid #1C2D4A;
	margin-left: 0;
	margin-right: 0;
}

@media screen and (max-width: 767px) {
	.tit.type_01 {
		font-size: 1.7rem;
	}
	.tit.type_03 {
		font-size: 2rem;
	}
	.tit.type_04 {
		font-size: 2rem;
		line-height: 1.4;
		margin: 0 auto 48px;
	}
	.tit.type_05 {
		font-size: 2rem;
		letter-spacing: 1.6px;
	}
}
.txt_left {
	text-align: left !important;
}

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

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

.txt_bold {
	font-weight: 700 !important;
}

.txt_note01 {
	color: #555555;
	font-size: 1.2rem;
	text-align: right;
}

@media screen and (max-width: 767px) {
	.sp_txt_left {
		text-align: left !important;
	}
	.sp_txt_center {
		text-align: center !important;
	}
	.sp_txt_right {
		text-align: right !important;
	}
	.sp_txt_15 {
		font-size: 1.5rem !important;
	}
	.sp_txt_14 {
		font-size: 1.4rem !important;
	}
	.sp_txt_13 {
		font-size: 1.3rem !important;
	}
	.sp_txt_12 {
		font-size: 1.2rem !important;
	}
}

@media screen and (min-width: 1270px) and (max-width: 1390px) {
	.header-nav {
		font-size: 1.3rem;
	}
	.header-nav nav.navbar ul li {
		margin-left: 5px;
	}
}
@media screen and (min-width: 480px) and (max-width: 1270px) {
	.header-nav {
		font-size: 1.28rem;
		right: 280px;
	}
	.header-nav nav.navbar ul li {
		margin-left: 0;
	}
}


.topicpath {
	width: 100%;
	font-size: 1.4rem;
	font-weight: 500;
	padding: 0 16px;
	margin: 22px auto 48px;
}


.topicpath .topicpath-list.acms-container {
	width: 100%;
	max-width: 100%;
}

.topicpath a {
	text-decoration: none;
}

.topicpath a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	.topicpath {
		font-size: 1.2rem;
		margin: 10px auto 32px;
		padding: 0 10px;
	}
}

header.pageTitle {
	width: 100%;
	height: 84px;
	max-width: 860px;
	margin: 0 auto;
}

header.pageTitle h1 {
	color: #2C2C2E;
	font-size: 3.2rem;
	font-weight: bold;
	margin: 0;
}

@media screen and (max-width: 767px) {
	header.pageTitle {
		width: 100%;
		height: 70px;
		max-width: 100%;
		padding: 0 20px;
	}
	header.pageTitle h1 {
		font-size: 2.2rem;
	}
}

.container {
	padding: 0 0 100px;
	margin: 0 auto;
}

.sec-news-wrap .container {
	padding: 0;
}
.recruit .container {
	padding: 0;
}

@media screen and (max-width: 767px) {
	.container {
		padding: 0 20px 100px;
	}
	.container.sp_pad_24 {
		padding: 0 24px 100px;
	}
	.container.sp_pad_17 {
		padding: 0 17px 100px;
	}
}

footer {
	width: 100%;
	background: linear-gradient(180deg, #010204 11.98%, #0F006B 70%, #0F006B 100%) no-repeat left center;
	padding: 68px 15px 0;
	margin: 0 auto;
}

body.cid-7 footer,
body.cid-9 footer,
body.cid-10 footer {
	margin: 0 auto;
}

footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer nav.footer_contact {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	width: 100%;
	max-width: 860px;
	margin: 0 auto 110px;
}

footer nav.footer_contact > div {
	width: 420px;
}

footer nav.footer_contact > div:first-child {
	color: #fff;
}

footer nav.footer_contact > div:first-child h2 {
	position: relative;
	width: 100%;
	font-size: 6rem;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 1.3;
	padding: 0;
	margin: 0 auto 5px;
}

footer nav.footer_contact > div:first-child p {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0 auto;
}

footer nav.footer_contact > div:last-child p {
	margin: 0;
}

footer nav.footer_contact > div:last-child p a {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 94px;
	background: #fff url("../img/icon_arrow_circle_right.svg") no-repeat center right 20px;
	color: #182F73;
	font-size: 2.6rem;
	font-weight: 700;
	padding: 0 20px 0 28px;
}

footer nav.footer_contact > div:last-child p a:before {
	display: inline-block;
	content: '';
	width: 40px;
	height: 40px;
	background: url("../img/icon_contact.svg") no-repeat center center;
	background-size: contain;
	margin-right: 9px;
}

footer nav.mainMenu {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
	width: 100%;
	max-width: 860px;
	margin: 0 auto 50px;
}

footer nav.mainMenu > div {
	color: #fff;
}

footer nav.mainMenu > div a {
	color: #fff;
}

footer nav.mainMenu > div h3 {
	font-size: 2rem;
	margin: 0 auto 15px;
}

footer nav.mainMenu > div ul li {
	position: relative;
	font-size: 1.6rem;
	padding: 0 0 0 14px;
	margin: 0 auto 8px;
}

footer nav.mainMenu > div ul li:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	content: '';
	width: 6px;
	height: 2px;
	background: #51B6FF;
	transform: translateY(-50%);
}

footer nav.mainMenu > div ul + h3 {
	margin-top: 25px;
}

footer nav.footer_utility {
	position: relative;
	left: -15px;
	width: calc(100% + 15px + 15px);
	background: #fff;
	padding: 30px 0;
}

footer nav.footer_utility ul {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
}

footer nav.footer_utility ul li {
	position: relative;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}

footer nav.footer_utility ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	color: #222;
	padding: 0 30px;
	margin: 0 auto;
}

footer nav.footer_utility ul li + li:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	content: '';
	width: 2px;
	height: 22px;
	background: #222;
	transform: translateY(-50%);
}

footer .footer_copyright {
	position: relative;
	left: -15px;
	width: calc(100% + 15px + 15px);
	background: #fff;
	padding: 20px 0;
}

footer .footer_copyright p {
	color: #333;
	font-size: 1.3rem;
	text-align: center;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	footer {
		width: 100%;
		background: linear-gradient(180deg, #010204 11.98%, #0F006B 70%, #0F006B 100%);
		background-size: auto;
		padding: 0;
	}
	footer nav.footer_contact {
		position: relative;
		display: block;
		width: 100%;
		padding: 78px 22px 50px;
		margin: 0 auto;
	}
	footer nav.footer_contact > div {
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
	}
	footer nav.footer_contact > div:first-child h2 {
		width: 100%;
		font-size: 4rem;
		margin: 0 auto 20px;
	}
	footer nav.footer_contact > div:first-child p {
		font-size: 1.3rem;
		margin: 0 auto 26px;
	}
	footer nav.footer_contact > div:last-child p {
		margin: 0;
	}
	footer nav.footer_contact > div:last-child p a {
		width: 100%;
		height: 74px;
		background: #fff url("../img/icon_arrow_circle_right.svg") no-repeat center right 26px;
		font-size: 2rem;
	}
	footer nav.footer_contact > div:last-child p a:before {
		width: 30px;
		height: 30px;
		margin-right: 6px;
	}
	footer nav.mainMenu {
		display: block;
		max-width: 100%;
		padding: 0 22px 20px 23px;
		margin: 0 auto;
	}
	footer nav.mainMenu > div {
		margin: 0 auto 45px;
	}
	footer nav.mainMenu > div + > div {
		margin-top: 45px;
	}
	footer nav.mainMenu > div h3 {
		margin: 0 auto 23px;
	}
	footer nav.mainMenu > div h3.acc {
		background: url("../img/icon_footer_accordion_plus.svg") no-repeat right center;
	}
	footer nav.mainMenu > div h3.acc.is_open {
		background: url("../img/icon_footer_accordion_minus.svg") no-repeat right center;
	}
	footer nav.mainMenu > div ul li {
		font-size: 1.8rem;
		padding: 0 0 0 23px;
		margin: 0 auto 25px;
	}
	footer nav.mainMenu > div ul li:before {
		width: 14px;
		height: 2px;
	}
	footer nav.mainMenu > div ul + h3 {
		margin-top: 45px;
	}
	footer nav.footer_utility {
		left: auto;
		width: 100%;
		padding: 30px 40px;
	}
	footer nav.footer_utility ul {
		display: block;
		width: 100%;
		max-width: 100%;
	}
	footer nav.footer_utility ul li {
		text-align: left;
		margin: 0 auto 30px;
	}
	footer nav.footer_utility ul li a {
		justify-content: flex-start;
		padding: 0;
		margin: 0 auto;
	}
	footer nav.footer_utility ul li + li:before {
		display: none;
	}
	footer .footer_copyright {
		position: relative;
		left: auto;
		width: 100%;
		padding: 0 5px 20px;
	}
}

.hidden_PC {
	display: none !important;
}

@media screen and (max-width: 767px) {
	.hidden_PC {
		display: block !important;
	}
	.hidden_SP {
		display: none !important;
	}
}

.style_v2 .acms-entry h3 {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	color: #203F98;
	font-size: 2.8rem;
	line-height: 35px;
/*
	padding-left: 12px;
	border-left: 6px solid #203F98;
*/
}

.style_v2 .acms-entry h3 .number {
	display: inline-block;
	width: 1.5em;
}

.style_v2 .acms-entry h3 .number.doubleDigits {
	width: 2.1em;
}

.style_v2 .acms-entry p {
	line-height: 2;
}

.style_v2 .txt_sign {
	text-align: right;
	margin: 100px auto 0;
}

.style_v2 .txt_sign img {
	display: block;
	margin: 10px 0 0 auto;
}

@media screen and (max-width: 767px) {
	.style_v2 .acms-entry h3 {
		font-size: 2rem;
		line-height: 24px;
		margin-left: 20px;
		margin-right: 20px;
	}
	.style_v2 .acms-entry p {
		margin-left: 20px;
		margin-right: 20px;
	}
}

/* SPメニュー */

sp_menu {
display: none;
}
@media screen and (max-width: 1159px) {

	sp_menu {
		display: block;
		width: 100%;
		background: linear-gradient(180deg, #010204 11.98%, #0F006B 70%, #0F006B 100%);
		background-size: auto;
		padding: 80px 0 0 0;
		height: 100vh;
		z-index: 99;
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
	}
	sp_menu ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	sp_menu nav.mainMenu {
		display: block;
		justify-content: space-between;
		align-items: flex-start;
		gap: 20px;
		width: 100%;
		max-width: 100%;
		padding: 0 22px 20px 23px;
		margin: 0 auto;
		height: calc(100% - 55px);
		max-height: calc(100% - 55px);
		overflow-x: hidden;
		overflow-y: auto;
	}
	sp_menu nav.mainMenu > div {
		color: #fff;
		margin: 0 auto 45px;
	}
	sp_menu nav.mainMenu > div a {
		color: #fff;
	}
	sp_menu nav.mainMenu > div + > div {
		margin-top: 45px;
	}
	sp_menu nav.mainMenu > div h3 {
		font-size: 2rem;
		margin: 0 auto 23px;
	}
	sp_menu nav.mainMenu > div h3.acc {
		background: url("../img/icon_footer_accordion_plus.svg") no-repeat right center;
	}
	sp_menu nav.mainMenu > div h3.acc.is_open {
		background: url("../img/icon_footer_accordion_minus.svg") no-repeat right center;
	}
	sp_menu nav.mainMenu > div ul li {
		position: relative;
		font-size: 1.8rem;
		padding: 0;
		margin: 0 auto 25px;
	}
	sp_menu nav.mainMenu > div ul + h3 {
		margin-top: 45px;
	}
}

/* ★各ページ用★ */

.pageTitle.company-top {
	max-width: 1240px;
}

.container.company-top {
	max-width: 1240px;
	padding: 0 0 100px;
}

.companyList {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 81px 24px;
}

.companyList .companyList_item {
	width: calc(33.3333333333% - 16px);
}

.companyList .companyList_item figure {
	margin: 0 auto 12px;
	overflow: hidden;
}

.companyList .companyList_item.hoverBorder figure{
    border: 1px solid #CBCBCB;
}

.companyList .companyList_item figure img {
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: all .3s;
}

.companyList .companyList_item h3 {
	position: relative;
	color: #000;
	font-size: 1.8rem;
	font-weight: 500;
	margin: 0 auto;
	transition: all 0.3s;
}

.companyList .companyList_item h3:after {
	position: relative;
	top: -1px;
	display: inline-block;
	width: 6px;
	height: 11px;
	content: "";
	background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2213%22%20viewBox%3D%220%200%208%2013%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1%201.25977L6.24%206.49977L1%2011.7398%22%20stroke%3D%22black%22%20stroke-width%3D%221.2%22%20stroke-linecap%3D%22square%22%2F%3E%3C%2Fsvg%3E") no-repeat;
	background-size: contain;
	margin-left: 12px;
}

.companyList .companyList_item:hover figure img {
	transform: scale(1.05);
}

.companyList .companyList_item:hover h3 {
	color: #203F98;
}

@media screen and (max-width: 767px) {
	.container.company-top {
		padding: 0 20px 100px;
	}
	.companyList {
		gap: 40px 12px;
	}
	.companyList .companyList_item {
		width: calc(50% - 6px);
	}
	.companyList .companyList_item figure {
		margin: 0 auto 8px;
	}
	.companyList .companyList_item h3 {
		font-size: 1.3rem;
	}
	.companyList .companyList_item h3:after {
		top: -1px;
		width: 4px;
		height: 7px;
		margin-left: 7px;
	}
}

.container.message  {
	max-width: 100%
}

.message_mainImage {
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: center;
	width: 100%;
	height: 400px;
	overflow: hidden;
	margin: 0 auto 70px;
	background-color: #121821;
}

.message_mainImage .inner {
	width: 860px;
	height: 400px;
	background: url("../img/company/message/i_mainImage.jpg") no-repeat top center;
	background-size: auto 100%;
	padding: 104px 36px 0;
	margin: 0 auto;
}

.message_mainImage .inner h1 {
	color: #fff;
	font-size: 1.2rem;
	border-left: 2px solid #fff;
	padding: 0 0 0 6px;
	margin: 0 auto 21px;
}

.message_mainImage .inner div {
	margin: 0 auto 21px;
}

.message_mainImage .inner div span {
	display: block;
	width: fit-content;
	background: #121821;
	color: #fff;
	font-size: 2.3rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 2.466px;
	padding: 10px 10px 9px;
	margin: 0 0 13px;
}

.message_mainImage .inner div span:last-child {
	letter-spacing: 1.359px;
	margin: 0;
}

.message_mainImage .inner > p {
	padding-left: 9px;
	margin-top: 2em!important;
}

.message_mainImage .inner > p img {
	width: 194px;
	height: 37px;
}

.container.message p {
/*
	font-size: 1.6rem;
	margin: 0 auto 30px;
*/
	max-width: 860px;
	margin: 0 auto;
	line-height: 1.95;
}

.messageBlock p:last-child {
	margin: 0 auto;
}

@media screen and (max-width: 767px) {

.container.message  {
	max-width: 100%;
	padding: 0 0 100px;
}
.container.message p {
	padding: 0 20px;
}

	.message_mainImage {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto 52px;
		background: none;
	}
	.message_mainImage:before {
		position: relative;
		display: block;
		width: 100%;
		height: 220px;
		content: '';
		background: url("../img/company/message/i_mainImage_sp.jpg") no-repeat;
		background-size: cover;
		background-position: center center;
		filter: blur(0);
		transform: scale(1);
		z-index: 1;
		margin: 0 auto 30px;
	}
	.message_mainImage .inner {
		width: 860px;
		height: auto;
		background: none;
		padding: 0 24px 0;
		margin: 0 auto;
	}
	.message_mainImage .inner h1 {
		color: #121821;
		border-left: 2px solid #121821;
		margin: 0 auto 15px;
	}
	.message_mainImage .inner div {
		margin: 0 auto 19px;
	}
	.message_mainImage .inner div span {
		color: #fff;
		font-size: 1.9rem;
		letter-spacing: 2.33px;
	}
	.message_mainImage .inner div span:last-child {
		letter-spacing: 1.166px;
	}
	.message_mainImage .inner > p {
		padding-left: 6px;
		margin-top: 2em;
	}
	.message_mainImage .inner > p img {
		width: 174px;
		height: 32px;
	}
	.messageBlock {
		display: block;
		margin: 0 auto;
	}
	.messageBlock figure {
		width: 100%;
		max-width: 250px;
		margin: 0 auto 50px;
	}
	.messageBlock figure img {
		width: 100%;
		max-width: 250px;
	}
	.messageBlock > div {
		width: 100%;
	}
	.messageBlock > div p {
		font-size: 1.4rem;
		margin: 0 auto 25px;
	}
	.messageBlock > div p:last-child {
		margin: 0 auto;
	}
}

.missionImage {
	position: relative;
	right: calc(calc(100vw - 860px) / 2);
	width: 100vw;
	height: 345px;
	background: #0D0F14;
	margin: 0 auto 120px;
}

.missionImage .inner {
	width: 100%;
	max-width: 860px;
	height: 100%;
	text-align: center;
	padding: 84px 20px 0;
	margin: 0 auto;
}

.missionImage .inner h3 {
	color: #fff;
	font-size: 2rem;
	letter-spacing: 2.64px;
	font-weight: 800;
	margin: 0 auto 24px;
}

.missionImage .inner h3 strong {
	font-size: 3.3rem;
}

.missionImage .inner p {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 1.44px;
	margin: 0 auto;
}

.missionBlock > h3 {
	color: #000;
	font-size: 3.2rem;
	font-weight: 700;
	letter-spacing: 2.56px;
	text-align: center;
	margin: 0 auto 36px;
}

.missionBlock > p {
	width: 100%;
	max-width: 658px;
	color: #2C2C2E;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 1.28px;
	margin: 0 auto 48px;
}

.missionBlock .missionBlock_inner {
	position: relative;
	width: 723px;
	border: 1px solid #2C2C2E;
	padding: 73px 55px;
	margin: 0 auto 120px;
}

.missionBlock .missionBlock_inner:last-child {
	margin: 0 auto;
}

.missionBlock .missionBlock_inner:before {
	content: '';
	display: block;
	position: absolute;
	top: -5px;
	left: -5px;
	width: calc(100% + 5px + 5px);
	height: calc(100% + 5px + 5px);
	border: 2px solid #2C2C2E;
	z-index: 0;
}

.missionBlock .missionBlock_inner ol {
	width: fit-content;
	color: #2C2C2E;
	padding: 0 0 0 23px;
	margin: 0 auto;
}

.missionBlock .missionBlock_inner ol li {
	font-size: 1.7rem;
	font-weight: 700;
	margin: 0 auto 32px;
}

.missionBlock .missionBlock_inner ol li:last-child {
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.missionImage {
		right: 20px;
		width: 100vw;
		height: 345px;
		margin: 0 auto 54px;
	}
	.missionImage .inner {
		max-width: initial;
		height: 100%;
		padding: 84px 20px 0;
	}
	.missionImage .inner h3 {
		font-size: 1.8rem;
		letter-spacing: 1.44px;
		margin: 0 auto 24px;
	}
	.missionImage .inner h3 strong {
		/* display: block; */
		font-size: 3.6rem;
		letter-spacing: 2.88px;
	}
	.missionImage .inner p {
		font-size: 1.3rem;
		letter-spacing: 1.04px;
	}
	.missionBlock > h3 {
		font-size: 2.4rem;
		letter-spacing: 1.92px;
		margin: 0 auto 48px;
	}
	.missionBlock > p {
		max-width: initial;
		font-size: 1.4rem;
		letter-spacing: 1.12px;
	}
	.missionBlock .missionBlock_inner {
		width: calc(100% - 5px - 5px);
		padding: 40px 24px;
		margin: 0 auto 56px;
	}
	.missionBlock .missionBlock_inner:last-child {
		margin: 0 auto;
	}
	.missionBlock .missionBlock_inner ol {
		padding: 0 0 0 23px;
		margin: 0 auto;
	}
	.missionBlock .missionBlock_inner ol li {
		font-size: 1.5rem;
	}
}

.historyList dl {
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 10px;
	background: #fff;
	color: #333;
	font-size: 1.6rem;
	border-bottom: 1px solid #D1D1D1;
	padding: 24px;
	margin: 0 auto;
}

.historyList dl:nth-of-type(2n+1) {
	background: #F7F7F7;
}

.historyList dl:nth-of-type(1) {
	border-top: 1px solid #D1D1D1;
}

.historyList dl dt {
	width: 140px;
	font-weight: 700;
	white-space: nowrap;
}

.historyList dl dd {
	width: calc(100% - 140px - 10px);
	font-weight: 400;
}

@media screen and (max-width: 767px) {
	.historyList dl {
		display: block;
		background: #fff;
		font-size: 1.3rem;
		padding: 24px 12px;
	}
	.historyList dl dt {
		width: 100%;
	}
	.historyList dl dd {
		width: 100%;
		font-weight: 500;
	}
}

.officelistBlock {
	margin: 0 auto;
}

.officelistBlock > h3 {
	background: #071122;
	color: #fff!important;
	font-size: 2rem!important;
	font-weight: 700;
	letter-spacing: 1.6px;
	padding: 13px 20px;
	margin: 0 auto 54px;
}

.officelistBlock .officelist {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 55px 49px;
	margin-bottom: 83px;
}

.officelistBlock .officelist:last-child {
	margin-bottom: 0;
}

.officelistBlock .officelist .officelistBlock_item {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: stretch;
	width: calc(100% / 3 - 33px);
	border: 1px solid #D1D1D1;
	border-radius: 8px;
}

.officelistBlock .officelist .officelistBlock_item figure {
	width: 100%;
	border-radius: 8px 8px 0 0;
	margin: 0 auto;
}

.officelistBlock .officelist .officelistBlock_item figure img {
	width: 100%;
	height: auto;
	border-radius: 8px 8px 0 0;
	object-fit: cover;
}

.officelistBlock .officelist .officelistBlock_item > div {
	padding: 16px 20px 24px;
	width: 100%;
}

.officelistBlock .officelist .officelistBlock_item > div h4 {
	color: #1C2D4A;
	font-size: 1.6rem;
	font-weight: 700;
	margin: 0 auto 5px;
}

.officelistBlock .officelist .officelistBlock_item > div .address {
	color: #4D4D4D;
	font-size: 1.2rem;
	font-weight: 500;
	margin: 0 auto 2px;
}

.officelistBlock .officelist .officelistBlock_item > div .address span {
	display: block;
	color: #555555;
	margin: 0 auto 1px;
}

.officelistBlock .officelist .officelistBlock_item > div dl {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	gap: 1px 5px;
	color: #555555;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.6px;
	margin: 0 auto;
}

.officelistBlock .officelist .officelistBlock_item > div dl dt {
	position: relative;
	width: 3rem;
	white-space: nowrap;
}

.officelistBlock .officelist .officelistBlock_item > div dl dt:after {
	position: absolute;
	right: 0;
	content: ':';
}

.officelistBlock .officelist .officelistBlock_item > div dl dd {
	width: calc(100% - 3rem - 5px);
}

.officelistBlock .officelist .officelistBlock_item > div .link_map {
	font-size: 1.1rem;
	font-weight: 700;
	margin: 22px 0 0 0;
}

.officelistBlock .officelist .officelistBlock_item > div .link_map a {
	position: relative;
	display: block;
	width: fit-content;
	color: #1C2D4A;
	font-size: 1.1rem;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 1em;
	margin: 0 0 0 auto;
	transition: all .3s;
}

.officelistBlock .officelist .officelistBlock_item > div .link_map a:after {
	position: absolute;
	right: 0;
	top: 6px;
	display: inline-block;
	width: 8px;
	height: 8px;
	content: '';
	background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2210%22%20viewBox%3D%220%200%2011%2010%22%20fill%3D%22none%22%3E%20%3Cg%20clip-path%3D%22url(%23clip0_25_17089)%22%3E%20%3Cpath%20d%3D%22M8%203.06641H0.5V9.41085H8V3.06641Z%22%20fill%3D%22%231C2D4A%22%2F%3E%20%3Cpath%20d%3D%22M10.4994%205.78887H9.19939V1.88887H2.98828V0.588867H10.4994V5.78887Z%22%20fill%3D%22%231C2D4A%22%2F%3E%20%3C%2Fg%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip0_25_17089%22%3E%20%3Crect%20width%3D%2210%22%20height%3D%2210%22%20fill%3D%22white%22%20transform%3D%22translate(0.5)%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%3C%2Fsvg%3E") no-repeat;
	background-size: contain;
	margin-left: 7px;
}

.officelistBlock .officelist .officelistBlock_item > div .link_map a:hover {
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.officelistBlock > h3 {
		font-size: 1.6rem!important;
		letter-spacing: 1.28px;
		padding: 12px;
		margin: 0 auto 45px;
	}
	.officelistBlock .officelist {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		align-items: flex-start;
		gap: 40px 0;
		margin-bottom: 83px;
	}
	.officelistBlock .officelist .officelistBlock_item {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		align-items: stretch;
		gap: 29px;
		width: 100%;
		border: none;
		border-bottom: 1px solid #D1D1D1;
		border-radius: 0;
		padding: 0 0 35px;
	}
	.officelistBlock .officelist .officelistBlock_item figure {
		width: 130px;
		border-radius: 4px;
		margin: 0;
	}
	.officelistBlock .officelist .officelistBlock_item figure img {
		border: 1px solid #DBDBDB;
		border-radius: 4px;
	}
	.officelistBlock .officelist .officelistBlock_item > div {
		width: calc(100% - 130px - 29px);
		line-height: 1.5;
		padding: 0;
	}
	.officelistBlock .officelist .officelistBlock_item > div h4 {
		font-size: 1.4rem;
		margin: 0 auto 8px;
	}
	.officelistBlock .officelist .officelistBlock_item > div dl {
		margin: 0 auto;
	}
	.officelistBlock .officelist .officelistBlock_item > div .address {
		color: #555555;
	}
	.officelistBlock .officelist .officelistBlock_item > div .link_map {
		margin: 12px 0 0 0;
	}
	.officelistBlock .officelist .officelistBlock_item > div .link_map a {
		text-underline-offset: 0.6em;
		margin: 0;
	}
	.officelistBlock:last-of-type .officelist .officelistBlock_item {
		border: none;
	}
}

.associatedList .associatedList_item {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 54px;
	margin: 0 auto 84px;
}

.associatedList .associatedList_item > a {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
	width: 260px;
	transition: all .3s;
}

.associatedList .associatedList_item > a:hover {
	opacity: 0.7;
}

.associatedList .associatedList_item figure {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
	width: 260px;
	height: 197px;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #D9D9D9;
	padding: 10px 30px;
}

.associatedList .associatedList_item figure img {
	transition: all .3s;
}

.associatedList .associatedList_item > div {
	width: calc(100% - 260px - 54px);
}

.associatedList .associatedList_item > div h3 {
	color: #2C2C2E;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 1.6px;
	border-left: 8px solid #1C2D4A;
	padding-left: 12px;
	margin: 0 auto 24px;
}

.associatedList .associatedList_item > div dl {
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 10px;
	font-size: 1.3rem;
	border-bottom: 1px solid #D1D1D1;
	padding: 12px 0;
	margin: 0 auto;
}

.associatedList .associatedList_item > div dl dt {
	width: 110px;
	color: #333;
	font-weight: 700;
	white-space: nowrap;
}

.associatedList .associatedList_item > div dl dd {
	width: calc(100% - 110px - 10px);
	color: #494A4D;
	font-weight: 500;
}

.associatedList .associatedList_item > div dl dd span {
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 1px;
	margin: 0 auto 1px;
}

.associatedList .associatedList_item > div dl dd span i {
	position: relative;
	width: 3rem;
	white-space: nowrap;
	font-style: normal;
}

.associatedList .associatedList_item > div dl dd span i:after {
	position: absolute;
	right: 0;
	content: ':';
}

.associatedList .associatedList_item > div .link_website {
	margin: 20px 0;
}

.associatedList .associatedList_item > div .link_website a {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	align-items: center;
	width: fit-content;
	min-width: 160px;
	height: 38px;
	color: #1C2D4A;
	font-size: 1.3rem;
	font-weight: 700;
	background: #DAE3F2;
	border-radius: 19px;
	line-height: 1;
	margin: 0 0 0 auto;
	transition: all .3s;
}

.associatedList .associatedList_item > div .link_website a:after {
	position: relative;
	top: 1px;
	display: inline-block;
	content: '';
	width: 10px;
	height: 10px;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2210%22%20viewBox%3D%220%200%2011%2010%22%20fill%3D%22none%22%3E%20%3Cg%20clip-path%3D%22url(%23clip0_25_17089)%22%3E%20%3Cpath%20d%3D%22M8%203.06641H0.5V9.41085H8V3.06641Z%22%20fill%3D%22%231C2D4A%22%2F%3E%20%3Cpath%20d%3D%22M10.4994%205.78887H9.19939V1.88887H2.98828V0.588867H10.4994V5.78887Z%22%20fill%3D%22%231C2D4A%22%2F%3E%20%3C%2Fg%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip0_25_17089%22%3E%20%3Crect%20width%3D%2210%22%20height%3D%2210%22%20fill%3D%22white%22%20transform%3D%22translate(0.5)%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%3C%2Fsvg%3E") no-repeat;
	background-size: contain;
	margin-left: 16px;
}

.associatedList .associatedList_item > div .link_website a:hover {
	background: #b4c6e5;
}

@media screen and (max-width: 767px) {
	.associatedList .associatedList_item {
		display: block;
		margin: 0 auto 72px;
	}
	.associatedList .associatedList_item > a {
		width: 100%;
	}
	.associatedList .associatedList_item figure {
		width: 100%;
		height: auto;
		min-height: 150px;
		padding: 50px 60px;
		margin: 0 auto 32px;
	}
	.associatedList .associatedList_item > div {
		width: 100%;
	}
	.associatedList .associatedList_item > div h3 {
		margin: 0 auto 16px;
	}
	.associatedList .associatedList_item > div dl {
		display: block;
		border-bottom: none;
		padding: 0 0 12px;
		margin: 0 auto;
	}
	.associatedList .associatedList_item > div dl dt {
		width: 100%;
		margin: 0 auto 8px;
	}
	.associatedList .associatedList_item > div dl dd {
		width: 100%;
		border-bottom: 1px solid #D1D1D1;
		padding: 0 0 8px;
	}
	.associatedList .associatedList_item > div dl dd span {
		gap: 0;
		margin: 0 auto 1px;
	}
	.associatedList .associatedList_item > div dl dd span i {
		width: 3rem;
	}
}

.outlineBlock {
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
}

.outlineBlock > h2 {
	color: #071122;
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 1.56px;
	margin: 0 auto 24px;
}

.outlineBlock span {
	display: block;
	color: #4D4D4D;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 1.56px;
	margin-bottom: 20px;
}

.outlineBlock .outlineList {
	margin-bottom: 84px;
}

.outlineBlock .outlineList dl {
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 98px;
	color: #333;
	font-size: 1.6rem;
	border-bottom: 1px solid #D1D1D1;
	padding: 32px 0;
	margin: 0 auto;
}

.outlineBlock .outlineList dl:first-of-type {
	border-top: 1px solid #D1D1D1;
}

.outlineBlock .outlineList dl dt {
	width: 120px;
	font-weight: 700;
}

.outlineBlock .outlineList dl dd {
	width: calc(100% - 120px - 98px);
	font-weight: 500;
}

.outlineBlock .outlineList .link_map {
	position: relative;
	color: #2C2C2E;
	font-weight: 500;
	text-decoration: underline;
	padding: 0 18px 0 0;
	text-underline-offset: 0.4em;
	transition: all .3s;
}

.outlineBlock .outlineList .link_map:after {
	position: absolute;
	right: 17px;
	top: 8px;
	display: inline-block;
	width: 10px;
	height: 10px;
	content: '';
	background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%3E%20%3Cg%20clip-path%3D%22url(%23clip0_25_17710)%22%3E%20%3Cpath%20d%3D%22M7.5%203.06641H0V9.41085H7.5V3.06641Z%22%20fill%3D%22%232C2C2E%22%2F%3E%20%3Cpath%20d%3D%22M9.99939%205.78887H8.69939V1.88887H2.48828V0.588867H9.99939V5.78887Z%22%20fill%3D%22%232C2C2E%22%2F%3E%20%3C%2Fg%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip0_25_17710%22%3E%20%3Crect%20width%3D%2210%22%20height%3D%2210%22%20fill%3D%22white%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%3C%2Fsvg%3E") no-repeat;
	background-size: contain;
}

.outlineBlock .outlineList .link_map:hover {
	text-decoration: none;
}

.outlineBlock .outlineImage {
	width: 100%;
	max-width: 720px;
	padding: 40px 0;
	margin: 0 auto 84px;
}

.outlineBlock .directorsList {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 48px;
}

.outlineBlock .directorsList .directorsList_item {
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	width: calc(100% / 2 - 24px);
	min-height: 129px;
	border: 1px solid #D1D1D1;
	border-radius: 12px;
	padding: 24px;
}

.outlineBlock .directorsList .directorsList_item:first-child {
	margin-right: calc(100% / 2 - 24px);
}

.outlineBlock .directorsList .directorsList_item h3 {
	width: 100%;
	line-height: 1.3;
	font-weight: 700;
	margin: 0 auto;
}

.outlineBlock .directorsList .directorsList_item h3 + p {
	margin: 7px auto 0;
}

.outlineBlock .directorsList .directorsList_item h3 span {
	display: block;
	color: #4D4D4D;
	font-size: 1.2rem;
	letter-spacing: 0.84px;
	margin: 0 auto 8px;
}

.outlineBlock .directorsList .directorsList_item h3 strong {
	display: block;
	color: #2C2C2E;
	font-size: 2rem;
	letter-spacing: 1.4px;
}

.outlineBlock .directorsList .directorsList_item p {
	width: 100%;
	color: #2C2C2E;
	font-size: 1.2rem;
	font-weight: 700;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.outlineBlock {
		max-width: initial;
		margin: 0 auto;
	}
	.outlineBlock > h2 {
		font-size: 1.8rem;
		letter-spacing: 1.08px;
		margin: 0 auto 16px;
	}
	.outlineBlock .outlineList dl {
		display: block;
		font-size: 1.4rem;
	}
	.outlineBlock .outlineList dl dt {
		width: 100%;
	}
	.outlineBlock .outlineList dl dd {
		width: 100%;
	}
	.outlineBlock .outlineImage {
		max-width: 420px;
		padding: 8px 0 0;
	}
	.outlineBlock .directorsList {
		display: block;
	}
	.outlineBlock .directorsList .directorsList_item {
		display: block;
		width: 100%;
		min-height: initial;
		border: none;
		border-bottom: 1px solid #D1D1D1;
		border-radius: 0;
		padding: 24px;
	}
	.outlineBlock .directorsList .directorsList_item:first-child {
		border-top: 1px solid #D1D1D1;
		margin-right: auto;
	}
	.outlineBlock .directorsList .directorsList_item h3 + p {
		margin: 4px auto 0;
	}
}

.accountsList {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 37px 33px;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

.accountsList li {
	width: calc(100% / 2 - 17px);
}

.accountsList li a {
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: center;
	gap: 17px;
	width: 100%;
	height: 105px;
	color: #000;
	font-size: 1.5rem;
	font-weight: 700;
	border: 1px solid #D1D1D1;
	letter-spacing: 0.8px;
	padding: 16px 24px;
	transition: all .3s;
}

.accountsList li a:after {
	display: inline-block;
	width: 32px;
	height: 35px;
	content: '';
	background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2232%22%20height%3D%2235%22%20viewBox%3D%220%200%2032%2035%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M24.1295%200.00552632V0H7.12837C6.11031%200%205.27734%200.828947%205.27734%201.84211V10.0475H7.74538V2.45614H21.6608V10.2832H29.5252V32.5439H7.74538V24.9464H5.27734V33.1579C5.27734%2034.1711%206.11031%2035%207.12837%2035H30.1429C31.1609%2035%2031.9939%2034.1711%2031.9939%2033.1579V7.82711L32.0001%207.82158L24.1295%200.00552632ZM24.1295%207.82649V3.47912L28.4979%207.82649H24.1295Z%22%20fill%3D%22%23111111%22%2F%3E%3Cpath%20d%3D%22M9.69271%2015.748H8.97266V19.2523H9.70875C10.7071%2019.2523%2011.2803%2018.6137%2011.2803%2017.5005C11.2803%2016.3873%2010.7163%2015.748%209.69271%2015.748Z%22%20fill%3D%22%23AB333F%22%2F%3E%3Cpath%20d%3D%22M19.5919%2011.8955H0.61701C0.277655%2011.8955%200%2012.1718%200%2012.5095V22.4901C0%2022.8278%200.277655%2023.1041%200.61701%2023.1041H19.5919C19.9313%2023.1041%2020.2089%2022.8278%2020.2089%2022.4901V12.5095C20.2089%2012.1718%2019.9313%2011.8955%2019.5919%2011.8955ZM4.63251%2018.4067H3.75204V20.546H2.37611V14.4198H4.65534C5.84987%2014.4198%206.61312%2015.2549%206.61312%2016.4056C6.61312%2017.6392%205.86468%2018.4067%204.63251%2018.4067ZM11.9694%2019.7582C11.4468%2020.2998%2010.7175%2020.5859%209.86168%2020.5859H7.42695V14.4124H9.84563C11.6023%2014.4124%2012.782%2015.6528%2012.782%2017.4992C12.782%2018.4264%2012.5012%2019.2074%2011.9694%2019.7582ZM17.8322%2015.6092H15.2642V17.0417H17.4922V18.2066H15.2642V20.5528H13.7112V14.4124H17.8322V15.6092Z%22%20fill%3D%22%23AB333F%22%2F%3E%3Cpath%20d%3D%22M4.34624%2015.6523H3.73047V17.1758H4.35427C4.84541%2017.1758%205.23844%2016.986%205.23844%2016.4144C5.23844%2015.8427%204.84541%2015.653%204.34624%2015.653V15.6523Z%22%20fill%3D%22%23AB333F%22%2F%3E%3C%2Fsvg%3E") no-repeat;
	background-size: contain;
}

.accountsList li a:hover {
	border: 1px solid #D1D1D1;
	box-shadow: 0 0 7px #d2d2d2;
	transform: scale(1.02);
}

@media screen and (max-width: 767px) {
	.accountsList {
		gap: 20px;
	}
	.accountsList li {
		width: 100%;
	}
	.accountsList li a {
		height: 56px;
		font-size: 1.4rem;
		padding: 12px 16px;
	}
	.accountsList li a:after {
		width: 20px;
		height: 22px;
	}
	.accountsList li a:hover {
		box-shadow: 0;
		transform: scale(1);
	}
}

.infoSecurityBlock p {
	color: #333;
	font-size: 1.6rem;
	line-height: 2;
	margin: 0 auto 55px;
}

.infoSecurityBlock p.intro {
	margin: 0 auto 105px;
}

.infoSecurityBlock h3 {
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: center;
	gap: 4px;
	color: #203F98;
	font-size: 2.8rem;
	font-weight: 700;
	margin: 0 auto 30px;
}

.infoSecurityBlock h3:before {
	display: inline-block;
	width: 6px;
	height: 35px;
	content: '';
	background: #203F98;
	margin-right: 12px;
}

.infoSecurityBlock h3 .number {
	font-style: italic;
}

@media screen and (max-width: 767px) {
	.infoSecurityBlock p {
		margin: 0 auto 60px;
	}
	.infoSecurityBlock p.intro {
		margin: 0 auto 72px;
	}
	.infoSecurityBlock h3 {
		align-items: flex-start;
		gap: 2px;
		font-size: 2rem;
	}
	.infoSecurityBlock h3:before {
		position: relative;
		top: 3px;
		width: 6px;
		height: 29px;
		margin-right: 5px;
	}
}

.img_responsive {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.pageTitle.purpose-vision  {
	max-width: 1366px;
}

.container.purpose-vision  {
	max-width: 1366px;
	padding: 0;
}

.about_purpose-vision {
	max-width: 1366px;
	margin: 0 auto;
}

.about_purpose-vision .sp {
	display: none;
}

.about_purpose-vision img {
	width: 100%;
}

.about_purpose-vision h2 {
	text-align: center;
}

.about_purpose-vision h2 img {
	width: 100%;
}

.about_purpose-vision h3 {
	font-size: 2.8rem;
	font-family: Montserrat,Noto Sans JP,sans-serif;
	border: 1px solid #fff;
	border-bottom: none;
	display: block;
	margin-bottom: -1px;
	text-align: center;
	width: 200px;
	height: 50px;
	line-height: 1.5;
	padding: 5px 10px 7px;
	margin: 0;
}

.about_purpose-vision .about_vision h4 {
	font-size: 4.3rem;
}

.about_purpose-vision.purpose-container, .about_purpose-vision.vision-container {
	max-width: 1000px;
	color: #fff;
	margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
	.about_purpose-vision .pc {
		display: none;
	}
	.about_purpose-vision .sp {
		display: block;
	}
	.about_purpose-vision h3 {
		font-size: 2.2rem;
		width: 140px;
	}
	.about_purpose-vision h4,
	.about_purpose-vision .about_vision h4 {
		font-size: 2.5rem;
	}
}

.about_vision,
.about_purpose {
	border: 1px solid #fff;
	padding: 90px 20px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}

.about_vision .contentsTxt,
.about_purpose .contentsTxt {
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 2;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.about_vision,
	.about_purpose {
		padding: 30px 10px;
		font-family: "Roboto Condensed", "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
	}
	.about_vision .contentsTxt,
	.about_purpose .contentsTxt {
		font-size: 1.6rem;
		font-weight: 400;
	}
	.about_purpose-vision.purpose-container, .about_purpose-vision.vision-container {
		padding: 0 30px;
	}
}

.about_purpose-vision-container .btn_purpose-link {
	display: block;
	width: 320px;
	margin: 50px auto;
	color: #fff;
	text-align: center;
	font-size: 2.8rem;
	border: 1px solid #fff;
}

.about_purpose-vision h4 {
	font-size: 4.8rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
	padding: 0 0 28px;
	margin: 0 20px 28px;
	border-bottom: 1px solid #fff;
}

.about_purpose-vision-container {
	max-width: 1366px;
	margin: 0 auto;
	background: -moz-linear-gradient(top, #258E45, #158B39 55%, #036C23);
	background: -webkit-linear-gradient(top, #258E45, #158B39 55%, #036C23);
	background: linear-gradient(to bottom, #258E45, #158B39 55%, #036C23);
	padding: 50px 0;
}

.about_purpose-vision-container .purpose-logo-white {
	display: block;
	width: 124px;
	margin: auto;
}

.container.purpose-vision + footer {
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.about_purpose-vision h4 {
		font-size: 2.8rem;
		margin: 0 0 28px;
		font-family: "Roboto Condensed", "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
		font-weight: 400;
	}
	.about_purpose-vision .about_vision h4 {
		font-size: 2.2rem;
	}
	.about_purpose-vision-container .purpose-logo-white {
		width: 90px;
	}
}

/* parts_modal */
.modal {
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 99999;
}
.modal.type_02 .innerModal {
	position: absolute;
	top: calc(50% + 12px);
	left: 50%;
	width: calc(100% - 20px - 20px);
	max-width: 723px;
	height: auto;
	min-height: 200px;
	max-height: 90vh;
	background: #fff;
	transform: translate(-50%, -50%);
	z-index: 1001;
}
.modal.type_02 .innerModal .innerModal_body {
	height: auto;
	max-height: 600px;
	overflow-y: auto;
	padding: 43px 52px 62px;
}
.modal.type_02 .innerModal .innerModal_body h3 {
	font-size: 2.4rem;
	font-weight: 700;
	border-bottom: 1px solid #D1D1D1;
	padding: 0 0 20px;
	margin: 0 auto 35px;
}
.modal.type_02 .innerModal .innerModal_body p {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.9px;
	margin: 0 auto 24px;
}
.modal.type_02 .innerModal .innerModal_body figure {
	margin: 0 auto 24px;
}
.modal.type_02 .innerModal .innerModal_body .note dl {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 13px 10px;
	color: #555555;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.72px;
}
.modal.type_02 .innerModal .innerModal_body .note dl dt {
	width: 2rem;
}
.modal.type_02 .innerModal .innerModal_body .note dl dd {
	width: calc(100% - 2rem - 10px);
}
.modal.type_02 .innerModal .btn.modalClose {
	position: absolute;
	top: -44px;
	right: 0;
	display: inline-block;
	width: 44px;
	height: 44px;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1%2017L17%201%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20d%3D%22M1%201L17%2017%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
	background-size: 16px 16px;
	cursor: pointer;
}
.modal.type_02 .overLay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1000;
}

@media screen and (max-width: 767px) {
	.modal.type_02 .innerModal .innerModal_body {
		max-height: 75vh;
		padding: 35px 20px;
	}
}

header.pageTitle.sustainability {
	margin-bottom: 30px;
}
.container.sustainability {
	width: 100%!important;
	max-width: 100%!important;
	padding: 0;
}
.container.sustainability .acms-grid {
	margin-left: 0;
	margin-right: 0;
}
.container.sustainability section.common {
	padding: 0 0 100px;
	max-width: 860px;
	margin: auto;
}
.container.sustainability section.common p {
	margin: 0;
}

@media screen and (max-width: 767px) {
	header.pageTitle.sustainability {
		margin-bottom: 0;
	}
	.container.sustainability section.common {
		padding: 0 20px 100px;
	}
}

.sustainabilityList {
	width: 100%!important;
	background: #121821;
}
.sustainabilityList .inner {
	width: 100%;
	aspect-ratio: 100/70;
	margin: 0 auto;
}
.sustainabilityList .inner:after {
	content: "";
	clear: both;
	display: block;
}
.sustainabilityList .inner .listitem.environment-green {
	float: left;
	width: 60%;
	height: 50%;
}
.sustainabilityList .inner .listitem.society-white {
	float: left;
	width: 60%;
	height: 50%;
}
.sustainabilityList .inner .listitem.environment-policy {
	float: right;
	width: 40%;
	height: 33%;
}
.sustainabilityList .inner .listitem.governance-risk {
	float: right;
	width: 40%;
	height: 33%;
}
.sustainabilityList .inner .listitem.governance-compliance {
	float: right;
	width: 40%;
	height: 34%;
}
.sustainabilityList .inner .listitem a {
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: calc(20px + (44 - 20) * (100vw - 767px) / (1920 - 767));
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.06px;
	padding-bottom: 30px;
	z-index: 1;
}
.sustainabilityList .inner .listitem a:after {
	position: absolute;
	bottom: 50%;
	left: 50%;
	content: "";
	display: block;
	width: calc(20px + 30 * (100vw - 767px) / 1153);
	height: calc(20px + 19 * (100vw - 767px) / 1153);
	background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2216%22%20viewBox%3D%220%200%2026%2016%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M17.6151%200L15.0001%200.00530416L21.7258%206.73098H0.578125V8.85265H21.7576L15.0267%2015.5889H17.6522L25.4281%207.81303L17.6151%200Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E") no-repeat;
	background-size: contain;
	transform: translate(-50%, 180%);
	margin: 0 auto;
}
.sustainabilityList .inner .listitem a figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
}
.sustainabilityList .inner .listitem a figure:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.45;
	transition: 0.6s all;
}
.sustainabilityList .inner .listitem a figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.6s all;
}
.sustainabilityList .inner .listitem a span {
	position: relative;
	z-index: 1;
}
.sustainabilityList .inner .listitem a:hover figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.sustainabilityList .inner .listitem a:hover figure:after {
	opacity: 0.3;
}
.sustainabilityList .inner .listitem a:hover figure img {
	transform: scale(1.05);
}

@media screen and (max-width: 767px) {
	.sustainabilityList .inner {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		align-items: center;
		width: 100%;
		aspect-ratio: initial;
	}
	.sustainabilityList .inner:after {
		display: none;
	}
	.sustainabilityList .inner .listitem {
		float: none !important;
	}
	.sustainabilityList .inner .listitem.environment-green {
		width: 100%;
		height: 195px;
	}
	.sustainabilityList .inner .listitem.society-white {
		width: 100%;
		height: 195px;
	}
	.sustainabilityList .inner .listitem.environment-policy {
		width: 50%;
		height: 195px;
	}
	.sustainabilityList .inner .listitem.governance-risk {
		width: 50%;
		height: 195px;
	}
	.sustainabilityList .inner .listitem.governance-compliance {
		width: 100%;
		height: 195px;
	}
	.sustainabilityList .inner .listitem a {
		font-size: 1.6rem;
	}
	.sustainabilityList .inner .listitem a:after {
		width: 25px;
		height: 16px;
		transform: translate(-50%, 30px);
	}
}

.leadTxtBlock {
	width: 860px;
	margin: 0 auto 80px;
}

.missionBlock.sustainability h3 {
	font-size: 2.4rem;
}
.missionBlock .missionBlock_inner p {
	line-height: 1.75;
	margin: 0 auto;
}

.riskBlock {
	background: #F7F9FA;
	border-radius: 12px;
	padding: 35px;
}
.riskBlock dl {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 15px;
	font-size: 1.3rem;
	letter-spacing: 1.04px;
	margin: 0;
}
.riskBlock dl dt {
	width: 4em;
	font-weight: 700;
	white-space: nowrap;
}
.riskBlock dl dd {
	width: calc(100% - 4em - 15px);
}

.bcpBlock {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: initial;
	gap: 70px;
	margin: 0 auto 20px;
}
.bcpBlock .riskBlock {
	width: calc(50% - 35px);
}
.bcpBlock .riskBlock h4 {
	width: 100%;
	border-bottom: 1px solid #DEE0E0;
	padding: 0 0 20px;
	margin: 0 auto 20px;
}
.bcpBlock .riskBlock ul {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
.bcpBlock .riskBlock ul li {
	position: relative;
	color: #4D4D4D;
	font-size: 13px;
	list-style: none;
	margin: 0 auto 12px;
}
.bcpBlock .riskBlock ul li:before {
	display: inline-block;
	content: "・";
}

@media screen and (max-width: 767px) {
	.leadTxtBlock {
		width: 100%;
		margin: 0 auto 60px;
	}
	.leadTxtBlock p {
		font-size: 1.3rem;
	}
	.missionBlock.sustainability h3 {
		font-size: 2rem;
		margin: 0 auto 20px;
	}
	.missionBlock .missionBlock_inner p {
		font-size: 1.3rem;
	}
	.riskBlock {
		background: #F7F9FA;
		border-radius: 12px;
		padding: 40px 25px;
	}
	.riskBlock dl {
		font-size: 1.4rem;
	}
	.bcpBlock {
		display: block;
		margin: 0 auto 20px;
	}
	.bcpBlock .riskBlock {
		margin-bottom: 20px;
		width: 100%;
	}
	.bcpBlock .riskBlock h4 {
		width: 100%;
		border-bottom: 1px solid #DEE0E0;
		padding: 0 0 20px;
		margin: 0 auto 20px;
	}
	.bcpBlock .riskBlock ul {
		width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	.bcpBlock .riskBlock ul li {
		padding-left: 1rem;
		text-indent: -0.8rem;
	}
	.bcpBlock .riskBlock ul li:before {
		display: inline-block;
		content: "・";
	}
}
.numberDocumentBlock {
	margin: 0 auto 72px;
}
.numberDocumentBlock dl {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 15px 6px;
	margin: 0;
}
.numberDocumentBlock dl dt {
	min-width: 45px;
	font-size: 1.5rem;
	font-weight: 700;
	white-space: nowrap;
}
.numberDocumentBlock dl dd {
	width: calc(100% - 45px - 6px);
	font-size: 1.5rem;
	letter-spacing: 1.2px;
}

@media screen and (max-width: 767px) {
	.numberDocumentBlock dl dt {
		min-width: 40px;
		font-size: 1.3rem;
	}
	.numberDocumentBlock dl dd {
		width: calc(100% - 40px - 6px);
		font-size: 1.3rem;
	}
}
.missionBlock.sustainability.envPolicy h4.type_02 {
	margin: 0 auto 8px;
}
.missionBlock.sustainability.envPolicy p {
	margin: 0 auto 32px!important;
}
.missionBlock.sustainability.envPolicy p.txt_note01 {
	margin: 0 auto!important;
}

.signBlock {
	width: 100%;
	max-width: 723px;
	margin: 0 auto;
}
.signBlock p {
	font-size: 1.2rem;
	font-weight: 500;
	text-align: right;
	margin: 0 auto 6px !important;
}
.signBlock figure {
	width: 174px;
	margin: 16px 0 0 auto;
}
.signBlock figure img {
	display: block;
	width: 100%;
	max-width: 174px;
	height: auto;
}

@media screen and (max-width: 767px) {
	.missionBlock.sustainability.envPolicy h4.type_02 {
		margin: 0 auto 8px;
	}
	.missionBlock.sustainability.envPolicy p {
		font-size: 1.3rem;
	}
}
.supplyBlock {
	position: relative;
	width: 100%;
	height: 520px;
	background-size: 1920px 520px;
	background-position: center center;
	background-repeat: no-repeat;
}
.supplyBlock.green_sec01 {
	background-image: url("/themes/main/assets/img/sustainability/environment-green/bg_green_sec01.jpg");
}
.supplyBlock.green_sec02 {
	background-image: url("/themes/main/assets/img/sustainability/environment-green/bg_green_sec02.jpg");
}
.supplyBlock.green_sec03 {
	background-image: url("/themes/main/assets/img/sustainability/environment-green/bg_green_sec03.jpg");
}
.supplyBlock.white_sec01 {
	background-image: url("/themes/main/assets/img/sustainability/society-white/bg_white_sec01.jpg");
}
.supplyBlock.white_sec02 {
	background-image: url("/themes/main/assets/img/sustainability/society-white/bg_white_sec02.jpg");
}
.supplyBlock.white_sec03 {
	background-image: url("/themes/main/assets/img/sustainability/society-white/bg_white_sec03.jpg");
}
.supplyBlock .contents {
	position: relative;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: center;
	width: 47%;
	min-width: 590px;
	max-width: 910px;
	height: 100%;
	background: rgba(18, 24, 33, 0.9);
	padding-left: 55px;
	padding-right: 55px;
}
.supplyBlock .contents.pos_right {
	margin: 0 0 0 auto;
}
.supplyBlock .contents.pos_left {
	margin: 0 auto 0 0;
}
.supplyBlock .contents.pos_left .inner {
	margin: 0 0 0 auto;
}
.supplyBlock .contents .inner {
	color: #fff;
	width: 100%;
	max-width: 280px;
}
.supplyBlock .contents .inner h3 {
	font-size: 2rem;
	margin: 0 auto 20px;
}
.supplyBlock .contents .inner p {
	font-size: 1.4rem;
	margin: 0 auto 20px;
}
.supplyBlock .contents .box {
	border: 1px solid #4E5869;
	padding: 16px;
	margin: 0 auto 20px;
}
.supplyBlock .contents .box:last-child {
	margin: 0 auto;
}
.supplyBlock .contents .box h4 {
	font-size: 1.2rem;
	font-weight: 700;
	margin: 0 auto 8px;
}
.supplyBlock .contents .box p {
	font-size: 1.2rem;
	margin: 0 auto 10px;
}
.supplyBlock .contents .box p:last-child {
	margin: 0 auto;
}
.supplyBlock .contents .box ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.supplyBlock .contents .box ul li {
	position: relative;
	font-size: 1.2rem;
	padding-left: 1rem;
	text-indent: -1.2rem;
}
.supplyBlock .contents .box ul li:before {
	content: "・";
}
.supplyBlock .contents .box .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
	gap: 18px;
}
.supplyBlock .contents .box .flex > div {
	width: calc(100% - 70px - 18px);
}
.supplyBlock .contents .box .flex figure {
	width: 70px;
}
.supplyBlock .link_modal {
	margin: 0;
}
.supplyBlock .link_modal a {
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	align-items: center;
	width: fit-content;
	background: #fff;
	color: #121821;
	font-size: 1.3rem;
	font-weight: 700;
	padding: 16px;
	transition: all 0.3s;
}
.supplyBlock .link_modal a:after {
	display: inline-block;
	width: 17px;
	height: 17px;
	content: "";
	background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23clip0_142_27912)%22%3E%3Cpath%20d%3D%22M12.6275%2013.3151C11.5057%2014.2541%2010.0607%2014.8207%208.48533%2014.8207C4.92265%2014.8207%202.03125%2011.9293%202.03125%208.36738C2.03125%204.80546%204.92265%201.91406%208.48533%201.91406C12.0465%201.91406%2014.9386%204.80546%2014.9386%208.36738C14.9386%209.94354%2014.372%2011.3892%2013.433%2012.5095L17.0351%2016.1124C17.1459%2016.2232%2017.2012%2016.3688%2017.2012%2016.5152C17.2012%2016.9604%2016.7939%2017.0841%2016.6324%2017.0841C16.4867%2017.0841%2016.3411%2017.0287%2016.2296%2016.9172L12.6275%2013.3151ZM8.48533%203.05257C5.55145%203.05257%203.17052%205.43426%203.17052%208.36738C3.17052%2011.3005%205.55145%2013.6822%208.48533%2013.6822C11.4177%2013.6822%2013.8001%2011.3005%2013.8001%208.36738C13.8001%205.43426%2011.4177%203.05257%208.48533%203.05257ZM7.921%207.80078H6.02475C5.71073%207.80078%205.45588%208.05564%205.45588%208.36966C5.45588%208.68367%205.71073%208.93853%206.02475%208.93853H7.921V10.8348C7.921%2011.1488%208.17586%2011.4037%208.48988%2011.4037C8.8039%2011.4037%209.05875%2011.1488%209.05875%2010.8348V8.93853H10.955C11.269%208.93853%2011.5239%208.68367%2011.5239%208.36966C11.5239%208.05564%2011.269%207.80078%2010.955%207.80078H9.05875V5.90453C9.05875%205.59051%208.8039%205.33566%208.48988%205.33566C8.17586%205.33566%207.921%205.59051%207.921%205.90453V7.80078Z%22%20fill%3D%22black%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_142_27912%22%3E%3Crect%20width%3D%2217%22%20height%3D%2217%22%20fill%3D%22white%22%20transform%3D%22translate(0.617188%200.5)%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E") no-repeat;
	background-size: contain;
	margin-left: 6px;
}
.supplyBlock .link_modal a:hover {
	opacity: 0.7;
}

.link_url {
	width: fit-content;
	margin: 0 !important;
}
.link_url a {
	position: relative;
	display: inline-block;
	width: fit-content;
	color: #fff;
	font-weight: 700;
	padding: 0px 2px 6px;
	transition: all 0.3s;
}
.link_url a:before {
	position: absolute;
	left: 0;
	bottom: 0;
	display: inline-block;
	content: "";
	width: 100%;
	height: 1px;
	background: #fff;
}
.link_url a:after {
	display: inline-block;
	width: 12px;
	height: 12px;
	content: "";
	background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2213%22%20viewBox%3D%220%200%2012%2013%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M5.24219%201.50781L9.98776%206.25338L4.7461%2011.495%22%20stroke%3D%22white%22%20stroke-width%3D%222.065%22%20stroke-linecap%3D%22square%22%2F%3E%3C%2Fsvg%3E") no-repeat;
	background-size: contain;
	margin-left: 16px;
}
.link_url a:hover {
	opacity: 0.7;
}
.link_url.type_black a {
	color: #222222;
	font-size: 1.3rem;
}
.link_url.type_black a:before {
	background: #222222;
}
.link_url.type_black a:after {
	position: relative;
	top: 1px;
	width: 11px;
	height: 11px;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2213%22%20viewBox%3D%220%200%208%2013%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1%201.25977L6.24%206.49977L1%2011.7398%22%20stroke%3D%22black%22%20stroke-width%3D%221.2%22%20stroke-linecap%3D%22square%22%2F%3E%3C%2Fsvg%3E") no-repeat;
	background-size: contain;
}

.otherActivitiesBlock {
	width: 860px;
	margin: auto;
}
.otherActivitiesBlock .otherActivities_item {
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: center;
	gap: 80px;
	border-bottom: 1px solid #C5C6C7;
	padding: 48px 0;
}
.otherActivitiesBlock .otherActivities_item:first-of-type {
	border-top: 1px solid #C5C6C7;
	margin-top: 42px;
}
.otherActivitiesBlock .otherActivities_item h4 {
	width: 245px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 1.2px;
	white-space: nowrap;
	margin: 0;
}
.otherActivitiesBlock .otherActivities_item > div {
	width: calc(100% - 245px - 80px);
}
.otherActivitiesBlock .otherActivities_item > div p {
	font-size: 1.5rem;
	margin: 0 0 20px!important;
}
.otherActivitiesBlock .otherActivities_item > div p:last-child {
	margin: 0!important;
}
.otherActivitiesBlock .otherActivities_item > div.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
	gap: 50px;
}
.otherActivitiesBlock .otherActivities_item > div.flex figure {
	width: 144px;
}
.otherActivitiesBlock .otherActivities_item > div.flex > div {
	width: calc(100% - 144px - 50px);
}
.otherActivitiesBlock .ActivitiesList {
	background: #F7F9FA;
	border-radius: 12px;
	padding: 26px 25px;
	margin: 47px auto 37px;
}
.otherActivitiesBlock .ActivitiesList ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.otherActivitiesBlock .ActivitiesList ul li {
	position: relative;
	font-size: 1.4rem;
	font-weight: 500;
	padding-left: 1rem;
	text-indent: -1.2rem;
	margin: 0 auto 5px;
}
.otherActivitiesBlock .ActivitiesList ul li:before {
	content: "・";
}
.otherActivitiesBlock .ActivitiesList ul li:last-child {
	margin: 0 auto;
}
.otherActivitiesBlock .summary p {
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 0.98px;
	margin: 0 auto 25px !important;
}
.otherActivitiesBlock .summary p:last-child {
	margin: 0 auto !important;
}

@media screen and (max-width: 767px) {
	.supplyBlock {
		height: auto;
	}
	.supplyBlock .contents {
		display: block;
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		height: auto;
		background: #121821;
		padding: 0;
	}
	.supplyBlock .contents.pos_right {
		margin: 0 auto;
	}
	.supplyBlock .contents.pos_left {
		margin: 0 auto;
	}
	.supplyBlock .contents.pos_left .inner {
		margin: 0 auto;
	}
	.supplyBlock .contents .inner {
		max-width: 100%;
		padding: 55px 20px 45px;
		margin: 0 auto;
	}
	.supplyBlock .contents .inner h3 {
		font-size: 1.8rem;
		margin: 0 auto 25px;
	}
	.supplyBlock .contents .inner p {
		margin: 0 auto 25px;
	}
	.supplyBlock .contents .box {
		padding: 16px 12px;
		margin: 0 auto 25px;
	}
	.supplyBlock .contents .box:last-child {
		margin: 0 auto;
	}
	.supplyBlock .contents .box h4 {
		font-size: 1.2rem;
		font-weight: 700;
		margin: 0 auto 10px;
	}
	.supplyBlock .contents .box p {
		font-size: 1.2rem;
		margin: 0 auto 10px;
	}
	.supplyBlock .contents .box p:last-child {
		margin: 0 auto;
	}
	.supplyBlock .contents .box .flex {
		gap: 22px;
	}
	.supplyBlock .contents .box .flex > div {
		width: calc(100% - 65px - 22px);
	}
	.supplyBlock .contents .box .flex figure {
		width: 65px;
	}
	.supplyBlock .link_url {
		width: fit-content;
		margin: 0 !important;
	}
	.supplyBlock .link_url a {
		font-size: 1.3rem;
	}
	.otherActivitiesBlock {
	width: 100%;
	}
	.otherActivitiesBlock .otherActivities_item {
		display: block;
	}
	.otherActivitiesBlock .otherActivities_item h4 {
		width: 100%;
		font-size: 1.8rem;
		letter-spacing: 1.08px;
		white-space: wrap;
		margin: 0 auto 12px;
	}
	.otherActivitiesBlock .otherActivities_item > div {
		width: 100%;
	}
	.otherActivitiesBlock .otherActivities_item > div p {
		font-size: 1.4rem;
		margin: 0 0 12px!important;
	}
	.otherActivitiesBlock .otherActivities_item > div p:last-child {
		margin: 0!important;
	}
	.otherActivitiesBlock .otherActivities_item > div.flex {
		display: block;
	}
	.otherActivitiesBlock .otherActivities_item > div.flex figure {
		width: 130px;
		margin: 0 auto;
	}
	.otherActivitiesBlock .otherActivities_item > div.flex > div {
		width: 100%;
		margin: 0 auto 48px;
	}
	.otherActivitiesBlock .ActivitiesList {
		padding: 12px 16px;
		margin: 38px auto 50px;
	}
}
.societyWhiteBlock {
	width: 100%;
	background: #289D7C;
	padding: 50px 0;
}
.societyWhiteBlock h3 {
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.98px;
	margin: 0 auto 30px;
}
.societyWhiteBlock figure {
	width: 403px;
	margin: 0 auto;
}
.societyWhiteBlock figure a {
	transition: all 0.3s;
}
.societyWhiteBlock figure a:hover {
	opacity: 0.8;
}

@media screen and (max-width: 767px) {
	.societyWhiteBlock {
		padding: 64px 20px;
	}
	.societyWhiteBlock h3 {
		font-size: 1.3rem;
		text-align: left;
	}
	.societyWhiteBlock figure {
		width: 100%;
		max-width: 350;
	}
}

.imageNote {
	font-size: 1.2rem !important;
}

/* ニュース */

.block_newsLink {
  display: block;
  padding: 10px;
  transition: all 0.3s;
}
.block_newsLink:hover, .block_newsLink:active {
  background: #F3F3F3;
}
.block_newsLink .list-headline.news {
  flex-wrap: wrap;
  border-bottom: 1px solid #000000;
  padding: 0;
}
.block_newsLink .list-headline.news dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  width: 100%;
  color: #000000;
  padding: 10px;
}
.block_newsLink .list-headline.news dt span {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.block_newsLink .list-headline.news dt span:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 37px;
  background: #1C2D4A;
  color: #fff;
  white-space: nowrap;
}
.block_newsLink .list-headline.news dt span:last-child {
  font-weight: 600;
}
.block_newsLink .list-headline.news dd {
  display: block;
  width: 100%;
  color: #000000;
  font-weight: 600;
  padding: 10px;
}

.top_block_newsLink {
  display: block;
  padding: 10px;
  transition: all 0.3s;
}
.top_block_newsLink:hover, .top_block_newsLink:active {
  background: #F3F3F3;
}
.top_block_newsLink .news-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.top_block_newsLink .news-item dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  width: 276px !important;
}
.top_block_newsLink .news-item dt span {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.top_block_newsLink .news-item dt span:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 37px;
  background: #1C2D4A;
  color: #fff;
  white-space: nowrap;
}
.top_block_newsLink .news-item dt span:last-child {
  color: #000000;
  font-weight: 600;
}
.top_block_newsLink .news-item dd {
  display: flex;
  align-items: center;
  width: calc(100% - 276px - 15px) !important;
  color: #000000;
  font-size: 1.8rem;
  font-weight: 600;
  padding-top: 4px;
}

body.view-top.bid-1 .sec-news .head .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 88px;
  color: #121821 !important;
  font-weight: 700;
  border: 2px solid #AAACAD !important;
  border-radius: 4px !important;
  padding: 3px 10px 3px 14px;
}
body.view-top.bid-1 .sec-news .head .btn a:after {
  display: inline-block;
  width: 9px;
  height: 9px;
  content: "" !important;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%229%22%20height%3D%2213%22%20viewBox%3D%220%200%209%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.24219%200.0461426L8.44793%206.25189L1.7461%2012.9537L0.285926%2011.4935L5.52758%206.25189L0.782012%201.50632L2.24219%200.0461426Z%22%20fill%3D%22%23121821%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
  background-size: contain;
  margin-left: 6px;
}
body.view-top.bid-1 .sec-news .head .btn a:hover {
  opacity: 0.7;
}

.acms-pager li.cur button, .acms-pager li.cur span, .acms-pager li > a, .acms-pager li > button, .acms-pager li span > a {
  border: none;
}

.acms-pager.news li {
  font-size: 1.8rem;
  font-weight: 600;
  margin-left: 6px;
  margin-top: 6px;
}
.acms-pager.news li a, .acms-pager.news li span {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  min-height: 30px;
  background: #F3F3F3;
  border-radius: 4px;
}
.acms-pager.news li a {
  border: 1px solid #d1d1d1;
  transition: all 0.3s;
}
.acms-pager.news li a.prev:before, .acms-pager.news li a.next:after {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 12px;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%2213%22%20viewBox%3D%220%200%208%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0.996966%200.151474L7.08549%206.24L0.996966%2012.3285L0.148438%2011.48L5.38844%206.24L0.148438%201L0.996966%200.151474Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
  background-size: contain;
}
.acms-pager.news li a.prev:before {
  transform: scale(-1, 1);
  margin-right: 6px;
}
.acms-pager.news li a.next:after {
  top: 1px;
  margin-left: 6px;
}
.acms-pager.news li a:hover {
  background: #121821;
  color: #fff;
}
.acms-pager.news li a:hover.prev:before, .acms-pager.news li a:hover.next:after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%228%22%20height%3D%2213%22%20viewBox%3D%220%200%208%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0.996966%200.151474L7.08549%206.24L0.996966%2012.3285L0.148438%2011.48L5.38844%206.24L0.148438%201L0.996966%200.151474Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
  background-size: contain;
}
.acms-pager.news li.cur span {
  background: #121821;
  color: #fff;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  body.view-top.bid-1 .sec-news .head {
    padding: 0 20px;
  }
  body.view-top.bid-1 .sec-news h2 {
    font-size: 2.2rem !important;
    font-weight: 700;
    text-align: left;
  }
  body.view-top.bid-1 .sec-news .head .btn {
    right: 20px !important;
  }
  body.view-top.bid-1 .sec-news .head .btn a {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 70px;
    min-width: 70px;
    height: 30px;
    font-size: 1.2rem !important;
    white-space: nowrap;
    padding: 0;
  }
  body.view-top.bid-1 .sec-news .head .btn a:after {
    position: relative;
    top: 1px;
    width: 7px;
    height: 7px;
  }
  .top_block_newsLink {
    padding: 10px;
  }
  .top_block_newsLink .news-item {
    flex-wrap: wrap;
    gap: 15px;
  }
  .top_block_newsLink .news-item dt {
    width: 100% !important;
  }
  .top_block_newsLink .news-item dd {
    width: 100% !important;
    padding-top: 0;
    border-bottom: 1px solid #000000;
    padding: 0 0 10px;
  }
  .acms-pager.news li a, .acms-pager.news li span {
    min-width: 50px;
    min-height: 50px;
  }
}

/* 導入事例 */

.caseBlock_outer {
  width: 100vw;
  background: #121821;
  margin: 0 calc(50% - 50vw);
  padding: 0 0 170px;
}
.caseBlock_outer:first-child {
  margin-top: 57px;
}
.caseBlock_outer:first-child:before {
  content: "";
  display: block;
  height: 90px;
}
.caseBlock_outer:last-child {
  padding: 0 0 260px;
}
.caseBlock_outer:nth-child(even) .caseBlock > figure {
  order: 2;
}
.caseBlock_outer:nth-child(even) .caseBlock > div {
  order: 1;
}
.caseBlock_outer .caseBlock {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 7%;
  width: 100%;
  max-width: 1280px;
  color: #fff !important;
  padding: 0 20px;
  margin: 0 auto;
}
.caseBlock_outer .caseBlock > figure {
  width: 56%;
}
.caseBlock_outer .caseBlock > div {
  width: 36%;
}
.caseBlock_outer .caseBlock > div h3 {
  margin: 0 auto 8px;
}
.caseBlock_outer .caseBlock > div h3 span {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 6px;
  margin: 0 auto 8px;
}
.caseBlock_outer .caseBlock > div h3 strong {
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
}
.caseBlock_outer .caseBlock > div h4 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 auto 8px;
}
.caseBlock_outer .caseBlock > div h4 + p {
  font-size: 1.6rem;
  margin: 0 auto 20px;
}
.caseBlock_outer .caseBlock > div .case_problem {
  position: relative;
  border: 1px solid #4E5869;
  padding: 12px;
  margin: 0 auto 30px;
}
.caseBlock_outer .caseBlock > div .case_problem:after {
  position: absolute;
  left: 50%;
  bottom: -22px;
  display: inline-block;
  width: 25px;
  height: 12px;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2225%22%20height%3D%2212%22%20viewBox%3D%220%200%2025%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.5%2012L1.04907e-06%20-2.18557e-06L25%200L12.5%2012Z%22%20fill%3D%22%23F3F3F3%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}
.caseBlock_outer .caseBlock > div .case_problem h5 {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 auto 10px;
}
.caseBlock_outer .caseBlock > div .case_problem ul {
  list-style: none;
  padding: 0;
  margin: 0 0 5px !important;
}
.caseBlock_outer .caseBlock > div .case_problem ul li {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  padding: 0 0 0 35px;
  margin: 0 auto 8px;
}
.caseBlock_outer .caseBlock > div .case_problem ul li:last-child {
  margin: 0 auto;
}
.caseBlock_outer .caseBlock > div .case_problem ul li:before {
  position: absolute;
  left: 5px;
  display: inline-block;
  width: 15px;
  height: 35px;
  content: "・";
  margin-right: 10px;
}
.caseBlock_outer .caseBlock > div .case_effect {
  position: relative;
  border: 1px solid #4E5869;
  padding: 12px;
  margin: 0 auto 25px;
}
.caseBlock_outer .caseBlock > div .case_effect h5 {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 auto 10px;
}
.caseBlock_outer .caseBlock > div .case_effect ul {
  list-style: none;
  padding: 0;
  margin: 0 0 5px !important;
}
.caseBlock_outer .caseBlock > div .case_effect ul li {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  padding: 0 0 0 35px;
  margin: 0 auto 10px;
}
.caseBlock_outer .caseBlock > div .case_effect ul li:last-child {
  margin: 0 auto;
}
.caseBlock_outer .caseBlock > div .case_effect ul li:before {
  position: absolute;
  display: inline-block;
  left: 6px;
  width: 15px;
  height: 35px;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2235%22%20viewBox%3D%220%200%2016%2035%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%228%22%20cy%3D%2217.5%22%20r%3D%227.5%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M5.5%2017.0764L7.57636%2019.3923L11.21%2015%22%20stroke%3D%22%232C2C2E%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-size: contain;
}
.caseBlock_outer .caseBlock > div .companyName {
  text-align: right;
  margin: 0;
}
.caseBlock_outer .caseBlock > div .productLink {
  margin: 30px 0 0;
}
.caseBlock_outer .caseBlock > div .productLink a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  min-width: 186px;
  width: fit-content;
  max-width: 100%;
  height: 44px;
  background: #fff;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  transition: all 0.3s;
  padding: 0 8px;
  margin: 0 0 0 auto;
}
.caseBlock_outer .caseBlock > div .productLink a:after {
  display: inline-block;
  min-width: 20px;
  width: 20px;
  height: 22px;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2223%22%20viewBox%3D%220%200%2020%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_79_9259)%22%3E%3Cpath%20d%3D%22M15.0814%200.00349226V0H4.45572C3.81943%200%203.29883%200.523839%203.29883%201.16409V6.34932H4.84135V1.55212H13.5385V6.49832H18.4538V20.5655H4.84135V15.7645H3.29883V20.9536C3.29883%2021.5938%203.81943%2022.1176%204.45572%2022.1176H18.8398C19.4761%2022.1176%2019.9967%2021.5938%2019.9967%2020.9536V4.9462L20.0005%204.94271L15.0814%200.00349226ZM15.0814%204.94582V2.19857L17.8117%204.94582H15.0814Z%22%20fill%3D%22%23111111%22%2F%3E%3Cpath%20d%3D%22M6.05941%209.95166H5.60938V12.1661H6.06943C6.69339%2012.1661%207.05164%2011.7626%207.05164%2011.0591C7.05164%2010.3556%206.69917%209.95166%206.05941%209.95166Z%22%20fill%3D%22%23AB333F%22%2F%3E%3Cpath%20d%3D%22M12.245%207.51709H0.385631C0.173534%207.51709%200%207.6917%200%207.90512V14.2121C0%2014.4256%200.173534%2014.6002%200.385631%2014.6002H12.245C12.4571%2014.6002%2012.6306%2014.4256%2012.6306%2014.2121V7.90512C12.6306%207.6917%2012.4571%207.51709%2012.245%207.51709ZM2.89532%2011.6317H2.34502V12.9836H1.48507V9.11228H2.90959C3.65617%209.11228%204.1332%209.64%204.1332%2010.3672C4.1332%2011.1467%203.66543%2011.6317%202.89532%2011.6317ZM7.48086%2012.4858C7.15423%2012.828%206.69842%2013.0089%206.16355%2013.0089H4.64185V9.10762H6.15352C7.25141%209.10762%207.98874%209.89144%207.98874%2011.0582C7.98874%2011.6442%207.81328%2012.1377%207.48086%2012.4858ZM11.1451%209.86389H9.54014V10.7692H10.9327V11.5053H9.54014V12.9879H8.5695V9.10762H11.1451V9.86389Z%22%20fill%3D%22%23AB333F%22%2F%3E%3Cpath%20d%3D%22M2.71689%209.89111H2.33203V10.8538H2.7219C3.02887%2010.8538%203.27451%2010.7339%203.27451%2010.3727C3.27451%2010.0114%203.02887%209.8915%202.71689%209.8915V9.89111Z%22%20fill%3D%22%23AB333F%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_79_9259%22%3E%3Crect%20width%3D%2220%22%20height%3D%2222.1176%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E") no-repeat;
  background-size: contain;
}
.caseBlock_outer .caseBlock > div .productLink a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .caseBlock_outer {
    padding: 0 0 90px;
  }
  .caseBlock_outer:first-child {
    margin-top: 0;
  }
  .caseBlock_outer:first-child:before {
    display: none;
  }
  .caseBlock_outer:last-child {
    padding: 0 0 130px;
  }
  .caseBlock_outer .caseBlock {
    display: block;
    max-width: 100%;
    color: #fff !important;
    padding: 0;
  }
  .caseBlock_outer .caseBlock > figure {
    width: 100%;
    margin: 0 auto 65px;
  }
  .caseBlock_outer .caseBlock > div {
    width: 100%;
  }
  .caseBlock_outer .caseBlock > div h3 {
    padding: 0 25px;
    margin: 0 auto 18px;
  }
  .caseBlock_outer .caseBlock > div h3 span {
    font-size: 1.5rem;
    margin: 0 auto 18px;
  }
  .caseBlock_outer .caseBlock > div h3 strong {
    font-size: 2.6rem;
  }
  .caseBlock_outer .caseBlock > div h4 {
    font-size: 1.6rem;
    padding: 0 25px;
    margin: 0 auto 8px;
  }
  .caseBlock_outer .caseBlock > div h4 + p {
    font-size: 1.5rem;
    padding: 0 25px;
    margin: 0 auto 30px;
  }
  .caseBlock_outer .caseBlock > div .case_problem {
    width: calc(100% - 40px);
  }
  .caseBlock_outer .caseBlock > div .case_problem h5 {
    font-size: 1.8rem;
  }
  .caseBlock_outer .caseBlock > div .case_problem ul {
    margin: 0 0 5px !important;
  }
  .caseBlock_outer .caseBlock > div .case_problem ul li {
    font-size: 1.5rem;
    padding: 0 0 0 25px;
  }
  .caseBlock_outer .caseBlock > div .case_effect {
    width: calc(100% - 40px);
    margin: 0 auto 25px;
  }
  .caseBlock_outer .caseBlock > div .case_effect h5 {
    font-size: 2.4rem;
    font-weight: 700;
    margin: 0 auto 10px;
  }
  .caseBlock_outer .caseBlock > div .case_effect ul li {
    font-size: 1.5rem;
    padding: 0 0 0 25px;
    margin: 0 auto 10px;
  }
  .caseBlock_outer .caseBlock > div .case_effect ul li:before {
    left: 6px;
    width: 12px;
    height: 29px;
  }
  .caseBlock_outer .caseBlock > div .companyName {
    padding: 0 20px;
  }
  .caseBlock_outer .caseBlock > div .productLink {
    margin: 30px 20px 0 20px;
  }
}
