@charset "UTF-8";
/* normalize */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
  width: 100vw;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 600;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0; /* 3 */
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Base */
html {
  font-size: 62.5%;
}

body {
  color: #000000;
  font-size: 1.6rem;
  line-height: 2;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 575px) {
  body {
    font-size: 1.5rem;
  }
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family:
      "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
      sans-serif;
  }
}
a {
  display: inline-block;
  color: #000000;
  -webkit-transition-property:
    background-color,
    opacity,
    color,
    border-color,
    -webkit-box-shadow;
  transition-property:
    background-color,
    opacity,
    color,
    border-color,
    -webkit-box-shadow;
  transition-property:
    background-color, opacity, color, border-color, box-shadow;
  transition-property:
    background-color,
    opacity,
    color,
    border-color,
    box-shadow,
    -webkit-box-shadow;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  text-decoration: none;
}
a:hover {
  color: #000000;
}
a img {
  border: none;
}
a img:hover,
a img:active {
  opacity: 0.8;
}

span {
  -webkit-transition-property:
    background-color,
    opacity,
    color,
    border-color,
    -webkit-box-shadow;
  transition-property:
    background-color,
    opacity,
    color,
    border-color,
    -webkit-box-shadow;
  transition-property:
    background-color, opacity, color, border-color, box-shadow;
  transition-property:
    background-color,
    opacity,
    color,
    border-color,
    box-shadow,
    -webkit-box-shadow;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom;
}

iframe {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.6;
}

h1 {
  font-size: 3.2rem;
}

h2 {
  font-size: 2.7rem;
}

h3 {
  font-size: 2.3rem;
}

h4 {
  font-size: 1.8rem;
}

[class*="col-"] {
  margin-bottom: 2rem;
}
[class*="col-"] h1,
[class*="col-"] h2,
[class*="col-"] h3,
[class*="col-"] h4,
[class*="col-"] h5,
[class*="col-"] h6 {
  margin-bottom: 1.5rem;
}
[class*="col-"] h1:last-child,
[class*="col-"] h2:last-child,
[class*="col-"] h3:last-child,
[class*="col-"] h4:last-child,
[class*="col-"] h5:last-child,
[class*="col-"] h6:last-child {
  margin-bottom: 0;
}

.row [class*="col-"]:last-child {
  margin-bottom: 0;
}

