@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
img,
main,
menu,
nav,
picture,
section,
summary {
  display: block
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline
}
a img,
img {
  border: none
}
html {
  line-height: 1
}
ol,
ul {
  list-style: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
caption,
td,
th {
  text-align: left;
  font-weight: 400;
  vertical-align: middle
}
blockquote,
q {
  quotes: none
}
blockquoteafter,
blockquotebefore,
qafter,
qbefore {
  content: "";
  content: none
}
a {
  -webkit-tap-highlight-color: rgba(53, 93, 167, .2);
  color: #000
}
img {
  vertical-align: bottom
}
button,
input,
select,
textarea {
  vertical-align: middle
}
button,
input {
  line-height: normal
}
button-moz-focus-inner,
input-moz-focus-inner {
  padding: 0;
  border: 0
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button
}
button,
input[type=button],
input[type=reset],
input[type=submit],
input[type=radio],
input[type=checkbox],
label,
select {
  cursor: pointer
}
textarea {
  overflow: auto;
  vertical-align: top;
  font-family: sans-serif
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}
: root {
  --windowHeight: 100vh;
  --firstViewHeight: 100vh;
  --bodyWidth: 100vw;
  --swiper-theme-color: #007aff;
  --swiper-navigation-size: 44px
}
@media screen and (min-width: 769px) {
  html {
    font-size: calc(var(--bodyWidth)/ 144)
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.333333333333333vw
  }
}
* {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}
body {
  color: #000;
  line-height: 2;
  text-align: justify;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0
}
a:link,
a:visited {
  text-decoration: none;
  color: #000
}
.c-btn-link__txt,
.wp-block-calendar a {
  text-decoration: underline
}
img,
picture {
  max-width: 100%;
  height: auto;
  pointer-events: none
}
img.-cover,
picture.-cover {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%
}
img.-border,
picture.-border {
  border: 1px solid #f0f0f0
}
img.-border-right,
picture.-border-right {
  border-right: 1px solid #f0f0f0
}
img.-border-radius1,
picture.-border-radius1 {
  overflow: hidden
}
@media screen and (min-width: 769px) {
  body {
    font-size: 16px
  }
  img.-border-radius1,
  picture.-border-radius1 {
    border-radius: 2px
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 2.4rem
  }
  img.-border-radius1,
  picture.-border-radius1 {
    border-radius: .4rem
  }
}
@media screen and (min-width: 769px) {
  img.-border-radius2,
  picture.-border-radius2 {
    border-radius: 8px
  }
}
@media screen and (max-width: 768px) {
  img.-border-radius2,
  picture.-border-radius2 {
    border-radius: 1.6rem
  }
}
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden
}
.nano>.nano-content,
.nano>.nano-pane {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0
}
.nano>.nano-content {
  overflow: scroll;
  overflow-x: hidden;
  left: 0
}
.nano>.nano-content:focus {
  outline: dotted thin
}
.nano>.nano-content: : -webkit-scrollbar {
  display: none
}
.slick-list,
.slick-slider {
  display: block;
  position: relative
}
.has-scrollbar>.nano-content: : -webkit-scrollbar {
  display: block
}
.nano>.nano-pane {
  background: rgba(0, 0, 0, .25);
  width: 10px;
  visibility: hidden 9;
  opacity: .01;
  -webkit-transition: .2s;
  transition: .2s;
  border-radius: 5px
}
.nano>.nano-pane>.nano-slider {
  background: #444;
  background: rgba(0, 0, 0, .5);
  position: relative;
  margin: 0 1px;
  border-radius: 3px
}
.nano-pane.active,
.nano-pane.flashed,
.nano:hover>.nano-pane {
  visibility: visible 9;
  opacity: .99
}
.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0
}
.slick-track,
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative
}
.slick-list:focus {
  outline: 0
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.slick-track {
  top: 0;
  left: 0;
  display: block
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: ''
}
.slick-track:after {
  clear: both
}
.slick-loading .slick-track {
  visibility: hidden
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: 0
}
[dir=rtl] .slick-slide {
  float: right
}
.slick-slide img {
  display: block
}
.slick-slide.slick-loading img {
  display: none
}
.slick-slide.dragging img {
  pointer-events: none
}
.slick-initialized .slick-slide {
  display: block
}
.slick-loading .slick-slide {
  visibility: hidden
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}
.slick-arrow.slick-hidden {
  display: none
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format('woff');
  font-weight: 400;
  font-style: normal
}
.swiper-container {
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}
.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
.swiper-button-lock,
.swiper-pagination-lock,
.swiper-scrollbar-lock {
  display: none
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.swiper-container-multirow-column>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}
.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}
.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}
.swiper-slide-invisible-blank {
  visibility: hidden
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}
.swiper-container-css-mode>.swiper-wrapper: : -webkit-scrollbar {
  display: none
}
.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}
.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory
}
.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none!important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev'
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next'
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #fff
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  transform: scale(.33);
  position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  transform: scale(.33)
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: .2
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}
.swiper-scrollbar-cursor-drag,
.swiper-slide-zoomed {
  cursor: move
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}
.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top, .2s -webkit-transform;
  transition: .2s top, .2s -webkit-transform;
  transition: .2s transform, .2s top;
  transition: .2s transform, .2s top, .2s -webkit-transform
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left, .2s -webkit-transform;
  transition: .2s left, .2s -webkit-transform;
  transition: .2s transform, .2s left;
  transition: .2s transform, .2s left, .2s -webkit-transform
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right, .2s -webkit-transform;
  transition: .2s right, .2s -webkit-transform;
  transition: .2s transform, .2s right;
  transition: .2s transform, .2s right, .2s -webkit-transform
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}
.swiper-pagination-white {
  --swiper-pagination-color: #fff
}
.swiper-pagination-black {
  --swiper-pagination-color: #000
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}
.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}
.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center
}
.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid;
  border-radius: 50%;
  border-top-color: transparent
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0
}
.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px)
}
.wp-block-button__link,
.wp-block-code code,
.block-column {
  overflow-wrap: break-word
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
#start-resizable-editor-section {
  display: none
}
.wp-block-buttons,
.interview-block-columns {
  display: -webkit-box;
  display: -ms-flexbox
}
.wp-block-audio figcaption {
  margin-top: .5em;
  margin-bottom: 1em
}
.wp-block-audio audio {
  width: 100%;
  min-width: 300px
}
.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
  color: #fff
}
.wp-block-button__link.aligncenter {
  text-align: center
}
.wp-block-button__link.alignright {
  text-align: right
}
.wp-block-buttons.aligncenter,
.wp-block-calendar {
  text-align: center
}
.wp-block-buttons>.wp-block-button.has-custom-width {
  max-width: none
}
.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
  width: 100%
}
.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
  width: calc(25% - .5em)
}
.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
  width: calc(50% - .5em)
}
.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
  width: calc(75% - .5em)
}
.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
  margin-right: 0;
  width: 100%
}
.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
  border-radius: 0
}
.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
  border-radius: 0!important
}
.is-style-outline>.wp-block-button__link,
.wp-block-button__link.is-style-outline {
  border: 2px solid
}
.is-style-outline>.wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: #32373c
}
.is-style-outline>.wp-block-button__link:not(.has-background),
.wp-block-button__link.is-style-outline:not(.has-background) {
  background-color: transparent
}
.wp-block-buttons {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.has-child:hover>.wp-block-navigation__container,
.wp-block-buttons.is-vertical {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal
}
.wp-block-buttons.is-vertical {
  flex-direction: column
}
.wp-block-buttons.is-vertical>.wp-block-button {
  margin-right: 0
}
.wp-block-buttons.is-vertical>.wp-block-button: last-child {
  margin-bottom: 0
}
.wp-block-buttons>.wp-block-button {
  display: inline-block;
  margin-left: 0;
  margin-right: .5em;
  margin-bottom: .5em
}
.wp-block-buttons>.wp-block-button: last-child {
  margin-right: 0
}
.wp-block-buttons.is-content-justification-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.wp-block-buttons.is-content-justification-left.is-vertical {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.wp-block-buttons.is-content-justification-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.wp-block-buttons.is-content-justification-center.is-vertical {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.wp-block-buttons.is-content-justification-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.wp-block-buttons.is-content-justification-right>.wp-block-button {
  margin-left: .5em;
  margin-right: 0
}
.wp-block-buttons.is-content-justification-right>.wp-block-button:first-child {
  margin-left: 0
}
.wp-block-buttons.is-content-justification-right.is-vertical {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
.wp-block-buttons.is-content-justification-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.wp-block-buttons.alignleft .wp-block-button {
  margin-left: 0;
  margin-right: .5em
}
.wp-block-buttons.alignleft .wp-block-button: last-child {
  margin-right: 0
}
.wp-block-buttons.alignright .wp-block-button {
  margin-right: 0;
  margin-left: .5em
}
.wp-block-buttons.alignright .wp-block-button:first-child {
  margin-left: 0
}
.wp-block-buttons:not(.is-content-justification-space-between,
.is-content-justification-right,
.is-content-justification-left,
.is-content-justification-center) .wp-block-button.aligncenter {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: .5em;
  width: 100%
}
.wp-block-calendar tbody td,
.wp-block-calendar th {
  padding: .25em;
  border: 1px solid #ddd
}
.wp-block-calendar tfoot td {
  border: none
}
.wp-block-calendar table {
  width: 100%;
  border-collapse: collapse
}
.wp-block-calendar table th {
  font-weight: 400;
  background: #ddd
}
.wp-block-calendar table caption,
.wp-block-calendar table tbody {
  color: #40464d
}
.wp-block-categories.alignleft {
  margin-right: 2em
}
.wp-block-categories.alignright {
  margin-left: 2em
}
.wp-block-code code {
  display: block;
  white-space: pre-wrap
}
.interview-block-columns {
  display: flex;
  margin-bottom: 1.75em;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media (min-width: 782px) {
  .interview-block-columns {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}
.interview-block-columns.has-background {
  padding: 1.25em 2.375em
}
.interview-block-columns.are-vertically-aligned-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.interview-block-columns.are-vertically-aligned-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.interview-block-columns.are-vertically-aligned-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
.block-column {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  word-break: break-word
}
@media (max-width: 599px) {
  .block-column {
    -ms-flex-preferred-size: 100%!important;
    flex-basis: 100%!important
  }
}
@media (min-width: 600px) and (max-width: 781px) {
  .block-column:not(: only-child) {
    -ms-flex-preferred-size: calc(50% - 1em)!important;
    flex-basis: calc(50% - 1em)!important;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
  }
  .block-column:nth-child(2n) {
    margin-left: 2em
  }
}
@media (min-width: 782px) {
  .block-column {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
  }
  .block-column[style*=flex-basis] {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
  }
  .block-column:not(:first-child) {
    margin-left: 2em
  }
}
.block-column.is-vertically-aligned-top {
  -ms-flex-item-align: start;
  align-self: flex-start
}
.block-column.is-vertically-aligned-center {
  -ms-grid-row-align: center;
  -ms-flex-item-align: center;
  align-self: center
}
.block-column.is-vertically-aligned-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end
}
.block-column.is-vertically-aligned-bottom,
.block-column.is-vertically-aligned-center,
.block-column.is-vertically-aligned-top {
  width: 100%
}
.wp-block-cover,
.wp-block-cover-image {
  position: relative;
  background-size: cover;
  background-position: 50%;
  min-height: 430px;
  width: 100%;
  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;
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
  background-attachment: fixed
}
@supports (-webkit-overflow-scrolling: touch) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax {
    background-attachment: scroll
  }
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax {
    background-attachment: scroll
  }
}
.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated {
  background-repeat: repeat;
  background-size: auto
}
.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]) {
  background-color: #000
}
.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
  content: "";
  background-color: inherit
}
.wp-block-cover .wp-block-cover__gradient-background,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: .5
}
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
  opacity: .1
}
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
  opacity: .2
}
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
  opacity: .3
}
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
  opacity: .4
}
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
  opacity: .5
}
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
  opacity: .6
}
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
  opacity: .7
}
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
  opacity: .8
}
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
  opacity: .9
}
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
  opacity: 1
}
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  max-width: 420px;
  width: 100%
}
.wp-block-cover-image:after,
.wp-block-cover:after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit
}
@supports (position: sticky) {
  .wp-block-cover-image:after,
  .wp-block-cover:after {
    content: none
  }
}
.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
  width: 100%;
  z-index: 1;
  color: #fff
}
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color),
.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color) {
  color: inherit
}
.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
  margin: 0;
  width: auto
}
.wp-block-cover img.wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background,
.wp-block-cover-image img.wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  outline: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none
}
.wp-block-cover__image-background,
.wp-block-cover__video-background {
  z-index: 0
}
.wp-block-cover-image-text,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
  color: #fff
}
.wp-block-cover-image .wp-block-cover.has-left-content {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.wp-block-cover-image .wp-block-cover.has-right-content {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content>h2 {
  margin-left: 0;
  text-align: left
}
.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content>h2 {
  margin-right: 0;
  text-align: right
}
.wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover-image-text,
section.wp-block-cover-image>h2 {
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 840px;
  padding: .44em;
  text-align: center
}
.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align=left]>[data-type="core/embed"],
.wp-block[data-align=right]>[data-type="core/embed"] {
  max-width: 360px;
  width: 100%
}
.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
  min-width: 280px
}
.wp-block-cover .wp-block-embed {
  min-width: 320px;
  min-height: 240px
}
.wp-block-embed {
  margin-bottom: 1em
}
.wp-block-embed figcaption {
  margin-top: .5em;
  margin-bottom: 1em
}
.wp-block-embed iframe {
  max-width: 100%
}
.wp-block-embed__wrapper {
  position: relative
}
.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%
}
.wp-embed-responsive .wp-has-aspect-ratio iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%
}
.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%
}
.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%
}
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%
}
.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%
}
.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%
}
.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 177.77%
}
.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%
}
.wp-block-file {
  margin-bottom: 1.5em
}
.wp-block-file.aligncenter {
  text-align: center
}
.wp-block-file.alignright {
  text-align: right
}
.wp-block-file .wp-block-file__button {
  background: #32373c;
  border-radius: 2em;
  color: #fff;
  font-size: .8em;
  padding: .5em 1em
}
.wp-block-file a.wp-block-file__button {
  text-decoration: none
}
.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  opacity: .85;
  text-decoration: none
}
.wp-block-file *+.wp-block-file__button {
  margin-left: .75em
}
.blocks-gallery-grid,
.wp-block-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0
}
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 0 1em 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  position: relative;
  width: calc(50% - 1em)
}
.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0
}
.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
  height: 100%
}
@supports (position: sticky) {
  .blocks-gallery-grid .blocks-gallery-image figure,
  .blocks-gallery-grid .blocks-gallery-item figure,
  .wp-block-gallery .blocks-gallery-image figure,
  .wp-block-gallery .blocks-gallery-item figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}
.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%
}
@supports (position: sticky) {
  .blocks-gallery-grid .blocks-gallery-image img,
  .blocks-gallery-grid .blocks-gallery-item img,
  .wp-block-gallery .blocks-gallery-image img,
  .wp-block-gallery .blocks-gallery-item img {
    width: auto
  }
}
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 3em .77em .7em;
  color: #fff;
  text-align: center;
  font-size: .8em;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .7)), color-stop(70%, rgba(0, 0, 0, .3)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0
}
.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img,
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
  display: inline
}
.blocks-gallery-grid figcaption,
.wp-block-gallery figcaption {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
  width: 100%
}
@supports (position: sticky) {
  .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
  .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
  .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
  .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
  .wp-block-gallery.is-cropped .blocks-gallery-image a,
  .wp-block-gallery.is-cropped .blocks-gallery-image img,
  .wp-block-gallery.is-cropped .blocks-gallery-item a,
  .wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover
  }
  .wp-block-video [poster] {
    -o-object-fit: cover;
    object-fit: cover
  }
}
.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item,
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0
}
@media (min-width: 600px) {
  .blocks-gallery-grid.columns-3 .blocks-gallery-image,
  .blocks-gallery-grid.columns-3 .blocks-gallery-item,
  .wp-block-gallery.columns-3 .blocks-gallery-image,
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc(33.33333% - .66667em);
    margin-right: 1em
  }
  .blocks-gallery-grid.columns-4 .blocks-gallery-image,
  .blocks-gallery-grid.columns-4 .blocks-gallery-item,
  .wp-block-gallery.columns-4 .blocks-gallery-image,
  .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc(25% - .75em);
    margin-right: 1em
  }
  .blocks-gallery-grid.columns-5 .blocks-gallery-image,
  .blocks-gallery-grid.columns-5 .blocks-gallery-item,
  .wp-block-gallery.columns-5 .blocks-gallery-image,
  .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc(20% - .8em);
    margin-right: 1em
  }
  .blocks-gallery-grid.columns-6 .blocks-gallery-image,
  .blocks-gallery-grid.columns-6 .blocks-gallery-item,
  .wp-block-gallery.columns-6 .blocks-gallery-image,
  .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc(16.66667% - .83333em);
    margin-right: 1em
  }
  .blocks-gallery-grid.columns-7 .blocks-gallery-image,
  .blocks-gallery-grid.columns-7 .blocks-gallery-item,
  .wp-block-gallery.columns-7 .blocks-gallery-image,
  .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc(14.28571% - .85714em);
    margin-right: 1em
  }
  .blocks-gallery-grid.columns-8 .blocks-gallery-image,
  .blocks-gallery-grid.columns-8 .blocks-gallery-item,
  .wp-block-gallery.columns-8 .blocks-gallery-image,
  .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc(12.5% - .875em);
    margin-right: 1em
  }
  .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
  .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
  .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
  .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
  .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
  .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
  .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
  .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
  .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),
  .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
  .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
  .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
  .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
  .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
  .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
  .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
  .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
  .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0
  }
}
.blocks-gallery-grid .blocks-gallery-image: last-child,
.blocks-gallery-grid .blocks-gallery-item: last-child,
.wp-block-gallery .blocks-gallery-image: last-child,
.wp-block-gallery .blocks-gallery-item: last-child {
  margin-right: 0
}
.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
  max-width: 420px;
  width: 100%
}
.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.wp-block-group {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: 1.25em 2.375em
}
.block-image {
  margin-bottom: 1em
}
.block-image img {
  max-width: 100%
}
.block-image:not(.is-style-rounded) img {
  border-radius: inherit
}
.block-image.aligncenter {
  text-align: center
}
.block-image.alignfull img,
.block-image.alignwide img {
  width: 100%
}
.block-image .aligncenter,
.block-image .alignleft,
.block-image .alignright {
  display: table
}
.block-image .aligncenter>figcaption,
.block-image .alignleft>figcaption,
.block-image .alignright>figcaption {
  display: table-caption;
  caption-side: bottom
}
.block-image .alignleft {
  float: left;
  margin: .5em 1em .5em 0
}
.block-image .alignright {
  float: right;
  margin: .5em 0 .5em 1em
}
.block-image .aligncenter {
  margin-left: auto;
  margin-right: auto
}
.block-image figcaption {
  margin-top: .5em;
  margin-bottom: 1em
}
.block-image.is-style-circle-mask img,
.block-image.is-style-rounded img {
  border-radius: 9999px
}
@supports ((-webkit-mask-image: none) or (mask-image: none)) or (-webkit-mask-image: none) {
  .block-image.is-style-circle-mask img {
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http: //www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>");
    mask-image: url("data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http: //www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>");
    mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    border-radius: 0
  }
}
.wp-block-latest-comments__comment {
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em
}
.has-avatars .wp-block-latest-comments__comment {
  min-height: 2.25em;
  list-style: none
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 3.25em
}
.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment {
  line-height: 1.5
}
.wp-block-latest-comments__comment-excerpt p {
  font-size: .875em;
  line-height: 1.8;
  margin: .36em 0 1.4em
}
.wp-block-latest-comments__comment-date {
  display: block;
  font-size: .75em
}
.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-right: .75em;
  width: 2.5em
}
.wp-block-latest-posts.alignleft {
  margin-right: 2em
}
.wp-block-latest-posts.alignright {
  margin-left: 2em
}
.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  clear: both
}
.wp-block-latest-posts.is-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0
}
.wp-block-latest-posts.is-grid li {
  margin: 0 1.25em 1.25em 0;
  width: 100%
}
@media (min-width: 600px) {
  .wp-block-latest-posts.columns-2 li:nth-child(2n),.wp-block-latest-posts.columns-3 li:nth-child(3n),.wp-block-latest-posts.columns-4 li:nth-child(4n),.wp-block-latest-posts.columns-5 li:nth-child(5n),.wp-block-latest-posts.columns-6 li:nth-child(6n) {
    margin-right: 0
  }
  .wp-block-latest-posts.columns-2 li {
    width: calc(50% - .625em)
  }
  .wp-block-latest-posts.columns-3 li {
    width: calc(33.33333% - .83333em)
  }
  .wp-block-latest-posts.columns-4 li {
    width: calc(25% - .9375em)
  }
  .wp-block-latest-posts.columns-5 li {
    width: calc(20% - 1em)
  }
  .wp-block-latest-posts.columns-6 li {
    width: calc(16.66667% - 1.04167em)
  }
}
.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date {
  display: block;
  color: #555;
  font-size: .8125em
}
.wp-block-latest-posts__post-excerpt {
  margin-top: .5em;
  margin-bottom: 1em
}
.wp-block-latest-posts__featured-image a {
  display: inline-block
}
.wp-block-latest-posts__featured-image img {
  height: auto;
  width: auto
}
.wp-block-latest-posts__featured-image.alignleft {
  margin-right: 1em
}
.wp-block-latest-posts__featured-image.alignright {
  margin-left: 1em
}
.wp-block-latest-posts__featured-image.aligncenter {
  margin-bottom: 1em;
  text-align: center
}
.block-editor-image-alignment-control__row .components-base-control__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label {
  margin-bottom: 0
}
ol.has-background,ul.has-background {
  padding: 1.25em 2.375em
}
.wp-block-media-text {
  direction: ltr;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 1fr;
  grid-template-columns: 50% 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto
}
.wp-block-media-text.has-media-on-the-right {
  -ms-grid-columns: 1fr 50%;
  grid-template-columns: 1fr 50%
}
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
  -ms-grid-row-align: start;
  -ms-flex-item-align: start;
  align-self: start
}
.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media {
  -ms-grid-row-align: center;
  -ms-flex-item-align: center;
  align-self: center
}
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
  -ms-grid-row-align: end;
  -ms-flex-item-align: end;
  align-self: end
}
.wp-block-media-text .wp-block-media-text__media {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  margin: 0
}
.wp-block-media-text .wp-block-media-text__content {
  direction: ltr;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  padding: 0 8%;
  word-break: break-word
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1
}
.wp-block-media-text__media img,.wp-block-media-text__media video {
  max-width: unset;
  width: 100%;
  vertical-align: middle
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media {
  height: 100%;
  min-height: 250px;
  background-size: cover
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media>a {
  display: block;
  height: 100%
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0
}
.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon,.has-child>.wp-block-navigation-link__content {
  padding-right: .5em
}
@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    -ms-grid-columns: 100%!important;
    grid-template-columns: 100%!important
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2
  }
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container {
  color: #1e1e1e;
  background-color: #fff;
  min-width: 200px
}
.items-justified-left>ul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.items-justified-center>ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.items-justified-right>ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.items-justified-space-between>ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.wp-block-navigation-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0
}
.wp-block-navigation-link .wp-block-navigation__container: empty {
  display: none
}
.wp-block-navigation__container {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.is-vertical .wp-block-navigation__container {
  display: block
}
.has-child .wp-block-navigation__container {
  border: 1px solid rgba(0,0,0,.15);
  background-color: inherit;
  color: inherit;
  position: absolute;
  left: 0;
  top: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
  visibility: hidden
}
.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
@media (min-width: 782px) {
  .has-child .wp-block-navigation__container {
    left: 1.5em
  }
  .has-child .wp-block-navigation__container .wp-block-navigation__container {
    left: 100%;
    top: -1px
  }
  .has-child .wp-block-navigation__container .wp-block-navigation__container:before {
    content: "";
    position: absolute;
    right: 100%;
    height: 100%;
    display: block;
    width: .5em;
    background: 0 0
  }
  .has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  .wp-block-navigation-link__submenu-icon svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
  }
}
.has-child:hover {
  cursor: pointer
}
.has-child:hover>.wp-block-navigation__container {
  visibility: visible;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column
}
.has-child:focus-within {
  cursor: pointer
}
.has-child:focus-within>.wp-block-navigation__container {
  visibility: visible;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link,.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content,.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:active,.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:focus,.wp-block-navigation[style*=text-decoration] .wp-block-navigation__container {
  text-decoration: inherit
}
.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content,.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:active,.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:focus {
  text-decoration: none
}
.wp-block-navigation-link__content {
  color: inherit;
  padding: .5em 1em
}
.wp-block-navigation-link__content+.wp-block-navigation-link__content {
  padding-top: 0
}
.has-text-color .wp-block-navigation-link__content {
  color: inherit
}
.wp-block-navigation-link__label {
  word-break: normal;
  overflow-wrap: break-word
}
.wp-block-navigation-link__submenu-icon {
  height: inherit;
  padding: .375em 1em .375em 0
}
.wp-block-navigation-link__submenu-icon svg {
  fill: currentColor
}
.is-small-text {
  font-size: .875em
}
.is-regular-text {
  font-size: 1em
}
.is-large-text {
  font-size: 2.25em
}
.is-larger-text {
  font-size: 3em
}
.has-drop-cap:not(:focus): first-letter {
  float: left;
  font-size: 8.4em;
  line-height: .68;
  font-weight: 100;
  margin: .05em .1em 0 0;
  text-transform: uppercase;
  font-style: normal
}
p.has-background {
  padding: 1.25em 2.375em
}
p.has-text-color a {
  color: inherit
}
p: empty:before {
  content: "​"
}
.wp-block-post-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.wp-block-post-author__byline {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .5em
}
.wp-block-post-author__avatar {
  margin-right: 1em
}
.wp-block-post-author__bio {
  margin-bottom: .7em;
  font-size: .7em
}
.wp-block-post-author__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0
}
.wp-block-post-author__name {
  font-weight: 700;
  margin: 0
}
.wp-block-post-comments-form input[type=submit] {
  color: #fff;
  background-color: #32373c;
  border: none;
  border-radius: 1.55em;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125em;
  padding: .667em 1.333em;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word
}
.wp-block-post-comments-form input[type=submit]:active,.wp-block-post-comments-form input[type=submit]:focus,.wp-block-post-comments-form input[type=submit]:hover,.wp-block-post-comments-form input[type=submit]:visited {
  color: #fff
}
.wp-block-pullquote .has-text-color a,.wp-block-pullquote cite {
  color: inherit
}
.wp-block-preformatted {
  white-space: pre-wrap
}
.wp-block-pullquote {
  padding: 3em 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center
}
.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright {
  max-width: 420px
}
.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p {
  font-size: 1.25em
}
.wp-block-pullquote p {
  font-size: 1.75em;
  line-height: 1.6
}
.wp-block-pullquote cite,.wp-block-pullquote footer {
  position: relative
}
.wp-block-pullquote:not(.is-style-solid-color) {
  background: 0 0
}
.wp-block-pullquote.is-style-solid-color {
  border: none
}
.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  max-width: 60%
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
  text-transform: none;
  font-style: normal
}
.wp-block-query-loop {
  max-width: 100%;
  list-style: none;
  padding: 0
}
.wp-block-query-loop li {
  clear: both
}
.wp-block-query-loop.is-flex-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.wp-block-query-loop.is-flex-container li {
  margin: 0 0 1.25em;
  width: 100%
}
@media (min-width: 600px) {
  .wp-block-query-loop.is-flex-container li {
    margin-right: 1.25em
  }
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li:nth-child(2n),.wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li:nth-child(3n),.wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li:nth-child(4n),.wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li:nth-child(5n),.wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li:nth-child(6n) {
    margin-right: 0
  }
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li {
    width: calc(50% - .625em)
  }
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li {
    width: calc(33.33333% - .83333em)
  }
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li {
    width: calc(25% - .9375em)
  }
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li {
    width: calc(20% - 1em)
  }
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li {
    width: calc(16.66667% - 1.04167em)
  }
}
.wp-block-query-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous {
  display: inline-block;
  margin-right: .5em;
  margin-bottom: .5em
}
.wp-block-query-pagination>.wp-block-query-pagination-next: last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers: last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous: last-child {
  margin-right: 0
}
.wp-block-quote.is-large,.wp-block-quote.is-style-large {
  margin-bottom: 1em;
  padding: 0 1em
}
.wp-block-quote.is-large p,.wp-block-quote.is-style-large p {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.6
}
.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer {
  font-size: 1.125em;
  text-align: right
}
.c-block-card__list__item__info__title,.c-block-card__list__item__info__txt,.c-block-fifty-img__list__item__info__title__txt,.c-btn-link.-center,.c-title-enjp,.has-text-align-center,.wp-block-separator.is-style-dots,.wp-block-tag-cloud.aligncenter,.wp-block-video.aligncenter {
  text-align: center
}
.wp-block-rss.wp-block-rss {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.wp-block-rss.alignleft {
  margin-right: 2em
}
.wp-block-rss.alignright {
  margin-left: 2em
}
.wp-block-rss.is-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  list-style: none
}
.wp-block-rss.is-grid li {
  margin: 0 1em 1em 0;
  width: 100%
}
@media (min-width: 600px) {
  .wp-block-rss.columns-2 li {
    width: calc(50% - 1em)
  }
  .wp-block-rss.columns-3 li {
    width: calc(33.33333% - 1em)
  }
  .wp-block-rss.columns-4 li {
    width: calc(25% - 1em)
  }
  .wp-block-rss.columns-5 li {
    width: calc(20% - 1em)
  }
  .wp-block-rss.columns-6 li {
    width: calc(16.66667% - 1em)
  }
}
.wp-block-rss__item-author,.wp-block-rss__item-publish-date {
  display: block;
  color: #555;
  font-size: .8125em
}
.wp-block-search .wp-block-search__button {
  background: #f7f7f7;
  border: 1px solid #ccc;
  padding: .375em .625em;
  color: #32373c;
  margin-left: .625em;
  word-break: normal
}
.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th,.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th {
  word-break: break-word
}
.wp-block-search .wp-block-search__button.has-icon {
  line-height: 0
}
.wp-block-search .wp-block-search__button svg {
  min-width: 1.5em;
  min-height: 1.5em
}
.wp-block-search .wp-block-search__inside-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 100%
}
.wp-block-search .wp-block-search__label {
  width: 100%
}
.wp-block-search .wp-block-search__input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 3em;
  border: 1px solid #949494
}
.wp-block-search.wp-block-search__button-only .wp-block-search__button {
  margin-left: 0
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding: 4px;
  border: 1px solid #949494
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  border-radius: 0;
  border: none;
  padding: 0 0 0 .25em
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
  outline: 0
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
  padding: .125em .5em
}
.wp-block-separator.is-style-wide {
  border-bottom-width: 1px
}
.wp-block-separator.is-style-dots {
  background: 0 0!important;
  border: none;
  max-width: none;
  line-height: 1;
  height: auto
}
.wp-block-custom-logo.is-style-rounded img,.wp-social-link {
  border-radius: 9999px
}
.wp-block-separator.is-style-dots:before {
  content: "···";
  color: currentColor;
  font-size: 1.5em;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif
}
.wp-block-custom-logo {
  line-height: 0
}
.wp-block-custom-logo .aligncenter {
  display: table
}
.wp-block-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
  text-indent: 0;
  margin-left: 0
}
.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover {
  text-decoration: none;
  border-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}
.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link {
  margin: 4px 8px 4px 0
}
.wp-block-social-links .wp-social-link a {
  padding: .25em
}
.wp-block-social-links .wp-social-link svg {
  width: 1em;
  height: 1em
}
.wp-block-social-links.has-small-icon-size {
  font-size: 16px
}
.wp-block-social-links,.wp-block-social-links.has-normal-icon-size {
  font-size: 24px
}
.wp-block-social-links.has-large-icon-size {
  font-size: 36px
}
.wp-block-social-links.has-huge-icon-size {
  font-size: 48px
}
.wp-block-social-links.aligncenter {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.wp-block-social-links.alignright {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.wp-social-link {
  display: block;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease,-webkit-transform .1s ease;
  height: auto
}
@media (prefers-reduced-motion: reduce) {
  .wp-social-link {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
  }
}
.wp-social-link a {
  display: block;
  line-height: 0;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease,-webkit-transform .1s ease
}
.wp-social-link a,.wp-social-link a:active,.wp-social-link a:hover,.wp-social-link a:visited,.wp-social-link svg {
  color: currentColor;
  fill: currentColor
}
.wp-social-link:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
  background-color: #f0f0f0;
  color: #444
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
  background-color: #f90;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
  background-color: #1ea0c3;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
  background-color: #0757fe;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
  background-color: #1e1f26;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
  background-color: #02e49b;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
  background-color: #e94c89;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
  background-color: #4280ff;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
  background-color: #f45800;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
  background-color: #1778f2;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
  background-color: #000;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
  background-color: #0461dd;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
  background-color: #e65678;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
  background-color: #24292d;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
  background-color: #eceadd;
  color: #382110
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
  background-color: #ea4434;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
  background-color: #f00075;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
  background-color: #e21b24;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
  background-color: #0d66c2;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
  background-color: #3288d4;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
  background-color: #02ab6c;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
  background-color: #f6405f;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
  background-color: #ff424d;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
  background-color: #e60122;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
  background-color: #ef4155;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
  background-color: #fe4500;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
  background-color: #0478d7;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
  background-color: #fefc00;
  color: #fff;
  stroke: #000
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
  background-color: #ff5600;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
  background-color: #1bd760;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
  background-color: #2aabee;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
  background-color: #000;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
  background-color: #011835;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
  background-color: #6440a4;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
  background-color: #1da1f2;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
  background-color: #1eb7ea;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
  background-color: #4680c2;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
  background-color: #3499cd;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
  background-color: red;
  color: #fff
}
.wp-block-social-links.is-style-logos-only .wp-social-link {
  background: 0 0;
  padding: 4px
}
.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
  color: #f90
}
.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
  color: #1ea0c3
}
.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
  color: #0757fe
}
.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
  color: #1e1f26
}
.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
  color: #02e49b
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
  color: #e94c89
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
  color: #4280ff
}
.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
  color: #f45800
}
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
  color: #1778f2
}
.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
  color: #000
}
.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
  color: #0461dd
}
.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
  color: #e65678
}
.wp-block-social-links.is-style-logos-only .wp-social-link-github {
  color: #24292d
}
.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
  color: #382110
}
.wp-block-social-links.is-style-logos-only .wp-social-link-google {
  color: #ea4434
}
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
  color: #f00075
}
.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
  color: #e21b24
}
.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
  color: #0d66c2
}
.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
  color: #3288d4
}
.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
  color: #02ab6c
}
.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
  color: #f6405f
}
.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
  color: #ff424d
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
  color: #e60122
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
  color: #ef4155
}
.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
  color: #fe4500
}
.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
  color: #0478d7
}
.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
  color: #fff;
  stroke: #000
}
.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
  color: #ff5600
}
.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
  color: #1bd760
}
.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
  color: #2aabee
}
.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
  color: #000
}
.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
  color: #011835
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
  color: #6440a4
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
  color: #1da1f2
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
  color: #1eb7ea
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
  color: #4680c2
}
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
  color: #3499cd
}
.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff
}
.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
  color: red
}
.wp-block-social-links.is-style-pill-shape .wp-social-link {
  width: auto
}
.wp-block-social-links.is-style-pill-shape .wp-social-link a {
  padding-left: .66667em;
  padding-right: .66667em
}
.wp-block-spacer {
  clear: both
}
p.wp-block-subhead {
  font-size: 1.1em;
  font-style: italic;
  opacity: .75
}
.wp-block-tag-cloud.alignfull {
  padding-left: 1em;
  padding-right: 1em
}
.wp-block-table {
  overflow-x: auto
}
.wp-block-table table {
  width: 100%
}
.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%
}
.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright {
  display: table;
  width: auto
}
.wp-block-table .has-subtle-light-gray-background-color {
  background-color: #f3f4f5
}
.wp-block-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5
}
.wp-block-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe
}
.wp-block-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef
}
.wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
  border-bottom: 1px solid #f0f0f0
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0
}
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
  background-color: #f3f4f5
}
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
  background-color: #e9fbe5
}
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
  background-color: #e7f5fe
}
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
  background-color: #fcf0ef
}
.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th {
  border-color: transparent
}
.wp-block-text-columns,.wp-block-text-columns.aligncenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.wp-block-text-columns .block-column {
  margin: 0 1em;
  padding: 0
}
.wp-block-text-columns .block-column:first-child {
  margin-left: 0
}
.wp-block-text-columns .block-column: last-child {
  margin-right: 0
}
.wp-block-text-columns.columns-2 .block-column {
  width: 50%
}
.wp-block-text-columns.columns-3 .block-column {
  width: 33.33333%
}
.wp-block-text-columns.columns-4 .block-column {
  width: 25%
}
pre.wp-block-verse {
  font-family: inherit;
  overflow: auto;
  white-space: pre-wrap
}
.wp-block-video {
  margin-left: 0;
  margin-right: 0
}
.wp-block-video video {
  width: 100%
}
.wp-block-video figcaption {
  margin-top: .5em;
  margin-bottom: 1em
}
.wp-block-post-featured-image a {
  display: inline-block
}
.wp-block-post-featured-image img {
  max-width: 100%;
  height: auto
}
: root .has-pale-pink-background-color {
  background-color: #f78da7
}
: root .has-vivid-red-background-color {
  background-color: #cf2e2e
}
: root .has-luminous-vivid-orange-background-color {
  background-color: #ff6900
}
: root .has-luminous-vivid-amber-background-color {
  background-color: #fcb900
}
: root .has-light-green-cyan-background-color {
  background-color: #7bdcb5
}
: root .has-vivid-green-cyan-background-color {
  background-color: #00d084
}
: root .has-pale-cyan-blue-background-color {
  background-color: #8ed1fc
}
: root .has-vivid-cyan-blue-background-color {
  background-color: #0693e3
}
: root .has-vivid-purple-background-color {
  background-color: #9b51e0
}
: root .has-white-background-color {
  background-color: #fff
}
: root .has-very-light-gray-background-color {
  background-color: #eee
}
: root .has-cyan-bluish-gray-background-color {
  background-color: #abb8c3
}
: root .has-very-dark-gray-background-color {
  background-color: #313131
}
: root .has-black-background-color {
  background-color: #000
}
: root .has-pale-pink-color {
  color: #f78da7
}
: root .has-vivid-red-color {
  color: #cf2e2e
}
: root .has-luminous-vivid-orange-color {
  color: #ff6900
}
: root .has-luminous-vivid-amber-color {
  color: #fcb900
}
: root .has-light-green-cyan-color {
  color: #7bdcb5
}
: root .has-vivid-green-cyan-color {
  color: #00d084
}
: root .has-pale-cyan-blue-color {
  color: #8ed1fc
}
: root .has-vivid-cyan-blue-color {
  color: #0693e3
}
: root .has-vivid-purple-color {
  color: #9b51e0
}
: root .has-white-color {
  color: #fff
}
: root .has-very-light-gray-color {
  color: #eee
}
: root .has-cyan-bluish-gray-color {
  color: #abb8c3
}
: root .has-very-dark-gray-color {
  color: #313131
}
: root .has-black-color {
  color: #000
}
: root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: linear-gradient(135deg,#0693e3,#9b51e0)
}
: root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
  background: linear-gradient(135deg,#00d084,#0693e3)
}
: root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: linear-gradient(135deg,#7adcb4,#00d082)
}
: root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: linear-gradient(135deg,#fcb900,#ff6900)
}
: root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: linear-gradient(135deg,#ff6900,#cf2e2e)
}
: root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: linear-gradient(135deg,#eee,#a9b8c3)
}
: root .has-cool-to-warm-spectrum-gradient-background {
  background: linear-gradient(135deg,#4aeadc,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c)
}
: root .has-blush-light-purple-gradient-background {
  background: linear-gradient(135deg,#ffceec,#9896f0)
}
: root .has-blush-bordeaux-gradient-background {
  background: linear-gradient(135deg,#fecda5,#fe2d2d 50%,#6b003e)
}
: root .has-purple-crush-gradient-background {
  background: linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)
}
: root .has-luminous-dusk-gradient-background {
  background: linear-gradient(135deg,#ffcb70,#c751c0 50%,#4158d0)
}
: root .has-hazy-dawn-gradient-background {
  background: linear-gradient(135deg,#faaca8,#dad0ec)
}
: root .has-pale-ocean-gradient-background {
  background: linear-gradient(135deg,#fff5cb,#b6e3d4 50%,#33a7b5)
}
: root .has-electric-grass-gradient-background {
  background: linear-gradient(135deg,#caf880,#71ce7e)
}
: root .has-subdued-olive-gradient-background {
  background: linear-gradient(135deg,#fafae1,#67a671)
}
: root .has-atomic-cream-gradient-background {
  background: linear-gradient(135deg,#fdd79a,#004a59)
}
: root .has-nightshade-gradient-background {
  background: linear-gradient(135deg,#330968,#31cdcf)
}
: root .has-midnight-gradient-background {
  background: linear-gradient(135deg,#020381,#2874fc)
}
: root .has-link-color a {
  color: #00e;
  color: var(--wp--style--color--link,#00e)
}
.has-small-font-size {
  font-size: .8125em
}
.has-normal-font-size,.has-regular-font-size {
  font-size: 1em
}
.has-medium-font-size {
  font-size: 1.25em
}
.has-large-font-size {
  font-size: 2.25em
}
.has-huge-font-size,.has-larger-font-size {
  font-size: 2.625em
}
.has-text-align-left {
  text-align: left
}
.has-text-align-right {
  text-align: right
}
#end-resizable-editor-section {
  display: none
}
.aligncenter {
  clear: both
}
.clearfix {
  zoom: 1
}
.clearfix:after,.clearfix:before {
  content: "";
  display: table
}
.clearfix:after {
  clear: both
}
@media screen and (min-width: 769px) {
  .sp {
    display: none!important
  }
  .u-mt__0,.u-mtpc__0 {
    margin-top: 0!important
  }
  .u-mb__0,.u-mbpc__0 {
    margin-bottom: 0!important
  }
  .u-ml__0,.u-mlpc__0 {
    margin-left: 0!important
  }
  .u-mr__0,.u-mrpc__0 {
    margin-right: 0!important
  }
  .u-mt__1,.u-mtpc__1 {
    margin-top: 1px!important
  }
  .u-mb__1,.u-mbpc__1 {
    margin-bottom: 1px!important
  }
  .u-ml__1,.u-mlpc__1 {
    margin-left: 1px!important
  }
  .u-mr__1,.u-mrpc__1 {
    margin-right: 1px!important
  }
  .u-mt__2,.u-mtpc__2 {
    margin-top: 2px!important
  }
  .u-mb__2,.u-mbpc__2 {
    margin-bottom: 2px!important
  }
  .u-ml__2,.u-mlpc__2 {
    margin-left: 2px!important
  }
  .u-mr__2,.u-mrpc__2 {
    margin-right: 2px!important
  }
  .u-mt__3,.u-mtpc__3 {
    margin-top: 3px!important
  }
  .u-mb__3,.u-mbpc__3 {
    margin-bottom: 3px!important
  }
  .u-ml__3,.u-mlpc__3 {
    margin-left: 3px!important
  }
  .u-mr__3,.u-mrpc__3 {
    margin-right: 3px!important
  }
  .u-mt__4,.u-mtpc__4 {
    margin-top: 4px!important
  }
  .u-mb__4,.u-mbpc__4 {
    margin-bottom: 4px!important
  }
  .u-ml__4,.u-mlpc__4 {
    margin-left: 4px!important
  }
  .u-mr__4,.u-mrpc__4 {
    margin-right: 4px!important
  }
  .u-mt__5,.u-mtpc__5 {
    margin-top: 5px!important
  }
  .u-mb__5,.u-mbpc__5 {
    margin-bottom: 5px!important
  }
  .u-ml__5,.u-mlpc__5 {
    margin-left: 5px!important
  }
  .u-mr__5,.u-mrpc__5 {
    margin-right: 5px!important
  }
  .u-mt__6,.u-mtpc__6 {
    margin-top: 6px!important
  }
  .u-mb__6,.u-mbpc__6 {
    margin-bottom: 6px!important
  }
  .u-ml__6,.u-mlpc__6 {
    margin-left: 6px!important
  }
  .u-mr__6,.u-mrpc__6 {
    margin-right: 6px!important
  }
  .u-mt__7,.u-mtpc__7 {
    margin-top: 7px!important
  }
  .u-mb__7,.u-mbpc__7 {
    margin-bottom: 7px!important
  }
  .u-ml__7,.u-mlpc__7 {
    margin-left: 7px!important
  }
  .u-mr__7,.u-mrpc__7 {
    margin-right: 7px!important
  }
  .u-mt__8,.u-mtpc__8 {
    margin-top: 8px!important
  }
  .u-mb__8,.u-mbpc__8 {
    margin-bottom: 8px!important
  }
  .u-ml__8,.u-mlpc__8 {
    margin-left: 8px!important
  }
  .u-mr__8,.u-mrpc__8 {
    margin-right: 8px!important
  }
  .u-mt__9,.u-mtpc__9 {
    margin-top: 9px!important
  }
  .u-mb__9,.u-mbpc__9 {
    margin-bottom: 9px!important
  }
  .u-ml__9,.u-mlpc__9 {
    margin-left: 9px!important
  }
  .u-mr__9,.u-mrpc__9 {
    margin-right: 9px!important
  }
  .u-mt__10,.u-mtpc__10 {
    margin-top: 10px!important
  }
  .u-mb__10,.u-mbpc__10 {
    margin-bottom: 10px!important
  }
  .u-ml__10,.u-mlpc__10 {
    margin-left: 10px!important
  }
  .u-mr__10,.u-mrpc__10 {
    margin-right: 10px!important
  }
  .u-mt__11,.u-mtpc__11 {
    margin-top: 11px!important
  }
  .u-mb__11,.u-mbpc__11 {
    margin-bottom: 11px!important
  }
  .u-ml__11,.u-mlpc__11 {
    margin-left: 11px!important
  }
  .u-mr__11,.u-mrpc__11 {
    margin-right: 11px!important
  }
  .u-mt__12,.u-mtpc__12 {
    margin-top: 12px!important
  }
  .u-mb__12,.u-mbpc__12 {
    margin-bottom: 12px!important
  }
  .u-ml__12,.u-mlpc__12 {
    margin-left: 12px!important
  }
  .u-mr__12,.u-mrpc__12 {
    margin-right: 12px!important
  }
  .u-mt__13,.u-mtpc__13 {
    margin-top: 13px!important
  }
  .u-mb__13,.u-mbpc__13 {
    margin-bottom: 13px!important
  }
  .u-ml__13,.u-mlpc__13 {
    margin-left: 13px!important
  }
  .u-mr__13,.u-mrpc__13 {
    margin-right: 13px!important
  }
  .u-mt__14,.u-mtpc__14 {
    margin-top: 14px!important
  }
  .u-mb__14,.u-mbpc__14 {
    margin-bottom: 14px!important
  }
  .u-ml__14,.u-mlpc__14 {
    margin-left: 14px!important
  }
  .u-mr__14,.u-mrpc__14 {
    margin-right: 14px!important
  }
  .u-mt__15,.u-mtpc__15 {
    margin-top: 15px!important
  }
  .u-mb__15,.u-mbpc__15 {
    margin-bottom: 15px!important
  }
  .u-ml__15,.u-mlpc__15 {
    margin-left: 15px!important
  }
  .u-mr__15,.u-mrpc__15 {
    margin-right: 15px!important
  }
  .u-mt__16,.u-mtpc__16 {
    margin-top: 16px!important
  }
  .u-mb__16,.u-mbpc__16 {
    margin-bottom: 16px!important
  }
  .u-ml__16,.u-mlpc__16 {
    margin-left: 16px!important
  }
  .u-mr__16,.u-mrpc__16 {
    margin-right: 16px!important
  }
  .u-mt__17,.u-mtpc__17 {
    margin-top: 17px!important
  }
  .u-mb__17,.u-mbpc__17 {
    margin-bottom: 17px!important
  }
  .u-ml__17,.u-mlpc__17 {
    margin-left: 17px!important
  }
  .u-mr__17,.u-mrpc__17 {
    margin-right: 17px!important
  }
  .u-mt__18,.u-mtpc__18 {
    margin-top: 18px!important
  }
  .u-mb__18,.u-mbpc__18 {
    margin-bottom: 18px!important
  }
  .u-ml__18,.u-mlpc__18 {
    margin-left: 18px!important
  }
  .u-mr__18,.u-mrpc__18 {
    margin-right: 18px!important
  }
  .u-mt__19,.u-mtpc__19 {
    margin-top: 19px!important
  }
  .u-mb__19,.u-mbpc__19 {
    margin-bottom: 19px!important
  }
  .u-ml__19,.u-mlpc__19 {
    margin-left: 19px!important
  }
  .u-mr__19,.u-mrpc__19 {
    margin-right: 19px!important
  }
  .u-mt__20,.u-mtpc__20 {
    margin-top: 20px!important
  }
  .u-mb__20,.u-mbpc__20 {
    margin-bottom: 20px!important
  }
  .u-ml__20,.u-mlpc__20 {
    margin-left: 20px!important
  }
  .u-mr__20,.u-mrpc__20 {
    margin-right: 20px!important
  }
  .u-mt__21,.u-mtpc__21 {
    margin-top: 21px!important
  }
  .u-mb__21,.u-mbpc__21 {
    margin-bottom: 21px!important
  }
  .u-ml__21,.u-mlpc__21 {
    margin-left: 21px!important
  }
  .u-mr__21,.u-mrpc__21 {
    margin-right: 21px!important
  }
  .u-mt__22,.u-mtpc__22 {
    margin-top: 22px!important
  }
  .u-mb__22,.u-mbpc__22 {
    margin-bottom: 22px!important
  }
  .u-ml__22,.u-mlpc__22 {
    margin-left: 22px!important
  }
  .u-mr__22,.u-mrpc__22 {
    margin-right: 22px!important
  }
  .u-mt__23,.u-mtpc__23 {
    margin-top: 23px!important
  }
  .u-mb__23,.u-mbpc__23 {
    margin-bottom: 23px!important
  }
  .u-ml__23,.u-mlpc__23 {
    margin-left: 23px!important
  }
  .u-mr__23,.u-mrpc__23 {
    margin-right: 23px!important
  }
  .u-mt__24,.u-mtpc__24 {
    margin-top: 24px!important
  }
  .u-mb__24,.u-mbpc__24 {
    margin-bottom: 24px!important
  }
  .u-ml__24,.u-mlpc__24 {
    margin-left: 24px!important
  }
  .u-mr__24,.u-mrpc__24 {
    margin-right: 24px!important
  }
  .u-mt__25,.u-mtpc__25 {
    margin-top: 25px!important
  }
  .u-mb__25,.u-mbpc__25 {
    margin-bottom: 25px!important
  }
  .u-ml__25,.u-mlpc__25 {
    margin-left: 25px!important
  }
  .u-mr__25,.u-mrpc__25 {
    margin-right: 25px!important
  }
  .u-mt__26,.u-mtpc__26 {
    margin-top: 26px!important
  }
  .u-mb__26,.u-mbpc__26 {
    margin-bottom: 26px!important
  }
  .u-ml__26,.u-mlpc__26 {
    margin-left: 26px!important
  }
  .u-mr__26,.u-mrpc__26 {
    margin-right: 26px!important
  }
  .u-mt__27,.u-mtpc__27 {
    margin-top: 27px!important
  }
  .u-mb__27,.u-mbpc__27 {
    margin-bottom: 27px!important
  }
  .u-ml__27,.u-mlpc__27 {
    margin-left: 27px!important
  }
  .u-mr__27,.u-mrpc__27 {
    margin-right: 27px!important
  }
  .u-mt__28,.u-mtpc__28 {
    margin-top: 28px!important
  }
  .u-mb__28,.u-mbpc__28 {
    margin-bottom: 28px!important
  }
  .u-ml__28,.u-mlpc__28 {
    margin-left: 28px!important
  }
  .u-mr__28,.u-mrpc__28 {
    margin-right: 28px!important
  }
  .u-mt__29,.u-mtpc__29 {
    margin-top: 29px!important
  }
  .u-mb__29,.u-mbpc__29 {
    margin-bottom: 29px!important
  }
  .u-ml__29,.u-mlpc__29 {
    margin-left: 29px!important
  }
  .u-mr__29,.u-mrpc__29 {
    margin-right: 29px!important
  }
  .u-mt__30,.u-mtpc__30 {
    margin-top: 30px!important
  }
  .u-mb__30,.u-mbpc__30 {
    margin-bottom: 30px!important
  }
  .u-ml__30,.u-mlpc__30 {
    margin-left: 30px!important
  }
  .u-mr__30,.u-mrpc__30 {
    margin-right: 30px!important
  }
  .u-mt__31,.u-mtpc__31 {
    margin-top: 31px!important
  }
  .u-mb__31,.u-mbpc__31 {
    margin-bottom: 31px!important
  }
  .u-ml__31,.u-mlpc__31 {
    margin-left: 31px!important
  }
  .u-mr__31,.u-mrpc__31 {
    margin-right: 31px!important
  }
  .u-mt__32,.u-mtpc__32 {
    margin-top: 32px!important
  }
  .u-mb__32,.u-mbpc__32 {
    margin-bottom: 32px!important
  }
  .u-ml__32,.u-mlpc__32 {
    margin-left: 32px!important
  }
  .u-mr__32,.u-mrpc__32 {
    margin-right: 32px!important
  }
  .u-mt__33,.u-mtpc__33 {
    margin-top: 33px!important
  }
  .u-mb__33,.u-mbpc__33 {
    margin-bottom: 33px!important
  }
  .u-ml__33,.u-mlpc__33 {
    margin-left: 33px!important
  }
  .u-mr__33,.u-mrpc__33 {
    margin-right: 33px!important
  }
  .u-mt__34,.u-mtpc__34 {
    margin-top: 34px!important
  }
  .u-mb__34,.u-mbpc__34 {
    margin-bottom: 34px!important
  }
  .u-ml__34,.u-mlpc__34 {
    margin-left: 34px!important
  }
  .u-mr__34,.u-mrpc__34 {
    margin-right: 34px!important
  }
  .u-mt__35,.u-mtpc__35 {
    margin-top: 35px!important
  }
  .u-mb__35,.u-mbpc__35 {
    margin-bottom: 35px!important
  }
  .u-ml__35,.u-mlpc__35 {
    margin-left: 35px!important
  }
  .u-mr__35,.u-mrpc__35 {
    margin-right: 35px!important
  }
  .u-mt__36,.u-mtpc__36 {
    margin-top: 36px!important
  }
  .u-mb__36,.u-mbpc__36 {
    margin-bottom: 36px!important
  }
  .u-ml__36,.u-mlpc__36 {
    margin-left: 36px!important
  }
  .u-mr__36,.u-mrpc__36 {
    margin-right: 36px!important
  }
  .u-mt__37,.u-mtpc__37 {
    margin-top: 37px!important
  }
  .u-mb__37,.u-mbpc__37 {
    margin-bottom: 37px!important
  }
  .u-ml__37,.u-mlpc__37 {
    margin-left: 37px!important
  }
  .u-mr__37,.u-mrpc__37 {
    margin-right: 37px!important
  }
  .u-mt__38,.u-mtpc__38 {
    margin-top: 38px!important
  }
  .u-mb__38,.u-mbpc__38 {
    margin-bottom: 38px!important
  }
  .u-ml__38,.u-mlpc__38 {
    margin-left: 38px!important
  }
  .u-mr__38,.u-mrpc__38 {
    margin-right: 38px!important
  }
  .u-mt__39,.u-mtpc__39 {
    margin-top: 39px!important
  }
  .u-mb__39,.u-mbpc__39 {
    margin-bottom: 39px!important
  }
  .u-ml__39,.u-mlpc__39 {
    margin-left: 39px!important
  }
  .u-mr__39,.u-mrpc__39 {
    margin-right: 39px!important
  }
  .u-mt__40,.u-mtpc__40 {
    margin-top: 40px!important
  }
  .u-mb__40,.u-mbpc__40 {
    margin-bottom: 40px!important
  }
  .u-ml__40,.u-mlpc__40 {
    margin-left: 40px!important
  }
  .u-mr__40,.u-mrpc__40 {
    margin-right: 40px!important
  }
  .u-mt__41,.u-mtpc__41 {
    margin-top: 41px!important
  }
  .u-mb__41,.u-mbpc__41 {
    margin-bottom: 41px!important
  }
  .u-ml__41,.u-mlpc__41 {
    margin-left: 41px!important
  }
  .u-mr__41,.u-mrpc__41 {
    margin-right: 41px!important
  }
  .u-mt__42,.u-mtpc__42 {
    margin-top: 42px!important
  }
  .u-mb__42,.u-mbpc__42 {
    margin-bottom: 42px!important
  }
  .u-ml__42,.u-mlpc__42 {
    margin-left: 42px!important
  }
  .u-mr__42,.u-mrpc__42 {
    margin-right: 42px!important
  }
  .u-mt__43,.u-mtpc__43 {
    margin-top: 43px!important
  }
  .u-mb__43,.u-mbpc__43 {
    margin-bottom: 43px!important
  }
  .u-ml__43,.u-mlpc__43 {
    margin-left: 43px!important
  }
  .u-mr__43,.u-mrpc__43 {
    margin-right: 43px!important
  }
  .u-mt__44,.u-mtpc__44 {
    margin-top: 44px!important
  }
  .u-mb__44,.u-mbpc__44 {
    margin-bottom: 44px!important
  }
  .u-ml__44,.u-mlpc__44 {
    margin-left: 44px!important
  }
  .u-mr__44,.u-mrpc__44 {
    margin-right: 44px!important
  }
  .u-mt__45,.u-mtpc__45 {
    margin-top: 45px!important
  }
  .u-mb__45,.u-mbpc__45 {
    margin-bottom: 45px!important
  }
  .u-ml__45,.u-mlpc__45 {
    margin-left: 45px!important
  }
  .u-mr__45,.u-mrpc__45 {
    margin-right: 45px!important
  }
  .u-mt__46,.u-mtpc__46 {
    margin-top: 46px!important
  }
  .u-mb__46,.u-mbpc__46 {
    margin-bottom: 46px!important
  }
  .u-ml__46,.u-mlpc__46 {
    margin-left: 46px!important
  }
  .u-mr__46,.u-mrpc__46 {
    margin-right: 46px!important
  }
  .u-mt__47,.u-mtpc__47 {
    margin-top: 47px!important
  }
  .u-mb__47,.u-mbpc__47 {
    margin-bottom: 47px!important
  }
  .u-ml__47,.u-mlpc__47 {
    margin-left: 47px!important
  }
  .u-mr__47,.u-mrpc__47 {
    margin-right: 47px!important
  }
  .u-mt__48,.u-mtpc__48 {
    margin-top: 48px!important
  }
  .u-mb__48,.u-mbpc__48 {
    margin-bottom: 48px!important
  }
  .u-ml__48,.u-mlpc__48 {
    margin-left: 48px!important
  }
  .u-mr__48,.u-mrpc__48 {
    margin-right: 48px!important
  }
  .u-mt__49,.u-mtpc__49 {
    margin-top: 49px!important
  }
  .u-mb__49,.u-mbpc__49 {
    margin-bottom: 49px!important
  }
  .u-ml__49,.u-mlpc__49 {
    margin-left: 49px!important
  }
  .u-mr__49,.u-mrpc__49 {
    margin-right: 49px!important
  }
  .u-mt__50,.u-mtpc__50 {
    margin-top: 50px!important
  }
  .u-mb__50,.u-mbpc__50 {
    margin-bottom: 50px!important
  }
  .u-ml__50,.u-mlpc__50 {
    margin-left: 50px!important
  }
  .u-mr__50,.u-mrpc__50 {
    margin-right: 50px!important
  }
  .u-mt__51,.u-mtpc__51 {
    margin-top: 51px!important
  }
  .u-mb__51,.u-mbpc__51 {
    margin-bottom: 51px!important
  }
  .u-ml__51,.u-mlpc__51 {
    margin-left: 51px!important
  }
  .u-mr__51,.u-mrpc__51 {
    margin-right: 51px!important
  }
  .u-mt__52,.u-mtpc__52 {
    margin-top: 52px!important
  }
  .u-mb__52,.u-mbpc__52 {
    margin-bottom: 52px!important
  }
  .u-ml__52,.u-mlpc__52 {
    margin-left: 52px!important
  }
  .u-mr__52,.u-mrpc__52 {
    margin-right: 52px!important
  }
  .u-mt__53,.u-mtpc__53 {
    margin-top: 53px!important
  }
  .u-mb__53,.u-mbpc__53 {
    margin-bottom: 53px!important
  }
  .u-ml__53,.u-mlpc__53 {
    margin-left: 53px!important
  }
  .u-mr__53,.u-mrpc__53 {
    margin-right: 53px!important
  }
  .u-mt__54,.u-mtpc__54 {
    margin-top: 54px!important
  }
  .u-mb__54,.u-mbpc__54 {
    margin-bottom: 54px!important
  }
  .u-ml__54,.u-mlpc__54 {
    margin-left: 54px!important
  }
  .u-mr__54,.u-mrpc__54 {
    margin-right: 54px!important
  }
  .u-mt__55,.u-mtpc__55 {
    margin-top: 55px!important
  }
  .u-mb__55,.u-mbpc__55 {
    margin-bottom: 55px!important
  }
  .u-ml__55,.u-mlpc__55 {
    margin-left: 55px!important
  }
  .u-mr__55,.u-mrpc__55 {
    margin-right: 55px!important
  }
  .u-mt__56,.u-mtpc__56 {
    margin-top: 56px!important
  }
  .u-mb__56,.u-mbpc__56 {
    margin-bottom: 56px!important
  }
  .u-ml__56,.u-mlpc__56 {
    margin-left: 56px!important
  }
  .u-mr__56,.u-mrpc__56 {
    margin-right: 56px!important
  }
  .u-mt__57,.u-mtpc__57 {
    margin-top: 57px!important
  }
  .u-mb__57,.u-mbpc__57 {
    margin-bottom: 57px!important
  }
  .u-ml__57,.u-mlpc__57 {
    margin-left: 57px!important
  }
  .u-mr__57,.u-mrpc__57 {
    margin-right: 57px!important
  }
  .u-mt__58,.u-mtpc__58 {
    margin-top: 58px!important
  }
  .u-mb__58,.u-mbpc__58 {
    margin-bottom: 58px!important
  }
  .u-ml__58,.u-mlpc__58 {
    margin-left: 58px!important
  }
  .u-mr__58,.u-mrpc__58 {
    margin-right: 58px!important
  }
  .u-mt__59,.u-mtpc__59 {
    margin-top: 59px!important
  }
  .u-mb__59,.u-mbpc__59 {
    margin-bottom: 59px!important
  }
  .u-ml__59,.u-mlpc__59 {
    margin-left: 59px!important
  }
  .u-mr__59,.u-mrpc__59 {
    margin-right: 59px!important
  }
  .u-mt__60,.u-mtpc__60 {
    margin-top: 60px!important
  }
  .u-mb__60,.u-mbpc__60 {
    margin-bottom: 60px!important
  }
  .u-ml__60,.u-mlpc__60 {
    margin-left: 60px!important
  }
  .u-mr__60,.u-mrpc__60 {
    margin-right: 60px!important
  }
  .u-mt__61,.u-mtpc__61 {
    margin-top: 61px!important
  }
  .u-mb__61,.u-mbpc__61 {
    margin-bottom: 61px!important
  }
  .u-ml__61,.u-mlpc__61 {
    margin-left: 61px!important
  }
  .u-mr__61,.u-mrpc__61 {
    margin-right: 61px!important
  }
  .u-mt__62,.u-mtpc__62 {
    margin-top: 62px!important
  }
  .u-mb__62,.u-mbpc__62 {
    margin-bottom: 62px!important
  }
  .u-ml__62,.u-mlpc__62 {
    margin-left: 62px!important
  }
  .u-mr__62,.u-mrpc__62 {
    margin-right: 62px!important
  }
  .u-mt__63,.u-mtpc__63 {
    margin-top: 63px!important
  }
  .u-mb__63,.u-mbpc__63 {
    margin-bottom: 63px!important
  }
  .u-ml__63,.u-mlpc__63 {
    margin-left: 63px!important
  }
  .u-mr__63,.u-mrpc__63 {
    margin-right: 63px!important
  }
  .u-mt__64,.u-mtpc__64 {
    margin-top: 64px!important
  }
  .u-mb__64,.u-mbpc__64 {
    margin-bottom: 64px!important
  }
  .u-ml__64,.u-mlpc__64 {
    margin-left: 64px!important
  }
  .u-mr__64,.u-mrpc__64 {
    margin-right: 64px!important
  }
  .u-mt__65,.u-mtpc__65 {
    margin-top: 65px!important
  }
  .u-mb__65,.u-mbpc__65 {
    margin-bottom: 65px!important
  }
  .u-ml__65,.u-mlpc__65 {
    margin-left: 65px!important
  }
  .u-mr__65,.u-mrpc__65 {
    margin-right: 65px!important
  }
  .u-mt__66,.u-mtpc__66 {
    margin-top: 66px!important
  }
  .u-mb__66,.u-mbpc__66 {
    margin-bottom: 66px!important
  }
  .u-ml__66,.u-mlpc__66 {
    margin-left: 66px!important
  }
  .u-mr__66,.u-mrpc__66 {
    margin-right: 66px!important
  }
  .u-mt__67,.u-mtpc__67 {
    margin-top: 67px!important
  }
  .u-mb__67,.u-mbpc__67 {
    margin-bottom: 67px!important
  }
  .u-ml__67,.u-mlpc__67 {
    margin-left: 67px!important
  }
  .u-mr__67,.u-mrpc__67 {
    margin-right: 67px!important
  }
  .u-mt__68,.u-mtpc__68 {
    margin-top: 68px!important
  }
  .u-mb__68,.u-mbpc__68 {
    margin-bottom: 68px!important
  }
  .u-ml__68,.u-mlpc__68 {
    margin-left: 68px!important
  }
  .u-mr__68,.u-mrpc__68 {
    margin-right: 68px!important
  }
  .u-mt__69,.u-mtpc__69 {
    margin-top: 69px!important
  }
  .u-mb__69,.u-mbpc__69 {
    margin-bottom: 69px!important
  }
  .u-ml__69,.u-mlpc__69 {
    margin-left: 69px!important
  }
  .u-mr__69,.u-mrpc__69 {
    margin-right: 69px!important
  }
  .u-mt__70,.u-mtpc__70 {
    margin-top: 70px!important
  }
  .u-mb__70,.u-mbpc__70 {
    margin-bottom: 70px!important
  }
  .u-ml__70,.u-mlpc__70 {
    margin-left: 70px!important
  }
  .u-mr__70,.u-mrpc__70 {
    margin-right: 70px!important
  }
  .u-mt__71,.u-mtpc__71 {
    margin-top: 71px!important
  }
  .u-mb__71,.u-mbpc__71 {
    margin-bottom: 71px!important
  }
  .u-ml__71,.u-mlpc__71 {
    margin-left: 71px!important
  }
  .u-mr__71,.u-mrpc__71 {
    margin-right: 71px!important
  }
  .u-mt__72,.u-mtpc__72 {
    margin-top: 72px!important
  }
  .u-mb__72,.u-mbpc__72 {
    margin-bottom: 72px!important
  }
  .u-ml__72,.u-mlpc__72 {
    margin-left: 72px!important
  }
  .u-mr__72,.u-mrpc__72 {
    margin-right: 72px!important
  }
  .u-mt__73,.u-mtpc__73 {
    margin-top: 73px!important
  }
  .u-mb__73,.u-mbpc__73 {
    margin-bottom: 73px!important
  }
  .u-ml__73,.u-mlpc__73 {
    margin-left: 73px!important
  }
  .u-mr__73,.u-mrpc__73 {
    margin-right: 73px!important
  }
  .u-mt__74,.u-mtpc__74 {
    margin-top: 74px!important
  }
  .u-mb__74,.u-mbpc__74 {
    margin-bottom: 74px!important
  }
  .u-ml__74,.u-mlpc__74 {
    margin-left: 74px!important
  }
  .u-mr__74,.u-mrpc__74 {
    margin-right: 74px!important
  }
  .u-mt__75,.u-mtpc__75 {
    margin-top: 75px!important
  }
  .u-mb__75,.u-mbpc__75 {
    margin-bottom: 75px!important
  }
  .u-ml__75,.u-mlpc__75 {
    margin-left: 75px!important
  }
  .u-mr__75,.u-mrpc__75 {
    margin-right: 75px!important
  }
  .u-mt__76,.u-mtpc__76 {
    margin-top: 76px!important
  }
  .u-mb__76,.u-mbpc__76 {
    margin-bottom: 76px!important
  }
  .u-ml__76,.u-mlpc__76 {
    margin-left: 76px!important
  }
  .u-mr__76,.u-mrpc__76 {
    margin-right: 76px!important
  }
  .u-mt__77,.u-mtpc__77 {
    margin-top: 77px!important
  }
  .u-mb__77,.u-mbpc__77 {
    margin-bottom: 77px!important
  }
  .u-ml__77,.u-mlpc__77 {
    margin-left: 77px!important
  }
  .u-mr__77,.u-mrpc__77 {
    margin-right: 77px!important
  }
  .u-mt__78,.u-mtpc__78 {
    margin-top: 78px!important
  }
  .u-mb__78,.u-mbpc__78 {
    margin-bottom: 78px!important
  }
  .u-ml__78,.u-mlpc__78 {
    margin-left: 78px!important
  }
  .u-mr__78,.u-mrpc__78 {
    margin-right: 78px!important
  }
  .u-mt__79,.u-mtpc__79 {
    margin-top: 79px!important
  }
  .u-mb__79,.u-mbpc__79 {
    margin-bottom: 79px!important
  }
  .u-ml__79,.u-mlpc__79 {
    margin-left: 79px!important
  }
  .u-mr__79,.u-mrpc__79 {
    margin-right: 79px!important
  }
  .u-mt__80,.u-mtpc__80 {
    margin-top: 80px!important
  }
  .u-mb__80,.u-mbpc__80 {
    margin-bottom: 80px!important
  }
  .u-ml__80,.u-mlpc__80 {
    margin-left: 80px!important
  }
  .u-mr__80,.u-mrpc__80 {
    margin-right: 80px!important
  }
  .u-mt__81,.u-mtpc__81 {
    margin-top: 81px!important
  }
  .u-mb__81,.u-mbpc__81 {
    margin-bottom: 81px!important
  }
  .u-ml__81,.u-mlpc__81 {
    margin-left: 81px!important
  }
  .u-mr__81,.u-mrpc__81 {
    margin-right: 81px!important
  }
  .u-mt__82,.u-mtpc__82 {
    margin-top: 82px!important
  }
  .u-mb__82,.u-mbpc__82 {
    margin-bottom: 82px!important
  }
  .u-ml__82,.u-mlpc__82 {
    margin-left: 82px!important
  }
  .u-mr__82,.u-mrpc__82 {
    margin-right: 82px!important
  }
  .u-mt__83,.u-mtpc__83 {
    margin-top: 83px!important
  }
  .u-mb__83,.u-mbpc__83 {
    margin-bottom: 83px!important
  }
  .u-ml__83,.u-mlpc__83 {
    margin-left: 83px!important
  }
  .u-mr__83,.u-mrpc__83 {
    margin-right: 83px!important
  }
  .u-mt__84,.u-mtpc__84 {
    margin-top: 84px!important
  }
  .u-mb__84,.u-mbpc__84 {
    margin-bottom: 84px!important
  }
  .u-ml__84,.u-mlpc__84 {
    margin-left: 84px!important
  }
  .u-mr__84,.u-mrpc__84 {
    margin-right: 84px!important
  }
  .u-mt__85,.u-mtpc__85 {
    margin-top: 85px!important
  }
  .u-mb__85,.u-mbpc__85 {
    margin-bottom: 85px!important
  }
  .u-ml__85,.u-mlpc__85 {
    margin-left: 85px!important
  }
  .u-mr__85,.u-mrpc__85 {
    margin-right: 85px!important
  }
  .u-mt__86,.u-mtpc__86 {
    margin-top: 86px!important
  }
  .u-mb__86,.u-mbpc__86 {
    margin-bottom: 86px!important
  }
  .u-ml__86,.u-mlpc__86 {
    margin-left: 86px!important
  }
  .u-mr__86,.u-mrpc__86 {
    margin-right: 86px!important
  }
  .u-mt__87,.u-mtpc__87 {
    margin-top: 87px!important
  }
  .u-mb__87,.u-mbpc__87 {
    margin-bottom: 87px!important
  }
  .u-ml__87,.u-mlpc__87 {
    margin-left: 87px!important
  }
  .u-mr__87,.u-mrpc__87 {
    margin-right: 87px!important
  }
  .u-mt__88,.u-mtpc__88 {
    margin-top: 88px!important
  }
  .u-mb__88,.u-mbpc__88 {
    margin-bottom: 88px!important
  }
  .u-ml__88,.u-mlpc__88 {
    margin-left: 88px!important
  }
  .u-mr__88,.u-mrpc__88 {
    margin-right: 88px!important
  }
  .u-mt__89,.u-mtpc__89 {
    margin-top: 89px!important
  }
  .u-mb__89,.u-mbpc__89 {
    margin-bottom: 89px!important
  }
  .u-ml__89,.u-mlpc__89 {
    margin-left: 89px!important
  }
  .u-mr__89,.u-mrpc__89 {
    margin-right: 89px!important
  }
  .u-mt__90,.u-mtpc__90 {
    margin-top: 90px!important
  }
  .u-mb__90,.u-mbpc__90 {
    margin-bottom: 90px!important
  }
  .u-ml__90,.u-mlpc__90 {
    margin-left: 90px!important
  }
  .u-mr__90,.u-mrpc__90 {
    margin-right: 90px!important
  }
  .u-mt__91,.u-mtpc__91 {
    margin-top: 91px!important
  }
  .u-mb__91,.u-mbpc__91 {
    margin-bottom: 91px!important
  }
  .u-ml__91,.u-mlpc__91 {
    margin-left: 91px!important
  }
  .u-mr__91,.u-mrpc__91 {
    margin-right: 91px!important
  }
  .u-mt__92,.u-mtpc__92 {
    margin-top: 92px!important
  }
  .u-mb__92,.u-mbpc__92 {
    margin-bottom: 92px!important
  }
  .u-ml__92,.u-mlpc__92 {
    margin-left: 92px!important
  }
  .u-mr__92,.u-mrpc__92 {
    margin-right: 92px!important
  }
  .u-mt__93,.u-mtpc__93 {
    margin-top: 93px!important
  }
  .u-mb__93,.u-mbpc__93 {
    margin-bottom: 93px!important
  }
  .u-ml__93,.u-mlpc__93 {
    margin-left: 93px!important
  }
  .u-mr__93,.u-mrpc__93 {
    margin-right: 93px!important
  }
  .u-mt__94,.u-mtpc__94 {
    margin-top: 94px!important
  }
  .u-mb__94,.u-mbpc__94 {
    margin-bottom: 94px!important
  }
  .u-ml__94,.u-mlpc__94 {
    margin-left: 94px!important
  }
  .u-mr__94,.u-mrpc__94 {
    margin-right: 94px!important
  }
  .u-mt__95,.u-mtpc__95 {
    margin-top: 95px!important
  }
  .u-mb__95,.u-mbpc__95 {
    margin-bottom: 95px!important
  }
  .u-ml__95,.u-mlpc__95 {
    margin-left: 95px!important
  }
  .u-mr__95,.u-mrpc__95 {
    margin-right: 95px!important
  }
  .u-mt__96,.u-mtpc__96 {
    margin-top: 96px!important
  }
  .u-mb__96,.u-mbpc__96 {
    margin-bottom: 96px!important
  }
  .u-ml__96,.u-mlpc__96 {
    margin-left: 96px!important
  }
  .u-mr__96,.u-mrpc__96 {
    margin-right: 96px!important
  }
  .u-mt__97,.u-mtpc__97 {
    margin-top: 97px!important
  }
  .u-mb__97,.u-mbpc__97 {
    margin-bottom: 97px!important
  }
  .u-ml__97,.u-mlpc__97 {
    margin-left: 97px!important
  }
  .u-mr__97,.u-mrpc__97 {
    margin-right: 97px!important
  }
  .u-mt__98,.u-mtpc__98 {
    margin-top: 98px!important
  }
  .u-mb__98,.u-mbpc__98 {
    margin-bottom: 98px!important
  }
  .u-ml__98,.u-mlpc__98 {
    margin-left: 98px!important
  }
  .u-mr__98,.u-mrpc__98 {
    margin-right: 98px!important
  }
  .u-mt__99,.u-mtpc__99 {
    margin-top: 99px!important
  }
  .u-mb__99,.u-mbpc__99 {
    margin-bottom: 99px!important
  }
  .u-ml__99,.u-mlpc__99 {
    margin-left: 99px!important
  }
  .u-mr__99,.u-mrpc__99 {
    margin-right: 99px!important
  }
  .u-mt__100,.u-mtpc__100 {
    margin-top: 100px!important
  }
  .u-mb__100,.u-mbpc__100 {
    margin-bottom: 100px!important
  }
  .u-ml__100,.u-mlpc__100 {
    margin-left: 100px!important
  }
  .u-mr__100,.u-mrpc__100 {
    margin-right: 100px!important
  }
  .u-mt__101,.u-mtpc__101 {
    margin-top: 101px!important
  }
  .u-mb__101,.u-mbpc__101 {
    margin-bottom: 101px!important
  }
  .u-ml__101,.u-mlpc__101 {
    margin-left: 101px!important
  }
  .u-mr__101,.u-mrpc__101 {
    margin-right: 101px!important
  }
  .u-mt__102,.u-mtpc__102 {
    margin-top: 102px!important
  }
  .u-mb__102,.u-mbpc__102 {
    margin-bottom: 102px!important
  }
  .u-ml__102,.u-mlpc__102 {
    margin-left: 102px!important
  }
  .u-mr__102,.u-mrpc__102 {
    margin-right: 102px!important
  }
  .u-mt__103,.u-mtpc__103 {
    margin-top: 103px!important
  }
  .u-mb__103,.u-mbpc__103 {
    margin-bottom: 103px!important
  }
  .u-ml__103,.u-mlpc__103 {
    margin-left: 103px!important
  }
  .u-mr__103,.u-mrpc__103 {
    margin-right: 103px!important
  }
  .u-mt__104,.u-mtpc__104 {
    margin-top: 104px!important
  }
  .u-mb__104,.u-mbpc__104 {
    margin-bottom: 104px!important
  }
  .u-ml__104,.u-mlpc__104 {
    margin-left: 104px!important
  }
  .u-mr__104,.u-mrpc__104 {
    margin-right: 104px!important
  }
  .u-mt__105,.u-mtpc__105 {
    margin-top: 105px!important
  }
  .u-mb__105,.u-mbpc__105 {
    margin-bottom: 105px!important
  }
  .u-ml__105,.u-mlpc__105 {
    margin-left: 105px!important
  }
  .u-mr__105,.u-mrpc__105 {
    margin-right: 105px!important
  }
  .u-mt__106,.u-mtpc__106 {
    margin-top: 106px!important
  }
  .u-mb__106,.u-mbpc__106 {
    margin-bottom: 106px!important
  }
  .u-ml__106,.u-mlpc__106 {
    margin-left: 106px!important
  }
  .u-mr__106,.u-mrpc__106 {
    margin-right: 106px!important
  }
  .u-mt__107,.u-mtpc__107 {
    margin-top: 107px!important
  }
  .u-mb__107,.u-mbpc__107 {
    margin-bottom: 107px!important
  }
  .u-ml__107,.u-mlpc__107 {
    margin-left: 107px!important
  }
  .u-mr__107,.u-mrpc__107 {
    margin-right: 107px!important
  }
  .u-mt__108,.u-mtpc__108 {
    margin-top: 108px!important
  }
  .u-mb__108,.u-mbpc__108 {
    margin-bottom: 108px!important
  }
  .u-ml__108,.u-mlpc__108 {
    margin-left: 108px!important
  }
  .u-mr__108,.u-mrpc__108 {
    margin-right: 108px!important
  }
  .u-mt__109,.u-mtpc__109 {
    margin-top: 109px!important
  }
  .u-mb__109,.u-mbpc__109 {
    margin-bottom: 109px!important
  }
  .u-ml__109,.u-mlpc__109 {
    margin-left: 109px!important
  }
  .u-mr__109,.u-mrpc__109 {
    margin-right: 109px!important
  }
  .u-mt__110,.u-mtpc__110 {
    margin-top: 110px!important
  }
  .u-mb__110,.u-mbpc__110 {
    margin-bottom: 110px!important
  }
  .u-ml__110,.u-mlpc__110 {
    margin-left: 110px!important
  }
  .u-mr__110,.u-mrpc__110 {
    margin-right: 110px!important
  }
  .u-mt__111,.u-mtpc__111 {
    margin-top: 111px!important
  }
  .u-mb__111,.u-mbpc__111 {
    margin-bottom: 111px!important
  }
  .u-ml__111,.u-mlpc__111 {
    margin-left: 111px!important
  }
  .u-mr__111,.u-mrpc__111 {
    margin-right: 111px!important
  }
  .u-mt__112,.u-mtpc__112 {
    margin-top: 112px!important
  }
  .u-mb__112,.u-mbpc__112 {
    margin-bottom: 112px!important
  }
  .u-ml__112,.u-mlpc__112 {
    margin-left: 112px!important
  }
  .u-mr__112,.u-mrpc__112 {
    margin-right: 112px!important
  }
  .u-mt__113,.u-mtpc__113 {
    margin-top: 113px!important
  }
  .u-mb__113,.u-mbpc__113 {
    margin-bottom: 113px!important
  }
  .u-ml__113,.u-mlpc__113 {
    margin-left: 113px!important
  }
  .u-mr__113,.u-mrpc__113 {
    margin-right: 113px!important
  }
  .u-mt__114,.u-mtpc__114 {
    margin-top: 114px!important
  }
  .u-mb__114,.u-mbpc__114 {
    margin-bottom: 114px!important
  }
  .u-ml__114,.u-mlpc__114 {
    margin-left: 114px!important
  }
  .u-mr__114,.u-mrpc__114 {
    margin-right: 114px!important
  }
  .u-mt__115,.u-mtpc__115 {
    margin-top: 115px!important
  }
  .u-mb__115,.u-mbpc__115 {
    margin-bottom: 115px!important
  }
  .u-ml__115,.u-mlpc__115 {
    margin-left: 115px!important
  }
  .u-mr__115,.u-mrpc__115 {
    margin-right: 115px!important
  }
  .u-mt__116,.u-mtpc__116 {
    margin-top: 116px!important
  }
  .u-mb__116,.u-mbpc__116 {
    margin-bottom: 116px!important
  }
  .u-ml__116,.u-mlpc__116 {
    margin-left: 116px!important
  }
  .u-mr__116,.u-mrpc__116 {
    margin-right: 116px!important
  }
  .u-mt__117,.u-mtpc__117 {
    margin-top: 117px!important
  }
  .u-mb__117,.u-mbpc__117 {
    margin-bottom: 117px!important
  }
  .u-ml__117,.u-mlpc__117 {
    margin-left: 117px!important
  }
  .u-mr__117,.u-mrpc__117 {
    margin-right: 117px!important
  }
  .u-mt__118,.u-mtpc__118 {
    margin-top: 118px!important
  }
  .u-mb__118,.u-mbpc__118 {
    margin-bottom: 118px!important
  }
  .u-ml__118,.u-mlpc__118 {
    margin-left: 118px!important
  }
  .u-mr__118,.u-mrpc__118 {
    margin-right: 118px!important
  }
  .u-mt__119,.u-mtpc__119 {
    margin-top: 119px!important
  }
  .u-mb__119,.u-mbpc__119 {
    margin-bottom: 119px!important
  }
  .u-ml__119,.u-mlpc__119 {
    margin-left: 119px!important
  }
  .u-mr__119,.u-mrpc__119 {
    margin-right: 119px!important
  }
  .u-mt__120,.u-mtpc__120 {
    margin-top: 120px!important
  }
  .u-mb__120,.u-mbpc__120 {
    margin-bottom: 120px!important
  }
  .u-ml__120,.u-mlpc__120 {
    margin-left: 120px!important
  }
  .u-mr__120,.u-mrpc__120 {
    margin-right: 120px!important
  }
  .u-mt__121,.u-mtpc__121 {
    margin-top: 121px!important
  }
  .u-mb__121,.u-mbpc__121 {
    margin-bottom: 121px!important
  }
  .u-ml__121,.u-mlpc__121 {
    margin-left: 121px!important
  }
  .u-mr__121,.u-mrpc__121 {
    margin-right: 121px!important
  }
  .u-mt__122,.u-mtpc__122 {
    margin-top: 122px!important
  }
  .u-mb__122,.u-mbpc__122 {
    margin-bottom: 122px!important
  }
  .u-ml__122,.u-mlpc__122 {
    margin-left: 122px!important
  }
  .u-mr__122,.u-mrpc__122 {
    margin-right: 122px!important
  }
  .u-mt__123,.u-mtpc__123 {
    margin-top: 123px!important
  }
  .u-mb__123,.u-mbpc__123 {
    margin-bottom: 123px!important
  }
  .u-ml__123,.u-mlpc__123 {
    margin-left: 123px!important
  }
  .u-mr__123,.u-mrpc__123 {
    margin-right: 123px!important
  }
  .u-mt__124,.u-mtpc__124 {
    margin-top: 124px!important
  }
  .u-mb__124,.u-mbpc__124 {
    margin-bottom: 124px!important
  }
  .u-ml__124,.u-mlpc__124 {
    margin-left: 124px!important
  }
  .u-mr__124,.u-mrpc__124 {
    margin-right: 124px!important
  }
  .u-mt__125,.u-mtpc__125 {
    margin-top: 125px!important
  }
  .u-mb__125,.u-mbpc__125 {
    margin-bottom: 125px!important
  }
  .u-ml__125,.u-mlpc__125 {
    margin-left: 125px!important
  }
  .u-mr__125,.u-mrpc__125 {
    margin-right: 125px!important
  }
  .u-mt__126,.u-mtpc__126 {
    margin-top: 126px!important
  }
  .u-mb__126,.u-mbpc__126 {
    margin-bottom: 126px!important
  }
  .u-ml__126,.u-mlpc__126 {
    margin-left: 126px!important
  }
  .u-mr__126,.u-mrpc__126 {
    margin-right: 126px!important
  }
  .u-mt__127,.u-mtpc__127 {
    margin-top: 127px!important
  }
  .u-mb__127,.u-mbpc__127 {
    margin-bottom: 127px!important
  }
  .u-ml__127,.u-mlpc__127 {
    margin-left: 127px!important
  }
  .u-mr__127,.u-mrpc__127 {
    margin-right: 127px!important
  }
  .u-mt__128,.u-mtpc__128 {
    margin-top: 128px!important
  }
  .u-mb__128,.u-mbpc__128 {
    margin-bottom: 128px!important
  }
  .u-ml__128,.u-mlpc__128 {
    margin-left: 128px!important
  }
  .u-mr__128,.u-mrpc__128 {
    margin-right: 128px!important
  }
  .u-mt__129,.u-mtpc__129 {
    margin-top: 129px!important
  }
  .u-mb__129,.u-mbpc__129 {
    margin-bottom: 129px!important
  }
  .u-ml__129,.u-mlpc__129 {
    margin-left: 129px!important
  }
  .u-mr__129,.u-mrpc__129 {
    margin-right: 129px!important
  }
  .u-mt__130,.u-mtpc__130 {
    margin-top: 130px!important
  }
  .u-mb__130,.u-mbpc__130 {
    margin-bottom: 130px!important
  }
  .u-ml__130,.u-mlpc__130 {
    margin-left: 130px!important
  }
  .u-mr__130,.u-mrpc__130 {
    margin-right: 130px!important
  }
  .u-mt__131,.u-mtpc__131 {
    margin-top: 131px!important
  }
  .u-mb__131,.u-mbpc__131 {
    margin-bottom: 131px!important
  }
  .u-ml__131,.u-mlpc__131 {
    margin-left: 131px!important
  }
  .u-mr__131,.u-mrpc__131 {
    margin-right: 131px!important
  }
  .u-mt__132,.u-mtpc__132 {
    margin-top: 132px!important
  }
  .u-mb__132,.u-mbpc__132 {
    margin-bottom: 132px!important
  }
  .u-ml__132,.u-mlpc__132 {
    margin-left: 132px!important
  }
  .u-mr__132,.u-mrpc__132 {
    margin-right: 132px!important
  }
  .u-mt__133,.u-mtpc__133 {
    margin-top: 133px!important
  }
  .u-mb__133,.u-mbpc__133 {
    margin-bottom: 133px!important
  }
  .u-ml__133,.u-mlpc__133 {
    margin-left: 133px!important
  }
  .u-mr__133,.u-mrpc__133 {
    margin-right: 133px!important
  }
  .u-mt__134,.u-mtpc__134 {
    margin-top: 134px!important
  }
  .u-mb__134,.u-mbpc__134 {
    margin-bottom: 134px!important
  }
  .u-ml__134,.u-mlpc__134 {
    margin-left: 134px!important
  }
  .u-mr__134,.u-mrpc__134 {
    margin-right: 134px!important
  }
  .u-mt__135,.u-mtpc__135 {
    margin-top: 135px!important
  }
  .u-mb__135,.u-mbpc__135 {
    margin-bottom: 135px!important
  }
  .u-ml__135,.u-mlpc__135 {
    margin-left: 135px!important
  }
  .u-mr__135,.u-mrpc__135 {
    margin-right: 135px!important
  }
  .u-mt__136,.u-mtpc__136 {
    margin-top: 136px!important
  }
  .u-mb__136,.u-mbpc__136 {
    margin-bottom: 136px!important
  }
  .u-ml__136,.u-mlpc__136 {
    margin-left: 136px!important
  }
  .u-mr__136,.u-mrpc__136 {
    margin-right: 136px!important
  }
  .u-mt__137,.u-mtpc__137 {
    margin-top: 137px!important
  }
  .u-mb__137,.u-mbpc__137 {
    margin-bottom: 137px!important
  }
  .u-ml__137,.u-mlpc__137 {
    margin-left: 137px!important
  }
  .u-mr__137,.u-mrpc__137 {
    margin-right: 137px!important
  }
  .u-mt__138,.u-mtpc__138 {
    margin-top: 138px!important
  }
  .u-mb__138,.u-mbpc__138 {
    margin-bottom: 138px!important
  }
  .u-ml__138,.u-mlpc__138 {
    margin-left: 138px!important
  }
  .u-mr__138,.u-mrpc__138 {
    margin-right: 138px!important
  }
  .u-mt__139,.u-mtpc__139 {
    margin-top: 139px!important
  }
  .u-mb__139,.u-mbpc__139 {
    margin-bottom: 139px!important
  }
  .u-ml__139,.u-mlpc__139 {
    margin-left: 139px!important
  }
  .u-mr__139,.u-mrpc__139 {
    margin-right: 139px!important
  }
  .u-mt__140,.u-mtpc__140 {
    margin-top: 140px!important
  }
  .u-mb__140,.u-mbpc__140 {
    margin-bottom: 140px!important
  }
  .u-ml__140,.u-mlpc__140 {
    margin-left: 140px!important
  }
  .u-mr__140,.u-mrpc__140 {
    margin-right: 140px!important
  }
  .u-mt__141,.u-mtpc__141 {
    margin-top: 141px!important
  }
  .u-mb__141,.u-mbpc__141 {
    margin-bottom: 141px!important
  }
  .u-ml__141,.u-mlpc__141 {
    margin-left: 141px!important
  }
  .u-mr__141,.u-mrpc__141 {
    margin-right: 141px!important
  }
  .u-mt__142,.u-mtpc__142 {
    margin-top: 142px!important
  }
  .u-mb__142,.u-mbpc__142 {
    margin-bottom: 142px!important
  }
  .u-ml__142,.u-mlpc__142 {
    margin-left: 142px!important
  }
  .u-mr__142,.u-mrpc__142 {
    margin-right: 142px!important
  }
  .u-mt__143,.u-mtpc__143 {
    margin-top: 143px!important
  }
  .u-mb__143,.u-mbpc__143 {
    margin-bottom: 143px!important
  }
  .u-ml__143,.u-mlpc__143 {
    margin-left: 143px!important
  }
  .u-mr__143,.u-mrpc__143 {
    margin-right: 143px!important
  }
  .u-mt__144,.u-mtpc__144 {
    margin-top: 144px!important
  }
  .u-mb__144,.u-mbpc__144 {
    margin-bottom: 144px!important
  }
  .u-ml__144,.u-mlpc__144 {
    margin-left: 144px!important
  }
  .u-mr__144,.u-mrpc__144 {
    margin-right: 144px!important
  }
  .u-mt__145,.u-mtpc__145 {
    margin-top: 145px!important
  }
  .u-mb__145,.u-mbpc__145 {
    margin-bottom: 145px!important
  }
  .u-ml__145,.u-mlpc__145 {
    margin-left: 145px!important
  }
  .u-mr__145,.u-mrpc__145 {
    margin-right: 145px!important
  }
  .u-mt__146,.u-mtpc__146 {
    margin-top: 146px!important
  }
  .u-mb__146,.u-mbpc__146 {
    margin-bottom: 146px!important
  }
  .u-ml__146,.u-mlpc__146 {
    margin-left: 146px!important
  }
  .u-mr__146,.u-mrpc__146 {
    margin-right: 146px!important
  }
  .u-mt__147,.u-mtpc__147 {
    margin-top: 147px!important
  }
  .u-mb__147,.u-mbpc__147 {
    margin-bottom: 147px!important
  }
  .u-ml__147,.u-mlpc__147 {
    margin-left: 147px!important
  }
  .u-mr__147,.u-mrpc__147 {
    margin-right: 147px!important
  }
  .u-mt__148,.u-mtpc__148 {
    margin-top: 148px!important
  }
  .u-mb__148,.u-mbpc__148 {
    margin-bottom: 148px!important
  }
  .u-ml__148,.u-mlpc__148 {
    margin-left: 148px!important
  }
  .u-mr__148,.u-mrpc__148 {
    margin-right: 148px!important
  }
  .u-mt__149,.u-mtpc__149 {
    margin-top: 149px!important
  }
  .u-mb__149,.u-mbpc__149 {
    margin-bottom: 149px!important
  }
  .u-ml__149,.u-mlpc__149 {
    margin-left: 149px!important
  }
  .u-mr__149,.u-mrpc__149 {
    margin-right: 149px!important
  }
  .u-mt__150,.u-mtpc__150 {
    margin-top: 150px!important
  }
  .u-mb__150,.u-mbpc__150 {
    margin-bottom: 150px!important
  }
  .u-ml__150,.u-mlpc__150 {
    margin-left: 150px!important
  }
  .u-mr__150,.u-mrpc__150 {
    margin-right: 150px!important
  }
  .u-mt__151,.u-mtpc__151 {
    margin-top: 151px!important
  }
  .u-mb__151,.u-mbpc__151 {
    margin-bottom: 151px!important
  }
  .u-ml__151,.u-mlpc__151 {
    margin-left: 151px!important
  }
  .u-mr__151,.u-mrpc__151 {
    margin-right: 151px!important
  }
  .u-mt__152,.u-mtpc__152 {
    margin-top: 152px!important
  }
  .u-mb__152,.u-mbpc__152 {
    margin-bottom: 152px!important
  }
  .u-ml__152,.u-mlpc__152 {
    margin-left: 152px!important
  }
  .u-mr__152,.u-mrpc__152 {
    margin-right: 152px!important
  }
  .u-mt__153,.u-mtpc__153 {
    margin-top: 153px!important
  }
  .u-mb__153,.u-mbpc__153 {
    margin-bottom: 153px!important
  }
  .u-ml__153,.u-mlpc__153 {
    margin-left: 153px!important
  }
  .u-mr__153,.u-mrpc__153 {
    margin-right: 153px!important
  }
  .u-mt__154,.u-mtpc__154 {
    margin-top: 154px!important
  }
  .u-mb__154,.u-mbpc__154 {
    margin-bottom: 154px!important
  }
  .u-ml__154,.u-mlpc__154 {
    margin-left: 154px!important
  }
  .u-mr__154,.u-mrpc__154 {
    margin-right: 154px!important
  }
  .u-mt__155,.u-mtpc__155 {
    margin-top: 155px!important
  }
  .u-mb__155,.u-mbpc__155 {
    margin-bottom: 155px!important
  }
  .u-ml__155,.u-mlpc__155 {
    margin-left: 155px!important
  }
  .u-mr__155,.u-mrpc__155 {
    margin-right: 155px!important
  }
  .u-mt__156,.u-mtpc__156 {
    margin-top: 156px!important
  }
  .u-mb__156,.u-mbpc__156 {
    margin-bottom: 156px!important
  }
  .u-ml__156,.u-mlpc__156 {
    margin-left: 156px!important
  }
  .u-mr__156,.u-mrpc__156 {
    margin-right: 156px!important
  }
  .u-mt__157,.u-mtpc__157 {
    margin-top: 157px!important
  }
  .u-mb__157,.u-mbpc__157 {
    margin-bottom: 157px!important
  }
  .u-ml__157,.u-mlpc__157 {
    margin-left: 157px!important
  }
  .u-mr__157,.u-mrpc__157 {
    margin-right: 157px!important
  }
  .u-mt__158,.u-mtpc__158 {
    margin-top: 158px!important
  }
  .u-mb__158,.u-mbpc__158 {
    margin-bottom: 158px!important
  }
  .u-ml__158,.u-mlpc__158 {
    margin-left: 158px!important
  }
  .u-mr__158,.u-mrpc__158 {
    margin-right: 158px!important
  }
  .u-mt__159,.u-mtpc__159 {
    margin-top: 159px!important
  }
  .u-mb__159,.u-mbpc__159 {
    margin-bottom: 159px!important
  }
  .u-ml__159,.u-mlpc__159 {
    margin-left: 159px!important
  }
  .u-mr__159,.u-mrpc__159 {
    margin-right: 159px!important
  }
  .u-mt__160,.u-mtpc__160 {
    margin-top: 160px!important
  }
  .u-mb__160,.u-mbpc__160 {
    margin-bottom: 160px!important
  }
  .u-ml__160,.u-mlpc__160 {
    margin-left: 160px!important
  }
  .u-mr__160,.u-mrpc__160 {
    margin-right: 160px!important
  }
  .u-mt__161,.u-mtpc__161 {
    margin-top: 161px!important
  }
  .u-mb__161,.u-mbpc__161 {
    margin-bottom: 161px!important
  }
  .u-ml__161,.u-mlpc__161 {
    margin-left: 161px!important
  }
  .u-mr__161,.u-mrpc__161 {
    margin-right: 161px!important
  }
  .u-mt__162,.u-mtpc__162 {
    margin-top: 162px!important
  }
  .u-mb__162,.u-mbpc__162 {
    margin-bottom: 162px!important
  }
  .u-ml__162,.u-mlpc__162 {
    margin-left: 162px!important
  }
  .u-mr__162,.u-mrpc__162 {
    margin-right: 162px!important
  }
  .u-mt__163,.u-mtpc__163 {
    margin-top: 163px!important
  }
  .u-mb__163,.u-mbpc__163 {
    margin-bottom: 163px!important
  }
  .u-ml__163,.u-mlpc__163 {
    margin-left: 163px!important
  }
  .u-mr__163,.u-mrpc__163 {
    margin-right: 163px!important
  }
  .u-mt__164,.u-mtpc__164 {
    margin-top: 164px!important
  }
  .u-mb__164,.u-mbpc__164 {
    margin-bottom: 164px!important
  }
  .u-ml__164,.u-mlpc__164 {
    margin-left: 164px!important
  }
  .u-mr__164,.u-mrpc__164 {
    margin-right: 164px!important
  }
  .u-mt__165,.u-mtpc__165 {
    margin-top: 165px!important
  }
  .u-mb__165,.u-mbpc__165 {
    margin-bottom: 165px!important
  }
  .u-ml__165,.u-mlpc__165 {
    margin-left: 165px!important
  }
  .u-mr__165,.u-mrpc__165 {
    margin-right: 165px!important
  }
  .u-mt__166,.u-mtpc__166 {
    margin-top: 166px!important
  }
  .u-mb__166,.u-mbpc__166 {
    margin-bottom: 166px!important
  }
  .u-ml__166,.u-mlpc__166 {
    margin-left: 166px!important
  }
  .u-mr__166,.u-mrpc__166 {
    margin-right: 166px!important
  }
  .u-mt__167,.u-mtpc__167 {
    margin-top: 167px!important
  }
  .u-mb__167,.u-mbpc__167 {
    margin-bottom: 167px!important
  }
  .u-ml__167,.u-mlpc__167 {
    margin-left: 167px!important
  }
  .u-mr__167,.u-mrpc__167 {
    margin-right: 167px!important
  }
  .u-mt__168,.u-mtpc__168 {
    margin-top: 168px!important
  }
  .u-mb__168,.u-mbpc__168 {
    margin-bottom: 168px!important
  }
  .u-ml__168,.u-mlpc__168 {
    margin-left: 168px!important
  }
  .u-mr__168,.u-mrpc__168 {
    margin-right: 168px!important
  }
  .u-mt__169,.u-mtpc__169 {
    margin-top: 169px!important
  }
  .u-mb__169,.u-mbpc__169 {
    margin-bottom: 169px!important
  }
  .u-ml__169,.u-mlpc__169 {
    margin-left: 169px!important
  }
  .u-mr__169,.u-mrpc__169 {
    margin-right: 169px!important
  }
  .u-mt__170,.u-mtpc__170 {
    margin-top: 170px!important
  }
  .u-mb__170,.u-mbpc__170 {
    margin-bottom: 170px!important
  }
  .u-ml__170,.u-mlpc__170 {
    margin-left: 170px!important
  }
  .u-mr__170,.u-mrpc__170 {
    margin-right: 170px!important
  }
  .u-mt__171,.u-mtpc__171 {
    margin-top: 171px!important
  }
  .u-mb__171,.u-mbpc__171 {
    margin-bottom: 171px!important
  }
  .u-ml__171,.u-mlpc__171 {
    margin-left: 171px!important
  }
  .u-mr__171,.u-mrpc__171 {
    margin-right: 171px!important
  }
  .u-mt__172,.u-mtpc__172 {
    margin-top: 172px!important
  }
  .u-mb__172,.u-mbpc__172 {
    margin-bottom: 172px!important
  }
  .u-ml__172,.u-mlpc__172 {
    margin-left: 172px!important
  }
  .u-mr__172,.u-mrpc__172 {
    margin-right: 172px!important
  }
  .u-mt__173,.u-mtpc__173 {
    margin-top: 173px!important
  }
  .u-mb__173,.u-mbpc__173 {
    margin-bottom: 173px!important
  }
  .u-ml__173,.u-mlpc__173 {
    margin-left: 173px!important
  }
  .u-mr__173,.u-mrpc__173 {
    margin-right: 173px!important
  }
  .u-mt__174,.u-mtpc__174 {
    margin-top: 174px!important
  }
  .u-mb__174,.u-mbpc__174 {
    margin-bottom: 174px!important
  }
  .u-ml__174,.u-mlpc__174 {
    margin-left: 174px!important
  }
  .u-mr__174,.u-mrpc__174 {
    margin-right: 174px!important
  }
  .u-mt__175,.u-mtpc__175 {
    margin-top: 175px!important
  }
  .u-mb__175,.u-mbpc__175 {
    margin-bottom: 175px!important
  }
  .u-ml__175,.u-mlpc__175 {
    margin-left: 175px!important
  }
  .u-mr__175,.u-mrpc__175 {
    margin-right: 175px!important
  }
  .u-mt__176,.u-mtpc__176 {
    margin-top: 176px!important
  }
  .u-mb__176,.u-mbpc__176 {
    margin-bottom: 176px!important
  }
  .u-ml__176,.u-mlpc__176 {
    margin-left: 176px!important
  }
  .u-mr__176,.u-mrpc__176 {
    margin-right: 176px!important
  }
  .u-mt__177,.u-mtpc__177 {
    margin-top: 177px!important
  }
  .u-mb__177,.u-mbpc__177 {
    margin-bottom: 177px!important
  }
  .u-ml__177,.u-mlpc__177 {
    margin-left: 177px!important
  }
  .u-mr__177,.u-mrpc__177 {
    margin-right: 177px!important
  }
  .u-mt__178,.u-mtpc__178 {
    margin-top: 178px!important
  }
  .u-mb__178,.u-mbpc__178 {
    margin-bottom: 178px!important
  }
  .u-ml__178,.u-mlpc__178 {
    margin-left: 178px!important
  }
  .u-mr__178,.u-mrpc__178 {
    margin-right: 178px!important
  }
  .u-mt__179,.u-mtpc__179 {
    margin-top: 179px!important
  }
  .u-mb__179,.u-mbpc__179 {
    margin-bottom: 179px!important
  }
  .u-ml__179,.u-mlpc__179 {
    margin-left: 179px!important
  }
  .u-mr__179,.u-mrpc__179 {
    margin-right: 179px!important
  }
  .u-mt__180,.u-mtpc__180 {
    margin-top: 180px!important
  }
  .u-mb__180,.u-mbpc__180 {
    margin-bottom: 180px!important
  }
  .u-ml__180,.u-mlpc__180 {
    margin-left: 180px!important
  }
  .u-mr__180,.u-mrpc__180 {
    margin-right: 180px!important
  }
  .u-mt__181,.u-mtpc__181 {
    margin-top: 181px!important
  }
  .u-mb__181,.u-mbpc__181 {
    margin-bottom: 181px!important
  }
  .u-ml__181,.u-mlpc__181 {
    margin-left: 181px!important
  }
  .u-mr__181,.u-mrpc__181 {
    margin-right: 181px!important
  }
  .u-mt__182,.u-mtpc__182 {
    margin-top: 182px!important
  }
  .u-mb__182,.u-mbpc__182 {
    margin-bottom: 182px!important
  }
  .u-ml__182,.u-mlpc__182 {
    margin-left: 182px!important
  }
  .u-mr__182,.u-mrpc__182 {
    margin-right: 182px!important
  }
  .u-mt__183,.u-mtpc__183 {
    margin-top: 183px!important
  }
  .u-mb__183,.u-mbpc__183 {
    margin-bottom: 183px!important
  }
  .u-ml__183,.u-mlpc__183 {
    margin-left: 183px!important
  }
  .u-mr__183,.u-mrpc__183 {
    margin-right: 183px!important
  }
  .u-mt__184,.u-mtpc__184 {
    margin-top: 184px!important
  }
  .u-mb__184,.u-mbpc__184 {
    margin-bottom: 184px!important
  }
  .u-ml__184,.u-mlpc__184 {
    margin-left: 184px!important
  }
  .u-mr__184,.u-mrpc__184 {
    margin-right: 184px!important
  }
  .u-mt__185,.u-mtpc__185 {
    margin-top: 185px!important
  }
  .u-mb__185,.u-mbpc__185 {
    margin-bottom: 185px!important
  }
  .u-ml__185,.u-mlpc__185 {
    margin-left: 185px!important
  }
  .u-mr__185,.u-mrpc__185 {
    margin-right: 185px!important
  }
  .u-mt__186,.u-mtpc__186 {
    margin-top: 186px!important
  }
  .u-mb__186,.u-mbpc__186 {
    margin-bottom: 186px!important
  }
  .u-ml__186,.u-mlpc__186 {
    margin-left: 186px!important
  }
  .u-mr__186,.u-mrpc__186 {
    margin-right: 186px!important
  }
  .u-mt__187,.u-mtpc__187 {
    margin-top: 187px!important
  }
  .u-mb__187,.u-mbpc__187 {
    margin-bottom: 187px!important
  }
  .u-ml__187,.u-mlpc__187 {
    margin-left: 187px!important
  }
  .u-mr__187,.u-mrpc__187 {
    margin-right: 187px!important
  }
  .u-mt__188,.u-mtpc__188 {
    margin-top: 188px!important
  }
  .u-mb__188,.u-mbpc__188 {
    margin-bottom: 188px!important
  }
  .u-ml__188,.u-mlpc__188 {
    margin-left: 188px!important
  }
  .u-mr__188,.u-mrpc__188 {
    margin-right: 188px!important
  }
  .u-mt__189,.u-mtpc__189 {
    margin-top: 189px!important
  }
  .u-mb__189,.u-mbpc__189 {
    margin-bottom: 189px!important
  }
  .u-ml__189,.u-mlpc__189 {
    margin-left: 189px!important
  }
  .u-mr__189,.u-mrpc__189 {
    margin-right: 189px!important
  }
  .u-mt__190,.u-mtpc__190 {
    margin-top: 190px!important
  }
  .u-mb__190,.u-mbpc__190 {
    margin-bottom: 190px!important
  }
  .u-ml__190,.u-mlpc__190 {
    margin-left: 190px!important
  }
  .u-mr__190,.u-mrpc__190 {
    margin-right: 190px!important
  }
  .u-mt__191,.u-mtpc__191 {
    margin-top: 191px!important
  }
  .u-mb__191,.u-mbpc__191 {
    margin-bottom: 191px!important
  }
  .u-ml__191,.u-mlpc__191 {
    margin-left: 191px!important
  }
  .u-mr__191,.u-mrpc__191 {
    margin-right: 191px!important
  }
  .u-mt__192,.u-mtpc__192 {
    margin-top: 192px!important
  }
  .u-mb__192,.u-mbpc__192 {
    margin-bottom: 192px!important
  }
  .u-ml__192,.u-mlpc__192 {
    margin-left: 192px!important
  }
  .u-mr__192,.u-mrpc__192 {
    margin-right: 192px!important
  }
  .u-mt__193,.u-mtpc__193 {
    margin-top: 193px!important
  }
  .u-mb__193,.u-mbpc__193 {
    margin-bottom: 193px!important
  }
  .u-ml__193,.u-mlpc__193 {
    margin-left: 193px!important
  }
  .u-mr__193,.u-mrpc__193 {
    margin-right: 193px!important
  }
  .u-mt__194,.u-mtpc__194 {
    margin-top: 194px!important
  }
  .u-mb__194,.u-mbpc__194 {
    margin-bottom: 194px!important
  }
  .u-ml__194,.u-mlpc__194 {
    margin-left: 194px!important
  }
  .u-mr__194,.u-mrpc__194 {
    margin-right: 194px!important
  }
  .u-mt__195,.u-mtpc__195 {
    margin-top: 195px!important
  }
  .u-mb__195,.u-mbpc__195 {
    margin-bottom: 195px!important
  }
  .u-ml__195,.u-mlpc__195 {
    margin-left: 195px!important
  }
  .u-mr__195,.u-mrpc__195 {
    margin-right: 195px!important
  }
  .u-mt__196,.u-mtpc__196 {
    margin-top: 196px!important
  }
  .u-mb__196,.u-mbpc__196 {
    margin-bottom: 196px!important
  }
  .u-ml__196,.u-mlpc__196 {
    margin-left: 196px!important
  }
  .u-mr__196,.u-mrpc__196 {
    margin-right: 196px!important
  }
  .u-mt__197,.u-mtpc__197 {
    margin-top: 197px!important
  }
  .u-mb__197,.u-mbpc__197 {
    margin-bottom: 197px!important
  }
  .u-ml__197,.u-mlpc__197 {
    margin-left: 197px!important
  }
  .u-mr__197,.u-mrpc__197 {
    margin-right: 197px!important
  }
  .u-mt__198,.u-mtpc__198 {
    margin-top: 198px!important
  }
  .u-mb__198,.u-mbpc__198 {
    margin-bottom: 198px!important
  }
  .u-ml__198,.u-mlpc__198 {
    margin-left: 198px!important
  }
  .u-mr__198,.u-mrpc__198 {
    margin-right: 198px!important
  }
  .u-mt__199,.u-mtpc__199 {
    margin-top: 199px!important
  }
  .u-mb__199,.u-mbpc__199 {
    margin-bottom: 199px!important
  }
  .u-ml__199,.u-mlpc__199 {
    margin-left: 199px!important
  }
  .u-mr__199,.u-mrpc__199 {
    margin-right: 199px!important
  }
  .u-mt__200,.u-mtpc__200 {
    margin-top: 200px!important
  }
  .u-mb__200,.u-mbpc__200 {
    margin-bottom: 200px!important
  }
  .u-ml__200,.u-mlpc__200 {
    margin-left: 200px!important
  }
  .u-mr__200,.u-mrpc__200 {
    margin-right: 200px!important
  }
  .c-arrow-next,.c-arrow-num,.c-arrow-prev {
    width: 60px;
    height: 60px
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none!important
  }
  .u-mt__0,.u-mtsp__0 {
    margin-top: 0!important
  }
  .u-mb__0,.u-mbsp__0 {
    margin-bottom: 0!important
  }
  .u-ml__0,.u-mlsp__0 {
    margin-left: 0!important
  }
  .u-mr__0,.u-mrsp__0 {
    margin-right: 0!important
  }
  .u-mt__1,.u-mtsp__1 {
    margin-top: .1rem!important
  }
  .u-mb__1,.u-mbsp__1 {
    margin-bottom: .1rem!important
  }
  .u-ml__1,.u-mlsp__1 {
    margin-left: .1rem!important
  }
  .u-mr__1,.u-mrsp__1 {
    margin-right: .1rem!important
  }
  .u-mt__2,.u-mtsp__2 {
    margin-top: .2rem!important
  }
  .u-mb__2,.u-mbsp__2 {
    margin-bottom: .2rem!important
  }
  .u-ml__2,.u-mlsp__2 {
    margin-left: .2rem!important
  }
  .u-mr__2,.u-mrsp__2 {
    margin-right: .2rem!important
  }
  .u-mt__3,.u-mtsp__3 {
    margin-top: .3rem!important
  }
  .u-mb__3,.u-mbsp__3 {
    margin-bottom: .3rem!important
  }
  .u-ml__3,.u-mlsp__3 {
    margin-left: .3rem!important
  }
  .u-mr__3,.u-mrsp__3 {
    margin-right: .3rem!important
  }
  .u-mt__4,.u-mtsp__4 {
    margin-top: .4rem!important
  }
  .u-mb__4,.u-mbsp__4 {
    margin-bottom: .4rem!important
  }
  .u-ml__4,.u-mlsp__4 {
    margin-left: .4rem!important
  }
  .u-mr__4,.u-mrsp__4 {
    margin-right: .4rem!important
  }
  .u-mt__5,.u-mtsp__5 {
    margin-top: .5rem!important
  }
  .u-mb__5,.u-mbsp__5 {
    margin-bottom: .5rem!important
  }
  .u-ml__5,.u-mlsp__5 {
    margin-left: .5rem!important
  }
  .u-mr__5,.u-mrsp__5 {
    margin-right: .5rem!important
  }
  .u-mt__6,.u-mtsp__6 {
    margin-top: .6rem!important
  }
  .u-mb__6,.u-mbsp__6 {
    margin-bottom: .6rem!important
  }
  .u-ml__6,.u-mlsp__6 {
    margin-left: .6rem!important
  }
  .u-mr__6,.u-mrsp__6 {
    margin-right: .6rem!important
  }
  .u-mt__7,.u-mtsp__7 {
    margin-top: .7rem!important
  }
  .u-mb__7,.u-mbsp__7 {
    margin-bottom: .7rem!important
  }
  .u-ml__7,.u-mlsp__7 {
    margin-left: .7rem!important
  }
  .u-mr__7,.u-mrsp__7 {
    margin-right: .7rem!important
  }
  .u-mt__8,.u-mtsp__8 {
    margin-top: .8rem!important
  }
  .u-mb__8,.u-mbsp__8 {
    margin-bottom: .8rem!important
  }
  .u-ml__8,.u-mlsp__8 {
    margin-left: .8rem!important
  }
  .u-mr__8,.u-mrsp__8 {
    margin-right: .8rem!important
  }
  .u-mt__9,.u-mtsp__9 {
    margin-top: .9rem!important
  }
  .u-mb__9,.u-mbsp__9 {
    margin-bottom: .9rem!important
  }
  .u-ml__9,.u-mlsp__9 {
    margin-left: .9rem!important
  }
  .u-mr__9,.u-mrsp__9 {
    margin-right: .9rem!important
  }
  .u-mt__10,.u-mtsp__10 {
    margin-top: 1rem!important
  }
  .u-mb__10,.u-mbsp__10 {
    margin-bottom: 1rem!important
  }
  .u-ml__10,.u-mlsp__10 {
    margin-left: 1rem!important
  }
  .u-mr__10,.u-mrsp__10 {
    margin-right: 1rem!important
  }
  .u-mt__11,.u-mtsp__11 {
    margin-top: 1.1rem!important
  }
  .u-mb__11,.u-mbsp__11 {
    margin-bottom: 1.1rem!important
  }
  .u-ml__11,.u-mlsp__11 {
    margin-left: 1.1rem!important
  }
  .u-mr__11,.u-mrsp__11 {
    margin-right: 1.1rem!important
  }
  .u-mt__12,.u-mtsp__12 {
    margin-top: 1.2rem!important
  }
  .u-mb__12,.u-mbsp__12 {
    margin-bottom: 1.2rem!important
  }
  .u-ml__12,.u-mlsp__12 {
    margin-left: 1.2rem!important
  }
  .u-mr__12,.u-mrsp__12 {
    margin-right: 1.2rem!important
  }
  .u-mt__13,.u-mtsp__13 {
    margin-top: 1.3rem!important
  }
  .u-mb__13,.u-mbsp__13 {
    margin-bottom: 1.3rem!important
  }
  .u-ml__13,.u-mlsp__13 {
    margin-left: 1.3rem!important
  }
  .u-mr__13,.u-mrsp__13 {
    margin-right: 1.3rem!important
  }
  .u-mt__14,.u-mtsp__14 {
    margin-top: 1.4rem!important
  }
  .u-mb__14,.u-mbsp__14 {
    margin-bottom: 1.4rem!important
  }
  .u-ml__14,.u-mlsp__14 {
    margin-left: 1.4rem!important
  }
  .u-mr__14,.u-mrsp__14 {
    margin-right: 1.4rem!important
  }
  .u-mt__15,.u-mtsp__15 {
    margin-top: 1.5rem!important
  }
  .u-mb__15,.u-mbsp__15 {
    margin-bottom: 1.5rem!important
  }
  .u-ml__15,.u-mlsp__15 {
    margin-left: 1.5rem!important
  }
  .u-mr__15,.u-mrsp__15 {
    margin-right: 1.5rem!important
  }
  .u-mt__16,.u-mtsp__16 {
    margin-top: 1.6rem!important
  }
  .u-mb__16,.u-mbsp__16 {
    margin-bottom: 1.6rem!important
  }
  .u-ml__16,.u-mlsp__16 {
    margin-left: 1.6rem!important
  }
  .u-mr__16,.u-mrsp__16 {
    margin-right: 1.6rem!important
  }
  .u-mt__17,.u-mtsp__17 {
    margin-top: 1.7rem!important
  }
  .u-mb__17,.u-mbsp__17 {
    margin-bottom: 1.7rem!important
  }
  .u-ml__17,.u-mlsp__17 {
    margin-left: 1.7rem!important
  }
  .u-mr__17,.u-mrsp__17 {
    margin-right: 1.7rem!important
  }
  .u-mt__18,.u-mtsp__18 {
    margin-top: 1.8rem!important
  }
  .u-mb__18,.u-mbsp__18 {
    margin-bottom: 1.8rem!important
  }
  .u-ml__18,.u-mlsp__18 {
    margin-left: 1.8rem!important
  }
  .u-mr__18,.u-mrsp__18 {
    margin-right: 1.8rem!important
  }
  .u-mt__19,.u-mtsp__19 {
    margin-top: 1.9rem!important
  }
  .u-mb__19,.u-mbsp__19 {
    margin-bottom: 1.9rem!important
  }
  .u-ml__19,.u-mlsp__19 {
    margin-left: 1.9rem!important
  }
  .u-mr__19,.u-mrsp__19 {
    margin-right: 1.9rem!important
  }
  .u-mt__20,.u-mtsp__20 {
    margin-top: 2rem!important
  }
  .u-mb__20,.u-mbsp__20 {
    margin-bottom: 2rem!important
  }
  .u-ml__20,.u-mlsp__20 {
    margin-left: 2rem!important
  }
  .u-mr__20,.u-mrsp__20 {
    margin-right: 2rem!important
  }
  .u-mt__21,.u-mtsp__21 {
    margin-top: 2.1rem!important
  }
  .u-mb__21,.u-mbsp__21 {
    margin-bottom: 2.1rem!important
  }
  .u-ml__21,.u-mlsp__21 {
    margin-left: 2.1rem!important
  }
  .u-mr__21,.u-mrsp__21 {
    margin-right: 2.1rem!important
  }
  .u-mt__22,.u-mtsp__22 {
    margin-top: 2.2rem!important
  }
  .u-mb__22,.u-mbsp__22 {
    margin-bottom: 2.2rem!important
  }
  .u-ml__22,.u-mlsp__22 {
    margin-left: 2.2rem!important
  }
  .u-mr__22,.u-mrsp__22 {
    margin-right: 2.2rem!important
  }
  .u-mt__23,.u-mtsp__23 {
    margin-top: 2.3rem!important
  }
  .u-mb__23,.u-mbsp__23 {
    margin-bottom: 2.3rem!important
  }
  .u-ml__23,.u-mlsp__23 {
    margin-left: 2.3rem!important
  }
  .u-mr__23,.u-mrsp__23 {
    margin-right: 2.3rem!important
  }
  .u-mt__24,.u-mtsp__24 {
    margin-top: 2.4rem!important
  }
  .u-mb__24,.u-mbsp__24 {
    margin-bottom: 2.4rem!important
  }
  .u-ml__24,.u-mlsp__24 {
    margin-left: 2.4rem!important
  }
  .u-mr__24,.u-mrsp__24 {
    margin-right: 2.4rem!important
  }
  .u-mt__25,.u-mtsp__25 {
    margin-top: 2.5rem!important
  }
  .u-mb__25,.u-mbsp__25 {
    margin-bottom: 2.5rem!important
  }
  .u-ml__25,.u-mlsp__25 {
    margin-left: 2.5rem!important
  }
  .u-mr__25,.u-mrsp__25 {
    margin-right: 2.5rem!important
  }
  .u-mt__26,.u-mtsp__26 {
    margin-top: 2.6rem!important
  }
  .u-mb__26,.u-mbsp__26 {
    margin-bottom: 2.6rem!important
  }
  .u-ml__26,.u-mlsp__26 {
    margin-left: 2.6rem!important
  }
  .u-mr__26,.u-mrsp__26 {
    margin-right: 2.6rem!important
  }
  .u-mt__27,.u-mtsp__27 {
    margin-top: 2.7rem!important
  }
  .u-mb__27,.u-mbsp__27 {
    margin-bottom: 2.7rem!important
  }
  .u-ml__27,.u-mlsp__27 {
    margin-left: 2.7rem!important
  }
  .u-mr__27,.u-mrsp__27 {
    margin-right: 2.7rem!important
  }
  .u-mt__28,.u-mtsp__28 {
    margin-top: 2.8rem!important
  }
  .u-mb__28,.u-mbsp__28 {
    margin-bottom: 2.8rem!important
  }
  .u-ml__28,.u-mlsp__28 {
    margin-left: 2.8rem!important
  }
  .u-mr__28,.u-mrsp__28 {
    margin-right: 2.8rem!important
  }
  .u-mt__29,.u-mtsp__29 {
    margin-top: 2.9rem!important
  }
  .u-mb__29,.u-mbsp__29 {
    margin-bottom: 2.9rem!important
  }
  .u-ml__29,.u-mlsp__29 {
    margin-left: 2.9rem!important
  }
  .u-mr__29,.u-mrsp__29 {
    margin-right: 2.9rem!important
  }
  .u-mt__30,.u-mtsp__30 {
    margin-top: 3rem!important
  }
  .u-mb__30,.u-mbsp__30 {
    margin-bottom: 3rem!important
  }
  .u-ml__30,.u-mlsp__30 {
    margin-left: 3rem!important
  }
  .u-mr__30,.u-mrsp__30 {
    margin-right: 3rem!important
  }
  .u-mt__31,.u-mtsp__31 {
    margin-top: 3.1rem!important
  }
  .u-mb__31,.u-mbsp__31 {
    margin-bottom: 3.1rem!important
  }
  .u-ml__31,.u-mlsp__31 {
    margin-left: 3.1rem!important
  }
  .u-mr__31,.u-mrsp__31 {
    margin-right: 3.1rem!important
  }
  .u-mt__32,.u-mtsp__32 {
    margin-top: 3.2rem!important
  }
  .u-mb__32,.u-mbsp__32 {
    margin-bottom: 3.2rem!important
  }
  .u-ml__32,.u-mlsp__32 {
    margin-left: 3.2rem!important
  }
  .u-mr__32,.u-mrsp__32 {
    margin-right: 3.2rem!important
  }
  .u-mt__33,.u-mtsp__33 {
    margin-top: 3.3rem!important
  }
  .u-mb__33,.u-mbsp__33 {
    margin-bottom: 3.3rem!important
  }
  .u-ml__33,.u-mlsp__33 {
    margin-left: 3.3rem!important
  }
  .u-mr__33,.u-mrsp__33 {
    margin-right: 3.3rem!important
  }
  .u-mt__34,.u-mtsp__34 {
    margin-top: 3.4rem!important
  }
  .u-mb__34,.u-mbsp__34 {
    margin-bottom: 3.4rem!important
  }
  .u-ml__34,.u-mlsp__34 {
    margin-left: 3.4rem!important
  }
  .u-mr__34,.u-mrsp__34 {
    margin-right: 3.4rem!important
  }
  .u-mt__35,.u-mtsp__35 {
    margin-top: 3.5rem!important
  }
  .u-mb__35,.u-mbsp__35 {
    margin-bottom: 3.5rem!important
  }
  .u-ml__35,.u-mlsp__35 {
    margin-left: 3.5rem!important
  }
  .u-mr__35,.u-mrsp__35 {
    margin-right: 3.5rem!important
  }
  .u-mt__36,.u-mtsp__36 {
    margin-top: 3.6rem!important
  }
  .u-mb__36,.u-mbsp__36 {
    margin-bottom: 3.6rem!important
  }
  .u-ml__36,.u-mlsp__36 {
    margin-left: 3.6rem!important
  }
  .u-mr__36,.u-mrsp__36 {
    margin-right: 3.6rem!important
  }
  .u-mt__37,.u-mtsp__37 {
    margin-top: 3.7rem!important
  }
  .u-mb__37,.u-mbsp__37 {
    margin-bottom: 3.7rem!important
  }
  .u-ml__37,.u-mlsp__37 {
    margin-left: 3.7rem!important
  }
  .u-mr__37,.u-mrsp__37 {
    margin-right: 3.7rem!important
  }
  .u-mt__38,.u-mtsp__38 {
    margin-top: 3.8rem!important
  }
  .u-mb__38,.u-mbsp__38 {
    margin-bottom: 3.8rem!important
  }
  .u-ml__38,.u-mlsp__38 {
    margin-left: 3.8rem!important
  }
  .u-mr__38,.u-mrsp__38 {
    margin-right: 3.8rem!important
  }
  .u-mt__39,.u-mtsp__39 {
    margin-top: 3.9rem!important
  }
  .u-mb__39,.u-mbsp__39 {
    margin-bottom: 3.9rem!important
  }
  .u-ml__39,.u-mlsp__39 {
    margin-left: 3.9rem!important
  }
  .u-mr__39,.u-mrsp__39 {
    margin-right: 3.9rem!important
  }
  .u-mt__40,.u-mtsp__40 {
    margin-top: 4rem!important
  }
  .u-mb__40,.u-mbsp__40 {
    margin-bottom: 4rem!important
  }
  .u-ml__40,.u-mlsp__40 {
    margin-left: 4rem!important
  }
  .u-mr__40,.u-mrsp__40 {
    margin-right: 4rem!important
  }
  .u-mt__41,.u-mtsp__41 {
    margin-top: 4.100000000000001rem!important
  }
  .u-mb__41,.u-mbsp__41 {
    margin-bottom: 4.100000000000001rem!important
  }
  .u-ml__41,.u-mlsp__41 {
    margin-left: 4.100000000000001rem!important
  }
  .u-mr__41,.u-mrsp__41 {
    margin-right: 4.100000000000001rem!important
  }
  .u-mt__42,.u-mtsp__42 {
    margin-top: 4.2rem!important
  }
  .u-mb__42,.u-mbsp__42 {
    margin-bottom: 4.2rem!important
  }
  .u-ml__42,.u-mlsp__42 {
    margin-left: 4.2rem!important
  }
  .u-mr__42,.u-mrsp__42 {
    margin-right: 4.2rem!important
  }
  .u-mt__43,.u-mtsp__43 {
    margin-top: 4.3rem!important
  }
  .u-mb__43,.u-mbsp__43 {
    margin-bottom: 4.3rem!important
  }
  .u-ml__43,.u-mlsp__43 {
    margin-left: 4.3rem!important
  }
  .u-mr__43,.u-mrsp__43 {
    margin-right: 4.3rem!important
  }
  .u-mt__44,.u-mtsp__44 {
    margin-top: 4.4rem!important
  }
  .u-mb__44,.u-mbsp__44 {
    margin-bottom: 4.4rem!important
  }
  .u-ml__44,.u-mlsp__44 {
    margin-left: 4.4rem!important
  }
  .u-mr__44,.u-mrsp__44 {
    margin-right: 4.4rem!important
  }
  .u-mt__45,.u-mtsp__45 {
    margin-top: 4.5rem!important
  }
  .u-mb__45,.u-mbsp__45 {
    margin-bottom: 4.5rem!important
  }
  .u-ml__45,.u-mlsp__45 {
    margin-left: 4.5rem!important
  }
  .u-mr__45,.u-mrsp__45 {
    margin-right: 4.5rem!important
  }
  .u-mt__46,.u-mtsp__46 {
    margin-top: 4.600000000000001rem!important
  }
  .u-mb__46,.u-mbsp__46 {
    margin-bottom: 4.600000000000001rem!important
  }
  .u-ml__46,.u-mlsp__46 {
    margin-left: 4.600000000000001rem!important
  }
  .u-mr__46,.u-mrsp__46 {
    margin-right: 4.600000000000001rem!important
  }
  .u-mt__47,.u-mtsp__47 {
    margin-top: 4.7rem!important
  }
  .u-mb__47,.u-mbsp__47 {
    margin-bottom: 4.7rem!important
  }
  .u-ml__47,.u-mlsp__47 {
    margin-left: 4.7rem!important
  }
  .u-mr__47,.u-mrsp__47 {
    margin-right: 4.7rem!important
  }
  .u-mt__48,.u-mtsp__48 {
    margin-top: 4.800000000000001rem!important
  }
  .u-mb__48,.u-mbsp__48 {
    margin-bottom: 4.800000000000001rem!important
  }
  .u-ml__48,.u-mlsp__48 {
    margin-left: 4.800000000000001rem!important
  }
  .u-mr__48,.u-mrsp__48 {
    margin-right: 4.800000000000001rem!important
  }
  .u-mt__49,.u-mtsp__49 {
    margin-top: 4.9rem!important
  }
  .u-mb__49,.u-mbsp__49 {
    margin-bottom: 4.9rem!important
  }
  .u-ml__49,.u-mlsp__49 {
    margin-left: 4.9rem!important
  }
  .u-mr__49,.u-mrsp__49 {
    margin-right: 4.9rem!important
  }
  .u-mt__50,.u-mtsp__50 {
    margin-top: 5rem!important
  }
  .u-mb__50,.u-mbsp__50 {
    margin-bottom: 5rem!important
  }
  .u-ml__50,.u-mlsp__50 {
    margin-left: 5rem!important
  }
  .u-mr__50,.u-mrsp__50 {
    margin-right: 5rem!important
  }
  .u-mt__51,.u-mtsp__51 {
    margin-top: 5.100000000000001rem!important
  }
  .u-mb__51,.u-mbsp__51 {
    margin-bottom: 5.100000000000001rem!important
  }
  .u-ml__51,.u-mlsp__51 {
    margin-left: 5.100000000000001rem!important
  }
  .u-mr__51,.u-mrsp__51 {
    margin-right: 5.100000000000001rem!important
  }
  .u-mt__52,.u-mtsp__52 {
    margin-top: 5.2rem!important
  }
  .u-mb__52,.u-mbsp__52 {
    margin-bottom: 5.2rem!important
  }
  .u-ml__52,.u-mlsp__52 {
    margin-left: 5.2rem!important
  }
  .u-mr__52,.u-mrsp__52 {
    margin-right: 5.2rem!important
  }
  .u-mt__53,.u-mtsp__53 {
    margin-top: 5.300000000000001rem!important
  }
  .u-mb__53,.u-mbsp__53 {
    margin-bottom: 5.300000000000001rem!important
  }
  .u-ml__53,.u-mlsp__53 {
    margin-left: 5.300000000000001rem!important
  }
  .u-mr__53,.u-mrsp__53 {
    margin-right: 5.300000000000001rem!important
  }
  .u-mt__54,.u-mtsp__54 {
    margin-top: 5.4rem!important
  }
  .u-mb__54,.u-mbsp__54 {
    margin-bottom: 5.4rem!important
  }
  .u-ml__54,.u-mlsp__54 {
    margin-left: 5.4rem!important
  }
  .u-mr__54,.u-mrsp__54 {
    margin-right: 5.4rem!important
  }
  .u-mt__55,.u-mtsp__55 {
    margin-top: 5.5rem!important
  }
  .u-mb__55,.u-mbsp__55 {
    margin-bottom: 5.5rem!important
  }
  .u-ml__55,.u-mlsp__55 {
    margin-left: 5.5rem!important
  }
  .u-mr__55,.u-mrsp__55 {
    margin-right: 5.5rem!important
  }
  .u-mt__56,.u-mtsp__56 {
    margin-top: 5.600000000000001rem!important
  }
  .u-mb__56,.u-mbsp__56 {
    margin-bottom: 5.600000000000001rem!important
  }
  .u-ml__56,.u-mlsp__56 {
    margin-left: 5.600000000000001rem!important
  }
  .u-mr__56,.u-mrsp__56 {
    margin-right: 5.600000000000001rem!important
  }
  .u-mt__57,.u-mtsp__57 {
    margin-top: 5.7rem!important
  }
  .u-mb__57,.u-mbsp__57 {
    margin-bottom: 5.7rem!important
  }
  .u-ml__57,.u-mlsp__57 {
    margin-left: 5.7rem!important
  }
  .u-mr__57,.u-mrsp__57 {
    margin-right: 5.7rem!important
  }
  .u-mt__58,.u-mtsp__58 {
    margin-top: 5.800000000000001rem!important
  }
  .u-mb__58,.u-mbsp__58 {
    margin-bottom: 5.800000000000001rem!important
  }
  .u-ml__58,.u-mlsp__58 {
    margin-left: 5.800000000000001rem!important
  }
  .u-mr__58,.u-mrsp__58 {
    margin-right: 5.800000000000001rem!important
  }
  .u-mt__59,.u-mtsp__59 {
    margin-top: 5.9rem!important
  }
  .u-mb__59,.u-mbsp__59 {
    margin-bottom: 5.9rem!important
  }
  .u-ml__59,.u-mlsp__59 {
    margin-left: 5.9rem!important
  }
  .u-mr__59,.u-mrsp__59 {
    margin-right: 5.9rem!important
  }
  .u-mt__60,.u-mtsp__60 {
    margin-top: 6rem!important
  }
  .u-mb__60,.u-mbsp__60 {
    margin-bottom: 6rem!important
  }
  .u-ml__60,.u-mlsp__60 {
    margin-left: 6rem!important
  }
  .u-mr__60,.u-mrsp__60 {
    margin-right: 6rem!important
  }
  .u-mt__61,.u-mtsp__61 {
    margin-top: 6.100000000000001rem!important
  }
  .u-mb__61,.u-mbsp__61 {
    margin-bottom: 6.100000000000001rem!important
  }
  .u-ml__61,.u-mlsp__61 {
    margin-left: 6.100000000000001rem!important
  }
  .u-mr__61,.u-mrsp__61 {
    margin-right: 6.100000000000001rem!important
  }
  .u-mt__62,.u-mtsp__62 {
    margin-top: 6.2rem!important
  }
  .u-mb__62,.u-mbsp__62 {
    margin-bottom: 6.2rem!important
  }
  .u-ml__62,.u-mlsp__62 {
    margin-left: 6.2rem!important
  }
  .u-mr__62,.u-mrsp__62 {
    margin-right: 6.2rem!important
  }
  .u-mt__63,.u-mtsp__63 {
    margin-top: 6.300000000000001rem!important
  }
  .u-mb__63,.u-mbsp__63 {
    margin-bottom: 6.300000000000001rem!important
  }
  .u-ml__63,.u-mlsp__63 {
    margin-left: 6.300000000000001rem!important
  }
  .u-mr__63,.u-mrsp__63 {
    margin-right: 6.300000000000001rem!important
  }
  .u-mt__64,.u-mtsp__64 {
    margin-top: 6.4rem!important
  }
  .u-mb__64,.u-mbsp__64 {
    margin-bottom: 6.4rem!important
  }
  .u-ml__64,.u-mlsp__64 {
    margin-left: 6.4rem!important
  }
  .u-mr__64,.u-mrsp__64 {
    margin-right: 6.4rem!important
  }
  .u-mt__65,.u-mtsp__65 {
    margin-top: 6.5rem!important
  }
  .u-mb__65,.u-mbsp__65 {
    margin-bottom: 6.5rem!important
  }
  .u-ml__65,.u-mlsp__65 {
    margin-left: 6.5rem!important
  }
  .u-mr__65,.u-mrsp__65 {
    margin-right: 6.5rem!important
  }
  .u-mt__66,.u-mtsp__66 {
    margin-top: 6.600000000000001rem!important
  }
  .u-mb__66,.u-mbsp__66 {
    margin-bottom: 6.600000000000001rem!important
  }
  .u-ml__66,.u-mlsp__66 {
    margin-left: 6.600000000000001rem!important
  }
  .u-mr__66,.u-mrsp__66 {
    margin-right: 6.600000000000001rem!important
  }
  .u-mt__67,.u-mtsp__67 {
    margin-top: 6.7rem!important
  }
  .u-mb__67,.u-mbsp__67 {
    margin-bottom: 6.7rem!important
  }
  .u-ml__67,.u-mlsp__67 {
    margin-left: 6.7rem!important
  }
  .u-mr__67,.u-mrsp__67 {
    margin-right: 6.7rem!important
  }
  .u-mt__68,.u-mtsp__68 {
    margin-top: 6.800000000000001rem!important
  }
  .u-mb__68,.u-mbsp__68 {
    margin-bottom: 6.800000000000001rem!important
  }
  .u-ml__68,.u-mlsp__68 {
    margin-left: 6.800000000000001rem!important
  }
  .u-mr__68,.u-mrsp__68 {
    margin-right: 6.800000000000001rem!important
  }
  .u-mt__69,.u-mtsp__69 {
    margin-top: 6.9rem!important
  }
  .u-mb__69,.u-mbsp__69 {
    margin-bottom: 6.9rem!important
  }
  .u-ml__69,.u-mlsp__69 {
    margin-left: 6.9rem!important
  }
  .u-mr__69,.u-mrsp__69 {
    margin-right: 6.9rem!important
  }
  .u-mt__70,.u-mtsp__70 {
    margin-top: 7rem!important
  }
  .u-mb__70,.u-mbsp__70 {
    margin-bottom: 7rem!important
  }
  .u-ml__70,.u-mlsp__70 {
    margin-left: 7rem!important
  }
  .u-mr__70,.u-mrsp__70 {
    margin-right: 7rem!important
  }
  .u-mt__71,.u-mtsp__71 {
    margin-top: 7.100000000000001rem!important
  }
  .u-mb__71,.u-mbsp__71 {
    margin-bottom: 7.100000000000001rem!important
  }
  .u-ml__71,.u-mlsp__71 {
    margin-left: 7.100000000000001rem!important
  }
  .u-mr__71,.u-mrsp__71 {
    margin-right: 7.100000000000001rem!important
  }
  .u-mt__72,.u-mtsp__72 {
    margin-top: 7.2rem!important
  }
  .u-mb__72,.u-mbsp__72 {
    margin-bottom: 7.2rem!important
  }
  .u-ml__72,.u-mlsp__72 {
    margin-left: 7.2rem!important
  }
  .u-mr__72,.u-mrsp__72 {
    margin-right: 7.2rem!important
  }
  .u-mt__73,.u-mtsp__73 {
    margin-top: 7.300000000000001rem!important
  }
  .u-mb__73,.u-mbsp__73 {
    margin-bottom: 7.300000000000001rem!important
  }
  .u-ml__73,.u-mlsp__73 {
    margin-left: 7.300000000000001rem!important
  }
  .u-mr__73,.u-mrsp__73 {
    margin-right: 7.300000000000001rem!important
  }
  .u-mt__74,.u-mtsp__74 {
    margin-top: 7.4rem!important
  }
  .u-mb__74,.u-mbsp__74 {
    margin-bottom: 7.4rem!important
  }
  .u-ml__74,.u-mlsp__74 {
    margin-left: 7.4rem!important
  }
  .u-mr__74,.u-mrsp__74 {
    margin-right: 7.4rem!important
  }
  .u-mt__75,.u-mtsp__75 {
    margin-top: 7.5rem!important
  }
  .u-mb__75,.u-mbsp__75 {
    margin-bottom: 7.5rem!important
  }
  .u-ml__75,.u-mlsp__75 {
    margin-left: 7.5rem!important
  }
  .u-mr__75,.u-mrsp__75 {
    margin-right: 7.5rem!important
  }
  .u-mt__76,.u-mtsp__76 {
    margin-top: 7.600000000000001rem!important
  }
  .u-mb__76,.u-mbsp__76 {
    margin-bottom: 7.600000000000001rem!important
  }
  .u-ml__76,.u-mlsp__76 {
    margin-left: 7.600000000000001rem!important
  }
  .u-mr__76,.u-mrsp__76 {
    margin-right: 7.600000000000001rem!important
  }
  .u-mt__77,.u-mtsp__77 {
    margin-top: 7.7rem!important
  }
  .u-mb__77,.u-mbsp__77 {
    margin-bottom: 7.7rem!important
  }
  .u-ml__77,.u-mlsp__77 {
    margin-left: 7.7rem!important
  }
  .u-mr__77,.u-mrsp__77 {
    margin-right: 7.7rem!important
  }
  .u-mt__78,.u-mtsp__78 {
    margin-top: 7.800000000000001rem!important
  }
  .u-mb__78,.u-mbsp__78 {
    margin-bottom: 7.800000000000001rem!important
  }
  .u-ml__78,.u-mlsp__78 {
    margin-left: 7.800000000000001rem!important
  }
  .u-mr__78,.u-mrsp__78 {
    margin-right: 7.800000000000001rem!important
  }
  .u-mt__79,.u-mtsp__79 {
    margin-top: 7.9rem!important
  }
  .u-mb__79,.u-mbsp__79 {
    margin-bottom: 7.9rem!important
  }
  .u-ml__79,.u-mlsp__79 {
    margin-left: 7.9rem!important
  }
  .u-mr__79,.u-mrsp__79 {
    margin-right: 7.9rem!important
  }
  .u-mt__80,.u-mtsp__80 {
    margin-top: 8rem!important
  }
  .u-mb__80,.u-mbsp__80 {
    margin-bottom: 8rem!important
  }
  .u-ml__80,.u-mlsp__80 {
    margin-left: 8rem!important
  }
  .u-mr__80,.u-mrsp__80 {
    margin-right: 8rem!important
  }
  .u-mt__81,.u-mtsp__81 {
    margin-top: 8.1rem!important
  }
  .u-mb__81,.u-mbsp__81 {
    margin-bottom: 8.1rem!important
  }
  .u-ml__81,.u-mlsp__81 {
    margin-left: 8.1rem!important
  }
  .u-mr__81,.u-mrsp__81 {
    margin-right: 8.1rem!important
  }
  .u-mt__82,.u-mtsp__82 {
    margin-top: 8.200000000000001rem!important
  }
  .u-mb__82,.u-mbsp__82 {
    margin-bottom: 8.200000000000001rem!important
  }
  .u-ml__82,.u-mlsp__82 {
    margin-left: 8.200000000000001rem!important
  }
  .u-mr__82,.u-mrsp__82 {
    margin-right: 8.200000000000001rem!important
  }
  .u-mt__83,.u-mtsp__83 {
    margin-top: 8.3rem!important
  }
  .u-mb__83,.u-mbsp__83 {
    margin-bottom: 8.3rem!important
  }
  .u-ml__83,.u-mlsp__83 {
    margin-left: 8.3rem!important
  }
  .u-mr__83,.u-mrsp__83 {
    margin-right: 8.3rem!important
  }
  .u-mt__84,.u-mtsp__84 {
    margin-top: 8.4rem!important
  }
  .u-mb__84,.u-mbsp__84 {
    margin-bottom: 8.4rem!important
  }
  .u-ml__84,.u-mlsp__84 {
    margin-left: 8.4rem!important
  }
  .u-mr__84,.u-mrsp__84 {
    margin-right: 8.4rem!important
  }
  .u-mt__85,.u-mtsp__85 {
    margin-top: 8.5rem!important
  }
  .u-mb__85,.u-mbsp__85 {
    margin-bottom: 8.5rem!important
  }
  .u-ml__85,.u-mlsp__85 {
    margin-left: 8.5rem!important
  }
  .u-mr__85,.u-mrsp__85 {
    margin-right: 8.5rem!important
  }
  .u-mt__86,.u-mtsp__86 {
    margin-top: 8.6rem!important
  }
  .u-mb__86,.u-mbsp__86 {
    margin-bottom: 8.6rem!important
  }
  .u-ml__86,.u-mlsp__86 {
    margin-left: 8.6rem!important
  }
  .u-mr__86,.u-mrsp__86 {
    margin-right: 8.6rem!important
  }
  .u-mt__87,.u-mtsp__87 {
    margin-top: 8.700000000000001rem!important
  }
  .u-mb__87,.u-mbsp__87 {
    margin-bottom: 8.700000000000001rem!important
  }
  .u-ml__87,.u-mlsp__87 {
    margin-left: 8.700000000000001rem!important
  }
  .u-mr__87,.u-mrsp__87 {
    margin-right: 8.700000000000001rem!important
  }
  .u-mt__88,.u-mtsp__88 {
    margin-top: 8.8rem!important
  }
  .u-mb__88,.u-mbsp__88 {
    margin-bottom: 8.8rem!important
  }
  .u-ml__88,.u-mlsp__88 {
    margin-left: 8.8rem!important
  }
  .u-mr__88,.u-mrsp__88 {
    margin-right: 8.8rem!important
  }
  .u-mt__89,.u-mtsp__89 {
    margin-top: 8.9rem!important
  }
  .u-mb__89,.u-mbsp__89 {
    margin-bottom: 8.9rem!important
  }
  .u-ml__89,.u-mlsp__89 {
    margin-left: 8.9rem!important
  }
  .u-mr__89,.u-mrsp__89 {
    margin-right: 8.9rem!important
  }
  .u-mt__90,.u-mtsp__90 {
    margin-top: 9rem!important
  }
  .u-mb__90,.u-mbsp__90 {
    margin-bottom: 9rem!important
  }
  .u-ml__90,.u-mlsp__90 {
    margin-left: 9rem!important
  }
  .u-mr__90,.u-mrsp__90 {
    margin-right: 9rem!important
  }
  .u-mt__91,.u-mtsp__91 {
    margin-top: 9.1rem!important
  }
  .u-mb__91,.u-mbsp__91 {
    margin-bottom: 9.1rem!important
  }
  .u-ml__91,.u-mlsp__91 {
    margin-left: 9.1rem!important
  }
  .u-mr__91,.u-mrsp__91 {
    margin-right: 9.1rem!important
  }
  .u-mt__92,.u-mtsp__92 {
    margin-top: 9.200000000000001rem!important
  }
  .u-mb__92,.u-mbsp__92 {
    margin-bottom: 9.200000000000001rem!important
  }
  .u-ml__92,.u-mlsp__92 {
    margin-left: 9.200000000000001rem!important
  }
  .u-mr__92,.u-mrsp__92 {
    margin-right: 9.200000000000001rem!important
  }
  .u-mt__93,.u-mtsp__93 {
    margin-top: 9.3rem!important
  }
  .u-mb__93,.u-mbsp__93 {
    margin-bottom: 9.3rem!important
  }
  .u-ml__93,.u-mlsp__93 {
    margin-left: 9.3rem!important
  }
  .u-mr__93,.u-mrsp__93 {
    margin-right: 9.3rem!important
  }
  .u-mt__94,.u-mtsp__94 {
    margin-top: 9.4rem!important
  }
  .u-mb__94,.u-mbsp__94 {
    margin-bottom: 9.4rem!important
  }
  .u-ml__94,.u-mlsp__94 {
    margin-left: 9.4rem!important
  }
  .u-mr__94,.u-mrsp__94 {
    margin-right: 9.4rem!important
  }
  .u-mt__95,.u-mtsp__95 {
    margin-top: 9.5rem!important
  }
  .u-mb__95,.u-mbsp__95 {
    margin-bottom: 9.5rem!important
  }
  .u-ml__95,.u-mlsp__95 {
    margin-left: 9.5rem!important
  }
  .u-mr__95,.u-mrsp__95 {
    margin-right: 9.5rem!important
  }
  .u-mt__96,.u-mtsp__96 {
    margin-top: 9.600000000000001rem!important
  }
  .u-mb__96,.u-mbsp__96 {
    margin-bottom: 9.600000000000001rem!important
  }
  .u-ml__96,.u-mlsp__96 {
    margin-left: 9.600000000000001rem!important
  }
  .u-mr__96,.u-mrsp__96 {
    margin-right: 9.600000000000001rem!important
  }
  .u-mt__97,.u-mtsp__97 {
    margin-top: 9.700000000000001rem!important
  }
  .u-mb__97,.u-mbsp__97 {
    margin-bottom: 9.700000000000001rem!important
  }
  .u-ml__97,.u-mlsp__97 {
    margin-left: 9.700000000000001rem!important
  }
  .u-mr__97,.u-mrsp__97 {
    margin-right: 9.700000000000001rem!important
  }
  .u-mt__98,.u-mtsp__98 {
    margin-top: 9.8rem!important
  }
  .u-mb__98,.u-mbsp__98 {
    margin-bottom: 9.8rem!important
  }
  .u-ml__98,.u-mlsp__98 {
    margin-left: 9.8rem!important
  }
  .u-mr__98,.u-mrsp__98 {
    margin-right: 9.8rem!important
  }
  .u-mt__99,.u-mtsp__99 {
    margin-top: 9.9rem!important
  }
  .u-mb__99,.u-mbsp__99 {
    margin-bottom: 9.9rem!important
  }
  .u-ml__99,.u-mlsp__99 {
    margin-left: 9.9rem!important
  }
  .u-mr__99,.u-mrsp__99 {
    margin-right: 9.9rem!important
  }
  .u-mt__100,.u-mtsp__100 {
    margin-top: 10rem!important
  }
  .u-mb__100,.u-mbsp__100 {
    margin-bottom: 10rem!important
  }
  .u-ml__100,.u-mlsp__100 {
    margin-left: 10rem!important
  }
  .u-mr__100,.u-mrsp__100 {
    margin-right: 10rem!important
  }
  .u-mt__101,.u-mtsp__101 {
    margin-top: 10.100000000000001rem!important
  }
  .u-mb__101,.u-mbsp__101 {
    margin-bottom: 10.100000000000001rem!important
  }
  .u-ml__101,.u-mlsp__101 {
    margin-left: 10.100000000000001rem!important
  }
  .u-mr__101,.u-mrsp__101 {
    margin-right: 10.100000000000001rem!important
  }
  .u-mt__102,.u-mtsp__102 {
    margin-top: 10.200000000000001rem!important
  }
  .u-mb__102,.u-mbsp__102 {
    margin-bottom: 10.200000000000001rem!important
  }
  .u-ml__102,.u-mlsp__102 {
    margin-left: 10.200000000000001rem!important
  }
  .u-mr__102,.u-mrsp__102 {
    margin-right: 10.200000000000001rem!important
  }
  .u-mt__103,.u-mtsp__103 {
    margin-top: 10.3rem!important
  }
  .u-mb__103,.u-mbsp__103 {
    margin-bottom: 10.3rem!important
  }
  .u-ml__103,.u-mlsp__103 {
    margin-left: 10.3rem!important
  }
  .u-mr__103,.u-mrsp__103 {
    margin-right: 10.3rem!important
  }
  .u-mt__104,.u-mtsp__104 {
    margin-top: 10.4rem!important
  }
  .u-mb__104,.u-mbsp__104 {
    margin-bottom: 10.4rem!important
  }
  .u-ml__104,.u-mlsp__104 {
    margin-left: 10.4rem!important
  }
  .u-mr__104,.u-mrsp__104 {
    margin-right: 10.4rem!important
  }
  .u-mt__105,.u-mtsp__105 {
    margin-top: 10.5rem!important
  }
  .u-mb__105,.u-mbsp__105 {
    margin-bottom: 10.5rem!important
  }
  .u-ml__105,.u-mlsp__105 {
    margin-left: 10.5rem!important
  }
  .u-mr__105,.u-mrsp__105 {
    margin-right: 10.5rem!important
  }
  .u-mt__106,.u-mtsp__106 {
    margin-top: 10.600000000000001rem!important
  }
  .u-mb__106,.u-mbsp__106 {
    margin-bottom: 10.600000000000001rem!important
  }
  .u-ml__106,.u-mlsp__106 {
    margin-left: 10.600000000000001rem!important
  }
  .u-mr__106,.u-mrsp__106 {
    margin-right: 10.600000000000001rem!important
  }
  .u-mt__107,.u-mtsp__107 {
    margin-top: 10.700000000000001rem!important
  }
  .u-mb__107,.u-mbsp__107 {
    margin-bottom: 10.700000000000001rem!important
  }
  .u-ml__107,.u-mlsp__107 {
    margin-left: 10.700000000000001rem!important
  }
  .u-mr__107,.u-mrsp__107 {
    margin-right: 10.700000000000001rem!important
  }
  .u-mt__108,.u-mtsp__108 {
    margin-top: 10.8rem!important
  }
  .u-mb__108,.u-mbsp__108 {
    margin-bottom: 10.8rem!important
  }
  .u-ml__108,.u-mlsp__108 {
    margin-left: 10.8rem!important
  }
  .u-mr__108,.u-mrsp__108 {
    margin-right: 10.8rem!important
  }
  .u-mt__109,.u-mtsp__109 {
    margin-top: 10.9rem!important
  }
  .u-mb__109,.u-mbsp__109 {
    margin-bottom: 10.9rem!important
  }
  .u-ml__109,.u-mlsp__109 {
    margin-left: 10.9rem!important
  }
  .u-mr__109,.u-mrsp__109 {
    margin-right: 10.9rem!important
  }
  .u-mt__110,.u-mtsp__110 {
    margin-top: 11rem!important
  }
  .u-mb__110,.u-mbsp__110 {
    margin-bottom: 11rem!important
  }
  .u-ml__110,.u-mlsp__110 {
    margin-left: 11rem!important
  }
  .u-mr__110,.u-mrsp__110 {
    margin-right: 11rem!important
  }
  .u-mt__111,.u-mtsp__111 {
    margin-top: 11.100000000000001rem!important
  }
  .u-mb__111,.u-mbsp__111 {
    margin-bottom: 11.100000000000001rem!important
  }
  .u-ml__111,.u-mlsp__111 {
    margin-left: 11.100000000000001rem!important
  }
  .u-mr__111,.u-mrsp__111 {
    margin-right: 11.100000000000001rem!important
  }
  .u-mt__112,.u-mtsp__112 {
    margin-top: 11.200000000000001rem!important
  }
  .u-mb__112,.u-mbsp__112 {
    margin-bottom: 11.200000000000001rem!important
  }
  .u-ml__112,.u-mlsp__112 {
    margin-left: 11.200000000000001rem!important
  }
  .u-mr__112,.u-mrsp__112 {
    margin-right: 11.200000000000001rem!important
  }
  .u-mt__113,.u-mtsp__113 {
    margin-top: 11.3rem!important
  }
  .u-mb__113,.u-mbsp__113 {
    margin-bottom: 11.3rem!important
  }
  .u-ml__113,.u-mlsp__113 {
    margin-left: 11.3rem!important
  }
  .u-mr__113,.u-mrsp__113 {
    margin-right: 11.3rem!important
  }
  .u-mt__114,.u-mtsp__114 {
    margin-top: 11.4rem!important
  }
  .u-mb__114,.u-mbsp__114 {
    margin-bottom: 11.4rem!important
  }
  .u-ml__114,.u-mlsp__114 {
    margin-left: 11.4rem!important
  }
  .u-mr__114,.u-mrsp__114 {
    margin-right: 11.4rem!important
  }
  .u-mt__115,.u-mtsp__115 {
    margin-top: 11.5rem!important
  }
  .u-mb__115,.u-mbsp__115 {
    margin-bottom: 11.5rem!important
  }
  .u-ml__115,.u-mlsp__115 {
    margin-left: 11.5rem!important
  }
  .u-mr__115,.u-mrsp__115 {
    margin-right: 11.5rem!important
  }
  .u-mt__116,.u-mtsp__116 {
    margin-top: 11.600000000000001rem!important
  }
  .u-mb__116,.u-mbsp__116 {
    margin-bottom: 11.600000000000001rem!important
  }
  .u-ml__116,.u-mlsp__116 {
    margin-left: 11.600000000000001rem!important
  }
  .u-mr__116,.u-mrsp__116 {
    margin-right: 11.600000000000001rem!important
  }
  .u-mt__117,.u-mtsp__117 {
    margin-top: 11.700000000000001rem!important
  }
  .u-mb__117,.u-mbsp__117 {
    margin-bottom: 11.700000000000001rem!important
  }
  .u-ml__117,.u-mlsp__117 {
    margin-left: 11.700000000000001rem!important
  }
  .u-mr__117,.u-mrsp__117 {
    margin-right: 11.700000000000001rem!important
  }
  .u-mt__118,.u-mtsp__118 {
    margin-top: 11.8rem!important
  }
  .u-mb__118,.u-mbsp__118 {
    margin-bottom: 11.8rem!important
  }
  .u-ml__118,.u-mlsp__118 {
    margin-left: 11.8rem!important
  }
  .u-mr__118,.u-mrsp__118 {
    margin-right: 11.8rem!important
  }
  .u-mt__119,.u-mtsp__119 {
    margin-top: 11.9rem!important
  }
  .u-mb__119,.u-mbsp__119 {
    margin-bottom: 11.9rem!important
  }
  .u-ml__119,.u-mlsp__119 {
    margin-left: 11.9rem!important
  }
  .u-mr__119,.u-mrsp__119 {
    margin-right: 11.9rem!important
  }
  .u-mt__120,.u-mtsp__120 {
    margin-top: 12rem!important
  }
  .u-mb__120,.u-mbsp__120 {
    margin-bottom: 12rem!important
  }
  .u-ml__120,.u-mlsp__120 {
    margin-left: 12rem!important
  }
  .u-mr__120,.u-mrsp__120 {
    margin-right: 12rem!important
  }
  .u-mt__121,.u-mtsp__121 {
    margin-top: 12.100000000000001rem!important
  }
  .u-mb__121,.u-mbsp__121 {
    margin-bottom: 12.100000000000001rem!important
  }
  .u-ml__121,.u-mlsp__121 {
    margin-left: 12.100000000000001rem!important
  }
  .u-mr__121,.u-mrsp__121 {
    margin-right: 12.100000000000001rem!important
  }
  .u-mt__122,.u-mtsp__122 {
    margin-top: 12.200000000000001rem!important
  }
  .u-mb__122,.u-mbsp__122 {
    margin-bottom: 12.200000000000001rem!important
  }
  .u-ml__122,.u-mlsp__122 {
    margin-left: 12.200000000000001rem!important
  }
  .u-mr__122,.u-mrsp__122 {
    margin-right: 12.200000000000001rem!important
  }
  .u-mt__123,.u-mtsp__123 {
    margin-top: 12.3rem!important
  }
  .u-mb__123,.u-mbsp__123 {
    margin-bottom: 12.3rem!important
  }
  .u-ml__123,.u-mlsp__123 {
    margin-left: 12.3rem!important
  }
  .u-mr__123,.u-mrsp__123 {
    margin-right: 12.3rem!important
  }
  .u-mt__124,.u-mtsp__124 {
    margin-top: 12.4rem!important
  }
  .u-mb__124,.u-mbsp__124 {
    margin-bottom: 12.4rem!important
  }
  .u-ml__124,.u-mlsp__124 {
    margin-left: 12.4rem!important
  }
  .u-mr__124,.u-mrsp__124 {
    margin-right: 12.4rem!important
  }
  .u-mt__125,.u-mtsp__125 {
    margin-top: 12.5rem!important
  }
  .u-mb__125,.u-mbsp__125 {
    margin-bottom: 12.5rem!important
  }
  .u-ml__125,.u-mlsp__125 {
    margin-left: 12.5rem!important
  }
  .u-mr__125,.u-mrsp__125 {
    margin-right: 12.5rem!important
  }
  .u-mt__126,.u-mtsp__126 {
    margin-top: 12.600000000000001rem!important
  }
  .u-mb__126,.u-mbsp__126 {
    margin-bottom: 12.600000000000001rem!important
  }
  .u-ml__126,.u-mlsp__126 {
    margin-left: 12.600000000000001rem!important
  }
  .u-mr__126,.u-mrsp__126 {
    margin-right: 12.600000000000001rem!important
  }
  .u-mt__127,.u-mtsp__127 {
    margin-top: 12.700000000000001rem!important
  }
  .u-mb__127,.u-mbsp__127 {
    margin-bottom: 12.700000000000001rem!important
  }
  .u-ml__127,.u-mlsp__127 {
    margin-left: 12.700000000000001rem!important
  }
  .u-mr__127,.u-mrsp__127 {
    margin-right: 12.700000000000001rem!important
  }
  .u-mt__128,.u-mtsp__128 {
    margin-top: 12.8rem!important
  }
  .u-mb__128,.u-mbsp__128 {
    margin-bottom: 12.8rem!important
  }
  .u-ml__128,.u-mlsp__128 {
    margin-left: 12.8rem!important
  }
  .u-mr__128,.u-mrsp__128 {
    margin-right: 12.8rem!important
  }
  .u-mt__129,.u-mtsp__129 {
    margin-top: 12.9rem!important
  }
  .u-mb__129,.u-mbsp__129 {
    margin-bottom: 12.9rem!important
  }
  .u-ml__129,.u-mlsp__129 {
    margin-left: 12.9rem!important
  }
  .u-mr__129,.u-mrsp__129 {
    margin-right: 12.9rem!important
  }
  .u-mt__130,.u-mtsp__130 {
    margin-top: 13rem!important
  }
  .u-mb__130,.u-mbsp__130 {
    margin-bottom: 13rem!important
  }
  .u-ml__130,.u-mlsp__130 {
    margin-left: 13rem!important
  }
  .u-mr__130,.u-mrsp__130 {
    margin-right: 13rem!important
  }
  .u-mt__131,.u-mtsp__131 {
    margin-top: 13.100000000000001rem!important
  }
  .u-mb__131,.u-mbsp__131 {
    margin-bottom: 13.100000000000001rem!important
  }
  .u-ml__131,.u-mlsp__131 {
    margin-left: 13.100000000000001rem!important
  }
  .u-mr__131,.u-mrsp__131 {
    margin-right: 13.100000000000001rem!important
  }
  .u-mt__132,.u-mtsp__132 {
    margin-top: 13.200000000000001rem!important
  }
  .u-mb__132,.u-mbsp__132 {
    margin-bottom: 13.200000000000001rem!important
  }
  .u-ml__132,.u-mlsp__132 {
    margin-left: 13.200000000000001rem!important
  }
  .u-mr__132,.u-mrsp__132 {
    margin-right: 13.200000000000001rem!important
  }
  .u-mt__133,.u-mtsp__133 {
    margin-top: 13.3rem!important
  }
  .u-mb__133,.u-mbsp__133 {
    margin-bottom: 13.3rem!important
  }
  .u-ml__133,.u-mlsp__133 {
    margin-left: 13.3rem!important
  }
  .u-mr__133,.u-mrsp__133 {
    margin-right: 13.3rem!important
  }
  .u-mt__134,.u-mtsp__134 {
    margin-top: 13.4rem!important
  }
  .u-mb__134,.u-mbsp__134 {
    margin-bottom: 13.4rem!important
  }
  .u-ml__134,.u-mlsp__134 {
    margin-left: 13.4rem!important
  }
  .u-mr__134,.u-mrsp__134 {
    margin-right: 13.4rem!important
  }
  .u-mt__135,.u-mtsp__135 {
    margin-top: 13.5rem!important
  }
  .u-mb__135,.u-mbsp__135 {
    margin-bottom: 13.5rem!important
  }
  .u-ml__135,.u-mlsp__135 {
    margin-left: 13.5rem!important
  }
  .u-mr__135,.u-mrsp__135 {
    margin-right: 13.5rem!important
  }
  .u-mt__136,.u-mtsp__136 {
    margin-top: 13.600000000000001rem!important
  }
  .u-mb__136,.u-mbsp__136 {
    margin-bottom: 13.600000000000001rem!important
  }
  .u-ml__136,.u-mlsp__136 {
    margin-left: 13.600000000000001rem!important
  }
  .u-mr__136,.u-mrsp__136 {
    margin-right: 13.600000000000001rem!important
  }
  .u-mt__137,.u-mtsp__137 {
    margin-top: 13.700000000000001rem!important
  }
  .u-mb__137,.u-mbsp__137 {
    margin-bottom: 13.700000000000001rem!important
  }
  .u-ml__137,.u-mlsp__137 {
    margin-left: 13.700000000000001rem!important
  }
  .u-mr__137,.u-mrsp__137 {
    margin-right: 13.700000000000001rem!important
  }
  .u-mt__138,.u-mtsp__138 {
    margin-top: 13.8rem!important
  }
  .u-mb__138,.u-mbsp__138 {
    margin-bottom: 13.8rem!important
  }
  .u-ml__138,.u-mlsp__138 {
    margin-left: 13.8rem!important
  }
  .u-mr__138,.u-mrsp__138 {
    margin-right: 13.8rem!important
  }
  .u-mt__139,.u-mtsp__139 {
    margin-top: 13.9rem!important
  }
  .u-mb__139,.u-mbsp__139 {
    margin-bottom: 13.9rem!important
  }
  .u-ml__139,.u-mlsp__139 {
    margin-left: 13.9rem!important
  }
  .u-mr__139,.u-mrsp__139 {
    margin-right: 13.9rem!important
  }
  .u-mt__140,.u-mtsp__140 {
    margin-top: 14rem!important
  }
  .u-mb__140,.u-mbsp__140 {
    margin-bottom: 14rem!important
  }
  .u-ml__140,.u-mlsp__140 {
    margin-left: 14rem!important
  }
  .u-mr__140,.u-mrsp__140 {
    margin-right: 14rem!important
  }
  .u-mt__141,.u-mtsp__141 {
    margin-top: 14.100000000000001rem!important
  }
  .u-mb__141,.u-mbsp__141 {
    margin-bottom: 14.100000000000001rem!important
  }
  .u-ml__141,.u-mlsp__141 {
    margin-left: 14.100000000000001rem!important
  }
  .u-mr__141,.u-mrsp__141 {
    margin-right: 14.100000000000001rem!important
  }
  .u-mt__142,.u-mtsp__142 {
    margin-top: 14.200000000000001rem!important
  }
  .u-mb__142,.u-mbsp__142 {
    margin-bottom: 14.200000000000001rem!important
  }
  .u-ml__142,.u-mlsp__142 {
    margin-left: 14.200000000000001rem!important
  }
  .u-mr__142,.u-mrsp__142 {
    margin-right: 14.200000000000001rem!important
  }
  .u-mt__143,.u-mtsp__143 {
    margin-top: 14.3rem!important
  }
  .u-mb__143,.u-mbsp__143 {
    margin-bottom: 14.3rem!important
  }
  .u-ml__143,.u-mlsp__143 {
    margin-left: 14.3rem!important
  }
  .u-mr__143,.u-mrsp__143 {
    margin-right: 14.3rem!important
  }
  .u-mt__144,.u-mtsp__144 {
    margin-top: 14.4rem!important
  }
  .u-mb__144,.u-mbsp__144 {
    margin-bottom: 14.4rem!important
  }
  .u-ml__144,.u-mlsp__144 {
    margin-left: 14.4rem!important
  }
  .u-mr__144,.u-mrsp__144 {
    margin-right: 14.4rem!important
  }
  .u-mt__145,.u-mtsp__145 {
    margin-top: 14.5rem!important
  }
  .u-mb__145,.u-mbsp__145 {
    margin-bottom: 14.5rem!important
  }
  .u-ml__145,.u-mlsp__145 {
    margin-left: 14.5rem!important
  }
  .u-mr__145,.u-mrsp__145 {
    margin-right: 14.5rem!important
  }
  .u-mt__146,.u-mtsp__146 {
    margin-top: 14.600000000000001rem!important
  }
  .u-mb__146,.u-mbsp__146 {
    margin-bottom: 14.600000000000001rem!important
  }
  .u-ml__146,.u-mlsp__146 {
    margin-left: 14.600000000000001rem!important
  }
  .u-mr__146,.u-mrsp__146 {
    margin-right: 14.600000000000001rem!important
  }
  .u-mt__147,.u-mtsp__147 {
    margin-top: 14.700000000000001rem!important
  }
  .u-mb__147,.u-mbsp__147 {
    margin-bottom: 14.700000000000001rem!important
  }
  .u-ml__147,.u-mlsp__147 {
    margin-left: 14.700000000000001rem!important
  }
  .u-mr__147,.u-mrsp__147 {
    margin-right: 14.700000000000001rem!important
  }
  .u-mt__148,.u-mtsp__148 {
    margin-top: 14.8rem!important
  }
  .u-mb__148,.u-mbsp__148 {
    margin-bottom: 14.8rem!important
  }
  .u-ml__148,.u-mlsp__148 {
    margin-left: 14.8rem!important
  }
  .u-mr__148,.u-mrsp__148 {
    margin-right: 14.8rem!important
  }
  .u-mt__149,.u-mtsp__149 {
    margin-top: 14.9rem!important
  }
  .u-mb__149,.u-mbsp__149 {
    margin-bottom: 14.9rem!important
  }
  .u-ml__149,.u-mlsp__149 {
    margin-left: 14.9rem!important
  }
  .u-mr__149,.u-mrsp__149 {
    margin-right: 14.9rem!important
  }
  .u-mt__150,.u-mtsp__150 {
    margin-top: 15rem!important
  }
  .u-mb__150,.u-mbsp__150 {
    margin-bottom: 15rem!important
  }
  .u-ml__150,.u-mlsp__150 {
    margin-left: 15rem!important
  }
  .u-mr__150,.u-mrsp__150 {
    margin-right: 15rem!important
  }
  .u-mt__151,.u-mtsp__151 {
    margin-top: 15.100000000000001rem!important
  }
  .u-mb__151,.u-mbsp__151 {
    margin-bottom: 15.100000000000001rem!important
  }
  .u-ml__151,.u-mlsp__151 {
    margin-left: 15.100000000000001rem!important
  }
  .u-mr__151,.u-mrsp__151 {
    margin-right: 15.100000000000001rem!important
  }
  .u-mt__152,.u-mtsp__152 {
    margin-top: 15.200000000000001rem!important
  }
  .u-mb__152,.u-mbsp__152 {
    margin-bottom: 15.200000000000001rem!important
  }
  .u-ml__152,.u-mlsp__152 {
    margin-left: 15.200000000000001rem!important
  }
  .u-mr__152,.u-mrsp__152 {
    margin-right: 15.200000000000001rem!important
  }
  .u-mt__153,.u-mtsp__153 {
    margin-top: 15.3rem!important
  }
  .u-mb__153,.u-mbsp__153 {
    margin-bottom: 15.3rem!important
  }
  .u-ml__153,.u-mlsp__153 {
    margin-left: 15.3rem!important
  }
  .u-mr__153,.u-mrsp__153 {
    margin-right: 15.3rem!important
  }
  .u-mt__154,.u-mtsp__154 {
    margin-top: 15.4rem!important
  }
  .u-mb__154,.u-mbsp__154 {
    margin-bottom: 15.4rem!important
  }
  .u-ml__154,.u-mlsp__154 {
    margin-left: 15.4rem!important
  }
  .u-mr__154,.u-mrsp__154 {
    margin-right: 15.4rem!important
  }
  .u-mt__155,.u-mtsp__155 {
    margin-top: 15.5rem!important
  }
  .u-mb__155,.u-mbsp__155 {
    margin-bottom: 15.5rem!important
  }
  .u-ml__155,.u-mlsp__155 {
    margin-left: 15.5rem!important
  }
  .u-mr__155,.u-mrsp__155 {
    margin-right: 15.5rem!important
  }
  .u-mt__156,.u-mtsp__156 {
    margin-top: 15.600000000000001rem!important
  }
  .u-mb__156,.u-mbsp__156 {
    margin-bottom: 15.600000000000001rem!important
  }
  .u-ml__156,.u-mlsp__156 {
    margin-left: 15.600000000000001rem!important
  }
  .u-mr__156,.u-mrsp__156 {
    margin-right: 15.600000000000001rem!important
  }
  .u-mt__157,.u-mtsp__157 {
    margin-top: 15.700000000000001rem!important
  }
  .u-mb__157,.u-mbsp__157 {
    margin-bottom: 15.700000000000001rem!important
  }
  .u-ml__157,.u-mlsp__157 {
    margin-left: 15.700000000000001rem!important
  }
  .u-mr__157,.u-mrsp__157 {
    margin-right: 15.700000000000001rem!important
  }
  .u-mt__158,.u-mtsp__158 {
    margin-top: 15.8rem!important
  }
  .u-mb__158,.u-mbsp__158 {
    margin-bottom: 15.8rem!important
  }
  .u-ml__158,.u-mlsp__158 {
    margin-left: 15.8rem!important
  }
  .u-mr__158,.u-mrsp__158 {
    margin-right: 15.8rem!important
  }
  .u-mt__159,.u-mtsp__159 {
    margin-top: 15.9rem!important
  }
  .u-mb__159,.u-mbsp__159 {
    margin-bottom: 15.9rem!important
  }
  .u-ml__159,.u-mlsp__159 {
    margin-left: 15.9rem!important
  }
  .u-mr__159,.u-mrsp__159 {
    margin-right: 15.9rem!important
  }
  .u-mt__160,.u-mtsp__160 {
    margin-top: 16rem!important
  }
  .u-mb__160,.u-mbsp__160 {
    margin-bottom: 16rem!important
  }
  .u-ml__160,.u-mlsp__160 {
    margin-left: 16rem!important
  }
  .u-mr__160,.u-mrsp__160 {
    margin-right: 16rem!important
  }
  .u-mt__161,.u-mtsp__161 {
    margin-top: 16.1rem!important
  }
  .u-mb__161,.u-mbsp__161 {
    margin-bottom: 16.1rem!important
  }
  .u-ml__161,.u-mlsp__161 {
    margin-left: 16.1rem!important
  }
  .u-mr__161,.u-mrsp__161 {
    margin-right: 16.1rem!important
  }
  .u-mt__162,.u-mtsp__162 {
    margin-top: 16.2rem!important
  }
  .u-mb__162,.u-mbsp__162 {
    margin-bottom: 16.2rem!important
  }
  .u-ml__162,.u-mlsp__162 {
    margin-left: 16.2rem!important
  }
  .u-mr__162,.u-mrsp__162 {
    margin-right: 16.2rem!important
  }
  .u-mt__163,.u-mtsp__163 {
    margin-top: 16.3rem!important
  }
  .u-mb__163,.u-mbsp__163 {
    margin-bottom: 16.3rem!important
  }
  .u-ml__163,.u-mlsp__163 {
    margin-left: 16.3rem!important
  }
  .u-mr__163,.u-mrsp__163 {
    margin-right: 16.3rem!important
  }
  .u-mt__164,.u-mtsp__164 {
    margin-top: 16.400000000000002rem!important
  }
  .u-mb__164,.u-mbsp__164 {
    margin-bottom: 16.400000000000002rem!important
  }
  .u-ml__164,.u-mlsp__164 {
    margin-left: 16.400000000000002rem!important
  }
  .u-mr__164,.u-mrsp__164 {
    margin-right: 16.400000000000002rem!important
  }
  .u-mt__165,.u-mtsp__165 {
    margin-top: 16.5rem!important
  }
  .u-mb__165,.u-mbsp__165 {
    margin-bottom: 16.5rem!important
  }
  .u-ml__165,.u-mlsp__165 {
    margin-left: 16.5rem!important
  }
  .u-mr__165,.u-mrsp__165 {
    margin-right: 16.5rem!important
  }
  .u-mt__166,.u-mtsp__166 {
    margin-top: 16.6rem!important
  }
  .u-mb__166,.u-mbsp__166 {
    margin-bottom: 16.6rem!important
  }
  .u-ml__166,.u-mlsp__166 {
    margin-left: 16.6rem!important
  }
  .u-mr__166,.u-mrsp__166 {
    margin-right: 16.6rem!important
  }
  .u-mt__167,.u-mtsp__167 {
    margin-top: 16.7rem!important
  }
  .u-mb__167,.u-mbsp__167 {
    margin-bottom: 16.7rem!important
  }
  .u-ml__167,.u-mlsp__167 {
    margin-left: 16.7rem!important
  }
  .u-mr__167,.u-mrsp__167 {
    margin-right: 16.7rem!important
  }
  .u-mt__168,.u-mtsp__168 {
    margin-top: 16.8rem!important
  }
  .u-mb__168,.u-mbsp__168 {
    margin-bottom: 16.8rem!important
  }
  .u-ml__168,.u-mlsp__168 {
    margin-left: 16.8rem!important
  }
  .u-mr__168,.u-mrsp__168 {
    margin-right: 16.8rem!important
  }
  .u-mt__169,.u-mtsp__169 {
    margin-top: 16.900000000000002rem!important
  }
  .u-mb__169,.u-mbsp__169 {
    margin-bottom: 16.900000000000002rem!important
  }
  .u-ml__169,.u-mlsp__169 {
    margin-left: 16.900000000000002rem!important
  }
  .u-mr__169,.u-mrsp__169 {
    margin-right: 16.900000000000002rem!important
  }
  .u-mt__170,.u-mtsp__170 {
    margin-top: 17rem!important
  }
  .u-mb__170,.u-mbsp__170 {
    margin-bottom: 17rem!important
  }
  .u-ml__170,.u-mlsp__170 {
    margin-left: 17rem!important
  }
  .u-mr__170,.u-mrsp__170 {
    margin-right: 17rem!important
  }
  .u-mt__171,.u-mtsp__171 {
    margin-top: 17.1rem!important
  }
  .u-mb__171,.u-mbsp__171 {
    margin-bottom: 17.1rem!important
  }
  .u-ml__171,.u-mlsp__171 {
    margin-left: 17.1rem!important
  }
  .u-mr__171,.u-mrsp__171 {
    margin-right: 17.1rem!important
  }
  .u-mt__172,.u-mtsp__172 {
    margin-top: 17.2rem!important
  }
  .u-mb__172,.u-mbsp__172 {
    margin-bottom: 17.2rem!important
  }
  .u-ml__172,.u-mlsp__172 {
    margin-left: 17.2rem!important
  }
  .u-mr__172,.u-mrsp__172 {
    margin-right: 17.2rem!important
  }
  .u-mt__173,.u-mtsp__173 {
    margin-top: 17.3rem!important
  }
  .u-mb__173,.u-mbsp__173 {
    margin-bottom: 17.3rem!important
  }
  .u-ml__173,.u-mlsp__173 {
    margin-left: 17.3rem!important
  }
  .u-mr__173,.u-mrsp__173 {
    margin-right: 17.3rem!important
  }
  .u-mt__174,.u-mtsp__174 {
    margin-top: 17.400000000000002rem!important
  }
  .u-mb__174,.u-mbsp__174 {
    margin-bottom: 17.400000000000002rem!important
  }
  .u-ml__174,.u-mlsp__174 {
    margin-left: 17.400000000000002rem!important
  }
  .u-mr__174,.u-mrsp__174 {
    margin-right: 17.400000000000002rem!important
  }
  .u-mt__175,.u-mtsp__175 {
    margin-top: 17.5rem!important
  }
  .u-mb__175,.u-mbsp__175 {
    margin-bottom: 17.5rem!important
  }
  .u-ml__175,.u-mlsp__175 {
    margin-left: 17.5rem!important
  }
  .u-mr__175,.u-mrsp__175 {
    margin-right: 17.5rem!important
  }
  .u-mt__176,.u-mtsp__176 {
    margin-top: 17.6rem!important
  }
  .u-mb__176,.u-mbsp__176 {
    margin-bottom: 17.6rem!important
  }
  .u-ml__176,.u-mlsp__176 {
    margin-left: 17.6rem!important
  }
  .u-mr__176,.u-mrsp__176 {
    margin-right: 17.6rem!important
  }
  .u-mt__177,.u-mtsp__177 {
    margin-top: 17.7rem!important
  }
  .u-mb__177,.u-mbsp__177 {
    margin-bottom: 17.7rem!important
  }
  .u-ml__177,.u-mlsp__177 {
    margin-left: 17.7rem!important
  }
  .u-mr__177,.u-mrsp__177 {
    margin-right: 17.7rem!important
  }
  .u-mt__178,.u-mtsp__178 {
    margin-top: 17.8rem!important
  }
  .u-mb__178,.u-mbsp__178 {
    margin-bottom: 17.8rem!important
  }
  .u-ml__178,.u-mlsp__178 {
    margin-left: 17.8rem!important
  }
  .u-mr__178,.u-mrsp__178 {
    margin-right: 17.8rem!important
  }
  .u-mt__179,.u-mtsp__179 {
    margin-top: 17.900000000000002rem!important
  }
  .u-mb__179,.u-mbsp__179 {
    margin-bottom: 17.900000000000002rem!important
  }
  .u-ml__179,.u-mlsp__179 {
    margin-left: 17.900000000000002rem!important
  }
  .u-mr__179,.u-mrsp__179 {
    margin-right: 17.900000000000002rem!important
  }
  .u-mt__180,.u-mtsp__180 {
    margin-top: 18rem!important
  }
  .u-mb__180,.u-mbsp__180 {
    margin-bottom: 18rem!important
  }
  .u-ml__180,.u-mlsp__180 {
    margin-left: 18rem!important
  }
  .u-mr__180,.u-mrsp__180 {
    margin-right: 18rem!important
  }
  .u-mt__181,.u-mtsp__181 {
    margin-top: 18.1rem!important
  }
  .u-mb__181,.u-mbsp__181 {
    margin-bottom: 18.1rem!important
  }
  .u-ml__181,.u-mlsp__181 {
    margin-left: 18.1rem!important
  }
  .u-mr__181,.u-mrsp__181 {
    margin-right: 18.1rem!important
  }
  .u-mt__182,.u-mtsp__182 {
    margin-top: 18.2rem!important
  }
  .u-mb__182,.u-mbsp__182 {
    margin-bottom: 18.2rem!important
  }
  .u-ml__182,.u-mlsp__182 {
    margin-left: 18.2rem!important
  }
  .u-mr__182,.u-mrsp__182 {
    margin-right: 18.2rem!important
  }
  .u-mt__183,.u-mtsp__183 {
    margin-top: 18.3rem!important
  }
  .u-mb__183,.u-mbsp__183 {
    margin-bottom: 18.3rem!important
  }
  .u-ml__183,.u-mlsp__183 {
    margin-left: 18.3rem!important
  }
  .u-mr__183,.u-mrsp__183 {
    margin-right: 18.3rem!important
  }
  .u-mt__184,.u-mtsp__184 {
    margin-top: 18.400000000000002rem!important
  }
  .u-mb__184,.u-mbsp__184 {
    margin-bottom: 18.400000000000002rem!important
  }
  .u-ml__184,.u-mlsp__184 {
    margin-left: 18.400000000000002rem!important
  }
  .u-mr__184,.u-mrsp__184 {
    margin-right: 18.400000000000002rem!important
  }
  .u-mt__185,.u-mtsp__185 {
    margin-top: 18.5rem!important
  }
  .u-mb__185,.u-mbsp__185 {
    margin-bottom: 18.5rem!important
  }
  .u-ml__185,.u-mlsp__185 {
    margin-left: 18.5rem!important
  }
  .u-mr__185,.u-mrsp__185 {
    margin-right: 18.5rem!important
  }
  .u-mt__186,.u-mtsp__186 {
    margin-top: 18.6rem!important
  }
  .u-mb__186,.u-mbsp__186 {
    margin-bottom: 18.6rem!important
  }
  .u-ml__186,.u-mlsp__186 {
    margin-left: 18.6rem!important
  }
  .u-mr__186,.u-mrsp__186 {
    margin-right: 18.6rem!important
  }
  .u-mt__187,.u-mtsp__187 {
    margin-top: 18.7rem!important
  }
  .u-mb__187,.u-mbsp__187 {
    margin-bottom: 18.7rem!important
  }
  .u-ml__187,.u-mlsp__187 {
    margin-left: 18.7rem!important
  }
  .u-mr__187,.u-mrsp__187 {
    margin-right: 18.7rem!important
  }
  .u-mt__188,.u-mtsp__188 {
    margin-top: 18.8rem!important
  }
  .u-mb__188,.u-mbsp__188 {
    margin-bottom: 18.8rem!important
  }
  .u-ml__188,.u-mlsp__188 {
    margin-left: 18.8rem!important
  }
  .u-mr__188,.u-mrsp__188 {
    margin-right: 18.8rem!important
  }
  .u-mt__189,.u-mtsp__189 {
    margin-top: 18.900000000000002rem!important
  }
  .u-mb__189,.u-mbsp__189 {
    margin-bottom: 18.900000000000002rem!important
  }
  .u-ml__189,.u-mlsp__189 {
    margin-left: 18.900000000000002rem!important
  }
  .u-mr__189,.u-mrsp__189 {
    margin-right: 18.900000000000002rem!important
  }
  .u-mt__190,.u-mtsp__190 {
    margin-top: 19rem!important
  }
  .u-mb__190,.u-mbsp__190 {
    margin-bottom: 19rem!important
  }
  .u-ml__190,.u-mlsp__190 {
    margin-left: 19rem!important
  }
  .u-mr__190,.u-mrsp__190 {
    margin-right: 19rem!important
  }
  .u-mt__191,.u-mtsp__191 {
    margin-top: 19.1rem!important
  }
  .u-mb__191,.u-mbsp__191 {
    margin-bottom: 19.1rem!important
  }
  .u-ml__191,.u-mlsp__191 {
    margin-left: 19.1rem!important
  }
  .u-mr__191,.u-mrsp__191 {
    margin-right: 19.1rem!important
  }
  .u-mt__192,.u-mtsp__192 {
    margin-top: 19.200000000000003rem!important
  }
  .u-mb__192,.u-mbsp__192 {
    margin-bottom: 19.200000000000003rem!important
  }
  .u-ml__192,.u-mlsp__192 {
    margin-left: 19.200000000000003rem!important
  }
  .u-mr__192,.u-mrsp__192 {
    margin-right: 19.200000000000003rem!important
  }
  .u-mt__193,.u-mtsp__193 {
    margin-top: 19.3rem!important
  }
  .u-mb__193,.u-mbsp__193 {
    margin-bottom: 19.3rem!important
  }
  .u-ml__193,.u-mlsp__193 {
    margin-left: 19.3rem!important
  }
  .u-mr__193,.u-mrsp__193 {
    margin-right: 19.3rem!important
  }
  .u-mt__194,.u-mtsp__194 {
    margin-top: 19.400000000000002rem!important
  }
  .u-mb__194,.u-mbsp__194 {
    margin-bottom: 19.400000000000002rem!important
  }
  .u-ml__194,.u-mlsp__194 {
    margin-left: 19.400000000000002rem!important
  }
  .u-mr__194,.u-mrsp__194 {
    margin-right: 19.400000000000002rem!important
  }
  .u-mt__195,.u-mtsp__195 {
    margin-top: 19.5rem!important
  }
  .u-mb__195,.u-mbsp__195 {
    margin-bottom: 19.5rem!important
  }
  .u-ml__195,.u-mlsp__195 {
    margin-left: 19.5rem!important
  }
  .u-mr__195,.u-mrsp__195 {
    margin-right: 19.5rem!important
  }
  .u-mt__196,.u-mtsp__196 {
    margin-top: 19.6rem!important
  }
  .u-mb__196,.u-mbsp__196 {
    margin-bottom: 19.6rem!important
  }
  .u-ml__196,.u-mlsp__196 {
    margin-left: 19.6rem!important
  }
  .u-mr__196,.u-mrsp__196 {
    margin-right: 19.6rem!important
  }
  .u-mt__197,.u-mtsp__197 {
    margin-top: 19.700000000000003rem!important
  }
  .u-mb__197,.u-mbsp__197 {
    margin-bottom: 19.700000000000003rem!important
  }
  .u-ml__197,.u-mlsp__197 {
    margin-left: 19.700000000000003rem!important
  }
  .u-mr__197,.u-mrsp__197 {
    margin-right: 19.700000000000003rem!important
  }
  .u-mt__198,.u-mtsp__198 {
    margin-top: 19.8rem!important
  }
  .u-mb__198,.u-mbsp__198 {
    margin-bottom: 19.8rem!important
  }
  .u-ml__198,.u-mlsp__198 {
    margin-left: 19.8rem!important
  }
  .u-mr__198,.u-mrsp__198 {
    margin-right: 19.8rem!important
  }
  .u-mt__199,.u-mtsp__199 {
    margin-top: 19.900000000000002rem!important
  }
  .u-mb__199,.u-mbsp__199 {
    margin-bottom: 19.900000000000002rem!important
  }
  .u-ml__199,.u-mlsp__199 {
    margin-left: 19.900000000000002rem!important
  }
  .u-mr__199,.u-mrsp__199 {
    margin-right: 19.900000000000002rem!important
  }
  .u-mt__200,.u-mtsp__200 {
    margin-top: 20rem!important
  }
  .u-mb__200,.u-mbsp__200 {
    margin-bottom: 20rem!important
  }
  .u-ml__200,.u-mlsp__200 {
    margin-left: 20rem!important
  }
  .u-mr__200,.u-mrsp__200 {
    margin-right: 20rem!important
  }
}
.c-arrow-next,.c-arrow-num,.c-arrow-prev {
  position: relative;
  display: block;
  cursor: pointer
}
.c-arrow-next.-active,.c-arrow-num.-active,.c-arrow-prev.-active {
  cursor: default
}
@media screen and (max-width: 768px) {
  .c-arrow-next,.c-arrow-num,.c-arrow-prev {
    width: 10.600000000000001rem;
    height: 10.600000000000001rem
  }
}
.c-arrow-next__bg,.c-arrow-num__bg,.c-arrow-prev__bg {
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 50%
}
.-active .c-arrow-next__bg,.-active .c-arrow-num__bg,.-active .c-arrow-prev__bg {
  background-color: #0076c1
}
.c-arrow-next.-border .c-arrow-next__bg,.c-arrow-num.-border .c-arrow-num__bg,.c-arrow-prev.-border .c-arrow-prev__bg {
  border: 1px solid #f0f0f0
}
.c-arrow-next__arrow,.c-arrow-num__arrow,.c-arrow-prev__arrow {
  width: 1.875em;
  height: 1em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2
}
@media screen and (min-width: 769px) {
  .c-arrow-next__bg,.c-arrow-num__bg,.c-arrow-prev__bg {
    -webkit-transition: all .2s;
    transition: all .2s
  }
  .c-arrow-next:not(.-active):hover .c-arrow-next__bg,.c-arrow-num:not(.-active):hover .c-arrow-num__bg,.c-arrow-prev:not(.-active):hover .c-arrow-prev__bg {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }
  .c-arrow-next__arrow,.c-arrow-num__arrow,.c-arrow-prev__arrow {
    font-size: 8px;
    -webkit-transition: all .2s;
    transition: all .2s
  }
  .-hover .c-arrow-next__arrow,.-hover .c-arrow-num__arrow,.-hover .c-arrow-prev__arrow,.c-arrow-next:hover .c-arrow-next__arrow,.c-arrow-num:hover .c-arrow-num__arrow,.c-arrow-prev:hover .c-arrow-prev__arrow {
    -webkit-transition: all .1s;
    transition: all .1s
  }
}
@media screen and (max-width: 768px) {
  .c-arrow-next__arrow,.c-arrow-num__arrow,.c-arrow-prev__arrow {
    font-size: 1.6rem
  }
}
.c-arrow-next__num,.c-arrow-num__num,.c-arrow-prev__num {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  z-index: 1;
  font-family: Lato,sans-serif;
  font-weight: 400;
  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;
  -ms-flex-line-pack: center;
  align-content: center
}
.c-bg-light-shift:after,.c-bg-sdgs-shift:after {
  display: block;
  left: 0;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100%;
  content: ""
}
.c-arrow-next__num__txt,.c-arrow-num__num__txt,.c-arrow-prev__num__txt {
  color: #0076c1
}
.c-arrow-next.-active .c-arrow-next__num__txt,.c-arrow-num.-active .c-arrow-num__num__txt,.c-arrow-prev.-active .c-arrow-prev__num__txt {
  color: #fff
}
.c-bg-light {
  background-color: #fbfbfb
}
.c-bg-light-shift {
  position: relative
}
.c-bg-light-shift:after {
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #fbfbfb
}
@media screen and (min-width: 769px) {
  .c-arrow-next__num__txt,.c-arrow-num__num__txt,.c-arrow-prev__num__txt {
    font-size: 16px
  }
  .-hover .c-arrow-prev__arrow,.c-arrow-prev:hover .c-arrow-prev__arrow {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px)
  }
  .-hover .c-arrow-next__arrow,.c-arrow-next:hover .c-arrow-next__arrow {
    -webkit-transform: translateX(3px);
    transform: translateX(3px)
  }
  .c-bg-light-shift:after {
    height: calc(100% - 120px);
    top: 120px
  }
}
@media screen and (max-width: 768px) {
  .c-arrow-next__num__txt,.c-arrow-num__num__txt,.c-arrow-prev__num__txt {
    font-size: 2.8rem
  }
  .c-bg-light-shift:after {
    height: calc(100% - 12rem);
    top: 12rem
  }
}
.c-bg-sdgs {
  background-color: #4c8953
}
.c-bg-sdgs-shift {
  position: relative
}
.c-bg-sdgs-shift:after {
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #4c8953
}
.c-block-flow {
  position: relative
}
.c-block-flow__line {
  position: absolute;
  background-color: #f0f0f0;
  width: 1px
}
.c-block-flow2__list__item__img__num,.c-block-flow__list__item__num,.c-block-with-img__list__item__info__title__num {
  background: #0076c1;
  color: #FFF;
  font-family: Lato,sans-serif
}
.c-block-flow__list {
  position: relative;
  z-index: 2
}
.c-block-flow__list__item {
  position: relative
}
.c-block-flow__list__item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center
}
@media screen and (min-width: 769px) {
  .c-bg-sdgs-shift:after {
    height: calc(100% - 120px);
    top: 120px
  }
  .c-block-flow__line {
    left: 23px
  }
  .c-block-flow__list__item+.c-block-flow__list__item {
    margin-top: 60px
  }
  .c-block-flow__list__item__inner__left {
    width: 80px
  }
  .c-block-flow__list__item__inner__right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
  }
}
@media screen and (max-width: 768px) {
  .c-bg-sdgs-shift:after {
    height: calc(100% - 12rem);
    top: 12rem
  }
  .c-bg-sdgs-shift.-company-sustainable:after {
    height: calc(100% - 25rem);
    top: 25rem
  }
  .c-block-flow__line {
    left: 4.4rem
  }
  .c-block-flow__list__item+.c-block-flow__list__item {
    margin-top: 9rem
  }
  .c-block-flow__list__item__inner__left {
    width: 12rem
  }
  .c-block-flow__list__item__inner__right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
}
.c-block-flow__list__item__num {
  border-radius: 50%;
  border: 1px solid #f0f0f0;
  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;
  -ms-flex-line-pack: center;
  align-content: center;
  font-weight: 400
}
@media screen and (min-width: 769px) {
  .c-block-flow__list__item__inner__right__left {
    width: 40.909090909090914%
  }
  .c-block-flow__list__item__inner__right__right {
    width: 54.54545454545454%
  }
  .c-block-flow__list__item__num {
    width: 48px;
    height: 48px;
    font-size: 12px
  }
}
.c-block-flow__list__item__img:before {
  float: left;
  padding-top: 66.66666666666666%;
  content: ''
}
.c-block-flow__list__item__img:after {
  display: block;
  content: '';
  clear: both
}
@media screen and (max-width: 768px) {
  .c-block-flow__list__item__num {
    width: 9rem;
    height: 9rem;
    font-size: 2rem;
    position: absolute;
    top: 13rem
  }
  .c-block-flow__list__item__info {
    padding-top: 3.2rem
  }
  .c-block-flow__list__item__info__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
.c-block-flow__list__item__info__title {
  line-height: 1.6;
  position: relative
}
.c-block-flow__list__item__info__title__status {
  border: 1px solid #0076c1;
  overflow: hidden;
  color: #0076c1;
  display: inline-block;
  line-height: 1;
  vertical-align: bottom
}
@media screen and (min-width: 769px) {
  .c-block-flow__list__item__info__title__status {
    border-radius: 2px;
    padding: 9px 10px;
    margin-right: 12px;
    font-size: 16px;
    position: relative;
    top: -2px
  }
}
@media screen and (max-width: 768px) {
  .c-block-flow__list__item__info__title__status {
    border-radius: .4rem;
    padding: 1.3rem 1.4rem;
    font-size: 2rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: 4.800000000000001rem
  }
}
.c-block-flow__list__item__info__title__txt {
  font-weight: 700
}
@media screen and (min-width: 769px) {
  .c-block-flow__list__item__info__title__txt {
    font-size: 24px
  }
}
@media screen and (max-width: 768px) {
  .c-block-flow__list__item__info__title__txt {
    font-size: 3.2rem;
    display: block;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}
@media screen and (min-width: 769px) {
  .c-block-flow__list__item__info__txt {
    font-size: 16px;
    margin-top: 20px
  }
}
@media screen and (max-width: 768px) {
  .c-block-flow__list__item__info__txt {
    font-size: 2.6rem;
    margin-top: 1.6rem
  }
}
.c-block-flow__list__item__info__btn {
  display: table;
  margin-left: auto
}
.c-block-flow2 {
  position: relative
}
.c-block-flow2__list {
  position: relative;
  z-index: 2
}
@media screen and (min-width: 769px) {
  .c-block-flow__list__item__info__btn {
    margin-top: 30px
  }
  .c-block-flow__list__item__otherblock {
    margin-left: 80px
  }
  .c-block-flow2__list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    row-gap: 6rem
  }
}
@media screen and (max-width: 768px) {
  .c-block-flow__list__item__info__btn {
    margin-top: 4.800000000000001rem
  }
  .c-block-flow__list__item__otherblock {
    margin-left: 12rem
  }
  .c-block-flow2__list {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 13.200000000000001rem
  }
}
.c-block-flow2__list__item {
  position: relative
}
.c-block-flow2__list__item__arrow {
  fill: #d7dad7;
  width: 1em;
  height: 1em;
  position: absolute
}
.c-block-flow2__list__item__img,.c-block-flow2__list__item__inner {
  position: relative
}
@media screen and (min-width: 769px) {
  .c-block-flow2__list__item__arrow {
    font-size: 12px;
    right: -2.2rem;
    top: 7rem
  }
  .c-block-flow2__list__item:nth-child(4n+4) .c-block-flow2__list__item__arrow {
    display: none
  }
}
@media screen and (max-width: 768px) {
  .c-block-flow2__list__item__arrow {
    font-size: 2.2rem;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -7.5rem;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
  }
  .c-block-flow2__list__item: last-child .c-block-flow2__list__item__arrow {
    display: none
  }
  .c-block-flow2__list__item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .c-block-flow2__list__item__img {
    width: 49.523809523809526%
  }
}
.c-block-flow2__list__item__img__img:before {
  float: left;
  padding-top: 66.66666666666666%;
  content: ''
}
.c-block-flow2__list__item__img__img:after {
  display: block;
  content: '';
  clear: both
}
.c-block-flow2__list__item__img__num {
  border-radius: 50%;
  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;
  -ms-flex-line-pack: center;
  align-content: center;
  font-weight: 400;
  position: absolute;
  z-index: 2
}
@media screen and (min-width: 769px) {
  .c-block-flow2__list__item__img__num {
    width: 32px;
    height: 32px;
    left: 6px;
    top: 6px
  }
  .c-block-flow2__list__item__info {
    padding-top: 24px
  }
  .c-block-flow2__list__item__info__title {
    text-align: center
  }
}
@media screen and (max-width: 768px) {
  .c-block-flow2__list__item__img__num {
    width: 6.4rem;
    height: 6.4rem;
    font-size: 2rem;
    left: .6rem;
    top: .6rem
  }
  .c-block-flow2__list__item__info {
    width: 45.714285714285715%
  }
}
.c-block-flow2__list__item__info__title {
  line-height: 1.6;
  position: relative
}
.c-block-flow2__list__item__info__title__txt {
  font-weight: 700
}
@media screen and (min-width: 769px) {
  .c-block-flow2__list__item__info__title__txt {
    font-size: 18px
  }
}
@media screen and (max-width: 768px) {
  .c-block-flow2__list__item__info__title__txt {
    font-size: 2.6rem
  }
}
.c-block-flow2__list__item__info__title__txt small {
  font-weight: 400
}
@media screen and (min-width: 769px) {
  .c-block-flow2__list__item__info__title__txt small {
    font-size: 12px
  }
}
@media screen and (max-width: 768px) {
  .c-block-flow2__list__item__info__title__txt small {
    font-size: 2rem
  }
}
@media screen and (min-width: 769px) {
  .c-block-flow2__list__item__info__txt {
    font-size: 16px;
    margin-top: 14px
  }
}
@media screen and (max-width: 768px) {
  .c-block-flow2__list__item__info__txt {
    font-size: 2.4rem;
    line-height: 1.6;
    margin-top: 1.6rem
  }
}
.c-block-with-img {
  position: relative
}
.c-block-with-img__list {
  position: relative;
  z-index: 2
}
.c-block-with-img__list__item {
  position: relative
}
@media screen and (min-width: 769px) {
  .c-block-with-img__list__item+.c-block-with-img__list__item {
    margin-top: 60px
  }
  .c-block-with-img__list__item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
  }
  .c-block-with-img__list__item.-vertical-align-top .c-block-with-img__list__item__inner {
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .c-block-with-img__list__item__inner__left {
    width: 43.75%
  }
  .c-block-with-img__list__item.-reverse .c-block-with-img__list__item__inner__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .c-block-with-img__list__item__inner__right {
    width: 50%
  }
  .c-block-with-img__list__item.-reverse .c-block-with-img__list__item__inner__right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .c-block-with-img__list__item__info__title__num {
    width: 60px;
    height: 60px;
    font-size: 12px;
    margin-right: 16px
  }
}
.c-block-with-img__list__item__img:before {
  float: left;
  padding-top: 66.66666666666666%;
  content: ''
}
.c-block-with-img__list__item__img:after {
  display: block;
  content: '';
  clear: both
}
.c-block-with-img__list__item__info__title {
  line-height: 1.6;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center
}
.c-block-with-img__list__item__info__title__num {
  border-radius: 50%;
  border: 1px solid #f0f0f0;
  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;
  -ms-flex-line-pack: center;
  align-content: center;
  font-weight: 400
}
@media screen and (max-width: 768px) {
  .c-block-with-img__list__item+.c-block-with-img__list__item {
    margin-top: 9rem
  }
  .c-block-with-img__list__item__info {
    padding-top: 4rem
  }
  .c-block-with-img__list__item__info__title__num {
    width: 9rem;
    height: 9rem;
    font-size: 2rem;
    margin-right: 3rem
  }
}
.c-block-with-img__list__item__info__title__txt {
  font-weight: 700
}
@media screen and (min-width: 769px) {
  .c-block-with-img__list__item__info__title__txt {
    font-size: 24px
  }
}
@media screen and (max-width: 768px) {
  .c-block-with-img__list__item__info__title__txt {
    font-size: 3.2rem;
    display: block;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}
@media screen and (min-width: 769px) {
  .c-block-with-img__list__item__info__txt {
    font-size: 16px;
    margin-top: 20px
  }
}
@media screen and (max-width: 768px) {
  .c-block-with-img__list__item__info__txt {
    font-size: 2.6rem;
    margin-top: 1.6rem
  }
}
.c-block-with-img__list__item__info__btn {
  display: table
}
.c-block-point {
  background-color: #fbfbfb
}
@media screen and (min-width: 769px) {
  .c-block-with-img__list__item__info__btn {
    margin-top: 30px;
    margin-left: auto
  }
  .c-block-point {
    padding: 42px 64px
  }
}
@media screen and (max-width: 768px) {
  .c-block-with-img__list__item__info__btn {
    margin: 4.800000000000001rem auto 0
  }
  .c-block-point {
    padding: 6rem
  }
}
@media screen and (min-width: 769px) {
  .c-block-point.-mtop {
    margin-top: 30px
  }
  .c-block-point__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
  }
}
@media screen and (max-width: 768px) {
  .c-block-point.-mtop {
    margin-top: 4.800000000000001rem
  }
}
.c-block-point__list__item__title {
  font-weight: 700
}
@media screen and (min-width: 769px) {
  .c-block-point__list__item+.c-block-point__list__item {
    margin-top: 32px
  }
  .c-block-point__list__item__title {
    font-size: 18px;
    width: 120px
  }
}
@media screen and (max-width: 768px) {
  .c-block-point__list__item+.c-block-point__list__item {
    margin-top: 6rem
  }
  .c-block-point__list__item__title {
    font-size: 2.8rem
  }
}
@media screen and (min-width: 769px) {
  .c-block-point__list__item__txt {
    font-size: 16px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
  .c-block-card__list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    row-gap: 0
  }
  .c-block-card__list__item__info__title {
    margin-top: 24px
  }
}
@media screen and (max-width: 768px) {
  .c-block-point__list__item__txt {
    font-size: 2.4rem
  }
  .c-block-card__list {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 9rem
  }
}
.c-block-card__list__item__img:before {
  float: left;
  padding-top: 66.66666666666666%;
  content: ''
}
.c-block-card__list__item__img:after {
  display: block;
  content: '';
  clear: both
}
.c-block-card__list__item__info__title {
  line-height: 1.6
}
.c-block-card__list__item__info__title__txt {
  font-weight: 700
}
@media screen and (min-width: 769px) {
  .c-block-card__list__item__info__title__txt {
    font-size: 20px
  }
}
@media screen and (max-width: 768px) {
  .c-block-card__list__item__info__title {
    margin-top: 4rem
  }
  .c-block-card__list__item__info__title__txt {
    font-size: 3.2rem
  }
}
@media screen and (min-width: 769px) {
  .c-block-card__list__item__info__txt {
    font-size: 16px;
    margin-top: 20px;
    padding: 0 10px
  }
}
@media screen and (max-width: 768px) {
  .c-block-card__list__item__info__txt {
    font-size: 2.6rem;
    margin-top: 1.6rem;
    padding: 0 2rem
  }
}
.c-block-card__list__item__info__btn {
  display: table;
  margin-left: auto;
  margin-right: auto
}
@media screen and (min-width: 769px) {
  .c-block-card__list__item__info__btn {
    margin-top: 40px
  }
}
@media screen and (max-width: 768px) {
  .c-block-card__list__item__info__btn {
    margin-top: 4rem
  }
}
.c-block-fifty-img {
  position: relative
}
.c-block-fifty-img__list {
  position: relative;
  z-index: 2
}
.c-block-fifty-img__list__item {
  position: relative
}
@media screen and (min-width: 769px) {
  .c-block-fifty-img__list__item+.c-block-fifty-img__list__item {
    margin-top: 60px
  }
  .c-block-fifty-img__list__item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
  }
  .c-block-fifty-img__list__item.-vertical-align-top .c-block-fifty-img__list__item__inner {
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .c-block-fifty-img__list__item__inner__left {
    width: 50%
  }
  .c-block-fifty-img__list__item.-reverse .c-block-fifty-img__list__item__inner__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .c-block-fifty-img__list__item__inner__right {
    width: 50%
  }
  .c-block-fifty-img__list__item.-reverse .c-block-fifty-img__list__item__inner__right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .c-block-fifty-img__list__item__img:before {
    float: left;
    padding-top: 150%;
    content: ''
  }
  .c-block-fifty-img__list__item__img:after {
    display: block;
    content: '';
    clear: both
  }
  .c-block-fifty-img__list__item__info {
    margin-left: 80px;
    width: 340px
  }
  .c-block-fifty-img__list__item.-reverse .c-block-fifty-img__list__item__info {
    margin-right: 80px;
    margin-left: auto
  }
  .c-block-fifty-img__list__item__info__title__obj {
    font-size: 100px;
    left: 0;
    top: 0
  }
}
.c-block-fifty-img__list__item__info__title {
  line-height: 1.6;
  position: relative
}
.c-block-fifty-img__list__item__info__title__obj {
  fill: #f5f5f5;
  width: 1.2em;
  height: 1em;
  position: absolute;
  z-index: 1
}
@media screen and (max-width: 768px) {
  .c-block-fifty-img__list__item+.c-block-fifty-img__list__item {
    margin-top: 9rem
  }
  .c-block-fifty-img__list__item__img:before {
    float: left;
    padding-top: 66.66666666666666%;
    content: ''
  }
  .c-block-fifty-img__list__item__img:after {
    display: block;
    content: '';
    clear: both
  }
  .c-block-fifty-img__list__item__info {
    padding-top: 4rem
  }
  .c-block-fifty-img__list__item__info__title__obj {
    font-size: 10rem;
    left: 9rem;
    top: 0
  }
}
.c-block-fifty-img__list__item__info__title__txt {
  font-weight: 700;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  display: block
}
@media screen and (min-width: 769px) {
  .c-block-fifty-img__list__item__info__title__txt {
    font-size: 48px;
    padding-top: 60px
  }
}
@media screen and (max-width: 768px) {
  .c-block-fifty-img__list__item__info__title__txt {
    font-size: 4.600000000000001rem;
    padding-top: 3.5rem
  }
}
.c-block-fifty-img__list__item__info__title__txt .-green {
  color: #0076c1
}
@media screen and (min-width: 769px) {
  .c-block-fifty-img__list__item__info__txt {
    font-size: 16px;
    margin-top: 60px
  }
}
@media screen and (max-width: 768px) {
  .c-block-fifty-img__list__item__info__txt {
    font-size: 2.6rem;
    margin-top: 6rem
  }
}
@media screen and (min-width: 769px) {
  .c-blog {
    font-size: 16px
  }
  .c-blog>*+* {
    margin-top: 40px
  }
}
@media screen and (max-width: 768px) {
  .c-blog {
    font-size: 2.6rem
  }
}
.c-btn-circle,.c-btn-circleline,.c-btn-rect {
  font-size: inherit;
  font-weight: 700
}
.c-blog .-bold {
  font-weight: 700
}
.c-blog a {
  display: inline-block
}
.c-btn-circle {
  display: table
}
@media screen and (min-width: 769px) {
  .c-btn-circle.-md {
    font-size: 16px
  }
}
@media screen and (max-width: 768px) {
  .c-blog>*+* {
    margin-top: 6rem
  }
  .c-btn-circle.-md {
    font-size: 2.4rem
  }
}
@media screen and (min-width: 769px) {
  .c-btn-circle.-lg {
    font-size: 16px
  }
  .c-btn-circle__circle {
    -webkit-transition: -webkit-transform 1s cubic-bezier(.175,.885,.32,1.275);
    transition: -webkit-transform 1s cubic-bezier(.175,.885,.32,1.275);
    transition: transform 1s cubic-bezier(.175,.885,.32,1.275);
    transition: transform 1s cubic-bezier(.175,.885,.32,1.275),-webkit-transform 1s cubic-bezier(.175,.885,.32,1.275)
  }
  .-active .c-btn-circle__circle,.-hover .c-btn-circle__circle,.c-btn-circle:hover .c-btn-circle__circle {
    -webkit-transition: -webkit-transform .5s cubic-bezier(.175,.885,.32,1.275);
    transition: -webkit-transform .5s cubic-bezier(.175,.885,.32,1.275);
    transition: transform .5s cubic-bezier(.175,.885,.32,1.275);
    transition: transform .5s cubic-bezier(.175,.885,.32,1.275),-webkit-transform .5s cubic-bezier(.175,.885,.32,1.275);
    -webkit-transform: scale(2);
    transform: scale(2)
  }
}
@media screen and (max-width: 768px) {
  .c-btn-circle.-lg {
    font-size: 2.6rem
  }
}
.c-btn-circle.-center {
  margin: 0 auto
}
.c-btn-circle__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center
}
.c-btn-circle__circle {
  border-radius: 50%;
  background-color: #0076c1;
  width: .3em;
  height: .3em;
  margin-right: .6em
}
.c-btn-circle.-white .c-btn-circle__circle {
  background-color: #fff
}
.c-btn-circle.-circle-sm .c-btn-circle__circle {
  width: .2em;
  height: .2em
}
.c-btn-circle.-right .c-btn-circle__circle {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-right: 0;
  margin-left: .6em
}
.c-btn-circle__txt {
  color: #0076c1
}
.c-btn-circle.-right .c-btn-circle__txt {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
.c-btn-circle.-white .c-btn-circle__txt {
  color: #fff
}
.c-btn-circle.-black .c-btn-circle__txt {
  color: #000
}
.c-btn-circle__blank {
  width: .8em;
  height: .5em;
  stroke: #ccc;
  margin-left: .3em
}
.c-btn-circleline {
  display: table
}
@media screen and (min-width: 769px) {
  .c-btn-circleline.-md {
    font-size: 16px
  }
}
@media screen and (max-width: 768px) {
  .c-btn-circleline.-md {
    font-size: 2.4rem
  }
}
.c-btn-circleline.-center {
  margin: 0 auto
}
.c-btn-circleline__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative
}
.c-btn-circleline__txt {
  color: #0076c1
}
.c-btn-circleline.-white .c-btn-circleline__txt,.c-btn-rect__txt {
  color: #fff
}
.c-btn-circleline.-black .c-btn-circleline__txt {
  color: #000
}
.c-btn-circleline__circle {
  border-radius: 50%;
  background-color: #0076c1
}
.c-btn-circleline.-white .c-btn-circleline__circle {
  background-color: #fff
}
@media screen and (min-width: 769px) {
  .c-btn-circleline.-lg {
    font-size: 16px
  }
  .c-btn-circleline__circle {
    width: 4px;
    height: 4px;
    margin-left: 12px;
    -webkit-transition: -webkit-transform 1s cubic-bezier(.175,.885,.32,1.275);
    transition: -webkit-transform 1s cubic-bezier(.175,.885,.32,1.275);
    transition: transform 1s cubic-bezier(.175,.885,.32,1.275);
    transition: transform 1s cubic-bezier(.175,.885,.32,1.275),-webkit-transform 1s cubic-bezier(.175,.885,.32,1.275)
  }
  .-hover .c-btn-circleline__circle,.c-btn-circleline:not(.-nohover):hover .c-btn-circleline__circle {
    -webkit-transition: -webkit-transform .5s cubic-bezier(.175,.885,.32,1.275);
    transition: -webkit-transform .5s cubic-bezier(.175,.885,.32,1.275);
    transition: transform .5s cubic-bezier(.175,.885,.32,1.275);
    transition: transform .5s cubic-bezier(.175,.885,.32,1.275),-webkit-transform .5s cubic-bezier(.175,.885,.32,1.275);
    -webkit-transform: scale(2);
    transform: scale(2)
  }
  .-hover .c-btn-circleline__line,.c-btn-circleline:not(.-nohover):hover .c-btn-circleline__line {
    -webkit-animation-name: c-btn-circleline-motion;
    animation-name: c-btn-circleline-motion;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-timing-function: cubic-bezier(.19,1,.22,1);
    animation-timing-function: cubic-bezier(.19,1,.22,1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
  }
}
@media screen and (max-width: 768px) {
  .c-btn-circleline.-lg {
    font-size: 2.6rem
  }
  .c-btn-circleline__circle {
    width: .8rem;
    height: .8rem;
    margin-left: 1.4rem
  }
}
.c-btn-circleline__line {
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  z-index: 1;
  background-color: #000
}
.c-btn-circleline.-white .c-btn-circleline__line {
  background-color: #fff
}
.c-btn-rect-wrap-L {
  display: block
}
@media screen and (min-width: 769px) {
  .c-btn-rect-wrap-L {
    width: 560px;
    height: 80px;
    margin: 0 auto
  }
}
@media screen and (max-width: 768px) {
  .c-btn-rect-wrap-L {
    width: 100%;
    height: 12.4rem;
    margin: 0 auto
  }
}
.c-btn-rect {
  display: block;
  width: inherit;
  height: inherit;
  position: relative
}
@media screen and (min-width: 769px) {
  .c-btn-rect-wrap-L.-mtop {
    margin-top: 48px
  }
  .c-btn-rect.-md {
    font-size: 16px
  }
}
@media screen and (max-width: 768px) {
  .c-btn-rect-wrap-L.-mtop {
    margin-top: 6rem
  }
  .c-btn-rect.-md {
    font-size: 2.6rem
  }
}
.c-btn-rect.-center {
  margin: 0 auto
}
.c-btn-rect__inner {
  overflow: hidden;
  background-color: #0076c1;
  border: 1px solid #0076c1;
  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;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%;
  height: 100%
}
@media screen and (min-width: 769px) {
  .c-btn-rect__inner {
    border-radius: 2px
  }
}
@media screen and (max-width: 768px) {
  .c-btn-rect__inner {
    border-radius: .4rem
  }
}
@media screen and (min-width: 769px) {
  .c-btn-rect.-rounded .c-btn-rect__inner {
    border-radius: 8px
  }
}
@media screen and (max-width: 768px) {
  .c-btn-rect.-rounded .c-btn-rect__inner {
    border-radius: 1.6rem
  }
}
.c-btn-rect.-white .c-btn-rect__inner {
  background-color: #fff;
  border-color: #fff
}
.c-btn-rect.-white.-border .c-btn-rect__inner {
  border: 1px solid #000
}
.c-btn-rect.-black .c-btn-rect__inner {
  background-color: #000;
  border-color: rgba(255,255,0,0) 0
}
.c-btn-rect.-white .c-btn-rect__txt {
  color: #0076c1
}
.c-btn-rect.-txt-black .c-btn-rect__txt {
  color: #000
}
.c-btn-rect__more {
  width: 1em;
  height: 1em;
  fill: #fff;
  margin-right: 1.5em;
  font-size: .7em
}
.c-btn-rect.-white .c-btn-rect__more {
  fill: #0076c1
}
@media screen and (min-width: 769px) {
  .c-btn-rect__inner {
    -webkit-transition: background-color .3s;
    transition: background-color .3s
  }
  .c-btn-rect:hover .c-btn-rect__inner {
    background-color: #fff
  }
  .c-btn-rect.-white:hover .c-btn-rect__inner {
    background-color: #0076c1
  }
  .c-btn-rect.-hoverblack:hover .c-btn-rect__inner {
    background-color: #000
  }
  .c-btn-rect.-white:hover .c-btn-rect__inner,.c-btn-rect:hover .c-btn-rect__inner {
    -webkit-transition: background-color .1s;
    transition: background-color .1s
  }
  .c-btn-rect__txt {
    -webkit-transition: color .3s;
    transition: color .3s
  }
  .c-btn-rect:hover .c-btn-rect__txt {
    color: #0076c1
  }
  .c-btn-rect.-white:hover .c-btn-rect__txt {
    color: #fff
  }
  .c-btn-rect.-black:hover .c-btn-rect__txt {
    color: #000
  }
  .c-btn-rect.-white:hover .c-btn-rect__txt,.c-btn-rect:hover .c-btn-rect__txt {
    -webkit-transition: color .1s;
    transition: color .1s
  }
  .c-btn-rect__more {
    -webkit-transition: fill .2s;
    transition: fill .2s
  }
  .c-btn-rect:hover .c-btn-rect__more {
    fill: #0076c1
  }
  .c-btn-rect.-white:hover .c-btn-rect__more {
    fill: #fff
  }
}
.c-btn-rect__circle {
  border-radius: 50%;
  position: absolute;
  background-color: #fff
}
.c-btn-rect.-white .c-btn-rect__circle {
  background-color: #0076c1
}
@media screen and (min-width: 769px) {
  .c-btn-rect__circle {
    width: 4px;
    height: 4px;
    right: 34px;
    -webkit-transition: -webkit-transform 1s cubic-bezier(.175,.885,.32,1.275);
    transition: -webkit-transform 1s cubic-bezier(.175,.885,.32,1.275);
    transition: transform 1s cubic-bezier(.175,.885,.32,1.275);
    transition: transform 1s cubic-bezier(.175,.885,.32,1.275),-webkit-transform 1s cubic-bezier(.175,.885,.32,1.275)
  }
  .c-btn-rect.-circle-left .c-btn-rect__circle {
    right: auto;
    left: 34px
  }
  .-hover .c-btn-rect__circle,.c-btn-rect:hover .c-btn-rect__circle {
    -webkit-transition: -webkit-transform .5s cubic-bezier(.175,.885,.32,1.275);
    transition: -webkit-transform .5s cubic-bezier(.175,.885,.32,1.275);
    transition: transform .5s cubic-bezier(.175,.885,.32,1.275);
    transition: transform .5s cubic-bezier(.175,.885,.32,1.275),-webkit-transform .5s cubic-bezier(.175,.885,.32,1.275);
    -webkit-transform: scale(2);
    transform: scale(2);
    background-color: #0076c1
  }
  .c-btn-rect.-white:hover .c-btn-rect__circle {
    background-color: #fff
  }
  .c-btn-rect.-black:hover .c-btn-rect__circle {
    background-color: #000
  }
}
@media screen and (max-width: 768px) {
  .c-btn-rect__circle {
    width: .8rem;
    height: .8rem;
    right: 4.800000000000001rem;
    margin-right: 1.4rem
  }
  .c-btn-rect.-circle-left .c-btn-rect__circle {
    right: auto;
    left: 4.800000000000001rem
  }
}
.c-btn-motionline {
  display: table;
  font-weight: 700;
  font-size: inherit;
  width: inherit;
  height: inherit;
  position: relative
}
.c-btn-motionline.-light {
  font-weight: 400
}
@media screen and (min-width: 769px) {
  .c-btn-motionline.-md {
    font-size: 16px
  }
}
@media screen and (max-width: 768px) {
  .c-btn-motionline.-md {
    font-size: 2.4rem
  }
}
@media screen and (min-width: 769px) {
  .c-btn-motionline.-lg {
    font-size: 16px
  }
}
@media screen and (max-width: 768px) {
  .c-btn-motionline.-lg {
    font-size: 2.6rem
  }
}
.c-btn-motionline.-center {
  margin: 0 auto
}
.c-btn-motionline__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center
}
.c-btn-motionline__txt {
  color: #0076c1
}
.c-btn-motionline.-white .c-btn-motionline__txt {
  color: #fff
}
.c-btn-motionline.-black .c-btn-motionline__txt {
  color: #000
}
@media screen and (min-width: 769px) {
  .c-btn-motionline__line {
    width: 0%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    top: auto;
    z-index: 1;
    background-color: #000;
    -webkit-transition: width .3s cubic-bezier(.47,0,.745,.715);
    transition: width .3s cubic-bezier(.47,0,.745,.715);
    left: auto;
    right: 0
  }
  .c-btn-motionline.-white .c-btn-motionline__line {
    background-color: #fff
  }
  .-hover .c-btn-motionline__line,.c-btn-motionline:hover .c-btn-motionline__line {
    -webkit-transition: width .3s cubic-bezier(.19,1,.22,1);
    transition: width .3s cubic-bezier(.19,1,.22,1);
    left: 0;
    width: 100%
  }
}
.c-btn-link,.c-btn-link__inner,.c-card-with-img,.c-card-with-img__img__img {
  position: relative
}
.c-card-box,.c-card-rounded {
  background-color: #fff
}
.c-btn-motionline__blank {
  width: .8em;
  height: .5em;
  stroke: #ccc;
  margin-left: .3em
}
.c-btn-motionline__back {
  width: .6em;
  height: .6em;
  fill: #0076c1;
  margin-right: .6em
}
.c-btn-link {
  display: inline-block;
  font-size: inherit;
  width: inherit;
  height: inherit
}
@media screen and (min-width: 769px) {
  .c-btn-link.-md {
    font-size: 16px
  }
}
@media screen and (max-width: 768px) {
  .c-btn-link.-md {
    font-size: 2.4rem
  }
}
.c-btn-link__txt {
  color: #0076c1
}
.c-btn-link.-white .c-btn-link__txt {
  color: #fff
}
.c-btn-link.-black .c-btn-link__txt {
  color: #000
}
.c-card-with-img.-sdgs .c-card-with-img__info__btn .c-btn-circle__txt,.c-card-with-img.-sdgs .c-card-with-img__info__title .c-title-enjp__jp {
  color: #4c8953
}
.c-btn-link__blank {
  width: .96em;
  height: .6em;
  stroke: #ccc;
  margin-left: .3em;
  margin-bottom: .1em
}
@-webkit-keyframes c-btn-circleline-motion {
  0%,100% {
    left: 0;
    width: 100%
  }
  50% {
    left: 100%;
    width: 0%
  }
  51% {
    left: 0;
    width: 0%
  }
}
@keyframes c-btn-circleline-motion {
  0%,100% {
    left: 0;
    width: 100%
  }
  50% {
    left: 100%;
    width: 0%
  }
  51% {
    left: 0;
    width: 0%
  }
}
@media screen and (min-width: 769px) {
  .c-btn-link.-lg {
    font-size: 16px
  }
  .c-btn-link:hover .c-btn-link__txt {
    text-decoration: none
  }
  .c-card-box {
    -webkit-box-shadow: 0 10px 40px rgba(0,0,0,.1);
    box-shadow: 0 10px 40px rgba(0,0,0,.1)
  }
  .c-card-rounded {
    border-radius: 8px
  }
}
@media screen and (max-width: 768px) {
  .c-btn-link.-lg {
    font-size: 2.6rem
  }
  .c-card-box {
    -webkit-box-shadow: 0 1rem 4rem rgba(0,0,0,.1);
    box-shadow: 0 1rem 4rem rgba(0,0,0,.1)
  }
  .c-card-rounded {
    border-radius: 1.6rem
  }
}
.c-card-rounded.-overflow-hidden {
  overflow: hidden
}
.c-card-with-img__img {
  overflow: hidden
}
@media screen and (min-width: 769px) {
  .c-card-rounded.-shadow {
    -webkit-box-shadow: 0 20px 40px rgba(0,0,0,.2);
    box-shadow: 0 20px 40px rgba(0,0,0,.2)
  }
  .c-card-with-img__inner {
    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;
    -ms-flex-line-pack: center;
    align-content: center
  }
  .c-card-with-img__img {
    width: 50%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
  }
  .c-card-with-img.-img-border .c-card-with-img__img {
    border-right: 1px solid #f0f0f0
  }
  .c-card-with-img__img__img:before {
    float: left;
    padding-top: 83.33333333333334%;
    content: ''
  }
  .c-card-with-img__img__img:after {
    display: block;
    content: '';
    clear: both
  }
}
@media screen and (max-width: 768px) {
  .c-card-rounded.-shadow {
    -webkit-box-shadow: 0 2rem 4rem rgba(0,0,0,.2);
    box-shadow: 0 2rem 4rem rgba(0,0,0,.2)
  }
  .c-card-with-img__img {
    width: 100%;
    border-top-left-radius: 1.6rem;
    border-top-right-radius: 1.6rem
  }
  .c-card-with-img.-img-border .c-card-with-img__img {
    border-bottom: 1px solid #f0f0f0
  }
  .c-card-with-img__img__img:before {
    float: left;
    padding-top: 66.66666666666666%;
    content: ''
  }
  .c-card-with-img__img__img:after {
    display: block;
    content: '';
    clear: both
  }
}
.c-card-with-img__img__img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 100%
}
@media screen and (min-width: 769px) {
  .c-card-with-img__info {
    width: 50%;
    padding: 0 60px
  }
  .c-card-with-img__info__title .c-title-enjp__jp {
    font-size: 32px
  }
}
@media screen and (max-width: 768px) {
  .c-card-with-img__info {
    padding: 6rem 6rem 7.2rem
  }
  .c-card-with-img__info__title .c-title-enjp__en {
    text-align: center
  }
  .c-card-with-img__info__title .c-title-enjp__jp {
    text-align: center;
    font-size: 4.800000000000001rem
  }
}
@media screen and (min-width: 769px) {
  .c-card-with-img__info__txt {
    font-size: 16px;
    margin-top: 24px
  }
}
@media screen and (max-width: 768px) {
  .c-card-with-img__info__txt {
    font-size: 2.4rem;
    margin-top: 3.2rem
  }
}
.c-card-with-img__info__btn {
  display: table
}
.c-card-with-img.-sdgs .c-card-with-img__info__btn .c-btn-circle__circle {
  background-color: #4c8953
}
.c-dl-data {
  border-bottom: 1px solid #f0f0f0
}
.c-dl-data.-border-top {
  border-top: 1px solid #f0f0f0
}
.c-dl-data__dt {
  font-weight: 700
}
@media screen and (min-width: 769px) {
  .c-card-with-img__info__btn {
    margin-top: 30px
  }
  .c-dl-data {
    font-size: 16px;
    padding: 34px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .c-dl-data__dt {
    width: 28%
  }
  .c-dl-data__dd {
    width: 72%
  }
}
@media screen and (max-width: 768px) {
  .c-card-with-img__info__btn {
    margin: 4.800000000000001rem auto 0
  }
  .c-dl-data {
    font-size: 2.6rem;
    padding: 3rem 0
  }
  .c-dl-data__dt {
    margin-top: .8rem
  }
}
@media screen and (min-width: 769px) {
  .c-dl-data__dd p+p {
    margin-top: 16px
  }
}
@media screen and (max-width: 768px) {
  .c-dl-data__dd p+p {
    margin-top: .8rem
  }
}
@media screen and (min-width: 769px) {
  .c-dl-data__dd ul li+li {
    margin-top: 16px
  }
}
@media screen and (max-width: 768px) {
  .c-dl-data__dd ul li+li {
    margin-top: .8rem
  }
}
.c-form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.c-form input[type=submit],.c-form input[type=radio],.c-form input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0
}
.c-form button,.c-form input[type=password],.c-form input[type=email],.c-form input[type=tel],.c-form input[type=text],.c-form textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  background-color: rgba(255,255,255,0);
  border: none;
  border: 0;
  margin: 0;
  padding: 0
}
.c-form button: : -webkit-input-placeholder,.c-form input[type=password]: : -webkit-input-placeholder,.c-form input[type=email]: : -webkit-input-placeholder,.c-form input[type=tel]: : -webkit-input-placeholder,.c-form input[type=text]: : -webkit-input-placeholder,.c-form textarea: : -webkit-input-placeholder {
  color: $COLOR_GRAY
}
.c-form button: : -moz-placeholder,.c-form input[type=password]: : -moz-placeholder,.c-form input[type=email]: : -moz-placeholder,.c-form input[type=tel]: : -moz-placeholder,.c-form input[type=text]: : -moz-placeholder,.c-form textarea: : -moz-placeholder {
  color: $COLOR_GRAY
}
.c-form button: -ms-input-placeholder,.c-form input[type=password]: -ms-input-placeholder,.c-form input[type=email]: -ms-input-placeholder,.c-form input[type=tel]: -ms-input-placeholder,.c-form input[type=text]: -ms-input-placeholder,.c-form textarea: -ms-input-placeholder {
  color: $COLOR_GRAY
}
.c-form button: : -ms-input-placeholder,.c-form input[type=password]: : -ms-input-placeholder,.c-form input[type=email]: : -ms-input-placeholder,.c-form input[type=tel]: : -ms-input-placeholder,.c-form input[type=text]: : -ms-input-placeholder,.c-form textarea: : -ms-input-placeholder {
  color: $COLOR_GRAY
}
.c-form button: : placeholder,.c-form input[type=password]: : placeholder,.c-form input[type=email]: : placeholder,.c-form input[type=tel]: : placeholder,.c-form input[type=text]: : placeholder,.c-form textarea: : placeholder {
  color: $COLOR_GRAY
}
@media screen and (min-width: 769px) {
  .c-form {
    font-size: 16px
  }
}
@media screen and (max-width: 768px) {
  .c-form {
    font-size: 2.6rem
  }
}
.c-form input[type=password],.c-form input[type=email],.c-form input[type=tel],.c-form input[type=text],.c-form select,.c-form textarea {
  background-color: #f5f5f5;
  width: 100%;
  line-height: 1.6
}
.c-form input[type=password]: : -webkit-input-placeholder,.c-form input[type=email]: : -webkit-input-placeholder,.c-form input[type=tel]: : -webkit-input-placeholder,.c-form input[type=text]: : -webkit-input-placeholder,.c-form select: : -webkit-input-placeholder,.c-form textarea: : -webkit-input-placeholder {
  color: #b3b3b3
}
.c-form input[type=password]: : -moz-placeholder,.c-form input[type=email]: : -moz-placeholder,.c-form input[type=tel]: : -moz-placeholder,.c-form input[type=text]: : -moz-placeholder,.c-form select: : -moz-placeholder,.c-form textarea: : -moz-placeholder {
  color: #b3b3b3
}
.c-form input[type=password]: -ms-input-placeholder,.c-form input[type=email]: -ms-input-placeholder,.c-form input[type=tel]: -ms-input-placeholder,.c-form input[type=text]: -ms-input-placeholder,.c-form select: -ms-input-placeholder,.c-form textarea: -ms-input-placeholder {
  color: #b3b3b3
}
.c-form input[type=password]: : -ms-input-placeholder,.c-form input[type=email]: : -ms-input-placeholder,.c-form input[type=tel]: : -ms-input-placeholder,.c-form input[type=text]: : -ms-input-placeholder,.c-form select: : -ms-input-placeholder,.c-form textarea: : -ms-input-placeholder {
  color: #b3b3b3
}
.c-form input[type=password]: : placeholder,.c-form input[type=email]: : placeholder,.c-form input[type=tel]: : placeholder,.c-form input[type=text]: : placeholder,.c-form select: : placeholder,.c-form textarea: : placeholder {
  color: #b3b3b3
}
.c-form strong {
  font-weight: 700
}
@media screen and (min-width: 769px) {
  .c-form input[type=password],.c-form input[type=email],.c-form input[type=tel],.c-form input[type=text],.c-form select,.c-form textarea {
    font-size: 16px;
    padding: 22px 24px
  }
  .c-form .-space {
    height: 60px
  }
}
@media screen and (max-width: 768px) {
  .c-form input[type=password],.c-form input[type=email],.c-form input[type=tel],.c-form input[type=text],.c-form select,.c-form textarea {
    padding: 3rem 4rem;
    font-size: 16px
  }
  .c-form .-space {
    height: 6rem
  }
}
.c-form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center
}
@media screen and (min-width: 769px) {
  .c-form .-note {
    font-size: 16px
  }
  .c-form .-center-pc {
    text-align: center
  }
  .c-form label input {
    margin-right: 10px!important
  }
}
@media screen and (max-width: 768px) {
  .c-form .-note {
    font-size: 2.4rem
  }
  .c-form label input {
    margin-right: 1.2rem!important
  }
}
.c-form input[type=radio] {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 16px;
  height: 16px
}
.c-form input[type=radio]:after {
  content: "";
  background-image: url(../img/check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 12px;
  height: 9px;
  display: block;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1
}
.c-form input[type=checkbox],.c-img-hover,.js-module-img-scroll {
  position: relative;
  overflow: hidden
}
.c-form input[type=radio]:checked {
  background-color: #0076c1;
  border-color: #0076c1
}
.c-form input[type=checkbox] {
  border: 1px solid #ccc;
  width: 16px;
  height: 16px
}
.c-form input[type=checkbox]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1
}
@media screen and (min-width: 769px) {
  .c-form input[type=checkbox] {
    border-radius: 2px
  }
  .c-form input[type=checkbox]:after {
    background-image: url(../img/check.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 12px;
    height: 9px;
    display: block;
    text-indent: -9999px
  }
}
@media screen and (max-width: 768px) {
  .c-form input[type=checkbox] {
    border-radius: .4rem
  }
  .c-form input[type=checkbox]:after {
    background-image: url(../img/check.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 2.16rem;
    height: 1.62rem;
    display: block;
    text-indent: -9999px
  }
}
.c-form .-agreement,.c-form .-c-btn-rect {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  align-content: center
}
.c-form input[type=checkbox]:checked {
  background-color: #0076c1;
  border-color: #0076c1
}
.c-form .-agreement {
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center
}
.c-form .-agreement a {
  text-decoration: underline
}
.c-form .-c-btn-rect {
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center
}
.c-form .-c-btn-circle {
  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;
  -ms-flex-line-pack: center;
  align-content: center
}
.c-form .c-form-7 .error {
  color: #ea1616
}
.c-form .c-form-7 .-error {
  border: 1px solid #ea1616
}
.c-terms h3,.p-common-nav-nav,.p-contact-form .c-form-7_confirm .group dl,.p-top-column__header {
  border-bottom: 1px solid #f0f0f0
}
.c-form .c-form-7 .-errorbox .-errorbox-item {
  background-color: #ea1616;
  overflow: hidden;
  color: #fff;
  display: table
}
.c-img-hover__img,.c-img-picture,.c-img-picture img {
  display: block
}
@media screen and (min-width: 769px) {
  .c-form .-agreement a:hover {
    text-decoration: none
  }
  .c-form .-c-btn-rect button {
    width: 100%;
    height: 80px
  }
  .c-form .c-form-7 .error {
    margin-top: 8px
  }
  .c-form .c-form-7 .-errorbox .-errorbox-item {
    border-radius: 2px
  }
}
@media screen and (max-width: 768px) {
  .c-form .-c-btn-rect button {
    width: 100%;
    height: 12.4rem
  }
  .c-form .c-form-7 .error {
    margin-top: 1.6rem
  }
  .c-form .c-form-7 .-errorbox .-errorbox-item {
    border-radius: .4rem
  }
}
.c-img-hover {
  width: 100%;
  height: 100%
}
.js-module-accordion__body {
  overflow: hidden;
  height: 0
}
.js-module-img-slider {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.js-module-img-slider.-reverse {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.js-module-img-slider__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}
.js-module-img-slider.-reverse .js-module-img-slider__slider {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.js-module-img-slider__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}
.js-module-img-slider.-reverse .js-module-img-slider__group {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.js-module-img-scroll__img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100%;
  background-size: cover;
  background-position: center center
}
.js-module-img-scroll-horizontal {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%
}
.c-modal-contents {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  display: none
}
.c-modal-contents__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  z-index: 1;
  background-color: rgba(0,0,0,.7)
}
.c-modal-contents__close {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #0076c1
}
.c-terms .border-group,.p-common-gallery-images,.p-common-nav-nav__parent__btn__ico,.p-common-nav__sns__item__border,.p-document-single-info__point {
  border: 1px solid #f0f0f0
}
@media screen and (min-width: 769px) {
  .c-form .c-form-7 .-errorbox .-errorbox-item {
    padding: 4px 16px;
    margin-top: 12px
  }
  .c-form .c-form-7 .-errorbox .-errorbox-item:first-child {
    margin-top: 28px
  }
  .c-form .c-form-7 .-errorbox.-center .-errorbox-item {
    margin-left: auto;
    margin-right: auto
  }
  .c-img-hover__img {
    -webkit-transition: -webkit-transform 1.5s;
    transition: -webkit-transform 1.5s;
    transition: transform 1.5s;
    transition: transform 1.5s,-webkit-transform 1.5s
  }
  .-hover .c-img-hover__img,.c-img-hover:hover .c-img-hover__img {
    -webkit-transition: -webkit-transform 1s cubic-bezier(.19,1,.22,1);
    transition: -webkit-transform 1s cubic-bezier(.19,1,.22,1);
    transition: transform 1s cubic-bezier(.19,1,.22,1);
    transition: transform 1s cubic-bezier(.19,1,.22,1),-webkit-transform 1s cubic-bezier(.19,1,.22,1);
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }
  .c-modal-contents__close {
    font-size: 60px;
    display: block;
    position: absolute;
    right: 60px;
    top: 60px;
    z-index: 3;
    -webkit-transition: background-color .2s;
    transition: background-color .2s
  }
  .c-modal-contents__close:hover {
    background-color: #fff
  }
}
@media screen and (max-width: 768px) {
  .c-form .c-form-7 .-errorbox .-errorbox-item {
    padding: .5rem 2.2rem;
    margin-top: 2.4rem
  }
  .c-form .c-form-7 .-errorbox .-errorbox-item:first-child {
    margin-top: 9rem
  }
  .c-modal-contents__close {
    font-size: 9rem;
    position: absolute;
    z-index: 3;
    bottom: 10rem;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto
  }
}
.c-modal-contents__close__ico,.c-modal-contents__main {
  position: absolute;
  bottom: 0;
  margin: auto;
  top: 0;
  left: 0;
  right: 0
}
.c-modal-contents__close__ico {
  width: 1em;
  height: 1em;
  z-index: 1;
  stroke: #fff;
  stroke-width: 2;
  font-size: .24em
}
.c-modal-contents__main,.l-main,.l-section,.l-section-blog,.l-section-full {
  z-index: 2
}
.c-modal-contents__main {
  display: table
}
ol.c-ol-alphabet>li.-none:before,ol.c-ol-alphabet>li: marker,ol.c-ol-num>li.-none:before,ol.c-ol-num>li: marker,ol.c-ol-numkakko>li.-none:before,ol.c-ol-numkakko>li: marker {
  display: none
}
ol.c-ol-num {
  counter-reset: count 0
}
ol.c-ol-num>li {
  list-style: none;
  counter-increment: count 1;
  position: relative;
  padding-left: 1em
}
ol.c-ol-num>li:before {
  content: counter(count) '.';
  position: absolute;
  left: 0
}
ol.c-ol-num>li.-none {
  padding-left: 0
}
ol.c-ol-alphabet>li {
  list-style: none;
  position: relative;
  padding-left: 1.3em
}
ol.c-ol-alphabet>li:before {
  position: absolute;
  left: 0
}
ol.c-ol-alphabet>li.-none {
  padding-left: 0
}
ol.c-ol-alphabet>li:nth-child(1):before {
  content: "a)"
}
ol.c-ol-alphabet>li:nth-child(2):before {
  content: "b)"
}
ol.c-ol-alphabet>li:nth-child(3):before {
  content: "c)"
}
ol.c-ol-alphabet>li:nth-child(4):before {
  content: "d)"
}
ol.c-ol-alphabet>li:nth-child(5):before {
  content: "e)"
}
ol.c-ol-alphabet>li:nth-child(6):before {
  content: "f)"
}
ol.c-ol-numkakko>li {
  list-style: none;
  position: relative;
  padding-left: 1.3em
}
ol.c-ol-numkakko>li:before {
  position: absolute;
  left: 0
}
ol.c-ol-numkakko>li.-none {
  padding-left: 0
}
ol.c-ol-numkakko>li:nth-child(1):before {
  content: "1)"
}
ol.c-ol-numkakko>li:nth-child(2):before {
  content: "2)"
}
ol.c-ol-numkakko>li:nth-child(3):before {
  content: "3)"
}
ol.c-ol-numkakko>li:nth-child(4):before {
  content: "4)"
}
ol.c-ol-numkakko>li:nth-child(5):before {
  content: "5)"
}
ol.c-ol-numkakko>li:nth-child(6):before {
  content: "6)"
}
@media screen and (min-width: 769px) {
  .c-modal-contents__close__ico {
    -webkit-transition: stroke .2s;
    transition: stroke .2s
  }
  .c-modal-contents__close:hover .c-modal-contents__close__ico {
    stroke: #0076c1
  }
  .c-terms {
    font-size: 16px
  }
}
@media screen and (max-width: 768px) {
  .c-terms {
    font-size: 2.6rem
  }
}
.c-terms .-bold {
  font-weight: 700
}
@media screen and (min-width: 769px) {
  .c-terms .-small {
    font-size: 12px
  }
  .c-terms .mt-sm {
    margin-top: 10px!important
  }
}
@media screen and (max-width: 768px) {
  .c-terms .-small {
    font-size: 2.2rem
  }
  .c-terms .mt-sm {
    margin-top: 2rem!important
  }
}
.c-terms a {
  display: inline-block
}
@media screen and (min-width: 769px) {
  .c-terms ol li+li,.c-terms ul li+li {
    margin-top: 20px
  }
}
@media screen and (max-width: 768px) {
  .c-terms ol li+li,.c-terms ul li+li {
    margin-top: 4rem
  }
}
@media screen and (min-width: 769px) {
  .c-terms .group>*+* {
    margin-top: 20px
  }
}
@media screen and (max-width: 768px) {
  .c-terms .group>*+* {
    margin-top: 4rem
  }
}
@media screen and (min-width: 769px) {
  .c-terms .group.-sm>*+* {
    margin-top: 10px
  }
}
@media screen and (max-width: 768px) {
  .c-terms .group.-sm>*+* {
    margin-top: 2rem
  }
}
@media screen and (min-width: 769px) {
  .c-terms>*+* {
    margin-top: 60px
  }
  .c-terms .border-group {
    padding: 60px
  }
}
@media screen and (max-width: 768px) {
  .c-terms>*+* {
    margin-top: 6rem
  }
  .c-terms .border-group {
    padding: 6rem
  }
}
.c-terms h1 {
  font-weight: 700;
  line-height: 1.6
}
.c-terms h2 {
  font-weight: 700;
  overflow: hidden;
  background-color: #f5f5f5;
  line-height: 1.6
}
@media screen and (min-width: 769px) {
  .c-terms h1 {
    font-size: 32px
  }
  .c-terms h1+* {
    margin-top: 20px
  }
  .c-terms h2 {
    border-radius: 2px
  }
}
@media screen and (max-width: 768px) {
  .c-terms h1 {
    font-size: 4.800000000000001rem
  }
  .c-terms h1+* {
    margin-top: 4rem
  }
  .c-terms h2 {
    border-radius: .4rem
  }
}
@media screen and (min-width: 769px) {
  .c-terms h2 {
    font-size: 18px;
    padding: 18px 28px
  }
  .c-terms h2+* {
    margin-top: 20px
  }
}
@media screen and (max-width: 768px) {
  .c-terms h2 {
    font-size: 2.8rem;
    padding: 2.2rem 3.6rem
  }
  .c-terms h2+* {
    margin-top: 4rem
  }
}
.c-terms h3 {
  font-weight: 700;
  position: relative
}
.c-terms h3:before {
  content: attr(data-num) ".";
  position: absolute;
  left: 0;
  top: 0
}
@media screen and (min-width: 769px) {
  .c-terms h3 {
    font-size: 18px;
    padding: 0 0 16px 1.2em
  }
  .c-terms h3+* {
    margin-top: 20px
  }
}
@media screen and (max-width: 768px) {
  .c-terms h3 {
    font-size: 2.8rem;
    padding: 0 0 1.6rem 1.2em
  }
  .c-terms h3+* {
    margin-top: 4rem
  }
}
.c-terms h4 {
  font-weight: 700
}
@media screen and (min-width: 769px) {
  .c-terms h4 {
    font-size: 18px;
    margin-bottom: 20px
  }
}
@media screen and (max-width: 768px) {
  .c-terms h4 {
    font-size: 2.8rem;
    margin-bottom: 4rem
  }
}
.c-title-txt {
  font-weight: 700;
  line-height: 1
}
@media screen and (min-width: 769px) {
  .c-title-txt {
    font-size: 24px
  }
}
@media screen and (max-width: 768px) {
  .c-title-txt {
    font-size: 3.6rem
  }
}
.c-title-enjp {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-title-enjp.-left {
  text-align: left
}
@media screen and (min-width: 769px) {
  .c-title-txt.-lg {
    font-size: 32px
  }
  .c-title-enjp.-mb {
    margin-bottom: 60px
  }
  .c-title-enjp {
    line-height: 1
  }
  .c-title-enjp.-vertical-pc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left
  }
  .c-title-enjp.-left-pc {
    text-align: left
  }
}
@media screen and (max-width: 768px) {
  .c-title-txt.-lg {
    font-size: 4.800000000000001rem
  }
  .c-title-enjp.-mb {
    margin-bottom: 6rem
  }
  .c-title-enjp {
    line-height: 1.6
  }
  .c-title-enjp.-left-sp {
    text-align: left
  }
}
.c-title-enjp__en {
  font-family: Lato,sans-serif;
  font-weight: 400;
  color: #0076c1;
  letter-spacing: .1em
}
.c-title-enjp.-white .c-title-enjp__en,.c-title-enjp.-white .c-title-enjp__jp {
  color: #fff
}
@media screen and (min-width: 769px) {
  .c-title-enjp__en {
    font-size: 12px
  }
  .c-title-enjp.-vertical-pc .c-title-enjp__en {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}
@media screen and (max-width: 768px) {
  .c-title-enjp__en {
    font-size: 2rem
  }
}
@media screen and (min-width: 769px) {
  .c-title-enjp__jp {
    font-size: 48px;
    margin-top: 24px
  }
  .c-title-enjp.-vertical-pc .c-title-enjp__jp {
    margin-top: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 20px
  }
}
.c-title-jpjp,.p-common-nav__bottom {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal
}
@media screen and (max-width: 768px) {
  .c-title-enjp__jp {
    font-size: 6.4rem;
    margin-top: .8rem
  }
}
.c-title-enjp__hr {
  background-color: #000;
  height: 1px
}
.c-title-jpjp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.c-title-jpjp.-left {
  text-align: left
}
@media screen and (min-width: 769px) {
  .c-title-enjp.-sm .c-title-enjp__jp {
    font-size: 40px
  }
  .c-title-enjp__hr {
    width: 20px;
    margin-top: 60px
  }
  .c-title-jpjp.-left-pc {
    text-align: left
  }
}
@media screen and (max-width: 768px) {
  .c-title-enjp.-sm .c-title-enjp__jp {
    font-size: 5.600000000000001rem
  }
  .c-title-enjp__hr {
    width: 2rem;
    margin-top: 6rem
  }
  .c-title-jpjp.-left-sp {
    text-align: left
  }
}
.c-title-jpjp__jp1 {
  font-weight: 700;
  color: $COLOR_BlACK_1;
  line-height: 1.4
}
.c-title-jpjp.-white .c-title-jpjp__jp1 {
  color: #fff
}
@media screen and (min-width: 769px) {
  .c-title-jpjp__jp1 {
    font-size: 48px
  }
}
@media screen and (max-width: 768px) {
  .c-title-jpjp__jp1 {
    font-size: 6.4rem
  }
}
@media screen and (min-width: 769px) {
  .c-title-jpjp.-sm .c-title-jpjp__jp1 {
    font-size: 40px
  }
}
@media screen and (max-width: 768px) {
  .c-title-jpjp.-sm .c-title-jpjp__jp1 {
    font-size: 5.600000000000001rem
  }
}
.c-title-jpjp__jp2 {
  color: #0076c1;
  line-height: 1
}
.c-title-jpjp.-white .c-title-jpjp__jp2 {
  color: #fff
}
@media screen and (min-width: 769px) {
  .c-title-jpjp__jp2 {
    font-size: 12px;
    margin-top: 20px
  }
}
@media screen and (max-width: 768px) {
  .c-title-jpjp__jp2 {
    font-size: 2rem;
    margin-top: 3rem
  }
}
.c-txt-typo {
  pointer-events: none;
  font-family: Lato,sans-serif;
  font-weight: 100;
  line-height: 1;
  color: #0076c1;
  opacity: .1
}
.p-404__title,.p-common-footer-cv__main__item__title {
  line-height: 1.6;
  font-weight: 700
}
@media screen and (min-width: 769px) {
  .c-txt-typo {
    font-size: 140px
  }
}
@media screen and (max-width: 768px) {
  .c-txt-typo {
    font-size: 14rem
  }
}
.c-txt-note {
  color: #b3b3b3
}
@media screen and (min-width: 769px) {
  .c-txt-lead {
    font-size: 16px
  }
  .c-txt-note.-right-pc {
    text-align: right
  }
  .c-txt-note.-mtop {
    margin-top: 40px
  }
}
@media screen and (max-width: 768px) {
  .c-txt-lead {
    font-size: 2.6rem
  }
  .c-txt-note.-mtop {
    margin-top: 6rem
  }
}
.c-txt-note.-block {
  display: block
}
.c-ul-dot>li.-none:before,.c-ul-kome>li.-none:before {
  display: none
}
.c-ul-dot>li {
  position: relative;
  padding-left: 1.4em
}
.c-ul-dot>li:before {
  content: "・";
  position: absolute;
  left: 0
}
.c-ul-dot>li.-none {
  padding-left: 0
}
.c-ul-kome>li {
  position: relative;
  padding-left: 1.5em
}
.c-ul-kome>li:before {
  content: "※";
  position: absolute;
  left: 0
}
.l-inner,.l-main,.l-section,.l-section-blog,.l-section-full,.l-with-side-left__side {
  position: relative
}
.c-ul-kome>li.-none {
  padding-left: 0
}
@media screen and (min-width: 769px) {
  .c-txt-note.-mtop-sm {
    margin-top: 20px
  }
  .c-txt-note {
    font-size: 10px
  }
  .l-column2-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .l-column2-pc__left,.l-column2-pc__right {
    width: 46.666666666666664%
  }
}
@media screen and (max-width: 768px) {
  .c-txt-note.-mtop-sm {
    margin-top: 3rem
  }
  .c-txt-note {
    font-size: 2rem
  }
  .l-column2-pc__right {
    margin-top: 9rem
  }
}
@media screen and (min-width: 769px) {
  .l-section {
    margin: 0 auto;
    padding-left: 12rem;
    padding-right: 12rem;
    min-width: 1150px
  }
  .l-section.-tn {
    width: 850px;
    padding-left: 6rem;
    padding-right: 6rem;
    min-width: 0
  }
  .l-section.-sm {
    width: 1120px;
    padding-left: 12rem;
    padding-right: 12rem;
    min-width: 0
  }
  .l-section.-lg {
    padding-left: 4rem;
    padding-right: 4rem
  }
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  .l-section {
    padding-left: 10rem;
    padding-right: 10rem
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .l-section {
    padding-left: 8rem;
    padding-right: 8rem
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .l-section {
    padding-left: 6rem;
    padding-right: 6rem
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .l-section {
    padding-left: 4rem;
    padding-right: 4rem
  }
}
@media screen and (max-width: 768px) {
  .l-section {
    padding-left: 6rem;
    padding-right: 6rem;
    margin: 0 auto
  }
}
@media screen and (min-width: 769px) {
  .l-section__clear.-pc {
    margin: 0 -12rem
  }
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  .l-section__clear.-pc {
    margin: 0 -10rem
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .l-section__clear.-pc {
    margin: 0 -8rem
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .l-section__clear.-pc {
    margin: 0 -6rem
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .l-section__clear.-pc {
    margin: 0 -4rem
  }
}
@media screen and (max-width: 768px) {
  .l-section__clear.-sp {
    margin: 0 -6rem
  }
}
@media screen and (min-width: 769px) {
  .l-section-blog {
    width: 1080px;
    padding-left: 60px;
    padding-right: 60px;
    margin: 0 auto
  }
}
@media screen and (max-width: 768px) {
  .l-section-blog {
    width: 63rem;
    margin: 0 auto
  }
}
@media screen and (min-width: 769px) {
  .l-section-blog.-minus-top {
    margin-top: -110px
  }
  .l-section-blog__clear.-pc {
    margin-left: calc(-60px - calc(var(--bodyWidth)/ 2 - 540px));
    margin-right: calc(-60px - calc(var(--bodyWidth)/ 2 - 540px))
  }
  .l-section-full {
    min-width: 1150px
  }
  .l-space-second-top {
    height: 120px
  }
}
@media screen and (max-width: 768px) {
  .l-section-blog.-minus-top {
    margin-top: -7rem
  }
  .l-section-blog__clear.-sp {
    margin: 0 -6rem
  }
  .l-space-second-top {
    height: 7.600000000000001rem
  }
}
@media screen and (min-width: 769px) {
  .l-space-second-top.-sm {
    height: 80px
  }
}
@media screen and (max-width: 768px) {
  .l-space-second-top.-sm {
    height: 8rem
  }
}
@media screen and (min-width: 769px) {
  .l-space-second-bottom {
    height: 180px
  }
}
@media screen and (max-width: 768px) {
  .l-space-second-bottom {
    height: 18rem
  }
}
@media screen and (min-width: 769px) {
  .l-space-footer {
    height: 240px
  }
}
@media screen and (max-width: 768px) {
  .l-space-footer {
    height: 26.400000000000002rem
  }
}
@media screen and (min-width: 769px) {
  .l-space-section {
    height: 120px
  }
}
@media screen and (max-width: 768px) {
  .l-space-section {
    height: 12rem
  }
}
@media screen and (min-width: 769px) {
  .l-space-section.-sm {
    height: 80px
  }
}
@media screen and (max-width: 768px) {
  .l-space-section.-sm {
    height: 8rem
  }
}
@media screen and (min-width: 769px) {
  .l-space-section.-tn {
    height: 60px
  }
  .l-space-section-hr {
    margin-top: 120px;
    margin-bottom: 120px
  }
}
@media screen and (max-width: 768px) {
  .l-space-section.-tn {
    height: 6rem
  }
}
.l-space-section-hr {
  height: 1px;
  width: 100%;
  background-color: #f0f0f0
}
@media screen and (max-width: 768px) {
  .l-space-section-hr {
    margin-top: 12rem;
    margin-bottom: 12rem
  }
}
@media screen and (min-width: 769px) {
  .l-space-section-hr.-sm {
    margin-top: 80px;
    margin-bottom: 80px
  }
}
@media screen and (max-width: 768px) {
  .l-space-section-hr.-sm {
    margin-top: 8rem;
    margin-bottom: 8rem
  }
}
.l-with-side-left {
  width: 100%
}
.l-with-side-left__side {
  z-index: 10
}
.p-404__btn,.p-404__title,.p-404__txt {
  position: relative;
  z-index: 2
}
.l-with-side-left__main__clear.-overflow-hidden {
  overflow: hidden
}
@media screen and (min-width: 769px) {
  .l-space-section-hr.-tn {
    margin-top: 60px;
    margin-bottom: 60px
  }
  .l-with-side-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .l-with-side-left__side {
    width: 20%
  }
  .l-with-side-left__main {
    width: 80%
  }
  .l-with-side-left__main__clear.-pc {
    margin-right: -12rem
  }
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  .l-with-side-left__main__clear.-pc {
    margin-right: -10rem
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .l-with-side-left__main__clear.-pc {
    margin-right: -8rem
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .l-with-side-left__main__clear.-pc {
    margin-right: -6rem
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .l-with-side-left__main__clear.-pc {
    margin-right: -4rem
  }
}
@media screen and (max-width: 768px) {
  .l-space-section-hr.-tn {
    margin-top: 6rem;
    margin-bottom: 6rem
  }
  .l-with-side-left__side {
    display: none
  }
  .l-with-side-left__main {
    width: 100%
  }
  .l-with-side-left__main__clear.-sp {
    margin-right: -6rem
  }
  .l-with-side-left__main__clear.-sp-left {
    margin-left: -6rem
  }
}
.l-with-side-left__main__clearfull.-overflow-hidden {
  overflow: hidden
}
@media screen and (min-width: 769px) {
  .l-with-side-left__main__clearfull.-pc {
    margin-right: -12rem;
    margin-left: calc(-25% - 12rem)
  }
  .l-with-side-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .l-with-side-right.-border-pc {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0
  }
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  .l-with-side-left__main__clearfull.-pc {
    margin-right: -10rem;
    margin-left: calc(-25% - 10rem)
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .l-with-side-left__main__clearfull.-pc {
    margin-right: -8rem;
    margin-left: calc(-25% - 8rem)
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .l-with-side-left__main__clearfull.-pc {
    margin-right: -6rem;
    margin-left: calc(-25% - 6rem)
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .l-with-side-left__main__clearfull.-pc {
    margin-right: -4rem;
    margin-left: calc(-25% - 4rem)
  }
}
.l-with-side-right {
  width: 100%
}
@media screen and (min-width: 769px) {
  .l-with-side-right__main {
    width: 70%
  }
}
@media screen and (max-width: 768px) {
  .l-with-side-left__main__clearfull.-sp {
    margin-right: -6rem;
    margin-left: -6rem
  }
  .l-with-side-right__main {
    width: 100%
  }
}
.l-with-side-right__main__clear {
  overflow: hidden
}
@media screen and (min-width: 769px) {
  .l-with-side-right__main__clear.-pc {
    margin-left: -12rem
  }
  .l-with-side-right__side {
    width: 16%
  }
  .l-with-side-right.-border-pc .l-with-side-right__side {
    border-left: 1px solid #f0f0f0
  }
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  .l-with-side-right__main__clear.-pc {
    margin-left: -10rem
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .l-with-side-right__main__clear.-pc {
    margin-left: -8rem
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .l-with-side-right__main__clear.-pc {
    margin-left: -6rem
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .l-with-side-right__main__clear.-pc {
    margin-left: -4rem
  }
}
.p-404 {
  position: relative
}
.p-404__title {
  text-align: center
}
@media screen and (min-width: 769px) {
  .p-404__title {
    font-size: 20px
  }
}
@media screen and (max-width: 768px) {
  .l-with-side-right__main__clear.-sp {
    margin-left: -6rem
  }
  .l-with-side-right__side {
    display: none
  }
  .p-404 {
    margin-top: -10rem!important;
    padding-top: 10rem;
    overflow: hidden
  }
  .p-404__title {
    font-size: 3.2rem;
    text-align: center
  }
}
.p-404__txt {
  text-align: center
}
@media screen and (min-width: 769px) {
  .p-404__txt {
    font-size: 16px;
    margin-top: 24px
  }
}
@media screen and (max-width: 768px) {
  .p-404__txt {
    font-size: 2.6rem;
    margin-top: 6rem;
    text-align: center
  }
}
.p-404__btn {
  display: block
}
@media screen and (min-width: 769px) {
  .p-404__btn {
    width: 560px;
    height: 70px;
    margin: 60px auto 0
  }
}
@media screen and (max-width: 768px) {
  .p-404__btn {
    width: 63rem;
    height: 12.4rem;
    margin: 12rem auto 0
  }
}
.p-404__chara {
  position: absolute;
  opacity: .1
}
.p-common-footer-bottom-link {
  position: relative
}
@media screen and (min-width: 769px) {
  .p-404__chara {
    right: 0;
    top: 0;
    background-image: url(../images/common/chara/aikun.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 220px;
    height: 292px;
    background-size: contain;
    display: block;
    text-indent: -9999px
  }
  .p-common-footer-bottom-link {
    padding-top: 120px;
    padding-bottom: 120px
  }
}
@media screen and (max-width: 768px) {
  .p-404__chara {
    right: -1rem;
    top: 13rem;
    background-image: url(../images/common/chara/aikun.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 19.8rem;
    height: 26.28rem;
    display: block;
    text-indent: -9999px
  }
  .p-common-footer-bottom-link {
    padding-top: 12rem;
    padding-bottom: 12rem
  }
}
@media screen and (min-width: 769px) {
  .p-common-footer-bottom-link__list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
    row-gap: 6px
  }
  .p-common-footer-bottom-link.-service .p-common-footer-bottom-link__list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
    row-gap: 6px
  }
  .p-common-footer-bottom-link__list__item {
    width: 100%;
    height: 88px;
    padding-left: 42px
  }
}
@media screen and (max-width: 768px) {
  .p-common-footer-bottom-link__list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    -webkit-column-gap: .6rem;
    -moz-column-gap: .6rem;
    column-gap: .6rem;
    row-gap: .6rem
  }
  .p-common-footer-bottom-link.-service .p-common-footer-bottom-link__list {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    -webkit-column-gap: .6rem;
    -moz-column-gap: .6rem;
    column-gap: .6rem;
    row-gap: .6rem
  }
}
.p-common-footer-bottom-link__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #fff
}
.p-common-footer-bottom-link__list__item.-active {
  background-color: #f5f5f5
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .p-common-footer-bottom-link__list__item {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s
  }
  .-hover .p-common-footer-bottom-link__list__item,.p-common-footer-bottom-link__list__item:hover {
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
  }
}
.p-common-footer-cv {
  width: 100%;
  overflow: hidden;
  position: relative
}
@media screen and (min-width: 769px) {
  .p-common-footer-cv {
    display: block;
    position: absolute;
    left: 0;
    top: -240px;
    right: auto;
    bottom: auto;
    z-index: 10
  }
}
@media screen and (max-width: 768px) {
  .p-common-footer-bottom-link__list__item {
    width: 100%;
    height: 10.4rem;
    padding-left: 4.800000000000001rem
  }
  .p-common-footer-cv {
    display: block;
    position: absolute;
    left: 0;
    top: -26.400000000000002rem;
    right: auto;
    bottom: auto;
    z-index: 10
  }
}
.p-common-footer-cv a {
  color: #fff
}
.p-common-footer-cv__main {
  position: relative;
  background-color: #0076c1;
  color: #fff
}
.p-common-footer-cv__main__item {
  position: relative
}
@media screen and (min-width: 769px) {
  .p-common-footer-cv__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    width: 100%
  }
  .p-common-footer-cv__main__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
  }
  .p-common-footer-cv__main__item:nth-child(odd):after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,left bottom,left top,from(#0076c1),to(#222722));
    background: linear-gradient(0deg,#0076c1,#222722);
    opacity: .3
  }
}
@media screen and (max-width: 768px) {
  .p-common-footer-cv__main__item:nth-child(odd):after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,right top,left top,from(#0076c1),to(#222722));
    background: linear-gradient(-90deg,#0076c1,#222722);
    opacity: .3
  }
}
.p-common-footer-cv__main__item__inner {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 0 auto
}
@media screen and (min-width: 769px) {
  .p-common-footer-cv__main__item__inner {
    padding: 92px 0;
    width: 66.6%
  }
  .p-common-footer-cv__main__item__title {
    font-size: 24px
  }
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  .p-common-footer-cv__main__item__inner {
    width: 75%
  }
}
@media screen and (max-width: 768px) {
  .p-common-footer-cv__main__item__inner {
    width: 45rem;
    padding: 8rem 0 8.700000000000001rem
  }
  .p-common-footer-cv__main__item__title {
    font-size: 3.2rem
  }
}
.p-common-footer-cv__main__item__btn,.p-common-footer-cv__main__item__tel {
  width: 100%;
  display: table
}
.p-common-footer-cv__main__item__tel {
  font-family: Lato,sans-serif;
  font-weight: 700;
  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;
  -ms-flex-line-pack: center;
  align-content: center
}
@media screen and (min-width: 769px) {
  .p-common-footer-cv__main__item__btn,.p-common-footer-cv__main__item__tel {
    height: 72px;
    margin-top: 42px
  }
  .p-common-footer-cv__main__item__tel__txt {
    font-size: 38px
  }
}
@media screen and (max-width: 768px) {
  .p-common-footer-cv__main__item__btn,.p-common-footer-cv__main__item__tel {
    height: 10.4rem;
    margin-top: 3.2rem
  }
  .p-common-footer-cv__main__item__tel {
    height: 6.4rem
  }
  .p-common-footer-cv__main__item__tel__txt {
    font-size: 5.600000000000001rem
  }
}
.p-common-footer-cv__main__item__tel__ico {
  width: 1em;
  height: 1em;
  fill: #fff
}
@media screen and (min-width: 769px) {
  .p-common-footer-cv__main__item__tel__ico {
    font-size: 28px;
    margin-right: 7px
  }
  .p-common-footer-cv__main__item__txt {
    margin-top: 48px
  }
  .p-common-footer-nav {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    column-gap: 20px;
  }
  .p-common-footer-nav__block:nth-child(1),.p-common-footer-nav__block:nth-child(2) {
    width: 240px
  }
  .p-common-footer-nav__block:nth-child(3) {
    width: 140px
  }
}
.p-common-footer-nav__block {
  position: relative
}
.p-common-footer-nav__parent {
  position: relative
}
@media screen and (max-width: 768px) {
  .p-common-footer-cv__main__item__tel__ico {
    font-size: 3.6rem;
    margin-right: 1.4rem
  }
  .p-common-footer-cv__main__item__txt {
    margin-top: 3rem
  }
  .p-common-footer-nav {
    margin-top: 12rem;
    border-bottom: 1px solid #4e524e
  }
  .p-common-footer-nav__parent {
    border-top: 1px solid #4e524e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .p-common-footer-nav__parent.-top {
    display: none
  }
}
.p-common-footer-nav__parent__btn {
  font-weight: 700;
  line-height: 1;
  display: table;
  position: relative
}
@media screen and (max-width: 768px) {
  .p-common-footer-nav__parent__btn {
    width: 100%;
    height: 12rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .p-common-footer-nav__parent__btn.-with-child {
    width: 50%
  }
}
.p-common-footer-nav__parent__btn__txt {
  display: table;
  position: relative
}
@media screen and (min-width: 769px) {
  .p-common-footer-nav__parent+.p-common-footer-nav__parent {
    margin-top: 36px
  }
  .p-common-footer-nav__parent__btn {
    -webkit-transition: all .2s;
    transition: all .2s
  }
  .p-common-footer-nav__parent__btn:hover {
    opacity: .7;
    -webkit-transform: translateX(2px);
    transform: translateX(2px)
  }
  .p-common-footer-nav__parent__btn__txt {
    font-size: 16px
  }
}
@media screen and (max-width: 768px) {
  .p-common-footer-nav__parent__btn__txt {
    font-size: 2.8rem
  }
}
.p-common-footer-nav__parent__btn__txt__blank {
  stroke: #fff;
  width: 1.375em;
  height: 1em;
  display: table
}
@media screen and (min-width: 769px) {
  .p-common-footer-nav__parent__btn__txt__blank {
    font-size: 8px;
    display: block;
    position: absolute;
    right: -18px;
    top: 4px;
    z-index: 1
  }
  .p-common-footer-nav__parent__child__btn {
    margin-top: 20px;
    -webkit-transition: all .2s;
    transition: all .2s
  }
  .p-common-footer-nav__parent__child__btn:hover {
    -webkit-transform: translateX(2px);
    transform: translateX(2px)
  }
}
@media screen and (max-width: 768px) {
  .p-common-footer-nav__parent__btn__txt__blank {
    font-size: 1.5rem;
    display: block;
    position: absolute;
    right: -3.2rem;
    top: .6rem;
    z-index: 1
  }
  .p-common-footer-nav__parent__child {
    width: 50%;
    padding-top: 5.2rem;
    padding-bottom: 5.2rem
  }
}
.p-common-footer-nav__parent__child__btn {
  color: #d3d4d3!important;
  line-height: 1;
  display: table
}
.p-common-footer-nav__parent__child__btn__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative
}
.p-common-footer-nav__parent__child__btn__txt:before {
  content: "";
  background-color: #d3d4d3;
  display: block
}
@media screen and (min-width: 769px) {
  .p-common-footer-nav__parent__child__btn__txt {
    font-size: 16px;
    padding-left: 10px
  }
  .p-common-footer-nav__parent__child__btn__txt:before {
    width: 2px;
    height: 1px;
    display: block;
    position: absolute;
    left: 1px;
    top: 7px;
    right: auto;
    bottom: auto;
    z-index: 1;
    -webkit-transition: all .2s;
    transition: all .2s
  }
  .p-common-footer-nav__parent__child__btn:hover .p-common-footer-nav__parent__child__btn__txt:before {
    width: 5px;
    left: -1px
  }
}
@media screen and (max-width: 768px) {
  .p-common-footer-nav__parent__child__btn+.p-common-footer-nav__parent__child__btn {
    margin-top: 4.600000000000001rem
  }
  .p-common-footer-nav__parent__child__btn__txt {
    font-size: 2.4rem;
    padding-left: 2rem
  }
  .p-common-footer-nav__parent__child__btn__txt:before {
    width: 2px;
    height: 1px;
    display: block;
    position: absolute;
    left: .1rem;
    top: 1.2rem;
    right: auto;
    bottom: auto;
    z-index: 1
  }
}
@media screen and (min-width: 769px) {
  .p-common-footer-nav__parent__child__btn:first-child {
    margin-top: 24px
  }
  .p-common-footer-pagetop {
    display: block;
    position: absolute;
    right: 54px;
    top: 370px;
    z-index: 100
  }
}
@media screen and (max-width: 768px) {
  .p-common-footer-pagetop {
    display: block;
    position: absolute;
    right: 6rem;
    bottom: 46.5rem;
    left: auto;
    top: auto;
    z-index: 100;
    -webkit-transition: bottom 350ms;
    transition: bottom 350ms;
    width: 3rem
  }
}
.p-common-footer-pagetop__line {
  display: block;
  background-color: rgba(255,255,255,.5)
}
.p-common-footer-pagetop__txt {
  line-height: 1;
  letter-spacing: .1em;
  white-space: nowrap;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: Lato,sans-serif;
  font-weight: 400
}
@media screen and (min-width: 769px) {
  .p-common-footer-pagetop__line {
    width: 1px;
    height: 40px;
    margin-left: 6px;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left
  }
  .p-common-footer-pagetop:hover .p-common-footer-pagetop__line {
    -webkit-animation-name: p-common-footer-pagetop__animation;
    animation-name: p-common-footer-pagetop__animation;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.19,1,.22,1);
    animation-timing-function: cubic-bezier(.19,1,.22,1)
  }
  .p-common-footer-pagetop__txt {
    font-size: 12px;
    margin-top: 16px
  }
  .p-common-footer__main {
    padding-top: 355px;
    padding-bottom: 110px
  }
}
@media screen and (max-width: 768px) {
  .p-common-footer-pagetop__line {
    width: .5px;
    height: 6rem;
    margin-left: .8rem
  }
  .p-common-footer-pagetop__txt {
    font-size: 2rem;
    margin-top: 1.6rem
  }
}
@-webkit-keyframes p-common-footer-pagetop__animation {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
  }
  80% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
  }
}
@keyframes p-common-footer-pagetop__animation {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
  }
  80% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
  }
}
.p-common-footer {
  width: 100%;
  position: relative;
  z-index: 10
}
.p-common-footer__main {
  overflow: hidden;
  background-color: #222722;
  color: #fff
}
.p-common-footer__main a {
  color: #fff
}
.p-common-footer__logo svg {
  display: block;
  width: 4.5em;
  height: 1em;
  fill: #fff
}
@media screen and (min-width: 769px) {
  .p-common-footer__logo {
    font-size: 60px
  }
  .p-common-footer__address {
    margin-top: 40px
  }
}
@media screen and (max-width: 768px) {
  .p-common-footer__main {
    padding-top: 78rem;
    padding-bottom: 12rem
  }
  .p-common-footer__logo {
    font-size: 9rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-common-footer__address {
    margin-top: 12rem
  }
}
.p-common-footer__address__item__title {
  font-weight: 700
}
@media screen and (min-width: 769px) {
  .p-common-footer__address__item__title {
    font-size: 16px
  }
}
@media screen and (max-width: 768px) {
  .p-common-footer__address__item__title {
    font-size: 2.2rem
  }
}
@media screen and (min-width: 769px) {
  .p-common-footer__address__item__address {
    margin-top: 18px;
    font-size: 12px
  }
}
@media screen and (max-width: 768px) {
  .p-common-footer__address__item__address {
    margin-top: 3rem;
    font-size: 2rem
  }
}
.p-common-footer__address__item__tel {
  line-height: 1
}
@media screen and (min-width: 769px) {
  .p-common-footer__address__item__tel {
    margin-top: 24px
  }
}
@media screen and (max-width: 768px) {
  .p-common-footer__address__item__tel {
    margin-top: 6rem
  }
}
.p-common-footer__address__item__mail {
  line-height: 1
}
@media screen and (min-width: 769px) {
  .p-common-footer__address__item__mail {
    margin-top: 16px
  }
}
@media screen and (max-width: 768px) {
  .p-common-footer__address__item__mail {
    margin-top: 3rem
  }
}
.p-common-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center
}
.p-common-footer__sns__item {
  display: block;
  position: relative
}
@media screen and (min-width: 769px) {
  .p-common-footer__sns {
    margin-top: 36px
  }
  .p-common-footer__sns__item {
    font-size: 36px;
    width: 36px;
    height: 36px;
    -webkit-transition: all .2s;
    transition: all .2s
  }
  .p-common-footer__sns__item:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
  .p-common-footer__sns__item+.p-common-footer__sns__item {
    margin-left: 12px
  }
}
@media screen and (max-width: 768px) {
  .p-common-footer__sns {
    margin-top: 6rem
  }
  .p-common-footer__sns__item {
    font-size: 7.2rem;
    width: 7.2rem;
    height: 7.2rem
  }
  .p-common-footer__sns__item+.p-common-footer__sns__item {
    margin-left: 2.4rem
  }
}
.p-common-footer__sns__item__ico {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  width: 1em;
  height: 1em;
  fill: #fff
}
.p-common-footer__sns__item__border {
  border: 1px solid #4e524e;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 100%
}
@media screen and (min-width: 769px) {
  .p-common-footer__sns__item:hover .p-common-footer__sns__item__ico {
    fill: #222722
  }
  .p-common-footer__sns__item:hover .p-common-footer__sns__item__border {
    background-color: #fff;
    border: 1px solid #fff
  }
  .p-common-footer__bottom {
    margin-top: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
  }
  .p-common-footer__bottom__copyright {
    font-size: 12px
  }
}
@media screen and (max-width: 768px) {
  .p-common-footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 6rem
  }
  nav.p-common-footer__bottom__list{
    justify-content: space-between;
  }
}
.p-common-footer__bottom__copyright {
  display: table;
  line-height: 1;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-common-footer__bottom__copyright {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 3rem;
    font-size: 2rem
  }
}
.p-common-footer__bottom__list {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  gap:3rem;
}
nav.p-common-footer__bottom__list > .p-common-footer__bottom__list__btn:first-child{
  width:37%;
}
nav.p-common-footer__bottom__list > .p-common-footer__bottom__list__btn:last-child{
  width:30%;
}
.p-common-gallery-images {
  position: relative
}
.p-common-gallery-images__main {
  overflow: hidden;
  position: relative;
  background-color: #fff
}
.p-common-gallery-images__main:before {
  float: left;
  padding-top: 100%;
  content: ''
}
.p-common-gallery-images__main:after {
  display: block;
  content: '';
  clear: both
}
.p-common-gallery-images__main__carousel {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.p-common-gallery-images__main__carousel__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}
body.single-document .p-common-gallery-images__main__carousel__item {
  background-color: #fbfbfb
}
.p-common-gallery-images__thumb {
  background-color: #f5f5f5
}
@media screen and (min-width: 769px) {
  .p-common-footer__bottom__list__btn {
    font-size: 16px;
    display: flex;
    align-items: center;
  }
  .p-common-footer__bottom__list__btn:hover {
    text-decoration: underline
  }
  .p-common-gallery-images__thumb {
    padding: 2.3rem;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    -webkit-column-gap: 2.3rem;
    -moz-column-gap: 2.3rem;
    column-gap: 2.3rem;
    row-gap: 2.3rem
  }
  .p-common-gallery-images__thumb__item {
    -webkit-transition: all .2s;
    transition: all .2s
  }
  .p-common-gallery-images__thumb__item:hover:before {
    opacity: .6
  }
}
@media screen and (max-width: 768px) {
  .p-common-footer__bottom__list__btn {
    font-size: 2rem
  }
  .p-common-gallery-images__thumb {
    padding: 3rem;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    row-gap: 3rem
  }
  nav.p-common-footer__bottom__list > .p-common-footer__bottom__list__btn:first-child{
    width: 52%;
  }
  nav.p-common-footer__bottom__list > .p-common-footer__bottom__list__btn:last-child{
    width: 48%;
  }
}
.p-common-gallery-images__thumb__item {
  background-color: #fff;
  position: relative
}
.p-common-gallery-images__thumb__item:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  z-index: 2;
  border: 1px solid #d7dad7;
  opacity: 0
}
.p-common-gallery-images__thumb__item.-active:before {
  opacity: 1
}
.p-common-header-sub-information {
  background-color: #fff;
  width: 516px;
  display: block;
  position: fixed;
  left: 0;
  top: 114px;
  right: auto;
  bottom: auto;
  z-index: 1000;
  opacity: 0;
  pointer-events: none
}
.p-common-header-sub-information.-show {
  opacity: 1;
  pointer-events: auto
}
header.-scroll .p-common-header-sub-information {
  top: 114px
}
@media screen and (max-width: 768px) {
  .p-common-header-sub-information {
    display: none
  }
}
.p-common-header-sub-information__inner {
  padding: 20px 20px 40px;
  position: relative
}
.p-common-header-sub-information__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.p-common-header-sub-information__list__item+.p-common-header-sub-information__list__item {
  margin-top: 20px
}
.p-common-header-sub-information__list__item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center
}
.p-common-header-sub-information__list__item__img {
  display: block;
  width: 150px;
  height: 100px;
  overflow: hidden
}
@media screen and (min-width: 769px) {
  .p-common-header-sub-information__list {
    padding-bottom: 40px
  }
  .p-common-header-sub-information__list__item__inner {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s
  }
  .-hover .p-common-header-sub-information__list__item__inner,.p-common-header-sub-information__list__item__inner:hover {
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px)
  }
  .p-common-header-sub-information__list__item__img {
    border-radius: 2px
  }
}
@media screen and (max-width: 768px) {
  .p-common-header-sub-information__list__item__img {
    border-radius: .4rem
  }
}
.p-common-header-sub-information__list__item__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px
}
.p-common-header-sub-information__list__item__info__data {
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center
}
.p-common-header-sub-information__list__item__info__data__category {
  background-color: #fbfbfb;
  overflow: hidden;
  width: 106px;
  height: 24px;
  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;
  -ms-flex-line-pack: center;
  align-content: center
}
@media screen and (min-width: 769px) {
  .p-common-header-sub-information__list__item__info__data__category {
    border-radius: 2px
  }
}
.p-common-header-sub-information__list__item__info__data__date {
  margin-left: 12px;
  color: #b3b3b3
}
.p-common-header-sub-information__list__item__info__title {
  font-size: 12px;
  margin-top: 12px;
  -webkit-transition: color 250ms;
  transition: color 250ms
}
.p-common-header-sub-information__list__item:hover .p-common-header-sub-information__list__item__info__title {
  color: #0076c1
}
.p-common-header-sub-information__btn {
  display: table;
  position: relative;
  margin: 0 auto
}
.p-common-header-sub {
  background-color: #fff;
  width: 100%;
  display: block;
  position: fixed;
  left: 0;
  top: 114px;
  right: auto;
  bottom: auto;
  z-index: 1000;
  opacity: 0;
  pointer-events: none
}
.p-common-header-sub.-show {
  opacity: 1;
  pointer-events: auto
}
header.-scroll .p-common-header-sub {
  top: 114px
}
@media screen and (max-width: 768px) {
  .p-common-header-sub-information__list__item__info__data__category {
    border-radius: .4rem
  }
  .p-common-header-sub {
    display: none
  }
}
.p-common-header-sub__inner {
  padding: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.p-common-header-sub__left {
  width: calc(25% - 20px)
}
.p-common-header-sub__right {
  width: 75%
}
.p-common-header-sub__top {
  background-color: #fbfbfb;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden
}
@media screen and (min-width: 769px) {
  .p-common-header-sub__top {
    border-radius: 2px;
    padding-left: 4.600000000000001rem
  }
}
@media screen and (max-width: 768px) {
  .p-common-header-sub__top {
    border-radius: .4rem
  }
}
.p-common-header-sub__top__btn {
  position: relative
}
@media screen and (min-width: 769px) {
  .p-common-header-sub__top__btn {
    font-size: 16px
  }
  .p-common-header-sub__list {
    padding-bottom: 20px
  }
  .p-common-header-sub__list.-column3 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 36px
  }
  .p-common-header-sub__list.-product {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px
  }
  .p-common-header-sub__list__item__img__img {
    border-radius: 2px
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .p-common-header-sub__list.-product {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px
  }
}
.p-common-header-sub__list__item__img {
  display: block;
  position: relative
}
.p-common-header-sub__list__item__img__img {
  display: block;
  width: 100%;
  overflow: hidden
}
.p-common-header-sub__list.-column3 .p-common-header-sub__list__item__img__img:before {
  float: left;
  padding-top: 41.19402985074627%;
  content: ''
}
.p-common-header-sub__list.-column3 .p-common-header-sub__list__item__img__img:after {
  display: block;
  content: '';
  clear: both
}
.p-common-header-sub__list.-product .p-common-header-sub__list__item__img__img:before {
  float: left;
  padding-top: 100%;
  content: ''
}
.p-common-header-sub__list.-product .p-common-header-sub__list__item__img__img:after {
  display: block;
  content: '';
  clear: both
}
.p-common-header-sub__list__item__img__suspro {
  background-color: #317f63;
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  top: auto;
  z-index: 2;
  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;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 114px;
  height: 40px
}
.p-common-header-sub__list__item__img__suspro__svg {
  fill: #fff;
  width: 6.4em;
  height: 1em;
  font-size: 13px
}
.p-common-header-sub__list__item__img__corotatsu {
  background-color: #00b2e9;
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  top: auto;
  z-index: 2;
  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;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 114px;
  height: 40px
}
.p-common-header,.p-common-header-bg {
  left: 0;
  right: auto;
  bottom: auto;
  position: fixed
}
.p-common-header-sub__list__item__img__corotatsu__svg {
  fill: #fff;
  width: 3.541666666666667em;
  height: 1em;
  font-size: 18px
}
.p-common-header-sub__list__item__btn {
  display: table;
  margin-top: 16px;
  line-height: 1;
  margin-left: 10px
}
@media screen and (min-width: 769px) {
  .p-common-header-height {
    height: 114px
  }
}
@media screen and (max-width: 768px) {
  .p-common-header-sub__list__item__img__img {
    border-radius: .4rem
  }
  .p-common-header-height {
    height: 11.600000000000001rem
  }
}
.p-common-header-bg {
  display: block;
  top: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms
}
.p-common-header-bg.-open {
  -webkit-transition: opacity 50ms;
  transition: opacity 50ms;
  opacity: 1
}
.p-common-header {
  background-color: #fff;
  width: 100%;
  top: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-transition: height 150ms;
  transition: height 150ms
}
@media screen and (min-width: 769px) {
  .p-common-header {
    height: 114px;
    min-width: 1150px
  }
}
@media screen and (max-width: 768px) {
  .p-common-header {
    height: 11.600000000000001rem
  }
}
.p-common-header__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: absolute
}
@media screen and (min-width: 769px) {
  .p-common-header.-scroll {
    height: 114px;
    min-width: 1150px
  }
  .p-common-header__head {
    left: 42px
  }
  .p-common-header__head__logo {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .p-common-header.-scroll {
    height: 11.600000000000001rem
  }
  .p-common-header__head {
    left: 5.800000000000001rem
  }
  .p-common-header__head__logo {
    width: 28rem
  }
}
.p-common-header__head__logo svg {
  display: block;
  width: 5.5em;
  height: 1em;
  fill: #0076c1
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .p-common-header__head__txt {
    display: none
  }
}
@media screen and (min-width: 769px) {
  .p-common-header__head__txt {
    font-size: 16px;
    margin-left: -20px;
    font-weight: 700;
    border: 1px solid;
    padding: .2em .5em;
  }
  .p-common-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    position: absolute;
    right: 200px
  }
}
@media screen and (max-width: 768px) {
  .p-common-header__head__txt {
    font-size: 3rem;
    margin-left: -2.6rem;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scale(.9);
    transform: scale(.9)
  }
  .p-common-header__nav {
    display: none
  }
}
.p-common-header__nav__item {
  position: relative
}
.p-common-header__nav__item__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
  z-index: 2
}
@media screen and (min-width: 769px) {
  .p-common-header__nav__item__btn {
    font-size: 16px;
    padding: 0 15px
  }
  .p-common-header__nav__item__btn__blank {
    font-size: 16px!important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  .p-common-header__nav {
    right: 200px
  }
  .p-common-header__nav__item__btn {
    padding: 0 12px
  }
}
.p-common-header__nav__item__btn__blank {
  stroke: #ccc;
  width: 1.375em;
  height: 1em;
  display: table
}
.p-common-header__nav__item__cover {
  width: 100%;
  height: 82px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  z-index: 1
}
.p-common-header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: absolute;
  overflow: hidden
}
@media screen and (min-width: 769px) {
  .p-common-header__btns {
    border-radius: 2px;
    width: 144px;
    height: 54px;
    right: 40px
  }
}
@media screen and (max-width: 768px) {
  .p-common-header__btns {
    border-radius: .4rem
  }
}
.p-common-header__btns:before {
  pointer-events: none
}
@media screen and (min-width: 769px) {
  .p-common-header__btns:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 2;
    width: 100%;
    height: 100%;
    border: 1px solid #0076c1
  }
}
@media screen and (max-width: 768px) {
  .p-common-header__btns {
    display: none
  }
}
.p-common-header__btns__btn {
  position: relative;
  overflow: hidden;
  background-color: #fff
}
.p-common-header__btns__btn.-green {
  background-color: #0076c1
}
@media screen and (min-width: 769px) {
  .p-common-header__btns__btn {
    width: 100%;
    height: 100%;
    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;
    -ms-flex-line-pack: center;
    align-content: center
  }
  .p-common-nav-hamburger {
    display: none
  }
}
@media screen and (max-width: 768px) {
  .p-common-nav-hamburger,.p-common-nav-hamburger.-scroll {
    height: 11.600000000000001rem
  }
  .p-common-nav-hamburger {
    width: 17rem;
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    left: auto;
    bottom: auto;
    z-index: 2000;
    -webkit-transition: height 150ms;
    transition: height 150ms
  }
}
.p-common-nav-hamburger__svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  width: 5.800000000000001rem;
  height: 2.2rem
}
.p-common-nav-hamburger__svg line {
  stroke: #000;
  stroke-width: 1px
}
.p-common-nav-nav__block {
  position: relative
}
.p-common-nav-nav__parent {
  position: relative;
  border-top: 1px solid #f0f0f0
}
.p-common-nav-nav__parent__btn {
  font-weight: 700;
  line-height: 1;
  position: relative;
  width: 100%;
  height: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-tap-highlight-color: transparent
}
.p-common-nav-nav__parent__btn__txt {
  display: table;
  position: relative;
  font-size: 2.8rem
}
.p-common-nav-nav__parent__btn__txt__blank {
  stroke: #d3d4d3;
  width: 1.375em;
  height: 1em;
  font-size: 1.5rem;
  display: block;
  position: absolute;
  right: -3.2rem;
  top: .6rem;
  z-index: 1
}
.p-common-nav-nav__parent__btn__ico {
  width: 6rem;
  height: 6rem;
  position: absolute;
  right: 0;
  border-radius: 50%
}
.p-common-nav-nav__parent__btn__ico__minus,.p-common-nav-nav__parent__btn__ico__plus {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  font-size: 1.6rem;
  width: 1em;
  height: 1em;
  stroke: #000;
  stroke-width: 1px
}
.p-common-nav-nav__parent__btn.-open .p-common-nav-nav__parent__btn__ico__plus,.p-common-nav-nav__parent__btn__ico__minus {
  opacity: 0
}
.p-common-nav-nav__parent__btn.-open .p-common-nav-nav__parent__btn__ico__minus {
  opacity: 1
}
.p-common-nav-nav__parent__child__inner {
  padding-top: 4.800000000000001rem;
  padding-bottom: 4.800000000000001rem
}
@media screen and (min-width: 769px) {
  .p-common-nav-sub-information {
    display: none
  }
  .p-common-nav-sub-information__list__item__img {
    border-radius: 2px
  }
}
.p-common-nav-sub-information__list__item {
  display: block
}
.p-common-nav-sub-information__list__item+.p-common-nav-sub-information__list__item {
  margin-top: 4.800000000000001rem
}
.p-common-nav-sub-information__list__item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.p-common-nav-sub-information__list__item__img {
  display: block;
  width: 21rem;
  height: 14rem;
  overflow: hidden
}
@media screen and (max-width: 768px) {
  .p-common-nav-sub-information__list__item__img {
    border-radius: .4rem
  }
}
.p-common-nav-sub-information__list__item__info {
  width: calc(100% - 24rem)
}
.p-common-nav-sub-information__list__item__info__data {
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center
}
.p-common-nav-sub-information__list__item__info__data__category {
  background-color: #fbfbfb;
  overflow: hidden;
  width: 18.6rem;
  height: 4.4rem;
  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;
  -ms-flex-line-pack: center;
  align-content: center
}
.p-common-nav-sub-information__btn,.p-common-nav-sub__top {
  background-color: #fbfbfb;
  height: 12.4rem;
  overflow: hidden;
  align-content: center
}
@media screen and (min-width: 769px) {
  .p-common-nav-sub-information__list__item__info__data__category {
    border-radius: 2px
  }
}
@media screen and (max-width: 768px) {
  .p-common-nav-sub-information__list__item__info__data__category {
    border-radius: .4rem
  }
}
.p-common-nav-sub-information__list__item__info__data__date {
  margin-left: 2.4rem;
  color: #b3b3b3
}
.p-common-nav-sub-information__list__item__info__title {
  font-size: 2.4rem;
  margin-top: 2.4rem
}
.p-common-nav-sub-information__btn__btn,.p-common-nav-sub__top__btn {
  font-size: 2.8rem;
  padding-left: 4.5rem;
  position: relative
}
.p-common-nav-sub-information__btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  margin-top: 4.800000000000001rem
}
@media screen and (min-width: 769px) {
  .p-common-nav-sub-information__btn {
    border-radius: 2px
  }
  .p-common-nav-sub {
    display: none
  }
}
@media screen and (max-width: 768px) {
  .p-common-nav-sub-information__btn {
    border-radius: .4rem
  }
}
.p-common-nav-sub__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center
}
@media screen and (min-width: 769px) {
  .p-common-nav-sub__top {
    border-radius: 2px
  }
}
@media screen and (max-width: 768px) {
  .p-common-nav-sub__top {
    border-radius: .4rem
  }
}
.p-common-nav-sub__list {
  margin-top: 4.800000000000001rem;
  padding-bottom: 3.2rem
}
.p-common-nav-sub__list.-column2 {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  row-gap: 4.800000000000001rem
}
.p-common-nav-sub__list.-product {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  row-gap: 4.800000000000001rem
}
.p-common-nav-sub__list__item__img {
  display: block;
  position: relative
}
.p-common-nav-sub__list__item__img__img {
  display: block;
  width: 100%;
  overflow: hidden
}
.p-common-nav-sub__list.-column2 .p-common-nav-sub__list__item__img__img:before {
  float: left;
  padding-top: 41.19402985074627%;
  content: ''
}
.p-common-nav-sub__list.-column2 .p-common-nav-sub__list__item__img__img:after {
  display: block;
  content: '';
  clear: both
}
.p-common-nav-sub__list.-product .p-common-nav-sub__list__item__img__img:before {
  float: left;
  padding-top: 100%;
  content: ''
}
.p-common-nav-sub__list.-product .p-common-nav-sub__list__item__img__img:after {
  display: block;
  content: '';
  clear: both
}
.p-common-nav-sub__list__item__img__suspro {
  background-color: #317f63;
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  top: auto;
  z-index: 2;
  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;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 10.200000000000001rem;
  height: 3.6rem
}
.p-common-nav-sub__list__item__img__suspro__svg {
  fill: #fff;
  width: 6.4em;
  height: 1em;
  font-size: 1.2rem
}
.p-common-nav-sub__list__item__img__corotatsu {
  background-color: #00b2e9;
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  top: auto;
  z-index: 2;
  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;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 10.200000000000001rem;
  height: 3.6rem
}
.p-common-nav,.p-common-pagebanner {
  background-color: #fff
}
.p-common-nav-sub__list__item__img__corotatsu__svg {
  fill: #fff;
  width: 3.541666666666667em;
  height: 1em;
  font-size: 1.8rem
}
.p-common-nav-sub__list__item__txt {
  font-size: 2.4rem;
  margin-top: 2rem;
  display: table;
  line-height: 1
}
.p-common-nav {
  color: #000;
  width: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: auto;
  bottom: auto;
  z-index: 999;
  right: -100%
}
@media screen and (min-width: 769px) {
  .p-common-nav-sub__list__item__img__img {
    border-radius: 2px
  }
  .p-common-nav {
    display: none
  }
}
@media screen and (max-width: 768px) {
  .p-common-nav-sub__list__item__img__img {
    border-radius: .4rem
  }
  .p-common-nav {
    width: 100%;
    height: var(--windowHeight);
    overflow: scroll;
    -webkit-overflow-scrolling: touch
  }
  .p-common-nav__scrollinner {
    padding-top: 16rem;
    padding-bottom: 12rem
  }
}
.p-common-nav__address {
  margin-top: 12rem
}
.p-common-nav__address__item__title {
  font-weight: 700;
  font-size: 2.2rem
}
.p-common-nav__address__item__address {
  margin-top: 3rem;
  font-size: 2rem
}
.p-common-nav__address__item__tel {
  line-height: 1;
  margin-top: 6rem
}
.p-common-nav__address__item__mail {
  line-height: 1;
  margin-top: 3rem
}
.p-common-nav__sns {
  margin-top: 6rem
}
.p-common-nav__sns__item {
  display: block;
  position: relative;
  font-size: 7.2rem;
  width: 7.2rem;
  height: 7.2rem
}
.p-common-nav__sns__item__ico {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  width: 1em;
  height: 1em;
  fill: #000
}
.p-common-nav__sns__item__border {
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 100%
}
.p-common-nav__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-top: 6rem
}
.p-common-nav__bottom__copyright {
  display: table;
  line-height: 1;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 3rem;
  font-size: 2rem
}
.p-common-nav__bottom__list {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
.p-common-nav__bottom__list__btn {
  font-size: 2rem
}
.p-common-nav__bottom__list__btn+.p-common-nav__bottom__list__btn {
  margin-left: 3rem
}
.p-common-pager-num {
  position: relative;
  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;
  -ms-flex-line-pack: center;
  align-content: center
}
.p-common-pager-num.-hide,.p-common-pager-num__next.-hide,.p-common-pager-num__num.-hide,.p-common-pager-num__prev.-hide {
  display: none
}
.p-common-pager-prevnext {
  position: relative
}
@media screen and (min-width: 769px) {
  .p-common-pager-num {
    margin-top: 60px
  }
  .p-common-pager-num>*+* {
    margin-left: 20px
  }
  .p-common-pager-prevnext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
  }
}
.p-common-pager-prevnext__prev {
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center
}
@media screen and (max-width: 768px) {
  .p-common-pager-num {
    margin-top: 9rem
  }
  .p-common-pager-num>*+* {
    margin-left: 2.4rem
  }
  .p-common-pager-prevnext {
    padding-top: 19rem
  }
  .p-common-pager-prevnext.-no-prevnext {
    padding-top: 0
  }
  .p-common-pager-prevnext__prev {
    top: 0
  }
}
@media screen and (min-width: 769px) {
  .p-common-pager-prevnext__prev__txt {
    margin-left: 12px
  }
}
@media screen and (max-width: 768px) {
  .p-common-pager-prevnext__prev__txt {
    margin-left: 2.4rem
  }
  .p-common-pager-prevnext__next {
    top: 0
  }
}
.p-common-pager-prevnext__back {
  display: table;
  margin: 0 auto
}
.p-common-pager-prevnext__next {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center
}
.p-common-pagebanner.-faq,.p-common-pagebanner.-product {
  background-color: #fbfbfb
}
.p-common-pagebanner.-sustainable {
  overflow: hidden
}
@media screen and (min-width: 769px) {
  .p-common-pager-prevnext__next__txt {
    margin-right: 12px
  }
  .p-common-pagebanner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 254px
  }
  .p-common-pagebanner.-mind {
    height: 416px
  }
  .p-common-pagebanner.-sustainable {
    border-radius: 8px
  }
  .p-common-pagebanner__img {
    width: 50%;
    height: 100%
  }
}
@media screen and (max-width: 768px) {
  .p-common-pager-prevnext__next__txt {
    margin-right: 2.4rem
  }
  .p-common-pagebanner {
    display: block
  }
  .p-common-pagebanner.-sustainable {
    border-radius: 1.6rem
  }
  .p-common-pagebanner__img {
    width: 100%;
    height: 27.200000000000003rem
  }
  .p-common-pagebanner.-product .p-common-pagebanner__img {
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem)
  }
  .p-common-pagebanner.-mind .p-common-pagebanner__img {
    height: 43.6rem
  }
}
.p-common-pagebanner__info {
  position: relative
}
.p-common-pagebanner__info__en {
  color: #0076c1;
  line-height: 1;
  font-family: Lato,sans-serif;
  font-weight: 400;
  letter-spacing: .1em
}
@media screen and (min-width: 769px) {
  .p-common-pagebanner__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 5rem
  }
  .p-common-pagebanner.-faq .p-common-pagebanner__info,.p-common-pagebanner.-interview .p-common-pagebanner__info {
    padding-left: 8rem
  }
  .p-common-pagebanner.-homecenter .p-common-pagebanner__info,.p-common-pagebanner.-building .p-common-pagebanner__info {
    padding-left: 10rem
  }
  .p-common-pagebanner.-mind .p-common-pagebanner__info {
    padding-left: 8rem;
    border-left: 1px solid #f0f0f0
  }
  .p-common-pagebanner__info__en {
    font-size: 12px
  }
}
@media screen and (max-width: 768px) {
  .p-common-pagebanner__info {
    display: block;
    width: 100%;
    padding: 6rem 6rem 7.300000000000001rem
  }
  .p-common-pagebanner.-mind .p-common-pagebanner__info {
    border-top: 1px solid #f0f0f0;
    text-align: center
  }
  .p-common-pagebanner__info__en {
    font-size: 2rem
  }
}
.p-common-pagebanner__info__jp {
  font-weight: 700
}
.p-common-pagetop__txt,.p-common-second__en__txt {
  font-weight: 400;
  white-space: nowrap;
  font-family: Lato,sans-serif
}
@media screen and (min-width: 769px) {
  .p-common-pagebanner__info__jp {
    font-size: 40px;
    margin-top: 24px;
    line-height: 1
  }
  .p-common-pagebanner.-building .p-common-pagebanner__info__jp {
    margin-top: 0;
    fill: #317f63;
    width: 6.4em;
    height: 1em;
    font-size: 40px
  }
  .p-common-pagebanner.-homecenter .p-common-pagebanner__info__jp {
    margin-top: 0;
    fill: #00b2e9;
    width: 3.541666666666667em;
    height: 1em;
    font-size: 60px
  }
  .p-common-pagebanner.-sustainable .p-common-pagebanner__info__jp {
    font-size: 28px
  }
}
@media screen and (max-width: 768px) {
  .p-common-pagebanner__info__jp {
    font-size: 4.800000000000001rem;
    margin-top: 1.2rem;
    line-height: 1.6
  }
  .p-common-pagebanner.-building .p-common-pagebanner__info__jp {
    margin-top: 0;
    fill: #317f63;
    width: 6.4em;
    height: 1em;
    font-size: 5.600000000000001rem
  }
  .p-common-pagebanner.-homecenter .p-common-pagebanner__info__jp {
    margin-top: 0;
    fill: #00b2e9;
    width: 3.541666666666667em;
    height: 1em;
    font-size: 9rem
  }
  .p-common-pagebanner.-sustainable .p-common-pagebanner__info__jp {
    font-size: 3.2rem
  }
}
.p-common-pagebanner.-sustainable .p-common-pagebanner__info__jp .c-btn-circle__circle {
  background-color: #4c8953
}
.p-common-pagebanner__info__desc {
  color: #0076c1
}
.p-common-pagebanner.-building .p-common-pagebanner__info__desc {
  color: #317f63
}
.p-common-pagebanner.-homecenter .p-common-pagebanner__info__desc {
  color: #00b2e9
}
@media screen and (min-width: 769px) {
  .p-common-pagebanner__info__desc {
    font-size: 16px;
    margin-top: 20px;
    padding-right: 80px
  }
  .p-common-pagebanner__info__blank {
    background-image: url(../images/common/pagebanner/ico-blank.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 48px;
    height: 48px;
    display: block;
    text-indent: -9999px;
    position: absolute;
    right: 100px
  }
}
@media screen and (max-width: 768px) {
  .p-common-pagebanner__info__desc {
    font-size: 2.4rem;
    margin-top: 2rem
  }
  .p-common-pagebanner__info__blank {
    background-image: url(../images/common/pagebanner/ico-blank.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 7.44rem;
    height: 7.44rem;
    display: block;
    text-indent: -9999px;
    position: absolute;
    right: 6rem;
    top: calc(50% - 5rem)
  }
}
@media screen and (min-width: 769px) {
  .p-common-pagebanner__info__btn {
    margin-top: 36px
  }
}
@media screen and (max-width: 768px) {
  .p-common-pagebanner__info__btn {
    display: table;
    margin: 4.800000000000001rem auto 0
  }
}
@media screen and (min-width: 769px) {
  .p-common-pagetop {
    display: block;
    position: fixed;
    right: 54px;
    bottom: -150px;
    left: auto;
    top: auto;
    z-index: 100;
    -webkit-transition: bottom 350ms;
    transition: bottom 350ms
  }
  .p-common-pagetop.-show {
    bottom: 54px
  }
}
@media screen and (max-width: 768px) {
  .p-common-pagetop {
    display: block;
    position: fixed;
    right: 2rem;
    bottom: -20rem;
    left: auto;
    top: auto;
    z-index: 100;
    -webkit-transition: bottom 350ms;
    transition: bottom 350ms;
    width: 3rem
  }
  .p-common-pagetop.-show {
    bottom: 6rem
  }
  body.single-information .p-common-pagetop.-show {
    bottom: 17.2rem
  }
  body.page-service_corotatsu .p-common-pagetop.-show,body.page-service_suspro .p-common-pagetop.-show {
    bottom: 24rem
  }
}
.p-common-pagetop__line {
  display: block;
  background-color: #0076c1
}
.p-common-pagetop.-white .p-common-pagetop__line {
  background-color: #fff
}
.p-common-pagetop__txt {
  line-height: 1;
  letter-spacing: .1em;
  color: #0076c1;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl
}
.p-common-pagetop.-white .p-common-pagetop__txt {
  color: #fff
}
@media screen and (min-width: 769px) {
  .p-common-pagetop__line {
    width: 1px;
    height: 40px;
    margin-left: 6px;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left
  }
  .p-common-pagetop:hover .p-common-pagetop__line {
    -webkit-animation-name: p-common-pagetop__animation;
    animation-name: p-common-pagetop__animation;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.19,1,.22,1);
    animation-timing-function: cubic-bezier(.19,1,.22,1)
  }
  .p-common-pagetop__txt {
    font-size: 12px;
    margin-top: 16px
  }
  .p-common-second {
    min-height: 206px
  }
}
@media screen and (max-width: 768px) {
  .p-common-pagetop__line {
    width: .5px;
    height: 6rem;
    margin-left: .8rem
  }
  .p-common-pagetop__txt {
    font-size: 2rem;
    margin-top: 1.6rem
  }
}
@-webkit-keyframes p-common-pagetop__animation {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
  }
  80% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
  }
}
@keyframes p-common-pagetop__animation {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
  }
  80% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
  }
}
.p-common-second {
  position: relative;
  width: 100%;
  overflow: hidden
}
.p-common-second__inner {
  position: relative;
  width: 100%;
  height: 100%
}
.p-common-second__en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  opacity: 0;
  pointer-events: none
}
.p-common-second__en.-show {
  opacity: 1
}
@media screen and (min-width: 769px) {
  .p-common-second__en {
    display: block;
    position: absolute;
    right: 0;
    top: 55px;
    z-index: 1;
    font-size: 160px
  }
  .p-common-second__en__txt.-txt1 {
    left: calc(-200% - 80px)
  }
}
@media screen and (max-width: 768px) {
  .p-common-second {
    min-height: 26.200000000000003rem
  }
  .p-common-second__en {
    display: block;
    position: absolute;
    right: 0;
    top: 5rem;
    z-index: 1;
    font-size: 10.5rem
  }
  .p-common-second__en__txt.-txt1,.p-common-second__en__txt.-txt2,.p-common-second__en__txt.-txt3,.p-common-second__en__txt.-txt4 {
    -webkit-text-stroke: 1px #00a2d9;
    text-stroke: 1px #00a2d9
  }
}
.p-common-second__jp,.p-common-second__pankuzu {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: start;
  align-content: center
}
.p-common-second__en__txt {
  line-height: 1
}
.p-common-second__en__txt.-txt1,.p-common-second__en__txt.-txt2,.p-common-second__en__txt.-txt3,.p-common-second__en__txt.-txt4 {
  -webkit-text-stroke: 1px #00a2d9;
  text-stroke: 1px #00a2d9;
  color: rgba(255,255,255,0)
}
.p-common-second__en__txt.-txt3 {
  -webkit-transition: color 1s;
  transition: color 1s
}
.p-common-second__en__txt.-txt3.-color {
  color: #00a2d9
}
.p-common-second__en__txt.-txt1,.p-common-second__en__txt.-txt2,.p-common-second__en__txt.-txt4 {
  position: absolute;
  top: 0
}
@media screen and (max-width: 768px) {
  .p-common-second__en__txt.-txt1 {
    left: calc(-200% - 8rem)
  }
}
.p-common-second__jp {
  position: relative;
  z-index: 2;
  font-weight: 700;
  line-height: 1;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center
}
@media screen and (min-width: 769px) {
  .p-common-second__en__txt.-txt2 {
    left: calc(-100% - 40px)
  }
  .p-common-second__en__txt.-txt4 {
    right: calc(-100% - 40px)
  }
  .p-common-second__jp {
    font-size: 48px;
    padding-top: 162px;
    padding-bottom: 5px
  }
}
@media screen and (max-width: 768px) {
  .p-common-second__en__txt.-txt2 {
    left: calc(-100% - 4rem)
  }
  .p-common-second__en__txt.-txt4 {
    right: calc(-100% - 4rem)
  }
  .p-common-second__jp {
    line-height: 1.6;
    font-size: 6.4rem;
    padding-top: 16rem;
    padding-bottom: .5rem
  }
}
.p-common-second__pankuzu {
  line-height: 1;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  position: absolute;
  left: 0;
  z-index: 2
}
@media screen and (min-width: 769px) {
  .p-common-second__jp__sub {
    margin-left: 30px;
    font-size: 22px
  }
  .p-common-second__pankuzu {
    top: 120px
  }
}
@media screen and (max-width: 768px) {
  .p-common-second__jp__sub {
    font-size: 2.6rem;
    margin-left: 3rem
  }
  .p-common-second__pankuzu {
    top: 12rem
  }
}
.p-common-second__pankuzu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center
}
.p-common-second__pankuzu__item+.p-common-second__pankuzu__item:before {
  content: "";
  display: block;
  height: 1px;
  background-color: #0076c1
}
.p-common-second__pankuzu__item__btn {
  color: #0076c1!important
}
@media screen and (min-width: 769px) {
  .p-common-second__pankuzu__item+.p-common-second__pankuzu__item:before {
    width: 12px;
    margin-left: 10px;
    margin-right: 10px
  }
  .p-common-second__pankuzu__item__btn {
    font-size: 18px
  }
}
@media screen and (max-width: 768px) {
  .p-common-second__pankuzu__item+.p-common-second__pankuzu__item:before {
    width: 1.8rem;
    margin-left: 1.2rem;
    margin-right: 1.2rem
  }
  .p-common-second__pankuzu__item__btn {
    font-size: 2.4rem
  }
}
.p-common-second2 {
  position: relative;
  width: 100%;
  overflow: hidden
}
.p-common-second2__inner {
  position: relative;
  width: 100%;
  height: 100%
}
.p-common-second2__en {
  pointer-events: none;
  -webkit-text-stroke: 1px #00a2d9;
  text-stroke: 1px #00a2d9;
  color: rgba(255,255,255,0);
  font-family: Lato,sans-serif;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  text-align: right
}
@media screen and (min-width: 769px) {
  .p-common-second2__en {
    font-size: 120px;
    padding-top: 90px
  }
}
@media screen and (max-width: 768px) {
  .p-common-second2__en {
    font-size: 9.5rem;
    padding-top: 7rem
  }
}
.p-common-second2__jp {
  position: relative;
  z-index: 2;
  font-weight: 700;
  line-height: 1
}
@media screen and (min-width: 769px) {
  .p-common-second2__jp {
    font-size: 48px;
    padding-bottom: 5px;
    margin-top: -34px
  }
  .p-common-side-nav {
    position: sticky;
    top: 300px
  }
}
@media screen and (max-width: 768px) {
  .p-common-second2__jp {
    line-height: 1.6;
    font-size: 6.4rem;
    margin-top: 2.2rem;
    padding-bottom: 0
  }
  .p-common-side-nav {
    display: none
  }
}
.p-common-side-nav__item {
  display: table;
  line-height: 1.6;
  opacity: .3
}
.p-common-side-nav__item.-active {
  opacity: 1
}
@media screen and (min-width: 769px) {
  .p-common-side-nav__item+.p-common-side-nav__item {
    margin-top: 26px
  }
  .p-common-side-state {
    padding-top: 5px;
    position: sticky;
    top: 300px
  }
  .p-common-side-state:after {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 20px);
    background-color: #f0f0f0;
    left: 3.5px;
    top: 10px
  }
  .p-common-side-state__item+.p-common-side-state__item {
    margin-top: 36px
  }
}
@media screen and (max-width: 768px) {
  .p-common-side-state {
    display: none
  }
}
.p-common-side-state__item {
  position: relative;
  z-index: 2;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center
}
.p-common-side-state__item__circle {
  width: 8px;
  height: 8px;
  background-color: #f0f0f0;
  border-radius: 50%
}
.p-common-side-state__item.-active .p-common-side-state__item__circle {
  background-color: #0076c1
}
.p-common-side-state__item__txt {
  font-weight: 700;
  margin-left: 13px;
  opacity: .3
}
.p-common-side-state__item.-active .p-common-side-state__item__txt {
  opacity: 1
}
@media screen and (min-width: 769px) {
  .p-common-side-state__item__txt {
    font-size: 16px
  }
  .p-common-sns-share-pc {
    position: absolute;
    right: calc(calc(var(--bodyWidth) * -.49) + 564px);
    top: 0;
    height: 100%;
    display: none
  }
  .p-common-sns-share-pc.-show {
    display: block
  }
}
@media screen and (max-width: 768px) {
  .p-common-side-state__item__txt {
    font-size: 2.6rem
  }
  .p-common-sns-share-pc {
    display: none
  }
}
.p-common-sns-share-pc__list {
  position: sticky;
  top: calc(50vh - 125px)
}
.p-common-sns-share-pc__list__item {
  position: relative
}
.p-common-sns-share-pc__list__item+.p-common-sns-share-pc__list__item {
  margin-top: 20px
}
.p-common-sns-share-pc__list__item__btn {
  display: block;
  position: relative;
  z-index: 2;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
  background-color: #f5f5f5
}
.p-common-sns-share-pc__list__item__btn:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background-color: #0076c1
}
.p-common-sns-share-pc__list__item__btn__ico {
  font-size: 48px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  width: 1em;
  height: 1em;
  fill: #0076c1
}
.p-common-sns-share-pc__list__item.-copy .p-common-sns-share-pc__list__item__btn__ico {
  stroke: #0076c1
}
.p-common-sns-share-pc__list__item__txt {
  background-color: #f5f5f5;
  border-radius: 4px;
  display: table;
  position: absolute;
  right: 60px;
  top: 10px;
  color: #b3b3b3;
  white-space: nowrap;
  font-weight: 700;
  font-size: 10px;
  padding: 3px 8px;
  pointer-events: none;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  opacity: 0;
  -webkit-transition: all 450ms cubic-bezier(.19,1,.22,1);
  transition: all 450ms cubic-bezier(.19,1,.22,1)
}
.p-common-sns-share-pc__list__item:hover .p-common-sns-share-pc__list__item__txt {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1
}
@media screen and (min-width: 769px) {
  .p-common-sns-share-pc__list__item__btn:hover .p-common-sns-share-pc__list__item__btn__ico {
    fill: #fff
  }
  .p-common-sns-share-pc__list__item.-copy .p-common-sns-share-pc__list__item__btn:hover .p-common-sns-share-pc__list__item__btn__ico {
    stroke: #fff
  }
  .p-common-sns-share-sp {
    display: none
  }
}
@media screen and (max-width: 768px) {
  .p-common-sns-share-sp {
    display: block;
    position: sticky;
    z-index: 100;
    bottom: 0;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 0 -6rem;
    -webkit-transform: translateY(11.200000000000001rem);
    transform: translateY(11.200000000000001rem);
    -webkit-transition: -webkit-transform 250ms;
    transition: -webkit-transform 250ms;
    transition: transform 250ms;
    transition: transform 250ms,-webkit-transform 250ms
  }
  .p-common-sns-share-sp.-show {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
.p-common-sns-share-sp__list {
  position: relative;
  background-color: #fbfbfb;
  height: 11.200000000000001rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding-left: 6rem
}
body.single-interview .p-common-sns-share-sp__list {
  background-color: #fff
}
.p-common-sns-share-sp__list__item {
  position: relative
}
.p-common-sns-share-sp__list__item__btn {
  display: block;
  position: relative;
  z-index: 2;
  width: 48px;
  height: 48px
}
.p-common-sns-share-sp__list__item__btn__ico {
  font-size: 9rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  width: 1em;
  height: 1em;
  fill: #0076c1
}
.p-common-sns-share-sp__list__item.-copy .p-common-sns-share-sp__list__item__btn__ico {
  stroke: #0076c1
}
.p-common-sns-share-sp__list__item__txt {
  display: table;
  color: #b3b3b3;
  white-space: nowrap;
  font-weight: 700;
  font-size: 2rem;
  padding: .6rem .8rem;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 450ms cubic-bezier(.19,1,.22,1);
  transition: all 450ms cubic-bezier(.19,1,.22,1);
  position: absolute;
  top: 2rem;
  left: 9rem
}
.p-common-sns-share-sp__top {
  display: block;
  position: absolute;
  right: 4rem;
  top: 0;
  z-index: 1;
  width: 48px;
  height: 48px
}
.p-common-sns-share-sp__top__ico {
  font-size: 9rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  width: 1em;
  height: 1em;
  stroke: #0076c1
}
.p-company-management-far,.p-company-management-message,.p-company-management-message__title {
  position: relative
}
@media screen and (min-width: 769px) {
  .p-company {
    padding-bottom: 180px
  }
  .p-company__list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    -webkit-column-gap: 6rem;
    -moz-column-gap: 6rem;
    column-gap: 6rem;
    row-gap: 6rem
  }
}
@media screen and (max-width: 768px) {
  .p-company {
    padding-bottom: 18rem
  }
  .p-company__list {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 6rem
  }
}
.p-company__list__item {
  display: block
}
.p-company__list__item__img:before {
  float: left;
  padding-top: 66.66666666666666%;
  content: ''
}
.p-company__list__item__img:after {
  display: block;
  content: '';
  clear: both
}
.p-company__list__item__info {
  text-align: center
}
@media screen and (min-width: 769px) {
  .p-company__list__item__info {
    padding: 60px 20px
  }
  .p-company__list__item__info__txt {
    font-size: 16px;
    margin-top: 32px;
    margin-bottom: 48px
  }
}
@media screen and (max-width: 768px) {
  .p-company__list__item__info {
    padding: 6rem 0 7.2rem
  }
  .p-company__list__item__info__txt {
    font-size: 2.4rem;
    margin-top: 4.800000000000001rem;
    margin-bottom: 4.800000000000001rem
  }
}
.p-company__list__item__info__btn {
  display: table;
  margin: 0 auto;
  line-height: 1
}
.p-company-compliance-terms__item__title {
  font-weight: 700
}
@media screen and (min-width: 769px) {
  .p-company-compliance-terms__item__title {
    font-size: 32px;
    line-height: 1
  }
}
@media screen and (max-width: 768px) {
  .p-company-compliance-terms__item__title {
    font-size: 3.6rem;
    line-height: 1.6
  }
}
@media screen and (min-width: 769px) {
  .p-company-compliance-terms__item__txt {
    font-size: 16px;
    margin-top: 40px
  }
  .p-company-management-far__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
  }
  .p-company-management-far__inner__left,.p-company-management-far__inner__right {
    width: 50%
  }
  .p-company-management-far__inner__left {
    padding-right: 8rem
  }
}
@media screen and (max-width: 768px) {
  .p-company-compliance-terms__item__txt {
    font-size: 2.6rem;
    margin-top: 3.6rem
  }
  .p-company-management-far__inner__right {
    margin-top: 6rem
  }
}
@media screen and (min-width: 769px) {
  .p-company-management-far__txt {
    font-size: 16px
  }
}
@media screen and (max-width: 768px) {
  .p-company-management-far__txt {
    font-size: 2.6rem
  }
}
@media screen and (min-width: 769px) {
  .p-company-management-future__txt {
    font-size: 16px
  }
}
@media screen and (max-width: 768px) {
  .p-company-management-future__txt {
    font-size: 2.6rem
  }
}
.p-company-management-kv__img:before {
  float: left;
  padding-top: 50%;
  content: ''
}
.p-company-management-kv__img:after {
  display: block;
  content: '';
  clear: both
}
@media screen and (min-width: 769px) {
  .p-company-management-message__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .p-company-management-message__inner__left,.p-company-management-message__inner__right {
    width: 50%
  }
  .p-company-management-message__title {
    display: table;
    margin: 0 auto
  }
  .p-company-management-message__title__obj {
    font-size: 100px;
    left: -20px;
    top: -20px
  }
}
.p-company-management-message__title__obj {
  fill: #f5f5f5;
  width: 1.2em;
  height: 1em;
  position: absolute;
  z-index: 1
}
.p-company-management-message__title__txt {
  position: relative;
  z-index: 2
}
@media screen and (min-width: 769px) {
  .p-company-management-message__title__txt .c-title-enjp__jp {
    line-height: 1.6
  }
}
@media screen and (max-width: 768px) {
  .p-company-management-message__title__obj {
    display: none
  }
  .p-company-management-message__title__txt .c-title-enjp__jp {
    font-size: 5.600000000000001rem
  }
}
.p-company-management-message__txt {
  line-height: 2.6
}
.p-company-outline-access {
  position: relative
}
@media screen and (min-width: 769px) {
  .p-company-management-message__txt {
    font-size: 16px
  }
  .p-company-outline-access__map {
    width: 100%;
    height: 640px
  }
}
@media screen and (max-width: 768px) {
  .p-company-management-message__txt {
    font-size: 2.8rem;
    margin-top: 7.5rem
  }
  .p-company-outline-access__map {
    width: 100%;
    height: 42rem
  }
}
.p-company-outline-access__map iframe {
  display: block;
  width: 100%;
  height: 100%
}
@media screen and (min-width: 769px) {
  .p-company-outline-access__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px
  }
  .p-company-outline-access__address__block {
    width: 46.875%
  }
  .p-company-outline-awards__img:before {
    float: left;
    padding-top: 28.854166666666664%;
    content: ''
  }
  .p-company-outline-awards__img:after {
    display: block;
    content: '';
    clear: both
  }
}
.p-company-outline-awards {
  position: relative
}
.p-company-outline-awards__img {
  position: relative;
  width: 100%
}
@media screen and (max-width: 768px) {
  .p-company-outline-access__address {
    margin-top: 6rem
  }
  .p-company-outline-access__address__block+.p-company-outline-access__address__block {
    margin-top: 2rem
  }
  .p-company-outline-awards__img:before {
    float: left;
    padding-top: 85.71428571428571%;
    content: ''
  }
  .p-company-outline-awards__img:after {
    display: block;
    content: '';
    clear: both
  }
}
.p-company-outline-awards__img__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  z-index: 1;
  background-image: url(../images/company/outline/awards/img-sp.png);
  background-size: cover;
  opacity: .1;
  display: none
}
.p-company-outline-awards__img__img {
  display: block;
  position: absolute;
  z-index: 2
}
.p-company-outline-history,.p-company-outline-history__main {
  position: relative
}
@media screen and (min-width: 769px) {
  .p-company-outline-awards__img__img {
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms
  }
  .p-company-outline-awards__img__img:hover {
    opacity: .8
  }
  .p-company-outline-awards__img__img.-best-workplaces {
    left: .729166666666667%;
    top: 2.166064981949458%;
    width: 13.229166666666666%;
    height: 43.32129963898917%
  }
}
@media screen and (max-width: 768px) {
  .p-company-outline-awards__img__img.-best-workplaces {
    left: 1.904761904761905%;
    top: 2.222222222222222%;
    width: 24.19047619047619%;
    height: 26.666666666666668%
  }
}
@media screen and (min-width: 769px) {
  .p-company-outline-awards__img__img.-best-workplaces-women {
    left: .729166666666667%;
    top: 53.42960288808665%;
    width: 13.229166666666666%;
    height: 43.32129963898917%
  }
}
@media screen and (max-width: 768px) {
  .p-company-outline-awards__img__img.-best-workplaces-women {
    left: 1.904761904761905%;
    top: 34.25925925925926%;
    width: 24.19047619047619%;
    height: 26.666666666666668%
  }
}
@media screen and (min-width: 769px) {
  .p-company-outline-awards__img__img.-great-place-to-work {
    left: 17.1875%;
    top: 2.166064981949458%;
    width: 10.416666666666668%;
    height: 61.73285198555957%
  }
}
@media screen and (max-width: 768px) {
  .p-company-outline-awards__img__img.-great-place-to-work {
    left: 31.11111111111111%;
    top: 2.222222222222222%;
    width: 19.047619047619047%;
    height: 38%
  }
}
@media screen and (min-width: 769px) {
  .p-company-outline-awards__img__img.-kuchikomi-award2022-gold {
    left: 31.25%;
    top: 2.166064981949458%;
    width: 21.875%;
    height: 21.660649819494584%
  }
}
@media screen and (max-width: 768px) {
  .p-company-outline-awards__img__img.-kuchikomi-award2022-gold {
    left: 55.55555555555556%;
    top: 2.222222222222222%;
    width: 40%;
    height: 13.333333333333334%
  }
}
@media screen and (min-width: 769px) {
  .p-company-outline-awards__img__img.-kuchikomi-award2022-bronze {
    left: 31.25%;
    top: 33.2129963898917%;
    width: 21.875%;
    height: 21.660649819494584%
  }
}
@media screen and (max-width: 768px) {
  .p-company-outline-awards__img__img.-kuchikomi-award2022-bronze {
    left: 55.55555555555556%;
    top: 21.296296296296298%;
    width: 40%;
    height: 13.333333333333334%
  }
}
@media screen and (min-width: 769px) {
  .p-company-outline-awards__img__img.-asia-rank {
    left: 56.770833333333336%;
    top: 2.166064981949458%;
    width: 22.916666666666664%;
    height: 21.660649819494584%
  }
}
@media screen and (max-width: 768px) {
  .p-company-outline-awards__img__img.-asia-rank {
    left: 31.11111111111111%;
    top: 46.2962962962963%;
    width: 41.904761904761905%;
    height: 13.333333333333334%
  }
}
@media screen and (min-width: 769px) {
  .p-company-outline-awards__img__img.-jinzai-2020 {
    left: 56.770833333333336%;
    top: 33.2129963898917%;
    width: 22.916666666666664%;
    height: 21.660649819494584%
  }
}
@media screen and (max-width: 768px) {
  .p-company-outline-awards__img__img.-jinzai-2020 {
    left: 31.11111111111111%;
    top: 65.55555555555556%;
    width: 41.904761904761905%;
    height: 13.333333333333334%
  }
}
@media screen and (min-width: 769px) {
  .p-company-outline-awards__img__img.-woman-award {
    left: 56.770833333333336%;
    top: 64.25992779783394%;
    width: 22.916666666666664%;
    height: 21.660649819494584%
  }
}
@media screen and (max-width: 768px) {
  .p-company-outline-awards__img__img.-woman-award {
    left: 31.11111111111111%;
    top: 85.55555555555556%;
    width: 41.904761904761905%;
    height: 13.333333333333334%
  }
}
@media screen and (min-width: 769px) {
  .p-company-outline-awards__img__img.-intership-award {
    left: 83.33333333333334%;
    top: 2.166064981949458%;
    width: 11.458333333333332%;
    height: 30.324909747292416%
  }
  .p-company-outline-history {
    padding-bottom: 80px
  }
}
@media screen and (max-width: 768px) {
  .p-company-outline-awards__img__img.-intership-award {
    left: 2.857142857142857%;
    top: 68.51851851851852%;
    width: 20.952380952380953%;
    height: 18.666666666666668%
  }
  .p-company-outline-history {
    padding-bottom: 10rem
  }
}
.p-company-outline-history__main__line {
  width: 1px;
  height: 100%;
  position: absolute;
  background-color: #f0f0f0
}
@media screen and (min-width: 769px) {
  .p-company-outline-history__main__line {
    top: 10px;
    left: 123.5px
  }
}
@media screen and (max-width: 768px) {
  .p-company-outline-history__main__line {
    top: 2rem;
    left: 17.1rem
  }
}
.p-company-outline-history__main__line:after {
  content: "";
  width: 1px;
  background: -webkit-gradient(linear,left top,left bottom,from(#f0f0f0),to(rgba(255,255,255,0)));
  background: linear-gradient(#f0f0f0,rgba(255,255,255,0));
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  z-index: 1
}
.p-company-outline-history__main__data__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.p-company-outline-history__main__data__item__year {
  font-family: Lato,sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #0076c1
}
.p-company-outline-history__main__data__item__info {
  position: relative
}
@media screen and (min-width: 769px) {
  .p-company-outline-history__main__line:after {
    height: 80px;
    bottom: -80px
  }
  .p-company-outline-history__main__data__item+.p-company-outline-history__main__data__item {
    margin-top: 40px
  }
  .p-company-outline-history__main__data__item__year {
    font-size: 28px;
    width: 120px
  }
  .p-company-outline-history__main__data__item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
}
@media screen and (max-width: 768px) {
  .p-company-outline-history__main__line:after {
    height: 10rem;
    bottom: -10rem
  }
  .p-company-outline-history__main__data__item+.p-company-outline-history__main__data__item {
    margin-top: 4.800000000000001rem
  }
  .p-company-outline-history__main__data__item__year {
    font-size: 4.800000000000001rem;
    width: 16.6rem
  }
  .p-company-outline-history__main__data__item__info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 5rem
  }
}
.p-company-outline-history__main__data__item__info__circle {
  border-radius: 50%;
  background-color: #f0f0f0;
  position: absolute;
  left: 0
}
.p-company-outline-kv,.p-company-outline-organization,.p-company-outline-profile,.p-company-philosophy-index-guideline__wrap {
  position: relative
}
.p-company-outline-history__main__data__item__info__month {
  font-weight: 700
}
@media screen and (min-width: 769px) {
  .p-company-outline-history__main__data__item__info__circle {
    width: 8px;
    height: 8px;
    top: 10px
  }
  .p-company-outline-history__main__data__item__info__month {
    font-size: 16px
  }
}
@media screen and (max-width: 768px) {
  .p-company-outline-history__main__data__item__info__circle {
    width: 1rem;
    height: 1rem;
    top: 2.2rem
  }
  .p-company-outline-history__main__data__item__info__month {
    font-size: 2.6rem
  }
  .p-company-outline-history__main__data__item__info__txts {
    margin-top: .8rem
  }
}
@media screen and (min-width: 769px) {
  .p-company-outline-history__main__data__item__info__month {
    margin-left: 38px;
    width: 80px
  }
  .p-company-outline-history__main__data__item__info__txts {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
  .p-company-outline-history__main__data__item__info__txts__t {
    font-size: 16px
  }
  .p-company-outline-history__main__data__item__info__txts__t+.p-company-outline-history__main__data__item__info__txts__t {
    margin-top: 16px
  }
  .p-company-outline-kv__carousel__list__item {
    width: 750px;
    padding-right: 20px
  }
}
.p-company-outline-kv__carousel__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.p-company-outline-kv__carousel__list__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}
@media screen and (max-width: 768px) {
  .p-company-outline-history__main__data__item__info__txts__t {
    font-size: 2.6rem
  }
  .p-company-outline-history__main__data__item__info__txts__t+.p-company-outline-history__main__data__item__info__txts__t {
    margin-top: .8rem
  }
  .p-company-outline-kv__carousel__list__item {
    width: 60rem;
    padding-right: 2rem
  }
}
.p-company-outline-kv__carousel__list__item__img:before {
  float: left;
  padding-top: 64%;
  content: ''
}
.p-company-outline-kv__carousel__list__item__img:after {
  display: block;
  content: '';
  clear: both
}
@media screen and (min-width: 769px) {
  .p-company-outline-kv__ui {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 40px
  }
  .p-company-outline-kv__ui__prev {
    margin-right: 10px
  }
}
@media screen and (max-width: 768px) {
  .p-company-outline-kv__ui {
    display: none
  }
  .p-company-outline-profile {
    margin-top: 9rem
  }
}
.p-company-philosophy-index-guideline__wrap__chara {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%
}
.p-company-philosophy-index-guideline__wrap__chara__obj {
  position: sticky;
  opacity: .1
}
@media screen and (min-width: 769px) {
  .p-company-philosophy-index-guideline__wrap__chara__obj {
    right: 20px;
    top: 165px;
    background-image: url(../images/common/chara/aikun.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 220px;
    height: 292px;
    background-size: contain;
    display: block;
    text-indent: -9999px
  }
}
@media screen and (max-width: 768px) {
  .p-company-philosophy-index-guideline__wrap__chara__obj {
    right: 0;
    top: 25rem;
    background-image: url(../images/common/chara/aikun.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 19.8rem;
    height: 26.28rem;
    display: block;
    text-indent: -9999px
  }
}
@media screen and (min-width: 769px) {
  .p-company-philosophy-index-guideline__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
  }
  .p-company-philosophy-index-guideline__list__item+.p-company-philosophy-index-guideline__list__item {
    margin-top: 40px
  }
  .p-company-philosophy-index-guideline__list__item__num {
    width: 80px;
    height: 80px;
    font-size: 16px
  }
}
@media screen and (max-width: 768px) {
  .p-company-philosophy-index-guideline__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .p-company-philosophy-index-guideline__list__item+.p-company-philosophy-index-guideline__list__item {
    margin-top: 6rem
  }
}
.p-company-philosophy-index-guideline__list__item__num {
  border-radius: 50%;
  border: 1px solid #00a2d9;
  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;
  -ms-flex-line-pack: center;
  align-content: center;
  font-family: Lato,sans-serif;
  font-weight: 400;
  background-color: #fff;
  color: #0076c1;
  position: relative
}
@media screen and (min-width: 769px) {
  .p-company-philosophy-index-guideline__list__item__info {
    margin-left: 20px
  }
}
@media screen and (max-width: 768px) {
  .p-company-philosophy-index-guideline__list__item__num {
    width: 9rem;
    height: 9rem;
    font-size: 2rem;
    top: -1.6rem
  }
  .p-company-philosophy-index-guideline__list__item__info {
    margin-left: 3rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
}
.p-company-philosophy-index-guideline__list__item__info__title {
  font-weight: 700;
  line-height: 1;
  color: #0076c1
}
@media screen and (min-width: 769px) {
  .p-company-philosophy-index-guideline__list__item__info__title {
    font-size: 24px
  }
}
@media screen and (max-width: 768px) {
  .p-company-philosophy-index-guideline__list__item__info__title {
    font-size: 3.6rem;
    line-height: 1.6
  }
}
@media screen and (min-width: 769px) {
  .p-company-philosophy-who{
    margin: 120px 0;

  }
  .p-company-philosophy-index-guideline__list__item__info__txt {
    font-size: 16px;
    margin-top: 16px;
    line-height: 1
  }
  .p-company-philosophy-logo__speakerdeck iframe {
    width: 100%;
    height: 640px
  }
}
@media screen and (max-width: 768px) {
  .p-company-philosophy-index-guideline__list__item__info__txt {
    font-size: 2.6rem;
    margin-top: 1.6rem
  }
  .p-company-philosophy-logo__speakerdeck iframe {
    width: 100%;
    height: 42rem
  }
  .p-company-philosophy-who {
    margin: 10rem 0;
  }
}
.p-company-philosophy-who__imgbox {
  position: relative;
  width: 100%
}
@media screen and (min-width: 769px) {
  .p-company-philosophy-who__imgbox__img {
    background-image: url(../img/message.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 960px;
    height: 1960px;
    background-size: contain;
    text-indent: -9999px;
    display: block;
    position: absolute;
    left: 440px;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 1
  }
  .p-company-philosophy-who__inner {
    padding-top: 20px
  }
}
.p-company-philosophy-who__inner {
  position: relative;
  z-index: 2
}
.p-company-philosophy-who__title {
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .p-company-philosophy-who__title {
    font-size: 40px
  }
}
@media screen and (max-width: 768px) {
  .p-company-philosophy-who__imgbox__img {
    background-image: url(../img/message.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 74.88rem;
    height: 74.88rem;
    display: none;
    text-indent: -9999px;
    margin-left: 5.800000000000001rem
  }
  .p-company-philosophy-who__inner {
    padding-top: 3rem;
    margin-right: 6rem;
  }
  .p-company-philosophy-who__title {
    font-size: 4.800000000000001rem
  }
}
.p-company-philosophy-who__txt {
  line-height: 2.6
}
@media screen and (min-width: 769px) {
  .p-company-philosophy-who__txt {
    font-size: 16px;
    margin-top: 60px
  }
}
@media screen and (max-width: 768px) {
  .p-company-philosophy-who__txt {
    font-size: 2.6rem;
    margin-top: 6rem
  }
}
@media screen and (min-width: 769px) {
  .p-company-mind-sustainable-desc {
    font-size: 16px
  }
  .p-company-mind-sustainable-list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    -webkit-column-gap: 6rem;
    -moz-column-gap: 6rem;
    column-gap: 6rem;
    row-gap: 6rem
  }
}
@media screen and (max-width: 768px) {
  .p-company-mind-sustainable-desc {
    font-size: 2.6rem
  }
  .p-company-mind-sustainable-list {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 6rem
  }
}
.p-company-mind-sustainable-list__item__img:before {
  float: left;
  padding-top: 66.66666666666666%;
  content: ''
}
.p-company-mind-sustainable-list__item__img:after {
  display: block;
  content: '';
  clear: both
}
.p-company-mind-sustainable-list__item__info {
  position: relative
}
@media screen and (min-width: 769px) {
  .p-company-mind-sustainable-list__item__info {
    padding: 40px
  }
}
@media screen and (max-width: 768px) {
  .p-company-mind-sustainable-list__item__info {
    padding: 6rem
  }
}
.p-company-mind-sustainable-list__item__info__num {
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center
}
.p-company-mind-sustainable-list__item__info__num__txt {
  color: #0076c1;
  font-family: Lato,sans-serif;
  font-weight: 400;
  font-weight: 700;
  line-height: 1
}
@media screen and (min-width: 769px) {
  .p-company-mind-sustainable-list__item__info__num {
    width: 120px;
    height: 120px;
    top: -30px;
    padding-top: 32px
  }
  .p-company-mind-sustainable-list__item__info__num__txt {
    font-size: 16px
  }
}
@media screen and (max-width: 768px) {
  .p-company-mind-sustainable-list__item__info__num {
    width: 18rem;
    height: 18rem;
    top: -5rem;
    padding-top: 5rem
  }
  .p-company-mind-sustainable-list__item__info__num__txt {
    font-size: 2.4rem
  }
}
.p-company-mind-sustainable-list__item__info__title {
  position: relative;
  z-index: 2;
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
  color: #0076c1;
  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;
  -ms-flex-line-pack: center;
  align-content: center
}
@media screen and (min-width: 769px) {
  .p-company-mind-sustainable-list__item__info__title {
    font-size: 16px;
    height: 52px
  }
}
@media screen and (max-width: 768px) {
  .p-company-mind-sustainable-list__item__info__title {
    font-size: 2.6rem
  }
}
@media screen and (min-width: 769px) {
  .p-company-mind-sustainable-list__item__info__txt {
    font-size: 16px;
    margin-top: 32px
  }
}
@media screen and (max-width: 768px) {
  .p-company-mind-sustainable-list__item__info__txt {
    font-size: 2.4rem;
    margin-top: 4.800000000000001rem
  }
}
.p-company-sustainable-alignment-list {
  position: relative
}
.p-company-sustainable-alignment-list__section__item__title {
  font-weight: 700
}
.p-company-sustainable-alignment-list__block {
  position: relative
}
@media screen and (min-width: 769px) {
  .p-company-sustainable-alignment-list__section__item+.p-company-sustainable-alignment-list__section__item {
    margin-top: 60px
  }
  .p-company-sustainable-alignment-list__section__item__inner {
    padding: 80px 80px 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .p-company-sustainable-alignment-list__section__item__inner__left {
    width: 120px
  }
  .p-company-sustainable-alignment-list__section__item__inner__right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
  .p-company-sustainable-alignment-list__section__item__title {
    font-size: 40px;
    line-height: 1.05;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl
  }
  .p-company-sustainable-alignment-list__block__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .p-company-sustainable-alignment-list__block__inner__left {
    width: 26.08695652173913%
  }
}
@media screen and (max-width: 768px) {
  .p-company-sustainable-alignment-list__section__item+.p-company-sustainable-alignment-list__section__item {
    margin-top: 6rem
  }
  .p-company-sustainable-alignment-list__section__item__inner {
    padding: 6rem 6rem 7.300000000000001rem
  }
  .p-company-sustainable-alignment-list__section__item__inner__right {
    margin-top: 7.600000000000001rem
  }
  .p-company-sustainable-alignment-list__section__item__title {
    font-size: 4.800000000000001rem;
    text-align: center;
    line-height: 1.6
  }
  .p-company-sustainable-alignment-list__block__inner__left {
    width: 39rem;
    margin: 0 auto
  }
  .p-company-sustainable-alignment-list__block__inner__right {
    margin-top: 4.800000000000001rem
  }
}
.p-company-sustainable-alignment-list__block__info__title {
  font-weight: 700;
  line-height: 1.6
}
@media screen and (min-width: 769px) {
  .p-company-sustainable-alignment-list__block__inner__right {
    width: 69.56521739130434%
  }
  .p-company-sustainable-alignment-list__block__imgs__img+.p-company-sustainable-alignment-list__block__imgs__img {
    margin-top: 20px
  }
  .p-company-sustainable-alignment-list__block__info__title {
    font-size: 24px
  }
}
@media screen and (max-width: 768px) {
  .p-company-sustainable-alignment-list__block__imgs__img+.p-company-sustainable-alignment-list__block__imgs__img {
    margin-top: 3rem
  }
  .p-company-sustainable-alignment-list__block__info__title {
    text-align: center;
    font-size: 3.6rem
  }
}
@media screen and (min-width: 769px) {
  .p-company-sustainable-alignment-list__block__info__txt {
    margin-top: 20px;
    font-size: 16px
  }
}
@media screen and (max-width: 768px) {
  .p-company-sustainable-alignment-list__block__info__txt {
    font-size: 2.4rem;
    margin-top: 3.6rem
  }
}
.p-company-sustainable-alignment-list__block__info__btn {
  display: table
}
@media screen and (min-width: 769px) {
  .p-company-sustainable-alignment-list__block__info__btn {
    margin-left: auto;
    margin-top: 30px
  }
}
@media screen and (max-width: 768px) {
  .p-company-sustainable-alignment-list__block__info__btn {
    margin: 4.800000000000001rem auto 0
  }
}
.p-company-sustainable-alignment-list__block__info__btn .c-btn-circle__txt {
  color: #4c8953
}
.p-company-sustainable-alignment-list__block__info__btn .c-btn-circle__circle {
  background-color: #4c8953
}
.p-company-sustainable-alignment-list__report {
  background-color: #fbfbfb
}
.p-company-sustainable-alignment-list__report__title {
  font-weight: 700
}
@media screen and (min-width: 769px) {
  .p-company-sustainable-alignment-list__report {
    padding: 36px 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 30px auto 70px
  }
  .p-company-sustainable-alignment-list__report__title {
    font-size: 16px;
    width: 235px;
    border-right: 1px solid #ebedec
  }
}
@media screen and (max-width: 768px) {
  .p-company-sustainable-alignment-list__report {
    padding: 7.5rem 4.2rem;
    margin: 6rem auto 9rem
  }
  .p-company-sustainable-alignment-list__report__title {
    font-size: 2.6rem;
    text-align: center
  }
  .p-company-sustainable-alignment-list__report__title:after {
    content: "";
    display: block;
    width: 6rem;
    height: 1px;
    background-color: #ebedec;
    margin: 2.4rem auto 0
  }
}
@media screen and (min-width: 769px) {
  .p-company-sustainable-alignment-list__report__txt {
    font-size: 16px
  }
  .p-company-sustainable-alignment-list__report__txt__span+.p-company-sustainable-alignment-list__report__txt__span {
    margin-left: 30px
  }
}
@media screen and (max-width: 768px) {
  .p-company-sustainable-alignment-list__report__txt {
    font-size: 2.4rem;
    text-align: center;
    margin-top: 2.4rem
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .p-company-sustainable-alignment-list__report__txt {
    padding-left: 44px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
  .p-company-sustainable-alignment-list__report__txt__span {
    display: block;
    text-align: left
  }
  .p-company-sustainable-alignment-list__report__txt__span+.p-company-sustainable-alignment-list__report__txt__span {
    margin-left: 0
  }
}
@media screen and (max-width: 768px) {
  .p-company-sustainable-alignment-list__report__txt__span {
    display: block;
    text-align: center;
    white-space: nowrap
  }
  .p-company-sustainable-alignment-list__report__txt__span+.p-company-sustainable-alignment-list__report__txt__span {
    margin-top: 1.2rem
  }
}
.p-company-sustainable-alignment-list__btn {
  display: block
}
@media screen and (min-width: 769px) {
  .p-company-sustainable-alignment-list__btn {
    width: 560px;
    height: 80px;
    margin: 0 auto
  }
}
@media screen and (max-width: 768px) {
  .p-company-sustainable-alignment-list__btn {
    width: 63rem;
    height: 12.4rem;
    margin: 0 auto
  }
}
.p-company-sustainable-alignment-list__btn .c-btn-rect .c-btn-rect__txt {
  color: #4c8953!important
}
.p-company-sustainable-alignment-list__btn .c-btn-rect .c-btn-rect__circle {
  background-color: #4c8953!important
}
.p-company-sustainable-index-gallery-1 {
  position: relative
}
.p-company-sustainable-index-gallery-1__imgbox {
  position: relative;
  overflow: hidden
}
@media screen and (min-width: 769px) {
  .p-company-sustainable-alignment-list__btn .c-btn-rect:hover .c-btn-rect__inner {
    background-color: #4c8953!important
  }
  .p-company-sustainable-alignment-list__btn .c-btn-rect:hover .c-btn-rect__txt {
    color: #fff!important
  }
  .p-company-sustainable-alignment-list__btn .c-btn-rect:hover .c-btn-rect__circle {
    background-color: #fff!important
  }
  .p-company-sustainable-index-gallery-1__imgbox {
    width: 100%;
    height: 480px
  }
}
@media screen and (max-width: 768px) {
  .p-company-sustainable-index-gallery-1__imgbox {
    width: 100%;
    height: 41rem
  }
}
@media screen and (min-width: 769px) {
  .p-company-sustainable-index-gallery-1__imgbox__img {
    background-image: url(../images/company/sustainable/index/gallery/slide-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 2282.5px;
    height: 480px;
    background-size: contain;
    display: block;
    text-indent: -9999px
  }
}
@media screen and (max-width: 768px) {
  .p-company-sustainable-index-gallery-1__imgbox__img {
    background-image: url(../images/company/sustainable/index/gallery/slide-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 191.73rem;
    height: 40.32rem;
    display: block;
    text-indent: -9999px
  }
}
.p-company-sustainable-index-gallery-1__illust {
  position: absolute
}
@media screen and (min-width: 769px) {
  .p-company-sustainable-index-gallery-1__illust {
    background-image: url(../images/company/sustainable/index/gallery/img-illust-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 305px;
    height: 443px;
    background-size: contain;
    display: block;
    text-indent: -9999px;
    top: 300px;
    right: calc(50% + 350px)
  }
}
@media screen and (max-width: 768px) {
  .p-company-sustainable-index-gallery-1__illust {
    background-image: url(../images/company/sustainable/index/gallery/img-illust-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 30.5rem;
    height: 44.3rem;
    display: block;
    text-indent: -9999px;
    top: 13rem;
    left: -12rem
  }
}
.p-company-sustainable-index-gallery-2 {
  position: relative
}
.p-company-sustainable-index-gallery-2__imgbox {
  position: relative;
  overflow: hidden
}
@media screen and (min-width: 769px) {
  .p-company-sustainable-index-gallery-2__imgbox {
    width: 100%;
    height: 480px
  }
}
@media screen and (max-width: 768px) {
  .p-company-sustainable-index-gallery-2__imgbox {
    width: 100%;
    height: 41rem
  }
}
@media screen and (min-width: 769px) {
  .p-company-sustainable-index-gallery-2__imgbox__img {
    background-image: url(../images/company/sustainable/index/gallery/slide-2.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 2286.5px;
    height: 480px;
    background-size: contain;
    display: block;
    text-indent: -9999px
  }
}
@media screen and (max-width: 768px) {
  .p-company-sustainable-index-gallery-2__imgbox__img {
    background-image: url(../images/company/sustainable/index/gallery/slide-2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 192.066rem;
    height: 40.32rem;
    display: block;
    text-indent: -9999px
  }
}
.p-company-sustainable-index-gallery-2__illust {
  position: absolute
}
@media screen and (min-width: 769px) {
  .p-company-sustainable-index-gallery-2__illust {
    background-image: url(../images/company/sustainable/index/gallery/img-illust-2.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 179.5px;
    height: 363px;
    background-size: contain;
    display: block;
    text-indent: -9999px;
    top: 300px;
    left: calc(50% + 320px)
  }
}
@media screen and (max-width: 768px) {
  .p-company-sustainable-index-gallery-2__illust {
    background-image: url(../images/company/sustainable/index/gallery/img-illust-2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 17.95rem;
    height: 36.3rem;
    display: block;
    text-indent: -9999px;
    top: 18rem;
    right: 0
  }
}
.p-company-sustainable-index-issue,.p-company-sustainable-index-issue__typo {
  position: relative
}
.p-company-sustainable-index-issue__typo__inner {
  position: relative;
  width: 100%
}
.p-company-sustainable-index-issue__typo__inner2 {
  position: absolute;
  width: 100%
}
.p-company-sustainable-index-issue__list__item {
  position: relative
}
@media screen and (min-width: 769px) {
  .p-company-sustainable-index-issue__typo__inner2 {
    top: 480px;
    left: 0
  }
  .p-company-sustainable-index-issue__list__item+.p-company-sustainable-index-issue__list__item {
    margin-top: 16px
  }
}
@media screen and (max-width: 768px) {
  .p-company-sustainable-index-issue__typo__inner2 {
    top: 20.5rem;
    left: 0
  }
  .p-company-sustainable-index-issue__title .c-title-enjp__jp {
    font-size: 5.600000000000001rem
  }
  .p-company-sustainable-index-issue__list__item+.p-company-sustainable-index-issue__list__item {
    margin-top: 9rem
  }
}
.p-company-sustainable-index-issue__list__item__btn {
  position: absolute;
  z-index: 2;
  background-color: #4c8953;
  border-radius: 50%;
  cursor: pointer
}
@media screen and (min-width: 769px) {
  .p-company-sustainable-index-issue__list__item__btn {
    width: 48px;
    height: 48px;
    right: 48px;
    top: 48px
  }
}
@media screen and (max-width: 768px) {
  .p-company-sustainable-index-issue__list__item__btn {
    width: 9rem;
    height: 9rem;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -4.5rem;
    -webkit-box-shadow: 0 .6rem 1.2rem rgba(0,0,0,.16);
    box-shadow: 0 .6rem 1.2rem rgba(0,0,0,.16)
  }
}
.p-company-sustainable-index-issue__list__item__btn__minus,.p-company-sustainable-index-issue__list__item__btn__plus {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  width: 1em;
  height: 1em;
  stroke: #fff
}
.p-company-sustainable-index-issue__list__item.-open .p-company-sustainable-index-issue__list__item__btn__plus,.p-company-sustainable-index-issue__list__item__btn__minus {
  opacity: 0
}
.p-company-sustainable-index-issue__list__item.-open .p-company-sustainable-index-issue__list__item__btn__minus {
  opacity: 1
}
.p-company-sustainable-index-issue__list__item__head__inner2 {
  position: relative
}
@media screen and (min-width: 769px) {
  .p-company-sustainable-index-issue__list__item__btn__minus,.p-company-sustainable-index-issue__list__item__btn__plus {
    font-size: 16px;
    stroke-width: 3px
  }
  .p-company-sustainable-index-issue__list__item__head__inner {
    padding: 48px
  }
  .p-company-sustainable-index-issue__list__item__head__inner2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
  }
}
@media screen and (max-width: 768px) {
  .p-company-sustainable-index-issue__list__item__btn__minus,.p-company-sustainable-index-issue__list__item__btn__plus {
    font-size: 1.8rem;
    stroke-width: .6rem
  }
  .p-company-sustainable-index-issue__list__item__head__inner2 {
    padding-top: 4rem;
    padding-bottom: 9rem
  }
}
.p-company-sustainable-index-issue__list__item__head__num {
  border-radius: 50%;
  border: 1px solid #f0f0f0;
  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;
  -ms-flex-line-pack: center;
  align-content: center;
  font-family: Lato,sans-serif;
  background-color: #fff;
  color: #4c8953;
  font-weight: 700;
  position: relative
}
@media screen and (min-width: 769px) {
  .p-company-sustainable-index-issue__list__item__head__num {
    width: 48px;
    height: 48px;
    font-size: 16px
  }
}
@media screen and (max-width: 768px) {
  .p-company-sustainable-index-issue__list__item__head__num {
    width: 9rem;
    height: 9rem;
    font-size: 2rem;
    margin: 0 auto
  }
}
.p-company-sustainable-index-issue__list__item__head__title {
  font-weight: 700
}
@media screen and (min-width: 769px) {
  .p-company-sustainable-index-issue__list__item__head__title {
    font-size: 24px;
    margin-left: 24px
  }
  .p-company-sustainable-index-issue__list__item__head__goal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 48px;
    position: absolute;
    left: 535px
  }
}
@media screen and (max-width: 768px) {
  .p-company-sustainable-index-issue__list__item__head__title {
    text-align: center;
    margin-top: 3rem;
    line-height: 1.6;
    font-size: 3.6rem
  }
  .p-company-sustainable-index-issue__list__item__head__goal {
    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;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 7.2rem;
    margin-top: 3.6rem
  }
}
.p-company-sustainable-index-issue__list__item__head__goal__title {
  background-color: #f5f5f5;
  color: #b3b3b3;
  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;
  -ms-flex-line-pack: center;
  align-content: center
}
@media screen and (min-width: 769px) {
  .p-company-sustainable-index-issue__list__item__head__goal__title {
    font-size: 16px;
    width: 125px;
    height: 48px
  }
}
@media screen and (max-width: 768px) {
  .p-company-sustainable-index-issue__list__item__head__goal__title {
    font-size: 2.4rem;
    width: 20rem;
    height: 7.2rem
  }
}
.p-company-sustainable-index-issue__list__item__head__goal__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center
}
.p-company-sustainable-index-issue__list__item__head__goal__list__item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  text-indent: -9999px
}
.p-company-sustainable-index-issue__list__item__head__goal__list__item.-goal-12 {
  background-image: url(../images/company/sustainable/index/issue/goal/img-goal-12.png)
}
.p-company-sustainable-index-issue__list__item__head__goal__list__item.-goal-5 {
  background-image: url(../images/company/sustainable/index/issue/goal/img-goal-5.png)
}
.p-company-sustainable-index-issue__list__item__head__goal__list__item.-goal-8 {
  background-image: url(../images/company/sustainable/index/issue/goal/img-goal-8.png)
}
.p-company-sustainable-index-issue__list__item__body__inner2 {
  border-top: 1px solid #f0f0f0;
  position: relative
}
@media screen and (min-width: 769px) {
  .p-company-sustainable-index-issue__list__item__head__goal__list__item {
    width: 48px;
    height: 48px
  }
  .p-company-sustainable-index-issue__list__item__body__inner {
    padding: 0 96px 96px
  }
  .p-company-sustainable-index-issue__list__item__body__desc {
    font-size: 16px
  }
}
@media screen and (max-width: 768px) {
  .p-company-sustainable-index-issue__list__item__head__goal__list__item {
    width: 7.2rem;
    height: 7.2rem
  }
  .p-company-sustainable-index-issue__list__item__body__inner2 {
    padding: 9rem 6rem
  }
  .p-company-sustainable-index-issue__list__item__body__desc {
    font-size: 2.6rem
  }
}
@media screen and (min-width: 769px) {
  .p-company-sustainable-index-issue__list__item__body__desc {
    padding-top: 48px
  }
  .p-company-sustainable-index-issue__list__item__body__task {
    margin-top: 74px
  }
  .p-company-sustainable-index-issue__list__item__body__task__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }
}
@media screen and (max-width: 768px) {
  .p-company-sustainable-index-issue__list__item__body__task {
    margin-top: 6rem
  }
}
.p-company-sustainable-index-issue__list__item__body__task__item {
  position: relative
}
@media screen and (min-width: 769px) {
  .p-company-sustainable-index-issue__list__item__body__task__item+.p-company-sustainable-index-issue__list__item__body__task__item {
    margin-top: 60px
  }
  .p-company-sustainable-index-issue__list__item__body__task__item+.p-company-sustainable-index-issue__list__item__body__task__item:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #f0f0f0;
    position: absolute;
    left: 0;
    top: -30px
  }
  .p-company-sustainable-index-issue__list__item__body__task__item__title {
    font-size: 16px
  }
}
.p-company-sustainable-index-issue__list__item__body__task__item__title {
  background-color: #fbfbfb;
  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;
  -ms-flex-line-pack: center;
  align-content: center;
  line-height: 1.6;
  font-weight: 700;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  text-align: center
}
@media screen and (max-width: 768px) {
  .p-company-sustainable-index-issue__list__item__body__task__item+.p-company-sustainable-index-issue__list__item__body__task__item {
    margin-top: 6rem
  }
  .p-company-sustainable-index-issue__list__item__body__task__item__title {
    font-size: 2.6rem;
    padding-top: 3.6rem;
    padding-bottom: 4.4rem
  }
}
.p-company-sustainable-index-issue__list__item__body__task__item__title__1 {
  color: #4c8953
}
@media screen and (min-width: 769px) {
  .p-company-sustainable-index-issue__list__item__body__task__item__title {
    width: 35%
  }
  .p-company-sustainable-index-issue__list__item__body__task__item__title__2 {
    margin-top: 10px
  }
  .p-company-sustainable-index-issue__list__item__body__task__item__title__arrow {
    font-size: 17px;
    right: -8px
  }
}
.p-company-sustainable-index-issue__list__item__body__task__item__title__arrow {
  fill: #4c8953;
  width: 1em;
  height: 1em;
  position: absolute
}
@media screen and (min-width: 769px) {
  .p-company-sustainable-index-issue__list__item__body__task__item__list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-left: 40px
  }
  .p-company-sustainable-index-issue__list__item__body__task__item__list__item {
    width: 50%
  }
}
@media screen and (max-width: 768px) {
  .p-company-sustainable-index-issue__list__item__body__task__item__title__2 {
    margin-top: 1.2rem
  }
  .p-company-sustainable-index-issue__list__item__body__task__item__title__arrow {
    font-size: 2.6rem;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: -1.2rem
  }
  .p-company-sustainable-index-issue__list__item__body__task__item__list {
    margin-top: 5.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .p-company-sustainable-index-issue__list__item__body__task__item__list__item {
    width: 50%
  }
}
.p-company-sustainable-index-issue__list__item__body__task__item__list__item__img {
  border-radius: 50%;
  overflow: hidden
}
@media screen and (min-width: 769px) {
  .p-company-sustainable-index-issue__list__item__body__task__item__list__item__img {
    width: 96px;
    height: 96px;
    margin: 0 auto
  }
}
@media screen and (max-width: 768px) {
  .p-company-sustainable-index-issue__list__item__body__task__item__list__item__img {
    width: 18rem;
    height: 18rem;
    margin: 0 auto
  }
}
.p-company-sustainable-index-issue__list__item__body__task__item__list__item__txt {
  text-align: center;
  line-height: 1.6
}
@media screen and (min-width: 769px) {
  .p-company-sustainable-index-issue__list__item__body__task__item__list__item__txt {
    margin-top: 16px
  }
}
@media screen and (max-width: 768px) {
  .p-company-sustainable-index-issue__list__item__body__task__item__list__item__txt {
    margin-top: 2.4rem
  }
}
.p-company-sustainable-index-kv {
  position: relative
}
@media screen and (min-width: 769px) {
  .p-company-sustainable-index-issue__method {
    margin-top: 60px
  }
  .p-company-sustainable-index-kv__img {
    background-image: url(../images/company/sustainable/index/kv/img-kv.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 1188px;
    height: 720px;
    background-size: contain;
    display: block;
    text-indent: -9999px
  }
}
@media screen and (max-width: 768px) {
  .p-company-sustainable-index-issue__method {
    margin-top: 13rem
  }
  .p-company-sustainable-index-kv__img {
    background-image: url(../images/company/sustainable/index/kv/img-kv.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 87.912rem;
    height: 53.28rem;
    display: block;
    text-indent: -9999px;
    margin-left: -5rem
  }
}
@media screen and (min-width: 769px) {
  .p-company-sustainable-index-kv__illust {
    background-image: url(../images/company/sustainable/index/kv/img-illust.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 254px;
    height: 328px;
    background-size: contain;
    text-indent: -9999px;
    display: block;
    position: absolute;
    left: 112px;
    top: 508px;
    right: auto;
    bottom: auto;
    z-index: 2
  }
  .p-company-sustainable-index-kv__typo {
    margin-top: -70px
  }
}
@media screen and (max-width: 768px) {
  .p-company-sustainable-index-kv__illust {
    background-image: url(../images/company/sustainable/index/kv/img-illust.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 24.384rem;
    height: 31.488rem;
    text-indent: -9999px;
    display: block;
    position: absolute;
    left: -2rem;
    top: 39.400000000000006rem;
    right: auto;
    bottom: auto;
    z-index: 2
  }
  .p-company-sustainable-index-kv__typo {
    margin-top: 6rem
  }
}
.p-company-sustainable-index-message {
  position: relative;
  color: #fff
}
.p-company-sustainable-index-message__inner {
  position: relative
}
@media screen and (min-width: 769px) {
  .p-company-sustainable-index-message {
    margin-top: 60px
  }
  .p-company-sustainable-index-message__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .p-company-sustainable-index-message__title .c-title-enjp__jp {
    line-height: 1.6
  }
}
@media screen and (max-width: 768px) {
  .p-company-sustainable-index-message {
    margin-top: 5rem
  }
  .p-company-sustainable-index-message__title .c-title-enjp__jp {
    font-size: 4.2rem
  }
}
@media screen and (min-width: 769px) {
  .p-company-sustainable-index-message__txt {
    line-height: 3;
    font-size: 20px;
    padding-left: 7.800000000000001rem
  }
  .p-company-sustainable-index-message__illust {
    background-image: url(../images/company/sustainable/index/message/img-illust.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 218px;
    height: 358.5px;
    background-size: contain;
    text-indent: -9999px;
    display: block;
    position: absolute;
    left: 850px;
    top: 138px;
    right: auto;
    bottom: auto;
    z-index: 2
  }
}
@media screen and (max-width: 768px) {
  .p-company-sustainable-index-message__txt {
    line-height: 2.6;
    font-size: 2.8rem;
    margin-top: 6rem
  }
  .p-company-sustainable-index-message__illust {
    background-image: url(../images/company/sustainable/index/message/img-illust.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 20.928rem;
    height: 34.416rem;
    text-indent: -9999px;
    display: block;
    position: absolute;
    left: 46rem;
    top: 85rem;
    right: auto;
    bottom: auto;
    z-index: 2
  }
}
.p-company-sustainable-index-system__typo {
  position: relative
}
.p-company-sustainable-index-system__typo__inner {
  position: relative;
  width: 100%
}
.p-company-sustainable-index-system__typo__inner2 {
  position: absolute;
  width: 100%
}
@media screen and (min-width: 769px) {
  .p-company-sustainable-index-system__typo__inner2 {
    top: 480px;
    left: 0
  }
}
@media screen and (max-width: 768px) {
  .p-company-sustainable-index-system__typo__inner2 {
    top: 12.5rem;
    left: 0
  }
}
.p-company-sustainable-index-system__organization {
  position: relative
}
@media screen and (min-width: 769px) {
  .p-company-sustainable-index-system__organization__illust {
    background-image: url(../images/company/sustainable/index/system/img-illust.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 295.5px;
    height: 335.5px;
    background-size: contain;
    text-indent: -9999px;
    display: block;
    position: absolute;
    left: -120px;
    bottom: -200px;
    right: auto;
    top: auto;
    z-index: 2
  }
  .p-company-sustainable-index-system__alignment {
    margin-top: 60px
  }
}
@media screen and (max-width: 768px) {
  .p-company-sustainable-index-system__organization__illust {
    background-image: url(../images/company/sustainable/index/system/img-illust.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 24.822rem;
    height: 28.182rem;
    text-indent: -9999px;
    display: block;
    position: absolute;
    left: -11rem;
    bottom: -19rem;
    right: auto;
    top: auto;
    z-index: 2
  }
  .p-company-sustainable-index-system__alignment {
    margin-top: 6rem
  }
}
.p-company-sustainable-index-typo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media screen and (min-width: 769px) {
  .p-company-sustainable-index-typo__txt.-typo-1 {
    background-image: url(../images/company/sustainable/index/typo/typo-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 2374px;
    height: 178px;
    display: block;
    text-indent: -9999px
  }
}
@media screen and (max-width: 768px) {
  .p-company-sustainable-index-typo__txt.-typo-1 {
    background-image: url(../images/company/sustainable/index/typo/typo-1.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 237.4rem;
    height: 17.8rem;
    display: block;
    text-indent: -9999px
  }
}
@media screen and (min-width: 769px) {
  .p-company-sustainable-index-typo__txt.-typo-2 {
    background-image: url(../images/company/sustainable/index/typo/typo-2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 2614px;
    height: 178px;
    display: block;
    text-indent: -9999px
  }
}
@media screen and (max-width: 768px) {
  .p-company-sustainable-index-typo__txt.-typo-2 {
    background-image: url(../images/company/sustainable/index/typo/typo-2.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 261.4rem;
    height: 17.8rem;
    display: block;
    text-indent: -9999px
  }
}
@media screen and (min-width: 769px) {
  .p-company-sustainable-index-typo__txt.-typo-3 {
    background-image: url(../images/company/sustainable/index/typo/typo-3.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 2005px;
    height: 178px;
    display: block;
    text-indent: -9999px
  }
}
@media screen and (max-width: 768px) {
  .p-company-sustainable-index-typo__txt.-typo-3 {
    background-image: url(../images/company/sustainable/index/typo/typo-3.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 200.5rem;
    height: 17.8rem;
    display: block;
    text-indent: -9999px
  }
}
@media screen and (min-width: 769px) {
  .p-company-sustainable-index-typo__txt.-typo-4 {
    background-image: url(../images/company/sustainable/index/typo/typo-4.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 2666px;
    height: 178px;
    display: block;
    text-indent: -9999px
  }
}
@media screen and (max-width: 768px) {
  .p-company-sustainable-index-typo__txt.-typo-4 {
    background-image: url(../images/company/sustainable/index/typo/typo-4.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 266.6rem;
    height: 17.8rem;
    display: block;
    text-indent: -9999px
  }
}
.p-company-sustainable-index-typo__space {
  display: block;
  height: 100%
}
@media screen and (min-width: 769px) {
  .p-company-sustainable-index-typo__space {
    width: 100px
  }
  .p-company-sustainable-index-typo4__inner2 {
    top: 205px;
    left: 0
  }
}
@media screen and (max-width: 768px) {
  .p-company-sustainable-index-typo__space {
    width: 10rem
  }
}
.p-company-sustainable-index-typo4 {
  position: relative
}
.p-company-sustainable-index-typo4__inner {
  position: relative;
  width: 100%
}
.p-company-sustainable-index-typo4__inner2 {
  position: absolute;
  width: 100%
}
.p-company-sustainable-method-list,.p-company-sustainable-method-list__list__item__inner__left,.p-company-sustainable-method-list__list__item__inner__right {
  position: relative
}
@media screen and (min-width: 769px) {
  .p-company-sustainable-method-list__list__item+.p-company-sustainable-method-list__list__item {
    margin-top: 60px
  }
  .p-company-sustainable-method-list__list__item__inner {
    width: 100%;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .p-company-sustainable-method-list__list__item__inner__left {
    width: 50%;
    height: 100%
  }
  .p-company-sustainable-method-list__list__item.-reverse .p-company-sustainable-method-list__list__item__inner__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}
@media screen and (max-width: 768px) {
  .p-company-sustainable-index-typo4__inner2 {
    top: 47rem;
    left: 0
  }
  .p-company-sustainable-method-list__list__item+.p-company-sustainable-method-list__list__item {
    margin-top: 6rem
  }
  .p-company-sustainable-method-list__list__item__inner__left {
    width: 100%;
    height: 42rem
  }
}
@media screen and (min-width: 769px) {
  .p-company-sustainable-method-list__list__item__inner__right {
    width: 50%
  }
  .p-company-sustainable-method-list__list__item.-reverse .p-company-sustainable-method-list__list__item__inner__right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .p-company-sustainable-method-list__list__item__info {
    padding: 0 60px
  }
}
.p-company-sustainable-method-list__list__item__img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  z-index: 1
}
.p-company-sustainable-method-list__list__item__info {
  position: relative
}
.p-company-sustainable-method-list__list__item__info__num {
  font-family: Lato,sans-serif;
  font-weight: 100;
  line-height: 1;
  text-align: right;
  opacity: .2;
  color: #0076c1;
  background: -webkit-linear-gradient(-90deg,#0076c1,rgba(54,72,56,.5));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}
@media screen and (min-width: 769px) {
  .p-company-sustainable-method-list__list__item__info__num {
    font-size: 140px
  }
}
@media screen and (max-width: 768px) {
  .p-company-sustainable-method-list__list__item__info {
    padding: 6rem
  }
  .p-company-sustainable-method-list__list__item__info__num {
    font-size: 14rem;
    display: block;
    position: absolute;
    right: 4rem;
    top: 2rem;
    z-index: 1
  }
}
.p-contact-complete__btn,.p-contact-complete__title,.p-contact-complete__txt {
  position: relative;
  z-index: 2
}
.p-company-sustainable-method-list__list__item__info__title {
  font-weight: 700
}
@media screen and (min-width: 769px) {
  .p-company-sustainable-method-list__list__item__info__title {
    line-height: 1;
    font-size: 24px;
    margin-top: -20px
  }
}
@media screen and (max-width: 768px) {
  .p-company-sustainable-method-list__list__item__info__title {
    line-height: 1.6;
    font-size: 3.6rem
  }
}
@media screen and (min-width: 769px) {
  .p-company-sustainable-method-list__list__item__info__txt {
    margin-top: 30px;
    font-size: 16px
  }
}
@media screen and (max-width: 768px) {
  .p-company-sustainable-method-list__list__item__info__txt {
    margin-top: 6rem;
    font-size: 2.4rem
  }
}
.p-company-sustainable-method-list__btn {
  display: block
}
.p-company-sustainable-method-list__btn .c-btn-rect .c-btn-rect__txt {
  color: #4c8953!important
}
.p-company-sustainable-method-list__btn .c-btn-rect .c-btn-rect__circle {
  background-color: #4c8953!important
}
.p-contact-complete {
  position: relative
}
.p-contact-complete__title {
  font-weight: 700;
  line-height: 1.6
}
@media screen and (min-width: 769px) {
  .p-company-sustainable-method-list__btn {
    width: 560px;
    height: 80px;
    margin: 0 auto
  }
  .p-company-sustainable-method-list__btn .c-btn-rect:hover .c-btn-rect__inner {
    background-color: #4c8953!important
  }
  .p-company-sustainable-method-list__btn .c-btn-rect:hover .c-btn-rect__txt {
    color: #fff!important
  }
  .p-company-sustainable-method-list__btn .c-btn-rect:hover .c-btn-rect__circle {
    background-color: #fff!important
  }
  .p-contact-complete__title {
    font-size: 20px
  }
}
@media screen and (max-width: 768px) {
  .p-company-sustainable-method-list__btn {
    width: 63rem;
    height: 12.4rem;
    margin: 0 auto
  }
  .p-contact-complete {
    margin-top: -10rem!important;
    padding-top: 10rem;
    overflow: hidden
  }
  .p-contact-complete__title {
    font-size: 3.2rem;
    text-align: center
  }
}
@media screen and (min-width: 769px) {
  .p-contact-complete__txt {
    font-size: 16px;
    margin-top: 24px
  }
}
@media screen and (max-width: 768px) {
  .p-contact-complete__txt {
    font-size: 2.6rem;
    margin-top: 6rem;
    text-align: center
  }
}
.p-contact-complete__btn {
  display: block
}
@media screen and (min-width: 769px) {
  .p-contact-complete__btn {
    width: 100%;
    height: 70px;
    margin-top: 60px
  }
}
@media screen and (max-width: 768px) {
  .p-contact-complete__btn {
    width: 63rem;
    height: 12.4rem;
    margin: 12rem auto 0
  }
}
.p-contact-complete__chara {
  position: absolute;
  opacity: .1
}
.p-contact-form .c-form-input .group dl dd,.p-contact-form .c-form-input .group dl dt {
  position: relative;
  line-height: 1.6
}
@media screen and (min-width: 769px) {
  .p-contact-complete__chara {
    right: 0;
    top: -70px;
    background-image: url(../images/common/chara/aikun.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 220px;
    height: 292px;
    background-size: contain;
    display: block;
    text-indent: -9999px
  }
  .p-contact-desc {
    font-size: 16px
  }
  .p-contact-desc__txt+.p-contact-desc__txt {
    margin-top: 32px
  }
}
@media screen and (max-width: 768px) {
  .p-contact-complete__chara {
    right: -1rem;
    top: 0;
    background-image: url(../images/common/chara/aikun.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 19.8rem;
    height: 26.28rem;
    display: block;
    text-indent: -9999px
  }
  .p-contact-desc {
    font-size: 2.6rem
  }
  .p-contact-desc__txt+.p-contact-desc__txt {
    margin-top: 6rem
  }
}
.p-contact-form .-is-value-select-1 {
  display: none!important
}
.p-contact-form .-is-value-select-1.-show {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important
}
.p-contact-form .c-form-input .-confirm,.p-contact-form .c-form-input .-conplete {
  display: none
}
@media screen and (min-width: 769px) {
  .p-contact-form .c-form-input .group dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
  }
  .p-contact-form .c-form-input .group dl.-row {
    display: block
  }
  .p-contact-form .c-form-input .group dl.-row dt {
    width: 100%;
    margin-bottom: 24px
  }
  .p-contact-form .c-form-input .group dl+dl {
    margin-top: 20px
  }
}
@media screen and (max-width: 768px) {
  .p-contact-form .c-form-input .group dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .p-contact-form .c-form-input .group dl+dl {
    margin-top: 6rem
  }
}
.p-contact-form .c-form-input .group dl dd.-select:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  right: 0;
  top: 3;
  height: 100%;
  background: -webkit-gradient(linear,left top,right top,from(rgba(245,245,245,0)),color-stop(55%,#f5f5f5));
  background: linear-gradient(90deg,rgba(245,245,245,0) 0,#f5f5f5 55%)
}
@media screen and (min-width: 769px) {
  .p-contact-form .c-form-input .group dl.-mtop {
    margin-top: 60px
  }
  .p-contact-form .c-form-input .group dl dt {
    width: 160px
  }
  .p-contact-form .c-form-input .group dl dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
  .p-contact-form .c-form-input .group dl dd.-select:before {
    width: 30%
  }
}
@media screen and (max-width: 768px) {
  .p-contact-form .c-form-input .group dl dd {
    margin-top: 3rem
  }
  .p-contact-form .c-form-input .group dl dd.-select:before {
    width: 30%
  }
}
.p-contact-form .c-form-input .group dl dd.-select:after {
  content: "";
  position: absolute;
  z-index: 3;
  pointer-events: none
}
@media screen and (min-width: 769px) {
  .p-contact-form .c-form-input .group dl dd.-select:after {
    background-image: url(../img/arrow-select.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 10px;
    height: 8px;
    display: block;
    text-indent: -9999px;
    top: 32px;
    right: 32px
  }
  .p-contact-form .c-form-input .group dl dd.-horizon>* {
    margin-right: 24px!important;
    margin-bottom: 10px;
    margin-left: 0!important
  }
}
@media screen and (max-width: 768px) {
  .p-contact-form .c-form-input .group dl dd.-select:after {
    background-image: url(../img/arrow-select.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 1.4rem;
    height: 1.12rem;
    display: block;
    text-indent: -9999px;
    top: 4.7rem;
    right: 5.2rem
  }
}
.p-contact-form .c-form-input .group dl dd.-horizon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.p-contact-form .c-form-7_confirm .-agreement,.p-contact-form .c-form-7_confirm .-conplete,.p-contact-form .c-form-7_confirm .-input,.p-contact-form .c-form-7_confirm .group dl dt br {
  display: none
}
@media screen and (max-width: 768px) {
  .p-contact-form .c-form-input .group dl dd.-horizon>* {
    margin-right: 4rem!important;
    margin-bottom: 2.4rem;
    margin-left: 0!important
  }
}
.p-contact-form .c-form-7_confirm .l-space-section-hr {
  margin-bottom: 0;
  background-color: rgba(0,0,0,0)
}
@media screen and (min-width: 769px) {
  .p-contact-form .c-form-7_confirm .-btn-back {
    width: 350px;
    margin: 60px auto 0
  }
}
@media screen and (max-width: 768px) {
  .p-contact-form .c-form-7_confirm .-btn-back {
    width: 40rem;
    margin: 6rem auto 0
  }
}
@media screen and (min-width: 769px) {
  .p-contact-form .c-form-7_confirm .group dl+dl {
    margin-top: 48px
  }
}
@media screen and (max-width: 768px) {
  .p-contact-form .c-form-7_confirm .group dl+dl {
    margin-top: 6rem
  }
}
.p-contact-form .c-form-7_confirm .group dl dt {
  font-weight: 700;
  line-height: 1.6
}
.p-contact-form .c-form-7_confirm .group dl dd {
  line-height: 1.6
}
@media screen and (min-width: 769px) {
  .p-contact-form .c-form-7_confirm .group dl dd {
    margin-top: 16px;
    padding-bottom: 24px
  }
  .p-document-archive-desc {
    font-size: 16px
  }
}
@media screen and (max-width: 768px) {
  .p-contact-form .c-form-7_confirm .group dl dd {
    margin-top: 3rem;
    padding-bottom: 3rem
  }
  .p-document-archive-desc {
    font-size: 2.6rem
  }
}
@media screen and (min-width: 769px) {
  .p-document-archive-list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    -webkit-column-gap: 6rem;
    -moz-column-gap: 6rem;
    column-gap: 6rem;
    row-gap: 6rem;
    margin-top: 12rem
  }
}
@media screen and (max-width: 768px) {
  .p-document-archive-list {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 6rem;
    margin-top: 12rem
  }
}
.p-document-archive-list__item {
  display: block
}
.p-document-archive-list__item__img {
  position: relative;
  background-color: #fbfbfb
}
.p-document-archive-list__item__img:before {
  float: left;
  padding-top: 100%;
  content: ''
}
.p-document-archive-list__item__img:after {
  display: block;
  content: '';
  clear: both
}
.p-document-archive-list__item__img__inner {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 100%
}
.p-document-archive-list__item__info,.p-document-single-contact,.p-download-complete,.p-download-complete__btn,.p-download-complete__title,.p-download-complete__txt {
  position: relative
}
.p-document-archive-list__item__info__title {
  line-height: 1.6;
  font-weight: 700
}
@media screen and (min-width: 769px) {
  .p-document-archive-list__item__info {
    padding: 36px 18px
  }
  .p-document-archive-list__item__info__title {
    font-size: 16px
  }
}
@media screen and (max-width: 768px) {
  .p-document-archive-list__item__info {
    padding: 4.800000000000001rem 2.4rem
  }
  .p-document-archive-list__item__info__title {
    font-size: 2.6rem
  }
}
.p-document-archive-list__item__info__title__1,.p-document-archive-list__item__info__title__2 {
  display: block;
  text-align: center
}
.p-document-single-contact__txt {
  text-align: center
}
@media screen and (min-width: 769px) {
  .p-document-single-contact__txt {
    font-size: 16px
  }
}
@media screen and (max-width: 768px) {
  .p-document-single-contact__txt {
    font-size: 2.6rem
  }
}
.p-document-single-info__title {
  font-weight: 700;
  line-height: 1.6
}
.p-document-single-info__title__1,.p-document-single-info__title__2 {
  display: block
}
@media screen and (min-width: 769px) {
  .p-document-single-info__title {
    font-size: 32px
  }
  .p-document-single-info__point {
    padding: 40px;
    margin-top: 40px
  }
}
@media screen and (max-width: 768px) {
  .p-document-single-info__title {
    font-size: 3.6rem
  }
  .p-document-single-info__point {
    padding: 6rem;
    margin-top: 6rem
  }
}
.p-document-single-info__point__title {
  font-weight: 700
}
@media screen and (min-width: 769px) {
  .p-document-single-info__point__title {
    font-size: 18px
  }
}
@media screen and (max-width: 768px) {
  .p-document-single-info__point__title {
    font-size: 2.8rem
  }
}
@media screen and (min-width: 769px) {
  .p-document-single-info__point__list {
    font-size: 16px
  }
  .p-document-single-info__point__list__li {
    margin-top: 20px
  }
}
@media screen and (max-width: 768px) {
  .p-document-single-info__point__list {
    font-size: 2.6rem
  }
  .p-document-single-info__point__list__li {
    margin-top: 6rem
  }
}
@media screen and (min-width: 769px) {
  .p-document-single-info__description {
    font-size: 16px;
    margin-top: 40px
  }
}
@media screen and (max-width: 768px) {
  .p-document-single-info__description {
    font-size: 2.6rem;
    margin-top: 9rem
  }
  .p-download-complete {
    margin-top: -10rem!important;
    padding-top: 10rem;
    overflow: hidden
  }
}
.p-download-complete__title {
  z-index: 2;
  font-weight: 700;
  line-height: 1.6;
  text-align: center
}
@media screen and (min-width: 769px) {
  .p-download-complete__title {
    font-size: 20px
  }
}
@media screen and (max-width: 768px) {
  .p-download-complete__title {
    font-size: 3.2rem;
    text-align: center
  }
}
.p-download-complete__txt {
  z-index: 2;
  text-align: center
}
@media screen and (min-width: 769px) {
  .p-download-complete__txt {
    font-size: 16px;
    margin-top: 24px
  }
}
@media screen and (max-width: 768px) {
  .p-download-complete__txt {
    font-size: 2.6rem;
    margin-top: 6rem;
    text-align: center
  }
}
.p-download-complete__btn {
  z-index: 2;
  display: block
}
@media screen and (min-width: 769px) {
  .p-download-complete__btn {
    width: 560px;
    height: 80px;
    margin: 60px auto 0
  }
}
@media screen and (max-width: 768px) {
  .p-download-complete__btn {
    width: 63rem;
    height: 12.4rem;
    margin: 12rem auto 0
  }
}
.p-download-complete__chara {
  position: absolute;
  opacity: .1
}
.p-download-form .c-form-input .group dl dd,.p-download-form .c-form-input .group dl dt {
  position: relative;
  line-height: 1.6
}
@media screen and (min-width: 769px) {
  .p-download-complete__chara {
    right: -150px;
    top: 0;
    background-image: url(../images/common/chara/aikun.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 220px;
    height: 292px;
    background-size: contain;
    display: block;
    text-indent: -9999px
  }
}
@media screen and (max-width: 768px) {
  .p-download-complete__chara {
    right: -1rem;
    top: 0;
    background-image: url(../images/common/chara/aikun.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 19.8rem;
    height: 26.28rem;
    display: block;
    text-indent: -9999px
  }
}
.p-download-form .c-form-input .-confirm,.p-download-form .c-form-input .-conplete {
  display: none
}
@media screen and (min-width: 769px) {
  .p-download-form .c-form-input .-c-btn-rect {
    width: 560px;
    height: 80px;
    margin: 0 auto
  }
  .p-download-form .c-form-input .group dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
  }
  .p-download-form .c-form-input .group dl.-row {
    display: block
  }
  .p-download-form .c-form-input .group dl.-row dt {
    width: 100%;
    margin-bottom: 24px
  }
  .p-download-form .c-form-input .group dl+dl {
    margin-top: 20px
  }
}
@media screen and (max-width: 768px) {
  .p-download-form .c-form-input .group dl+dl {
    margin-top: 6rem
  }
}
.p-download-form .c-form-input .group dl dd.-select:after,.p-download-form .c-form-input .group dl dd.-select:before {
  content: "";
  position: absolute;
  z-index: 2;
  pointer-events: none
}
.p-download-form .c-form-input .group dl dd.-select:before {
  display: block;
  right: 0;
  top: 3;
  height: 100%;
  background: -webkit-gradient(linear,left top,right top,from(rgba(245,245,245,0)),color-stop(60%,#f5f5f5));
  background: linear-gradient(90deg,rgba(245,245,245,0) 0,#f5f5f5 60%)
}
@media screen and (min-width: 769px) {
  .p-download-form .c-form-input .group dl.-mtop {
    margin-top: 60px
  }
  .p-download-form .c-form-input .group dl dt {
    width: 160px
  }
  .p-download-form .c-form-input .group dl dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
  .p-download-form .c-form-input .group dl dd.-select:before {
    width: 30%
  }
}
@media screen and (max-width: 768px) {
  .p-download-form .c-form-input .group dl dd {
    margin-top: 3rem
  }
  .p-download-form .c-form-input .group dl dd.-select:before {
    width: 35%
  }
}
@media screen and (min-width: 769px) {
  .p-download-form .c-form-input .group dl dd.-select:after {
    background-image: url(../img/arrow-select.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 10px;
    height: 8px;
    display: block;
    text-indent: -9999px;
    top: 32px;
    right: 32px
  }
  .p-download-form .c-form-input .group dl dd.-horizon>* {
    margin-right: 24px!important;
    margin-bottom: 10px;
    margin-left: 0!important
  }
}
@media screen and (max-width: 768px) {
  .p-download-form .c-form-input .group dl dd.-select:after {
    background-image: url(../img/arrow-select.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 1.4rem;
    height: 1.12rem;
    display: block;
    text-indent: -9999px;
    top: 4.7rem;
    right: 5.2rem
  }
}
.p-download-form .c-form-input .group dl dd.-horizon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media screen and (min-width: 769px) {
  .p-faq-archive-desc__txt {
    font-size: 16px
  }
  .p-faq-archive-faq__block+.p-faq-archive-faq__block {
    margin-top: 90px
  }
}
@media screen and (max-width: 768px) {
  .p-download-form .c-form-input .group dl dd.-horizon>* {
    margin-right: 4rem!important;
    margin-bottom: 2.4rem;
    margin-left: 0!important
  }
  .p-faq-archive-desc__txt {
    font-size: 2.6rem
  }
  .p-faq-archive-faq__block+.p-faq-archive-faq__block {
    margin-top: 13rem
  }
}
@media screen and (min-width: 769px) {
  .p-faq-archive-faq__list {
    margin-top: 50px
  }
}
@media screen and (max-width: 768px) {
  .p-faq-archive-faq__list {
    margin-top: 7rem
  }
}
.p-faq-archive-faq__dl__dd,.p-faq-archive-faq__dl__dt {
  position: relative
}
.p-faq-archive-faq__dl__dd__a,.p-faq-archive-faq__dl__dd__q,.p-faq-archive-faq__dl__dt__a,.p-faq-archive-faq__dl__dt__q {
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  z-index: 1;
  font-family: Lato,sans-serif;
  font-weight: 700;
  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;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 50%
}
@media screen and (min-width: 769px) {
  .p-faq-archive-faq__list__item+.p-faq-archive-faq__list__item {
    margin-top: 4px
  }
  .p-faq-archive-faq__dl__dd__inner,.p-faq-archive-faq__dl__dt__inner {
    padding: 37px 37px 37px 87px
  }
  .p-faq-archive-faq__dl__dd__a,.p-faq-archive-faq__dl__dd__q,.p-faq-archive-faq__dl__dt__a,.p-faq-archive-faq__dl__dt__q {
    width: 40px;
    height: 40px;
    font-size: 20px;
    left: 30px;
    top: 30px
  }
}
@media screen and (max-width: 768px) {
  .p-faq-archive-faq__list__item+.p-faq-archive-faq__list__item {
    margin-top: 3rem
  }
  .p-faq-archive-faq__dl__dd__inner,.p-faq-archive-faq__dl__dt__inner {
    padding: 3rem 12rem
  }
  .p-faq-archive-faq__dl__dd__a,.p-faq-archive-faq__dl__dd__q,.p-faq-archive-faq__dl__dt__a,.p-faq-archive-faq__dl__dt__q {
    width: 6rem;
    height: 6rem;
    font-size: 2.8rem;
    left: 3rem;
    top: 2.8rem
  }
}
.p-faq-archive-faq__dl__dt {
  background-color: #f5f5f5;
  cursor: pointer
}
.p-faq-archive-faq__dl__dt__q {
  background-color: #0076c1;
  color: #fff
}
.p-faq-archive-faq__dl__dt__txt {
  font-weight: 700
}
.p-faq-archive-faq__dl__dt__ico {
  position: absolute;
  z-index: 2;
  background-color: #fff;
  border-radius: 50%
}
@media screen and (min-width: 769px) {
  .p-faq-archive-faq__dl__dt__txt {
    font-size: 16px
  }
  .p-faq-archive-faq__dl__dt__ico {
    width: 40px;
    height: 40px;
    right: 30px;
    top: 30px
  }
}
@media screen and (max-width: 768px) {
  .p-faq-archive-faq__dl__dt__txt {
    font-size: 2.6rem
  }
  .p-faq-archive-faq__dl__dt__ico {
    width: 6rem;
    height: 6rem;
    right: 3rem;
    top: 2.8rem
  }
}
.p-faq-archive-faq__dl__dt__ico__minus,.p-faq-archive-faq__dl__dt__ico__plus {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  width: 1em;
  height: 1em;
  stroke: #0076c1
}
.p-faq-archive-faq__dl__dt.-open .p-faq-archive-faq__dl__dt__ico__plus,.p-faq-archive-faq__dl__dt__ico__minus {
  opacity: 0
}
.p-faq-archive-faq__dl__dt.-open .p-faq-archive-faq__dl__dt__ico__minus {
  opacity: 1
}
.p-faq-archive-faq__dl__dd {
  background-color: #fbfbfb
}
.p-faq-archive-faq__dl__dd__a {
  color: #0076c1;
  background-color: #fff
}
.p-information-archive-list__item+.p-information-archive-list__item {
  border-top: 1px solid #f0f0f0
}
.p-information-archive-list__item__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.p-information-archive-list__item__img {
  display: block;
  overflow: hidden
}
@media screen and (min-width: 769px) {
  .p-faq-archive-faq__dl__dt__ico__minus,.p-faq-archive-faq__dl__dt__ico__plus {
    font-size: 12px;
    stroke-width: 2px
  }
  .p-faq-archive-faq__dl__dd__txt {
    padding-right: 65px
  }
  .p-information-archive-list__item {
    padding: 40px 0
  }
  .p-information-archive-list__item__btn {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s
  }
  .-hover .p-information-archive-list__item__btn,.p-information-archive-list__item__btn:hover {
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px)
  }
  .p-information-archive-list__item__img {
    border-radius: 2px;
    width: 180px;
    height: 120px
  }
}
@media screen and (max-width: 768px) {
  .p-faq-archive-faq__dl__dt__ico__minus,.p-faq-archive-faq__dl__dt__ico__plus {
    font-size: 1.8rem;
    stroke-width: .6rem
  }
  .p-information-archive-list {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    margin-top: 3rem
  }
  .p-information-archive-list__item {
    padding: 4rem 0
  }
  .p-information-archive-list__item__img {
    border-radius: .4rem;
    width: 18rem;
    height: 12rem
  }
}
.p-information-archive-list__item__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.p-information-archive-list__item__info__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center
}
.p-information-archive-list__item__info__data__category {
  background-color: #fbfbfb;
  overflow: hidden;
  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;
  -ms-flex-line-pack: center;
  align-content: center
}
@media screen and (min-width: 769px) {
  .p-information-archive-list__item__info {
    padding-left: 40px;
    padding-right: 60px
  }
  .p-information-archive-list__item__info__data__category {
    border-radius: 2px;
    width: 106px;
    height: 38px;
    font-size: 16px
  }
}
@media screen and (max-width: 768px) {
  .p-information-archive-list__item__info {
    padding-left: 4rem;
    padding-right: 4rem
  }
  .p-information-archive-list__item__info__data__category {
    border-radius: .4rem;
    width: 18.8rem;
    height: 4.4rem;
    font-size: 2rem
  }
}
@media screen and (min-width: 769px) {
  .p-information-archive-list__item__info__data__date {
    font-size: 16px;
    margin-left: 24px
  }
}
@media screen and (max-width: 768px) {
  .p-information-archive-list__item__info__data__date {
    font-size: 2rem;
    margin-left: 2.4rem
  }
}
.p-information-archive-list__item__info__title {
  font-weight: 700;
  line-height: 1.6
}
@media screen and (min-width: 769px) {
  .p-information-archive-list__item__info__title {
    font-size: 20px;
    margin-top: 18px;
    -webkit-transition: color 250ms;
    transition: color 250ms
  }
  .p-information-archive-list__item:hover .p-information-archive-list__item__info__title {
    color: #0076c1
  }
  .p-information-archive-side-nav {
    padding-top: 40px;
    padding-left: 40px;
    position: sticky;
    top: 134px
  }
  .p-information-archive-side-nav__btn {
    border-radius: 2px
  }
}
@media screen and (max-width: 768px) {
  .p-information-archive-list__item__info__title {
    font-size: 2.4rem;
    margin-top: 2.4rem
  }
  .p-information-archive-side-nav {
    display: none
  }
}
.p-information-archive-side-nav__btn {
  line-height: 1;
  display: table;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap
}
@media screen and (max-width: 768px) {
  .p-information-archive-side-nav__btn {
    border-radius: .4rem
  }
}
.p-information-archive-side-nav__btn.-active {
  background-color: #f5f5f5;
  opacity: 1
}
.p-information-single-content {
  position: relative
}
.p-information-single-content__header__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center
}
.p-information-single-content__header__data__category {
  background-color: #f5f5f5;
  overflow: hidden;
  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;
  -ms-flex-line-pack: center;
  align-content: center
}
@media screen and (min-width: 769px) {
  .p-information-archive-side-nav__btn {
    padding: 12px 18px;
    font-size: 16px;
    opacity: .3;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
  }
  .p-information-archive-side-nav__btn:hover {
    opacity: 1
  }
  .p-information-archive-side-nav__btn+.p-information-archive-side-nav__btn {
    margin-top: 10px
  }
  .p-information-single-content__header__data__category {
    border-radius: 2px;
    width: 160px;
    height: 40px;
    font-size: 16px
  }
}
@media screen and (max-width: 768px) {
  .p-information-single-content__header__data__category {
    border-radius: .4rem;
    width: 19.6rem;
    height: 4.800000000000001rem;
    font-size: 2rem
  }
}
@media screen and (min-width: 769px) {
  .p-information-single-content__header__data__date {
    font-size: 18px;
    margin-left: 24px
  }
}
@media screen and (max-width: 768px) {
  .p-information-single-content__header__data__date {
    font-size: 2.2rem;
    margin-left: 2.4rem
  }
}
.p-information-single-content__header__title {
  font-weight: 700;
  line-height: 1.6
}
@media screen and (min-width: 769px) {
  .p-information-single-content__header__title {
    font-size: 32px;
    margin-top: 30px
  }
}
@media screen and (max-width: 768px) {
  .p-information-single-content__header__title {
    font-size: 4.800000000000001rem;
    margin-top: 4rem
  }
}
.p-information-single-content__header__title__main,.p-information-single-content__header__title__sub {
  display: table
}
.p-information-single-content__content {
  position: relative
}
.p-interview-archive-attention {
  position: relative;
  overflow: hidden;
  border: 1px solid #f0f0f0
}
.p-interview-archive-attention__title {
  font-weight: 700
}
@media screen and (min-width: 769px) {
  .p-information-single-content__content {
    margin-top: 60px
  }
  .p-interview-archive-attention {
    border-radius: 2px;
    padding: 60px 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
  }
  .p-interview-archive-attention__title {
    width: 140px;
    font-size: 18px
  }
  .p-interview-archive-attention__list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
}
@media screen and (max-width: 768px) {
  .p-information-single-content__content {
    margin-top: 6rem
  }
  .p-interview-archive-attention {
    border-radius: .4rem;
    padding: 6rem
  }
  .p-interview-archive-attention__title {
    font-size: 2.8rem;
    text-align: center
  }
  .p-interview-archive-attention__list {
    margin-top: 4rem
  }
}
@media screen and (min-width: 769px) {
  .p-interview-archive-attention__list__li {
    font-size: 16px
  }
  .p-interview-archive-attention__list__li+.p-interview-archive-attention__list__li {
    margin-top: 10px
  }
  .p-interview-archive-list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    -webkit-column-gap: 6rem;
    -moz-column-gap: 6rem;
    column-gap: 6rem;
    row-gap: 6rem
  }
}
@media screen and (max-width: 768px) {
  .p-interview-archive-attention__list__li {
    font-size: 2.6rem
  }
  .p-interview-archive-attention__list__li+.p-interview-archive-attention__list__li {
    margin-top: 4rem
  }
  .p-interview-archive-list {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 6rem
  }
}
.p-interview-archive-list__item {
  background-color: #fff;
  position: relative
}
.p-interview-archive-list__item__img {
  display: block;
  position: relative
}
.p-interview-archive-list__item__img:before {
  float: left;
  padding-top: 66.66666666666666%;
  content: ''
}
.p-interview-archive-list__item__img:after {
  display: block;
  content: '';
  clear: both
}
.p-interview-archive-list__item__info {
  position: relative
}
.p-interview-archive-list__item__info__client {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  overflow: hidden;
  text-align: center
}
@media screen and (min-width: 769px) {
  .p-interview-archive-list__item__info {
    padding: 30px 60px 60px
  }
  .p-interview-archive-list__item__info__client {
    border-radius: 2px;
    width: 330px;
    top: -65px
  }
}
@media screen and (max-width: 768px) {
  .p-interview-archive-list__item__info {
    padding: 15rem 6rem 7.2rem
  }
  .p-interview-archive-list__item__info__client {
    border-radius: .4rem;
    width: 39rem;
    top: -6.5rem
  }
}
@media screen and (min-width: 769px) {
  .p-interview-archive-list__item__info__client__img {
    margin: -10px auto 0;
    width: 255px
  }
}
@media screen and (max-width: 768px) {
  .p-interview-archive-list__item__info__client__img {
    margin: -2rem auto 0;
    width: 30rem
  }
}
@media screen and (min-width: 769px) {
  .p-interview-archive-list__item__info__client__name {
    font-size: 16px;
    margin-top: -25px
  }
}
@media screen and (max-width: 768px) {
  .p-interview-archive-list__item__info__client__name {
    font-size: 2rem;
    margin-top: -2.5rem
  }
}
.p-interview-archive-list__item__info__title {
  line-height: 1.6;
  border-bottom: 1px solid #d7dad7;
  margin: 0 auto;
  position: relative
}
@media screen and (min-width: 769px) {
  .p-interview-archive-list__item__info__title {
    font-size: 24px
  }
}
@media screen and (max-width: 768px) {
  .p-interview-archive-list__item__info__title {
    font-size: 3.6rem;
    padding-bottom: 2.4rem
  }
}
@media screen and (min-width: 769px) {
  .p-interview-archive-list__item__info__subtitle {
    font-size: 16px;
    margin-top: 24px
  }
}
.p-interview-single-header__img {
  position: relative
}
.p-interview-single-header__img:before {
  float: left;
  padding-top: 41.66666666666667%;
  content: ''
}
.p-interview-single-header__img:after {
  display: block;
  content: '';
  clear: both
}
@media screen and (max-width: 768px) {
  .p-interview-archive-list__item__info__subtitle {
    font-size: 2.4rem;
    margin-top: 4.800000000000001rem
  }
  .p-interview-single-header__img {
    margin-left: -6rem;
    margin-right: -6rem
  }
}
.p-interview-single-header__img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  z-index: 1
}
.p-interview-single-header__title {
  color: #0076c1;
  font-weight: 700
}
@media screen and (min-width: 769px) {
  .p-interview-single-header__title {
    font-size: 40px;
    line-height: 1;
    margin-top: 60px
  }
}
@media screen and (max-width: 768px) {
  .p-interview-single-header__title {
    font-size: 4.800000000000001rem;
    line-height: 1.6;
    margin-top: 7.600000000000001rem
  }
}
@media screen and (min-width: 769px) {
  .p-interview-single-header__subtitle {
    font-size: 16px;
    margin-top: 32px
  }
}
@media screen and (max-width: 768px) {
  .p-interview-single-header__subtitle {
    font-size: 2.6rem;
    margin-top: 4.800000000000001rem
  }
}
.p-interview-single-header__client {
  border: 1px solid #f0f0f0
}
@media screen and (min-width: 769px) {
  .p-interview-single-header__client {
    margin-top: 60px;
    padding: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
  }
  .p-interview-single-header__client__logo {
    width: 260px
  }
}
@media screen and (max-width: 768px) {
  .p-interview-single-header__client {
    margin-top: 9.600000000000001rem;
    padding: 6rem
  }
}
.p-interview-single-header__client__logo:before {
  float: left;
  padding-top: 60%;
  content: ''
}
.p-interview-single-header__client__logo:after {
  display: block;
  content: '';
  clear: both
}
.p-interview-single-header__client__info__name {
  font-weight: 700
}
@media screen and (min-width: 769px) {
  .p-interview-single-header__client__info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 40px
  }
  .p-interview-single-header__client__info__name {
    font-size: 18px
  }
}
@media screen and (max-width: 768px) {
  .p-interview-single-header__client__info__name {
    font-size: 2.8rem;
    margin-top: 4.800000000000001rem
  }
}
@media screen and (min-width: 769px) {
  .p-interview-single-header__client__info__description {
    font-size: 13px;
    margin-top: 10px
  }
}
@media screen and (max-width: 768px) {
  .p-interview-single-header__client__info__description {
    font-size: 2.4rem;
    margin-top: 3.2rem
  }
}
.p-interview-single-header__client__info__url {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center
}
.p-interview-single-recommend__title {
  text-align: center
}
@media screen and (min-width: 769px) {
  .p-interview-single-header__client__info__url {
    font-size: 16px;
    margin-top: 10px
  }
  .p-interview-single-recommend {
    padding-top: 40px
  }
  .p-interview-single-recommend__title {
    margin-bottom: 60px
  }
}
@media screen and (max-width: 768px) {
  .p-interview-single-header__client__info__url {
    font-size: 2.4rem;
    margin-top: 3.2rem
  }
  .p-interview-single-recommend {
    padding-top: 4rem
  }
  .p-interview-single-recommend__title {
    margin-bottom: 6rem
  }
}
.p-interview-single-topics {
  background-color: #fff;
  position: relative
}
.p-interview-single-topics__title {
  line-height: 1;
  font-family: Lato,sans-serif;
  font-weight: 100;
  color: #0076c1;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: table;
  top: -.5em;
  opacity: .5
}
.p-product-archive-list,.p-product-archive-list__grid__item__img {
  position: relative
}
.p-interview-single-topics__list__item {
  cursor: pointer
}
@media screen and (min-width: 769px) {
  .p-interview-single-topics__title {
    font-size: 48px
  }
  .p-interview-single-topics__list {
    padding: 60px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .p-interview-single-topics__list__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
  .p-interview-single-topics__list__item+.p-interview-single-topics__list__item {
    border-left: 1px solid #f0f0f0
  }
}
@media screen and (max-width: 768px) {
  .p-interview-single-topics__title {
    font-size: 7.2rem
  }
  .p-interview-single-topics__list {
    padding: 12rem 6rem 9rem
  }
  .p-interview-single-topics__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
  }
  .p-interview-single-topics__list__item+.p-interview-single-topics__list__item {
    margin-top: 6rem
  }
}
.p-interview-single-topics__list__item__num {
  border-radius: 50%;
  border: 1px solid #f0f0f0;
  font-family: Lato,sans-serif;
  font-weight: 400;
  margin: 0 auto;
  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;
  -ms-flex-line-pack: center;
  align-content: center
}
@media screen and (min-width: 769px) {
  .p-interview-single-topics__list__item__num {
    width: 48px;
    height: 48px;
    font-size: 12px;
    -webkit-transition: all .2s;
    transition: all .2s
  }
  .p-interview-single-topics__list__item:hover .p-interview-single-topics__list__item__num {
    background-color: #0076c1;
    border: 1px solid #0076c1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    color: #fff
  }
}
@media screen and (max-width: 768px) {
  .p-interview-single-topics__list__item__num {
    width: 9rem;
    height: 9rem;
    font-size: 2rem
  }
}
.p-interview-single-topics__list__item__title {
  font-weight: 700
}
@media screen and (min-width: 769px) {
  .p-interview-single-topics__list__item__title {
    font-size: 16px;
    margin-top: 20px;
    text-align: center
  }
}
@media screen and (max-width: 768px) {
  .p-interview-single-topics__list__item__title {
    font-size: 2.6rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 2rem
  }
}
.p-product-archive-list__count {
  text-align: center;
  font-weight: 700;
  line-height: 1.6
}
@media screen and (min-width: 769px) {
  .p-product-archive-list__count {
    font-size: 16px;
    margin-top: 75px
  }
}
@media screen and (max-width: 768px) {
  .p-product-archive-list__count {
    font-size: 2.6rem;
    margin-top: 7rem
  }
}
@media screen and (min-width: 769px) {
  .p-product-archive-list__count__num {
    font-size: 28px;
    margin-left: 12px;
    margin-right: 4px
  }
  .p-product-archive-list__grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 75px
  }
  .p-product-archive-list__grid__item {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s
  }
  .-hover .p-product-archive-list__grid__item,.p-product-archive-list__grid__item:hover {
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
  }
}
@media screen and (max-width: 768px) {
  .p-product-archive-list__count__num {
    font-size: 4.800000000000001rem;
    margin-left: 1.8rem;
    margin-right: .8rem
  }
  .p-product-archive-list__grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    -webkit-column-gap: 2.2rem;
    -moz-column-gap: 2.2rem;
    column-gap: 2.2rem;
    row-gap: 2.2rem;
    margin-top: 7rem
  }
}
.p-product-archive-list__grid__item {
  background-color: #fff;
  display: none
}
.p-product-archive-list__grid__item.-show {
  display: block
}
.p-product-archive-list__grid__item__img:before {
  float: left;
  padding-top: 100%;
  content: ''
}
.p-product-archive-list__grid__item__img:after {
  display: block;
  content: '';
  clear: both
}
.p-product-archive-list__grid__item__img__inner {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 100%
}
.p-product-archive-list__grid__item__info__client {
  text-align: center;
  line-height: 1.4;
  color: #0076c1
}
.p-product-archive-list__grid__item__info__title,.p-product-single-info__subtitle,.p-quality-flow__detail__head__title,.p-quality-kv__info__title {
  line-height: 1.6;
  font-weight: 700
}
@media screen and (min-width: 769px) {
  .p-product-archive-list__grid__item__info {
    padding: 24px
  }
  .p-product-archive-list__grid__item__info__client {
    font-size: 12px
  }
}
@media screen and (max-width: 768px) {
  .p-product-archive-list__grid__item__info {
    padding: 3rem
  }
  .p-product-archive-list__grid__item__info__client {
    font-size: 2rem
  }
}
.p-product-archive-list__grid__item__info__title {
  text-align: center
}
.p-product-archive-list__grid__item__info__category {
  text-align: center;
  line-height: 1;
  color: #0076c1;
  overflow: hidden;
  border: 1px solid #f0f0f0
}
@media screen and (min-width: 769px) {
  .p-product-archive-list__grid__item__info__title {
    margin-top: 11px;
    font-size: 16px
  }
  .p-product-archive-list__grid__item__info__category {
    border-radius: 2px
  }
}
@media screen and (max-width: 768px) {
  .p-product-archive-list__grid__item__info__title {
    margin-top: 2rem;
    font-size: 2.2rem
  }
  .p-product-archive-list__grid__item__info__category {
    border-radius: .4rem
  }
}
@media screen and (min-width: 769px) {
  .p-product-archive-list__grid__item__info__category {
    margin-top: 12px;
    font-size: 10px;
    padding: 10px
  }
}
@media screen and (max-width: 768px) {
  .p-product-archive-list__grid__item__info__category {
    margin-top: 2.4rem;
    font-size: 2rem;
    padding: 1.6rem
  }
}
.p-product-archive-list__more {
  display: block
}
.p-product-archive-terms {
  border: 1px solid #f0f0f0;
  background-color: #fff
}
.p-product-archive-terms__title {
  font-weight: 700;
  text-align: center
}
@media screen and (min-width: 769px) {
  .p-product-archive-list__more {
    width: 280px;
    height: 56px;
    margin: 80px auto 0
  }
  .p-product-archive-terms {
    padding: 40px
  }
  .p-product-archive-terms__title {
    font-size: 16px
  }
}
@media screen and (max-width: 768px) {
  .p-product-archive-list__more {
    width: 51rem;
    height: 10.600000000000001rem;
    margin: 9rem auto 0
  }
  .p-product-archive-terms {
    padding: 5.600000000000001rem 6rem
  }
  .p-product-archive-terms__title {
    font-size: 2.6rem
  }
}
@media screen and (min-width: 769px) {
  .p-product-archive-terms__list {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
    margin-top: 24px
  }
  .p-product-archive-terms__list__item {
    border-radius: 2px
  }
}
@media screen and (min-width: 769px) and (max-width: 1600px) {
  .p-product-archive-terms__list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px
  }
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  .p-product-archive-terms__list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px
  }
}
@media screen and (max-width: 768px) {
  .p-product-archive-terms__list {
    display: none
  }
}
.p-product-archive-terms__list__item {
  background-color: #f5f5f5;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  overflow: hidden;
  padding-left: 20px
}
@media screen and (max-width: 768px) {
  .p-product-archive-terms__list__item {
    border-radius: .4rem
  }
}
.p-product-archive-terms__list__item.-checked {
  background-color: #0076c1
}
.p-product-archive-terms__list__item:not(.-checked):hover {
  background-color: #ebedec
}
.p-product-archive-terms__list__item__checkbox {
  position: relative;
  background-color: #fff;
  width: 16px;
  height: 16px;
  border: 1px solid #f0f0f0;
  overflow: hidden
}
.p-product-archive-terms__list__item.-checked .p-product-archive-terms__list__item__checkbox {
  border: none;
  background-color: rgba(0,0,0,0)
}
.p-product-archive-terms__list__item__checkbox__ico {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  width: 1em;
  height: 1em;
  font-size: 16px;
  fill: #fff
}
.p-product-archive-terms__list__item__name {
  font-size: 16px;
  margin-left: 8px
}
.p-product-archive-terms__list__item.-checked .p-product-archive-terms__list__item__name {
  color: #fff;
  font-weight: 700
}
@media screen and (min-width: 769px) {
  .p-product-archive-terms__list__item__checkbox {
    border-radius: 2px
  }
  .p-product-archive-terms__pulldown {
    display: none
  }
}
@media screen and (max-width: 768px) {
  .p-product-archive-terms__list__item__checkbox {
    border-radius: .4rem
  }
  .p-product-archive-terms__pulldown {
    position: relative;
    display: block;
    margin-top: 4rem;
    width: 100%;
    height: 10.600000000000001rem
  }
}
.p-product-archive-terms__pulldown__view {
  background-color: #f5f5f5;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 4.800000000000001rem
}
.p-product-archive-terms__pulldown__view__name {
  font-weight: 700;
  font-size: 2.6rem
}
.p-product-archive-terms__pulldown__view__arrow {
  font-weight: 700;
  font-size: 1.6rem;
  width: 1em;
  height: 1em
}
.p-product-archive-terms__pulldown__select {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0
}
.p-product-single-contact,.p-product-single-info,.p-product-single-info__prop__item,.p-quality-flow__detail__inner {
  position: relative
}
.p-product-single-contact__lot {
  text-align: center
}
.p-product-single-contact__btn {
  display: block
}
@media screen and (min-width: 769px) {
  .p-product-single-contact__lot {
    font-size: 16px
  }
  .p-product-single-contact__btn {
    width: 560px;
    height: 80px;
    margin: 48px auto 0
  }
}
@media screen and (max-width: 768px) {
  .p-product-single-contact__lot {
    font-size: 2.6rem
  }
  .p-product-single-contact__btn {
    width: 100%;
    height: 12.4rem;
    margin: 6rem auto 0
  }
}
.p-product-single-info__client {
  color: #0076c1
}
@media screen and (min-width: 769px) {
  .p-product-single-info__client {
    font-size: 16px;
    margin-bottom: 20px
  }
}
@media screen and (max-width: 768px) {
  .p-product-single-info__client {
    font-size: 2.6rem;
    margin-bottom: 1.6rem
  }
}
.p-product-single-info__category {
  text-align: center;
  color: #0076c1;
  overflow: hidden;
  background-color: #fbfbfb
}
@media screen and (min-width: 769px) {
  .p-product-single-info__subtitle {
    margin-bottom: 39px;
    font-size: 32px
  }
  .p-product-single-info__category {
    border-radius: 2px
  }
}
@media screen and (max-width: 768px) {
  .p-product-single-info__subtitle {
    margin-bottom: 3rem;
    font-size: 3.6rem
  }
  .p-product-single-info__category {
    border-radius: .4rem
  }
}
@media screen and (min-width: 769px) {
  .p-product-single-info__category {
    font-size: 16px;
    padding: 8px;
    margin-bottom: 60px
  }
}
@media screen and (max-width: 768px) {
  .p-product-single-info__category {
    font-size: 2.6rem;
    padding: .9rem;
    margin-bottom: 9rem
  }
}
.p-product-single-info__prop__item+.p-product-single-info__prop__item:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f0f0f0
}
.p-product-single-info__prop__item__title {
  font-weight: 700
}
@media screen and (min-width: 769px) {
  .p-product-single-info__prop__item+.p-product-single-info__prop__item:before {
    margin: 34px auto
  }
  .p-product-single-info__prop__item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .p-product-single-info__prop__item__title {
    font-size: 16px;
    width: 120px
  }
}
@media screen and (max-width: 768px) {
  .p-product-single-info__prop__item+.p-product-single-info__prop__item:before {
    margin: 3rem auto
  }
  .p-product-single-info__prop__item__title {
    font-size: 2.6rem
  }
}
.p-interview-single-relation__title {
  text-align: center
}
.p-quality-flow__detail {
  background-color: #fbfbfb
}
@media screen and (min-width: 769px) {
  .p-product-single-info__prop__item__txt {
    font-size: 16px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
  .p-interview-single-relation__title {
    margin-bottom: 60px
  }
  .p-quality-flow__detail {
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    min-height: 208px;
    margin-top: 30px
  }
}
@media screen and (max-width: 768px) {
  .p-product-single-info__prop__item__txt {
    font-size: 2.6rem
  }
  .p-interview-single-relation__title {
    margin-bottom: 6rem
  }
  .p-quality-flow__detail {
    padding: 4rem;
    margin-top: 4.800000000000001rem
  }
  .p-quality-flow__detail__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
  }
}
.p-quality-flow__detail__head__img:before {
  float: left;
  padding-top: 66.66666666666666%;
  content: ''
}
.p-quality-flow__detail__head__img:after {
  display: block;
  content: '';
  clear: both
}
@media screen and (min-width: 769px) {
  .p-quality-flow__detail__inner {
    padding-left: 220px
  }
  .p-quality-flow__detail__head__img {
    width: 180px;
    height: 120px;
    position: absolute;
    left: 0;
    top: 0
  }
  .p-quality-flow__detail__head__title {
    font-size: 18px
  }
}
@media screen and (max-width: 768px) {
  .p-quality-flow__detail__head__img {
    width: 18rem;
    height: 12rem
  }
  .p-quality-flow__detail__head__title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 4rem;
    font-size: 2.8rem
  }
}
.p-quality-kv {
  position: relative;
  width: 100%;
  overflow: hidden
}
@media screen and (min-width: 769px) {
  .p-quality-flow__detail__body__txt {
    font-size: 16px;
    margin-top: 8px
  }
  .p-quality-kv {
    height: 640px
  }
}
@media screen and (max-width: 768px) {
  .p-quality-flow__detail__body__txt {
    font-size: 2.4rem;
    margin-top: 4rem
  }
  .p-quality-kv {
    height: 169rem
  }
}
.p-quality-kv__bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 100%
}
.p-quality-kv__inner {
  position: relative;
  z-index: 2
}
.p-quality-kv__info {
  position: relative;
  color: #fff
}
@media screen and (min-width: 769px) {
  .p-quality-kv__bg__img {
    height: 800px;
    background-image: url(../images/quality/kv/img-pc.jpg)
  }
  .p-quality-kv__inner {
    max-width: 880px;
    min-width: 750px;
    width: 90rem;
    padding-top: 152px;
    margin: 0 auto
  }
  .p-quality-kv__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .p-quality-kv__info__title {
    font-size: 48px
  }
}
@media screen and (max-width: 768px) {
  .p-quality-kv__bg__img {
    height: 204rem;
    background-image: url(../images/quality/kv/img-sp.jpg)
  }
  .p-quality-kv__inner {
    padding-top: 16.2rem
  }
  .p-quality-kv__info__title {
    font-size: 4.800000000000001rem;
    text-align: center
  }
}
.p-quality-kv__info__desc {
  font-weight: 700
}
.p-quality-kv__info__pdf {
  display: block
}
@media screen and (min-width: 769px) {
  .p-quality-kv__info__desc {
    font-size: 18px;
    padding-top: 6px
  }
  .p-quality-kv__info__pdf {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s;
    position: absolute;
    width: 160px;
    height: 160px;
    right: -160px;
    bottom: 0
  }
  .-hover .p-quality-kv__info__pdf,.p-quality-kv__info__pdf:hover {
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
  }
}
@media screen and (max-width: 768px) {
  .p-quality-kv__info__desc {
    font-size: 2.8rem;
    text-align: center;
    line-height: 2.6;
    margin-top: 9rem
  }
  .p-quality-kv__info__pdf {
    position: relative;
    width: 32rem;
    height: 32rem;
    margin: 14.600000000000001rem auto 0
  }
}
.p-quality-kv__info__pdf__bg,.p-quality-kv__info__pdf__inner {
  position: absolute;
  right: auto;
  bottom: auto;
  width: 100%;
  display: block;
  top: 0
}
.p-quality-kv__info__pdf__bg {
  border-radius: 50%;
  background-color: #fff;
  left: 0;
  z-index: 1;
  height: 100%
}
.p-quality-kv__info__pdf__inner {
  left: 0;
  z-index: 2;
  height: 100%
}
@media screen and (min-width: 769px) {
  .p-quality-kv__info__pdf__book {
    background-image: url(../images/quality/kv/img-book.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 36px;
    height: 50px;
    background-size: contain;
    display: block;
    text-indent: -9999px;
    margin: -20px auto 0
  }
}
@media screen and (max-width: 768px) {
  .p-quality-kv__info__pdf__book {
    background-image: url(../images/quality/kv/img-book.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 6.48rem;
    height: 9rem;
    display: block;
    text-indent: -9999px;
    margin: -3rem auto 0
  }
}
.p-quality-kv__info__pdf__title {
  line-height: 1.6;
  font-weight: 700;
  text-align: center
}
@media screen and (min-width: 769px) {
  .p-quality-kv__info__pdf__title {
    font-size: 16px;
    margin-top: 16px
  }
}
@media screen and (max-width: 768px) {
  .p-quality-kv__info__pdf__title {
    font-size: 2.8rem;
    margin-top: 3.6rem;
    line-height: 1.4
  }
}
.p-quality-kv__info__pdf__ico {
  border: 1px solid #f0f0f0;
  border-radius: 50%;
  position: relative
}
@media screen and (min-width: 769px) {
  .p-quality-kv__info__pdf__ico {
    width: 36px;
    height: 36px;
    margin: 12px auto 0
  }
}
@media screen and (max-width: 768px) {
  .p-quality-kv__info__pdf__ico {
    width: 7.2rem;
    height: 7.2rem;
    margin: 2.6rem auto 0
  }
}
.p-quality-kv__info__pdf__ico__ico {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1
}
.p-service-common-kv,.p-service-common-kv__inner,.p-service-common-kv__inner__left,.p-service-common-kv__inner__right {
  position: relative
}
@media screen and (min-width: 769px) {
  .p-quality-kv__info__pdf__ico__ico {
    background-image: url(../images/quality/kv/ico-book.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 15px;
    height: 14px;
    display: block;
    text-indent: -9999px
  }
}
@media screen and (max-width: 768px) {
  .p-quality-kv__info__pdf__ico__ico {
    background-image: url(../images/quality/kv/ico-book.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 2.4rem;
    height: 2.24rem;
    display: block;
    text-indent: -9999px
  }
}
.p-quality-modal {
  background-image: url(../images/quality/flow/img-modal.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: block;
  text-indent: -9999px
}
@media screen and (min-width: 769px) {
  .p-quality-modal {
    width: 958px;
    height: 680px
  }
}
@media screen and (max-width: 768px) {
  .p-quality-modal {
    width: 63rem;
    height: 44.800000000000004rem
  }
}
.p-service-common-kv {
  color: #fff
}
@media screen and (min-width: 769px) {
  .p-service-common-kv__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 800px
  }
  .p-service-common-kv__inner__left {
    width: 54.166666666666664%
  }
  .p-service-common-kv.-reverse .p-service-common-kv__inner__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .p-service-common-kv__inner__right {
    width: 45.83333333333333%;
    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;
    -ms-flex-line-pack: center;
    align-content: center
  }
  .p-service-common-kv.-reverse .p-service-common-kv__inner__right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}
@media screen and (max-width: 768px) {
  .p-service-common-kv__inner__left {
    height: 80rem
  }
  .p-service-common-kv__inner__right {
    padding-top: 11rem;
    padding-bottom: 14rem
  }
}
.p-service-common-kv.-living .p-service-common-kv__inner__right {
  background-color: #009edc
}
.p-service-common-kv.-building .p-service-common-kv__inner__right {
  background-color: #72bf44
}
.p-service-common-kv.-homecenter .p-service-common-kv__inner__right {
  background-color: #f99d25
}
.p-service-common-kv__bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 100%
}
@media screen and (min-width: 769px) {
  .p-service-common-kv__bg__img {
    height: 960px
  }
  .p-service-common-kv.-living .p-service-common-kv__bg__img {
    background-image: url(../img/service-01.jpg)
  }
}
@media screen and (max-width: 768px) {
  .p-service-common-kv__bg__img {
    height: 96rem
  }
  .p-service-common-kv.-living .p-service-common-kv__bg__img {
    background-image: url(../img/service-01-sp.jpg)
  }
}
@media screen and (min-width: 769px) {
  .p-service-common-kv.-building .p-service-common-kv__bg__img {
    background-image: url(../img/service-02.jpg)
  }
}
@media screen and (max-width: 768px) {
  .p-service-common-kv.-building .p-service-common-kv__bg__img {
    background-image: url(../img/service-02-sp.jpg)
  }
}
.p-service-common-kv__title {
  text-align: center
}
.p-service-common-kv__title__en {
  display: table;
  margin: 0 auto;
  line-height: 1.6;
  letter-spacing: .1em;
  font-family: Lato,sans-serif;
  font-weight: 400
}
@media screen and (min-width: 769px) {
  .p-service-common-kv.-homecenter .p-service-common-kv__bg__img {
    background-image: url(../img/service-03.jpg)
  }
  .p-service-common-kv__title__en {
    font-size: 16px
  }
}
@media screen and (max-width: 768px) {
  .p-service-common-kv.-homecenter .p-service-common-kv__bg__img {
    background-image: url(../img/service-03-sp.jpg)
  }
  .p-service-common-kv__title__en {
    font-size: 2.6rem
  }
}
.p-service-common-kv__title__sub {
  display: table;
  margin: 0 auto;
  line-height: 1.6
}
@media screen and (min-width: 769px) {
  .p-service-common-kv__title__sub {
    font-size: 16px
  }
}
@media screen and (max-width: 768px) {
  .p-service-common-kv__title__sub {
    font-size: 2.6rem
  }
}
.p-service-common-kv__title__jp {
  display: table;
  margin: 0 auto;
  font-weight: 700;
  line-height: 1.4
}
@media screen and (min-width: 769px) {
  .p-service-common-kv__title__jp {
    font-size: 48px;
    margin-top: 24px
  }
}
@media screen and (max-width: 768px) {
  .p-service-common-kv__title__jp {
    font-size: 6rem;
    margin-top: 0
  }
}
.p-service-common-kv__title__logo {
  margin: 0 auto
}
.p-service-common-kv.-building .p-service-common-kv__title__logo {
  fill: #fff;
  width: 6.4em;
  height: 1em
}
@media screen and (min-width: 769px) {
  .p-service-common-kv__title__logo {
    margin-top: 24px
  }
  .p-service-common-kv.-building .p-service-common-kv__title__logo {
    font-size: 52px
  }
}
@media screen and (max-width: 768px) {
  .p-service-common-kv__title__logo {
    margin-top: 2.4rem
  }
  .p-service-common-kv.-building .p-service-common-kv__title__logo {
    font-size: 8rem
  }
}
.p-service-common-kv.-homecenter .p-service-common-kv__title__logo {
  fill: #fff;
  width: 3.541666666666667em;
  height: 1em
}
@media screen and (min-width: 769px) {
  .p-service-common-kv.-homecenter .p-service-common-kv__title__logo {
    font-size: 72px
  }
}
@media screen and (max-width: 768px) {
  .p-service-common-kv.-homecenter .p-service-common-kv__title__logo {
    font-size: 11.600000000000001rem
  }
}
.p-service-common-kv__subtitle {
  text-align: center;
  line-height: 1.6;
  font-weight: 700
}
@media screen and (min-width: 769px) {
  .p-service-common-kv__subtitle {
    font-size: 32px
  }
}
@media screen and (max-width: 768px) {
  .p-service-common-kv__subtitle {
    font-size: 4.800000000000001rem
  }
}
.p-service-common-kv__desc {
  text-align: center;
  font-weight: 700
}
@media screen and (min-width: 769px) {
  .p-service-common-kv__desc {
    font-size: 16px;
    margin-top: 60px
  }
}
@media screen and (max-width: 768px) {
  .p-service-common-kv__desc {
    font-size: 2.6rem;
    margin-top: 6rem
  }
}
.p-service-common-kv__btn {
  display: table;
  margin: 0 auto
}
@media screen and (min-width: 769px) {
  .p-service-common-kv__btn {
    margin-top: 60px
  }
  .p-service-homecenter-sitelink {
    display: block;
    position: fixed;
    right: 112px;
    bottom: 80px;
    left: auto;
    top: auto;
    z-index: 10000;
    -webkit-transition: all 250ms;
    transition: all 250ms
  }
  .p-service-homecenter-sitelink.-hide {
    opacity: 0;
    bottom: 40px;
    pointer-events: none
  }
}
@media screen and (max-width: 768px) {
  .p-service-common-kv__btn {
    margin-top: 6rem
  }
  .p-service-homecenter-sitelink {
    display: block;
    position: fixed;
    right: 3rem;
    bottom: 5.600000000000001rem;
    left: auto;
    top: auto;
    z-index: 10000;
    -webkit-transition: all 250ms;
    transition: all 250ms
  }
  .p-service-homecenter-sitelink.-hide {
    opacity: 0;
    bottom: 3rem;
    pointer-events: none
  }
}
.p-service-homecenter-sitelink__btn {
  pointer-events: auto;
  position: relative
}
@media screen and (min-width: 769px) {
  .p-service-homecenter-sitelink__btn {
    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;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 160px;
    height: 160px
  }
}
@media screen and (max-width: 768px) {
  .p-service-homecenter-sitelink__btn {
    width: 69rem;
    height: 12.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
  }
}
.p-service-homecenter-sitelink__btn__bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #00b2e9;
  border: 1px solid #00b2e9
}
.p-service-homecenter-sitelink__btn__info {
  color: #fff;
  position: relative;
  z-index: 2
}
@media screen and (min-width: 769px) {
  .p-service-homecenter-sitelink__btn__bg {
    border-radius: 50%;
    -webkit-box-shadow: 0 12px 24px rgba(0,0,0,.1);
    box-shadow: 0 12px 24px rgba(0,0,0,.1);
    -webkit-transition: all .2s;
    transition: all .2s
  }
  .p-service-homecenter-sitelink__btn:hover .p-service-homecenter-sitelink__btn__bg {
    background-color: #fff
  }
  .p-service-homecenter-sitelink__btn__info {
    padding-top: 15px
  }
}
@media screen and (max-width: 768px) {
  .p-service-homecenter-sitelink__btn__bg {
    border-radius: .4rem;
    -webkit-box-shadow: 0 1.2rem 2.4rem rgba(0,0,0,.1);
    box-shadow: 0 1.2rem 2.4rem rgba(0,0,0,.1)
  }
  .p-service-homecenter-sitelink__btn__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 6rem
  }
}
.p-service-homecenter-sitelink__btn__info__logo {
  width: 3.541666666666667em;
  height: 1em;
  fill: #fff;
  line-height: 1;
  display: table
}
@media screen and (min-width: 769px) {
  .p-service-homecenter-sitelink__btn__info__logo {
    font-size: 26px;
    margin: 0 auto;
    -webkit-transition: all .2s;
    transition: all .2s
  }
  .p-service-homecenter-sitelink__btn:hover .p-service-homecenter-sitelink__btn__info__logo {
    fill: #00b2e9
  }
}
@media screen and (max-width: 768px) {
  .p-service-homecenter-sitelink__btn__info__logo {
    font-size: 4.600000000000001rem
  }
}
.p-service-homecenter-sitelink__btn__info__txt {
  line-height: 1
}
@media screen and (min-width: 769px) {
  .p-service-homecenter-sitelink__btn__info__txt {
    font-size: 12px;
    margin-top: 12px;
    text-align: center;
    -webkit-transition: all .2s;
    transition: all .2s
  }
  .p-service-homecenter-sitelink__btn:hover .p-service-homecenter-sitelink__btn__info__txt {
    color: #00b2e9
  }
}
@media screen and (max-width: 768px) {
  .p-service-homecenter-sitelink__btn__info__txt {
    font-size: 2.4rem;
    margin-left: 3rem
  }
}
.p-service-homecenter-sitelink__btn__info__blank {
  position: relative;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  width: 1em;
  height: 1em
}
@media screen and (min-width: 769px) {
  .p-service-homecenter-sitelink__btn__info__blank {
    margin: 15px auto 0;
    font-size: 36px;
    -webkit-transition: all .2s;
    transition: all .2s
  }
  .p-service-homecenter-sitelink__btn:hover .p-service-homecenter-sitelink__btn__info__blank {
    border-color: rgba(0,178,233,.2)
  }
}
@media screen and (max-width: 768px) {
  .p-service-homecenter-sitelink__btn__info__blank {
    font-size: 7.2rem;
    position: absolute;
    right: 2.6rem
  }
}
.p-service-homecenter-sitelink__btn__info__blank__ico {
  stroke: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  width: 1em;
  height: 1em;
  font-size: .3em
}
.p-service-living-link {
  position: relative
}
@media screen and (min-width: 769px) {
  .p-service-homecenter-sitelink__btn__info__blank__ico {
    -webkit-transition: all .2s;
    transition: all .2s
  }
  .p-service-homecenter-sitelink__btn:hover .p-service-homecenter-sitelink__btn__info__blank__ico {
    stroke: #00b2e9
  }
  .p-service-living-link {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    -webkit-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem;
    row-gap: 0
  }
  .p-service-living-link__item {
    border-radius: 2px
  }
}
@media screen and (max-width: 768px) {
  .p-service-living-link {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 6rem
  }
}
.p-service-living-link__item {
  position: relative;
  display: block;
  overflow: hidden
}
.p-service-living-link__item:before {
  float: left;
  padding-top: 66.84210526315789%;
  content: ''
}
.p-service-living-link__item:after {
  display: block;
  content: '';
  clear: both
}
.p-service-living-link__item__bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 100%
}
@media screen and (min-width: 769px) {
  .p-service-living-link__item__btn {
    display: block;
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: auto;
    top: auto;
    z-index: 2;
    font-size: 20px
  }
}
@media screen and (max-width: 768px) {
  .p-service-living-link__item {
    border-radius: .4rem
  }
  .p-service-living-link__item__btn {
    display: block;
    position: absolute;
    right: 6rem;
    bottom: 6rem;
    left: auto;
    top: auto;
    z-index: 2;
    font-size: 2.6rem
  }
}
.p-service-manufacturing-base__list__item {
  position: relative
}
.p-service-manufacturing-base__list__item__head__title {
  font-weight: 700;
  line-height: 1.6
}
@media screen and (min-width: 769px) {
  .p-service-manufacturing-base__list__item__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
  }
  .p-service-manufacturing-base__list__item__head__title {
    font-size: 24px
  }
}
@media screen and (max-width: 768px) {
  .p-service-manufacturing-base__list__item__head__title {
    font-size: 3.6rem
  }
}
@media screen and (min-width: 769px) {
  .p-service-manufacturing-base__list__item__head__title__place {
    font-size: 18px
  }
}
@media screen and (max-width: 768px) {
  .p-service-manufacturing-base__list__item__head__title__place {
    font-size: 3rem
  }
}
@media screen and (min-width: 769px) {
  .p-service-manufacturing-base__list__item__head__product {
    font-size: 16px;
    text-align: right
  }
}
@media screen and (max-width: 768px) {
  .p-service-manufacturing-base__list__item__head__product {
    font-size: 2.4rem;
    margin-top: 1.6rem
  }
}
@media screen and (min-width: 769px) {
  .p-service-manufacturing-base__list__item__gallery {
    margin-top: 30px
  }
  .p-service-manufacturing-base__list__item__gallery__inner {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    row-gap: 0
  }
  .p-service-manufacturing-base__note {
    font-size: 18px
  }
}
@media screen and (max-width: 768px) {
  .p-service-manufacturing-base__list__item__gallery {
    margin-top: 6rem
  }
  .p-service-manufacturing-base__list__item__gallery__inner {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding-left: 6rem;
    padding-right: 6rem
  }
  .p-service-manufacturing-base__list__item__gallery__img {
    width: 30rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }
  .p-service-manufacturing-base__list__item__gallery__img+.p-service-manufacturing-base__list__item__gallery__img {
    margin-left: 3rem
  }
}
.p-service-manufacturing-base__list__item__gallery__img__img:before {
  float: left;
  padding-top: 66.66666666666666%;
  content: ''
}
.p-service-manufacturing-base__list__item__gallery__img__img:after {
  display: block;
  content: '';
  clear: both
}
.p-service-manufacturing-base__note {
  background-color: #fbfbfb;
  font-weight: 700;
  text-align: center
}
@media screen and (min-width: 769px) {
  .p-service-manufacturing-base__note {
    padding: 48px
  }
}
@media screen and (max-width: 768px) {
  .p-service-manufacturing-base__note {
    font-size: 2.8rem;
    padding: 6rem
  }
}
.p-service-manufacturing-flow__category {
  background-color: #fbfbfb;
  font-weight: 700;
  line-height: 1.6
}
@media screen and (min-width: 769px) {
  .p-service-manufacturing-flow__category {
    font-size: 20px;
    padding: 26px 36px;
    margin-bottom: 60px
  }
  .p-service-building-sitelink {
    display: block;
    position: fixed;
    right: 112px;
    bottom: 80px;
    left: auto;
    top: auto;
    z-index: 10000;
    -webkit-transition: all 250ms;
    transition: all 250ms
  }
  .p-service-building-sitelink.-hide {
    opacity: 0;
    bottom: 40px;
    pointer-events: none
  }
}
@media screen and (max-width: 768px) {
  .p-service-manufacturing-flow__category {
    font-size: 2.8rem;
    padding: 2.6rem 3.6rem;
    margin-bottom: 6rem
  }
  .p-service-building-sitelink {
    display: block;
    position: fixed;
    right: 3rem;
    bottom: 5.600000000000001rem;
    left: auto;
    top: auto;
    z-index: 10000;
    -webkit-transition: all 250ms;
    transition: all 250ms
  }
  .p-service-building-sitelink.-hide {
    opacity: 0;
    bottom: 3rem;
    pointer-events: none
  }
}
.p-service-building-sitelink__btn {
  pointer-events: auto;
  position: relative
}
@media screen and (min-width: 769px) {
  .p-service-building-sitelink__btn {
    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;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 160px;
    height: 160px
  }
}
@media screen and (max-width: 768px) {
  .p-service-building-sitelink__btn {
    width: 69rem;
    height: 12.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
  }
}
.p-service-building-sitelink__btn__bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #317f63;
  border: 1px solid #317f63
}
.p-service-building-sitelink__btn__info {
  color: #fff;
  position: relative;
  z-index: 2
}
@media screen and (min-width: 769px) {
  .p-service-building-sitelink__btn__bg {
    border-radius: 50%;
    -webkit-box-shadow: 0 12px 24px rgba(0,0,0,.1);
    box-shadow: 0 12px 24px rgba(0,0,0,.1);
    -webkit-transition: all .2s;
    transition: all .2s
  }
  .p-service-building-sitelink__btn:hover .p-service-building-sitelink__btn__bg {
    background-color: #fff
  }
  .p-service-building-sitelink__btn__info {
    padding-top: 15px
  }
}
@media screen and (max-width: 768px) {
  .p-service-building-sitelink__btn__bg {
    border-radius: .4rem;
    -webkit-box-shadow: 0 1.2rem 2.4rem rgba(0,0,0,.1);
    box-shadow: 0 1.2rem 2.4rem rgba(0,0,0,.1)
  }
  .p-service-building-sitelink__btn__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 6rem
  }
}
.p-service-building-sitelink__btn__info__logo {
  width: 6.4em;
  height: 1em;
  fill: #fff;
  line-height: 1;
  display: table
}
@media screen and (min-width: 769px) {
  .p-service-building-sitelink__btn__info__logo {
    font-size: 16px;
    -webkit-transition: all .2s;
    transition: all .2s
  }
  .p-service-building-sitelink__btn:hover .p-service-building-sitelink__btn__info__logo {
    fill: #317f63
  }
}
@media screen and (max-width: 768px) {
  .p-service-building-sitelink__btn__info__logo {
    font-size: 3rem
  }
}
.p-service-building-sitelink__btn__info__txt {
  line-height: 1
}
@media screen and (min-width: 769px) {
  .p-service-building-sitelink__btn__info__txt {
    font-size: 12px;
    margin-top: 12px;
    text-align: center;
    -webkit-transition: all .2s;
    transition: all .2s
  }
  .p-service-building-sitelink__btn:hover .p-service-building-sitelink__btn__info__txt {
    color: #317f63
  }
}
@media screen and (max-width: 768px) {
  .p-service-building-sitelink__btn__info__txt {
    font-size: 2.4rem;
    margin-left: 3rem
  }
}
.p-service-building-sitelink__btn__info__blank {
  position: relative;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  width: 1em;
  height: 1em
}
@media screen and (min-width: 769px) {
  .p-service-building-sitelink__btn__info__blank {
    margin: 15px auto 0;
    font-size: 36px;
    -webkit-transition: all .2s;
    transition: all .2s
  }
  .p-service-building-sitelink__btn:hover .p-service-building-sitelink__btn__info__blank {
    border-color: rgba(49,127,99,.2)
  }
}
@media screen and (max-width: 768px) {
  .p-service-building-sitelink__btn__info__blank {
    font-size: 7.2rem;
    position: absolute;
    right: 2.6rem
  }
}
.p-service-building-sitelink__btn__info__blank__ico {
  stroke: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  width: 1em;
  height: 1em;
  font-size: .3em
}
.p-top-about,.p-top-about__inner {
  position: relative
}
.p-top-about {
  z-index: 1;
  overflow: hidden
}
@media screen and (min-width: 769px) {
  .p-service-building-sitelink__btn__info__blank__ico {
    -webkit-transition: all .2s;
    transition: all .2s
  }
  .p-service-building-sitelink__btn:hover .p-service-building-sitelink__btn__info__blank__ico {
    stroke: #317f63
  }
  .p-top-about {
    padding-top: 120px;
    padding-bottom: 120px
  }
  .p-top-about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .p-top-about__img {
    background-image: url(../img/top-footer-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 578px;
    height: 764px;
    background-size: contain;
    text-indent: -9999px;
    display: block;
    position: absolute;
    left: -25px;
    top: -50px;
    right: auto;
    bottom: auto;
    z-index: 1
  }
}
@media screen and (max-width: 768px) {
  .p-top-about {
    padding-top: 11.200000000000001rem;
    padding-bottom: 12rem
  }
  .p-top-about__img {
    background-image: url(../img/top-footer-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 86.7rem;
    height: 114.6rem;
    text-indent: -9999px;
    display: block;
    position: absolute;
    right: -30rem;
    top: -6rem;
    z-index: 1
  }
  .p-top-about__info {
    margin-top: 7.2rem
  }
}
.p-top-about__info,.p-top-about__title {
  z-index: 2;
  position: relative
}
.p-top-about__info__txt {
  line-height: 2.5
}
.p-top-about__info__btn {
  display: table
}
.p-top-client {
  position: relative;
  z-index: 1;
  overflow: hidden
}
@media screen and (min-width: 769px) {
  .p-top-about__title {
    width: 55%
  }
  .p-top-about__info {
    width: 45%
  }
  .p-top-about__info__txt {
    font-size: 16px
  }
  .p-top-about__info__btn {
    margin-top: 48px
  }
  .p-top-client {
    padding-top: 120px;
    padding-bottom: 65px
  }
  .p-top-client__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
@media screen and (max-width: 768px) {
  .p-top-about__info__txt {
    font-size: 2.6rem
  }
  .p-top-about__info__btn {
    margin-top: 7.2rem
  }
  .p-top-client {
    padding-top: 12rem;
    padding-bottom: 0
  }
}
.p-top-client__inner {
  position: relative;
  z-index: 2
}
@media screen and (min-width: 769px) {
  .p-top-client__logo {
    width: calc(100% - 160px)
  }
  .p-top-client__logo:before {
    float: left;
    padding-top: 39.113680154142585%;
    content: ''
  }
  .p-top-client__logo:after {
    display: block;
    content: '';
    clear: both
  }
  .p-top-client__typo {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: auto;
    top: auto;
    z-index: 1
  }
}
@media screen and (max-width: 768px) {
  .p-top-client__logo {
    margin-top: 9rem
  }
  .p-top-client__logo:before {
    float: left;
    padding-top: 159.04761904761904%;
    content: ''
  }
  .p-top-client__logo:after {
    display: block;
    content: '';
    clear: both
  }
  .p-top-client__typo {
    display: block;
    position: absolute;
    left: 24rem;
    top: 23.400000000000002rem;
    right: auto;
    bottom: auto;
    z-index: 1
  }
}
.p-top-column {
  overflow: hidden
}
.p-top-column__inner {
  position: relative
}
@media screen and (min-width: 769px) {
  .p-top-column {
    padding-top: 120px;
    padding-bottom: 120px
  }
  .p-top-column__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .p-top-column__title {
    width: 200px
  }
  .p-top-column__main {
    width: calc(100% - 200px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .p-top-column__main__block {
    width: 44%
  }
}
.p-top-column__header,.p-top-column__header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  align-content: center
}
@media screen and (max-width: 768px) {
  .p-top-column {
    padding-top: 12rem;
    padding-bottom: 12rem
  }
  .p-top-column__main {
    margin-top: 12rem
  }
  .p-top-column__main__block+.p-top-column__main__block {
    margin-top: 11.5rem
  }
}
.p-top-column__header {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center
}
.p-top-column__header__title {
  line-height: 1;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center
}
.p-top-column__header__title__jp {
  font-weight: 700
}
@media screen and (min-width: 769px) {
  .p-top-column__header {
    padding-bottom: 30px
  }
  .p-top-column__header__title__jp {
    font-size: 20px
  }
}
@media screen and (max-width: 768px) {
  .p-top-column__header {
    padding-bottom: 4.800000000000001rem
  }
  .p-top-column__header__title__jp {
    font-size: 3.6rem
  }
}
.p-top-column__header__title__en {
  font-family: Lato,sans-serif;
  font-weight: 400;
  color: #0076c1;
  letter-spacing: .1em
}
@media screen and (min-width: 769px) {
  .p-top-column__header__title__en {
    font-size: 12px;
    margin-left: 12px
  }
  .p-top-column__list {
    margin-top: 30px
  }
  .p-top-column__list__item {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s
  }
  .-hover .p-top-column__list__item,.p-top-column__list__item:hover {
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px)
  }
}
@media screen and (max-width: 768px) {
  .p-top-column__header__title__en {
    font-size: 2rem;
    margin-left: 2.6rem
  }
  .p-top-column__list {
    margin-top: 4.800000000000001rem
  }
}
.p-top-column__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center
}
.p-top-column__list__item__img {
  overflow: hidden
}
.p-top-column__list__item__img:before {
  float: left;
  padding-top: 62.5%;
  content: ''
}
.p-top-column__list__item__img:after {
  display: block;
  content: '';
  clear: both
}
@media screen and (min-width: 769px) {
  .p-top-column__list__item+.p-top-column__list__item {
    margin-top: 20px
  }
  .p-top-column__list__item__img {
    border-radius: 2px;
    width: 36.36363636363637%
  }
}
@media screen and (max-width: 768px) {
  .p-top-column__list__item+.p-top-column__list__item {
    margin-top: 4.800000000000001rem
  }
  .p-top-column__list__item__img {
    border-radius: .4rem;
    width: 19.200000000000003rem
  }
}
@media screen and (min-width: 769px) {
  .p-top-column__list__item__title {
    width: 59.09090909090909%;
    -webkit-transition: color 250ms;
    transition: color 250ms
  }
  .p-top-column__list__item:hover .p-top-column__list__item__title {
    color: #0076c1
  }
}
@media screen and (max-width: 768px) {
  .p-top-column__list__item__title {
    width: 40.800000000000004rem;
    font-size: 2.2rem
  }
}
.p-top-column__role {
  -webkit-animation-name: p-top-column__role_animation;
  animation-name: p-top-column__role_animation;
  -webkit-animation-duration: 35s;
  animation-duration: 35s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear
}
@media screen and (min-width: 769px) {
  .p-top-column__role {
    background-image: url(../images/top/column/roll.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 200px;
    height: 200px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    left: -60px;
    bottom: 0;
    right: auto;
    top: auto;
    z-index: 1
  }
  .p-top-information {
    padding-top: 120px;
    padding-bottom: 120px
  }
}
@media screen and (max-width: 768px) {
  .p-top-column__role {
    background-image: url(../images/top/column/roll.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 30rem;
    height: 30rem;
    text-indent: -9999px;
    display: block;
    position: absolute;
    right: -9rem;
    top: -14.5rem;
    z-index: 1
  }
}
.p-top-information,.p-top-interview,.p-top-interview__header {
  position: relative
}
@-webkit-keyframes p-top-column__role_animation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes p-top-column__role_animation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@media screen and (max-width: 768px) {
  .p-top-information {
    padding-top: 10.5rem;
    padding-bottom: 7rem
  }
  .p-top-information__header__title {
    margin-bottom: 4rem
  }
}
@media screen and (min-width: 769px) {
  .p-top-information__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 40px;
    padding-left: 10%;
    padding-right: 10%
  }
  .p-top-information__header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 600px
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .p-top-information__header {
    padding-left: 6%;
    padding-right: 6%
  }
}
@media screen and (max-width: 768px) {
  .p-top-information__header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    padding-left: 6rem;
    padding-right: 6rem;
    padding-bottom: 3rem
  }
}
.p-top-information__header__list__btn {
  line-height: 1;
  display: block;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap
}
.p-top-information__header__list__btn.-active {
  background-color: #f5f5f5;
  opacity: 1
}
@media screen and (min-width: 769px) {
  .p-top-information__header__list__btn {
    border-radius: 2px;
    padding: 11px 16px;
    font-size: 16px;
    opacity: .3;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
  }
  .p-top-information__header__list__btn:hover {
    opacity: 1
  }
}
@media screen and (max-width: 768px) {
  .p-top-information__header__list__btn {
    border-radius: .4rem;
    padding: 2.3rem 3.2rem;
    font-size: 2rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border: 1px solid #f0f0f0
  }
  .p-top-information__header__list__btn+.p-top-information__header__list__btn {
    margin-left: 1.2rem
  }
  .p-top-information__list {
    margin-top: 2rem;
    border-top: 1px solid #f0f0f0
  }
}
.p-top-information__body__item {
  display: none
}
.p-top-information__body__item.-active {
  display: block
}
@media screen and (min-width: 769px) {
  .p-top-information__list {
    padding-top: 29px;
    padding-left: 10%;
    padding-right: 10%
  }
  .p-top-information__list__item {
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s
  }
  .-hover .p-top-information__list__item,.p-top-information__list__item:hover {
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px)
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .p-top-information__list {
    padding-left: 6%;
    padding-right: 6%
  }
}
@media screen and (min-width: 769px) {
  .p-top-information__list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .p-top-information__list__item+.p-top-information__list__item {
    margin-top: 24px
  }
}
@media screen and (max-width: 768px) {
  .p-top-information__list__item {
    display: block;
    padding: 3rem 0;
    border-bottom: 1px solid #f0f0f0
  }
  .p-top-information__list__item:nth-child(n+4) {
    display: none
  }
}
.p-top-information__list__item__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center
}
.p-top-information__list__item__data__category {
  background-color: #fbfbfb;
  overflow: hidden;
  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;
  -ms-flex-line-pack: center;
  align-content: center
}
@media screen and (min-width: 769px) {
  .p-top-information__list__item__data__category {
    border-radius: 2px;
    width: 106px;
    height: 24px;
    font-size: 11px
  }
}
@media screen and (max-width: 768px) {
  .p-top-information__list__item__data__category {
    border-radius: .4rem;
    width: 18.6rem;
    height: 4.4rem;
    font-size: 2rem
  }
}
@media screen and (min-width: 769px) {
  .p-top-information__list__item__data__date {
    margin-left: 24px;
    font-size: 12px
  }
}
@media screen and (max-width: 768px) {
  .p-top-information__list__item__data__date {
    color: #b3b3b3;
    margin-left: 2.4rem;
    font-size: 2rem
  }
}
.p-top-interview {
  z-index: 1;
  overflow: hidden
}
@media screen and (min-width: 769px) {
  .p-top-information__list__item__title {
    font-size: 16px;
    margin-left: 50px;
    -webkit-transition: color 250ms;
    transition: color 250ms
  }
  .p-top-information__list__item:hover .p-top-information__list__item__title {
    color: #0076c1
  }
  .p-top-interview {
    padding-top: 80px;
    padding-bottom: 160px
  }
}
@media screen and (max-width: 768px) {
  .p-top-information__list__item__title {
    font-size: 2.4rem;
    margin-top: 2.4rem
  }
  .p-top-information__btn {
    display: table;
    margin: 6rem auto 0
  }
  .p-top-interview {
    padding-top: 12rem;
    padding-bottom: 18rem
  }
}
@media screen and (min-width: 769px) {
  .p-top-interview__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
  }
  .p-top-interview__header__btn {
    position: absolute;
    right: 170px
  }
}
@media screen and (max-width: 768px) {
  .p-top-interview__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
  }
}
@media screen and (min-width: 769px) {
  .p-top-interview__header__ui {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    right: 0
  }
  .p-top-interview__list {
    margin-top: 75px
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .p-top-interview__header__ui__prev {
    margin-right: 10px
  }
}
.p-top-interview__list {
  position: relative;
  z-index: 2
}
@media screen and (max-width: 768px) {
  .p-top-interview__header__ui {
    display: none
  }
  .p-top-interview__list {
    margin-top: 9.4rem
  }
}
.p-top-interview__list__carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.p-top-interview__list__carousel__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}
@media screen and (min-width: 769px) {
  .p-top-interview__list__carousel__item {
    padding: 0 10px
  }
}
@media screen and (max-width: 768px) {
  .p-top-interview__list__carousel__item {
    padding: 0 1.5rem
  }
}
.p-top-interview__list__carousel__item__btn {
  position: relative;
  display: block;
  background-color: #fff
}
.p-top-interview__list__carousel__item__img {
  position: relative
}
.p-top-interview__list__carousel__item__img:before {
  float: left;
  padding-top: 133.33333333333331%;
  content: ''
}
.p-top-interview__list__carousel__item__img:after {
  display: block;
  content: '';
  clear: both
}
.p-top-interview__list__carousel__item__img__obj {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 100%
}
.p-top-interview__list__carousel__item__title {
  background-color: #fff;
  display: block;
  position: absolute;
  right: -1px;
  top: 0;
  z-index: 1;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .1em
}
.p-top-interview__list__carousel__item__title br {
  display: none
}
@media screen and (min-width: 769px) {
  .p-top-interview__list__carousel__item__title {
    padding: 16px;
    font-size: 16px
  }
}
@media screen and (max-width: 768px) {
  .p-top-interview__list__carousel__item__title {
    padding: 2.4rem;
    font-size: 2.4rem
  }
}
.p-top-interview__list__carousel__item__info {
  position: relative
}
.p-top-interview__list__carousel__item__info__client {
  font-weight: 700;
  line-height: 1
}
.p-top-interview__list__carousel__item__info__circle {
  border-radius: 50%;
  background-color: #0076c1
}
@media screen and (min-width: 769px) {
  .p-top-interview__list__carousel__item__info {
    padding: 24px
  }
  .p-top-interview__list__carousel__item__info__client {
    font-size: 16px
  }
  .p-top-interview__list__carousel__item__info__circle {
    display: block;
    position: absolute;
    right: 18px;
    top: 30px;
    z-index: 1;
    width: 4px;
    height: 4px;
    -webkit-transition: -webkit-transform 1s cubic-bezier(.175,.885,.32,1.275);
    transition: -webkit-transform 1s cubic-bezier(.175,.885,.32,1.275);
    transition: transform 1s cubic-bezier(.175,.885,.32,1.275);
    transition: transform 1s cubic-bezier(.175,.885,.32,1.275),-webkit-transform 1s cubic-bezier(.175,.885,.32,1.275)
  }
  .-hover .p-top-interview__list__carousel__item__info__circle {
    -webkit-transition: -webkit-transform .5s cubic-bezier(.175,.885,.32,1.275);
    transition: -webkit-transform .5s cubic-bezier(.175,.885,.32,1.275);
    transition: transform .5s cubic-bezier(.175,.885,.32,1.275);
    transition: transform .5s cubic-bezier(.175,.885,.32,1.275),-webkit-transform .5s cubic-bezier(.175,.885,.32,1.275);
    -webkit-transform: scale(2);
    transform: scale(2)
  }
}
@media screen and (max-width: 768px) {
  .p-top-interview__list__carousel__item__info {
    padding: 2.4rem
  }
  .p-top-interview__list__carousel__item__info__client {
    font-size: 2rem
  }
  .p-top-interview__list__carousel__item__info__circle {
    display: block;
    position: absolute;
    right: 2.4rem;
    top: 3rem;
    z-index: 1;
    width: .8rem;
    height: .8rem
  }
}
@media screen and (min-width: 769px) {
  .p-top-interview__typo {
    display: block;
    position: absolute;
    right: 0;
    bottom: 95px;
    left: auto;
    top: auto;
    z-index: 1
  }
  .p-top-kv:after,.p-top-kv:before {
    content: ''
  }
  .p-top-kv {
    width: 100%
  }
  .p-top-kv:before {
    float: left;
    padding-top: 41.25%
  }
  .p-top-kv:after {
    display: block;
    clear: both
  }
}
@media screen and (max-width: 768px) {
  .p-top-interview__typo {
    display: block;
    position: absolute;
    right: -15rem;
    bottom: 9.4rem;
    left: auto;
    top: auto;
    z-index: 1
  }
}
.p-top-kv {
  position: relative
}
.p-top-kv__visual__item,.p-top-kv__visual__item__img {
  display: block;
  position: absolute;
  z-index: 1;
  overflow: hidden
}
@media screen and (min-width: 769px) and (max-width: 1450px) {
  .p-top-kv {
    width: 100%;
    height: 594px
  }
}
@media screen and (max-width: 768px) {
  .p-top-kv {
    width: 100%;
    height: 96rem
  }
}
@media screen and (min-width: 769px) {
  .p-top-kv__visual {
    width: 100%;
    height: calc(100% - 40px);
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
  }
}
@media screen and (max-width: 768px) {
  .p-top-kv__visual {
    width: 100%;
    height: calc(100% - 6rem);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 1
  }
}
.p-top-kv__visual__item {
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0
}
.p-top-kv__visual__item.-active {
  pointer-events: auto
}
.p-top-kv__visual__item__img {
  right: 0;
  top: 0;
  width: 100%;
  height: 100%
}
.p-top-kv__visual__item__img__obj,.p-top-kv__visual__item__logo {
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  height: 100%;
  left: 0
}
@media screen and (min-width: 769px) {
  .p-top-kv__visual__item__img {
    width: calc(100% - 40px)
  }
  .p-top-kv__visual__item__logo__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .p-top-kv__visual__item__img {
    width: calc(100% - 20px)
  }
}
.p-top-kv__visual__item__img__obj {
  width: 100%;
  z-index: 1
}
.p-top-kv__visual__item__logo {
  z-index: 3;
  width: 100%
}
.p-top-kv__visual__item__logo__inner {
  width: 100%;
  height: 100%
}
.p-top-kv__visual__item__logo__svg.-building {
  width: 6.4em;
  height: 1em;
  fill: #fff
}
@media screen and (min-width: 769px) {
  .p-top-kv__visual__item__logo__svg {
    position: absolute;
    z-index: 2;
    right: 0;
    margin-top: -45px
  }
  .p-top-kv__visual__item__logo__svg.-building {
    font-size: 44px
  }
}
@media screen and (max-width: 768px) {
  .p-top-kv__visual__item__logo__svg {
    position: absolute;
    z-index: 2;
    top: 9rem
  }
  .p-top-kv__visual__item__logo__svg.-building {
    font-size: 4rem
  }
}
.p-top-kv__visual__item__logo__svg.-homecenter {
  width: 3.541666666666667em;
  height: 1em;
  fill: #fff
}
.p-top-kv__visual__item__info {
  color: #fff;
  position: absolute;
  left: 0;
  z-index: 3
}
.p-top-kv__visual__item__info__inner {
  position: relative
}
.p-top-kv__visual__item__info__title {
  margin-left: -.4rem
}
@media screen and (min-width: 769px) {
  .p-top-kv__visual__item__logo__svg.-homecenter {
    font-size: 58px
  }
  .p-top-kv__visual__item__info {
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .p-top-kv__visual__item__info__inner {
    padding-bottom: 12px
  }
  .p-top-kv__visual__item.-item-1 .p-top-kv__visual__item__info__title {
    background-image: url(../img/hero_title-01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 483px;
    height: 168px;
    display: block;
    text-indent: -9999px
  }
}
@media screen and (max-width: 768px) {
  .p-top-kv__visual__item__logo__svg.-homecenter {
    font-size: 6rem
  }
  .p-top-kv__visual__item__info {
    bottom: 15rem
  }
  .p-top-kv__visual__item.-item-1 .p-top-kv__visual__item__info__title {
    background-image: url(../img/hero_title-01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 48.3rem;
    height: 16.8rem;
    display: block;
    text-indent: -9999px
  }
}
@media screen and (min-width: 769px) {
  .p-top-kv__visual__item.-item-2 .p-top-kv__visual__item__info__title {
    background-image: url(../img/hero_title-02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 483px;
    height: 168px;
    display: block;
    text-indent: -9999px
  }
}
@media screen and (max-width: 768px) {
  .p-top-kv__visual__item.-item-2 .p-top-kv__visual__item__info__title {
    background-image: url(../img/hero_title-02.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 48.3rem;
    height: 16.8rem;
    display: block;
    text-indent: -9999px
  }
}
@media screen and (min-width: 769px) {
  .p-top-kv__visual__item.-item-3 .p-top-kv__visual__item__info__title {
    background-image: url(../img/hero_title-03.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    width: 550px;
    height: 168px;
    display: block;
    text-indent: -9999px
  }
}
@media screen and (max-width: 768px) {
  .p-top-kv__visual__item.-item-3 .p-top-kv__visual__item__info__title {
    background-image: url(../img/hero_title-03.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 55rem;
    height: 16.8rem;
    display: block;
    text-indent: -9999px
  }
}
@media screen and (min-width: 769px) {
  .p-top-kv__visual__item.-item-4 .p-top-kv__visual__item__info__title {
    background-image: url(../img/hero_title-04.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    width: 550px;
    height: 168px;
    display: block;
    text-indent: -9999px
  }
  .p-top-kv__visual__item__info__txt {
    font-size: 16px;
    margin-top: 32px
  }
}
@media screen and (max-width: 768px) {
  .p-top-kv__visual__item.-item-4 .p-top-kv__visual__item__info__title {
    background-image: url(../img/hero_title-04.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 55rem;
    height: 16.8rem;
    display: block;
    text-indent: -9999px
  }
  .p-top-kv__visual__item__info__txt {
    font-size: 2rem;
    margin-top: 4.2rem
  }
}
.p-top-kv__visual__item__info__btn {
  display: table
}
@media screen and (min-width: 769px) {
  .p-top-kv__visual__item__info__btn {
    margin-top: 36px;
    font-size: 16px
  }
  .p-top-kv__scroll {
    display: block;
    position: absolute;
    right: 54px;
    bottom: 40px;
    left: auto;
    top: auto;
    z-index: 2
  }
}
@media screen and (max-width: 768px) {
  .p-top-kv__visual__item__info__btn {
    margin-top: 3.6rem;
    font-size: 2.4rem
  }
  .p-top-kv__scroll {
    display: block;
    position: absolute;
    right: 5.600000000000001rem;
    bottom: 21rem;
    left: auto;
    top: auto;
    z-index: 1
  }
}
.p-top-kv__scroll__txt {
  line-height: 1;
  letter-spacing: .1em;
  white-space: nowrap;
  color: #fff;
  font-family: Lato,sans-serif;
  font-weight: 400
}
.p-top-kv__scroll__line {
  display: block;
  background-color: rgba(255,255,255,.5);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-animation-name: p-top-kv__scroll__line__animation;
  animation-name: p-top-kv__scroll__line__animation;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(.19,1,.22,1);
  animation-timing-function: cubic-bezier(.19,1,.22,1)
}
@media screen and (min-width: 769px) {
  .p-top-kv__scroll__txt {
    font-size: 12px;
    margin-bottom: 6px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl
  }
  .p-top-kv__scroll__line {
    width: 1px;
    height: 40px;
    margin-left: 6px
  }
}
@media screen and (max-width: 768px) {
  .p-top-kv__scroll__txt {
    font-size: 2rem;
    margin-bottom: .6rem;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl
  }
  .p-top-kv__scroll__line {
    width: 1px;
    height: 8rem;
    margin-left: .8rem
  }
}
@media screen and (min-width: 769px) {
  .p-top-kv__nav {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    z-index: 1;
    width: 100%;
    height: 80px
  }
  .p-top-kv__nav__inner {
    border-radius: 2px
  }
}
@media screen and (max-width: 768px) {
  .p-top-kv__nav {
    width: 72rem;
    height: 12rem;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: auto;
    top: auto;
    z-index: 1;
    padding-left: 0;
    padding-right: 0
  }
}
.p-top-kv__nav__inner {
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden
}
.p-top-kv__nav__item,.p-top-quality__item__list__li {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: start;
  align-content: center
}
.p-top-kv__nav__item {
  position: relative;
  height: 100%;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  opacity: .3
}
.p-top-kv__nav__item.-active {
  opacity: 1
}
@media screen and (min-width: 769px) {
  .p-top-kv__nav__inner {
    -webkit-box-shadow: 0 8px 40px rgba(0,0,0,.1);
    box-shadow: 0 8px 40px rgba(0,0,0,.1)
  }
  .p-top-kv__nav__item {
    padding-left: 12px;
    width: 25%;
    -webkit-transition: all .2s;
    transition: all .2s
  }
  .p-top-kv__nav__item:hover {
    opacity: 1
  }
  .p-top-kv__nav__item+.p-top-kv__nav__item:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 1px;
    height: 100%;
    background-color: #f0f0f0
  }
}
@media screen and (max-width: 768px) {
  .p-top-kv__nav__inner {
    border-radius: .4rem 0 0 .4rem;
    -webkit-box-shadow: 0 .8rem 4rem rgba(0,0,0,.1);
    box-shadow: 0 .8rem 4rem rgba(0,0,0,.1)
  }
  .p-top-kv__nav__item {
    padding-left: 1.6rem;
    -webkit-transition: all .5s cubic-bezier(.19,1,.22,1);
    transition: all .5s cubic-bezier(.19,1,.22,1)
  }
  .p-top-kv__nav__item.-active {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
  }
  .p-top-kv__nav__item: last-child {
    padding-right: 1.6rem
  }
}
.p-top-kv__nav__item__img {
  position: relative;
  overflow: hidden
}
.p-top-kv__nav__item__txt {
  font-weight: 700;
  white-space: nowrap
}
@media screen and (min-width: 769px) {
  .p-top-kv__nav__item__img {
    border-radius: 2px;
    width: 56px;
    height: 56px
  }
  .p-top-kv__nav__item__txt {
    font-size: 16px;
    margin-left: 12px
  }
}
@media screen and (max-width: 768px) {
  .p-top-kv__nav__item__img {
    border-radius: .4rem;
    width: 8.8rem;
    height: 8.8rem
  }
  .p-top-kv__nav__item__txt {
    display: none;
    position: absolute;
    left: 12rem
  }
  .p-top-kv__nav__item.-active .p-top-kv__nav__item__txt {
    display: block
  }
  .p-top-kv__nav__item__line {
    width: 0%;
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    z-index: 1
  }
}
.p-top-kv__nav__item__line {
  background-color: #0076c1
}
@media screen and (min-width: 769px) {
  .p-top-kv__nav__item__line {
    width: 0%;
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    z-index: 1
  }
}
.p-top-product,.p-top-product__inner {
  position: relative
}
@-webkit-keyframes p-top-kv__scroll__line__animation {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
  }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
  }
}
@keyframes p-top-kv__scroll__line__animation {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
  }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
  }
}
.p-top-people__group__item {
  pointer-events: none;
  width: 72rem
}
.p-top-people__group__item__img:before {
  float: left;
  padding-top: 66.66666666666666%;
  content: ''
}
.p-top-people__group__item__img:after {
  display: block;
  content: '';
  clear: both
}
.p-top-product {
  z-index: 2;
  background-color: #fff;
  overflow: hidden
}
@media screen and (min-width: 769px) {
  .p-top-product {
    padding-top: 115px;
    padding-bottom: 120px
  }
  .p-top-product__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .p-top-product__btn {
    display: block;
    position: absolute;
    left: 0;
    bottom: 16px;
    right: auto;
    top: auto;
    z-index: 1
  }
}
@media screen and (max-width: 768px) {
  .p-top-product {
    padding-top: 12rem;
    padding-bottom: 12rem
  }
  .p-top-product__btn {
    display: block;
    position: absolute;
    right: 0;
    top: 4.4rem;
    z-index: 1
  }
}
@media screen and (min-width: 769px) {
  .p-top-product__list {
    width: calc(100% - 160px);
    display: grid;
    grid-template-columns: repeat(3,1fr);
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 40px
  }
}
@media screen and (max-width: 768px) {
  .p-top-product__list {
    margin-top: 9rem;
    margin-left: -3rem;
    margin-right: -3rem;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    row-gap: 6rem
  }
}
.p-top-product__list__item {
  position: relative
}
.p-top-product__list__item:before {
  float: left;
  padding-top: 100%;
  content: ''
}
.p-top-product__list__item:after {
  display: block;
  content: '';
  clear: both
}
.p-top-product__list__item__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  z-index: 1;
  background-color: #fbfbfb;
  border-radius: 50%
}
.p-top-product__list__item__inner {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  z-index: 2
}
.p-top-product__list__item__en {
  line-height: 1;
  font-family: Lato,sans-serif;
  font-weight: 700;
  opacity: .05;
  color: #0076c1
}
@media screen and (min-width: 769px) {
  .p-top-product__list__item__bg {
    -webkit-transition: all .2s;
    transition: all .2s
  }
  .-hover .p-top-product__list__item__bg {
    background-color: #ebedec
  }
  .p-top-product__list__item__en {
    font-size: 36px;
    display: block;
    position: absolute;
    left: 2.5%;
    top: 11.25%;
    right: auto;
    bottom: auto;
    z-index: 1;
    -webkit-transition: all .2s;
    transition: all .2s
  }
  .-hover .p-top-product__list__item__en {
    opacity: 1
  }
}
@media screen and (max-width: 768px) {
  .p-top-product__list__item__en {
    font-size: 4rem;
    display: block;
    position: absolute;
    left: .8rem;
    top: 4rem;
    right: auto;
    bottom: auto;
    z-index: 1
  }
}
.p-top-product__list__item__jp {
  line-height: 1
}
@media screen and (min-width: 769px) {
  .p-top-product__list__item__jp {
    font-size: 16px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 11.25%;
    left: auto;
    top: auto;
    z-index: 2
  }
}
@media screen and (max-width: 768px) {
  .p-top-product__list__item__jp {
    font-size: 2.6rem;
    display: block;
    position: absolute;
    right: 2rem;
    bottom: 0;
    left: auto;
    top: auto;
    z-index: 2
  }
}
.p-top-product__list__item__img,.p-top-product__list__item__img1,.p-top-product__list__item__img2 {
  width: 100%;
  height: 100%
}
.p-top-product__list__item__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 5
}
.p-top-product__list__item__img1 {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4
}
.p-top-product__list__item__img2 {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  z-index: 4
}
.p-top-product__list__item__img1,.p-top-product__list__item__img2 {
  opacity: 0
}
.p-top-quality {
  position: relative;
  z-index: 1
}
.p-top-quality__item {
  position: relative;
  color: #fff
}
@media screen and (min-width: 769px) {
  .p-top-quality {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 0;
    grid-template-areas: "a a" "b c"
  }
  .p-top-quality__item {
    height: 426px
  }
  .p-top-quality__item.-item1 {
    grid-area: a;
    padding-top: 120px;
    padding-left: 58.333333333333336%
  }
  .p-top-quality__item.-item2 {
    grid-area: b
  }
  .p-top-quality__item.-item3 {
    grid-area: c
  }
  .p-top-quality__item.-item2,.p-top-quality__item.-item3 {
    padding-top: 55px
  }
  .entry  .p-top-quality {
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-top-quality__item.-item1 {
    padding-top: 18rem;
    padding-bottom: 18rem
  }
  .p-top-quality__item.-item2,.p-top-quality__item.-item3 {
    height: 83.2rem;
    padding-top: 20.8rem
  }
}
.p-top-quality__item__bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 100%
}
@media screen and (min-width: 769px) {
  .p-top-quality__item.-item1 .p-top-quality__item__bg__img {
    height: 886px;
    background-image: url(https://placehold.jp/2880x1772.png)
  }
}
@media screen and (max-width: 768px) {
  .p-top-quality__item.-item1 .p-top-quality__item__bg__img {
    height: 128.6rem;
    background-image: url(https://placehold.jp/320x548.png)
  }
}
@media screen and (min-width: 769px) {
  .p-top-quality__item.-item2 .p-top-quality__item__bg__img {
    height: 886px;
    background-image: url(../img/top-training-01.jpg)
  }
  .entry .p-top-quality__item.-item2 .p-top-quality__item__bg__img {
    height: 886px;
    background-image: none;
    background-color: #72bf44;
  }
}
@media screen and (max-width: 768px) {
  .p-top-quality__item.-item2 .p-top-quality__item__bg__img {
    height: 103.2rem;
    background-image: url(../img/top-training-01-sp.jpg)
  }
  .entry .p-top-quality__item.-item2 .p-top-quality__item__bg__img {
    height: 103.2rem;
    background-image: none;
    background-color: #72bf44;
  }
}
.p-top-quality__item__inner {
  position: relative;
  z-index: 2
}
@media screen and (min-width: 769px) {
  .p-top-quality__item.-item3 .p-top-quality__item__bg__img {
    height: 886px;
    background-image: url(../img/top-welfare-01.jpg)
  }
  .p-top-quality__item__txt {
    margin-top: 60px
  }
  .p-top-quality__item.-item2 .p-top-quality__item__txt,.p-top-quality__item.-item3 .p-top-quality__item__txt {
    text-align: center
  }
  .entry .p-top-quality__item.-item3 .p-top-quality__item__bg__img {
    height: 886px;
    background-image: none;
    background-color: #f99d25;
  }
}
@media screen and (max-width: 768px) {
  .p-top-quality__item.-item3 .p-top-quality__item__bg__img {
    height: 103.2rem;
    background-image: url(../img/top-welfare-01-sp.jpg)
  }
  .p-top-quality__item__txt {
    margin-top: 4.800000000000001rem;
    text-align: center
  }
  .entry .p-top-quality__item.-item3 .p-top-quality__item__bg__img {
    height: 103.2rem;
    background-image: none;
    background-color: #f99d25;
  }
}
@media screen and (min-width: 769px) {
  .p-top-quality__item__list {
    margin-top: 60px
  }
}
@media screen and (max-width: 768px) {
  .p-top-quality__item__list {
    margin-top: 9rem;
    margin-left: 13.3rem
  }
}
.p-top-quality__item__list__li {
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center
}
.p-top-quality__item__list__li__num {
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.3);
  font-family: Lato,sans-serif;
  font-weight: 400;
  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;
  -ms-flex-line-pack: center;
  align-content: center
}
@media screen and (min-width: 769px) {
  .p-top-quality__item__list__li+.p-top-quality__item__list__li {
    margin-top: 30px
  }
  .p-top-quality__item__list__li__num {
    font-size: 12px;
    width: 60px;
    height: 60px
  }
}
@media screen and (max-width: 768px) {
  .p-top-quality__item__list__li+.p-top-quality__item__list__li {
    margin-top: 6rem
  }
  .p-top-quality__item__list__li__num {
    font-size: 2rem;
    width: 9rem;
    height: 9rem
  }
}
.p-top-quality__item__list__li__txt {
  line-height: 1.6;
  font-weight: 700
}
@media screen and (min-width: 769px) {
  .p-top-quality__item__list__li__txt {
    margin-left: 22px;
    font-size: 18px
  }
}
@media screen and (max-width: 768px) {
  .p-top-quality__item__list__li__txt {
    margin-left: 3rem;
    font-size: 2.6rem
  }
}
.p-top-quality__item__btn {
  display: table
}
.p-top-service {
  position: relative
}
.p-top-service__bg {
  width: 100%;
  overflow: hidden
}
@media screen and (min-width: 769px) {
  .p-top-quality__item.-item1 .p-top-quality__item__btn {
    margin-top: 60px
  }
  .p-top-quality__item.-item2 .p-top-quality__item__btn,.p-top-quality__item.-item3 .p-top-quality__item__btn {
    margin: 60px auto 0
  }
  .entry .p-top-quality__item.-item2 .p-top-quality__item__btn,.p-top-quality__item.-item3 .p-top-quality__item__btn {
    margin: 30px auto 0
  }
  .p-top-service {
    padding-top: 120px;
    padding-bottom: 120px
  }
  .p-top-service__bg {
    display: block;
    position: absolute;
    left: 0;
    top: 182px;
    right: auto;
    bottom: auto;
    z-index: 1
  }
}
@media screen and (max-width: 768px) {
  .p-top-quality__item__btn {
    margin: 4.800000000000001rem auto 0
  }
  .p-top-quality__item.-item1 .p-top-quality__item__btn {
    margin-top: 9rem
  }
  .p-top-service {
    padding-top: 12rem;
    padding-bottom: 12rem
  }
  .p-top-service__bg {
    display: block;
    position: absolute;
    left: 0;
    top: 26rem;
    right: auto;
    bottom: auto;
    z-index: 1
  }
}
.p-top-service__bg__typo {
  display: inline-block
}
@media screen and (min-width: 769px) {
  .p-top-service__bg__typo {
    font-size: 19rem
  }
  .p-top-service__bg__typo+.p-top-service__bg__typo {
    margin-top: 2.4rem
  }
  .p-top-service__bg__typo__svgs svg {
    margin-left: 100px
  }
}
@media screen and (min-width: 769px) and (max-width: 1500px) {
  .p-top-service__bg__typo {
    font-size: 20rem
  }
  .p-top-service__bg__typo+.p-top-service__bg__typo {
    margin-top: 2.4rem
  }
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  .p-top-service__bg__typo {
    font-size: 21rem
  }
  .p-top-service__bg__typo+.p-top-service__bg__typo {
    margin-top: 2.4rem
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .p-top-service__bg__typo {
    font-size: 22rem
  }
  .p-top-service__bg__typo+.p-top-service__bg__typo {
    margin-top: 2.4rem
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .p-top-service__bg__typo {
    font-size: 23rem
  }
  .p-top-service__bg__typo+.p-top-service__bg__typo {
    margin-top: 3.4rem
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .p-top-service__bg__typo {
    font-size: 24rem
  }
  .p-top-service__bg__typo+.p-top-service__bg__typo {
    margin-top: 4.4rem
  }
}
.p-top-service__bg__typo__svgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  line-height: 1
}
.p-top-service__bg__typo__svgs svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 21.31578947368421em;
  height: 1em;
  fill: none;
  stroke: #e1e4e1;
  stroke-width: 1px
}
@media screen and (max-width: 768px) {
  .p-top-service__bg__typo {
    font-size: 19rem
  }
  .p-top-service__bg__typo+.p-top-service__bg__typo {
    margin-top: 2.4rem
  }
  .p-top-service__bg__typo__svgs svg {
    margin-left: 10rem
  }
}
.p-top-service__bg__typo__svgs svg g {
  -webkit-transition: fill .5s;
  transition: fill .5s
}
.p-top-service__bg__typo__svgs svg g.-active {
  fill: #0076c1;
  stroke: #0076c1
}
.p-top-service__inner {
  position: relative;
  z-index: 2
}
@media screen and (min-width: 769px) {
  .p-top-service__list {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 0
  }
  .p-top-service__list__item__img__suspro {
    width: 178px;
    height: 54px
  }
}
.p-top-service__list__item {
  display: block;
  position: relative;
  -webkit-transition: opacity .5s;
  transition: opacity .5s
}
.p-top-service__list__item.-hide {
  opacity: .1
}
.p-top-service__list__item.-show {
  -webkit-transition: opacity 250ms!important;
  transition: opacity 250ms!important;
  opacity: 1
}
.p-top-service__list__item__img {
  position: relative
}
.p-top-service__list__item__img:before {
  float: left;
  padding-top: 66.66666666666666%;
  content: ''
}
.p-top-service__list__item__img:after {
  display: block;
  content: '';
  clear: both
}
.p-top-service__list__item__img__suspro {
  background-color: #317f63;
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  top: auto;
  z-index: 2;
  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;
  -ms-flex-line-pack: center;
  align-content: center
}
@media screen and (max-width: 768px) {
  .p-top-service__list {
    margin-top: 9rem
  }
  .p-top-service__list__item+.p-top-service__list__item {
    margin-top: 6rem
  }
  .p-top-service__list__item__img__suspro {
    width: 26.400000000000002rem;
    height: 8rem
  }
}
.p-top-service__list__item__img__suspro__svg {
  fill: #fff;
  width: 6.4em;
  height: 1em
}
.p-top-service__list__item__img__corotatsu {
  background-color: #00b2e9;
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  top: auto;
  z-index: 2;
  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;
  -ms-flex-line-pack: center;
  align-content: center
}
@media screen and (min-width: 769px) {
  .p-top-service__list__item__img__suspro__svg {
    font-size: 18px
  }
  .p-top-service__list__item__img__corotatsu {
    width: 178px;
    height: 54px
  }
}
@media screen and (max-width: 768px) {
  .p-top-service__list__item__img__suspro__svg {
    font-size: 2.6rem
  }
  .p-top-service__list__item__img__corotatsu {
    width: 26.400000000000002rem;
    height: 8rem
  }
}
.p-top-service__list__item__img__corotatsu__svg {
  fill: #fff;
  width: 3.541666666666667em;
  height: 1em
}
.p-top-service__list__item__info {
  text-align: center
}
@media screen and (min-width: 769px) {
  .p-top-service__list__item__img__corotatsu__svg {
    font-size: 27px
  }
  .p-top-service__list__item__info {
    padding-top: 60px;
    padding-bottom: 60px
  }
  .p-top-service__list__item__info__txt {
    margin-top: 32px;
    padding: 0 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-service__list__item__img__corotatsu__svg {
    font-size: 4rem
  }
  .p-top-service__list__item__info {
    padding-top: 6rem;
    padding-bottom: 7.2rem
  }
  .p-top-service__list__item__info__txt {
    margin-top: 4.800000000000001rem;
    padding: 0 4.8rem;
  }
}
.p-top-service__list__item__info__btn {
  display: table;
  margin: 0 auto
}
@media screen and (min-width: 769px) {
  .p-top-service__list__item__info__btn {
    font-size: 16px;
    margin-top: 48px;
    display: none
  }
  .p-top-service__list__item__corotatsu {
    bottom: -80px;
    height: 80px;
    -webkit-box-shadow: 0 30px 20px rgba(0,0,0,.05);
    box-shadow: 0 30px 20px rgba(0,0,0,.05)
  }
}
.p-top-service__list__item__corotatsu {
  position: absolute;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff
}
.interview-wrapper .wp-block-button,.p-top-service__list__item__corotatsu__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  align-content: center
}
@media screen and (max-width: 768px) {
  .p-top-service__list__item__info__btn {
    font-size: 2.6rem;
    margin-top: 4.800000000000001rem
  }
  .p-top-service__list__item__corotatsu {
    bottom: -11.200000000000001rem;
    height: 11.200000000000001rem;
    -webkit-box-shadow: 0 3rem 2rem rgba(0,0,0,.05);
    box-shadow: 0 3rem 2rem rgba(0,0,0,.05)
  }
}
.p-top-service__list__item__corotatsu__btn {
  background-color: #f5f5f5;
  position: relative;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center
}
.p-top-service__list__item__corotatsu__btn__txt {
  font-weight: 700
}
@media screen and (min-width: 769px) {
  .p-top-service__list__item__corotatsu__btn {
    width: calc(50% - 1px);
    height: 100%
  }
  .p-top-service__list__item__corotatsu__btn__txt {
    font-size: 16px
  }
}
@media screen and (max-width: 768px) {
  .p-top-service__list__item__corotatsu__btn {
    width: calc(50% - .5px);
    height: 100%
  }
  .p-top-service__list__item__corotatsu__btn__txt {
    font-size: 2.4rem
  }
}
.p-top-service__list__item__corotatsu__btn__blank {
  stroke: #0076c1;
  width: 1.6em;
  height: 1em
}
@media screen and (min-width: 769px) {
  .p-top-service__list__item__corotatsu__btn__blank {
    font-size: 8px;
    display: block;
    position: absolute;
    right: 8px;
    bottom: 8px;
    left: auto;
    top: auto;
    z-index: 1
  }
  .wp-admin .interview-wrapper {
    width: 960px;
    margin: 0 auto
  }
}
@media screen and (max-width: 768px) {
  .p-top-service__list__item__corotatsu__btn__blank {
    font-size: 1.4rem;
    display: block;
    position: absolute;
    right: 1.1rem;
    bottom: 1.1rem;
    left: auto;
    top: auto;
    z-index: 1
  }
  .wp-admin .interview-wrapper {
    width: 63rem;
    margin: 0 auto
  }
}
.interview-wrapper .block-editor-block-list__layout,.interview-wrapper .block-column>*,.interview-wrapper .interview-block-columns .block-column,.interview-wrapper>* {
  color: #000;
  line-height: 2;
  font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  word-break: break-all
}
@media screen and (min-width: 769px) {
  .interview-wrapper .block-editor-block-list__layout,.interview-wrapper .block-column>*,.interview-wrapper .interview-block-columns .block-column,.interview-wrapper>* {
    font-size: 16px;
    margin-bottom: 60px!important
  }
}
@media screen and (max-width: 768px) {
  .interview-wrapper .block-editor-block-list__layout,.interview-wrapper .block-column>*,.interview-wrapper .interview-block-columns .block-column,.interview-wrapper>* {
    font-size: 2.6rem;
    margin-bottom: 6rem!important
  }
}
.interview-wrapper .block-editor-block-list__layout: last-child,.interview-wrapper .block-column>: last-child,.interview-wrapper .interview-block-columns .block-column: last-child,.interview-wrapper>: last-child {
  margin-bottom: 0!important
}
.interview-wrapper .wp-block {
  max-width: none!important
}
.interview-wrapper .block-image {
  text-align: center;
  margin-left: auto;
  margin-right: auto
}
.interview-wrapper .wp-block-group,.interview-wrapper .wp-block-group .block-editor-block-list__layout {
  border: 2px solid #f0f0f0
}
@media screen and (min-width: 769px) {
  .interview-wrapper .interview-block-columns .block-column {
    margin-bottom: 0!important
  }
  .interview-wrapper .block-image {
    max-width: 800px!important
  }
  .interview-wrapper .wp-block-group .block-editor-block-list__layout>*,.interview-wrapper .wp-block-group>* {
    margin-bottom: 20px!important
  }
  .interview-wrapper .wp-block-group {
    padding: 35px 40px!important
  }
}
@media screen and (max-width: 768px) {
  .interview-wrapper .block-image {
    max-width: 100%!important
  }
  .interview-wrapper .wp-block-group .block-editor-block-list__layout>*,.interview-wrapper .wp-block-group>* {
    margin-bottom: 2rem!important
  }
}
.interview-wrapper .wp-block-group .block-editor-block-list__layout>: last-child,.interview-wrapper .wp-block-group>: last-child {
  margin-bottom: 0!important
}
@media screen and (min-width: 769px) {
  .interview-wrapper .block-column:not(:first-child) {
    margin-left: 4em!important
  }
  .interview-wrapper .wp-block-button {
    border-radius: 2px
  }
}
.interview-wrapper .wp-block-button {
  position: relative;
  overflow: hidden;
  background-color: #000;
  margin-left: auto!important;
  margin-right: auto!important;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center
}
@media screen and (min-width: 769px) {
  .interview-wrapper .wp-block-button {
    width: 560px;
    height: 80px
  }
  .interview-wrapper .wp-block-button:hover:after {
    -webkit-transition: -webkit-transform .5s cubic-bezier(.175,.885,.32,1.275);
    transition: -webkit-transform .5s cubic-bezier(.175,.885,.32,1.275);
    transition: transform .5s cubic-bezier(.175,.885,.32,1.275);
    transition: transform .5s cubic-bezier(.175,.885,.32,1.275),-webkit-transform .5s cubic-bezier(.175,.885,.32,1.275);
    -webkit-transform: scale(2);
    transform: scale(2)
  }
}
@media screen and (max-width: 768px) {
  .interview-wrapper .wp-block-group {
    padding: 4rem!important
  }
  .interview-wrapper .wp-block-button {
    border-radius: .4rem;
    width: 100%;
    height: 12.4rem
  }
}
.interview-wrapper .wp-block-button a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  z-index: 1;
  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;
  -ms-flex-line-pack: center;
  align-content: center;
  overflow: hidden
}
@media screen and (min-width: 769px) {
  .interview-wrapper .wp-block-button a {
    border-radius: 2px
  }
  .interview-wrapper .wp-block-button a:after {
    width: 4px;
    height: 4px;
    right: 38px;
    -webkit-transition: -webkit-transform 1s cubic-bezier(.175,.885,.32,1.275);
    transition: -webkit-transform 1s cubic-bezier(.175,.885,.32,1.275);
    transition: transform 1s cubic-bezier(.175,.885,.32,1.275);
    transition: transform 1s cubic-bezier(.175,.885,.32,1.275),-webkit-transform 1s cubic-bezier(.175,.885,.32,1.275)
  }
}
@media screen and (max-width: 768px) {
  .interview-wrapper .wp-block-button a {
    border-radius: .4rem
  }
}
.interview-wrapper .wp-block-button a:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  z-index: 2
}
.interview-wrapper .wp-block-button__link {
  color: #fff!important
}
@media screen and (min-width: 769px) {
  .interview-wrapper .wp-block-button a:hover:after {
    -webkit-transition: -webkit-transform .5s cubic-bezier(.175,.885,.32,1.275);
    transition: -webkit-transform .5s cubic-bezier(.175,.885,.32,1.275);
    transition: transform .5s cubic-bezier(.175,.885,.32,1.275);
    transition: transform .5s cubic-bezier(.175,.885,.32,1.275),-webkit-transform .5s cubic-bezier(.175,.885,.32,1.275);
    -webkit-transform: scale(2);
    transform: scale(2)
  }
  .interview-wrapper .wp-block-button__link {
    font-size: 16px
  }
  .interview-wrapper .wp-block-table table td {
    padding: 20px 30px
  }
}
@media screen and (max-width: 768px) {
  .interview-wrapper .wp-block-button a:after {
    width: .8rem;
    height: .8rem;
    right: 5.5rem
  }
  .interview-wrapper .wp-block-button__link {
    font-size: 2.6rem
  }
}
.interview-wrapper .wp-block-table table {
  width: 100%;
  table-layout: fixed
}
.interview-wrapper .wp-block-table table td {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff
}
@media screen and (max-width: 768px) {
  .interview-wrapper .wp-block-table table td {
    padding: 3rem
  }
}
.interview-wrapper .wp-block-table table tr td {
  background-color: #fbfbfb
}
.interview-wrapper .wp-block-table table tr td:first-child {
  border-left-width: 0
}
.interview-wrapper .wp-block-table table tr:first-child td {
  border-top-width: 0;
  background-color: #0076c1;
  color: #fff;
  text-align: center
}
.interview-wrapper .wp-block-embed.is-provider-youtube .wp-block-embed__wrapper:before {
  float: left;
  padding-top: 56.25%;
  content: ''
}
.interview-wrapper .wp-block-embed.is-provider-youtube .wp-block-embed__wrapper:after {
  display: block;
  content: '';
  clear: both
}
.interview-wrapper .wp-block-embed.is-provider-youtube .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0
}
.interview-wrapper h1 {
  font-weight: 700
}
.interview-wrapper h2 {
  font-weight: 700;
  overflow: hidden;
  background-color: #f5f5f5
}
@media screen and (min-width: 769px) {
  .interview-wrapper h1 {
    font-size: 32px
  }
  .interview-wrapper h2 {
    border-radius: 2px
  }
}
@media screen and (max-width: 768px) {
  .interview-wrapper h1 {
    font-size: 4.800000000000001rem
  }
  .interview-wrapper h2 {
    border-radius: .4rem
  }
}
@media screen and (min-width: 769px) {
  .interview-wrapper h2 {
    font-size: 18px;
    padding: 18px 28px;
    margin-bottom: 40px!important
  }
}
@media screen and (max-width: 768px) {
  .interview-wrapper h2 {
    font-size: 2.8rem;
    padding: 2.2rem 3.6rem;
    margin-bottom: 6rem!important
  }
}
@media screen and (min-width: 769px) {
  .interview-wrapper h3 {
    font-size: 32px;
    margin-bottom: 60px!important;
    margin-top: 120px!important;
    padding-bottom: 30px!important
  }
}
@media screen and (max-width: 768px) {
  .interview-wrapper h3 {
    font-size: 3.6rem;
    margin-bottom: 6rem!important;
    margin-top: 12rem!important;
    padding-bottom: 2.4rem!important
  }
}
.interview-wrapper h4 {
  font-weight: 700
}
@media screen and (min-width: 769px) {
  .interview-wrapper h4 {
    font-size: 18px;
    margin-bottom: 20px!important
  }
}
@media screen and (max-width: 768px) {
  .interview-wrapper h4 {
    font-size: 2.8rem;
    margin-bottom: 4rem!important
  }
}
.interview-wrapper h5 {
  font-weight: 700
}
.interview-wrapper em {
  font-style: normal;
  background: -webkit-gradient(linear-gradient(180deg, transparent 50%, rgb(0 118 193 / 18%) 0));
  background: linear-gradient(180deg, transparent 50%, rgb(0 118 193 / 18%) 0);
  font-weight: 700;
}
.interview-wrapper p a {
  color: #0076c1;
  text-decoration: underline
}
.interview-wrapper p a[target="_blank"]:after {
  content: "";
  background-image: url(../images/common/block-editor/ico-blank.svg);
  background-size: cover;
  display: inline-block;
  vertical-align: middle
}
.interview-wrapper ol li: marker,.interview-wrapper ul li: marker {
  display: none
}
@media screen and (min-width: 769px) {
  .interview-wrapper h5 {
    font-size: 16px;
    margin-bottom: 20px!important
  }
  .interview-wrapper p a:hover {
    text-decoration: none
  }
  .interview-wrapper p a[target="_blank"]:after {
    width: 16px;
    height: 16px;
    margin-left: 5px
  }
}
@media screen and (max-width: 768px) {
  .interview-wrapper h5 {
    font-size: 2.6rem;
    margin-bottom: 4rem!important
  }
  .interview-wrapper p a[target="_blank"]:after {
    width: 2.6rem;
    height: 2.6rem;
    margin-left: 1rem
  }
}
.interview-wrapper ul li {
  list-style: none;
  position: relative;
  padding-left: 1em
}
.interview-wrapper ul li:before {
  content: "・";
  position: absolute;
  left: 0
}
.interview-wrapper ol {
  counter-reset: count 0
}
.interview-wrapper ol li {
  list-style: none;
  counter-increment: count 1;
  position: relative;
  padding-left: 1em
}
.interview-wrapper ol li:before {
  content: counter(count);
  position: absolute;
  left: 0
}
.interview-wrapper strong {
  font-weight: 700
}
.interview-wrapper figure figcaption {
  color: #7f7f7f
}
@media screen and (min-width: 769px) {
  .interview-wrapper figure figcaption {
    font-size: 16px
  }
}
@media screen and (max-width: 768px) {
  .interview-wrapper figure figcaption {
    font-size: 2.4rem
  }
}
.interview-wrapper p.is-style-hukidashi {
  position: relative;
  background-color: #fff;
  font-weight: 700;
  color: #0076c1
}
p.is-style-hukidashi:before {
  content: "";
  background-image: url(../img/hukidashi.png.webp);
  background-size: cover;
  position: absolute
}
@media screen and (min-width: 769px) {
  .interview-wrapper p.is-style-hukidashi {
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
    box-shadow: 0 2px 2px rgba(0,0,0,.1);
    padding: 34px 70px;
    border-radius: 12px;
    font-size: 20px
  }
  p.is-style-hukidashi:before {
    width: 41px;
    height: 37px;
    left: -41px;
    top: calc(50% - 20px)
  }
}
@media screen and (max-width: 768px) {
  .interview-wrapper p.is-style-hukidashi {
    -webkit-box-shadow: 0 .2rem .2rem rgba(0,0,0,.1);
    box-shadow: 0 .2rem .2rem rgba(0,0,0,.1);
    padding: 4.800000000000001rem 6rem;
    border-radius: 2rem;
    font-size: 3.2rem;
    line-height: 1.6
  }
  p.is-style-hukidashi:before {
    width: 4.92rem;
    height: 4.44rem;
    left: -4.800000000000001rem;
    top: calc(50% - 3rem)
  }
}
.c-bg-lightgray{
  background-color: #fbfbfb;
}
/* ヘッダーの推定高さ。必要に応じて調整 */
:root { --headerH: 64px; }

/* どのページから #id に飛んでも安全に余白を確保 */
html { scroll-padding-top: var(--headerH); }

/* 念のため、ターゲット側で上書きしたい時 */
[id^="interview"] { scroll-margin-top: var(--headerH); }