a {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

figure {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: bottom;
}

img[src$=".svg"] {
  width: 100%;
  vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
th,
td,
dt,
dd,
a {
  margin: 0;
  padding: 0;
  letter-spacing: 0.05em;
}

ul {
  list-style: none;
}

/*!
 * Bootstrap Grid v4.1.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)
 */
@-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: 1200px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  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;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.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: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  flex-direction: row !important;
}

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

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

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: 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;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

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

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

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

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

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

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

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

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

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

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-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 {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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 {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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 {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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 {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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 {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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 {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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 {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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 {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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;
  }
}

.custom-shape-divider-bottom-1716367039 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.custom-shape-divider-bottom-1716367039 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 49px;
}

.custom-shape-divider-bottom-1716367039 .shape-fill {
  fill: #ffffff;
}

.custom-shape-divider-bottom-1716372249 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.custom-shape-divider-bottom-1716372249 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 60px;
}
@media screen and (max-width: 575px) {
  .custom-shape-divider-bottom-1716372249 svg {
    height: 25px;
  }
}

.custom-shape-divider-bottom-1716372249 .shape-fill {
  fill: #ffffff;
}

.custom-shape-divider-bottom-1716356482 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.custom-shape-divider-bottom-1716356482 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 60px;
}
@media screen and (max-width: 575px) {
  .custom-shape-divider-bottom-1716356482 svg {
    height: 25px;
  }
}

.custom-shape-divider-bottom-1716356482 .shape-fill {
  fill: #f0f6fc;
}

.custom-shape-divider-bottom-1716365484 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.custom-shape-divider-bottom-1716365484 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 60px;
}
@media screen and (max-width: 575px) {
  .custom-shape-divider-bottom-1716365484 svg {
    height: 25px;
  }
}

.custom-shape-divider-bottom-1716365484 .shape-fill {
  fill: #fff;
}

.link_main a,
.link_main h5 {
  line-height: 1.4;
  padding: 16px 85px 16px 35px;
  border-radius: 100px;
  background: #fff;
  color: #0275c2;
  position: relative;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  font-size: 1.4rem;
}
.link_main a:hover,
.link_main h5:hover {
  opacity: 0.7 !important;
}
.link_main a img,
.link_main h5 img {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1 !important;
}
.link_main .border {
  border: 1px solid #0275c2;
}

.ttl_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}
.ttl_block .ttl {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .ttl_block .ttl {
    margin-right: 0;
  }
}
.ttl_block .ttl .en {
  line-height: 1.2;
  font-size: 1.7rem;
  color: #0275c2;
  position: relative;
  padding-left: 15px;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .ttl_block .ttl .en {
    font-size: 1.4rem;
  }
}
.ttl_block .ttl .en img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ttl_block .ttl h3 {
  font-size: 3.4rem;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .ttl_block .ttl h3 {
    font-size: 2.6rem;
  }
}
.ttl_block .ttl h3 small {
  font-size: 1.8rem;
}
.ttl_block .ttl p {
  font-size: 1.6rem;
  display: block;
  -webkit-transform: none;
  transform: none;
  margin-top: 10px;
}
.ttl_block p {
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
@media screen and (max-width: 991px) {
  .ttl_block p {
    display: none;
  }
}
.ttl_block .link_fixed {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 575px) {
  .ttl_block .link_fixed {
    bottom: 4px;
  }
}
.ttl_block .link_fixed a {
  font-size: 1.4rem;
  color: #0275c2;
  font-weight: 600;
  padding-right: 50px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 575px) {
  .ttl_block .link_fixed a {
    font-size: 1.3rem;
    padding-right: 43px;
  }
}
.ttl_block .link_fixed a:hover {
  opacity: 0.7;
}
.ttl_block .link_fixed a img {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 575px) {
  .ttl_block .link_fixed.sp_bottom {
    bottom: auto;
    top: calc(100% + 12px);
    right: auto;
    left: 0;
  }
}

.link_arrow_right {
  text-align: right;
}
.link_arrow_right a {
  font-size: 1.4rem;
  color: #0275c2;
  font-weight: 600;
  padding-right: 50px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 575px) {
  .link_arrow_right a {
    font-size: 1.3rem;
    padding-right: 43px;
  }
}
.link_arrow_right a:hover {
  opacity: 0.7;
}
.link_arrow_right a img {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page_mainVisual {
  padding: 260px 0 130px;
  background: url(../images/page_mainVisual_bg.webp) no-repeat;
  background-size: cover;
  background-position: 50% 100%;
}
@media screen and (max-width: 991px) {
  .page_mainVisual {
    padding: 230px 0 130px;
  }
}
@media screen and (max-width: 575px) {
  .page_mainVisual {
    padding: 140px 0 70px;
  }
}
.page_mainVisual_inner .ttl h2 {
  font-size: 4rem;
  font-weight: 600;
  color: #0275c2;
}
@media screen and (max-width: 575px) {
  .page_mainVisual_inner .ttl h2 {
    font-size: 2.5rem;
  }
}
.page_mainVisual_inner .ttl h2 small {
  font-size: 2rem;
  display: block;
  color: #717787;
}
@media screen and (max-width: 575px) {
  .page_mainVisual_inner .ttl h2 small {
    font-size: 1.8rem;
  }
}
.page_mainVisual_inner .breadList {
  margin-top: 40px;
  text-align: right;
}
.page_mainVisual_inner .breadList p {
  font-size: 1.1rem;
  color: #0275c2;
}
.page_mainVisual_inner .breadList ul {
  display: inline;
}
.page_mainVisual_inner .breadList ul li {
  display: inline;
}

.breadcrumbs {
  white-space: nowrap;
  overflow-x: auto;
}
.breadcrumbs span,
.breadcrumbs a {
  font-size: 1.2rem;
  color: #0275c2;
}
.breadcrumbs a {
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
}
.breadcrumbs a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 1px solid #0275c2;
  border-right: 1px solid #0275c2;
}
.breadcrumbs span:last-of-type a {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumbs span:last-of-type a:before {
  display: none;
}

.single_head .breadList {
  margin-top: 235px;
  margin-bottom: 40px;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .single_head .breadList {
    margin-top: 140px;
  }
}
@media screen and (max-width: 575px) {
  .single_head .breadList {
    margin-top: 100px;
  }
}
.single_head .breadList p {
  font-size: 1.1rem;
  color: #0275c2;
}

.ttl_catch h3 {
  font-size: 4rem;
  color: #0275c2;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .ttl_catch h3 {
    font-size: 3rem;
  }
}

.ttl_sub {
  font-size: 3.2rem;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .ttl_sub {
    font-size: 2.4rem;
  }
}

.borderTop {
  border-top: 1px solid #e5eaf0;
}

.btn_content_3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.btn_content_3col li {
  width: 30%;
  margin-right: 5%;
  border-bottom: 1px solid #e5eaf0;
}
.btn_content_3col li:nth-of-type(3n) {
  margin-right: 0;
}
.btn_content_3col li:nth-of-type(1),
.btn_content_3col li:nth-of-type(2),
.btn_content_3col li:nth-of-type(3) {
  border-top: 1px solid #e5eaf0;
}
@media screen and (max-width: 991px) {
  .btn_content_3col li {
    width: 48% !important;
    margin-right: 4% !important;
  }
  .btn_content_3col li:nth-of-type(even) {
    margin-right: 0 !important;
  }
  .btn_content_3col li:nth-of-type(3) {
    border-top: none !important;
  }
}
@media screen and (max-width: 767px) {
  .btn_content_3col li {
    width: 100% !important;
    margin: 0 !important;
  }
  .btn_content_3col li:nth-of-type(2) {
    border-top: none !important;
  }
}
.btn_content_3col li a {
  color: #0275c2;
  display: block;
  padding: 40px 40px 40px 0;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.6;
}
.btn_content_3col li a:hover {
  opacity: 0.7;
}
.btn_content_3col li a small {
  display: block;
  font-size: 90%;
}
.btn_content_3col li a img {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn_content_3col li.active a {
  color: #717787;
}

.sticky {
  position: sticky;
  top: 0;
}

.overflow {
  width: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 991px) {
  .overflow {
    overflow: visible;
  }
}
.overflow.page {
  width: 1100px !important;
}
@media screen and (max-width: 1359px) {
  .overflow.page {
    width: 740px !important;
  }
}
@media screen and (max-width: 991px) {
  .overflow.page {
    width: 720px !important;
  }
}
@media screen and (max-width: 767px) {
  .overflow.page {
    width: 540px !important;
  }
}
@media screen and (max-width: 575px) {
  .overflow.page {
    width: 100% !important;
  }
}
.overflow.page .swiper-button-next {
  right: 40px;
  top: 90px !important;
}
@media screen and (max-width: 1359px) {
  .overflow.page .swiper-button-next {
    right: 20px !important;
    top: 70px !important;
  }
}
.overflow.page .swiper-button-prev {
  display: none;
}

.desc_separate .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1359px) {
  .desc_separate .items {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .desc_separate .items {
    display: block;
  }
}
.desc_separate .items figure {
  width: 390px;
  margin-right: 80px;
}
@media screen and (max-width: 1359px) {
  .desc_separate .items figure {
    width: 320px;
    margin-right: 60px;
  }
}
@media screen and (max-width: 991px) {
  .desc_separate .items figure {
    width: 300px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .desc_separate .items figure {
    width: 100%;
    margin: 0;
  }
}
.desc_separate .items figure img {
  width: 100%;
  border-radius: 15px;
}
.desc_separate .items figure img.border {
  border: 1px solid #e5eaf0;
}
.desc_separate .items_movie {
  border-radius: 20px;
  overflow: hidden;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.desc_separate .items_movie:hover {
  opacity: 0.7;
}
.desc_separate_txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .desc_separate_txt {
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  .desc_separate_txt {
    margin-top: 25px;
  }
}
.desc_separate_txt h3 {
  font-size: 2.8rem;
  font-weight: 600;
  color: #0275c2;
}
@media screen and (max-width: 1359px) {
  .desc_separate_txt h3 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 991px) {
  .desc_separate_txt h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 575px) {
  .desc_separate_txt h3 {
    font-size: 2rem;
  }
}
.desc_separate_txt h3 small {
  font-size: 1.7rem;
  display: block;
}
.desc_separate_txt p {
  margin-top: 20px;
}
@media screen and (max-width: 1359px) {
  .desc_separate_txt p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 575px) {
  .desc_separate_txt p {
    margin-top: 5px;
  }
}
.desc_separate.align_top .items {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.desc_separate .link_main a {
  border: 1px solid #0275c2;
}
.desc_separate .pfas_flow_graph {
  width: 100% !important;
  margin-right: 0 !important;
}
@media screen and (max-width: 991px) {
  .desc_separate .pfas_flow_graph {
    overflow-x: auto;
    width: 370px !important;
  }
}
@media screen and (max-width: 767px) {
  .desc_separate .pfas_flow_graph {
    width: 100% !important;
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 991px) {
  .desc_separate .pfas_flow_graph img {
    width: 630px !important;
    max-width: 630px !important;
  }
}
.desc_separate .strong_box {
  margin-top: 25px;
  padding-top: 25px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .desc_separate .strong_box {
    margin-top: 15px;
    padding-top: 15px;
  }
}
.desc_separate .strong_box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 2px;
  background: #0275c2;
}
.desc_separate .strong_box h5 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #0275c2;
}
.desc_separate .strong_box h5 strong {
  font-size: 2.4rem;
  border-bottom: 2px dotted #0275c2;
  margin-top: 5px;
}
@media screen and (max-width: 575px) {
  .desc_separate .strong_box h5 strong {
    font-size: 2rem;
  }
}

.ttl_lg {
  font-size: 3.2rem;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .ttl_lg {
    font-size: 2.6rem;
  }
}

.ttl_md {
  font-size: 2.8rem;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .ttl_md {
    font-size: 2.4rem;
  }
}

.ttl_sm {
  font-size: 2.2rem;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .ttl_sm {
    font-size: 1.8rem;
  }
}

.disc_list li a {
  font-size: 1.2rem;
  color: #0275c2;
  padding-left: 13px;
  position: relative;
}
.disc_list li a:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #717787;
}
.disc_list li a .pdf {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  margin-left: 5px;
}
.disc_list li a .outerLink {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  margin-left: 5px;
}

.disc_list_std li {
  font-size: 1.5rem;
  padding-left: 13px;
  position: relative;
}
.disc_list_std li:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #717787;
}
.disc_list_std li .pdf {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  margin-left: 5px;
}
.disc_list_std li .outerLink {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  margin-left: 5px;
}

.coution_list li {
  font-size: 1.2rem;
  padding-left: 1em;
  position: relative;
}
.coution_list li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.txt-margintop--xs {
  margin-top: 10px;
}

.txtLink_blue {
  color: #0275c2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.txtLink_blue:hover {
  color: #0275c2;
  opacity: 0.7;
}

.more_btn a {
  padding: 15px 90px 15px 30px;
  border-radius: 100px;
  line-height: 1.2;
  position: relative;
  min-width: 220px;
  font-size: 1.5rem;
  background: #0275c2;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 575px) {
  .more_btn a {
    font-size: 1.3rem;
    min-width: 180px;
  }
}
.more_btn a:hover {
  opacity: 0.7 !important;
}
.more_btn a .arrow {
  position: absolute;
  top: 50%;
  right: 6px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.more_btn a .arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
  transform: translate(-70%, -50%) rotate(45deg);
  border-top: 2px solid #0275c2;
  border-right: 2px solid #0275c2;
  width: 8px;
  height: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.color_blue {
  color: #0275c2;
}

.link_mark {
  margin-right: 5px;
}
.link_mark .outerLink {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  margin-left: 5px;
}

.l-base {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}
@media (min-width: 576px) {
  .l-base {
    width: 100%;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .l-base {
    width: 100%;
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .l-base {
    width: 100%;
    max-width: 960px;
  }
}
@media (min-width: 1360px) {
  .l-base {
    width: 100%;
    max-width: 1320px;
  }
}

.w-1200 {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}
@media (min-width: 576px) {
  .w-1200 {
    width: 100%;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .w-1200 {
    width: 100%;
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .w-1200 {
    width: 100%;
    max-width: 960px;
  }
}
@media (min-width: 1240px) {
  .w-1200 {
    width: 100%;
    max-width: 1200px;
  }
}

.w-1100 {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}
@media (min-width: 576px) {
  .w-1100 {
    width: 100%;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .w-1100 {
    width: 100%;
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .w-1100 {
    width: 100%;
    max-width: 960px;
  }
}
@media (min-width: 1240px) {
  .w-1100 {
    width: 100%;
    max-width: 1100px;
  }
}

.w-984 {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}
@media (min-width: 576px) {
  .w-984 {
    width: 100%;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .w-984 {
    width: 100%;
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .w-984 {
    width: 100%;
    max-width: 960px;
  }
}
@media (min-width: 1240px) {
  .w-984 {
    width: 100%;
    max-width: 984px;
  }
}

.w-872 {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}
@media (min-width: 576px) {
  .w-872 {
    width: 100%;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .w-872 {
    width: 100%;
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .w-872 {
    width: 100%;
    max-width: 872px;
  }
}
@media (min-width: 1240px) {
  .w-872 {
    width: 100%;
    max-width: 872px;
  }
}

.w-750 {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}
@media (min-width: 576px) {
  .w-750 {
    width: 100%;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .w-750 {
    width: 100%;
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .w-750 {
    width: 100%;
    max-width: 750px;
  }
}

.wrapper {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .wrapper.sp_fixed {
    padding-bottom: 101px;
  }
}
@media screen and (max-width: 991px) {
  .wrapper.wrapper_overflow {
    overflow-x: hidden !important;
  }
}
.wrapper.wrapper_overflow_all {
  overflow-x: hidden !important;
}

.l-header {
  padding: 50px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1500px) {
  .l-header {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 991px) {
  .l-header {
    padding: 25px;
  }
}
@media screen and (max-width: 575px) {
  .l-header {
    padding: 20px;
  }
}
.l-header.is-animation {
  background: rgba(255, 255, 255, 0.9);
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1366px) {
  .l-header.is-animation {
    padding-top: 50px;
    padding-bottom: 50px;
    background: rgba(0, 0, 0, 0);
  }
}
@media screen and (max-width: 575px) {
  .l-header.is-animation {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.l-header .header_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-header .header_main .logo {
  margin-right: 65px;
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .l-header .header_main .logo {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1359px) {
  .l-header .header_main .logo {
    margin-right: 0;
  }
}
.l-header .header_main .logo a {
  line-height: 1;
}
.l-header .header_main .logo a img {
  width: 136px;
}
@media screen and (max-width: 575px) {
  .l-header .header_main .logo a img {
    width: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .l-header .header_main .gnav {
    display: none;
  }
}
.l-header .header_main .gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-header .header_main .gnav ul li:not(:first-of-type) {
  margin-left: 20px;
}
@media screen and (max-width: 1500px) {
  .l-header .header_main .gnav ul li.note {
    display: none;
  }
}
.l-header .header_main .gnav ul li.parent a {
  padding-right: 15px;
}
.l-header .header_main .gnav ul li a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #0275c2;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header .header_main .gnav ul li a:hover {
  opacity: 0.7;
}
.l-header .header_main .gnav ul li a .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #0275c2;
  border-right: 2px solid #0275c2;
}
@media screen and (max-width: 1366px) {
  .l-header .header_btn {
    display: none;
  }
}
.l-header .header_btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-header .header_btn ul li {
  line-height: 1;
}
.l-header .header_btn ul li a {
  line-height: 1;
  padding: 15px 0;
  border-radius: 100px;
  background: #ccc;
  width: 150px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
  opacity: 1;
}
.l-header .header_btn ul li a:hover {
  opacity: 0.7;
}
.l-header .header_btn ul li:not(:first-of-type) {
  margin-left: 10px;
}
.l-header .header_btn ul li:nth-of-type(1) a {
  background: #fff;
  color: #0275c2;
}
.l-header .header_btn ul li:nth-of-type(2) a {
  background: #0275c2;
  color: #fff;
}

.l-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1359px) {
  .l-footer {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1359px) {
  .l-footer ul {
    width: 25%;
  }
  .l-footer ul:nth-of-type(n + 5) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer ul {
    width: 33.3%;
  }
  .l-footer ul:nth-of-type(n + 4) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .l-footer ul {
    width: 50%;
  }
  .l-footer ul:first-of-type {
    width: 100%;
  }
  .l-footer ul:nth-of-type(n + 2) {
    margin-top: 50px;
  }
}
.l-footer ul li a {
  font-size: 1.2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer ul li a:hover {
  color: #0275c2;
}
.l-footer ul li a.parent {
  font-weight: 600;
}
.l-footer ul li a.link_none {
  color: #000000 !important;
  opacity: 1 !important;
  cursor: default;
}

.footer_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .footer_desc {
    display: block;
    text-align: center;
  }
}
.footer_desc .logo {
  width: 136px;
  margin-right: 40px;
}
@media screen and (max-width: 991px) {
  .footer_desc .logo {
    margin: 0 auto;
  }
}
.footer_desc .address {
  font-size: 1.2rem;
  margin-right: 35px;
}
@media screen and (max-width: 991px) {
  .footer_desc .address {
    margin: 20px 0 0;
  }
}
.footer_desc .tel_num {
  line-height: 1.8;
}
@media screen and (max-width: 991px) {
  .footer_desc .tel_num {
    margin-top: 40px;
  }
}
.footer_desc .tel_num p {
  font-size: 1.1rem;
  color: #0275c2;
  font-weight: 600;
}
.footer_desc .tel_num:not(:first-of-type) {
  margin-left: 30px;
}
@media screen and (max-width: 991px) {
  .footer_desc .tel_num:not(:first-of-type) {
    margin: 20px 0 0;
  }
}
.footer_desc .plant_bnr {
  margin-left: 30px;
  width: 210px;
}
@media screen and (max-width: 1359px) {
  .footer_desc .plant_bnr {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .footer_desc .plant_bnr {
    margin: 40px auto 0;
  }
}

.footer_copy {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 60px;
  border-top: 1px solid #e5eaf0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .footer_copy {
    display: block;
  }
}
.footer_copy .copy {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .footer_copy .copy {
    text-align: center;
    margin-top: 60px;
  }
}
.footer_copy .logoArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footer_copy .logoArea {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  .footer_copy .logoArea {
    width: 100%;
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer_copy .logoArea figure:nth-of-type(1) {
  margin-right: 35px;
}
@media screen and (max-width: 575px) {
  .footer_copy .logoArea figure:nth-of-type(1) {
    margin-right: 5%;
    width: 50%;
  }
}
.footer_copy .logoArea figure:nth-of-type(2) {
  margin-right: 35px;
}
@media screen and (max-width: 575px) {
  .footer_copy .logoArea figure:nth-of-type(2) {
    margin-right: 0;
    width: 45%;
  }
}
.footer_copy .logoArea figure:nth-of-type(3) {
  margin-right: 15px;
}
@media screen and (max-width: 575px) {
  .footer_copy .logoArea figure:nth-of-type(n + 3) {
    margin-top: 25px;
  }
}

.gnav_balloon {
  width: 180px;
  border-radius: 10px;
  padding: 25px 20px;
  background: #fff;
  position: fixed;
  top: 127px;
  z-index: 102;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.gnav_balloon:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 9px solid #fff;
  border-top: 0;
  position: absolute;
  bottom: 100%;
  left: 32px;
}
.gnav_balloon.active {
  top: 107px;
  opacity: 1;
  visibility: visible;
}
.gnav_balloon ul li a {
  font-size: 1.3rem;
  color: #0275c2;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.gnav_balloon ul li a:hover {
  opacity: 0.7;
}
.gnav_balloon.child_01 {
  left: 487px;
}
@media screen and (max-width: 1500px) {
  .gnav_balloon.child_01 {
    left: 368px;
  }
}
.gnav_balloon.child_02 {
  left: 581px;
}
@media screen and (max-width: 1500px) {
  .gnav_balloon.child_02 {
    left: 462px;
  }
}
.gnav_balloon.child_03 {
  left: 755px;
}
@media screen and (max-width: 1500px) {
  .gnav_balloon.child_03 {
    left: 635px;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}

.hbg_btn {
  display: none;
}
@media screen and (max-width: 1366px) {
  .hbg_btn {
    display: block;
    width: 22px;
    height: 20px;
    position: fixed;
    top: 65px;
    right: 50px;
    z-index: 101;
  }
}
@media screen and (max-width: 991px) {
  .hbg_btn {
    top: 42px;
    right: 35px;
  }
}
@media screen and (max-width: 575px) {
  .hbg_btn {
    width: 20px;
    height: 16px;
    top: 31px;
    right: 30px;
  }
}
.hbg_btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 575px) {
  .hbg_btn:before {
    width: 50px;
    height: 50px;
  }
}
.hbg_btn .line {
  width: 100%;
  height: 2px;
  background: #0275c2;
  position: absolute;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.hbg_btn .line.bar_01 {
  top: 0;
}
.hbg_btn .line.bar_02 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hbg_btn .line.bar_03 {
  bottom: 0;
}
.hbg_btn.active .bar_01 {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.hbg_btn.active .bar_02 {
  opacity: 0;
}
.hbg_btn.active .bar_03 {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.hbg_content {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: #fff;
  padding-top: 153px;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
@media screen and (max-width: 991px) {
  .hbg_content {
    padding-top: 103px;
  }
}
@media screen and (max-width: 575px) {
  .hbg_content {
    padding-top: 79px;
  }
}
.hbg_content.open {
  visibility: visible;
  opacity: 1;
}
.hbg_content .nav_outer {
  width: 100%;
  height: calc(100vh - 153px);
  overflow-y: auto;
  padding-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .hbg_content .nav_outer {
    height: calc(100vh - 103px);
  }
}
@media screen and (max-width: 575px) {
  .hbg_content .nav_outer {
    height: calc(100vh - 91px);
  }
}
.hbg_content .nav_outer .nav_btn {
  margin-top: 40px;
}
@media screen and (max-width: 575px) {
  .hbg_content .nav_outer .nav_btn {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}
.hbg_content .nav_outer .nav_btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 575px) {
  .hbg_content .nav_outer .nav_btn ul {
    display: block;
  }
}
.hbg_content .nav_outer .nav_btn ul li {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .hbg_content .nav_outer .nav_btn ul li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 575px) {
  .hbg_content .nav_outer .nav_btn ul li {
    padding: 0;
  }
  .hbg_content .nav_outer .nav_btn ul li:not(:first-of-type) {
    margin-top: 10px;
  }
}
.hbg_content .nav_outer .nav_btn ul li a {
  font-size: 1.4rem;
  display: block;
  padding: 10px 4px;
  border-radius: 100px;
  width: 230px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 575px) {
  .hbg_content .nav_outer .nav_btn ul li a {
    width: 100%;
  }
}
.hbg_content .nav_outer .nav_btn ul li a:hover {
  opacity: 0.7;
}
.hbg_content .nav_outer .nav_btn ul li:nth-of-type(1) a {
  color: #0275c2;
  border: 1px solid #0275c2;
}
.hbg_content .nav_outer .nav_btn ul li:nth-of-type(2) a {
  color: #fff;
  background: #0275c2;
  border: 1px solid #0275c2;
}
.hbg_content .nav {
  background: #f0f6fc;
}
.hbg_content .nav li {
  border-bottom: 1px solid #d8e2ed;
}
.hbg_content .nav li a {
  font-size: 1.4rem;
  font-weight: 600;
  padding: 25px 20px;
  line-height: 1.2;
  position: relative;
  display: block;
  width: 100%;
  color: #0275c2;
}
.hbg_content .nav li a img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}
.hbg_content .nav li a .plus {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
}
.hbg_content .nav li a .plus:before {
  content: "";
  width: 12px;
  height: 1px;
  background: #0275c2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hbg_content .nav li a .plus:after {
  content: "";
  width: 1px;
  height: 12px;
  background: #0275c2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hbg_content .nav li a .plus.active:after {
  opacity: 0;
}
.hbg_content .nav li .child {
  display: none;
}
.hbg_content .nav li .child li:last-of-type {
  border: none;
}
.hbg_content .nav li .child li a {
  background: #fff;
}
.footer_fixed_menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #0275c2;
  z-index: 10;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .footer_fixed_menu {
    visibility: visible;
    opacity: 1;
  }
}
.footer_fixed_menu > p {
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
}
.footer_fixed_menu .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px;
}
.footer_fixed_menu .btn_box .link.tel {
  margin-right: 5px;
}
.footer_fixed_menu .btn_box .link.tel a {
  background: #fff;
  padding: 10px 30px;
  border-radius: 100px;
}
.footer_fixed_menu .btn_box .link.tel a img {
  width: 140px;
}
.footer_fixed_menu .btn_box .link.contact a {
  font-size: 1.3rem;
  background: #fee031;
  color: #0275c2;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 100px;
}

.cookie_box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  padding: 20px;
  z-index: 9999;
  display: none;
}
@media screen and (max-width: 767px) {
  .cookie_box {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 575px) {
  .cookie_box {
    padding: 20px;
  }
}
.cookie_box p {
  color: #fff;
  font-size: 1.4rem;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .cookie_box p {
    font-size: 1.2rem;
  }
}
.cookie_box .btnArea_coolie {
  margin: 10px 0 0;
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cookie_box .btnArea_coolie {
    display: block;
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  .cookie_box .btnArea_coolie {
    margin-top: 15px;
  }
}
.cookie_box .btnArea_coolie li:not(:first-of-type) {
  margin-left: 20px;
}
.cookie_box .btnArea_coolie li:nth-of-type(1) a {
  border: 1px solid #fff;
  padding: 2px 20px;
}
@media screen and (max-width: 767px) {
  .cookie_box .btnArea_coolie li:nth-of-type(1) a {
    padding: 2px 10px;
  }
}
.cookie_box .btnArea_coolie li:nth-of-type(1) a:hover {
  background: #fff;
  color: #2d2d2d;
}
@media screen and (max-width: 767px) {
  .cookie_box .btnArea_coolie li {
    margin: 0 !important;
  }
  .cookie_box .btnArea_coolie li:not(:first-of-type) {
    margin-top: 20px !important;
  }
}
.cookie_box .btnArea_coolie li:nth-of-type(2) {
  position: relative;
  padding-left: 28px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-size: 1.4rem;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .cookie_box .btnArea_coolie li:nth-of-type(2) {
    font-size: 1.2rem;
  }
}
.cookie_box .btnArea_coolie li:nth-of-type(2):hover {
  text-decoration: underline;
}
.cookie_box .btnArea_coolie li:nth-of-type(2) .mark {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 4px;
}
.cookie_box .btnArea_coolie li:nth-of-type(2) .mark:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 12px;
  height: 2px;
  background: #2d2d2d;
}
.cookie_box .btnArea_coolie li:nth-of-type(2) .mark:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 12px;
  height: 2px;
  background: #2d2d2d;
}
.cookie_box .btnArea_coolie li a {
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 575px) {
  .cookie_box .btnArea_coolie li a {
    font-size: 1.2rem;
  }
}

.business_txt_footer {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-weight: 400;
  border: 1px solid #000000;
  padding: 0 20px;
  z-index: 10;
}
@media screen and (max-width: 575px) {
  .business_txt_footer {
    font-size: 1.2rem;
    padding: 0 10px;
  }
}

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

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

.forPC {
  display: block;
}
@media screen and (max-width: 991px) {
  .forPC {
    display: none;
  }
}

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

.forTABSP {
  display: none;
}
@media screen and (max-width: 991px) {
  .forTABSP {
    display: block;
  }
}

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

.for-xl {
  display: none;
}
@media screen and (max-width: 1359px) {
  .for-xl {
    display: block;
  }
}

.for-lg {
  display: none;
}
@media screen and (max-width: 1239px) {
  .for-lg {
    display: block;
  }
}

.for-md {
  display: none;
}
@media screen and (max-width: 991px) {
  .for-md {
    display: block;
  }
}

.for-sm {
  display: none;
}
@media screen and (max-width: 767px) {
  .for-sm {
    display: block;
  }
}

.for-xs {
  display: none;
}
@media screen and (max-width: 575px) {
  .for-xs {
    display: block;
  }
}

.for-xl--less {
  display: block;
}
@media screen and (max-width: 1359px) {
  .for-xl--less {
    display: none;
  }
}

.for-lg--less {
  display: block;
}
@media screen and (max-width: 1239px) {
  .for-lg--less {
    display: none;
  }
}

.for-md--less {
  display: block;
}
@media screen and (max-width: 991px) {
  .for-md--less {
    display: none;
  }
}

.for-sm--less {
  display: block;
}
@media screen and (max-width: 767px) {
  .for-sm--less {
    display: none;
  }
}

.for-xs--less {
  display: block;
}
@media screen and (max-width: 575px) {
  .for-xs--less {
    display: none;
  }
}

.mt_none {
  margin-top: 0 !important;
}

.mb_none {
  margin-bottom: 0 !important;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

.txt_center {
  text-align: center;
}

.txt_left {
  text-align: left;
}

.txt_right {
  text-align: right;
}

.flex_spaceBetween {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text {
  margin: 20px 0;
}

.post-body h1 {
  font-size: 3.6rem;
  margin: 4em 0 3em;
}
@media screen and (max-width: 991px) {
  .post-body h1 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .post-body h1 {
    font-size: 3rem;
  }
}
.post-body h1:first-child {
  margin-top: 0;
}
.post-body h1 + p {
  margin-top: 0;
}
.post-body h2 {
  font-size: 3.2rem;
  margin: 2.5em 0 1.5em;
}
@media screen and (max-width: 575px) {
  .post-body h2 {
    font-size: 2.4rem;
  }
}
.post-body h2:first-child {
  margin-top: 0;
}
.post-body h2 + p {
  margin-top: 0;
}
.post-body h3 {
  font-size: 2.7rem;
  margin: 2em 0 1em;
}
@media screen and (max-width: 575px) {
  .post-body h3 {
    font-size: 2rem;
  }
}
.post-body h3:first-child {
  margin-top: 0;
}
.post-body h3 + p {
  margin-top: 0;
}
.post-body h4 {
  font-size: 2.4rem;
  margin: 2em 0 0.5em;
}
@media screen and (max-width: 991px) {
  .post-body h4 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .post-body h4 {
    font-size: 1.8rem;
  }
}
.post-body h4:first-child {
  margin-top: 0;
}
.post-body h4 + p {
  margin-top: 0;
}
.post-body h5 {
  font-size: 2.1rem;
  margin: 2em 0 0.5em;
}
@media screen and (max-width: 991px) {
  .post-body h5 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .post-body h5 {
    margin-top: 1em;
  }
}
.post-body h5:first-child {
  margin-top: 0;
}
.post-body h5 + p {
  margin-top: 0;
}
.post-body h6 {
  font-size: 1.8rem;
  margin: 1em 0 0.25em;
}
@media screen and (max-width: 767px) {
  .post-body h6 {
    font-size: 1.6rem;
  }
}
.post-body h6:first-child {
  margin-top: 0;
}
.post-body h6 + p {
  margin-top: 0;
}
.post-body .has-text-align-left {
  text-align: left;
}
.post-body .has-text-align-right {
  text-align: right;
}
.post-body .has-text-align-center {
  text-align: center;
}
.post-body .aligncenter {
  text-align: center;
}
.post-body .alignright {
  text-align: right;
}
.post-body blockquote {
  border: 1px solid #ddd;
  margin: 2em 0;
  padding: 10px 3vmin;
  position: relative;
}
.post-body blockquote:before,
.post-body blockquote:after {
  display: inline-block;
  font-size: 36px;
  line-height: 1;
  opacity: 0.6;
  position: absolute;
}
.post-body blockquote:before {
  content: "“";
  left: 10px;
  top: 5px;
}
.post-body blockquote:after {
  bottom: -10px;
  content: "”";
  right: 10px;
}
.post-body blockquote p {
  margin: 0.5em 0;
}
.post-body blockquote cite {
  display: inline-block;
  font-size: 80%;
  margin-bottom: 0.5em;
  opacity: 0.8;
}
.post-body blockquote cite:before {
  background: #d8dbe2;
  content: "";
  display: inline-block;
  height: 2px;
  margin-right: 5px;
  vertical-align: middle;
  width: 10px;
}
.post-body pre {
  border: 1px solid #ddd;
  margin: 2em 0;
  padding: 3vmin;
  white-space: pre-wrap;
}
.post-body p {
  margin: 2em 0;
}
.post-body p > a {
  text-decoration: underline;
}
.post-body p a[target="_blank"] {
  padding-right: 20px;
  position: relative;
}
.post-body p a[target="_blank"]:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url(../images/arrow-up-right-blue.png) no-repeat;
  background-size: contain;
}
.post-body p a[target="_blank"]:hover {
  opacity: 0.7;
}
.post-body a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post-body a:hover {
  opacity: 0.8;
}
.post-body ul,
.post-body ol {
  margin: 2em 0 2em 1.5em;
  padding: 0;
}
.post-body .wp-block-gallery {
  margin: 2em 0;
}
.post-body .blocks-gallery-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: -10px;
}
.post-body .blocks-gallery-grid li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -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;
  padding: 10px;
}
.post-body .wp-block-gallery.columns-2 li {
  width: 50%;
}
.post-body .wp-block-gallery.columns-3 li {
  width: 33.3333333333%;
}
.post-body .wp-block-image {
  margin: 2em 0;
}
.post-body figcaption {
  font-size: 85%;
  margin-top: 0.5em;
  opacity: 0.8;
  text-align: center;
}
.post-body .wp-block-table {
  margin: 2em 0;
}
.post-body .wp-block-table table {
  border: 1px solid #ddd;
  border-collapse: collapse;
  width: 100%;
}
.post-body .wp-block-table table th,
.post-body .wp-block-table table td {
  border: 1px solid #ddd;
  padding: 10px;
}
.post-body .wp-block-table table th {
  background: #f0f6fc;
}
.post-body .wp-block-separator {
  border-color: #ddd;
  border-style: solid;
  border-width: 1px 0 0;
  margin: 3em 0;
}
.post-body .wp-block-embed {
  margin: 2em auto;
  position: relative;
}
.post-body .wp-block-embed.is-type-video .wp-block-embed__wrapper {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  content: "";
  display: block;
  position: relative;
}
.post-body .wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.post-body .wp-block-columns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  max-width: 100%;
  margin: 0 -10px;
}
.post-body .wp-block-column {
  padding: 0 10px;
}
.post-body .wp-block-media-text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 3em -15px;
  max-width: 100%;
}
.post-body .wp-block-media-text_media,
.post-body .wp-block-media-text_content {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
.post-body .wp-block-button {
  margin: 2em 0;
}
.post-body .wp-block-file a + a {
  margin-left: 20px;
}
.post-body .wp-block-file_button,
.post-body .wp-block-button_link {
  background: #212121;
  border-radius: 45px;
  color: #fff;
  display: inline-block;
  padding: 10px 40px;
  text-decoration: none;
  -webkit-transition-property:
    background-color,
    opacity,
    color,
    border-color,
    -webkit-box-shadow;
  transition-property:
    background-color,
    opacity,
    color,
    border-color,
    -webkit-box-shadow;
  transition-property:
    background-color, opacity, color, border-color, box-shadow;
  transition-property:
    background-color,
    opacity,
    color,
    border-color,
    box-shadow,
    -webkit-box-shadow;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.post-body .wp-block-file_button {
  font-size: 15px;
  line-height: 1;
  padding: 12px 30px 10px;
}
.post-body .wp-block-file_button:hover,
.post-body .wp-block-button_link:hover {
  background: #454545;
}
.post-body .contact_form_content p {
  margin-top: 0;
  margin-bottom: 0;
}
.post-body .contact_form_content .contact_ttl {
  display: none;
}
.post-body .contact_form_content .calendar {
  width: 180px !important;
}
@media screen and (max-width: 991px) {
  .post-body .contact_form_content .calendar {
    width: 180px !important;
  }
}
@media screen and (max-width: 767px) {
  .post-body .contact_form_content .calendar {
    width: 100% !important;
    margin: 0 0 10px !important;
  }
}
.post-body .contact_form_content .hours,
.post-body .contact_form_content .seconds {
  width: 160px !important;
}
@media screen and (max-width: 991px) {
  .post-body .contact_form_content .hours,
  .post-body .contact_form_content .seconds {
    width: 120px !important;
  }
}
@media screen and (max-width: 767px) {
  .post-body .contact_form_content .hours,
  .post-body .contact_form_content .seconds {
    width: 47% !important;
  }
}

.post-body h2 {
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.post-body h2:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 125px;
  height: 1px;
  background: #0275c2;
}
.post-body .wp-block-quote {
  border-left: 2px solid #e6e6e6;
  border-top: none;
  border-bottom: none;
  border-right: none;
  padding: 10px 0 10px 40px;
}
.post-body .wp-block-quote:before {
  display: none;
}
.post-body .wp-block-quote:after {
  display: none;
}
.post-body .wp-block-quote cite:before {
  display: none;
}
.post-body ul {
  margin-left: 0;
}
.post-body ul li {
  padding-left: 1em;
  position: relative;
}
.post-body ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.post-body a {
  color: #0275c2;
}
.post-body table {
  width: 100%;
  border-collapse: collapse;
}
.post-body table thead {
  border: none !important;
}
.post-body table thead th,
.post-body table thead td {
  background: #7a7a7a;
  color: #fff;
}
.post-body table th,
.post-body table td {
  border: 1px solid #e6e6e6 !important;
  font-size: 1.5rem;
  padding: 15px 20px;
}
.post-body table th {
  background: #7a7a7a;
  color: #fff;
  font-weight: 500;
}
.post-body .wp-block-table table thead {
  border: none !important;
}
.post-body .wp-block-table table thead th,
.post-body .wp-block-table table thead td {
  background: #7a7a7a;
  color: #fff;
}
.post-body .wp-block-table table th,
.post-body .wp-block-table table td {
  border: 1px solid #e6e6e6 !important;
  font-size: 1.5rem;
  padding: 15px 20px;
}
.post-body .wp-block-buttons {
  margin: 2em 0;
}
.post-body .wp-block-buttons a {
  font-size: 1.5rem;
  background: #fff;
  border: 1px solid #e6e6e6;
  color: #000000;
  padding: 12px 50px 12px 30px;
  border-radius: 100px;
  position: relative;
  min-width: 220px;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post-body .wp-block-buttons a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #000000;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post-body .wp-block-buttons a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 6px;
  height: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post-body .wp-block-buttons a:hover {
  border-color: #000000;
  background: #000000;
  color: #fff;
}
.post-body .wp-block-buttons a:hover:before {
  background: #fff;
}
.post-body .wp-block-buttons a:hover:after {
  border-color: #000000;
}
.post-body img {
  border-radius: 20px;
}

.single_thumbnail img {
  width: 100%;
}

.mainVisual {
  width: 100%;
  aspect-ratio: 3200/2057;
  mask-image: url("../images/mainVisual_bg.svg"); /*マスクレイヤーとして使用する画像*/
  mask-repeat: no-repeat;
  mask-position: 0 0;
  mask-size: contain;
  -webkit-mask-image: url("../images/mainVisual_bg.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  -webkit-mask-size: contain;
  position: relative;
  z-index: 1;
  margin-top: -250px !important;
}
@media screen and (max-width: 1700px) {
  .mainVisual {
    margin-top: -150px !important;
  }
}
@media screen and (max-width: 1500px) {
  .mainVisual {
    margin-top: -70px !important;
  }
}
@media screen and (max-width: 1359px) {
  .mainVisual {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 1239px) {
  .mainVisual {
    aspect-ratio: 3200/2600;
    mask-image: url("../images/mainVisual_bg_tab.svg"); /*マスクレイヤーとして使用する画像*/
    mask-repeat: no-repeat;
    mask-position: 0 0;
    mask-size: contain;
    -webkit-mask-image: url("../images/mainVisual_bg_tab.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
    -webkit-mask-size: contain;
    margin-top: -80px !important;
  }
}
@media screen and (max-width: 991px) {
  .mainVisual {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual {
    aspect-ratio: 780/1115;
    mask-image: url("../images/mainVisual_bg_sp.svg"); /*マスクレイヤーとして使用する画像*/
    mask-repeat: no-repeat;
    mask-position: 0 0;
    mask-size: contain;
    -webkit-mask-image: url("../images/mainVisual_bg_sp.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
    -webkit-mask-size: contain;
    margin-top: -200px !important;
  }
}
@media screen and (max-width: 575px) {
  .mainVisual {
    margin-top: 0 !important;
  }
}
.mainVisual video {
  width: auto;
  height: 100%;
}
.mainVisual_txt {
  position: absolute;
  bottom: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 160px);
  max-width: 1320px;
}
@media screen and (max-width: 991px) {
  .mainVisual_txt {
    bottom: 90px;
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 767px) {
  .mainVisual_txt {
    width: calc(100% - 50px);
    bottom: 85px;
  }
}
.mainVisual_txt figure img {
  width: 591px;
}
@media screen and (max-width: 991px) {
  .mainVisual_txt figure img {
    width: 90%;
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual_txt figure img {
    max-width: 360px;
  }
}
.mainVisual_txt h2 {
  font-size: 2rem;
  color: #0275c2;
  margin-top: 60px;
  padding-left: 10px;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .mainVisual_txt h2 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual_txt h2 {
    margin-top: 40px;
  }
}
.mainVisual_txt h2 span {
  position: relative;
  margin-left: 10px;
}
.mainVisual_txt h2 span sup {
  position: absolute;
  top: 0;
  left: -10px;
  font-size: 1.2rem;
}
.mainVisual_txt h2 small {
  display: block;
  text-align: right;
  font-size: 1.2rem;
  margin-top: 10px;
}
.home_catch {
  padding: 220px 0;
  background: #0275c2;
  position: relative;
  margin-top: -60px;
}
@media screen and (max-width: 991px) {
  .home_catch {
    padding: 180px 0 190px;
  }
}
@media screen and (max-width: 767px) {
  .home_catch {
    padding: 160px 0;
  }
}
@media screen and (max-width: 575px) {
  .home_catch {
    padding: 120px 0 180px;
  }
}
.home_catch_txtContent {
  position: relative;
  z-index: 1;
}
.home_catch_txtContent_inner {
  width: 575px;
}
@media screen and (max-width: 991px) {
  .home_catch_txtContent_inner {
    width: 100%;
  }
}
.home_catch_txtContent_inner h3 {
  font-size: 5rem;
  font-weight: 600;
  color: #fff;
}
.home_catch_txtContent_inner p {
  margin-top: 60px;
  color: #fff;
  line-height: 2.2;
}
@media screen and (max-width: 575px) {
  .home_catch_txtContent_inner p {
    margin-top: 50px;
  }
}
.home_catch_slideshow {
  width: 1600px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .home_catch_slideshow {
    display: none;
  }
}
.home_catch_slideshow_inner {
  width: 690px;
  height: 100%;
  position: relative;
}
.home_catch_slideshow_inner .loopSlide {
  position: absolute;
  top: 340px;
  left: -340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  height: 320px;
  overflow: hidden;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.home_catch_slideshow_inner .loopSlide img {
  width: 3057px;
  max-width: 3057px;
}
.home_catch_slideshow_inner .loopSlide img:first-child {
  -webkit-animation: slide3 80s -40s linear infinite;
  animation: slide3 80s -40s linear infinite;
}
.home_catch_slideshow_inner .loopSlide img:last-child {
  -webkit-animation: slide4 80s linear infinite;
  animation: slide4 80s linear infinite;
}
.home_catch_slideshow_inner .loopSlide2 {
  position: absolute;
  top: 340px;
  left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  height: 320px;
  overflow: hidden;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.home_catch_slideshow_inner .loopSlide2 img {
  width: 3057px;
  max-width: 3057px;
}
.home_catch_slideshow_inner .loopSlide2 img:first-child {
  -webkit-animation: slide5 80s -40s linear infinite;
  animation: slide5 80s -40s linear infinite;
}
.home_catch_slideshow_inner .loopSlide2 img:last-child {
  -webkit-animation: slide6 80s linear infinite;
  animation: slide6 80s linear infinite;
}

@-webkit-keyframes slide3 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes slide3 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes slide4 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes slide4 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@-webkit-keyframes slide5 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slide5 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-webkit-keyframes slide6 {
  0% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes slide6 {
  0% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.home_kinds {
  background: #f0f6fc;
  position: relative;
  z-index: 1;
  padding-top: 100px !important;
}
@media screen and (max-width: 1239px) {
  .home_kinds {
    padding-top: 80px !important;
  }
}
@media screen and (max-width: 991px) {
  .home_kinds {
    padding-bottom: 145px !important;
  }
}
@media screen and (max-width: 767px) {
  .home_kinds {
    padding-top: 40px !important;
  }
}
@media screen and (max-width: 575px) {
  .home_kinds {
    padding-top: 130px !important;
    padding-bottom: 90px !important;
  }
}
.home_kinds:before {
  content: "";
  position: absolute;
  top: -110px;
  left: 0;
  width: 100%;
  height: 137px;
  background: url(../images/home_kinds_bg.webp) no-repeat;
  background-size: cover;
  background-position: 50% 0;
}
@media screen and (max-width: 575px) {
  .home_kinds:before {
    background: url(../images/home_kinds_bg_sp.webp) no-repeat;
    background-size: cover;
    background-position: 50% 0;
    height: 50vw;
    max-height: 180px;
  }
}
.home_kinds_content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .home_kinds_content {
    display: block;
  }
}
.home_kinds_content .items:nth-of-type(n + 3) {
  margin-top: 40px;
}
@media screen and (max-width: 1239px) {
  .home_kinds_content .items {
    width: 580px;
  }
}
@media screen and (max-width: 991px) {
  .home_kinds_content .items {
    width: 100%;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }
  .home_kinds_content .items:nth-of-type(n + 2) {
    margin-top: 40px !important;
  }
}
.home_kinds_content .items a {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home_kinds_content .items a:hover {
  opacity: 0.7;
}
.home_kinds_content .items a figure:first-of-type {
  display: block;
}
.home_kinds_content .items a figure:last-of-type {
  display: none;
}
@media screen and (max-width: 767px) {
  .home_kinds_content .items a figure:first-of-type {
    display: none;
  }
  .home_kinds_content .items a figure:last-of-type {
    display: block;
  }
}
.home_kinds_content .items a figure img {
  opacity: 1 !important;
}
.home_kinds_content .items_txt {
  padding: 40px 20px;
}
@media screen and (max-width: 767px) {
  .home_kinds_content .items_txt {
    padding: 40px 35px 40px;
  }
}
.home_kinds_content .items_txt h2 {
  font-size: 2.7rem;
  color: #0275c2;
  text-align: center;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .home_kinds_content .items_txt h2 {
    text-align: left;
  }
}
@media screen and (max-width: 575px) {
  .home_kinds_content .items_txt h2 {
    font-size: 2.4rem;
  }
}
.home_kinds_content .items_txt p {
  font-size: 1.5rem;
  color: #0275c2;
  text-align: center;
  margin-top: 15px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .home_kinds_content .items_txt p {
    text-align: left;
  }
}
@media screen and (max-width: 575px) {
  .home_kinds_content .items_txt p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .home_kinds_content .items_txt p .for-md {
    display: block !important;
  }
}
.home_kinds_content .items_txt p .for-sm--less,
.home_kinds_content .items_txt p .for-md {
  display: none;
}
@media screen and (max-width: 767px) {
  .home_kinds_content .items_txt p .for-sm--less,
  .home_kinds_content .items_txt p .for-md {
    display: none !important;
  }
}
.home_kinds_content .items_txt .link_main {
  text-align: center;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .home_kinds_content .items_txt .link_main {
    text-align: left;
  }
}
.home_kinds_content .items_txt .link_main h5 {
  border: 1px solid #0275c2;
}

.home_results_outer {
  position: relative;
}

.home_results {
  position: relative;
  padding-bottom: 90px;
  border-bottom: 2px solid #e5eaf0;
}
@media screen and (max-width: 575px) {
  .home_results {
    margin-top: 70px !important;
  }
}
.home_results.footer_section {
  padding-bottom: 0;
  border: none;
}
.home_results .swiper {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.home_results .swiper-slide a {
  display: block;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home_results .swiper-slide a figure {
  aspect-ratio: 5/3.3;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.home_results .swiper-slide a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 1 !important;
}
.home_results .swiper-slide a figure h6 {
  font-size: 1.1rem;
  color: #0275c2;
  background: #fff;
  padding: 7px 20px 8px;
  line-height: 1;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 100px;
}
.home_results .swiper-slide a figure ul {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  padding: 2px 15px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home_results .swiper-slide a figure ul li {
  color: #0275c2;
  font-size: 1.2rem;
}
.home_results .swiper-slide a figure ul li:not(:first-of-type):before {
  content: "・";
}
.home_results .swiper-slide a h3 {
  font-size: 1.8rem;
  color: #0275c2;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 30px;
}
@media screen and (max-width: 575px) {
  .home_results .swiper-slide a h3 {
    margin-top: 25px;
  }
}
.home_results .swiper-slide a .cat {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home_results .swiper-slide a .cat li {
  font-size: 1.2rem;
  color: #0275c2;
  line-height: 1.2;
  background: #f0f6fc;
  padding: 3px 10px;
  border-radius: 100px;
  margin: 5px 5px 0 0;
}
.home_results .swiper-slide a:hover {
  opacity: 0.7;
}
.home_results .link_main {
  text-align: center;
}
.home_results .link_main a {
  border: 1px solid #0275c2;
}
.home_results .swiper-button-next {
  width: 61px;
  height: 61px;
  margin: 0;
  border-radius: 50%;
  background: url(../images/slideshow_arrow.png) no-repeat;
  background-size: contain;
  top: 110px;
  right: -90px;
  bottom: auto;
  left: auto;
}
@media screen and (max-width: 1539px) {
  .home_results .swiper-button-next {
    right: 40px;
  }
}
@media screen and (max-width: 1359px) {
  .home_results .swiper-button-next {
    top: 100px;
  }
}
@media screen and (max-width: 1239px) {
  .home_results .swiper-button-next {
    right: 30px;
    top: 123px;
  }
}
@media screen and (max-width: 991px) {
  .home_results .swiper-button-next {
    display: none;
  }
}
.home_results .swiper-button-next:after {
  display: none;
}
.home_results .swiper-button-prev {
  width: 61px;
  height: 61px;
  margin: 0;
  border-radius: 50%;
  background: url(../images/slideshow_arrow.png) no-repeat;
  background-size: contain;
  top: 110px;
  left: 40px;
  bottom: auto;
  right: auto;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
@media screen and (max-width: 991px) {
  .home_results .swiper-button-prev {
    display: none !important;
  }
}
.home_results .swiper-button-prev:after {
  display: none;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.home_column {
  position: relative;
}
.home_column .swiper {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.home_column .swiper-slide a {
  display: block;
  width: 100%;
  border-radius: 20px;
  background: #f0f6fc;
  padding: 40px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  min-height: 394px;
}
@media screen and (max-width: 767px) {
  .home_column .swiper-slide a {
    min-height: auto;
  }
}
.home_column .swiper-slide a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 575px) {
  .home_column .swiper-slide a {
    padding: 30px;
  }
}
.home_column .swiper-slide a h6 {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 600;
  color: #0275c2;
  line-height: 1.2;
  padding: 4px 10px;
  border-radius: 100px;
  background: #fff;
}
.home_column .swiper-slide a h3 {
  margin-top: 25px;
  font-size: 2rem;
  font-weight: 600;
  color: #0275c2;
  line-height: 1.6;
}
@media screen and (max-width: 575px) {
  .home_column .swiper-slide a h3 {
    font-size: 1.8rem;
  }
}
.home_column .swiper-slide a .tag {
  margin-top: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 140px;
}
@media screen and (max-width: 575px) {
  .home_column .swiper-slide a .tag {
    margin-top: 60px;
    padding-right: 115px;
  }
}
.home_column .swiper-slide a .tag li {
  margin-top: 5px;
  margin-right: 10px;
  color: #0275c2;
  font-size: 1.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 575px) {
  .home_column .swiper-slide a .tag li {
    font-size: 1.1rem;
  }
}
.home_column .swiper-slide a .day {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.2;
  color: #0275c2;
  margin-top: 15px;
}
.home_column .swiper-slide a figure {
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 40px;
  right: 40px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .home_column .swiper-slide a figure {
    bottom: 30px;
    right: 30px;
  }
}
.home_column .swiper-slide a figure img {
  opacity: 1 !important;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home_column .swiper-button-next-column {
  position: absolute;
  width: 61px;
  height: 61px;
  margin: 0;
  border-radius: 50%;
  background: url(../images/slideshow_arrow.png) no-repeat;
  background-size: contain;
  top: 50%;
  right: -90px;
  bottom: auto;
  left: auto;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1539px) {
  .home_column .swiper-button-next-column {
    right: 40px;
  }
}
@media screen and (max-width: 1239px) {
  .home_column .swiper-button-next-column {
    right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .home_column .swiper-button-next-column {
    display: none;
  }
}
.home_column .swiper-button-next-column:after {
  display: none;
}
.home_column .swiper-button-prev-column {
  position: absolute;
  width: 61px;
  height: 61px;
  margin: 0;
  border-radius: 50%;
  background: url(../images/slideshow_arrow.png) no-repeat;
  background-size: contain;
  top: 50%;
  left: 40px;
  bottom: auto;
  right: auto;
  -webkit-transform: translateY(-50%) scale(-1, 1);
  transform: translateY(-50%) scale(-1, 1);
  z-index: 1;
  display: none;
}
.home_column .swiper-button-prev-column.active {
  display: block;
}
@media screen and (max-width: 991px) {
  .home_column .swiper-button-prev-column.active {
    display: none !important;
  }
}
.home_column .swiper-button-prev-column:after {
  display: none;
}

.home_news {
  background: #f0f6fc;
  position: relative;
}
.home_news_content .news_table .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #d8e2ed;
  position: relative;
  padding: 55px 60px 55px 0;
}
@media screen and (max-width: 767px) {
  .home_news_content .news_table .items {
    padding: 40px 60px 40px 0;
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .home_news_content .news_table .items {
    padding: 35px 60px 35px 0;
  }
}
.home_news_content .news_table .items:last-of-type {
  border-bottom: 1px solid #d8e2ed;
}
.home_news_content .news_table .items .table_head {
  width: 255px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  margin-right: 40px;
}
@media screen and (max-width: 991px) {
  .home_news_content .news_table .items .table_head {
    position: relative;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .home_news_content .news_table .items .table_head {
    margin-right: 0;
  }
}
.home_news_content .news_table .items .table_head .day {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.5rem;
  color: #0275c2;
}
.home_news_content .news_table .items .table_head .cat {
  width: 140px;
  text-align: center;
  padding: 4px;
  border-radius: 100px;
  background: #0275c2;
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .home_news_content .news_table .items .table_head .cat {
    position: absolute;
    top: auto;
    bottom: 14px;
    left: 110px;
    -webkit-transform: none;
    transform: none;
  }
}
@media screen and (max-width: 575px) {
  .home_news_content .news_table .items .table_head .cat {
    left: 95px;
  }
}
.home_news_content .news_table .items .table_body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 991px) {
  .home_news_content .news_table .items .table_body {
    padding-top: 0;
  }
}
.home_news_content .news_table .items .table_body a {
  color: #0275c2;
  display: block;
  position: relative;
  font-size: 1.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.home_news_content .news_table .items .table_body a:hover {
  opacity: 0.7;
}
.home_news_content .news_table .items img {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 575px) {
  .home_news_content .news_table .items img {
    width: 40px;
  }
}

@media screen and (max-width: 767px) {
  .home_company .ttl {
    width: 470px;
  }
}
.home_company_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .home_company_content {
    display: block;
  }
}
.home_company_content_txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  .home_company_content_txt {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .home_company_content_txt {
    margin-top: 40px;
  }
}
.home_company_content_txt .link_main a {
  border: 1px solid #0275c2;
}
.home_company_content_menu {
  width: 770px;
  margin-top: 113px;
}
@media screen and (max-width: 1359px) {
  .home_company_content_menu {
    width: 540px;
  }
}
@media screen and (max-width: 991px) {
  .home_company_content_menu {
    width: 100%;
    margin-top: 80px;
  }
}
@media screen and (max-width: 575px) {
  .home_company_content_menu {
    margin-top: 60px;
  }
}
.home_company_content_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  .home_company_content_menu ul {
    display: block;
  }
}
.home_company_content_menu ul li {
  border-bottom: 2px solid #e5eaf0;
  width: calc(50% - 25px);
}
.home_company_content_menu ul li:nth-of-type(1),
.home_company_content_menu ul li:nth-of-type(2) {
  border-top: 2px solid #e5eaf0;
}
.home_company_content_menu ul li:nth-of-type(odd) {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .home_company_content_menu ul li {
    width: calc(50% - 20px);
  }
  .home_company_content_menu ul li:nth-of-type(odd) {
    margin-right: 40px;
  }
}
@media screen and (max-width: 575px) {
  .home_company_content_menu ul li {
    width: 100% !important;
    border-top: 1px solid #e5eaf0 !important;
    border-bottom: none;
  }
  .home_company_content_menu ul li:last-of-type {
    border-bottom: 1px solid #e5eaf0 !important;
  }
}
.home_company_content_menu ul li a {
  font-size: 1.6rem;
  color: #0275c2;
  padding: 40px 0;
  position: relative;
  display: block;
  width: 100%;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 575px) {
  .home_company_content_menu ul li a {
    padding: 35px 0;
    font-size: 1.5rem;
  }
}
.home_company_content_menu ul li a:hover {
  opacity: 0.7;
}
.home_company_content_menu ul li a img {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
}
@media screen and (max-width: 575px) {
  .home_company_content_menu ul li a img {
    width: 35px;
  }
}

.footer_contactArea {
  padding-bottom: 150px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .footer_contactArea {
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 575px) {
  .footer_contactArea {
    padding-bottom: 75px;
  }
}
.footer_contactArea:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 335px);
  background: url(../images/footer_contact_bg.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 991px) {
  .footer_contactArea:before {
    height: calc(100% - 250px);
  }
}
@media screen and (max-width: 767px) {
  .footer_contactArea:before {
    height: calc(100% - 230px);
  }
}
.footer_contactArea.page {
  padding-top: 220px;
  margin-top: 150px;
}
@media screen and (max-width: 991px) {
  .footer_contactArea.page {
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .footer_contactArea.page {
    margin-top: 80px;
  }
}
.footer_contactArea.page:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/footer_contact_bg.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.footer_contactArea.page .footer_contactArea_content {
  margin-top: 0;
}
.footer_contactArea .loopSlide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .footer_contactArea .loopSlide {
    display: none !important;
  }
}
.footer_contactArea .loopSlide img {
  width: 2105px;
  max-width: 2105px;
}
@media screen and (max-width: 991px) {
  .footer_contactArea .loopSlide img {
    width: 2105px;
    max-width: 2105px;
  }
}
@media screen and (max-width: 767px) {
  .footer_contactArea .loopSlide img {
    width: 1800px;
    max-width: 1800px;
  }
}
.footer_contactArea .loopSlide img:first-child {
  -webkit-animation: slide1 80s -40s linear infinite;
  animation: slide1 80s -40s linear infinite;
}
.footer_contactArea .loopSlide img:last-child {
  -webkit-animation: slide2 80s linear infinite;
  animation: slide2 80s linear infinite;
}
.footer_contactArea .loopSlide_sp {
  display: none;
}
@media screen and (max-width: 991px) {
  .footer_contactArea .loopSlide_sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100vw;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
}
.footer_contactArea .loopSlide_sp img {
  width: 2105px;
  max-width: 2105px;
}
@media screen and (max-width: 991px) {
  .footer_contactArea .loopSlide_sp img {
    width: 2105px;
  }
}
@media screen and (max-width: 767px) {
  .footer_contactArea .loopSlide_sp img {
    width: 1800px;
  }
}
.footer_contactArea .loopSlide_sp img:first-child {
  -webkit-animation: slide1 80s -40s linear infinite;
  animation: slide1 80s -40s linear infinite;
}
.footer_contactArea .loopSlide_sp img:last-child {
  -webkit-animation: slide2 80s linear infinite;
  animation: slide2 80s linear infinite;
}
@-webkit-keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slide1 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes slide2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
.footer_contactArea_content {
  margin-top: 180px;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #479bcf;
  padding-bottom: 75px;
}
@media screen and (max-width: 1239px) {
  .footer_contactArea_content {
    margin-top: 150px;
  }
}
@media screen and (max-width: 991px) {
  .footer_contactArea_content {
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .footer_contactArea_content {
    margin-top: 90px;
  }
}
@media screen and (max-width: 575px) {
  .footer_contactArea_content {
    margin-top: 70px;
    padding-bottom: 60px;
  }
}
.footer_contactArea_content h2 {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 575px) {
  .footer_contactArea_content h2 {
    font-size: 2.4rem;
  }
}
.footer_contactArea_content .btn_box {
  margin-top: 60px;
}
@media screen and (max-width: 575px) {
  .footer_contactArea_content .btn_box {
    margin-top: 45px;
  }
}
.footer_contactArea_content .btn_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer_contactArea_content .btn_box ul li {
  width: 320px;
}
.footer_contactArea_content .btn_box ul li:not(:first-of-type) {
  margin-left: 20px;
}
@media screen and (max-width: 1239px) {
  .footer_contactArea_content .btn_box ul li {
    width: 32%;
  }
  .footer_contactArea_content .btn_box ul li:not(:first-of-type) {
    margin-left: 2%;
  }
}
@media screen and (max-width: 991px) {
  .footer_contactArea_content .btn_box ul li {
    width: 48%;
  }
  .footer_contactArea_content .btn_box ul li:nth-of-type(2) {
    margin-left: 4%;
  }
  .footer_contactArea_content .btn_box ul li:nth-of-type(3) {
    margin-left: 0;
    margin-top: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .footer_contactArea_content .btn_box ul li {
    width: 100%;
    margin: 0 !important;
  }
  .footer_contactArea_content .btn_box ul li:not(:first-of-type) {
    margin-top: 20px !important;
  }
}
.footer_contactArea_content .btn_box ul li p {
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: 15px;
}
@media screen and (max-width: 575px) {
  .footer_contactArea_content .btn_box ul li p {
    display: none;
  }
}
.footer_contactArea_content .btn_box ul li a {
  text-align: center;
  padding: 20px 10px;
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer_contactArea_content .btn_box ul li a:hover {
  opacity: 0.7;
}
.footer_contactArea_content .btn_box ul li a span {
  display: inline-block;
  font-size: 1.7rem;
  color: #0275c2;
  position: relative;
  padding-left: 30px;
  font-weight: 600;
}
.footer_contactArea_content .btn_box ul li a span img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1 !important;
}
.footer_contactArea_content .btn_box ul li:nth-of-type(3) a {
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0);
}
.footer_contactArea_content .btn_box ul li:nth-of-type(3) a span {
  color: #fff;
}

.footer_contactArea_tel {
  padding-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .footer_contactArea_tel {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .footer_contactArea_tel {
    padding-top: 60px;
  }
}
.footer_contactArea_tel .items {
  padding: 0 65px;
  text-align: center;
}
.footer_contactArea_tel .items:not(:first-of-type) {
  border-left: 1px solid #479bcf;
}
@media screen and (max-width: 767px) {
  .footer_contactArea_tel .items:not(:first-of-type) {
    border: none;
  }
}
@media screen and (max-width: 991px) {
  .footer_contactArea_tel .items {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .footer_contactArea_tel .items {
    padding: 0;
  }
  .footer_contactArea_tel .items:not(:first-of-type) {
    margin-top: 45px;
  }
}
.footer_contactArea_tel .items h4 {
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  padding: 10px 35px;
  background: rgba(240, 246, 252, 0.2);
  border-radius: 100px;
  font-weight: 500;
  display: inline-block;
}
.footer_contactArea_tel .items figure {
  margin-top: 25px;
}
.footer_contactArea_tel .items p {
  font-size: 1.1rem;
  color: #fff;
  margin-top: 15px;
}

.company_desc {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1359px) {
  .company_desc {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 991px) {
  .company_desc {
    display: block;
    margin-top: -70px !important;
  }
}
@media screen and (max-width: 575px) {
  .company_desc {
    margin-top: -50px !important;
  }
}
.company_desc_txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 100px;
}
@media screen and (max-width: 1359px) {
  .company_desc_txt {
    margin-right: 60px;
  }
}
@media screen and (max-width: 991px) {
  .company_desc_txt {
    margin: 60px 0 0;
  }
}
.company_desc_txt h3 {
  font-size: 4.5rem;
  font-weight: 600;
  color: #0275c2;
  line-height: 1.5;
}
@media screen and (max-width: 575px) {
  .company_desc_txt h3 {
    font-size: 2.4rem;
  }
}
.company_desc_txt h3 small {
  font-size: 3rem;
}
@media screen and (max-width: 575px) {
  .company_desc_txt h3 small {
    font-size: 2rem;
    font-size: 1.6;
  }
}
.company_desc_txt p {
  font-size: 1.7rem;
  color: #0275c2;
}
@media screen and (max-width: 575px) {
  .company_desc_txt p {
    font-size: 1.5rem;
  }
}
.company_desc_txt p strong {
  font-size: 2rem;
  margin-bottom: 15px;
  display: block;
}
@media screen and (max-width: 575px) {
  .company_desc_txt p strong {
    font-size: 1.7rem;
  }
}
.company_desc figure {
  margin-top: -245px;
  overflow: hidden;
  width: 648px;
}
@media screen and (max-width: 1359px) {
  .company_desc figure {
    width: 500px;
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  .company_desc figure {
    width: 100%;
    aspect-ratio: 6/4;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
  }
}
.company_desc figure img {
  width: 100%;
  border-radius: 20px;
}
@media screen and (max-width: 991px) {
  .company_desc figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    border-radius: 0;
  }
}

.company_sections .items {
  width: 400px;
  margin-right: 60px;
}
.company_sections .items:nth-of-type(3n) {
  margin-right: 0;
}
.company_sections .items:nth-of-type(n + 4) {
  margin-top: 60px;
}
@media screen and (max-width: 1359px) {
  .company_sections .items {
    width: 31%;
    margin-right: 3.5%;
  }
}
@media screen and (max-width: 991px) {
  .company_sections .items {
    width: 48%;
    margin-right: 4% !important;
  }
  .company_sections .items:nth-of-type(even) {
    margin-right: 0 !important;
  }
  .company_sections .items:nth-of-type(n + 3) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 575px) {
  .company_sections .items {
    width: 100%;
    margin: 0 !important;
  }
  .company_sections .items:not(:first-of-type) {
    margin-top: 40px !important;
  }
}
.company_sections .items a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.company_sections .items a:hover {
  opacity: 0.7;
}
.company_sections .items a figure img {
  width: 100%;
  border-radius: 20px;
  opacity: 1 !important;
}
.company_sections .items a h4 {
  font-size: 2.3rem;
  font-weight: 600;
  color: #0275c2;
  margin-top: 25px;
  padding: 0 5px;
}
.company_sections .items a p {
  margin-top: 10px;
  font-size: 1.5rem;
  padding: 0 5px;
}

.section_separate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .section_separate {
    display: block;
  }
}
.section_separate_left {
  width: 220px;
  padding-top: 150px;
  margin-top: -150px;
}
@media screen and (max-width: 991px) {
  .section_separate_left {
    display: none;
  }
}
.section_separate_left.lg {
  width: 280px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .section_separate_left.lg {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section_separate_left.lg {
    margin-bottom: 30px;
  }
}
.section_separate_left .side_menu {
  padding-right: 30px;
}
.section_separate_left .side_menu ul li {
  padding-left: 16px;
  position: relative;
}
.section_separate_left .side_menu ul li:not(:first-of-type) {
  margin-top: 5px;
}
.section_separate_left .side_menu ul li a {
  font-size: 1.4rem;
  color: #0275c2;
}
.section_separate_left .side_menu ul li.active:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0275c2;
}
.section_separate_left .side_menu ul li.active a {
  color: #717787;
}
.section_separate_left .side_menu .maintenance_childList {
  margin-top: 10px;
  padding: 10px;
  background: #f0f5fc;
  overflow-y: auto;
  max-height: calc(100vh - 250px);
}
.section_separate_left .side_menu .maintenance_childList::-webkit-scrollbar {
  display: none !important;
}
.section_separate_left .side_menu .maintenance_childList li {
  position: relative;
  line-height: 1.7;
}
.section_separate_left .side_menu .maintenance_childList li:before {
  content: "";
  width: 8px;
  height: 1px;
  background: #0275c2;
  position: absolute;
  top: 14px;
  left: 0;
}
.section_separate_left
  .side_menu
  .maintenance_childList
  li:not(:first-of-type) {
  margin-top: 2px;
}
.section_separate_left .side_menu .maintenance_childList li a {
  font-size: 1.3rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section_separate_left .side_menu .maintenance_childList li a:hover {
  opacity: 0.7;
}
.section_separate_right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sub_separate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .sub_separate {
    display: block;
  }
}
.sub_separate_ttl {
  width: 330px;
  padding-right: 30px;
}
@media screen and (max-width: 1359px) {
  .sub_separate_ttl {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .sub_separate_ttl {
    width: 100%;
    padding-right: 0;
  }
}
.sub_separate_content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .sub_separate_content {
    margin-top: 20px;
  }
}

.about_table_content table {
  width: 100%;
  border-collapse: collapse;
}
.about_table_content table tr {
  border-top: 1px solid #e5eaf0;
}
.about_table_content table tr:last-of-type {
  border-bottom: 1px solid #e5eaf0;
}
.about_table_content table tr th,
.about_table_content table tr td {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: left;
  padding: 35px 0;
  vertical-align: top;
  line-height: 1.8;
}
@media screen and (max-width: 575px) {
  .about_table_content table tr th,
  .about_table_content table tr td {
    width: 100% !important;
    display: block;
    padding: 25px 0;
  }
}
.about_table_content table tr th {
  color: #838795;
  width: 155px;
}
@media screen and (max-width: 575px) {
  .about_table_content table tr th {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .about_table_content table tr td {
    padding-top: 10px;
  }
}
.about_table_content table tr td h5 {
  font-size: 1.5rem;
  font-weight: 600;
}
.about_table_content table tr td h5.mt {
  margin-top: 25px;
}
.about_table_content table tr td ul {
  margin-top: 6px;
}
.about_table_content table tr td ul li {
  line-height: 1.6;
  position: relative;
  padding-left: 12px;
}
.about_table_content table tr td ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #717787;
}
.about_table_content table tr td p {
  font-size: 1.5rem;
}
.about_table_content table tr td .factory_txtMt {
  margin-top: 8px;
}
.about_table_content table tr td .logo_box:not(:first-of-type) {
  margin-top: 25px;
}
.about_table_content table tr td .logo_box p {
  font-size: 1.4rem;
  margin-top: 6px;
}
.about_table_content table tr td .txtMt {
  margin-top: 35px;
}

.office_content .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.office_content .items:not(:first-of-type) {
  margin-top: 75px;
  padding-top: 75px;
  border-top: 1px solid #e5eaf0;
}
@media screen and (max-width: 767px) {
  .office_content .items:not(:first-of-type) {
    margin-top: 40px;
    padding-top: 40px;
  }
}
.office_content .items:last-of-type {
  padding-bottom: 75px;
  border-bottom: 1px solid #e5eaf0;
}
@media screen and (max-width: 767px) {
  .office_content .items:last-of-type {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .office_content .items {
    display: block;
  }
}
.office_content .items_txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .office_content .items_txt {
    margin: 0 0 30px;
  }
}
.office_content .items_txt h4 {
  font-size: 2.5rem;
  color: #0275c2;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .office_content .items_txt h4 {
    font-size: 2rem;
  }
}
.office_content .items_txt .txt_box {
  margin-top: 20px;
}
@media screen and (max-width: 575px) {
  .office_content .items_txt .txt_box {
    margin-top: 10px;
  }
}
.office_content .items_txt .txt_box p {
  font-size: 1.5rem;
  line-height: 1.8;
}
.office_content .items_txt .txt_box p:not(:first-of-type) {
  margin-top: 15px;
}
.office_content .items_txt .txt_box p a {
  color: #0275c2;
  position: relative;
  padding-right: 17px;
}
.office_content .items_txt .txt_box p a:hover {
  text-decoration: underline;
}
.office_content .items_txt .txt_box p a img {
  position: absolute;
  top: 7px;
  right: 0;
}
.office_content .items figure {
  width: 536px;
  overflow: hidden;
}
@media screen and (max-width: 1359px) {
  .office_content .items figure {
    width: 380px;
  }
}
@media screen and (max-width: 767px) {
  .office_content .items figure {
    width: 100%;
  }
}
.office_content .items figure img {
  border-radius: 10px;
}

.office_content_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.office_content_sub .items {
  width: 50%;
  padding: 75px 0;
  border-bottom: 1px solid #e5eaf0;
}
@media screen and (max-width: 767px) {
  .office_content_sub .items {
    padding: 40px 0;
  }
}
@media screen and (max-width: 575px) {
  .office_content_sub .items {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.office_content_sub .items:last-of-type {
  border: none;
}
.office_content_sub .items:nth-of-type(odd) {
  padding-right: 20px;
}
.office_content_sub .items:nth-of-type(even) {
  padding-left: 20px;
}
.office_content_sub .items h4 {
  font-size: 2.5rem;
  color: #0275c2;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .office_content_sub .items h4 {
    font-size: 2rem;
  }
}
.office_content_sub .items .txt_box {
  margin-top: 20px;
}
@media screen and (max-width: 575px) {
  .office_content_sub .items .txt_box {
    margin-top: 10px;
  }
}
.office_content_sub .items .txt_box p {
  font-size: 1.5rem;
  line-height: 1.8;
}
.office_content_sub .items .txt_box p:not(:first-of-type) {
  margin-top: 15px;
}
.office_content_sub .items .txt_box p a {
  color: #0275c2;
  position: relative;
  padding-right: 17px;
}
.office_content_sub .items .txt_box p a:hover {
  text-decoration: underline;
}
.office_content_sub .items .txt_box p a img {
  position: absolute;
  top: 7px;
  right: 0;
}
.office_content_sub .items.sep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1359px) {
  .office_content_sub .items.sep {
    display: block;
  }
}
.office_content_sub .items.sep .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 20px;
}
@media screen and (max-width: 1359px) {
  .office_content_sub .items.sep .txt {
    margin: 0;
  }
}
.office_content_sub .items.sep figure {
  width: 260px;
}
@media screen and (max-width: 1359px) {
  .office_content_sub .items.sep figure {
    width: 100%;
    margin: 20px 0 0;
  }
}
.office_content_sub .items.sep figure img {
  border-radius: 10px;
}
.office_content_sub.border_none .items {
  border: none !important;
}
@media screen and (max-width: 575px) {
  .office_content_sub.border_none .items {
    border-bottom: 1px solid #e5eaf0 !important;
  }
}
.office_content_sub.border_none .items:last-of-type {
  border: none !important;
}

.ceo_content figure {
  border-radius: 10px;
  overflow: hidden;
}
.ceo_content figure img {
  width: 100%;
}
.ceo_content p:not(:first-of-type) {
  margin-top: 30px;
}

.history_table_content .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #e5eaf0;
}
.history_table_content .items:last-of-type {
  border-bottom: 1px solid #e5eaf0;
}
@media screen and (max-width: 575px) {
  .history_table_content .items {
    display: block;
    position: relative;
  }
}
.history_table_content .items_head {
  width: 240px;
  margin-right: 40px;
  position: relative;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .history_table_content .items_head {
    width: 210px;
  }
}
@media screen and (max-width: 575px) {
  .history_table_content .items_head {
    width: 100%;
    padding: 30px 0 0 30px;
    position: static;
  }
}
.history_table_content .items_head:before {
  content: "";
  position: absolute;
  top: 0;
  right: 9px;
  width: 2px;
  height: 100%;
  background: #e5eaf0;
}
@media screen and (max-width: 575px) {
  .history_table_content .items_head:before {
    right: auto;
    left: 9px;
  }
}
.history_table_content .items_head p {
  color: #7a7f8e;
  padding-right: 30px;
}
.history_table_content .items_head p .sm {
  font-size: 1.2rem;
}
.history_table_content .items_head .mark {
  position: absolute;
  top: 66px;
  right: 0;
  width: 20px;
  height: 20px;
  background: #0275c2;
  border-radius: 50%;
}
@media screen and (max-width: 575px) {
  .history_table_content .items_head .mark {
    right: auto;
    left: 0;
    top: 36px;
  }
}
.history_table_content .items_head .mark:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
}
.history_table_content .items_body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 60px 0;
}
@media screen and (max-width: 575px) {
  .history_table_content .items_body {
    padding: 10px 0 30px 30px;
  }
}
.history_table_content .items_body.flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .history_table_content .items_body.flex {
    display: block !important;
  }
}
.history_table_content .items_body.flex p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .history_table_content .items_body.flex p {
    margin-right: 0;
  }
}
.history_table_content .items_body.flex figure {
  width: 310px;
}
@media screen and (max-width: 1359px) {
  .history_table_content .items_body.flex figure {
    width: 230px;
  }
}
@media screen and (max-width: 767px) {
  .history_table_content .items_body.flex figure {
    margin-top: 20px;
    width: 100%;
    max-width: 310px;
  }
}
.history_table_content .items:nth-of-type(1) .items_head:before {
  top: 70px;
  height: calc(100% - 70px);
}
@media screen and (max-width: 575px) {
  .history_table_content .items:nth-of-type(1) .items_head:before {
    top: 40px;
    height: calc(100% - 40px);
  }
}
.history_table_content .items:last-of-type .items_head:before {
  top: 0;
  height: 70px;
}
@media screen and (max-width: 575px) {
  .history_table_content .items:last-of-type .items_head:before {
    height: 40px;
  }
}

.sdgs_desc_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .sdgs_desc_content {
    display: block;
  }
}
.sdgs_desc_content_txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 60px;
}
@media screen and (max-width: 1359px) {
  .sdgs_desc_content_txt {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sdgs_desc_content_txt {
    margin: 0;
  }
}
.sdgs_desc_content_txt h3 {
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 575px) {
  .sdgs_desc_content_txt h3 {
    font-size: 2rem;
  }
}
.sdgs_desc_content_txt > p {
  margin-top: 20px;
}
.sdgs_desc_content_txt .desc_box h5 {
  font-size: 1.4rem;
  font-weight: 600;
}
.sdgs_desc_content_txt .desc_box p {
  font-size: 1.2rem;
  margin-top: 10px;
}
.sdgs_desc_content_txt .desc_box p a {
  color: #0275c2;
}
.sdgs_desc_content_txt .desc_box p a:hover {
  text-decoration: underline;
}
.sdgs_desc_content figure {
  width: 536px;
}
@media screen and (max-width: 1359px) {
  .sdgs_desc_content figure {
    width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .sdgs_desc_content figure {
    width: 100%;
    max-width: 536px;
    margin: 30px auto 0;
  }
}
.sdgs_desc_content figure img {
  width: 100%;
  border-radius: 20px;
}

.sdgs_content .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sdgs_content .items:not(:first-of-type) {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .sdgs_content .items:not(:first-of-type) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 575px) {
  .sdgs_content .items:not(:first-of-type) {
    margin-top: 60px;
  }
}
.sdgs_content .items > figure {
  width: 140px;
  margin-right: 80px;
}
@media screen and (max-width: 991px) {
  .sdgs_content .items > figure {
    margin-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sdgs_content .items > figure {
    margin-right: 40px;
  }
}
@media screen and (max-width: 575px) {
  .sdgs_content .items > figure {
    width: 100px;
    margin-right: 20px;
    display: none;
  }
}
.sdgs_content .items > figure img {
  width: 100%;
}
.sdgs_content .items .sp_flex {
  display: none;
}
@media screen and (max-width: 575px) {
  .sdgs_content .items .sp_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 575px) {
  .sdgs_content .items .sp_flex figure {
    width: 100px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .sdgs_content .items .sp_flex h3 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 2rem;
  }
}
.sdgs_content_txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.sdgs_content_txt h3 {
  font-size: 2.8rem;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .sdgs_content_txt h3 {
    display: none;
  }
}
.sdgs_content_txt .article {
  margin-top: 20px;
}
.sdgs_content_txt .article h4 {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .sdgs_content_txt .article h4 {
    font-size: 1.8rem;
  }
}
.sdgs_content_txt .article ul {
  margin-top: 10px;
}
.sdgs_content_txt .article ul.mt_none {
  margin-top: 0;
}
.sdgs_content_txt .article ul li {
  line-height: 1.8;
  padding-left: 13px;
  position: relative;
}
.sdgs_content_txt .article ul li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #717787;
}
.sdgs_content_txt .article ul li a {
  color: #0275c2;
}
.sdgs_content_txt .article ul li a:hover {
  text-decoration: underline;
}

.service_select .items a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background: #f1f5fc;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  .service_select .items a {
    display: block;
  }
}
.service_select .items a:hover {
  opacity: 0.7;
}
.service_select .items a .txt_content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 90px;
}
@media screen and (max-width: 1359px) {
  .service_select .items a .txt_content {
    padding: 0 50px;
  }
}
@media screen and (max-width: 991px) {
  .service_select .items a .txt_content {
    padding: 50px 50px;
  }
}
@media screen and (max-width: 575px) {
  .service_select .items a .txt_content {
    padding: 30px;
  }
}
.service_select .items a .txt_content h3 {
  color: #0275c2;
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .service_select .items a .txt_content h3 {
    font-size: 2.4rem;
  }
}
.service_select .items a .txt_content p {
  font-size: 1.5rem;
  color: #0275c2;
  margin-top: 20px;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .service_select .items a .txt_content p {
    margin-top: 15px;
  }
}
.service_select .items a figure {
  width: 659px;
}
@media screen and (max-width: 1359px) {
  .service_select .items a figure {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .service_select .items a figure {
    width: 100%;
    position: relative;
    aspect-ratio: 6/3;
    overflow: hidden;
  }
}
@media screen and (max-width: 575px) {
  .service_select .items a figure {
    aspect-ratio: 6/4;
  }
}
@media screen and (max-width: 991px) {
  .service_select .items a figure img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.service_select .items a .link_main {
  margin-top: 35px;
}
@media screen and (max-width: 575px) {
  .service_select .items a .link_main {
    margin-top: 20px;
  }
}

.zews_iconBox {
  background: #f0f6fc;
  padding: 90px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1359px) {
  .zews_iconBox {
    padding: 50px;
  }
}
@media screen and (max-width: 991px) {
  .zews_iconBox {
    padding: 40px;
  }
}
@media screen and (max-width: 575px) {
  .zews_iconBox {
    display: block;
    padding: 40px;
  }
}
.zews_iconBox .items {
  width: 30%;
  margin-right: 5%;
}
.zews_iconBox .items:nth-of-type(3n) {
  margin-right: 0;
}
.zews_iconBox .items:nth-of-type(n + 4) {
  margin-top: 5%;
}
@media screen and (max-width: 767px) {
  .zews_iconBox .items {
    width: 48%;
    margin-right: 4% !important;
  }
  .zews_iconBox .items:nth-of-type(even) {
    margin-right: 0 !important;
  }
  .zews_iconBox .items:nth-of-type(n + 3) {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 575px) {
  .zews_iconBox .items {
    width: 100%;
    margin: 0;
  }
  .zews_iconBox .items:not(:first-of-type) {
    margin-top: 30px;
  }
}
.zews_iconBox .items h4 {
  font-size: 2rem;
  color: #0275c2;
  font-weight: 600;
  margin-top: 20px;
}
@media screen and (max-width: 575px) {
  .zews_iconBox .items h4 {
    font-size: 1.8rem;
    margin-top: 15px;
  }
}
.zews_iconBox .items p {
  font-size: 1.5rem;
  margin-top: 10px;
}
@media screen and (max-width: 575px) {
  .zews_iconBox .items p {
    font-size: 1.4rem;
  }
}

.zews_graph {
  border: 1px solid #e5eaf0;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .zews_graph {
    overflow-x: auto;
  }
}
.zews_graph img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .zews_graph img {
    width: 1096px;
    max-width: 1096px;
  }
}
@media screen and (max-width: 575px) {
  .zews_graph.maintenance_sp img {
    width: 802px;
    max-width: 802px;
  }
}
@media screen and (max-width: 575px) {
  .zews_graph.waterfilter_sp img {
    width: 850px;
    max-width: 850px;
  }
}
@media screen and (max-width: 575px) {
  .zews_graph.crystalrozet_sp img {
    width: 833px !important;
    max-width: 833px !important;
  }
}
@media screen and (max-width: 575px) {
  .zews_graph.wakamizu_sp img {
    width: 855px !important;
    max-width: 855px !important;
  }
}

.zews_flow {
  border-radius: 20px;
  background: #f0f6fc;
  padding: 80px;
}
@media screen and (max-width: 767px) {
  .zews_flow {
    padding: 40px;
  }
}
.zews_flow .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.zews_flow .items:not(:first-of-type) {
  margin-top: 50px;
}
@media screen and (max-width: 575px) {
  .zews_flow .items:not(:first-of-type) {
    margin-top: 30px;
  }
}
.zews_flow .items:not(:last-of-type):before {
  content: "";
  position: absolute;
  top: 0;
  left: 35px;
  width: 2px;
  height: calc(100% + 50px);
  background: #0275c2;
}
@media screen and (max-width: 575px) {
  .zews_flow .items:not(:last-of-type):before {
    left: 24px;
    height: calc(100% + 30px);
  }
}
.zews_flow .items .num {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #0275c2;
  position: relative;
  margin-right: 30px;
}
@media screen and (max-width: 575px) {
  .zews_flow .items .num {
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }
}
.zews_flow .items .num span {
  font-size: 2.1rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}
@media screen and (max-width: 575px) {
  .zews_flow .items .num span {
    font-size: 1.8rem;
  }
}
.zews_flow .items_txt {
  margin-top: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 575px) {
  .zews_flow .items_txt {
    margin-top: 10px;
  }
}
.zews_flow .items_txt h4 {
  font-size: 2rem;
  color: #0275c2;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .zews_flow .items_txt h4 {
    font-size: 1.8rem;
  }
}
.zews_flow .items_txt p {
  margin-top: 10px;
  line-height: 1.8;
}
.zews_flow .items_txt p a {
  text-decoration: underline;
  color: #0275c2;
}
.zews_flow .items_txt .link a {
  color: #0275c2;
  position: relative;
  padding-right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.zews_flow .items_txt .link a:hover {
  opacity: 0.7;
}
.zews_flow .items_txt .link a img {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.introduction_content_sep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .introduction_content_sep {
    display: block;
  }
}
.introduction_content_sep_txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 120px;
}
@media screen and (max-width: 1359px) {
  .introduction_content_sep_txt {
    margin-right: 60px;
  }
}
@media screen and (max-width: 991px) {
  .introduction_content_sep_txt {
    margin: 0;
  }
}
.introduction_content_sep_txt h5 {
  font-size: 2.8rem;
  font-weight: 600;
  color: #0275c2;
}
@media screen and (max-width: 575px) {
  .introduction_content_sep_txt h5 {
    font-size: 2.3rem;
  }
}
.introduction_content_sep_txt h4 {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 20px;
}
@media screen and (max-width: 575px) {
  .introduction_content_sep_txt h4 {
    font-size: 1.8rem;
  }
}
.introduction_content_sep_txt p {
  margin-top: 10px;
}
.introduction_content_sep figure {
  width: 502px;
}
@media screen and (max-width: 1359px) {
  .introduction_content_sep figure {
    width: 360px;
  }
}
@media screen and (max-width: 991px) {
  .introduction_content_sep figure {
    width: 100%;
    max-width: 502px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 575px) {
  .introduction_content .introduction_table {
    overflow-x: auto;
  }
}
.introduction_content .introduction_table table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 575px) {
  .introduction_content .introduction_table table {
    width: 700px;
    max-width: 700px;
  }
}
.introduction_content .introduction_table table tr th,
.introduction_content .introduction_table table tr td {
  font-size: 1.4rem;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #e5eaf0;
  padding: 20px;
  font-weight: 500;
}
.introduction_content .introduction_table table tr th {
  background: #f9fbfc;
}
.introduction_content .introduction_table table tr th.width01 {
  width: 170px;
}
@media screen and (max-width: 991px) {
  .introduction_content .introduction_table table tr th.width01 {
    width: 150px;
  }
}
.introduction_content .introduction_table table tr th.width02 {
  width: 200px;
}
@media screen and (max-width: 991px) {
  .introduction_content .introduction_table table tr th.width02 {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .introduction_content .introduction_table_re {
    overflow-x: auto;
  }
}
.introduction_content .introduction_table_re table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .introduction_content .introduction_table_re table {
    width: 739px;
    max-width: 739px;
  }
}
.introduction_content .introduction_table_re table tr th,
.introduction_content .introduction_table_re table tr td {
  font-size: 1.4rem;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #e5eaf0;
  padding: 20px;
  font-weight: 500;
}
.introduction_content .introduction_table_re table tr th {
  background: #f9fbfc;
}
.introduction_content .introduction_table_re table tr th.width01 {
  width: 125px;
}
@media screen and (max-width: 1359px) {
  .introduction_content .introduction_table_re table tr th.width01 {
    width: 110px;
  }
}
.introduction_content .introduction_table_re table tr th.width02 {
  width: 150px;
}
@media screen and (max-width: 1359px) {
  .introduction_content .introduction_table_re table tr th.width02 {
    width: 130px;
  }
}
.introduction_content .introduction_table_re table tr td {
  text-align: center;
}
.introduction_content .introduction_table_re table .deco_none {
  background: #fff;
  border: none !important;
}
.introduction_content .introduction_table_re table .deco_head {
  background: #f0f6fc;
  color: #0275c2;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .introduction_content .introduction_table_re.zeolex table {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 575px) {
  .introduction_content .introduction_table_re.zeolex table {
    width: 540px !important;
    max-width: 540px !important;
  }
}

.faq {
  padding: 100px;
  border-radius: 20px;
  background: #f0f6fc;
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 60px;
  }
}
@media screen and (max-width: 575px) {
  .faq {
    padding: 40px 30px;
  }
}
.faq .ttl_md {
  color: #0275c2;
}
.faq .items {
  padding: 50px 0;
  border-top: 1px solid #d8e2ed;
}
@media screen and (max-width: 575px) {
  .faq .items {
    padding: 35px 0;
  }
}
.faq .items:last-of-type {
  border-bottom: 1px solid #d8e2ed;
}
.faq .items .ttl_sm {
  position: relative;
  padding-left: 1.5em;
}
.faq .items .ttl_sm .mark {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.2rem;
  color: #0275c2;
}
@media screen and (max-width: 575px) {
  .faq .items .ttl_sm .mark {
    font-size: 1.8rem;
  }
}
.faq .items p {
  margin-top: 10px;
}

.gallery_slideshow {
  width: 1100px;
}
.gallery_slideshow .swiper {
  width: 100%;
  height: 100%;
}
.gallery_slideshow .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  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;
}
.gallery_slideshow .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.zeolex_recycle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1359px) {
  .zeolex_recycle {
    display: block;
  }
}
.zeolex_recycle .items {
  width: 48%;
  padding: 40px;
  border-radius: 20px;
  background: #f0f6fc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.zeolex_recycle .items:nth-of-type(even) {
  margin-left: 4%;
}
.zeolex_recycle .items:nth-of-type(n + 3) {
  margin-top: 4%;
}
@media screen and (max-width: 1359px) {
  .zeolex_recycle .items {
    width: 100%;
    margin: 0 !important;
  }
  .zeolex_recycle .items:not(:first-of-type) {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 575px) {
  .zeolex_recycle .items {
    padding: 20px;
  }
}
.zeolex_recycle .items figure {
  width: 120px;
  margin-right: 30px;
}
@media screen and (max-width: 575px) {
  .zeolex_recycle .items figure {
    width: 70px;
    margin-right: 20px;
  }
}
.zeolex_recycle .items figure img {
  border-radius: 50%;
}
.zeolex_recycle .items_txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.zeolex_recycle .items_txt h4 {
  font-size: 1.8rem;
  color: #0275c2;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .zeolex_recycle .items_txt h4 {
    font-size: 1.6rem;
  }
}
.zeolex_recycle .items_txt p {
  font-size: 1.5rem;
  color: #0275c2;
  line-height: 1.6;
  font-weight: 600;
  margin-top: 10px;
}
@media screen and (max-width: 575px) {
  .zeolex_recycle .items_txt p {
    font-size: 1.3rem;
  }
}
.zeolex_recycle .items_txt p strong {
  font-size: 2.4rem;
  font-weight: 600;
  border-bottom: 2px dotted #0275c2;
}
@media screen and (max-width: 575px) {
  .zeolex_recycle .items_txt p strong {
    font-size: 2rem;
  }
}

.pfas_sep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1359px) {
  .pfas_sep {
    display: block;
  }
}
.pfas_sep_txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 80px;
}
@media screen and (max-width: 1359px) {
  .pfas_sep_txt {
    margin-right: 0;
  }
}
.pfas_sep_txt p {
  margin-top: 10px;
}
.pfas_sep_txt .disc_list {
  margin-top: 10px;
}
.pfas_sep figure {
  width: 100%;
  max-width: 536px;
}
@media screen and (max-width: 1359px) {
  .pfas_sep figure {
    margin: 40px auto 0;
  }
}
.pfas_sep figure img {
  border-radius: 20px;
  border: 1px solid #e5eaf0;
}

.pfas_all p {
  margin-top: 10px;
}
.pfas_all .disc_list {
  margin-top: 10px;
}

.box_list {
  padding: 60px;
  border: 1px solid #e5eaf0;
  border-radius: 20px;
}
@media screen and (max-width: 991px) {
  .box_list {
    padding: 40px;
  }
}
@media screen and (max-width: 575px) {
  .box_list {
    padding: 30px;
  }
}
.box_list h5 {
  font-size: 2rem;
  font-weight: 600;
  color: #0275c2;
}
@media screen and (max-width: 767px) {
  .box_list h5 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 575px) {
  .box_list h5 {
    font-size: 1.6rem;
  }
}
.box_list .disc_list {
  margin-top: 10px;
}
.box_list.border_none {
  padding: 0;
  border: none;
}

@media screen and (max-width: 767px) {
  .rozet4_table {
    overflow-x: auto;
  }
}
.rozet4_table table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .rozet4_table table {
    width: 800px;
    max-width: 800px;
  }
}
.rozet4_table table tr th,
.rozet4_table table tr td {
  font-size: 1.4rem;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #e5eaf0;
  padding: 20px;
  font-weight: 500;
}
.rozet4_table table tr th {
  background: #f9fbfc;
}
.rozet4_table table tr td {
  text-align: center;
}
.rozet4_table ul li {
  font-size: 1.2rem;
}

@media screen and (max-width: 575px) {
  .crystalrozet_table {
    overflow-x: auto;
  }
}
.crystalrozet_table table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 575px) {
  .crystalrozet_table table {
    width: 600px;
    max-width: 600px;
  }
}
.crystalrozet_table table tr th,
.crystalrozet_table table tr td {
  font-size: 1.4rem;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #e5eaf0;
  padding: 20px;
  font-weight: 500;
}
.crystalrozet_table table tr th {
  background: #f9fbfc;
}
.crystalrozet_table table tr td {
  text-align: center;
}

.maintenance_table {
  padding: 80px;
  border-radius: 20px;
  background: #f1f5fc;
}
@media screen and (max-width: 767px) {
  .maintenance_table {
    padding: 60px;
  }
}
@media screen and (max-width: 575px) {
  .maintenance_table {
    padding: 50px 30px;
  }
}
.maintenance_table .ttl_md {
  color: #0275c2;
}
.maintenance_table .separate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1359px) {
  .maintenance_table .separate {
    display: block;
  }
}
.maintenance_table .separate p {
  color: #0275c2;
  margin-right: 60px;
}
@media screen and (max-width: 1359px) {
  .maintenance_table .separate p {
    margin: 0;
  }
}
@media screen and (max-width: 1359px) {
  .maintenance_table .separate .link_main {
    margin-top: 30px;
  }
}
.maintenance_table table {
  margin-top: 40px;
  width: 100%;
  border-collapse: collapse;
}
.maintenance_table table tr {
  border-top: 1px solid #d8e1ed;
}
.maintenance_table table tr:last-of-type {
  border-bottom: 1px solid #d8e1ed;
}
.maintenance_table table tr th,
.maintenance_table table tr td {
  padding: 35px 0;
  color: #0275c2;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .maintenance_table table tr th,
  .maintenance_table table tr td {
    width: 100% !important;
    display: block !important;
  }
}
@media screen and (max-width: 575px) {
  .maintenance_table table tr th,
  .maintenance_table table tr td {
    padding: 25px 0;
  }
}
.maintenance_table table tr th a,
.maintenance_table table tr td a {
  color: #0275c2;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.maintenance_table table tr th a:hover,
.maintenance_table table tr td a:hover {
  opacity: 0.7;
}
.maintenance_table table tr th {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .maintenance_table table tr th {
    font-weight: 600;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .maintenance_table table tr td {
    padding-top: 10px;
  }
}

.various_slide_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 1359px) {
  .various_slide_content {
    display: block;
  }
}
.various_slide_content_txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 80px;
}
@media screen and (max-width: 1359px) {
  .various_slide_content_txt {
    margin-right: 0;
  }
}
.various_slide_content_txt .list_content h4 {
  font-weight: 600;
  color: #0275c2;
}
.various_slide_content_txt.all {
  width: 100%;
}
.various_slide_content .disc_list_std {
  margin-top: 10px;
}
.various_slide_content .slideShow {
  width: 535px;
  position: relative;
}
@media screen and (max-width: 1359px) {
  .various_slide_content .slideShow {
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 991px) {
  .various_slide_content .slideShow {
    width: 100%;
  }
}
.various_slide_content .slideShow .swiper-slide img {
  border-radius: 20px;
}
@media screen and (max-width: 991px) {
  .various_slide_content .slideShow .swiper-slide img {
    width: 100%;
  }
}
.various_slide_content .slideShow .swiper-pagination_01,
.various_slide_content .slideShow .swiper-pagination_02,
.various_slide_content .slideShow .swiper-pagination_03,
.various_slide_content .slideShow .swiper-pagination_04,
.various_slide_content .slideShow .swiper-pagination_05,
.various_slide_content .slideShow .swiper-pagination_06,
.various_slide_content .slideShow .swiper-pagination_07,
.various_slide_content .slideShow .swiper-pagination_08,
.various_slide_content .slideShow .swiper-pagination_09,
.various_slide_content .slideShow .swiper-pagination_10,
.various_slide_content .slideShow .swiper-pagination_11,
.various_slide_content .slideShow .swiper-pagination_12,
.various_slide_content .slideShow .swiper-pagination_13,
.various_slide_content .slideShow .swiper-pagination_14,
.various_slide_content .slideShow .swiper-pagination_15,
.various_slide_content .slideShow .swiper-pagination_16,
.various_slide_content .slideShow .swiper-pagination_17,
.various_slide_content .slideShow .swiper-pagination_18,
.various_slide_content .slideShow .swiper-pagination_19,
.various_slide_content .slideShow .swiper-pagination_20,
.various_slide_content .slideShow .swiper-pagination_21,
.various_slide_content .slideShow .swiper-pagination_22,
.various_slide_content .slideShow .swiper-pagination_23,
.various_slide_content .slideShow .swiper-pagination_24,
.various_slide_content .slideShow .swiper-pagination_25,
.various_slide_content .slideShow .swiper-pagination_26,
.various_slide_content .slideShow .swiper-pagination_27,
.various_slide_content .slideShow .swiper-pagination_28,
.various_slide_content .slideShow .swiper-pagination_29,
.various_slide_content .slideShow .swiper-pagination_30,
.various_slide_content .slideShow .swiper-pagination_31,
.various_slide_content .slideShow .swiper-pagination_32,
.various_slide_content .slideShow .swiper-pagination_33,
.various_slide_content .slideShow .swiper-pagination_34,
.various_slide_content .slideShow .swiper-pagination_35,
.various_slide_content .slideShow .swiper-pagination_36 {
  text-align: center;
  bottom: -36px;
}
.various_slide_content
  .slideShow
  .swiper-pagination_01
  .swiper-pagination-bullet-active,
.various_slide_content
  .slideShow
  .swiper-pagination_02
  .swiper-pagination-bullet-active,
.various_slide_content
  .slideShow
  .swiper-pagination_03
  .swiper-pagination-bullet-active,
.various_slide_content
  .slideShow
  .swiper-pagination_04
  .swiper-pagination-bullet-active,
.various_slide_content
  .slideShow
  .swiper-pagination_05
  .swiper-pagination-bullet-active,
.various_slide_content
  .slideShow
  .swiper-pagination_06
  .swiper-pagination-bullet-active,
.various_slide_content
  .slideShow
  .swiper-pagination_07
  .swiper-pagination-bullet-active,
.various_slide_content
  .slideShow
  .swiper-pagination_08
  .swiper-pagination-bullet-active,
.various_slide_content
  .slideShow
  .swiper-pagination_09
  .swiper-pagination-bullet-active,
.various_slide_content
  .slideShow
  .swiper-pagination_10
  .swiper-pagination-bullet-active,
.various_slide_content
  .slideShow
  .swiper-pagination_11
  .swiper-pagination-bullet-active,
.various_slide_content
  .slideShow
  .swiper-pagination_12
  .swiper-pagination-bullet-active,
.various_slide_content
  .slideShow
  .swiper-pagination_13
  .swiper-pagination-bullet-active,
.various_slide_content
  .slideShow
  .swiper-pagination_14
  .swiper-pagination-bullet-active,
.various_slide_content
  .slideShow
  .swiper-pagination_15
  .swiper-pagination-bullet-active,
.various_slide_content
  .slideShow
  .swiper-pagination_16
  .swiper-pagination-bullet-active,
.various_slide_content
  .slideShow
  .swiper-pagination_17
  .swiper-pagination-bullet-active,
.various_slide_content
  .slideShow
  .swiper-pagination_18
  .swiper-pagination-bullet-active,
.various_slide_content
  .slideShow
  .swiper-pagination_19
  .swiper-pagination-bullet-active,
.various_slide_content
  .slideShow
  .swiper-pagination_20
  .swiper-pagination-bullet-active,
.various_slide_content
  .slideShow
  .swiper-pagination_21
  .swiper-pagination-bullet-active,
.various_slide_content
  .slideShow
  .swiper-pagination_22
  .swiper-pagination-bullet-active,
.various_slide_content
  .slideShow
  .swiper-pagination_23
  .swiper-pagination-bullet-active,
.various_slide_content
  .slideShow
  .swiper-pagination_24
  .swiper-pagination-bullet-active,
.various_slide_content
  .slideShow
  .swiper-pagination_25
  .swiper-pagination-bullet-active,
.various_slide_content
  .slideShow
  .swiper-pagination_26
  .swiper-pagination-bullet-active,
.various_slide_content
  .slideShow
  .swiper-pagination_27
  .swiper-pagination-bullet-active,
.various_slide_content
  .slideShow
  .swiper-pagination_28
  .swiper-pagination-bullet-active,
.various_slide_content
  .slideShow
  .swiper-pagination_29
  .swiper-pagination-bullet-active,
.various_slide_content
  .slideShow
  .swiper-pagination_30
  .swiper-pagination-bullet-active,
.various_slide_content
  .slideShow
  .swiper-pagination_31
  .swiper-pagination-bullet-active,
.various_slide_content
  .slideShow
  .swiper-pagination_32
  .swiper-pagination-bullet-active,
.various_slide_content
  .slideShow
  .swiper-pagination_33
  .swiper-pagination-bullet-active,
.various_slide_content
  .slideShow
  .swiper-pagination_34
  .swiper-pagination-bullet-active,
.various_slide_content
  .slideShow
  .swiper-pagination_35
  .swiper-pagination-bullet-active,
.various_slide_content
  .slideShow
  .swiper-pagination_36
  .swiper-pagination-bullet-active {
  background: #0275c2;
}

.various_supplement {
  padding: 60px;
  border: 1px solid #e5eaf0;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .various_supplement {
    padding: 40px;
  }
}
@media screen and (max-width: 575px) {
  .various_supplement {
    padding: 30px;
  }
}
.various_supplement table {
  width: 100%;
  border-collapse: collapse;
}
.various_supplement table tr:not(:first-of-type) th,
.various_supplement table tr:not(:first-of-type) td {
  padding-top: 30px;
}
@media screen and (max-width: 575px) {
  .various_supplement table tr:not(:first-of-type) th {
    padding-top: 20px !important;
  }
}
.various_supplement table tr th,
.various_supplement table tr td {
  font-size: 1.5rem;
  vertical-align: top;
  text-align: left;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .various_supplement table tr th,
  .various_supplement table tr td {
    width: 100% !important;
    display: block !important;
    padding: 0 !important;
  }
}
.various_supplement table tr th {
  width: 100px;
  color: #0275c2;
}
@media screen and (max-width: 575px) {
  .various_supplement table tr th {
    font-weight: 600;
  }
}
.various_supplement table tr td .disc_list li a {
  font-size: 1.5rem;
}
.various_supplement table tr td .disc_list li a:before {
  top: 13px;
}

.company_desc_highlight ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #0275c2;
  border-radius: 20px;
  padding: 20px;
  width: 100%;
  max-width: 480px;
}
@media screen and (max-width: 1359px) {
  .company_desc_highlight ul {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .company_desc_highlight ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .company_desc_highlight ul {
    padding: 20px 10px;
  }
}
.company_desc_highlight ul li {
  font-size: 2rem;
  text-align: center;
  color: #0275c2;
  line-height: 1.8;
}
@media screen and (max-width: 575px) {
  .company_desc_highlight ul li {
    font-size: 1.6rem;
  }
}
.company_desc_highlight ul li:not(:first-of-type) {
  padding-left: 50px;
  margin-left: 50px;
  border-left: 1px solid #d8e2ed;
}
@media screen and (max-width: 1359px) {
  .company_desc_highlight ul li:not(:first-of-type) {
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid #d8e2ed;
    border-left: none;
  }
}
@media screen and (max-width: 991px) {
  .company_desc_highlight ul li:not(:first-of-type) {
    padding: 0 0 0 50px;
    margin: 0 0 0 50px;
    border-top: none;
    border-left: 1px solid #d8e2ed;
  }
}
@media screen and (max-width: 575px) {
  .company_desc_highlight ul li:not(:first-of-type) {
    padding: 0 0 0 20px;
    margin: 0 0 0 20px;
  }
}
.company_desc_highlight ul li small {
  font-size: 1.5rem;
  display: block;
}
@media screen and (max-width: 575px) {
  .company_desc_highlight ul li small {
    font-size: 1.3rem;
  }
}

.utilization_box {
  padding: 100px;
  border-radius: 20px;
  background: #f0f6fc;
}
@media screen and (max-width: 991px) {
  .utilization_box {
    padding: 80px;
  }
}
@media screen and (max-width: 767px) {
  .utilization_box {
    padding: 50px;
  }
}
@media screen and (max-width: 575px) {
  .utilization_box {
    padding: 30px;
  }
}
.utilization_box .ttl_md {
  color: #0275c2;
}
.utilization_box_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.utilization_box_content .items {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.utilization_box_content .items:nth-of-type(n + 3) {
  margin-top: 50px;
}
@media screen and (max-width: 1359px) {
  .utilization_box_content .items {
    width: 100%;
  }
  .utilization_box_content .items:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  .utilization_box_content .items:nth-of-type(n + 2) {
    margin-top: 15px;
  }
}
.utilization_box_content .items figure {
  width: 180px;
  height: 120px;
  border-radius: 10px;
  background: #fff;
  margin-right: 40px;
}
@media screen and (max-width: 575px) {
  .utilization_box_content .items figure {
    width: 120px;
    height: 80px;
    margin-right: 20px;
  }
}
.utilization_box_content .items_txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.utilization_box_content .items_txt p {
  font-size: 1.3rem;
  color: #0275c2;
}
.utilization_box_content .items_txt h4 {
  font-size: 1.6rem;
  color: #0275c2;
}

.product_desc .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.product_desc .items:not(:first-of-type) {
  border-top: 1px solid #e5eaf0;
}
@media screen and (max-width: 767px) {
  .product_desc .items {
    display: block;
  }
}
.product_desc .items figure {
  width: 536px;
}
@media screen and (max-width: 1359px) {
  .product_desc .items figure {
    width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .product_desc .items figure {
    width: 100%;
    max-width: 536px;
    margin: 0 auto;
  }
}
.product_desc .items figure img {
  width: 100%;
  border-radius: 15px;
}
.product_desc .items figure img.border {
  border: 1px solid #e5eaf0;
}
.product_desc_txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .product_desc_txt {
    margin: 30px auto 0;
  }
}
.product_desc_txt h3 {
  font-size: 2.5rem;
  color: #0275c2;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.product_desc_txt h3:before {
  content: "";
  width: 12px;
  height: 2px;
  background: #0275c2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.product_desc_txt h3 small {
  font-size: 0.7em;
}
.product_desc_txt_table table {
  width: 100%;
  border-collapse: collapse;
}
.product_desc_txt_table table tr:not(:first-of-type) th,
.product_desc_txt_table table tr:not(:first-of-type) td {
  padding-top: 6px;
}
.product_desc_txt_table table tr th,
.product_desc_txt_table table tr td {
  font-size: 1.4rem;
  text-align: left;
  vertical-align: top;
  font-weight: 500;
}
.product_desc_txt_table table tr th {
  width: 140px;
  color: #717787;
}
@media screen and (max-width: 575px) {
  .product_desc_txt_table table tr th {
    width: 120px;
  }
}
.product_desc_txt_table table tr td strong {
  font-size: 2rem;
  color: #0275c2;
  font-weight: 600;
  margin-left: 6px;
}
.product_desc_txt_table table tr td strong.ml_none {
  margin-left: 0;
}
.product_desc_txt_table table tr td .coution {
  font-size: 1.2rem;
  display: block;
}
.product_desc_txt_table table tr td.price {
  -webkit-transform: translateY(-9px);
  transform: translateY(-9px);
}
.product_desc_txt_table table tr td.price p {
  line-height: 1.2;
  margin-top: 16px;
}

.contact_box {
  padding: 100px 80px;
  border-radius: 20px;
  background: #0275c2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1359px) {
  .contact_box {
    padding: 80px 60px;
  }
}
@media screen and (max-width: 767px) {
  .contact_box {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .contact_box {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 1359px) {
  .contact_box .ttl {
    width: 100%;
    text-align: center;
  }
}
.contact_box .ttl h3 {
  font-size: 2.5rem;
  color: #fff;
}
@media screen and (max-width: 575px) {
  .contact_box .ttl h3 {
    font-size: 2.2rem;
  }
}
.contact_box .ttl p {
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (max-width: 575px) {
  .contact_box .ttl p {
    font-size: 1.3rem;
  }
}
.contact_box .tel {
  text-align: center;
}
@media screen and (max-width: 1359px) {
  .contact_box .tel {
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .contact_box .tel {
    margin-top: 25px;
  }
}
.contact_box .tel h4 {
  font-size: 1.3rem;
  color: #fff;
  font-weight: 500;
}
.contact_box .tel figure {
  margin-top: 10px;
}
.contact_box .tel figure a {
  display: block;
}
.contact_box .tel p {
  font-size: 1.2rem;
  color: #fff;
  margin-top: 10px;
}
.contact_box .mail {
  text-align: center;
}
@media screen and (max-width: 1359px) {
  .contact_box .mail {
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .contact_box .mail {
    margin-top: 25px;
  }
}
.contact_box .mail p {
  font-size: 1.3rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.contact_box .mail .link {
  margin-top: 10px;
}
.contact_box .mail .link a {
  font-size: 1.5rem;
  background: #fff;
  color: #0275c2;
  padding: 15px 40px;
  border-radius: 100px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact_box .mail .link a:hover {
  opacity: 0.7;
}
.contact_box .contact_user {
  width: 100%;
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #4798d0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact_box .contact_user .ttl {
  width: 367px;
}
@media screen and (max-width: 1359px) {
  .contact_box .contact_user .ttl {
    width: 100%;
  }
}
@media screen and (max-width: 1359px) {
  .contact_box .contact_user .tel {
    width: 100%;
  }
}
.contact_box.light {
  background: #eff5fb;
}
.contact_box.light .ttl h3,
.contact_box.light .ttl p {
  color: #0275c2;
}
.contact_box.light .mail p {
  color: #0275c2;
}
.contact_box.light .mail .link a {
  border: 1px solid #0275c2;
}
.contact_box.light .tel h4,
.contact_box.light .tel p {
  color: #0275c2;
}

.contact_box_page {
  padding: 100px 80px;
  border-radius: 20px;
  background: #0275c2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1359px) {
  .contact_box_page {
    padding: 80px 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .contact_box_page {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .contact_box_page {
    padding: 40px 20px;
  }
}
.contact_box_page .ttl {
  width: 340px;
}
@media screen and (max-width: 1359px) {
  .contact_box_page .ttl {
    width: 100%;
    text-align: center;
  }
}
.contact_box_page .ttl h3 {
  font-size: 2.5rem;
  color: #fff;
}
@media screen and (max-width: 575px) {
  .contact_box_page .ttl h3 {
    font-size: 2.2rem;
  }
}
.contact_box_page .ttl p {
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (max-width: 575px) {
  .contact_box_page .ttl p {
    font-size: 1.3rem;
  }
}
.contact_box_page .tel {
  text-align: center;
  width: 240px;
}
@media screen and (max-width: 1359px) {
  .contact_box_page .tel {
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .contact_box_page .tel {
    margin-top: 25px;
  }
}
.contact_box_page .tel h4 {
  font-size: 1.3rem;
  color: #fff;
  font-weight: 500;
}
.contact_box_page .tel figure {
  margin-top: 10px;
}
.contact_box_page .tel figure a {
  display: block;
}
.contact_box_page .tel p {
  font-size: 1.2rem;
  color: #fff;
  margin-top: 10px;
}
.contact_box_page .mail {
  text-align: center;
  width: 270px;
}
@media screen and (max-width: 767px) {
  .contact_box_page .mail {
    margin-left: auto;
    margin-right: auto;
  }
}
.contact_box_page .mail.ml {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .contact_box_page .mail.ml {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1359px) {
  .contact_box_page .mail {
    margin-top: 40px;
  }
}
@media screen and (max-width: 575px) {
  .contact_box_page .mail {
    margin-top: 25px;
  }
}
.contact_box_page .mail p {
  font-size: 1.3rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.contact_box_page .mail .link {
  margin-top: 10px;
}
.contact_box_page .mail .link a {
  font-size: 1.5rem;
  background: #fff;
  color: #0275c2;
  padding: 15px 20px;
  border-radius: 100px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  text-align: center;
}
.contact_box_page .mail .link a:hover {
  opacity: 0.7;
}
.contact_box_page .contact_user {
  width: 100%;
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #4798d0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact_box_page .contact_user .ttl {
  width: 340px;
}
@media screen and (max-width: 1359px) {
  .contact_box_page .contact_user .ttl {
    width: 100%;
  }
}
@media screen and (max-width: 1359px) {
  .contact_box_page .contact_user .tel {
    width: 100%;
  }
}
.contact_box_page.light {
  background: #eff5fb;
}
.contact_box_page.light .ttl h3,
.contact_box_page.light .ttl p {
  color: #0275c2;
}
.contact_box_page.light .mail p {
  color: #0275c2;
}
.contact_box_page.light .mail .link a {
  border: 1px solid #0275c2;
}
.contact_box_page.light .tel h4,
.contact_box_page.light .tel p {
  color: #0275c2;
}

.fax_download {
  width: 100%;
  padding-left: 367px;
  margin-top: 30px;
}
@media screen and (max-width: 1359px) {
  .fax_download {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
}
.fax_download p {
  color: #fff;
  font-size: 1.3rem;
}
.fax_download .link {
  margin-top: 20px;
}
.fax_download .link a {
  font-size: 1.5rem;
  background: #fff;
  color: #0275c2;
  padding: 15px 40px;
  border-radius: 100px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fax_download .link a:hover {
  opacity: 0.7;
}

.waterfilter_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.waterfilter_gallery figure {
  width: 340px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.waterfilter_gallery figure:nth-of-type(n + 4) {
  margin-top: 45px;
}
@media screen and (max-width: 1359px) {
  .waterfilter_gallery figure {
    width: 32%;
    border-radius: 10px;
  }
  .waterfilter_gallery figure:nth-of-type(n + 4) {
    margin-top: 2%;
  }
}
@media screen and (max-width: 575px) {
  .waterfilter_gallery figure {
    width: 49%;
  }
  .waterfilter_gallery figure:nth-of-type(n + 3) {
    margin-top: 2%;
  }
}
.waterfilter_gallery figure img {
  width: 100%;
}
.waterfilter_gallery figure p {
  font-size: 1rem;
  color: #0275c2;
  background: #fff;
  padding: 5px 20px;
  border-radius: 100px;
  position: absolute;
  top: 20px;
  right: 20px;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .waterfilter_gallery figure p {
    top: 10px;
    right: 10px;
    padding: 2px 10px;
  }
}

.detail_box {
  padding: 60px;
  border-radius: 20px;
  border: 1px solid #e5eaf0;
}
@media screen and (max-width: 575px) {
  .detail_box {
    padding: 30px;
  }
}
.detail_box .items:not(:first-of-type) {
  margin-top: 20px;
}
.detail_box .items h4 {
  font-size: 2rem;
  font-weight: 600;
  color: #0275c2;
}
.detail_box .items p {
  margin-top: 10px;
}
.detail_box .items .disc_list_std {
  margin-top: 10px;
}
.detail_box .coution_list li {
  font-size: 1.4rem;
}

.price_table table {
  width: 100%;
  border-collapse: collapse;
}
.price_table table tr th,
.price_table table tr td {
  font-size: 1.4rem;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #e5eaf0;
  padding: 15px 20px;
  font-weight: 500;
}
.price_table table tr th {
  background: #f9fbfc;
  width: 120px;
}

.price_table_coution {
  font-size: 1.4rem;
  margin-top: 30px !important;
}

.rescue_graph {
  padding: 60px;
  border-radius: 20px;
  border: 1px solid #e5eaf0;
}
@media screen and (max-width: 767px) {
  .rescue_graph {
    padding-right: 0;
  }
}
@media screen and (max-width: 575px) {
  .rescue_graph {
    padding: 30px 0 30px 30px;
  }
}
.rescue_graph h3 {
  font-size: 2rem;
  color: #0275c2;
}
@media screen and (max-width: 575px) {
  .rescue_graph h3 {
    font-size: 1.8rem;
  }
}
.rescue_graph figure {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .rescue_graph figure {
    overflow-x: auto;
  }
}
@media screen and (max-width: 767px) {
  .rescue_graph figure img {
    width: 600px;
    max-width: 600px;
  }
}
@media screen and (max-width: 575px) {
  .rescue_graph figure img {
    width: 404px;
    max-width: 404px;
  }
}

@media screen and (max-width: 767px) {
  .rescue_table {
    overflow-x: auto;
  }
}
.rescue_table table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .rescue_table table {
    width: 700px;
    max-width: 700px;
  }
}
.rescue_table table tr th,
.rescue_table table tr td {
  font-size: 1.4rem;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #e5eaf0;
  padding: 15px 20px;
  font-weight: 500;
  text-align: center;
}
.rescue_table table tr th {
  background: #f9fbfc;
}

.recycling_graph {
  background: #f0f6fc;
  padding: 80px 64px;
  border-radius: 20px;
}
@media screen and (max-width: 1359px) {
  .recycling_graph {
    padding: 80px 60px;
  }
}
@media screen and (max-width: 767px) {
  .recycling_graph {
    padding: 60px 30px 60px 30px;
  }
}
@media screen and (max-width: 575px) {
  .recycling_graph {
    padding: 30px 30px 30px 30px;
  }
}
.recycling_graph figure {
  overflow-x: auto;
  margin: 0 auto;
}
.recycling_graph figure img {
  max-width: 972px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .recycling_graph figure img {
    width: 750px;
  }
}
@media screen and (max-width: 575px) {
  .recycling_graph figure img {
    width: 680px;
  }
}
.recycling_graph .coution {
  margin-top: 30px;
  padding: 0;
}
@media screen and (max-width: 1359px) {
  .recycling_graph .coution {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .recycling_graph .coution {
    padding-right: 0;
  }
}
.recycling_graph .coution li {
  position: relative;
  font-size: 1.4rem;
  padding-left: 1.2em;
}
@media screen and (max-width: 575px) {
  .recycling_graph .coution li {
    font-size: 1.3rem;
  }
}
.recycling_graph .coution li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.single_content .day {
  font-size: 1.2rem;
  color: #717787;
  margin-bottom: 15px;
}

.single_ttl h1 {
  font-size: 3.5rem;
  color: #0275c2;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .single_ttl h1 {
    font-size: 2.6rem;
  }
}
.single_ttl .cat_area {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .single_ttl .cat_area {
    display: block;
  }
}
.single_ttl .cat_area .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single_ttl .cat_area .tag li {
  font-size: 1.5rem;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #e5eaf0;
}
@media screen and (max-width: 767px) {
  .single_ttl .cat_area .tag li:last-of-type {
    margin-right: 0;
    padding-right: 0;
    border: none;
  }
}
.single_ttl .cat_area .cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .single_ttl .cat_area .cat {
    margin-top: 20px;
  }
}
.single_ttl .cat_area .cat li {
  font-size: 1.3rem;
  background: #f0f6fc;
  padding: 2px 20px;
  border-radius: 100px;
  color: #0275c2;
}
.single_ttl .cat_area .cat li:not(:first-of-type) {
  margin-left: 6px;
}

.result_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.result_head_slide {
  width: 535px;
  position: relative;
  margin-right: 80px;
}
@media screen and (max-width: 1239px) {
  .result_head_slide {
    width: 500px;
    margin-right: 60px;
  }
}
@media screen and (max-width: 991px) {
  .result_head_slide {
    width: 100%;
    margin: 0;
  }
}
.result_head_slide .swiper-slide img {
  border-radius: 20px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .result_head_slide .swiper-slide img {
    width: 100%;
  }
}
.result_head_slide .swiper-pagination_01 {
  position: absolute;
  left: 0;
  bottom: -36px;
  text-align: center;
}
.result_head_slide .swiper-pagination_01 .swiper-pagination-bullet-active {
  background: #0275c2;
}
.result_head_txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 991px) {
  .result_head_txt {
    margin-top: 60px;
  }
}
.result_head_txt h3 {
  font-size: 2rem;
  color: #0275c2;
  font-weight: 600;
}
.result_head_txt table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.result_head_txt table tr {
  border-top: 1px solid #e5eaf0;
}
.result_head_txt table tr:last-of-type {
  border-bottom: 1px solid #e5eaf0;
}
.result_head_txt table tr th,
.result_head_txt table tr td {
  font-size: 1.4rem;
  text-align: left;
  padding: 20px 0;
  vertical-align: top;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .result_head_txt table tr th,
  .result_head_txt table tr td {
    padding: 15px 0;
  }
}
.result_head_txt table tr th {
  width: 140px;
  color: #717787;
}
@media screen and (max-width: 1239px) {
  .result_head_txt table tr th {
    width: 100px;
  }
}

.single_article {
  margin-top: 135px;
}
@media screen and (max-width: 991px) {
  .single_article {
    margin-top: 100px;
  }
}
@media screen and (max-width: 575px) {
  .single_article {
    margin-top: 60px;
  }
}
.single_article.interview_single {
  margin-top: 50px;
}
@media screen and (max-width: 575px) {
  .single_article.interview_single {
    margin-top: 30px;
  }
}
.single_article #visual figure {
  text-align: center;
}
.single_article #visual figure img {
  max-width: 100%;
}
.single_article .interviewBox figure {
  text-align: center;
}
.single_article .interviewBox figure img {
  max-width: 100%;
}

.result_connect {
  margin-top: 100px;
}
@media screen and (max-width: 575px) {
  .result_connect {
    margin-top: 60px;
  }
}
.result_connect:not(:first-of-type) {
  margin-top: 20px !important;
}
.result_connect a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px;
  border-radius: 20px;
  background: #f0f6fc;
}
@media screen and (max-width: 575px) {
  .result_connect a {
    display: block;
  }
}
.result_connect a figure {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 30px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .result_connect a figure {
    margin: 0 auto;
  }
}
.result_connect a figure img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.result_connect a .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 575px) {
  .result_connect a .txt {
    margin-top: 30px;
  }
}
.result_connect a .txt .cat {
  font-size: 1.2rem;
  background: #fff;
  padding: 3px 20px;
  border-radius: 100px;
  color: #0275c2;
  display: inline-block;
  margin: 0;
}
.result_connect a .txt h3 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 2rem;
  color: #0275c2;
}
@media screen and (max-width: 575px) {
  .result_connect a .txt h3 {
    font-size: 1.8rem;
  }
}

.single_pagerList {
  margin-top: 120px;
  padding-top: 80px;
  border-top: 1px solid #e6e6e6;
}
@media screen and (max-width: 575px) {
  .single_pagerList {
    margin-top: 80px;
    padding-top: 60px;
  }
}
.single_pagerList_inner {
  position: relative;
}
.single_pagerList .back {
  text-align: center;
}
.single_pagerList .back a {
  font-size: 1.4rem;
  color: #0275c2;
  font-weight: 600;
  padding: 11px 60px;
  border-radius: 100px;
  border: 1px solid #0275c2;
}
.single_pagerList .prev {
  width: 13px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.single_pagerList .next {
  width: 13px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.archive_content .archive_select {
  background: #f0f6fc;
  padding: 40px;
  border-radius: 20px;
}
@media screen and (max-width: 575px) {
  .archive_content .archive_select {
    padding: 30px 20px;
  }
}
.archive_content .archive_select .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.archive_content .archive_select .items:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .archive_content .archive_select .items {
    display: block;
  }
}
.archive_content .archive_select .items p {
  font-size: 1.5rem;
  width: 100px;
  padding-top: 3px;
  padding-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .archive_content .archive_select .items p {
    width: 100%;
  }
}
.archive_content .archive_select .items ul {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.archive_content .archive_select .items ul li {
  padding-top: 3px;
  padding-bottom: 3px;
  margin-right: 5px;
}
.archive_content .archive_select .items ul li a {
  font-size: 1.4rem;
  color: #0275c2;
  border: 1px solid #e5eaf0;
  border-radius: 100px;
  padding: 3px 20px;
  background: #fff;
}
@media screen and (max-width: 575px) {
  .archive_content .archive_select .items ul li a {
    font-size: 1.3rem;
  }
}
.archive_content .archive_select .items ul li a.active {
  border-color: #0275c2 !important;
}

body.post-type-archive .casestudy_all_btn {
  border-color: #0275c2 !important;
}

.article_list {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.article_list article {
  width: 410px;
  margin-right: 45px;
}
.article_list article:nth-of-type(3n) {
  margin-right: 0;
}
.article_list article:nth-of-type(n + 4) {
  margin-top: 80px;
}
@media screen and (max-width: 1359px) {
  .article_list article {
    width: 31%;
    margin-right: 3.5%;
  }
  .article_list article:nth-of-type(n + 4) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1239px) {
  .article_list article {
    width: 47%;
    margin-right: 6% !important;
  }
  .article_list article:nth-of-type(even) {
    margin-right: 0 !important;
  }
  .article_list article:nth-of-type(n + 3) {
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 575px) {
  .article_list article {
    width: 100%;
    margin: 0 !important;
  }
  .article_list article:nth-of-type(n + 2) {
    margin-top: 40px !important;
  }
}
.article_list article a {
  display: block;
  width: 100%;
}
.article_list article a figure {
  position: relative;
  width: 100%;
  aspect-ratio: 6/4;
  border-radius: 15px;
  overflow: hidden;
}
.article_list article a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.article_list article a figure ul {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  padding: 2px 15px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.article_list article a figure ul li {
  color: #0275c2;
  font-size: 1.2rem;
}
.article_list article a figure ul li:not(:first-of-type):before {
  content: "・";
}
.article_list article a .txt {
  margin-top: 20px;
}
.article_list article a .txt .day {
  font-size: 1.2rem;
  color: #0275c2;
}
.article_list article a .txt h3 {
  font-size: 1.8rem;
  color: #0275c2;
  font-weight: 600;
}
.article_list article a .txt ul {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.article_list article a .txt ul li {
  font-size: 1.2rem;
  color: #0275c2;
  background: #f0f6fc;
  padding: 2px 15px;
  border-radius: 100px;
  margin: 5px 5px 0 0;
}
.article_list article a .txt.column h3 {
  margin-top: 5px;
}

.archive_pager {
  margin-top: 120px;
  padding-top: 80px;
  border-top: 1px solid #e6e6e6;
  text-align: center;
  position: relative;
}
.archive_pager .wp-pagenavi {
  display: inline-block;
  background: #f0f6fc;
  padding: 10px 30px;
  border-radius: 100px;
}
.archive_pager .wp-pagenavi a,
.archive_pager .wp-pagenavi span {
  font-size: 1.6rem;
  margin: 0;
  line-height: 1;
  display: inline-block;
  padding: 16px 20px;
  border-radius: 50%;
  color: #0275c2;
}
@media screen and (max-width: 575px) {
  .archive_pager .wp-pagenavi a,
  .archive_pager .wp-pagenavi span {
    padding: 11px 15px;
  }
}
.archive_pager .wp-pagenavi .current {
  background: #fff;
}
.archive_pager .nextpostslink {
  position: absolute;
  top: 95px;
  right: 0;
  width: 30px;
  height: 40px;
}
@media screen and (max-width: 575px) {
  .archive_pager .nextpostslink {
    top: 90px;
  }
}
.archive_pager .nextpostslink:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
  height: 14px;
  border-top: 2px solid #0275c2;
  border-right: 2px solid #0275c2;
}
.archive_pager .previouspostslink {
  position: absolute;
  top: 95px;
  left: 0;
  width: 30px;
  height: 40px;
}
@media screen and (max-width: 575px) {
  .archive_pager .previouspostslink {
    top: 90px;
  }
}
.archive_pager .previouspostslink:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
  height: 14px;
  border-bottom: 2px solid #0275c2;
  border-left: 2px solid #0275c2;
}

.download_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 1359px) {
  .download_content {
    display: block;
  }
}
.download_content .document_img {
  width: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1359px) {
  .download_content .document_img {
    margin: 0 auto;
    width: 100%;
    max-width: 750px;
  }
}
@media screen and (max-width: 767px) {
  .download_content .document_img {
    max-width: 490px;
  }
}
.download_content .document_img .items {
  width: 230px;
}
.download_content .document_img .items:nth-of-type(n + 4) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .download_content .document_img .items:nth-of-type(n + 3) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 575px) {
  .download_content .document_img .items {
    width: 48%;
  }
  .download_content .document_img .items:nth-of-type(n + 3) {
    margin-top: 30px;
  }
}
.download_content .document_img .items figure {
  width: 100%;
}
.download_content .document_img .items p {
  font-size: 1.3rem;
  color: #0275c2;
  text-align: center;
  margin-top: 10px;
  line-height: 1.8;
}
.download_content .document_img .items .download_btn {
  text-align: center;
  margin-top: 10px;
}
.download_content .document_img .items .download_btn a {
  font-size: 1.4rem;
  background: #0275c2;
  padding: 7px 40px;
  border-radius: 100px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 575px) {
  .download_content .document_img .items .download_btn a {
    padding: 7px 20px;
    font-size: 1.2rem;
  }
}
.download_content .document_img .items .download_btn a:hover {
  opacity: 0.7;
}
.download_content .form_content {
  width: 500px;
  background: #f0f5fc;
  padding: 60px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1359px) {
  .download_content .form_content {
    width: 100%;
    max-width: 750px;
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 575px) {
  .download_content .form_content {
    padding: 50px 30px;
  }
}
.download_content .submit_btn {
  margin-top: 30px;
  text-align: center;
}
.download_content .submit_btn input[type="submit"] {
  font-size: 1.5rem;
  background: #0275c2;
  color: #fff;
  padding: 15px 30px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.download_content .submit_btn input[type="submit"]:hover {
  opacity: 0.7;
}

.form_table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
}
.form_table tr th,
.form_table tr td {
  width: 100%;
  display: block;
  text-align: left;
  font-weight: 500;
  font-size: 1.5rem;
}
.form_table tr:not(:first-of-type) th {
  margin-top: 20px;
}
.form_table tr th p {
  display: inline-block;
  position: relative;
  padding-right: 50px;
}
.form_table tr th p .hissu {
  font-size: 1.3rem;
  color: #eb0a0a;
  border: 1px solid #eb0a0a;
  background: #fff;
  padding: 0 5px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  white-space: nowrap;
}
.form_table tr td {
  margin-top: 10px;
}
.form_table tr td input[type="text"],
.form_table tr td input[type="email"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 0;
}

.privacy_box {
  margin-top: 20px;
}
.privacy_box p {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.privacy_box .mwform-checkbox-field-text {
  font-size: 1.5rem;
}

.contact_form_content {
  padding: 80px;
  background: #f0f5fc;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .contact_form_content {
    padding: 60px;
  }
}
@media screen and (max-width: 575px) {
  .contact_form_content {
    padding: 30px 20px;
  }
}
.contact_form_content .border-top {
  border-top: 1px solid #e5eaf0;
}
.contact_form_content .items:not(:first-of-type) {
  margin-top: 30px;
}
.contact_form_content .items .t_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact_form_content .items .t_head p {
  font-size: 1.5rem;
  font-weight: 500;
  color: #0275c2;
}
.contact_form_content .items .t_head small {
  font-size: 1.1rem;
  color: #fff;
  background: #0275c2;
  padding: 4px 12px;
  border-radius: 100px;
  line-height: 1.2;
  margin-left: 10px;
}
.contact_form_content .items .t_body {
  margin-top: 10px;
}
.contact_form_content .items .t_body input[type="text"],
.contact_form_content .items .t_body input[type="email"],
.contact_form_content .items .t_body input[type="tel"],
.contact_form_content .items .t_body textarea,
.contact_form_content .items .t_body select {
  width: 100%;
  padding: 15px !important;
  border-radius: 5px !important;
  border: 1px solid #e5e5e5 !important;
  background: #fff !important;
  font-size: 1.4rem !important;
}
.contact_form_content
  .items
  .t_body
  input[type="text"]::-webkit-input-placeholder,
.contact_form_content
  .items
  .t_body
  input[type="email"]::-webkit-input-placeholder,
.contact_form_content
  .items
  .t_body
  input[type="tel"]::-webkit-input-placeholder,
.contact_form_content .items .t_body textarea::-webkit-input-placeholder,
.contact_form_content .items .t_body select::-webkit-input-placeholder {
  color: #cccccc !important;
}
.contact_form_content .items .t_body input[type="text"]::-moz-placeholder,
.contact_form_content .items .t_body input[type="email"]::-moz-placeholder,
.contact_form_content .items .t_body input[type="tel"]::-moz-placeholder,
.contact_form_content .items .t_body textarea::-moz-placeholder,
.contact_form_content .items .t_body select::-moz-placeholder {
  color: #cccccc !important;
}
.contact_form_content .items .t_body input[type="text"]:-ms-input-placeholder,
.contact_form_content .items .t_body input[type="email"]:-ms-input-placeholder,
.contact_form_content .items .t_body input[type="tel"]:-ms-input-placeholder,
.contact_form_content .items .t_body textarea:-ms-input-placeholder,
.contact_form_content .items .t_body select:-ms-input-placeholder {
  color: #cccccc !important;
}
.contact_form_content .items .t_body input[type="text"]::-ms-input-placeholder,
.contact_form_content .items .t_body input[type="email"]::-ms-input-placeholder,
.contact_form_content .items .t_body input[type="tel"]::-ms-input-placeholder,
.contact_form_content .items .t_body textarea::-ms-input-placeholder,
.contact_form_content .items .t_body select::-ms-input-placeholder {
  color: #cccccc !important;
}
.contact_form_content .items .t_body input[type="text"]::placeholder,
.contact_form_content .items .t_body input[type="email"]::placeholder,
.contact_form_content .items .t_body input[type="tel"]::placeholder,
.contact_form_content .items .t_body textarea::placeholder,
.contact_form_content .items .t_body select::placeholder {
  color: #cccccc !important;
}
.contact_form_content .items .t_body .mwform-checkbox-field {
  line-height: 1.6;
}
.contact_form_content
  .items
  .t_body
  .mwform-checkbox-field
  .mwform-checkbox-field-text {
  font-size: 1.5rem;
}
.contact_form_content .items .t_body select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact_form_content .items .t_body textarea {
  height: 200px;
}
.contact_form_content .items .t_body.selectBox {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 575px) {
  .contact_form_content .items .t_body.selectBox {
    width: 70%;
  }
}
.contact_form_content .items .t_body.selectBox:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 6px solid #000000;
  border-bottom: 0;
}
.contact_form_content .items .t_body h4 {
  font-size: 1.4rem;
  font-weight: 600;
  padding-left: 17px;
  position: relative;
}
.contact_form_content .items .t_body h4:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  width: 12px;
  height: 12px;
  background: #000000;
  border-radius: 2px;
}
.contact_form_content .items .t_body .check_area {
  margin-top: 10px;
}
.contact_form_content .items .t_body .desc {
  margin-bottom: 20px;
}
.contact_form_content .items .t_body.width50 {
  width: 50%;
}
@media screen and (max-width: 575px) {
  .contact_form_content .items .t_body.width50 {
    width: 70%;
  }
}
.contact_form_content .items .t_body.addnum {
  width: 50%;
}
@media screen and (max-width: 575px) {
  .contact_form_content .items .t_body.addnum {
    width: 70%;
  }
}
.contact_form_content .items .t_body.day_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact_form_content .items .t_body.day_content .calendar {
  width: 215px;
  margin-right: 20px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .contact_form_content .items .t_body.day_content .calendar {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .contact_form_content .items .t_body.day_content .calendar {
    width: 100%;
    margin: 0 0 10px;
  }
}
.contact_form_content .items .t_body.day_content .calendar:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 16px;
  background: url(../images/icon_calendar.png) no-repeat;
  background-size: contain;
}
.contact_form_content .items .t_body.day_content .hours,
.contact_form_content .items .t_body.day_content .seconds {
  width: 170px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .contact_form_content .items .t_body.day_content .hours,
  .contact_form_content .items .t_body.day_content .seconds {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .contact_form_content .items .t_body.day_content .hours,
  .contact_form_content .items .t_body.day_content .seconds {
    width: 47%;
    padding-right: 30px;
  }
}
.contact_form_content .items .t_body.day_content .hours small,
.contact_form_content .items .t_body.day_content .seconds small {
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .contact_form_content .items .t_body.day_content .hours small,
  .contact_form_content .items .t_body.day_content .seconds small {
    right: 0;
  }
}
.contact_form_content .items .t_body.day_content .hours {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .contact_form_content .items .t_body.day_content .hours {
    margin-right: 6%;
  }
}
.contact_form_content .items .t_body .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.contact_form_content .items .t_body .flex input[type="text"] {
  width: 50%;
  margin-right: 10px;
}
@media screen and (max-width: 575px) {
  .contact_form_content .items .t_body .flex input[type="text"] {
    width: 70%;
  }
}
.contact_form_content .items .t_body .coution {
  margin-top: 10px;
}
.contact_form_content .items .t_body .coution li {
  font-size: 1.2rem;
  padding-left: 1.2em;
  position: relative;
}
.contact_form_content .items .t_body .coution li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.contact_form_content .items .t_body .school_txt {
  font-size: 1.4rem;
  margin-bottom: 3px;
}
.contact_form_content .privacy_txt {
  margin-top: 40px;
}
.contact_form_content .privacy_txt p {
  line-height: 1.8;
  margin-bottom: 10px;
}
@media screen and (max-width: 575px) {
  .contact_form_content .privacy_txt p {
    font-size: 1.4rem;
  }
}
.contact_form_content .privacy_txt p a {
  color: #0275c2;
}
.contact_form_content .privacy_txt p a:hover {
  opacity: 0.7;
}
.contact_form_content .contact_submitBtn {
  margin-top: 30px;
}
@media screen and (max-width: 575px) {
  .contact_form_content .contact_submitBtn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.contact_form_content .contact_submitBtn .submit_form {
  position: relative;
}
.contact_form_content .contact_submitBtn .submit_form:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fff;
  z-index: 10;
}
.contact_form_content .contact_submitBtn .submit_form:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 9px;
  height: 9px;
  border-top: 2px solid #0275c2;
  border-right: 2px solid #0275c2;
  z-index: 11;
}
.contact_form_content .contact_submitBtn .submit_form input[type="submit"] {
  background: #0275c2;
  font-size: 1.5rem;
  color: #fff;
  padding: 20px 120px 20px 40px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact_form_content
  .contact_submitBtn
  .submit_form
  input[type="submit"]:hover {
  opacity: 0.7;
}
.contact_form_content .contact_submitBtn .back {
  display: block;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 575px) {
  .contact_form_content .contact_submitBtn .back {
    text-align: center;
  }
}
.contact_form_content .contact_submitBtn .back input[type="submit"] {
  border: none;
  background: none;
  font-size: 1.5rem;
  text-decoration: underline;
  margin-top: 20px;
  color: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.contact_form_content .contact_submitBtn .back input[type="submit"]:hover {
  opacity: 0.7;
}
.contact_form_content dl {
  margin: 40px 0;
}
.contact_form_content dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}
.contact_form_content dl dt p {
  font-size: 1.5rem;
  font-weight: 500;
  color: #0275c2;
}
.contact_form_content dl dt small {
  font-size: 1.1rem;
  color: #fff;
  background: #0275c2;
  padding: 4px 12px;
  border-radius: 100px;
  line-height: 1.2;
  margin-left: 10px;
}
.contact_form_content dl dd {
  margin-top: 10px;
}
.contact_form_content dl dd .caption {
  font-size: 1.4rem;
  margin-top: 10px;
  margin-bottom: 4px;
  display: block;
}
.contact_form_content dl dd input[type="text"],
.contact_form_content dl dd input[type="email"],
.contact_form_content dl dd input[type="tel"],
.contact_form_content dl dd textarea,
.contact_form_content dl dd select {
  width: 100%;
  padding: 15px !important;
  border-radius: 5px !important;
  border: 1px solid #e5e5e5 !important;
  background: #fff !important;
  font-size: 1.4rem !important;
}
.contact_form_content dl dd input[type="text"]::-webkit-input-placeholder,
.contact_form_content dl dd input[type="email"]::-webkit-input-placeholder,
.contact_form_content dl dd input[type="tel"]::-webkit-input-placeholder,
.contact_form_content dl dd textarea::-webkit-input-placeholder,
.contact_form_content dl dd select::-webkit-input-placeholder {
  color: #cccccc !important;
}
.contact_form_content dl dd input[type="text"]::-moz-placeholder,
.contact_form_content dl dd input[type="email"]::-moz-placeholder,
.contact_form_content dl dd input[type="tel"]::-moz-placeholder,
.contact_form_content dl dd textarea::-moz-placeholder,
.contact_form_content dl dd select::-moz-placeholder {
  color: #cccccc !important;
}
.contact_form_content dl dd input[type="text"]:-ms-input-placeholder,
.contact_form_content dl dd input[type="email"]:-ms-input-placeholder,
.contact_form_content dl dd input[type="tel"]:-ms-input-placeholder,
.contact_form_content dl dd textarea:-ms-input-placeholder,
.contact_form_content dl dd select:-ms-input-placeholder {
  color: #cccccc !important;
}
.contact_form_content dl dd input[type="text"]::-ms-input-placeholder,
.contact_form_content dl dd input[type="email"]::-ms-input-placeholder,
.contact_form_content dl dd input[type="tel"]::-ms-input-placeholder,
.contact_form_content dl dd textarea::-ms-input-placeholder,
.contact_form_content dl dd select::-ms-input-placeholder {
  color: #cccccc !important;
}
.contact_form_content dl dd input[type="text"]::placeholder,
.contact_form_content dl dd input[type="email"]::placeholder,
.contact_form_content dl dd input[type="tel"]::placeholder,
.contact_form_content dl dd textarea::placeholder,
.contact_form_content dl dd select::placeholder {
  color: #cccccc !important;
}
.contact_form_content dl dd .mwform-checkbox-field {
  line-height: 1.6;
}
.contact_form_content dl dd .mwform-checkbox-field .mwform-checkbox-field-text {
  font-size: 1.5rem;
}
.contact_form_content dl dd select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact_form_content dl dd textarea {
  height: 200px;
}
.contact_form_content dl dd.selectBox {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 575px) {
  .contact_form_content dl dd.selectBox {
    width: 70%;
  }
}
.contact_form_content dl dd.selectBox:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 6px solid #000000;
  border-bottom: 0;
}
.contact_form_content dl dd h4 {
  font-size: 1.4rem;
  font-weight: 600;
  padding-left: 17px;
  position: relative;
}
.contact_form_content dl dd h4:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  width: 12px;
  height: 12px;
  background: #000000;
  border-radius: 2px;
}
.contact_form_content dl dd .check_area {
  margin-top: 10px;
}
.contact_form_content dl dd .desc {
  margin-bottom: 20px;
}
.contact_form_content dl dd.width50 {
  width: 50%;
}
@media screen and (max-width: 575px) {
  .contact_form_content dl dd.width50 {
    width: 70%;
  }
}
.contact_form_content dl dd.addnum {
  width: 50%;
}
@media screen and (max-width: 575px) {
  .contact_form_content dl dd.addnum {
    width: 70%;
  }
}
.contact_form_content dl dd.day_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact_form_content dl dd.day_content .calendar {
  width: 215px;
  margin-right: 20px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .contact_form_content dl dd.day_content .calendar {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .contact_form_content dl dd.day_content .calendar {
    width: 100%;
    margin: 0 0 10px;
  }
}
.contact_form_content dl dd.day_content .calendar:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 16px;
  background: url(../images/icon_calendar.png) no-repeat;
  background-size: contain;
}
.contact_form_content dl dd.day_content .hours,
.contact_form_content dl dd.day_content .seconds {
  width: 170px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .contact_form_content dl dd.day_content .hours,
  .contact_form_content dl dd.day_content .seconds {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .contact_form_content dl dd.day_content .hours,
  .contact_form_content dl dd.day_content .seconds {
    width: 47%;
    padding-right: 30px;
  }
}
.contact_form_content dl dd.day_content .hours small,
.contact_form_content dl dd.day_content .seconds small {
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .contact_form_content dl dd.day_content .hours small,
  .contact_form_content dl dd.day_content .seconds small {
    right: 0;
  }
}
.contact_form_content dl dd.day_content .hours {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .contact_form_content dl dd.day_content .hours {
    margin-right: 6%;
  }
}
.contact_form_content dl dd .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.contact_form_content dl dd .flex input[type="text"] {
  width: 50%;
  margin-right: 10px;
}
@media screen and (max-width: 575px) {
  .contact_form_content dl dd .flex input[type="text"] {
    width: 70%;
  }
}
.contact_form_content dl dd .coution {
  margin-top: 10px;
}
.contact_form_content dl dd .coution li {
  font-size: 1.2rem;
  padding-left: 1.2em;
  position: relative;
}
.contact_form_content dl dd .coution li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.contact_form_content dl dd .school_txt {
  font-size: 1.4rem;
  margin-bottom: 3px;
}
.contact_form_content dl .area {
  font-size: 1.4rem;
  color: #0275c2;
  padding: 15px 20px;
  border: 1px solid #0275c2;
  margin: 10px 0 0;
}
.contact_form_content dl .mt_10 {
  margin-top: 10px;
}
.contact_form_content .ttl_border {
  padding-top: 40px;
  border-top: 1px solid #e5eaf0;
}

.contact_wakamizu_content_txt_mt {
  margin-top: 15px;
}

#autozip {
  display: none !important;
}

.selectBox_basic {
  position: relative;
}
@media screen and (max-width: 575px) {
  .selectBox_basic {
    width: 70%;
  }
}
.selectBox_basic:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 6px solid #000000;
  border-bottom: 0;
}

.mw_wp_form_confirm .selectBox {
  width: 100%;
}
.mw_wp_form_confirm .selectBox:before {
  display: none;
}
.mw_wp_form_confirm .addnum {
  width: 100%;
}
.mw_wp_form_confirm .privacy_txt {
  display: none;
}

.mw_wp_form_input .back {
  display: none;
}

.privacy_content .parent > li {
  position: relative;
  padding-left: 1.2em;
}
.privacy_content .parent > li.mt {
  margin-top: 40px;
}
.privacy_content .parent > li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.privacy_content .child {
  margin-top: 20px;
  margin-left: 1.2em;
}
.privacy_content .child > li {
  position: relative;
  padding-left: 1.2em;
}
.privacy_content .child > li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.privacy_content .grandChild {
  margin-top: 20px;
  margin-left: 1.2em;
  background: #f8f8f8;
  padding: 20px;
}
.privacy_content .grandChild > li {
  position: relative;
  padding-left: 1.2em;
}
.privacy_content .grandChild > li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .privacy_content .privacy_table {
    overflow-x: auto;
  }
}
.privacy_content .privacy_table table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .privacy_content .privacy_table table {
    width: 768px;
    max-width: 768px;
  }
}
.privacy_content .privacy_table table tr th,
.privacy_content .privacy_table table tr td {
  border: 1px solid #e3e3e3;
  padding: 20px 20px;
  vertical-align: middle;
}
.privacy_content .privacy_table table tr th {
  color: #fff;
  background: #0275c2;
}
.privacy_content .privacy_table table tr td ul {
  margin-top: 10px;
}
.privacy_content .privacy_table table tr td h4:not(:first-of-type) {
  margin-top: 30px;
}
.privacy_content .link a {
  text-decoration: underline;
  padding-right: 20px;
  position: relative;
}
.privacy_content .link a img {
  width: 13px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page_404 {
  margin-top: 350px;
}
@media screen and (max-width: 1359px) {
  .page_404 {
    margin-top: 200px;
  }
}
@media screen and (max-width: 767px) {
  .page_404 {
    padding: 50px;
  }
}
@media screen and (max-width: 575px) {
  .page_404 {
    margin-top: 150px;
    padding: 30px;
  }
}
.page_404 h4 {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .page_404 h4 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .page_404 p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .page_404 p {
    font-size: 1.5rem;
  }
}
.interview_connect {
  padding: 60px;
  border-radius: 20px;
  background: #f0f6fc;
  display: block;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .interview_connect {
    padding: 40px 30px;
  }
}
.interview_connect h3 {
  font-size: 2rem;
  color: #0275c2;
  margin: 0;
}
.interview_connect table {
  margin-top: 15px !important;
}
.interview_connect table tr th,
.interview_connect table tr td {
  font-size: 1.3rem !important;
  font-weight: 500 !important;
  text-align: left !important;
  color: #0275c2 !important;
  border: none !important;
  padding: 0 !important;
}
.interview_connect table tr th {
  width: 70px !important;
  background: none !important;
}
.interview_connect table tr a {
  font-size: 1.3rem !important;
  color: #0275c2 !important;
  padding: 0 !important;
  font-weight: 500 !important;
}

.single_post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1239px) {
  .single_post {
    display: block;
  }
}
.single_post_content {
  width: 872px;
  margin-right: 98px;
}
@media screen and (max-width: 1359px) {
  .single_post_content {
    width: 620px;
    margin-right: 60px;
  }
}
@media screen and (max-width: 1239px) {
  .single_post_content {
    margin: 0;
    width: 100%;
  }
}

.single_sidebar {
  width: 350px;
}
@media screen and (max-width: 1359px) {
  .single_sidebar {
    width: 280px;
  }
}
@media screen and (max-width: 1239px) {
  .single_sidebar {
    width: 100%;
    margin-top: 60px;
  }
}
.single_sidebar .side_content h4 {
  font-size: 1.7rem;
  color: #0275c2;
  font-weight: 600;
}
.single_sidebar .side_content .blog_side_menu {
  margin-top: 10px;
}
.single_sidebar .side_content .blog_side_menu ul li {
  padding-left: 14px;
  position: relative;
}
.single_sidebar .side_content .blog_side_menu ul li:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #717787;
}
.single_sidebar .side_content .blog_side_menu ul li a {
  color: #0275c2;
  font-size: 1.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single_sidebar .side_content .blog_side_menu ul li a:hover {
  opacity: 0.7;
}
.single_sidebar .connection {
  margin-top: 20px;
}
.single_sidebar .connection .items:not(:first-of-type) {
  margin-top: 20px;
}
.single_sidebar .connection .items a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.single_sidebar .connection .items a figure {
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin-right: 20px;
  position: relative;
}
.single_sidebar .connection .items a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.single_sidebar .connection .items a .items_txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.single_sidebar .connection .items a .items_txt p {
  font-size: 1.1rem;
  color: #888888;
  line-height: 1.4;
}
.single_sidebar .connection .items a .items_txt h3 {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-top: 4px;
}

.wp-tag-cloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wp-tag-cloud li {
  padding: 5px !important;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.wp-tag-cloud li:before {
  display: none !important;
}
.wp-tag-cloud li a {
  font-size: 1.3rem !important;
  display: block;
  text-align: center;
  background: #f0f6fc;
  border-radius: 100px;
  padding: 3px 20px;
}

.news_archive_content .items {
  padding: 30px 0;
  border-bottom: 1px solid #e6e6e6;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news_archive_content .items figure {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
  margin-right: 35px;
}
@media screen and (max-width: 575px) {
  .news_archive_content .items figure {
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }
}
.news_archive_content .items figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.news_archive_content .items .items_txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.news_archive_content .items .day_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .news_archive_content .items .day_cat {
    display: block;
  }
}
.news_archive_content .items .day_cat .day {
  font-size: 1.5rem;
  width: 125px;
  line-height: 1.6;
  color: #0275c2;
}
@media screen and (max-width: 575px) {
  .news_archive_content .items .day_cat .day {
    width: 120px;
    font-size: 1.3rem;
  }
}
.news_archive_content .items .day_cat .cat {
  font-size: 1.2rem;
  width: 145px;
  text-align: center;
  padding: 4px 5px 4px;
  border-radius: 100px;
  line-height: 1.6;
  background: #f0f6fc;
  color: #0275c2;
}
@media screen and (max-width: 575px) {
  .news_archive_content .items .day_cat .cat {
    font-size: 1.1rem;
    margin-top: 5px;
  }
}
.news_archive_content .items a {
  line-height: 1.6;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #0275c2;
}
@media screen and (max-width: 767px) {
  .news_archive_content .items a {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 10px 0 0 0;
  }
}
.news_archive_content .items a:hover {
  opacity: 0.7;
}
.news_archive_content .archive_pager {
  padding-top: 0;
  border: none;
}
.news_archive_content .archive_pager .previouspostslink,
.news_archive_content .archive_pager .nextpostslink {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.column_bnr {
  border-radius: 20px;
  background: #0275c2;
  padding: 80px 60px;
}
@media screen and (max-width: 991px) {
  .column_bnr {
    padding: 60px 40px;
  }
}
.column_bnr .ttl_md {
  color: #fff;
  border-bottom: 1px solid #4798d0;
  padding-bottom: 40px;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .column_bnr .ttl_md {
    padding-bottom: 30px;
  }
}
.column_bnr_content {
  margin-top: 20px;
}
@media screen and (max-width: 575px) {
  .column_bnr_content {
    margin-top: 27px;
  }
}
.column_bnr_content .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 575px) {
  .column_bnr_content .menu ul {
    display: block;
  }
}
.column_bnr_content .menu ul li {
  padding: 0 20px 0 0;
  margin: 20px 20px 0 0;
  border-right: 1px solid #fff;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .column_bnr_content .menu ul li {
    padding: 0;
    border: none !important;
    margin: 0;
  }
  .column_bnr_content .menu ul li:not(:first-of-type) {
    margin-top: 15px;
  }
}
.column_bnr_content .menu ul li:before {
  display: none;
}
.column_bnr_content .menu ul li a {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.column_bnr_content .menu ul li a:hover {
  opacity: 0.7;
}
.column_bnr_content .contact {
  margin-top: 40px;
  border-top: 1px solid #4798d0;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .column_bnr_content .contact {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  .column_bnr_content .contact {
    margin-top: 27px;
    padding-top: 40px;
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .column_bnr_content .contact .tel_btn {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
}
.column_bnr_content .contact .tel_btn img {
  border-radius: 0;
}
.column_bnr_content .contact .tel_btn p {
  color: #fff;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  margin: 8px 0 0;
}
.column_bnr_content .contact .contact_btn,
.column_bnr_content .contact .download_btn {
  color: #fff;
  border-radius: 100px;
  border: 1px solid #fff;
  padding: 12px;
  width: 230px;
  text-align: center;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .column_bnr_content .contact .contact_btn,
  .column_bnr_content .contact .download_btn {
    width: 200px;
  }
}
@media screen and (max-width: 575px) {
  .column_bnr_content .contact .contact_btn,
  .column_bnr_content .contact .download_btn {
    width: 100%;
  }
}
.column_bnr_content .contact .contact_btn:hover,
.column_bnr_content .contact .download_btn:hover {
  background: #fff;
  color: #0275c2;
}
@media screen and (max-width: 991px) {
  .column_bnr_content .contact .contact_btn {
    margin-right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .column_bnr_content .contact .contact_btn {
    margin: 0 0 15px;
  }
}
.column_bnr_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .column_bnr_ttl {
    display: block;
    text-align: center;
  }
}
.column_bnr_ttl .ttl_md {
  padding-bottom: 0;
  border: none;
}
.column_bnr_ttl .link_main {
  display: inline-block;
  margin-top: 20px;
}

.column_bnr_section {
  border-radius: 20px;
  background: #0275c2;
  padding: 80px 60px;
}
@media screen and (max-width: 991px) {
  .column_bnr_section {
    padding: 60px 40px;
  }
}
.column_bnr_section .separate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .column_bnr_section .separate {
    display: block;
  }
}
.column_bnr_section .ttl_md {
  color: #fff;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .column_bnr_section .link_main {
    margin-top: 30px;
  }
}
.column_bnr_section_content {
  margin-top: 35px;
  padding-top: 20px;
  border-top: 1px solid #4798d0;
}
@media screen and (max-width: 575px) {
  .column_bnr_section_content {
    margin-top: 27px;
  }
}
.column_bnr_section_content .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.column_bnr_section_content .menu ul li {
  padding: 0 20px 0 0;
  margin: 20px 20px 0 0;
  border-right: 1px solid #fff;
  line-height: 1.4;
  font-size: 1.5rem;
  color: #fff;
}
@media screen and (max-width: 575px) {
  .column_bnr_section_content .menu ul li {
    font-size: 1.4rem;
    margin-right: 10px;
    padding-right: 10px;
  }
}
.column_bnr_section_content .menu ul li:last-of-type {
  border: none !important;
  padding-right: 0 !important;
  margin-right: 0 !important;
}
.column_bnr_section_content .menu ul li:before {
  display: none;
}

.attempt_desc .items:not(:first-of-type) {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #e5eaf0;
}
.attempt_desc .items h4 {
  font-size: 2rem;
}
@media screen and (max-width: 575px) {
  .attempt_desc .items h4 {
    font-size: 1.8rem;
  }
}
.attempt_desc .items h5 {
  font-size: 1.6rem;
}
@media screen and (max-width: 575px) {
  .attempt_desc .items h5 {
    font-weight: 600;
  }
}
.attempt_desc .items ul {
  margin-top: 10px;
}
.attempt_desc .items ul li {
  font-size: 1.4rem;
  padding-left: 1em;
  position: relative;
}
.attempt_desc .items ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.attempt_desc .items ul li > ul {
  margin-top: 4px;
}
.attempt_desc .items ul li > ul li:before {
  content: "";
  width: 8px;
  height: 1px;
  background: #000000;
  top: 14px;
}
.attempt_desc .items p {
  font-size: 1.4rem;
  margin-top: 10px;
}
.attempt_desc .items .logo_box {
  margin-top: 20px;
}
.attempt_desc .items .logo_box p {
  margin-top: 4px;
}
.attempt_desc .items.parent_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 575px) {
  .attempt_desc .items.parent_flex {
    display: block;
  }
}
.attempt_desc .items.parent_flex > .photo {
  width: 200px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .attempt_desc .items.parent_flex > .photo {
    width: 120px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .attempt_desc .items.parent_flex > .photo {
    width: 100%;
    margin: 20px 0 0;
  }
}
.attempt_desc .items.parent_flex > .photo img {
  border-radius: 10px;
}
.attempt_desc .items.parent_flex > .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.attempt_desc .items .child_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 575px) {
  .attempt_desc .items .child_flex {
    display: block;
  }
}
.attempt_desc .items .child_flex .child_photo {
  width: 200px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .attempt_desc .items .child_flex .child_photo {
    width: 120px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .attempt_desc .items .child_flex .child_photo {
    width: 100%;
    margin: 20px 0 0;
  }
}
.attempt_desc .items .child_flex .child_photo img {
  border-radius: 10px;
}
.attempt_desc .items .child_flex .child_txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.philosopy_strong {
  font-size: 2rem;
  margin-bottom: 15px;
  display: block;
}
@media screen and (max-width: 575px) {
  .philosopy_strong {
    font-size: 1.7rem;
  }
}

.philosopy_mt {
  margin-top: 10px;
}

.bnr-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .bnr-row {
    display: block;
  }
}
.bnr-row a {
  max-width: 49%;
}
@media screen and (max-width: 767px) {
  .bnr-row a {
    width: 100%;
    max-width: 100%;
  }
  .bnr-row a:not(:first-of-type) {
    margin-top: 10px;
  }
}
.bnr-row a img {
  border-radius: 0;
  width: 100%;
}

#toc_container {
  margin: 2em 0 !important;
  background: #f0f6fc !important;
  padding: 40px 50px !important;
  width: 100% !important;
  border: none !important;
  border-radius: 20px !important;
}
@media screen and (max-width: 575px) {
  #toc_container {
    padding: 30px 20px !important;
  }
}
#toc_container .toc_title {
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  text-align: left !important;
  margin: 0 !important;
  color: #0275c2 !important;
}
#toc_container .toc_list {
  margin: 10px 0 0;
}
#toc_container .toc_list > li {
  padding-left: 0;
}
#toc_container .toc_list > li:before {
  display: none;
}
#toc_container .toc_list > li > a {
  font-size: 1.5rem;
  text-decoration: none;
  line-height: 2.2;
}
#toc_container .toc_list > li > ul {
  margin: 0;
  padding-left: 1em !important;
  padding: 0;
}
#toc_container .toc_list > li > ul li:before {
  display: none;
}
#toc_container .toc_list > li > ul li a {
  font-size: 1.5rem;
  text-decoration: none;
  padding-left: 1em;
  position: relative;
  line-height: 2.2;
}
#toc_container .toc_list > li > ul li a:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
#toc_container .toc_list > li > ul li a span {
  display: none;
}
#toc_container .toc_list a {
  text-decoration: underline;
}

.maintenance_various_content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.maintenance_various_content .items {
  width: 330px;
  margin-right: 55px;
}
.maintenance_various_content .items:nth-of-type(3n) {
  margin-right: 0;
}
.maintenance_various_content .items:nth-of-type(n + 4) {
  margin-top: 70px;
}
@media screen and (max-width: 1359px) {
  .maintenance_various_content .items {
    width: 31%;
    margin-right: 3.5%;
  }
}
@media screen and (max-width: 767px) {
  .maintenance_various_content .items {
    width: 47%;
    margin-right: 6% !important;
  }
  .maintenance_various_content .items:nth-of-type(even) {
    margin-right: 0 !important;
  }
  .maintenance_various_content .items:nth-of-type(n + 3) {
    margin-top: 70px;
  }
}
@media screen and (max-width: 575px) {
  .maintenance_various_content .items {
    width: 100%;
    margin-right: 0 !important;
  }
  .maintenance_various_content .items:nth-of-type(n + 2) {
    margin-top: 50px;
  }
}
.maintenance_various_content .items figure {
  width: 100%;
  aspect-ratio: 330/220;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #eaeaea;
}
.maintenance_various_content .items figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.maintenance_various_content .items .txt_area {
  margin-top: 30px;
}
@media screen and (max-width: 575px) {
  .maintenance_various_content .items .txt_area {
    margin-top: 15px;
  }
}
.maintenance_various_content .items .txt_area h3 a {
  font-size: 1.8rem;
  color: #0275c2;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 575px) {
  .maintenance_various_content .items .txt_area h3 a {
    font-size: 1.6rem;
  }
}
.maintenance_various_content .items .txt_area h3 a:hover {
  opacity: 0.7;
}
.maintenance_various_content .items .txt_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 5px;
}
.maintenance_various_content .items .txt_area ul li {
  color: #0275c2;
}
.maintenance_various_content .items .txt_area ul li:last-of-type:before {
  display: none;
}
.maintenance_various_content .items .txt_area ul li a {
  font-size: 1.4rem;
  color: #0275c2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: inline;
}
.maintenance_various_content .items .txt_area ul li a:hover {
  opacity: 0.7;
}

.interview_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.interview_gallery figure {
  width: 31%;
  margin-right: 3.5%;
}
.interview_gallery figure:nth-of-type(3n) {
  margin-right: 0;
}
.interview_gallery figure:nth-of-type(n + 4) {
  margin-top: 3.5%;
}
@media screen and (max-width: 767px) {
  .interview_gallery figure {
    width: 48%;
    margin-right: 4% !important;
  }
  .interview_gallery figure:nth-of-type(even) {
    margin-right: 0 !important;
  }
  .interview_gallery figure:nth-of-type(n + 3) {
    margin-top: 4% !important;
  }
}
.interview_gallery figure img {
  width: 100%;
  border-radius: 10px;
}

.bnr_popup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 575px) {
  .bnr_popup {
    width: 220px;
  }
}
.bnr_popup .close_btn {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #025192;
  z-index: 100;
  cursor: pointer;
}
.bnr_popup .close_btn .line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 1px;
  background: #fff;
}
.bnr_popup .close_btn .line.bar_01 {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.bnr_popup .close_btn .line.bar_02 {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.bnr_popup.fade_in {
  visibility: visible;
  opacity: 1;
}
.bnr_popup.close {
  bottom: -282px;
}
@media screen and (max-width: 575px) {
  .bnr_popup.close {
    bottom: -202px;
  }
}
.bnr_popup.close .close_btn .line {
  display: none;
}
.bnr_popup.close .close_btn:before {
  content: "";
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.other_blue_bg .section_separate {
  background: #f1f5fc;
  padding: 80px;
  border-radius: 20px;
}
@media screen and (max-width: 991px) {
  .other_blue_bg .section_separate {
    padding: 60px;
  }
}
@media screen and (max-width: 575px) {
  .other_blue_bg .section_separate {
    padding: 50px 30px;
  }
}
.other_blue_bg .section_separate .btn_content_3col li {
  width: 32%;
  margin-right: 2%;
}
.other_blue_bg .section_separate .btn_content_3col li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .other_blue_bg .section_separate_left {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .other_blue_bg .section_separate_right {
    margin-top: 30px;
  }
}
.health_desc_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .health_desc_content {
    display: block;
  }
}
.health_desc_content_txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 80px;
}
@media screen and (max-width: 1359px) {
  .health_desc_content_txt {
    margin-right: 40px;
  }
}
@media screen and (max-width: 991px) {
  .health_desc_content_txt {
    margin: 0;
  }
}
.health_desc_content_txt .health_ceo {
  text-align: right;
  font-size: 2rem;
  margin-top: 10px;
}
.health_desc_content_txt .health_ceo small {
  font-size: 1.6rem;
  margin-right: 15px;
}
.health_desc_content figure {
  width: 538px;
}
@media screen and (max-width: 1359px) {
  .health_desc_content figure {
    width: 360px;
  }
}
@media screen and (max-width: 991px) {
  .health_desc_content figure {
    width: 100%;
    max-width: 538px;
    margin: 30px auto 0;
  }
}
.health_desc_content figure img {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #dddddd;
}

.health_sep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1239px) {
  .health_sep {
    display: block;
  }
}
.health_sep_ttl {
  width: 330px;
  padding-right: 20px;
}
@media screen and (max-width: 1359px) {
  .health_sep_ttl {
    width: 290px;
  }
}
@media screen and (max-width: 1239px) {
  .health_sep_ttl {
    width: 100%;
    padding: 0;
  }
}
.health_sep_main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 1239px) {
  .health_sep_main {
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  .health_sep_main {
    margin-top: 15px;
  }
}
@media screen and (max-width: 575px) {
  .health_sep_main .map {
    overflow-x: auto;
  }
  .health_sep_main .map img {
    width: 480px;
    max-width: 480px;
  }
}
.health_sep_main .attempt li {
  padding-left: 1em;
  position: relative;
}
.health_sep_main .attempt li:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #717787;
  border-radius: 50%;
}
.health_sep_main .chart_ttl {
  font-size: 2rem;
  color: #fff;
  text-align: center;
  background: #0275c2;
  padding: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 575px) {
  .health_sep_main .chart_ttl {
    font-size: 1.6rem;
  }
}
.health_sep_main .chart figure {
  margin-top: 25px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .health_sep_main .chart figure img {
    width: 100%;
    max-width: 620px;
  }
}
@media screen and (max-width: 767px) {
  .health_sep_main .health_table {
    overflow-x: auto;
  }
}
.health_sep_main .health_table table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .health_sep_main .health_table table {
    width: 685px;
    max-width: 685px;
  }
}
@media screen and (max-width: 575px) {
  .health_sep_main .health_table table {
    width: 470px;
    max-width: 470px;
  }
}
.health_sep_main .health_table table tr th,
.health_sep_main .health_table table tr td {
  font-weight: 500;
  border: 1px solid #e5eaf0;
  padding: 15px;
  font-size: 1.4rem;
}
@media screen and (max-width: 575px) {
  .health_sep_main .health_table table tr th,
  .health_sep_main .health_table table tr td {
    font-size: 1.3rem;
  }
}
.health_sep_main .health_table table tr th {
  background: #f0f6fc;
  color: #0275c2;
}
.health_sep_main .health_table table tr th.left {
  text-align: left;
}
.health_sep_main .health_table table tr td {
  text-align: center;
}
@media screen and (max-width: 575px) {
  .health_sep_main .health_table table tr .width01 {
    width: 162px;
  }
}
.health_sep_main .health_table table tr .bg_01 {
  background: #b5f5ff;
}
.health_sep_main .health_table table tr .bg_02 {
  background: #d3feff;
}
.health_sep_main .health_table table tr.first-of-type th {
  text-align: center;
}
.health_sep_main .coution {
  margin-top: 20px;
}
.health_sep_main .coution li {
  font-size: 1.2rem;
}

.figure_sep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .figure_sep {
    display: block;
  }
}
.figure_sep .attempt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .figure_sep .attempt {
    margin: 0;
  }
}
.figure_sep figure {
  width: 202px;
  border: 1px solid #e6e6e6;
  margin-right: 100px;
}
@media screen and (max-width: 1359px) {
  .figure_sep figure {
    margin-right: 0;
    width: 160px;
  }
}
@media screen and (max-width: 1239px) {
  .figure_sep figure {
    margin-right: 100px;
    width: 202px;
  }
}
@media screen and (max-width: 767px) {
  .figure_sep figure {
    margin: 20px auto 0;
  }
}

.u-margintop--xl {
  margin-top: 180px;
}
@media screen and (max-width: 991px) {
  .u-margintop--xl {
    margin-top: 150px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--xl {
    margin-top: 120px;
  }
}

.u-margintop--lg {
  margin-top: 150px;
}
@media screen and (max-width: 991px) {
  .u-margintop--lg {
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--lg {
    margin-top: 80px;
  }
}

.u-margintop--ml {
  margin-top: 120px;
}
@media screen and (max-width: 991px) {
  .u-margintop--ml {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--ml {
    margin-top: 60px;
  }
}

.u-margintop--md {
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  .u-margintop--md {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--md {
    margin-top: 40px;
  }
}

.u-margintop--sm {
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .u-margintop--sm {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--sm {
    margin-top: 30px;
  }
}

.u-margintop--xs {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .u-margintop--xs {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .u-margintop--xs {
    margin-top: 20px;
  }
}

.u-padding--xl {
  padding: 180px 0;
}
@media screen and (max-width: 991px) {
  .u-padding--xl {
    padding: 150px 0;
  }
}
@media screen and (max-width: 767px) {
  .u-padding--xl {
    padding: 120px 0;
  }
}

.u-padding--lg {
  padding: 150px 0;
}
@media screen and (max-width: 991px) {
  .u-padding--lg {
    padding: 120px 0;
  }
}
@media screen and (max-width: 767px) {
  .u-padding--lg {
    padding: 90px 0;
  }
}

.u-padding--ml {
  padding: 120px 0;
}
@media screen and (max-width: 991px) {
  .u-padding--ml {
    padding: 90px 0;
  }
}
@media screen and (max-width: 767px) {
  .u-padding--ml {
    padding: 60px 0;
  }
}

.u-padding--md {
  padding: 80px 0;
}
@media screen and (max-width: 991px) {
  .u-padding--md {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .u-padding--md {
    padding: 40px 0;
  }
}

.u-padding--sm {
  padding: 60px 0;
}
@media screen and (max-width: 991px) {
  .u-padding--sm {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .u-padding--sm {
    padding: 30px 0;
  }
}

.u-padding--xs {
  padding: 30px 0;
}
@media screen and (max-width: 991px) {
  .u-padding--xs {
    padding: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .u-padding--xs {
    padding: 20px 0;
  }
}

.u-paddingtop--lg {
  padding-top: 150px;
}
@media screen and (max-width: 991px) {
  .u-paddingtop--lg {
    padding-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .u-paddingtop--lg {
    padding-top: 90px;
  }
}

.u-paddingtop--md {
  padding-top: 80px;
}
@media screen and (max-width: 991px) {
  .u-paddingtop--md {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .u-paddingtop--md {
    padding-top: 40px;
  }
}

.u-paddingtop--sm {
  padding-top: 60px;
}
@media screen and (max-width: 991px) {
  .u-paddingtop--sm {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .u-paddingtop--sm {
    padding-top: 30px;
  }
}

@media screen and (max-width: 991px) {
  .plant-distributed {
    width: 100%;
  }
}
.plant-distributed .ttl_block h2 {
  margin: 35px 0;
  font-size: 3.2rem;
}
@media screen and (max-width: 991px) {
  .plant-distributed .ttl_block h2 {
    margin: 18px 0;
    font-size: 2.6rem;
  }
}
.plant-distributed .blue-ttl {
  color: #0275c2;
  font-size: 2.8rem;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .plant-distributed .blue-ttl {
    font-size: 1.8rem;
  }
}
.plant-distributed__list {
  display: grid;
  grid-template-columns: repeat(2, 533px);
  gap: 29px;
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .plant-distributed__list {
    grid-template-columns: 1fr;
  }
}
.plant-distributed__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 60px;
  border-radius: 15px;
  background-color: #f0f6fc;
}
@media screen and (max-width: 991px) {
  .plant-distributed__item {
    padding: 30px;
  }
}
.plant-distributed__item figure {
  width: 110px;
  height: 110px;
}
.plant-distributed__arrow {
  width: 49px;
  height: 70px;
  margin: 50px auto;
}
.plant-distributed__solutionLinks {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .plant-distributed__solutionLinks {
    margin-top: 30px;
  }
}
.plant-distributed__solutionItem {
  display: flex;
  gap: 70px;
}
@media screen and (max-width: 991px) {
  .plant-distributed__solutionItem {
    flex-direction: column;
    gap: 20px;
  }
}
.plant-distributed__solutionItem figure {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 408px;
  height: 315px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .plant-distributed__solutionItem figure {
    width: 100%;
    height: 258px;
  }
}
.plant-distributed__solutionItemTxt {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1;
}
@media screen and (max-width: 991px) {
  .plant-distributed__solutionItemTxt {
    gap: 15px;
  }
}
.plant-distributed__solutionItemBtn {
  position: relative;
  color: #0275c2;
  display: block;
  width: 60%;
  border-bottom: 1px solid #e5eaf0;
  padding: 40px 40px 40px 0;
  transition: 0.3s;
  line-height: 1.6;
}
@media screen and (max-width: 991px) {
  .plant-distributed__solutionItemBtn {
    width: 100%;
  }
}
.plant-distributed__solutionItemBtn:hover {
  color: #0275c2;
  opacity: 0.7;
}
.plant-distributed__solutionItemBtn img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.distributed-zews__process {
  padding: 80px;
  border-radius: 15px;
  background-color: #f0f6fc;
}
@media screen and (max-width: 991px) {
  .distributed-zews__process {
    padding: 40px 20px;
  }
}
.distributed-zews__process__item {
  display: flex;
  column-gap: 20px;
  align-items: center;
  padding-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .distributed-zews__process__item {
    display: grid;
    grid-template-columns: 100px 1fr;
  }
}
.distributed-zews__process__item .contents {
  display: grid;
  grid-template-columns: 180px 1fr;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .distributed-zews__process__item .contents {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.distributed-zews__process__item figure {
  position: relative;
  width: 120px;
}
@media screen and (max-width: 991px) {
  .distributed-zews__process__item figure {
    width: 100%;
  }
}
.distributed-zews__process__item figure::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #0275c2;
}
@media screen and (max-width: 991px) {
  .distributed-zews__process__item figure::before {
    top: 100px;
    height: calc(100% + 130px);
  }
}
.distributed-zews__process__item figure img {
  position: relative;
  width: 100%;
  z-index: 10;
}
.distributed-zews__process__item .ttl {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 991px) {
  .distributed-zews__process__item .ttl {
    gap: 10px;
  }
}
.distributed-zews__process__item .ttl .badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  padding: 10px 15px;
  color: #fff;
  background-color: #0275c2;
  font-size: 1.5rem;
}
@media screen and (max-width: 991px) {
  .distributed-zews__process__item .ttl .badge {
    padding: 5px;
  }
}
@media screen and (max-width: 991px) {
  .distributed-zews__process__item .ttl .badge {
    font-size: 1.3rem;
  }
}
.distributed-zews__process__item .ttl p {
  font-size: 2.2rem;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .distributed-zews__process__item .ttl p {
    font-size: 1.8rem;
  }
}
.distributed-zews__process__item > p {
  display: flex;
  align-items: center;
}
.distributed-zews__process__item:last-child {
  padding-bottom: 0;
}
.distributed-zews__process__item:last-child figure::before {
  content: none;
}
.distributed-zews__intro {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 991px) {
  .distributed-zews__intro {
    gap: 30px;
  }
}
.distributed-zews__intro .zews_iconBox {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 20.5px));
  gap: 41px;
  padding: 0;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .distributed-zews__intro .zews_iconBox {
    grid-template-columns: 1fr;
  }
}
.distributed-zews__intro .zews_iconBox .items {
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: center;
  column-gap: 31px;
  width: 100%;
  margin: 0;
  padding: 40px;
  border-radius: 15px;
  background-color: #f0f6fc;
}
@media screen and (max-width: 991px) {
  .distributed-zews__intro .zews_iconBox .items {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.distributed-zews__intro .zews_iconBox .items figure {
  grid-area: 1/1/3/2;
}
@media screen and (max-width: 991px) {
  .distributed-zews__intro .zews_iconBox .items figure {
    grid-area: 1/1/2/2;
    max-width: 120px;
    margin: 0 auto;
  }
}
.distributed-zews__intro .zews_iconBox .items h4 {
  grid-area: 1/2/2/3;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .distributed-zews__intro .zews_iconBox .items h4 {
    grid-area: 2/1/3/2;
    text-align: center;
  }
}
.distributed-zews__intro .zews_iconBox .items p {
  grid-area: 2/2/3/3;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .distributed-zews__intro .zews_iconBox .items p {
    grid-area: 3/1/4/2;
  }
}
.distributed-zews__intro .zews_iconBox .items:nth-of-type(3) {
  grid-area: 2/1/3/3;
  grid-template-columns: 120px 1fr 300px;
}
@media screen and (max-width: 991px) {
  .distributed-zews__intro .zews_iconBox .items:nth-of-type(3) {
    grid-area: auto;
    grid-template-columns: 1fr;
    margin: 0 !important;
  }
}
.distributed-zews__intro
  .zews_iconBox
  .items:nth-of-type(3)
  figure:nth-of-type(1) {
  grid-area: 1/1/3/2;
}
@media screen and (max-width: 991px) {
  .distributed-zews__intro
    .zews_iconBox
    .items:nth-of-type(3)
    figure:nth-of-type(1) {
    grid-area: 1/1/2/2;
  }
}
.distributed-zews__intro
  .zews_iconBox
  .items:nth-of-type(3)
  figure:nth-of-type(2) {
  grid-area: 1/3/3/4;
  height: 180px;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .distributed-zews__intro
    .zews_iconBox
    .items:nth-of-type(3)
    figure:nth-of-type(2) {
    grid-area: 4/1/5/2;
    max-width: none;
  }
}
.distributed-zews__intro
  .zews_iconBox
  .items:nth-of-type(3)
  figure:nth-of-type(2)
  img {
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.distributed-zews__ex .ttl_block h3 {
  margin-top: 30px;
}
.distributed-zews__ex .ttl_block + p {
  margin-top: 50px;
}

.distributed-zews__ex .note {
  display: none;
}

@media screen and (max-width: 991px) {
  .distributed-zews__ex .note {
    display: block;
    font-size: 1.2rem;
  }
}

.distributed-waterCycle {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .distributed-waterCycle {
    width: 100%;
  }
}
.distributed-waterCycle .ttl_block h2 {
  font-size: 3.2rem;
}
@media screen and (max-width: 991px) {
  .distributed-waterCycle .ttl_block h2 {
    font-size: 2.8rem;
  }
}
.distributed-waterCycle .blue-ttl {
  color: #0275c2;
  font-size: 2.8rem;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .distributed-waterCycle .blue-ttl {
    font-size: 2.4rem;
  }
}
.distributed-waterCycle .feature {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.distributed-waterCycle .feature__inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.distributed-waterCycle .feature__contentWrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .distributed-waterCycle .feature__contentWrapper {
    gap: 15px;
  }
}
.distributed-waterCycle .feature__graph {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 75px;
  padding: 70px 60px;
  border: 1px solid #e5eaf0;
  border-radius: 30px;
}
@media screen and (max-width: 991px) {
  .distributed-waterCycle .feature__graph {
    margin-top: 40px;
    padding: 40px 30px;
  }
}
@media screen and (max-width: 991px) {
  .distributed-waterCycle .feature__graph figure {
    overflow-x: scroll;
  }
  .distributed-waterCycle .feature__graph figure::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .distributed-waterCycle .feature__graph figure::-webkit-scrollbar-thumb {
    background-color: #0275c2;
  }
  .distributed-waterCycle .feature__graph figure img {
    width: 800px;
    max-width: 800px;
  }
}
.distributed-waterCycle .cycle-top {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 991px) {
  .distributed-waterCycle .cycle-top figure {
    overflow-x: auto;
  }
  .distributed-waterCycle .cycle-top figure img {
    width: 700px;
    max-width: 700px;
  }
}
.distributed-waterCycle .cycle-bottom {
  margin-top: 84px;
}
.distributed-waterCycle .cycle-bottom__ttl {
  display: flex;
  flex-direction: column;
  gap: 41px;
}
@media screen and (max-width: 991px) {
  .distributed-waterCycle .cycle-bottom__ttl {
    gap: 20px;
  }
}
.distributed-waterCycle .cycle-bottom__ttl h2 {
  color: #0275c2;
  font-size: 2.8rem;
  font-weight: 700;
}
.distributed-waterCycle .cycle-bottom__ttl p {
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .distributed-waterCycle .cycle-bottom__ttl p {
    font-size: 1.6rem;
  }
}
.distributed-waterCycle .cycle-bottom__content:nth-of-type(2) {
  margin-top: 100px;
}
.distributed-waterCycle .cycle-bottom__list {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .distributed-waterCycle .cycle-bottom__list {
    gap: 20px;
    width: max-content;
  }
  .distributed-waterCycle .cycle-bottom__list-wrapper {
    overflow-x: scroll;
  }
}
.distributed-waterCycle .cycle-bottom__list-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 17px;
  width: 150px;
  height: 150px;
  color: #0275c2;
  border-radius: 50%;
  background-color: #f0f6fc;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .distributed-waterCycle .cycle-bottom__list-item {
    gap: 0px;
    font-size: 1.4rem;
  }
}
.distributed-waterCycle .cycle-bottom__list-item figure {
  height: 36px;
}
.distributed-waterCycle .cycle-bottom__list-item figure img {
  max-width: none;
  width: auto;
  height: 100%;
}
.distributed-waterCycle .cycle-bottom__list-arrow {
  width: 57px;
}
.distributed-waterCycle__intro {
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .distributed-waterCycle__intro {
    margin-bottom: 30px;
  }
}
.distributed-waterCycle__intro .ttl {
  display: flex;
  flex-direction: column;
  gap: 31px;
}
@media screen and (max-width: 991px) {
  .distributed-waterCycle__intro .ttl {
    gap: 15px;
  }
}

.distributed-waterCycle .cycle-bottom__list2 {
  display: flex;
  align-items: center;
  gap: 24px;
  width: max-content;
  margin-top: 40px;
}

.distributed-waterCycle .cycle-bottom__list2-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 210px;
  color: #0275c2;
  border-radius: 15px;
  background-color: #f0f6fc;
}

.distributed-waterCycle .cycle-bottom__list2-item p:not(.txt) {
  color: #222;
  font-size: 1.5rem;
}

.distributed-waterCycle .cycle-bottom__list2-item figure {
  width: 27px;
  margin-bottom: 30px;
}

.distributed-waterCycle .cycle-bottom__list2-border {
  color: #0275c2;
  font-size: 1.5rem;
  font-weight: 600;
}
