@charset "UTF-8";
/**
 * Basa Font Family
 */
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}
/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}
/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}
/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}
/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}
/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 * 3. Show the overflow in Edge 18- and IE.
 */
hr {
  color: inherit;
  /* 1 */
  height: 0;
  /* 2 */
  overflow: visible;
  /* 3 */
}
/**
 * Add the correct display in IE.
 */
main {
  display: block;
}
/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}
/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */
nav li::before {
  content: "​";
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  overflow: auto;
  /* 3 */
  -ms-overflow-style: scrollbar;
  /* 3 */
}
/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}
/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Tabular data
 * ========================================================================== */
/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
table {
  border-collapse: collapse;
  /* 1 */
  border-color: inherit;
  /* 2 */
  text-indent: 0;
  /* 3 */
}
/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}
/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}
/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}
/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}
/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}
/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
  resize: block;
  /* 3 */
}
/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}
/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}
/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}
/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
dialog:not([open]) {
  display: none;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* User interaction
 * ========================================================================== */
/*
 * Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
}
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}
/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}
/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}
/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}
[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
/**
 * Use the default user interface font in all browsers (opinionated).
 */
html {
  font-family: system-ui, -apple-system, "Segoe UI", "Roboto", "Ubuntu", "Cantarell", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
/**
 * Use the default monospace user interface font in all browsers (opinionated).
 */
code,
kbd,
samp,
pre {
  font-family: "Menlo", "Consolas", "Roboto Mono", "Ubuntu Monospace", "Noto Mono", "Oxygen Mono", "Liberation Mono", monospace, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Add typography inheritance in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  /* 1 */
  border: 1px solid WindowFrame;
  /* 1 */
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  letter-spacing: inherit;
  /* 2 */
  padding: 0.25em 0.375em;
  /* 1 */
}
/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: no-repeat right center/1em;
  border-radius: 0;
  padding-right: 1em;
}
/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E");
}
/**
 * Remove the border and padding in all browsers (opinionated).
 */
[type=color],
[type=range] {
  border-width: 0;
  padding: 0;
}
/**
 * Change the inconsistent appearance in IE (opinionated).
 */
::-ms-expand {
  display: none;
}
/**
 * Correct the inconsistent appearance in IE (opinionated).
 */
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}
html {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Noto Sans CJK Japanese", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", -apple-system, BlinkMacSystemFont, Meiryo, sans-serif;
  line-height: 1.5;
  scroll-behavior: smooth;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.025em;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl {
  margin-bottom: 0;
}
ol > * + * {
  margin-top: 0.5em;
}
a {
  color: #148acc;
}
img {
  max-width: 100%;
  height: auto;
}
svg {
  fill: none;
  max-width: 100%;
  height: auto;
}
/**
 * Flexbox - General Layout Module
 */
.o-flow-layout {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: -1em 0 0 -1em;
}
.o-flow-layout > * {
  flex: 0 1 auto;
}
.o-flow-layout > * {
  max-width: 100%;
  padding: 1em 0 0 1em;
}
.o-flow-layout--fill {
  flex-wrap: nowrap;
}
.o-flow-layout--fill > * {
  flex: 1 1 auto;
}
.o-flow-layout--fill-equal {
  flex-wrap: nowrap;
}
.o-flow-layout--fill-equal > * {
  flex: 1 1;
}
.o-flow-layout--no-gap {
  margin: 0 0 0 0;
}
.o-flow-layout--no-gap > * {
  max-width: 100%;
  padding: 0 0 0 0;
}
.o-flow-layout--no-wrap {
  flex-wrap: nowrap;
}
.o-flow-layout--center {
  justify-content: center;
}
.o-flow-layout--middle {
  align-items: center;
}
.o-flow-layout--custom {
  margin: -1em 0 0 -2em;
}
.o-flow-layout--custom > * {
  max-width: 100%;
  padding: 1em 0 0 2em;
}
.o-flow-layout--tight {
  margin: -0.25em 0 0 -0.25em;
}
.o-flow-layout--tight > * {
  max-width: 100%;
  padding: 0.25em 0 0 0.25em;
}
@media (max-width: 767px) {
  .o-flow-to-stack {
    flex-direction: column;
    align-items: stretch;
  }
}
@media (max-width: 767px) {
  .o-flow-to-stack-reverse {
    flex-direction: column-reverse;
    align-items: stretch;
  }
}
.o-stack-layout {
  display: flex;
  flex-direction: column;
  margin: -1em 0 0 -1em;
}
.o-stack-layout > * {
  max-width: 100%;
  padding: 1em 0 0 1em;
}
.o-stack-layout--center {
  align-items: center;
}
.o-stack-layout--center > * {
  max-width: 100%;
}
.o-stack-layout--loose {
  margin: -2em 0 0 -2em;
}
.o-stack-layout--loose > * {
  max-width: 100%;
  padding: 2em 0 0 2em;
}
.o-stack-layout--tight {
  margin: -0.5em 0 0 -0.5em;
}
.o-stack-layout--tight > * {
  max-width: 100%;
  padding: 0.5em 0 0 0.5em;
}
.o-stack-layout--no-gap {
  margin: 0 0 0 0;
}
.o-stack-layout--no-gap > * {
  max-width: 100%;
  padding: 0 0 0 0;
}
/**
 * BOX: Container box
 *
 * Cancel top margin of first child
 */
.o-fit > *:first-child {
  margin-top: 0;
}
.o-fit-all *:first-child {
  margin-top: 0;
}
.o-fill {
  display: flex;
}
.o-fill > * {
  flex: 1 1 auto;
}
/**
 * for Media block
 */
.o-width-fixed {
  flex: 0 0 auto;
  text-align: center;
}
.o-width-fill {
  flex: 1 1;
}
.o-width-full {
  flex: 1 0 auto;
  width: 100%;
}
.o-icon {
  display: inline-block;
  height: 1em;
  width: auto;
  line-height: inherit;
  vertical-align: middle;
}
.o-width-1 {
  width: 50%;
}
@media (max-width: 767px) {
  .o-width-1 {
    width: 100%;
  }
}
.o-clip {
  overflow: hidden;
}
.o-link-block {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: background 0.2s;
}
.o-link-block:hover, .o-link-block:focus {
  background-color: #dcedf7;
}
.o-items-center {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.o-spacer {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
}
.o-spacer--large {
  width: 1rem;
  height: 1rem;
}
.o-spacer--large-2 {
  width: 2rem;
  height: 2rem;
}
.o-crosstalk-head {
  position: relative;
  z-index: 1;
  margin: 395px 0 0;
  padding: 0 0 160px;
  background: #E3F1F9;
  border-bottom: 8px solid #1570A3;
}
@media (max-width: 767px) {
  .o-crosstalk-head {
    margin-top: 30px;
    padding-bottom: 60px;
    border: none;
  }
}
.o-crosstalk-article {
  padding: 15px 0 0;
}
@media (max-width: 767px) {
  .o-crosstalk-article {
    padding: 0;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
body[data-aos-duration="50"] [data-aos], [data-aos][data-aos][data-aos-duration="50"] {
  transition-duration: 50ms;
}
body[data-aos-delay="50"] [data-aos], [data-aos][data-aos][data-aos-delay="50"] {
  transition-delay: 0;
}
body[data-aos-delay="50"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="50"].aos-animate {
  transition-delay: 50ms;
}
body[data-aos-duration="100"] [data-aos], [data-aos][data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}
body[data-aos-delay="100"] [data-aos], [data-aos][data-aos][data-aos-delay="100"] {
  transition-delay: 0;
}
body[data-aos-delay="100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}
body[data-aos-duration="150"] [data-aos], [data-aos][data-aos][data-aos-duration="150"] {
  transition-duration: 150ms;
}
body[data-aos-delay="150"] [data-aos], [data-aos][data-aos][data-aos-delay="150"] {
  transition-delay: 0;
}
body[data-aos-delay="150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="150"].aos-animate {
  transition-delay: 150ms;
}
body[data-aos-duration="200"] [data-aos], [data-aos][data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}
body[data-aos-delay="200"] [data-aos], [data-aos][data-aos][data-aos-delay="200"] {
  transition-delay: 0;
}
body[data-aos-delay="200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}
body[data-aos-duration="250"] [data-aos], [data-aos][data-aos][data-aos-duration="250"] {
  transition-duration: 250ms;
}
body[data-aos-delay="250"] [data-aos], [data-aos][data-aos][data-aos-delay="250"] {
  transition-delay: 0;
}
body[data-aos-delay="250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="250"].aos-animate {
  transition-delay: 250ms;
}
body[data-aos-duration="300"] [data-aos], [data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}
body[data-aos-delay="300"] [data-aos], [data-aos][data-aos][data-aos-delay="300"] {
  transition-delay: 0;
}
body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}
body[data-aos-duration="350"] [data-aos], [data-aos][data-aos][data-aos-duration="350"] {
  transition-duration: 350ms;
}
body[data-aos-delay="350"] [data-aos], [data-aos][data-aos][data-aos-delay="350"] {
  transition-delay: 0;
}
body[data-aos-delay="350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="350"].aos-animate {
  transition-delay: 350ms;
}
body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}
body[data-aos-delay="400"] [data-aos], [data-aos][data-aos][data-aos-delay="400"] {
  transition-delay: 0;
}
body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}
body[data-aos-duration="450"] [data-aos], [data-aos][data-aos][data-aos-duration="450"] {
  transition-duration: 450ms;
}
body[data-aos-delay="450"] [data-aos], [data-aos][data-aos][data-aos-delay="450"] {
  transition-delay: 0;
}
body[data-aos-delay="450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="450"].aos-animate {
  transition-delay: 450ms;
}
body[data-aos-duration="500"] [data-aos], [data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}
body[data-aos-delay="500"] [data-aos], [data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0;
}
body[data-aos-delay="500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}
body[data-aos-duration="550"] [data-aos], [data-aos][data-aos][data-aos-duration="550"] {
  transition-duration: 550ms;
}
body[data-aos-delay="550"] [data-aos], [data-aos][data-aos][data-aos-delay="550"] {
  transition-delay: 0;
}
body[data-aos-delay="550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="550"].aos-animate {
  transition-delay: 550ms;
}
body[data-aos-duration="600"] [data-aos], [data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}
body[data-aos-delay="600"] [data-aos], [data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0;
}
body[data-aos-delay="600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}
body[data-aos-duration="650"] [data-aos], [data-aos][data-aos][data-aos-duration="650"] {
  transition-duration: 650ms;
}
body[data-aos-delay="650"] [data-aos], [data-aos][data-aos][data-aos-delay="650"] {
  transition-delay: 0;
}
body[data-aos-delay="650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="650"].aos-animate {
  transition-delay: 650ms;
}
body[data-aos-duration="700"] [data-aos], [data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}
body[data-aos-delay="700"] [data-aos], [data-aos][data-aos][data-aos-delay="700"] {
  transition-delay: 0;
}
body[data-aos-delay="700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}
body[data-aos-duration="750"] [data-aos], [data-aos][data-aos][data-aos-duration="750"] {
  transition-duration: 750ms;
}
body[data-aos-delay="750"] [data-aos], [data-aos][data-aos][data-aos-delay="750"] {
  transition-delay: 0;
}
body[data-aos-delay="750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="750"].aos-animate {
  transition-delay: 750ms;
}
body[data-aos-duration="800"] [data-aos], [data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}
body[data-aos-delay="800"] [data-aos], [data-aos][data-aos][data-aos-delay="800"] {
  transition-delay: 0;
}
body[data-aos-delay="800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}
body[data-aos-duration="850"] [data-aos], [data-aos][data-aos][data-aos-duration="850"] {
  transition-duration: 850ms;
}
body[data-aos-delay="850"] [data-aos], [data-aos][data-aos][data-aos-delay="850"] {
  transition-delay: 0;
}
body[data-aos-delay="850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="850"].aos-animate {
  transition-delay: 850ms;
}
body[data-aos-duration="900"] [data-aos], [data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}
body[data-aos-delay="900"] [data-aos], [data-aos][data-aos][data-aos-delay="900"] {
  transition-delay: 0;
}
body[data-aos-delay="900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}
body[data-aos-duration="950"] [data-aos], [data-aos][data-aos][data-aos-duration="950"] {
  transition-duration: 950ms;
}
body[data-aos-delay="950"] [data-aos], [data-aos][data-aos][data-aos-delay="950"] {
  transition-delay: 0;
}
body[data-aos-delay="950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="950"].aos-animate {
  transition-delay: 950ms;
}
body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}
body[data-aos-delay="1000"] [data-aos], [data-aos][data-aos][data-aos-delay="1000"] {
  transition-delay: 0;
}
body[data-aos-delay="1000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}
body[data-aos-duration="1050"] [data-aos], [data-aos][data-aos][data-aos-duration="1050"] {
  transition-duration: 1050ms;
}
body[data-aos-delay="1050"] [data-aos], [data-aos][data-aos][data-aos-delay="1050"] {
  transition-delay: 0;
}
body[data-aos-delay="1050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1050"].aos-animate {
  transition-delay: 1050ms;
}
body[data-aos-duration="1100"] [data-aos], [data-aos][data-aos][data-aos-duration="1100"] {
  transition-duration: 1100ms;
}
body[data-aos-delay="1100"] [data-aos], [data-aos][data-aos][data-aos-delay="1100"] {
  transition-delay: 0;
}
body[data-aos-delay="1100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  transition-delay: 1100ms;
}
body[data-aos-duration="1150"] [data-aos], [data-aos][data-aos][data-aos-duration="1150"] {
  transition-duration: 1150ms;
}
body[data-aos-delay="1150"] [data-aos], [data-aos][data-aos][data-aos-delay="1150"] {
  transition-delay: 0;
}
body[data-aos-delay="1150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1150"].aos-animate {
  transition-delay: 1150ms;
}
body[data-aos-duration="1200"] [data-aos], [data-aos][data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}
body[data-aos-delay="1200"] [data-aos], [data-aos][data-aos][data-aos-delay="1200"] {
  transition-delay: 0;
}
body[data-aos-delay="1200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}
body[data-aos-duration="1250"] [data-aos], [data-aos][data-aos][data-aos-duration="1250"] {
  transition-duration: 1250ms;
}
body[data-aos-delay="1250"] [data-aos], [data-aos][data-aos][data-aos-delay="1250"] {
  transition-delay: 0;
}
body[data-aos-delay="1250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1250"].aos-animate {
  transition-delay: 1250ms;
}
body[data-aos-duration="1300"] [data-aos], [data-aos][data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}
body[data-aos-delay="1300"] [data-aos], [data-aos][data-aos][data-aos-delay="1300"] {
  transition-delay: 0;
}
body[data-aos-delay="1300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}
body[data-aos-duration="1350"] [data-aos], [data-aos][data-aos][data-aos-duration="1350"] {
  transition-duration: 1350ms;
}
body[data-aos-delay="1350"] [data-aos], [data-aos][data-aos][data-aos-delay="1350"] {
  transition-delay: 0;
}
body[data-aos-delay="1350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1350"].aos-animate {
  transition-delay: 1350ms;
}
body[data-aos-duration="1400"] [data-aos], [data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}
body[data-aos-delay="1400"] [data-aos], [data-aos][data-aos][data-aos-delay="1400"] {
  transition-delay: 0;
}
body[data-aos-delay="1400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}
body[data-aos-duration="1450"] [data-aos], [data-aos][data-aos][data-aos-duration="1450"] {
  transition-duration: 1450ms;
}
body[data-aos-delay="1450"] [data-aos], [data-aos][data-aos][data-aos-delay="1450"] {
  transition-delay: 0;
}
body[data-aos-delay="1450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1450"].aos-animate {
  transition-delay: 1450ms;
}
body[data-aos-duration="1500"] [data-aos], [data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}
body[data-aos-delay="1500"] [data-aos], [data-aos][data-aos][data-aos-delay="1500"] {
  transition-delay: 0;
}
body[data-aos-delay="1500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}
body[data-aos-duration="1550"] [data-aos], [data-aos][data-aos][data-aos-duration="1550"] {
  transition-duration: 1550ms;
}
body[data-aos-delay="1550"] [data-aos], [data-aos][data-aos][data-aos-delay="1550"] {
  transition-delay: 0;
}
body[data-aos-delay="1550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1550"].aos-animate {
  transition-delay: 1550ms;
}
body[data-aos-duration="1600"] [data-aos], [data-aos][data-aos][data-aos-duration="1600"] {
  transition-duration: 1600ms;
}
body[data-aos-delay="1600"] [data-aos], [data-aos][data-aos][data-aos-delay="1600"] {
  transition-delay: 0;
}
body[data-aos-delay="1600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  transition-delay: 1600ms;
}
body[data-aos-duration="1650"] [data-aos], [data-aos][data-aos][data-aos-duration="1650"] {
  transition-duration: 1650ms;
}
body[data-aos-delay="1650"] [data-aos], [data-aos][data-aos][data-aos-delay="1650"] {
  transition-delay: 0;
}
body[data-aos-delay="1650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1650"].aos-animate {
  transition-delay: 1650ms;
}
body[data-aos-duration="1700"] [data-aos], [data-aos][data-aos][data-aos-duration="1700"] {
  transition-duration: 1700ms;
}
body[data-aos-delay="1700"] [data-aos], [data-aos][data-aos][data-aos-delay="1700"] {
  transition-delay: 0;
}
body[data-aos-delay="1700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  transition-delay: 1700ms;
}
body[data-aos-duration="1750"] [data-aos], [data-aos][data-aos][data-aos-duration="1750"] {
  transition-duration: 1750ms;
}
body[data-aos-delay="1750"] [data-aos], [data-aos][data-aos][data-aos-delay="1750"] {
  transition-delay: 0;
}
body[data-aos-delay="1750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1750"].aos-animate {
  transition-delay: 1750ms;
}
body[data-aos-duration="1800"] [data-aos], [data-aos][data-aos][data-aos-duration="1800"] {
  transition-duration: 1800ms;
}
body[data-aos-delay="1800"] [data-aos], [data-aos][data-aos][data-aos-delay="1800"] {
  transition-delay: 0;
}
body[data-aos-delay="1800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  transition-delay: 1800ms;
}
body[data-aos-duration="1850"] [data-aos], [data-aos][data-aos][data-aos-duration="1850"] {
  transition-duration: 1850ms;
}
body[data-aos-delay="1850"] [data-aos], [data-aos][data-aos][data-aos-delay="1850"] {
  transition-delay: 0;
}
body[data-aos-delay="1850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1850"].aos-animate {
  transition-delay: 1850ms;
}
body[data-aos-duration="1900"] [data-aos], [data-aos][data-aos][data-aos-duration="1900"] {
  transition-duration: 1900ms;
}
body[data-aos-delay="1900"] [data-aos], [data-aos][data-aos][data-aos-delay="1900"] {
  transition-delay: 0;
}
body[data-aos-delay="1900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  transition-delay: 1900ms;
}
body[data-aos-duration="1950"] [data-aos], [data-aos][data-aos][data-aos-duration="1950"] {
  transition-duration: 1950ms;
}
body[data-aos-delay="1950"] [data-aos], [data-aos][data-aos][data-aos-delay="1950"] {
  transition-delay: 0;
}
body[data-aos-delay="1950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1950"].aos-animate {
  transition-delay: 1950ms;
}
body[data-aos-duration="2000"] [data-aos], [data-aos][data-aos][data-aos-duration="2000"] {
  transition-duration: 2000ms;
}
body[data-aos-delay="2000"] [data-aos], [data-aos][data-aos][data-aos-delay="2000"] {
  transition-delay: 0;
}
body[data-aos-delay="2000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  transition-delay: 2000ms;
}
body[data-aos-duration="2050"] [data-aos], [data-aos][data-aos][data-aos-duration="2050"] {
  transition-duration: 2050ms;
}
body[data-aos-delay="2050"] [data-aos], [data-aos][data-aos][data-aos-delay="2050"] {
  transition-delay: 0;
}
body[data-aos-delay="2050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2050"].aos-animate {
  transition-delay: 2050ms;
}
body[data-aos-duration="2100"] [data-aos], [data-aos][data-aos][data-aos-duration="2100"] {
  transition-duration: 2100ms;
}
body[data-aos-delay="2100"] [data-aos], [data-aos][data-aos][data-aos-delay="2100"] {
  transition-delay: 0;
}
body[data-aos-delay="2100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  transition-delay: 2100ms;
}
body[data-aos-duration="2150"] [data-aos], [data-aos][data-aos][data-aos-duration="2150"] {
  transition-duration: 2150ms;
}
body[data-aos-delay="2150"] [data-aos], [data-aos][data-aos][data-aos-delay="2150"] {
  transition-delay: 0;
}
body[data-aos-delay="2150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2150"].aos-animate {
  transition-delay: 2150ms;
}
body[data-aos-duration="2200"] [data-aos], [data-aos][data-aos][data-aos-duration="2200"] {
  transition-duration: 2200ms;
}
body[data-aos-delay="2200"] [data-aos], [data-aos][data-aos][data-aos-delay="2200"] {
  transition-delay: 0;
}
body[data-aos-delay="2200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  transition-delay: 2200ms;
}
body[data-aos-duration="2250"] [data-aos], [data-aos][data-aos][data-aos-duration="2250"] {
  transition-duration: 2250ms;
}
body[data-aos-delay="2250"] [data-aos], [data-aos][data-aos][data-aos-delay="2250"] {
  transition-delay: 0;
}
body[data-aos-delay="2250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2250"].aos-animate {
  transition-delay: 2250ms;
}
body[data-aos-duration="2300"] [data-aos], [data-aos][data-aos][data-aos-duration="2300"] {
  transition-duration: 2300ms;
}
body[data-aos-delay="2300"] [data-aos], [data-aos][data-aos][data-aos-delay="2300"] {
  transition-delay: 0;
}
body[data-aos-delay="2300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  transition-delay: 2300ms;
}
body[data-aos-duration="2350"] [data-aos], [data-aos][data-aos][data-aos-duration="2350"] {
  transition-duration: 2350ms;
}
body[data-aos-delay="2350"] [data-aos], [data-aos][data-aos][data-aos-delay="2350"] {
  transition-delay: 0;
}
body[data-aos-delay="2350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2350"].aos-animate {
  transition-delay: 2350ms;
}
body[data-aos-duration="2400"] [data-aos], [data-aos][data-aos][data-aos-duration="2400"] {
  transition-duration: 2400ms;
}
body[data-aos-delay="2400"] [data-aos], [data-aos][data-aos][data-aos-delay="2400"] {
  transition-delay: 0;
}
body[data-aos-delay="2400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  transition-delay: 2400ms;
}
body[data-aos-duration="2450"] [data-aos], [data-aos][data-aos][data-aos-duration="2450"] {
  transition-duration: 2450ms;
}
body[data-aos-delay="2450"] [data-aos], [data-aos][data-aos][data-aos-delay="2450"] {
  transition-delay: 0;
}
body[data-aos-delay="2450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2450"].aos-animate {
  transition-delay: 2450ms;
}
body[data-aos-duration="2500"] [data-aos], [data-aos][data-aos][data-aos-duration="2500"] {
  transition-duration: 2500ms;
}
body[data-aos-delay="2500"] [data-aos], [data-aos][data-aos][data-aos-delay="2500"] {
  transition-delay: 0;
}
body[data-aos-delay="2500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  transition-delay: 2500ms;
}
body[data-aos-duration="2550"] [data-aos], [data-aos][data-aos][data-aos-duration="2550"] {
  transition-duration: 2550ms;
}
body[data-aos-delay="2550"] [data-aos], [data-aos][data-aos][data-aos-delay="2550"] {
  transition-delay: 0;
}
body[data-aos-delay="2550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2550"].aos-animate {
  transition-delay: 2550ms;
}
body[data-aos-duration="2600"] [data-aos], [data-aos][data-aos][data-aos-duration="2600"] {
  transition-duration: 2600ms;
}
body[data-aos-delay="2600"] [data-aos], [data-aos][data-aos][data-aos-delay="2600"] {
  transition-delay: 0;
}
body[data-aos-delay="2600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2600"].aos-animate {
  transition-delay: 2600ms;
}
body[data-aos-duration="2650"] [data-aos], [data-aos][data-aos][data-aos-duration="2650"] {
  transition-duration: 2650ms;
}
body[data-aos-delay="2650"] [data-aos], [data-aos][data-aos][data-aos-delay="2650"] {
  transition-delay: 0;
}
body[data-aos-delay="2650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2650"].aos-animate {
  transition-delay: 2650ms;
}
body[data-aos-duration="2700"] [data-aos], [data-aos][data-aos][data-aos-duration="2700"] {
  transition-duration: 2700ms;
}
body[data-aos-delay="2700"] [data-aos], [data-aos][data-aos][data-aos-delay="2700"] {
  transition-delay: 0;
}
body[data-aos-delay="2700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2700"].aos-animate {
  transition-delay: 2700ms;
}
body[data-aos-duration="2750"] [data-aos], [data-aos][data-aos][data-aos-duration="2750"] {
  transition-duration: 2750ms;
}
body[data-aos-delay="2750"] [data-aos], [data-aos][data-aos][data-aos-delay="2750"] {
  transition-delay: 0;
}
body[data-aos-delay="2750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2750"].aos-animate {
  transition-delay: 2750ms;
}
body[data-aos-duration="2800"] [data-aos], [data-aos][data-aos][data-aos-duration="2800"] {
  transition-duration: 2800ms;
}
body[data-aos-delay="2800"] [data-aos], [data-aos][data-aos][data-aos-delay="2800"] {
  transition-delay: 0;
}
body[data-aos-delay="2800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2800"].aos-animate {
  transition-delay: 2800ms;
}
body[data-aos-duration="2850"] [data-aos], [data-aos][data-aos][data-aos-duration="2850"] {
  transition-duration: 2850ms;
}
body[data-aos-delay="2850"] [data-aos], [data-aos][data-aos][data-aos-delay="2850"] {
  transition-delay: 0;
}
body[data-aos-delay="2850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2850"].aos-animate {
  transition-delay: 2850ms;
}
body[data-aos-duration="2900"] [data-aos], [data-aos][data-aos][data-aos-duration="2900"] {
  transition-duration: 2900ms;
}
body[data-aos-delay="2900"] [data-aos], [data-aos][data-aos][data-aos-delay="2900"] {
  transition-delay: 0;
}
body[data-aos-delay="2900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2900"].aos-animate {
  transition-delay: 2900ms;
}
body[data-aos-duration="2950"] [data-aos], [data-aos][data-aos][data-aos-duration="2950"] {
  transition-duration: 2950ms;
}
body[data-aos-delay="2950"] [data-aos], [data-aos][data-aos][data-aos-delay="2950"] {
  transition-delay: 0;
}
body[data-aos-delay="2950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2950"].aos-animate {
  transition-delay: 2950ms;
}
body[data-aos-duration="3000"] [data-aos], [data-aos][data-aos][data-aos-duration="3000"] {
  transition-duration: 3000ms;
}
body[data-aos-delay="3000"] [data-aos], [data-aos][data-aos][data-aos-delay="3000"] {
  transition-delay: 0;
}
body[data-aos-delay="3000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  transition-delay: 3000ms;
}
body[data-aos-easing=linear] [data-aos], [data-aos][data-aos][data-aos-easing=linear] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body[data-aos-easing=ease] [data-aos], [data-aos][data-aos][data-aos-easing=ease] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-aos-easing=ease-in] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
body[data-aos-easing=ease-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body[data-aos-easing=ease-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-aos-easing=ease-in-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body[data-aos-easing=ease-in-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
body[data-aos-easing=ease-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body[data-aos-easing=ease-in-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body[data-aos-easing=ease-in-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}
[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}
[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}
[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}
[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}
[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}
[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}
[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}
/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
[data-aos=zoom-in] {
  transform: scale(0.6);
}
[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}
[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}
[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}
[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}
[data-aos=zoom-out] {
  transform: scale(1.2);
}
[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}
[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}
[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}
[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}
/**
 * Slide animations
 */
[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}
[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translate3d(0, 0, 0);
}
[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}
[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}
[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}
[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}
/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition-property: transform;
}
[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}
[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}
[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}
[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}
[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
.c-page {
  padding-top: 70px;
}
.c-content {
  padding: 20px;
}
@media (min-width: 1280px) {
  .c-content {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
.c-anchor {
  position: relative;
  height: 0;
  top: -60px;
  pointer-events: none;
}
.c-button {
  border: 0;
  background-color: #148acc;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  min-width: 220px;
  padding: 1em;
  text-decoration: none;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  transition: background 0.2s;
}
.c-button:hover, .c-button:focus {
  background-color: #29a5ea;
}
@media (max-width: 767px) {
  .c-button {
    min-width: 0;
  }
}
.c-button--inverted {
  background-color: #fff;
  color: #148acc;
}
.c-button--inverted:hover, .c-button--inverted:focus {
  background-color: #e3f3fc;
}
.c-button--outline {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #148acc;
  color: #148acc;
}
.c-button--outline:hover, .c-button--outline:focus {
  background-color: #e3f3fc;
}
.c-button--cycle-maintenance-maintenance {
  background-color: #00a99d;
}
.c-button--cycle-maintenance-service {
  background-color: #29aae1;
}
.c-button--cycle-maintenance-renewal {
  background-color: #0071bb;
}
.c-button-2 {
  background-color: #148acc;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  padding: 0.75em 1em;
  text-decoration: none;
  display: inline-flex;
  transition: background 0.2s;
}
.c-button-2:hover, .c-button-2:focus {
  background: #29a5ea;
}
.c-button-2--recruit {
  background-color: #00a99d;
}
.c-button-2--recruit:hover, .c-button-2--recruit:focus {
  background: #00c3b5;
}
.c-unstyle-list {
  padding-left: 0;
  list-style: none;
}
.c-input {
  border: 1px solid #c8c8c8;
  padding: 0.25em 0.5em;
}
.c-input--fill {
  display: inline-block;
  width: 100%;
}
.c-top {
  padding-top: 100vh;
}
.c-top-hero {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.c-top-hero__slider-item,
.c-top-recruit__slider-item {
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: 50% 50%;
  transition: transform 100s;
  transition-timing-function: linear;
}
.slick-current .c-top-hero__slider-item,
.slick-current .c-top-recruit__slider-item {
  transition-property: transform;
  transition-duration: 4s;
  transform: scale(1.1);
}
.c-top-hero__black,
.c-top-recruit__black {
  position: absolute;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-top-recruit__black {
  background-color: rgba(0, 0, 0, 0.75);
}
.c-header {
  position: fixed;
  z-index: 8;
  width: 100%;
  top: 0;
  left: 0;
}
.c-header--scrolled {
  transition: background 0.2s;
  background-color: #fff;
}
.c-header__layout {
  align-items: stretch;
}
.c-header__layout > * {
  display: flex;
}
.c-header__logo {
  padding: 20px 8px 10px 14px;
}
.c-header__totech {
  display: block;
  padding: 24px 12px 12px;
  width: 144px;
}
@media (max-width: 800px) {
  .c-header__totech {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 56px;
  }
}
.c-header__nav-closer {
  display: none;
}
@media (max-width: 800px) {
  .c-header__nav-closer {
    cursor: pointer;
    display: block;
    position: relative;
    width: 48px;
    height: 48px;
    margin: 5px 0;
  }
  .c-header__nav-closer::before, .c-header__nav-closer::after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background-color: #333;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
  }
  .c-header__nav-closer::before {
    transform: rotate(45deg);
  }
  .c-header__nav-closer::after {
    transform: rotate(-45deg);
  }
}
.c-header__nav {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 800px) {
  .c-header__nav {
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    background-color: #fff;
    width: 0;
    overflow: hidden;
    transition: width 0.2s;
  }
  .c-header__nav[aria-hidden=false] {
    width: 320px;
  }
}
.c-header-nav-layout {
  display: flex;
  align-items: stretch;
}
@media (max-width: 800px) {
  .c-header-nav-layout {
    width: 320px;
    flex-direction: column;
  }
}
.c-header-nav-layout__item {
  display: flex;
  align-items: center;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 900px) {
  .c-header-nav-layout__item {
    padding: 10px;
  }
}
@media (max-width: 800px) {
  .c-header-nav-layout__item:not(.c-header-nav-layout__item--contact) {
    color: #333;
    border-top: 1px solid #f0f0f0;
  }
}
.c-header-nav-layout__item[aria-current=page] {
  color: #148acc;
}
.c-header-nav-layout__item--scrolled {
  color: #333;
}
.c-header-nav-layout__item--contact {
  background: #f68e42;
  color: #fff;
  margin-left: 10px;
}
@media (max-width: 800px) {
  .c-header-nav-layout__item--contact {
    margin-left: 0;
  }
}
.c-header__humbarger-block {
  justify-content: flex-end;
  align-items: center;
  display: none;
}
@media (max-width: 800px) {
  .c-header__humbarger-block {
    display: flex;
    align-items: flex-start;
  }
}
.c-header-humbarger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  cursor: pointer;
  margin: 5px 0;
}
.c-header-humbarger > * + * {
  margin-top: 12px;
}
.c-header-humbarger__bar {
  display: block;
  width: 32px;
  height: 2px;
  background: #fff;
}
.c-header-humbarger--scrolled .c-header-humbarger__bar {
  background-color: #333;
}
.c-breadcrumbs {
  margin: 0;
  padding: 1em;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: 14px;
}
.c-breadcrumbs > * + * {
  margin-left: 2em;
  position: relative;
}
.c-breadcrumbs > * + *::before {
  content: "";
  display: block;
  border: 2px solid #333;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  position: absolute;
  left: -1.5em;
  width: 0.5em;
  height: 0.5em;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-breadcrumbs__link {
  color: #333;
  text-decoration: none;
}
.c-footer {
  position: relative;
  z-index: 7;
  margin-top: 3em;
}
.c-footer--top {
  margin-top: 0;
}
.c-footer__nav-layout {
  justify-content: center;
  margin: -8vw 0 0 -8vw;
}
.c-footer__nav-layout > * {
  max-width: 100%;
  padding: 8vw 0 0 8vw;
}
.c-footer__nav-layout > * {
  flex: 0 0 auto;
}
@media (max-width: 800px) {
  .c-footer__nav-layout {
    justify-content: flex-start;
    margin: -2em 0 0 -2em;
  }
  .c-footer__nav-layout > * {
    max-width: 100%;
    padding: 2em 0 0 2em;
  }
}
@media (max-width: 767px) {
  .c-footer__nav-layout {
    margin: -1em 0 0 -1em;
  }
  .c-footer__nav-layout > * {
    max-width: 100%;
    padding: 1em 0 0 1em;
  }
}
@media (max-width: 600px) {
  .c-footer__nav-layout {
    flex-direction: column;
  }
}
.c-footer__nav-block {
  padding: 30px;
  background-color: #275168;
  color: #fff;
}
.c-footer__nav-list {
  font-size: 16px;
  padding: 0;
  margin: 0;
  margin-bottom: 1em;
  list-style: none;
}
.c-footer__nav-list > * {
  margin-top: 0.25em;
}
.c-footer__nav-list .c-footer__nav-list {
  margin-top: 1em;
  font-size: 14px;
  padding-left: 0.5em;
}
.c-footer__nav-link {
  color: #fff;
  text-decoration: none;
}
.c-footer__nav-link[target=_blank] {
  display: flex;
}
.c-footer__nav-link[target=_blank]::after {
  display: block;
  width: 17px;
  height: 22px;
  margin: 0 0 0 5px;
  padding: 0;
  content: "";
  background-image: url(/img/EA0B.svg);
  background-size: 100% 100%;
  border-bottom: 2px solid #275168;
}
.c-footer__nav-link:hover, .c-footer__nav-link:focus {
  text-decoration: underline;
}
.c-footer__nav-link:hover::after, .c-footer__nav-link:focus::after {
  border-bottom: 2px solid #fff;
}
.c-footer__nav-logo {
  display: block;
  background: #fff;
  padding: 8px 10px 4px;
  max-width: 170px;
}
.c-footer__copyright-block {
  background-color: #333;
  color: #fff;
  font-size: 14px;
}
.c-footer__copyright {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-footer__page-top-link {
  background-color: #148acc;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-top-hero__content,
.c-top-recruit__content {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.c-top-hero__title,
.c-top-recruit__title {
  text-align: center;
  font-size: 40px;
}
@media (max-width: 767px) {
  .c-top-hero__title,
.c-top-recruit__title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .c-top-hero__sub-title,
.c-top-recruit__sub-title {
    display: flex;
    justify-content: center;
    text-align: left;
    padding: 0 1em;
  }
}
@-webkit-keyframes c-top-hero__arrow {
  0% {
    background-position: 50% 0;
  }
  50% {
    background-position: 50% 0;
  }
  100% {
    background-position: 50% 61px;
  }
}
@keyframes c-top-hero__arrow {
  0% {
    background-position: 50% 0;
  }
  50% {
    background-position: 50% 0;
  }
  100% {
    background-position: 50% 61px;
  }
}
.c-top-hero__arrow {
  width: 15px;
  height: 61px;
  background-image: url(../img/top-hero-arrow-down.svg);
  background-position: 50% 100%;
  display: block;
  margin: auto;
  position: absolute;
  bottom: 2vh;
  left: 0;
  right: 0;
  -webkit-animation-name: c-top-hero__arrow;
          animation-name: c-top-hero__arrow;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
.c-top-section {
  background-color: #fff;
  padding: 30px;
  overflow: hidden;
  text-align: center;
  z-index: 3;
  position: relative;
}
.c-top-section--inverted {
  background-color: #148acc;
  color: #fff;
}
.c-top-section--company {
  background-image: url(../img/japan-map.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-top-section--recruit {
  padding: 0;
}
.c-top-news-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1em;
}
.c-heading {
  font-size: 30px;
  font-weight: 400;
}
.c-heading--primary {
  color: #148acc;
}
.c-sub-heading {
  font-size: 14px;
  margin-top: 0;
  font-weight: 400;
  color: #148acc;
}
.c-heading-2,
.c-wysiwyg h2 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 0.25em;
  margin-top: 2em;
  border-bottom: 2px solid #148acc;
}
.c-heading-2-group {
  padding-bottom: 0.25em;
  margin-top: 2em;
  border-bottom: 2px solid #148acc;
}
.c-heading-2-group__layout {
  justify-content: space-between;
}
.c-heading-2-group__title {
  font-size: 24px;
  font-weight: 700;
}
.c-heading-3,
.c-wysiwyg h3 {
  font-size: 16px;
  font-weight: 700;
  padding: 0.5em;
  border-left: 4px solid #148acc;
}
.c-heading-3--color {
  color: #148acc;
}
.c-heading-4 {
  font-size: 18px;
  background-color: #66b3de;
  padding: 0.5em;
  font-weight: bold;
  color: #fff;
}
.c-heading-4--color {
  color: #333;
  background: none;
  border-bottom: 2px solid #333;
}
.c-heading-5 {
  font-size: 18px;
  font-weight: bold;
}
.c-heading-6 {
  font-size: 16px;
  font-weight: bold;
}
.c-heading-7 {
  font-size: 24px;
  font-weight: bold;
}
.c-heading-8 {
  background-color: #0071bb;
  border-radius: 80px;
  color: #fff;
  font-size: 24px;
  padding: 0.75em 1em;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  .c-heading-8 {
    text-align: left;
    border-radius: 24px;
  }
}
.c-heading-8--has-arrow-down {
  position: relative;
  margin-bottom: 80px;
}
.c-heading-8--has-arrow-down::before {
  content: "";
  display: block;
  position: absolute;
  width: 150px;
  height: 30px;
  background: #0071bb;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.c-heading-8--has-arrow-down::after {
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  border-color: transparent;
  border-width: 50px 110px 0;
  border-top-color: #0071bb;
  bottom: -80px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
}
.c-news-list {
  text-align: left;
  width: 100%;
}
.c-news-list__item {
  display: block;
  border-bottom: 1px solid #f0f0f0;
  padding: 0.5em;
  color: #333;
  text-decoration: none;
  transition: background 0.2s;
}
.c-news-list__item:hover, .c-news-list__item:focus {
  background-color: #dcedf7;
}
.c-news-list__item--no-link {
  pointer-events: none;
}
.c-news-list__layout {
  flex-wrap: nowrap;
  margin: 0 0 0 -1em;
}
.c-news-list__layout > * {
  max-width: 100%;
  padding: 0 0 0 1em;
}
@media (max-width: 767px) {
  .c-news-list__layout {
    flex-wrap: wrap;
  }
}
.c-news-list__date {
  font-style: 14px;
  font-weight: 700;
  flex: 0 0 auto;
  width: 7em;
}
.c-news-list__label {
  flex: 0 0 auto;
  width: calc(120px + 1em);
}
.c-label {
  display: inline-flex;
  background-color: #148acc;
  color: #fff;
  font-size: 14px;
  padding: 0.2em;
  width: 120px;
  justify-content: center;
  align-items: center;
}
.c-label--event {
  background-color: #67ba25;
}
.c-label--sustainability {
  background-color: #8bd100;
}
.c-label--news,
.c-label--notification {
  background-color: #f68e42;
}
.c-news-list__title {
  flex: 1 1 auto;
  width: 100%;
  font-size: 14px;
  text-decoration: underline;
}
.c-news-list__item--no-link .c-news-list__title {
  text-decoration: none;
}
@media (max-width: 767px) {
  .c-news-list__title {
    flex: 1 0 auto;
    margin-top: 0.5em;
  }
}
.c-footer__copyright-layout {
  align-items: stretch;
}
.c-page-heading {
  padding: 1em;
  margin: 0;
  font-weight: 400;
  font-size: 40px;
  background-color: #275168;
  color: #fff;
  background-position: 50% 50%;
  background-size: cover;
  background-image: url(../img/page-heading.jpg);
}
@media (max-width: 767px) {
  .c-page-heading {
    font-size: 32px;
  }
}
.c-nav-box {
  color: #fff;
  padding: 1em;
  display: flex;
  flex-direction: column;
  background-color: #275168;
  background-size: cover;
  background-position: 50% 50%;
  min-height: 300px;
  align-items: stretch;
}
.c-nav-box > * {
  flex: 1 1 auto;
  justify-content: stretch;
  min-height: 280px;
}
@media (max-width: 767px) {
  .c-nav-box {
    min-height: 0;
  }
}
.c-nav-box__title {
  font-size: 24px;
  font-weight: 700;
}
.c-nav-box__link {
  flex: 1 1 auto;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.c-nav-box-block {
  padding: 2em 0.5em;
}
.c-nav-box-layout {
  margin: -0.5em 0 0 -0.5em;
}
.c-nav-box-layout > * {
  max-width: 100%;
  padding: 0.5em 0 0 0.5em;
}
.c-nav-box-layout > * {
  flex: 0 0 auto;
  width: 50%;
}
@media (max-width: 767px) {
  .c-nav-box-layout > * {
    width: 100%;
  }
}
.c-category-nav__layout {
  flex-wrap: nowrap;
  align-items: stretch;
}
.c-category-nav__layout > * {
  flex: 1 1 auto;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
}
@media (max-width: 767px) {
  .c-category-nav__layout {
    flex-wrap: wrap;
  }
  .c-category-nav__layout > * {
    flex: 0 0 auto;
  }
}
.c-category-nav__link {
  flex: 1 1;
  border: 1px solid #148acc;
  background: #fff;
  color: #148acc;
  text-decoration: none;
  padding: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -1px 0 0 -1px;
  transition: background 0.2s;
}
.c-category-nav__link:hover, .c-category-nav__link:focus {
  background-color: #e3f3fc;
}
.c-category-nav__link[aria-current=page] {
  background: #148acc;
  color: #fff;
}
.c-featured-block {
  max-width: 768px;
}
.c-featured-text {
  font-size: 24px;
  font-weight: 400;
}
.c-featured-text--primary {
  color: #148acc;
}
.c-attention-text {
  font-size: 18px;
  font-weight: 700;
  color: #e22424;
}
.c-attention-text-2 {
  font-weight: 700;
  font-size: 24px;
  color: #ff7058;
}
.c-attention-word {
  color: #e22424;
  font-weight: 700;
}
.c-attention-word-2 {
  color: #e22424;
}
.c-page-title-block {
  text-align: center;
}
.c-cycle-maintenance {
  background: linear-gradient(180deg, #3db1e6 26.04%, #ffffff 100%);
  overflow: hidden;
  position: relative;
  padding-bottom: 25vh;
}
.c-cycle-maintenance__sky {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/img/company-cycle-maintenance-sky.svg);
  background-attachment: fixed;
  background-position: 50% 50%;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .c-cycle-maintenance__sky {
    background-size: contain;
  }
}
.c-cycle-maintenance__building {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url(/img/company-cycle-maintenance-buildings.svg) 50% 100% no-repeat;
  background-size: contain;
  pointer-events: none;
}
.c-cycle-maintenance__content {
  position: relative;
  padding: 25vh 30px;
  color: #fff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-cycle-maintenance__content {
    padding-left: 16px;
    padding-right: 16px;
    overflow: visible;
  }
}
.c-cycle-maintenance__layout {
  margin: -50vh 0 0 -50vh;
}
.c-cycle-maintenance__layout > * {
  max-width: 100%;
  padding: 50vh 0 0 50vh;
}
.c-cycle-maintenance__layout > * {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .c-cycle-maintenance__layout > * {
    margin: -40px 0 0 0;
  }
  .c-cycle-maintenance__layout > * > * {
    max-width: 100%;
    padding: 40px 0 0 0;
  }
}
.c-scroll-fade-in[data-scroll] {
  transition: all 1s;
  position: relative;
}
.c-scroll-fade-in[data-scroll=in] {
  opacity: 1;
  top: 0;
}
.c-scroll-fade-in[data-scroll=out] {
  top: -15vh;
  opacity: 0;
}
.c-cycle-maintenance__name {
  font-size: 24px;
  font-weight: 700;
}
.c-cycle-maintenance__title {
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .c-cycle-maintenance__title {
    font-size: 24px;
  }
}
.c-cycle-maintenance__logo {
  margin-top: 40px;
}
.c-cycle-maintenance__logo[data-scroll] {
  transition: all 1s;
  position: relative;
}
.c-cycle-maintenance__logo[data-scroll=in] {
  opacity: 1;
  top: 0;
  transform: scale(1) rotate(0deg);
}
.c-cycle-maintenance__logo[data-scroll=out] {
  top: -15vh;
  opacity: 0;
  transform: scale(0.8) rotate(-45deg);
}
.c-cycle-maintenance__circle {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-cycle-maintenance__circle[data-scroll] {
  transition: all 1s;
  position: relative;
}
.c-cycle-maintenance__circle[data-scroll=in] {
  opacity: 1;
  top: 0;
  transform: scale(1);
}
.c-cycle-maintenance__circle[data-scroll=out] {
  top: -15vh;
  opacity: 0;
  transform: scale(0.8);
}
.c-cycle-maintenance__circle-title {
  position: relative;
  z-index: 6;
}
@media (max-width: 767px) {
  .c-cycle-maintenance__circle-title {
    max-width: 80%;
  }
}
.c-cycle-maintenance__circle-text {
  color: #333;
  padding: 24px;
  padding-top: 40px;
  background-color: #fff;
  max-width: 573px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -20px;
  position: relative;
  z-index: 5;
}
.c-cycle-maintenance__circle-text > * {
  max-width: 100%;
}
.c-cycle-maintenance__circle-photo {
  position: absolute;
  z-index: 4;
}
.c-cycle-maintenance__circle-photo--maintenance-1 {
  top: -110px;
  left: -10px;
}
@media (max-width: 767px) {
  .c-cycle-maintenance__circle-photo--maintenance-1 {
    top: -40px;
    width: 140px;
  }
}
.c-cycle-maintenance__circle-photo--maintenance-2 {
  top: 180px;
  left: -80px;
}
@media (max-width: 767px) {
  .c-cycle-maintenance__circle-photo--maintenance-2 {
    top: -70px;
    left: 30px;
    width: 120px;
    right: 0;
    margin: auto;
  }
}
.c-cycle-maintenance__circle-photo--maintenance-3 {
  top: 150px;
  left: 470px;
}
@media (max-width: 767px) {
  .c-cycle-maintenance__circle-photo--maintenance-3 {
    top: 0px;
    right: 0;
    left: auto;
    width: 100px;
  }
}
.c-cycle-maintenance__circle-photo--service-1 {
  top: -90px;
  left: 350px;
}
@media (max-width: 767px) {
  .c-cycle-maintenance__circle-photo--service-1 {
    top: -70px;
    left: 0;
    right: 0;
    margin: auto;
    width: 120px;
  }
}
.c-cycle-maintenance__circle-photo--service-2 {
  top: 60px;
  left: -50px;
}
@media (max-width: 767px) {
  .c-cycle-maintenance__circle-photo--service-2 {
    top: -30px;
    left: 0;
    width: 130px;
  }
}
.c-cycle-maintenance__circle-photo--service-3 {
  top: 150px;
  left: 470px;
}
@media (max-width: 767px) {
  .c-cycle-maintenance__circle-photo--service-3 {
    top: -20px;
    right: 0;
    margin: auto;
    width: 130px;
    left: auto;
  }
}
.c-cycle-maintenance__circle-photo--renewal-1 {
  top: -90px;
  left: -20px;
}
@media (max-width: 767px) {
  .c-cycle-maintenance__circle-photo--renewal-1 {
    top: -80px;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
  }
}
.c-cycle-maintenance__circle-photo--renewal-2 {
  top: 160px;
  left: -90px;
}
@media (max-width: 767px) {
  .c-cycle-maintenance__circle-photo--renewal-2 {
    top: -20px;
    left: 0;
    margin: auto;
    width: 120px;
  }
}
.c-cycle-maintenance__circle-photo--renewal-3 {
  top: 150px;
  left: 470px;
}
@media (max-width: 767px) {
  .c-cycle-maintenance__circle-photo--renewal-3 {
    top: -20px;
    right: 0;
    margin: auto;
    width: 120px;
    left: auto;
  }
}
.c-cycle-maintenance__last {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-cycle-maintenance__last[data-scroll] {
  transition: all 1s;
  position: relative;
}
.c-cycle-maintenance__last[data-scroll=in] {
  opacity: 1;
  top: 0;
  transform: scale(1);
}
.c-cycle-maintenance__last[data-scroll=out] {
  top: -15vh;
  opacity: 0;
  transform: scale(0.8);
}
.c-cycle-maintenance__last-logo {
  position: relative;
  z-index: 1;
}
.c-cycle-maintenance__last-block {
  text-align: center;
  padding: 24px;
  padding-top: 80px;
  margin-top: -60px;
  background-color: rgba(255, 255, 255, 0.9);
}
.c-cycle-maintenance__last-text {
  color: #148acc;
  font-weight: 700;
  font-size: 24px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .c-cycle-maintenance__last-text {
    text-align: left;
  }
}
.c-anchor-nav__layout {
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
  margin: -0.5em 0 0 -1em;
}
.c-anchor-nav__layout > * {
  max-width: 100%;
  padding: 0.5em 0 0 1em;
}
.c-anchor-nav__link {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.c-anchor-nav__link::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: transparent;
  border-top-color: #148acc;
  margin-right: 0.25em;
  transition: color 0.2s;
}
.c-anchor-nav__link:hover, .c-anchor-nav__link:focus {
  text-decoration: underline;
  color: #275168;
}
.c-table {
  width: 100%;
}
.c-table th,
.c-table td {
  border: 0;
  padding: 0.5em;
  vertical-align: top;
}
.c-table th > *:first-child,
.c-table td > *:first-child {
  margin-top: 0;
}
.c-table th {
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
}
.c-table td {
  border-bottom: 1px solid #c8c8c8;
}
.c-table--contact th {
  width: 11em;
}
@media (max-width: 767px) {
  .c-table--contact tr,
.c-table--contact tbody,
.c-table--contact th,
.c-table--contact td {
    display: block;
  }
  .c-table--contact th {
    width: auto;
    text-align: left;
  }
}
.c-table-2 {
  width: 100%;
}
.c-table-2 th,
.c-table-2 td {
  padding: 0.5em;
  border: 1px solid #c8c8c8;
}
.c-table-2 th > *:first-child,
.c-table-2 td > *:first-child {
  margin-top: 0;
}
.c-table-2 th {
  font-weight: bold;
  text-align: center;
  background-color: #f0f0f0;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .c-table-2:not(.c-table-2--no-stack) {
    display: block;
  }
  .c-table-2:not(.c-table-2--no-stack) tbody,
.c-table-2:not(.c-table-2--no-stack) tr {
    display: block;
  }
  .c-table-2:not(.c-table-2--no-stack) th,
.c-table-2:not(.c-table-2--no-stack) td {
    display: block;
    margin-top: -1px;
  }
}
.c-table-2--color th {
  background-color: #dcedf7;
}
.c-table-2--gray th {
  background-color: #f0f0f0;
}
.c-2-column-history__year-block {
  flex: 0 0 auto;
  width: 6em;
}
.c-2-column-history__year {
  font-weight: bold;
  padding: 0.5em;
  white-space: nowrap;
}
.c-2-column-history__month-block {
  flex: 0 0 auto;
  width: 4em;
  display: flex;
  justify-content: flex-end;
}
.c-2-column-history__month {
  white-space: nowrap;
  font-weight: bold;
  padding: 0.5em;
}
.c-2-column-history__title-block {
  flex: 1 1;
  display: flex;
}
.c-2-column-history__title {
  border-bottom: 1px solid #c8c8c8;
  padding: 0.5em;
  flex: 1 1;
}
.c-2-column-history__content {
  flex: 0 0 auto;
  width: calc(100% - 120px);
}
.c-2-column-history__content-layout {
  align-items: stretch;
}
.c-2-column-history__content-layout > * {
  display: flex;
  justify-content: stretch;
  flex: 0 0 auto;
  width: 50%;
}
@media (max-width: 767px) {
  .c-2-column-history__content-layout > * {
    width: 100%;
  }
}
.c-2-column-history__content-layout-2 {
  display: flex;
  flex: 1 1;
  align-items: stretch;
}
.c-company-summay-logo {
  padding: 1.5em;
}
.c-box {
  background-color: #dcedf7;
  border-radius: 8px;
  padding: 1em;
}
.c-box--solid {
  border-radius: 0;
}
.c-box--shadow {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.c-branch-office-nav__layout {
  align-items: stretch;
}
.c-branch-office-nav__layout > * {
  flex: 1 1 auto;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-box-2 {
  background-color: #ffd9be;
  border-radius: 8px;
  padding: 1.5em 1em;
  font-weight: bold;
  display: flex;
  justify-content: center;
}
.c-branch-office-nav__photo {
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
  flex: 1 1;
}
.c-branch-office-nav__photo-back {
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.25;
  transform: scale(1.1);
  filter: blur(8px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.c-branch-office-nav__photo-front {
  height: 250px;
  width: 100%;
  position: relative;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.c-branch-office-nav__content {
  background: #dcedf7;
  flex: 1 1;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
}
.c-place-box {
  border-top: 1px solid #c8c8c8;
}
.c-tabs {
  border-bottom: 1px solid #c8c8c8;
}
@media (max-width: 767px) {
  .c-tabs {
    overflow: auto;
    margin-bottom: 1px;
  }
}
.c-tabs--in-group {
  border: 0;
}
.c-tabs__layout {
  display: flex;
  justify-content: center;
  padding: 0 20px;
}
.c-tabs__layout > * {
  flex: 1 1 auto;
}
.c-tabs__layout > * + * {
  margin-left: 0.5em;
}
@media (max-width: 767px) {
  .c-tabs__layout {
    justify-content: flex-start;
  }
}
.c-tabs__layout--in-group {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1280px) {
  .c-tabs__layout {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .c-tabs__layout--in-group {
    padding-left: 0;
    padding-right: 0;
  }
}
.c-tabs__tab {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.75em 1.5em;
  border-radius: 4px 4px 0 0;
  text-decoration: none;
  background-color: #dcedf7;
  color: #333;
  border: 1px solid #dcedf7;
  border-bottom: 0;
  transition-property: background border;
  transition-duration: 0.2s;
}
.c-tabs__tab:hover, .c-tabs__tab:focus {
  background-color: #fff;
  border-color: #c8c8c8;
}
.c-tabs__tab[aria-current=page] {
  background-color: #fff;
  border-color: #c8c8c8;
  position: relative;
}
.c-tabs__tab[aria-current=page]::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #fff;
}
@media (max-width: 767px) {
  .c-tabs__tab[aria-current=page]::after {
    content: none;
  }
}
@media (max-width: 767px) {
  .c-tabs__tab {
    white-space: nowrap;
  }
}
.c-tabs-groups {
  border-bottom: 1px solid #c8c8c8;
}
@media (max-width: 767px) {
  .c-tabs-groups {
    overflow: auto;
    margin-bottom: 1px;
  }
}
.c-tabs-groups__layout {
  display: flex;
  margin: -1.5em 0 0 -1.5em;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
}
.c-tabs-groups__layout > * {
  padding: 1.5em 0 0 1.5em;
}
.c-tabs-groups__group-name {
  border-bottom: 1px solid #148acc;
  margin-bottom: 0.5em;
  padding-bottom: 0.25em;
}
.c-comment-box {
  background-color: #cceeeb;
  border-radius: 10px;
  position: relative;
  padding: 40px 30px 30px;
  margin-top: 1.5em;
}
@media (max-width: 767px) {
  .c-comment-box {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.c-comment-box--primary {
  background-color: #dcedf7;
}
.c-comment-box--green {
  background-color: #e1f1d3;
}
.c-comment-box--green-2 {
  background-color: #bfe9e6;
}
.c-comment-box--blue-light {
  background-color: #c9eaf7;
}
.c-comment-box--blue-dark {
  background-color: #bfdbee;
}
.c-comment-box--red {
  background-color: #ffdbd5;
}
.c-comment-box__title-block {
  position: absolute;
  display: flex;
  justify-content: center;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  transform: translateY(-50%);
}
.c-comment-box__title {
  border: 2px solid #00a99d;
  border-radius: 100px;
  background-color: #fff;
  color: #00a99d;
  display: flex;
  justify-content: center;
  padding: 0.5em 1em;
  font-weight: bold;
  flex-wrap: wrap;
}
.c-comment-box__title--primary {
  border-color: #148acc;
  color: #148acc;
}
.c-comment-box__title--green {
  border-color: #67ba25;
  color: #67ba25;
}
.c-comment-box__title--green-2 {
  border-color: #00a99d;
  color: #00a99d;
}
.c-comment-box__title--blue-light {
  border-color: #29aae1;
  color: #29aae1;
}
.c-comment-box__title--blue-dark {
  border-color: #0071bb;
  color: #0071bb;
}
.c-comment-box__title--red {
  border-color: #ff7058;
  color: #ff7058;
}
.c-comment-box__title-name {
  font-weight: bold;
}
.c-comment-box__title-text {
  font-weight: normal;
}
.c-slick-slider {
  margin-left: auto;
  margin-right: auto;
}
.c-slick-slider .slick-prev,
.c-slick-slider .slick-next {
  z-index: 1;
}
.c-slick-slider .slick-prev {
  left: 8px;
}
.c-slick-slider .slick-next {
  right: 8px;
}
.c-slick-slider .slick-dots {
  bottom: -32px;
}
.c-slick-slider .slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
  padding: 8px;
}
.c-slick-slider .slick-dots li button {
  padding: 0;
  width: auto;
  height: auto;
}
.c-slick-slider .slick-dots li button::before {
  content: "";
  background-color: #148acc;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: relative;
  display: block;
}
.c-separator {
  height: 0;
  border: 0;
  display: block;
  border-top: 1px solid #c8c8c8;
  width: 100%;
  margin: 1em 0 0;
}
.c-banner-box {
  background-color: #fff;
  border: 1px solid #c8c8c8;
  padding: 20px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #333;
  transition: border 0.2s;
}
.c-banner-box > * + * {
  margin-top: 0.5em;
}
.c-banner-box:hover, .c-banner-box:focus {
  border-color: #148acc;
}
.c-banner-box--recruit-banner {
  max-width: 320px;
}
.c-banner-box__title {
  font-size: 24px;
  font-weight: bold;
}
.c-link-list {
  list-style: none;
  padding: 0;
}
.c-link-list > * + * {
  margin-top: 0.5em;
}
.c-link-list__link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.c-link-list__link:hover, .c-link-list__link:focus {
  text-decoration: underline;
}
.c-link-list__link::before {
  content: "";
  display: block;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-left-color: #148acc;
  margin-right: 0.5em;
  width: 0;
  height: 0;
}
.c-recruit-voice-nav-box {
  display: flex;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  min-height: 340px;
}
.c-recruit-voice-nav-box > * {
  flex: 1 1 auto;
  width: 50%;
  min-height: 340px;
}
.c-recruit-voice-nav-box--no-link {
  pointer-events: none;
}
@media (max-width: 767px) {
  .c-recruit-voice-nav-box--single {
    flex-direction: column;
    min-height: 0;
  }
  .c-recruit-voice-nav-box--single > * {
    width: 100%;
  }
}
.c-recruit-voice-nav-box__photo {
  background-position: 50% 20%;
  background-size: cover;
}
@media (max-width: 767px) {
  .c-recruit-voice-nav-box__photo {
    min-height: 240px;
  }
}
.c-recruit-voice-nav-box__info {
  background-color: #148acc;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em;
}
.c-recruit-voice-nav-box__year {
  border: 1px solid #fff;
  padding: 0.25em 0.5em;
  margin-top: 0.5em;
}
.c-recruit-voice-nav-box__name {
  font-size: 24px;
  letter-spacing: 0.4em;
  margin-top: 0.5em;
}
@media (max-width: 767px) {
  .c-recruit-voice-nav-box__name {
    letter-spacing: normal;
  }
}
.c-recruit-voice-nav-box__name--single {
  font-size: 36px;
}
.c-recruit-voices-layout > * {
  flex: 0 0 auto;
  width: 50%;
}
@media (max-width: 767px) {
  .c-recruit-voices-layout > * {
    width: 100%;
    flex: 1 1 auto;
  }
}
.c-recruit-voices-group-banner {
  border-radius: 5px;
  overflow: hidden;
  background-color: #148acc;
  background-image: url(../img/recript-voices-top-photo-group.jpg);
  background-position: 50% 25%;
  background-size: cover;
  display: block;
  min-height: 340px;
  font-size: 24px;
  padding: 1em;
  color: #fff;
  text-decoration: none;
}
.c-company-place-map {
  background-image: url(../img/company-places-map-japan.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.c-recruit-voice-name {
  font-weight: bold;
}
.c-step-box {
  position: relative;
}
.c-step-box::before {
  content: "";
  display: block;
  width: 20px;
  height: calc(100% - 20px);
  left: 22px;
  top: 0;
  position: absolute;
  background-color: #00a99d;
}
.c-step-box::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 30px 20px 0;
  border-top-color: #00a99d;
  bottom: 0;
  left: 12px;
  position: absolute;
}
.c-step-box--step-2::before {
  background-color: #29aae1;
}
.c-step-box--step-2::after {
  border-top-color: #29aae1;
}
.c-step-box--step-3::before, .c-step-box--step-3::after {
  content: none;
}
.c-step-box__heading {
  position: relative;
  padding: 0.25em 0;
  padding-left: 68px;
  background-color: #fff;
  background-color: #80d3cd;
  border-radius: 100px;
  margin: 1em 0;
}
.c-step-box--step-2 .c-step-box__heading {
  background-color: #94d4f0;
}
.c-step-box--step-3 .c-step-box__heading {
  background-color: #80b8dd;
}
.c-step-box__step {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  position: absolute;
  background-color: #00a99d;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-step-box--step-2 .c-step-box__step {
  background-color: #29aae1;
}
.c-step-box--step-3 .c-step-box__step {
  background-color: #0071bb;
}
.c-step-box__step-number {
  font-size: 24px;
}
.c-step-box__heading-text {
  font-size: 24px;
}
.c-step-box__content {
  padding: 1em 1em 1em 72px;
}
.c-indented {
  padding-left: 1em;
}
.c-form-label {
  font-size: 14px;
  color: #c8c8c8;
  padding-right: 0.5em;
}
.c-required-mark {
  color: #e22424;
  font-weight: bold;
  margin-left: 0.25em;
}
.c-business-top-block {
  background-image: url(../img/business-top-illust.jpg);
  background-size: cover;
  background-position: 50% 0%;
}
.c-business-steps__layout {
  margin: -8px 0 0 0;
  justify-content: center;
  align-items: center;
}
.c-business-steps__layout > * {
  max-width: 100%;
  padding: 8px 0 0 0;
}
.c-business-steps__layout > * + * {
  display: flex;
  align-items: center;
}
.c-business-steps__layout > * + *::before {
  content: url(../img/arrow-right.svg);
  margin: 0 4px;
}
.c-business-steps__step {
  border-radius: 10px;
  border: 3px solid #148acc;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1em;
}
.c-business-steps__title {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
.c-business-steps__sub-title {
  font-size: 12px;
}
.c-business-lineup__layout {
  margin: -5px 0 0 -5px;
  align-items: stretch;
}
.c-business-lineup__layout > * {
  max-width: 100%;
  padding: 5px 0 0 5px;
}
.c-business-lineup__layout > * {
  width: 20%;
  display: flex;
}
@media (max-width: 767px) {
  .c-business-lineup__layout {
    justify-content: center;
  }
  .c-business-lineup__layout > * {
    width: 50%;
  }
}
.c-business-lineup__item {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1;
}
.c-business-lineup__icon-box {
  background-color: #148acc;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.c-business-lineup__title {
  font-weight: bold;
  text-align: center;
}
.c-business-lineup--item-layout {
  margin: -0.5em 0 0 -0.5em;
  align-items: center;
}
.c-business-lineup--item-layout > * {
  max-width: 100%;
  padding: 0.5em 0 0 0.5em;
}
.c-business-lineup__lists {
  margin: -0.2em 0 0 -0.2em;
  align-items: center;
  font-size: 11px;
}
.c-business-lineup__lists > * {
  max-width: 100%;
  padding: 0.2em 0 0 0.2em;
}
.c-boxes {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: -10px 0 0 -10px;
}
.c-boxes > * {
  max-width: 100%;
  padding: 10px 0 0 10px;
}
.c-boxes > * {
  display: flex;
  align-items: stretch;
  flex: 0 0 auto;
  width: 33.333%;
  justify-content: stretch;
}
@media (max-width: 767px) {
  .c-boxes > * {
    width: 50%;
  }
}
.c-boxes__box {
  border: 1px solid #c8c8c8;
  background-color: #fff;
  padding: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 1;
  position: relative;
}
.c-boxes__box > *:first-child {
  margin-top: 0;
}
.c-boxes__box > * {
  max-width: 100%;
}
.c-boxes__box .mwform-checkbox-field-text {
  display: none;
}
.c-boxes__box p:empty {
  display: none;
}
.c-boxes__box--featured {
  background-color: #ffd05b;
}
.c-boxes__box--checkbox {
  position: absolute;
  font-size: 2em;
  top: 5px;
  left: 5px;
  transform-origin: 0 0;
  transform: scale(1.5);
}
.c-boxes__box--checkbox:checked + .c-boxes__checked-box {
  position: absolute;
  display: block;
  background-color: #148acc;
  opacity: 0.2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-photo-box {
  position: relative;
}
.c-photo-box__title {
  padding: 0.25em 0.5em;
  background-color: #148acc;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.c-photo-box-2 {
  margin: -10px 0 0 -10px;
  align-items: stretch;
}
.c-photo-box-2 > * {
  max-width: 100%;
  padding: 10px 0 0 10px;
}
.c-photo-box-2 > * {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
}
.c-business-service-photos-layout {
  -ms-grid-row-align: center;
      align-self: center;
}
.c-outline-box {
  border: 1px solid #c8c8c8;
  background-color: #fff;
  padding: 0.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
}
.c-outline-box > *:first-child {
  margin-top: 0;
}
.c-wysiwyg .wp-block-file {
  margin-top: 1em;
}
.c-date-label {
  font-weight: 700;
}
.c-data-after-title-block {
  margin-top: 0.2em;
  display: flex;
  justify-content: flex-end;
}
.c-separator {
  height: 0;
  border-top: 1px solid #dcedf7;
  margin-top: 2em;
}
.c-recruit-training-nb {
  display: flex;
  justify-content: center;
  gap: 0 1em;
  flex-wrap: wrap;
  margin: 1em 0 0;
}
@media (max-width: 767px) {
  .c-recruit-training-nb {
    display: block;
  }
}
.c-recruit-training-nb-fig {
  margin: 0 auto 1em;
  display: block;
  flex: 0 1 auto;
  text-align: center;
}
.c-recruit-training-nb-img {
  display: block;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 767px) {
  .c-recruit-training-nb-img {
    margin: 0 auto;
  }
}
.c-recruit-training-nb-child {
  display: flex;
}
@media (max-width: 767px) {
  .c-recruit-training-nb-child {
    display: block;
  }
}
.c-recruit-training-nb-div {
  margin-right: 1em;
}
@media (max-width: 767px) {
  .c-recruit-training-nb-div {
    margin: 0 0 1em 0;
  }
}
.c-crosstalk-head-box {
  display: block;
  position: absolute;
  z-index: 10;
  top: -240px;
  right: 70px;
  left: 70px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .c-crosstalk-head-box {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    padding: 75px 16px 0;
  }
}
.c-crosstalk-head-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 900px;
}
.c-crosstalk-head-img {
  display: block;
  border: 10px solid #7EBFE3;
}
@media (max-width: 767px) {
  .c-crosstalk-head-img {
    border-width: 6px;
  }
}
.c-crosstalk-head-title {
  display: flex;
  position: absolute;
  z-index: 30;
  bottom: 0;
  right: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  margin: 0 10px 10px auto;
  width: 420px;
  height: 80px;
  background: #148ACC;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 7.59px;
}
@media (max-width: 767px) {
  .c-crosstalk-head-title {
    margin: 0 auto 6px;
    width: 226px;
    height: 46px;
    font-size: 14px;
    letter-spacing: 4.29px;
  }
}
.c-crosstalk-head-text {
  position: absolute;
  top: -105px;
  left: -70px;
  z-index: 40;
  width: 385px;
}
@media (max-width: 767px) {
  .c-crosstalk-head-text {
    width: 175px;
    left: -7px;
    top: -46px;
  }
}
.c-crosstalk-head-line {
  margin: 0 20px;
  padding: 360px 0 30px;
  text-align: center;
  font-size: 18px;
  line-height: 42px;
  letter-spacing: 3.78px;
  color: #231815;
}
@media (max-width: 767px) {
  .c-crosstalk-head-line {
    padding: 33px 0 42px;
    text-align: left;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: normal;
  }
}
.c-crosstalk-head-arrow {
  display: block;
  width: 61px;
  margin: 0 auto;
}
.c-crosstalk-menber {
  position: relative;
  z-index: 1;
  max-width: 1130px;
  margin: 95px auto 0;
}
@media (max-width: 767px) {
  .c-crosstalk-menber {
    margin-top: 60px;
  }
}
.c-crosstalk-menber-wrapper {
  margin: 0 20px;
  background: #fff;
  border: 1px solid #148ACC;
}
.c-crosstalk-menber-title {
  display: block;
  position: absolute;
  top: -55px;
  right: 0;
  left: 0;
  width: 285px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .c-crosstalk-menber-title {
    width: 162px;
    top: -27px;
  }
}
.c-crosstalk-menber-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (54px)[16];
  grid-template-columns: repeat(16, 54px);
  -ms-grid-rows: (1fr)[2];
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  padding: 100px 0 40px;
}
@media (max-width: 900px) {
  .c-crosstalk-menber-box {
    -ms-grid-columns: (1fr)[16];
    grid-template-columns: repeat(16, 1fr);
  }
}
@media (max-width: 767px) {
  .c-crosstalk-menber-box {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
    padding: 60px 0 27px;
  }
}
@media (max-width: 600px) {
  .c-crosstalk-menber-box {
    justify-content: flex-start;
    width: 420px;
    margin: 0 auto;
  }
}
@media (max-width: 490px) {
  .c-crosstalk-menber-box {
    width: 270px;
  }
}
.c-crosstalk-menber-inner {
  width: 216px;
  margin: 0 auto 50px;
}
@media (max-width: 900px) {
  .c-crosstalk-menber-inner {
    width: auto;
  }
}
@media (max-width: 767px) {
  .c-crosstalk-menber-inner {
    margin-bottom: 16px;
  }
}
@media (max-width: 605px) {
  .c-crosstalk-menber-inner {
    margin-right: 0;
    margin-left: 0;
  }
}
.c-crosstalk-menber-inner--1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 4;
  grid-area: 1/3/2/7;
}
.c-crosstalk-menber-inner--2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 7;
  -ms-grid-column-span: 4;
  grid-area: 1/7/2/11;
}
.c-crosstalk-menber-inner--3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 11;
  -ms-grid-column-span: 4;
  grid-area: 1/11/2/15;
}
.c-crosstalk-menber-inner--4 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-area: 2/1/3/5;
}
.c-crosstalk-menber-inner--5 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 4;
  grid-area: 2/5/3/9;
}
.c-crosstalk-menber-inner--6 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 9;
  -ms-grid-column-span: 4;
  grid-area: 2/9/3/13;
}
.c-crosstalk-menber-inner--7 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 13;
  -ms-grid-column-span: 4;
  grid-area: 2/13/3/17;
}
.c-crosstalk-menber-img {
  display: block;
  width: 150px;
  margin: 0 auto 20px;
}
@media (max-width: 900px) {
  .c-crosstalk-menber-img {
    width: 120px;
    margin: 0 auto 14px;
  }
}
.c-crosstalk-menber-tag {
  display: flex;
  height: 30px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
}
@media (max-width: 900px) {
  .c-crosstalk-menber-tag {
    height: auto;
    margin: 0 auto 7px;
    padding: 5px;
    font-size: 16px;
    line-height: 20px;
  }
}
.c-crosstalk-menber-tag--sales {
  width: 80px;
  background: #0F9E93;
}
@media (max-width: 900px) {
  .c-crosstalk-menber-tag--sales {
    width: 60px;
  }
}
.c-crosstalk-menber-tag--fe {
  width: 180px;
  background: #00A7E2;
}
@media (max-width: 900px) {
  .c-crosstalk-menber-tag--fe {
    width: 100px;
    padding: 5px 11px;
  }
}
.c-crosstalk-menber-tag--k {
  width: 130px;
  background: #086BAD;
}
@media (max-width: 900px) {
  .c-crosstalk-menber-tag--k {
    width: 100px;
  }
}
.c-crosstalk-menber-name {
  margin: 0 auto;
  font-size: 22px;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: 4.62px;
  color: #231815;
  text-align: center;
}
@media (max-width: 900px) {
  .c-crosstalk-menber-name {
    font-size: 18px;
    line-height: 28px;
  }
}
.c-crosstalk-menber-text {
  margin: 0 auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 2.94px;
  color: #231815;
  text-align: center;
}
.c-crosstalk-article {
  padding: 15px 0 0;
}
.c-crosstalk-article-head {
  display: flex;
  align-items: flex-end;
  margin: 75px auto 0;
  max-width: 1300px;
  gap: 0 80px;
}
@media (max-width: 767px) {
  .c-crosstalk-article-head {
    display: block;
    margin-top: 33px;
    padding: 0 17px;
  }
}
.c-crosstalk-article-head--r {
  flex-direction: row-reverse;
}
.c-crosstalk-article-head-box {
  flex: 0 1 50%;
  width: calc(50% - 40px);
  min-height: 450px;
}
@media (max-width: 767px) {
  .c-crosstalk-article-head-box {
    width: auto;
    min-height: auto;
  }
}
.c-crosstalk-article-head-inner {
  margin: 30px 0 0 115px;
}
@media (max-width: 767px) {
  .c-crosstalk-article-head-inner {
    margin: 0;
  }
}
.c-crosstalk-article-head-inner--r {
  margin: 30px 0 0 0;
}
@media (max-width: 767px) {
  .c-crosstalk-article-head-inner--r {
    margin: 0;
  }
}
.c-crosstalk-article-head-talk {
  display: block;
  width: 183px;
  margin: 0;
}
@media (max-width: 767px) {
  .c-crosstalk-article-head-talk {
    width: 131px;
  }
}
@media (max-width: 767px) {
  .c-crosstalk-article-head-talk--r {
    margin: 0;
  }
}
.c-crosstalk-article-head-title {
  display: block;
  margin: 40px 0 0 10px;
  font-size: 25px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 3.75px;
  color: #231815;
}
@media (max-width: 767px) {
  .c-crosstalk-article-head-title {
    margin: 23px 3px 0;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: normal;
  }
}
.c-crosstalk-article-head-title--r {
  margin: 40px 0 0 10px;
}
@media (max-width: 767px) {
  .c-crosstalk-article-head-title--r {
    margin: 23px 3px 0;
  }
}
.c-crosstalk-article-head-title span {
  display: inline;
  background: linear-gradient(transparent 60%, #D0E8F5 40%);
}
.c-crosstalk-article-head-textout {
  display: flex;
  margin: 25px 0 58px 20px;
}
@media (max-width: 767px) {
  .c-crosstalk-article-head-textout {
    margin: 16px 3px 40px;
  }
}
.c-crosstalk-article-head-textout::before {
  content: "";
  display: block;
  margin: 20px 0 0 0;
  height: 1px;
  width: 50px;
  background: #1570A3;
}
@media (max-width: 767px) {
  .c-crosstalk-article-head-textout::before {
    content: none;
  }
}
.c-crosstalk-article-head-text {
  margin: 0 0 0 20px;
  font-size: 17px;
  line-height: 40px;
  letter-spacing: 2.55px;
  color: #231815;
}
@media (max-width: 767px) {
  .c-crosstalk-article-head-text {
    margin: 0;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: normal;
  }
}
.c-crosstalk-article-head-boximg {
  flex: 0 1 50%;
}
@media (max-width: 767px) {
  .c-crosstalk-article-head-boximg {
    margin: 0 25px;
  }
}
.c-crosstalk-article-head-img {
  display: block;
  margin: 0 0 0 auto;
  max-width: 600px;
  width: 100%;
  border: 8px solid #1570A3;
}
@media (max-width: 767px) {
  .c-crosstalk-article-head-img {
    margin: 0 auto;
    border-width: 3px;
  }
}
.c-crosstalk-article-head-img--r {
  margin: 0 auto 0 0;
}
@media (max-width: 767px) {
  .c-crosstalk-article-head-img--r {
    margin: 0 auto;
  }
}
.c-crosstalk-article-main {
  display: none;
  background: #C4E2F2;
  padding: 0 0 70px;
}
@media (max-width: 767px) {
  .c-crosstalk-article-main {
    margin: 35px 0 0;
    padding-bottom: 45px;
  }
}
.c-crosstalk-article-main-title {
  margin: 0;
  padding: 100px 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .c-crosstalk-article-main-title {
    padding: 27px 20px 45px;
  }
}
.c-crosstalk-article-main-title-q {
  display: block;
  margin: 0 auto;
  font-weight: 700;
  font-size: 44px;
  letter-spacing: 6.6px;
  color: #1570A2;
}
@media (max-width: 767px) {
  .c-crosstalk-article-main-title-q {
    font-size: 30px;
    letter-spacing: 4.5px;
  }
}
.c-crosstalk-article-main-title-q--ban {
  color: #EF9C4F;
}
.c-crosstalk-article-main-title-j {
  display: block;
  font-size: 22px;
  font-weight: 500;
  line-height: 42.58px;
  letter-spacing: 3.3px;
  color: #231815;
}
@media (max-width: 767px) {
  .c-crosstalk-article-main-title-j {
    margin-top: 9px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: normal;
  }
}
.c-crosstalk-article-main-title-j span {
  display: inline-block;
}
.c-crosstalk-answer {
  display: flex;
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 20px;
  gap: 0 20px;
}
@media (max-width: 767px) {
  .c-crosstalk-answer {
    display: block;
    gap: 0;
  }
}
.c-crosstalk-answer-box {
  flex: 0 1 69%;
}
.c-crosstalk-answer-boximg {
  flex: 0 1 31%;
  max-width: 338px;
}
@media (max-width: 767px) {
  .c-crosstalk-answer-boximg {
    display: flex;
    gap: 0 10px;
    max-width: none;
  }
}
.c-crosstalk-answer-inner {
  display: flex;
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .c-crosstalk-answer-inner {
    margin-bottom: 25px;
  }
}
.c-crosstalk-answer-face {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 25px 0 0;
}
@media (max-width: 767px) {
  .c-crosstalk-answer-face {
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }
}
.c-crosstalk-answer-text {
  margin: 0;
  max-width: 550px;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 2.1px;
  color: #231815;
}
@media (max-width: 767px) {
  .c-crosstalk-answer-text {
    max-width: none;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: normal;
  }
}
.c-crosstalk-answer-name1 {
  color: #0F9E93;
}
.c-crosstalk-answer-name2 {
  color: #00A7E2;
}
.c-crosstalk-answer-name3 {
  color: #086BAD;
}
.c-crosstalk-answer-line {
  background: linear-gradient(transparent 60%, #FCEBCC 40%);
}
.c-crosstalk-answer-photo {
  display: block;
  height: auto;
  max-width: 338px;
  width: 100%;
  margin: 0 auto 25px;
  border: 8px solid #1570A2;
}
@media (max-width: 767px) {
  .c-crosstalk-answer-photo {
    margin: 0;
    width: calc(50% - 5px);
    max-width: none;
    border-width: 3px;
  }
}
.c-crosstalk-answer-photoban {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  border: 8px solid #F5C495;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .c-crosstalk-answer-photoban {
    max-width: 200px;
    border-width: 4px;
  }
}
.c-crosstalk-mainten {
  max-width: 1120px;
  margin: 40px auto 0;
}
@media (max-width: 767px) {
  .c-crosstalk-mainten {
    margin: 30px auto 19px;
  }
}
.c-crosstalk-mainten-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 20px 70px 60px;
  margin: 0 20px;
  gap: 0 70px;
  border: 1px solid #1D81BD;
  background: #fff;
}
@media (max-width: 767px) {
  .c-crosstalk-mainten-wrapper {
    display: block;
    padding: 25px 20px 45px;
    gap: 0;
  }
}
.c-crosstalk-mainten-imgbox {
  flex: 0 1 53%;
  max-width: 470px;
  margin: 0;
}
@media (max-width: 767px) {
  .c-crosstalk-mainten-imgbox {
    margin: 0 auto;
    max-width: 100%;
  }
}
.c-crosstalk-mainten-col {
  flex: 0 1 47%;
  max-width: 458px;
  margin: 0;
}
@media (max-width: 767px) {
  .c-crosstalk-mainten-col {
    max-width: 100%;
  }
}
.c-crosstalk-mainten-title {
  margin: 4px 0 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 51px;
  letter-spacing: 3.9px;
  color: #1B80BB;
}
@media (max-width: 767px) {
  .c-crosstalk-mainten-title {
    margin-top: 33px;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 2.7px;
    text-align: center;
  }
}
.c-crosstalk-mainten-text {
  margin: 30px 0 37px;
  font-size: 18px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 2.7px;
  color: #231815;
}
@media (max-width: 767px) {
  .c-crosstalk-mainten-text {
    margin: 13px 0 30px;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
  }
}
.c-crosstalk-mainten-link {
  display: flex;
  max-width: 397px;
  height: 95px;
  gap: 23px;
  align-items: center;
  padding: 0 25px;
  background: #1B80BB;
  text-decoration: none;
  font-size: 20px;
  font-weight: 300;
  line-height: 33.17px;
  letter-spacing: 2px;
  color: #fff;
  box-shadow: 4px 4px 0 0 #1D2C56;
}
@media (max-width: 767px) {
  .c-crosstalk-mainten-link {
    margin: 0 auto;
    padding: 0 13px 0 25px;
    gap: 50px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1.8px;
    box-shadow: 3px 3px 0 0 #1D2C56;
  }
}
.c-crosstalk-mainten-link::after {
  content: "〉";
  display: block;
}
.c-crosstalk-mainten-btn {
  flex: 1 1;
  max-width: 285px;
}
.c-crosstalk-accordion {
  background: #1570A2;
  padding: 0;
}
.c-crosstalk-accordion--ban {
  background: none;
}
@media (max-width: 767px) {
  .c-crosstalk-accordion--ban {
    padding-top: 35px;
  }
}
.c-crosstalk-accordion-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 130px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 0 0;
}
@media (max-width: 767px) {
  .c-crosstalk-accordion-btn {
    height: 80px;
    padding-top: 11px;
  }
}
.c-crosstalk-accordion-btn--on .c-crosstalk-accordion-text {
  opacity: 0;
}
.c-crosstalk-accordion-btn--on .c-crosstalk-accordion-text--ban1 {
  opacity: 1;
}
.c-crosstalk-accordion-btn--on .c-crosstalk-accordion-arrow {
  transform: translateY(-18px) rotateX(180deg);
}
@media (max-width: 767px) {
  .c-crosstalk-accordion-btn--on .c-crosstalk-accordion-arrow {
    transform: translateY(-9px) rotateX(180deg);
  }
}
.c-crosstalk-accordion-btn--on .c-crosstalk-accordion-arrow--ban {
  transform: translateY(0) rotateX(180deg);
}
.c-crosstalk-accordion-text {
  margin: 0 0 6px;
  font-size: 20px;
  text-align: center;
  line-height: 2;
  letter-spacing: 3px;
  color: #fff;
  transition: 3s all;
}
@media (max-width: 767px) {
  .c-crosstalk-accordion-text {
    margin-bottom: 3px;
    font-size: 13px;
    letter-spacing: 1.95px;
  }
}
.c-crosstalk-accordion-text--ban {
  color: #EF9C4F;
}
.c-crosstalk-accordion-text--ban1 {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  opacity: 0;
  color: #EF9C4F;
}
@media (max-width: 767px) {
  .c-crosstalk-accordion-text--ban1 {
    top: 11px;
  }
}
.c-crosstalk-accordion-arrow {
  display: block;
  width: 50px;
  margin: 0 auto;
  transition: 3s all;
}
.c-crosstalk-accordion-arrow svg {
  fill: #fff;
}
.c-crosstalk-accordion-arrow--ban svg {
  fill: #EF9C4F;
}
.c-crosstalk-ban {
  position: relative;
  z-index: 1;
}
.c-crosstalk-ban-wrapper {
  max-width: 596px;
  margin: 0 auto;
  padding: 185px 0 90px;
}
@media (max-width: 767px) {
  .c-crosstalk-ban-wrapper {
    max-width: none;
    padding: 50px 0 0;
  }
}
.c-crosstalk-ban-tit {
  display: block;
  width: 218px;
}
@media (max-width: 767px) {
  .c-crosstalk-ban-tit {
    width: 161px;
    margin: 0 auto;
  }
}
.c-crosstalk-ban-title {
  display: block;
  width: 218px;
  margin: 20px 0 0 0;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 38.68px;
  letter-spacing: 2.7px;
  color: #231815;
}
@media (max-width: 767px) {
  .c-crosstalk-ban-title {
    margin: 19px auto 234px;
    line-height: 32.14px;
    letter-spacing: normal;
  }
}
.c-crosstalk-ban-title span {
  background: linear-gradient(transparent 60%, #FBE6D3 40%);
}
.c-crosstalk-ban-col1 {
  position: absolute;
  z-index: 10;
  top: 74px;
  left: 0;
  right: 0;
  width: 856px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .c-crosstalk-ban-col1 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .c-crosstalk-ban-col1 {
    top: 190px;
  }
}
.c-crosstalk-ban-img {
  display: block;
  margin: 0 0 0 auto;
  border-radius: 50%;
  width: 380px;
}
@media (max-width: 767px) {
  .c-crosstalk-ban-img {
    width: 220px;
    margin: 0 auto;
  }
}
.c-crosstalk-ban1 {
  background: #FAF1BB;
}
.c-crosstalk-ban1-wrapper {
  display: none;
}
.c-crosstalk-movie {
  background: #72A7DA;
  padding: 65px 0;
  margin: 20px 0 57px;
}
@media (max-width: 767px) {
  .c-crosstalk-movie {
    margin: 10px 0 70px;
    padding: 30px 0 45px;
  }
}
.c-crosstalk-movie-wrapper {
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
  gap: 0 50px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .c-crosstalk-movie-wrapper {
    flex-direction: column-reverse;
    gap: 25px 0;
  }
}
.c-crosstalk-movie-link {
  display: block;
  flex: 0 1 50%;
}
@media (max-width: 767px) {
  .c-crosstalk-movie-link {
    flex: 0 1 auto;
  }
}
.c-crosstalk-movie-img {
  display: block;
  max-width: 280px;
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  .c-crosstalk-movie-img {
    max-width: 260px;
    margin: 0 auto;
  }
}
.c-crosstalk-movie-box {
  flex: 0 1 50%;
}
@media (max-width: 767px) {
  .c-crosstalk-movie-box {
    flex: 0 1 auto;
  }
}
.c-crosstalk-movie-icon {
  display: block;
  max-width: 95px;
}
@media (max-width: 767px) {
  .c-crosstalk-movie-icon {
    margin: 0 auto;
  }
}
.c-crosstalk-movie-text0 {
  display: block;
  max-width: 215px;
  margin: 15px 0 0 0;
}
@media (max-width: 767px) {
  .c-crosstalk-movie-text0 {
    max-width: 113px;
    margin: 20px auto 0;
  }
}
.c-crosstalk-movie-text1 {
  margin: 10px 0 0 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.95px;
  color: #fff;
}
@media (max-width: 767px) {
  .c-crosstalk-movie-text1 {
    margin-top: 0;
    letter-spacing: normal;
    text-align: center;
  }
}
.c-crosstalk-movie-text2 {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 3.3px;
  color: #fff;
}
@media (max-width: 767px) {
  .c-crosstalk-movie-text2 {
    font-size: 18px;
    letter-spacing: 2.7px;
  }
}
.c-healthmanagement-sec1 {
  padding: 20px 20px 0;
}
@media (min-width: 1280px) {
  .c-healthmanagement-sec1 {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
.c-healthmanagement-text1 {
  padding: 18px 0 62px;
  margin: 0;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: normal;
}
.c-healthmanagement-box1 {
  border-radius: 15px;
  background: #DCEDF7;
  padding: 40px 50px 32px;
}
@media (max-width: 767px) {
  .c-healthmanagement-box1 {
    padding: 40px 30px 32px;
  }
}
.c-healthmanagement-subtitle1 {
  margin: 0;
  padding: 0;
  gap: 24px;
  display: flex;
  align-items: center;
  font-size: 21px;
}
.c-healthmanagement-subtitle1 span {
  display: block;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
}
.c-healthmanagement-subtitle1::after {
  display: block;
  content: "";
  flex: 1 1;
  line-height: 1;
  height: 1px;
  background: #379CD4;
}
.c-healthmanagement-text11 {
  max-width: 940px;
  font-size: 16px;
  letter-spacing: 0.025em;
  line-height: 32px;
  padding: 18px 0 0;
  margin: 0;
}
.c-healthmanagement-sec2, .c-healthmanagement-sec3, .c-healthmanagement-sec4, .c-healthmanagement-sec5, .c-healthmanagement-sec6, .c-healthmanagement-sec7, .c-healthmanagement-sec8, .c-healthmanagement-sec9 {
  padding: 87px 20px 0;
}
@media (min-width: 1280px) {
  .c-healthmanagement-sec2, .c-healthmanagement-sec3, .c-healthmanagement-sec4, .c-healthmanagement-sec5, .c-healthmanagement-sec6, .c-healthmanagement-sec7, .c-healthmanagement-sec8, .c-healthmanagement-sec9 {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
.c-healthmanagement-sec10 {
  padding: 87px 20px 89px;
}
@media (min-width: 1280px) {
  .c-healthmanagement-sec10 {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
.c-healthmanagement-title2, .c-healthmanagement-title3, .c-healthmanagement-title4, .c-healthmanagement-title5, .c-healthmanagement-title6, .c-healthmanagement-title7, .c-healthmanagement-title8, .c-healthmanagement-title9, .c-healthmanagement-title10 {
  position: relative;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 60px;
  margin: 0;
  padding: 0;
}
.c-healthmanagement-title2 span, .c-healthmanagement-title3 span, .c-healthmanagement-title4 span, .c-healthmanagement-title5 span, .c-healthmanagement-title6 span, .c-healthmanagement-title7 span, .c-healthmanagement-title8 span, .c-healthmanagement-title9 span, .c-healthmanagement-title10 span {
  position: relative;
  z-index: 2;
}
.c-healthmanagement-title2::before, .c-healthmanagement-title3::before, .c-healthmanagement-title4::before, .c-healthmanagement-title5::before, .c-healthmanagement-title6::before, .c-healthmanagement-title7::before, .c-healthmanagement-title8::before, .c-healthmanagement-title9::before, .c-healthmanagement-title10::before {
  position: absolute;
  display: block;
  top: 0;
  left: -20px;
  right: 0;
  bottom: 0;
  content: "";
  background: #DCEDF7;
  height: 100%;
  width: calc(20px + 2.1em);
}
@media (min-width: 1280px) {
  .c-healthmanagement-title2::before, .c-healthmanagement-title3::before, .c-healthmanagement-title4::before, .c-healthmanagement-title5::before, .c-healthmanagement-title6::before, .c-healthmanagement-title7::before, .c-healthmanagement-title8::before, .c-healthmanagement-title9::before, .c-healthmanagement-title10::before {
    left: -8vw;
    width: calc(8vw + 226px - 7.3em);
  }
}
.c-healthmanagement-box2 {
  padding: 53px 20px 50px;
  margin: 32px auto 0;
  border: 1px solid #148ACC;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .c-healthmanagement-box2 {
    width: 785px;
  }
}
.c-healthmanagement-box2 img {
  display: block;
  margin: 0 auto;
  max-width: 745px;
  width: 100%;
  line-height: 0;
}
.c-healthmanagement-box3 {
  padding: 52px 20px 40px;
  margin: 32px auto 0;
  border: 1px solid #148ACC;
  border-radius: 10px;
}
.c-healthmanagement-box4 {
  padding: 40px 20px 40px;
  margin: 32px auto 0;
  border: 1px solid #148ACC;
  border-radius: 10px;
}
.c-healthmanagement-box5 {
  padding: 48px 20px 45px;
  margin: 32px auto 0;
  border: 1px solid #148ACC;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .c-healthmanagement-box5 {
    width: 938px;
  }
}
.c-healthmanagement-box5 img {
  display: block;
  margin: 0 auto;
  max-width: 898px;
  width: 100%;
  line-height: 0;
}
.c-healthmanagement-box6, .c-healthmanagement-box7, .c-healthmanagement-box8 {
  padding: 15px 50px 45px;
  margin: 32px auto 0;
  border: 1px solid #148ACC;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .c-healthmanagement-box6, .c-healthmanagement-box7, .c-healthmanagement-box8 {
    padding: 15px 20px 45px;
  }
}
.c-healthmanagement-box9 {
  padding: 40px 50px 55px;
  margin: 32px auto 0;
  border: 1px solid #148ACC;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .c-healthmanagement-box9 {
    padding: 40px 20px 55px;
  }
}
.c-healthmanagement-box10 {
  padding: 51px 50px 64px;
  margin: 32px auto 0;
  border: 1px solid #148ACC;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .c-healthmanagement-box10 {
    padding: 15px 20px 45px;
  }
}
.c-healthmanagement-text3 {
  padding: 0;
  margin: 0 auto;
  max-width: 900px;
  font-size: 16px;
  letter-spacing: 0.025em;
  line-height: 32px;
}
.c-healthmanagement-text31 {
  padding: 0;
  margin: 0 auto;
  max-width: 900px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 32px;
  text-align: right;
}
.c-healthmanagement-text4 {
  padding: 0;
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.025em;
  line-height: 36px;
}
.c-healthmanagement-text41 {
  padding: 0;
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.025em;
  line-height: 30px;
}
.c-healthmanagement-text5 {
  padding: 30px 50px;
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.025em;
  line-height: 32px;
}
@media (max-width: 767px) {
  .c-healthmanagement-text5 {
    padding: 30px 0;
  }
}
.c-healthmanagement-text9 {
  max-width: 940px;
  margin: 0 auto;
  padding: 0;
  font-size: 13px;
  letter-spacing: 0.33px;
  text-align: right;
}
.c-healthmanagement-text10 {
  margin: 24px 0 0;
  padding: 0;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.025em;
  color: #231815;
}
.c-healthmanagement-flex4, .c-healthmanagement-flex41 {
  display: flex;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
  align-items: center;
}
@media (max-width: 767px) {
  .c-healthmanagement-flex4, .c-healthmanagement-flex41 {
    align-items: flex-start;
  }
}
.c-healthmanagement-flex4 dt, .c-healthmanagement-flex41 dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 106px;
  height: 106px;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #fff;
  border-radius: 50%;
  background: #148ACC;
}
.c-healthmanagement-flex4 dd, .c-healthmanagement-flex41 dd {
  flex: 1 1;
  margin: 0;
  padding: 0;
}
.c-healthmanagement-flex41 {
  margin-top: 20px;
}
.c-healthmanagement-flex6 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 45px;
  padding: 0;
  margin: 10px 0 0;
}
@media (max-width: 767px) {
  .c-healthmanagement-flex6 {
    flex-direction: column;
  }
}
.c-healthmanagement-flex6 ul {
  padding: 0 0 0 1em;
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.025em;
  line-height: 28px;
}
.c-healthmanagement-flex6 ul li {
  padding-left: 0.5em;
}
.c-healthmanagement-flex6 ul li::marker {
  color: #148ACC;
  content: "●";
}
.c-healthmanagement-flex8 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 900px;
  gap: 80px 50px;
  padding: 0;
  margin: 40px auto 60px;
}
@media (max-width: 767px) {
  .c-healthmanagement-flex8 {
    display: block;
  }
}
.c-healthmanagement-flex8 img {
  display: block;
  padding: 0;
  margin: auto;
  max-width: 460px;
  width: 100%;
  line-height: 0;
}
.c-healthmanagement-flex8 > div {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 auto;
  width: 384px;
}
@media (max-width: 767px) {
  .c-healthmanagement-flex8 > div {
    width: auto;
    padding-top: 80px;
  }
}
.c-healthmanagement-table8 {
  border-collapse: collapse;
  table-layout: fixed;
  text-align: center;
  margin: 0 auto;
}
.c-healthmanagement-table8 * {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.4px;
}
.c-healthmanagement-table8th1 {
  background: #fff;
  height: 28px;
}
.c-healthmanagement-table8th2 {
  width: 80px;
  height: 28px;
  background: #66B3DE;
  color: #fff;
  border-left: 1px solid #fff;
}
.c-healthmanagement-table8td1, .c-healthmanagement-table8td2 {
  height: 28px;
  background: #379CD4;
  color: #fff;
}
.c-healthmanagement-table8td1 {
  width: 144px;
  border-top: 1px solid #fff;
}
.c-healthmanagement-table8td2 {
  width: 23px;
}
.c-healthmanagement-table8td3 {
  width: 121px;
  background: #66B3DE;
  color: #fff;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.c-healthmanagement-table8td4 {
  border-bottom: 1px solid #66B3DE;
}
.c-healthmanagement-table8td5 {
  border-bottom: 1px solid #66B3DE;
  border-left: 1px solid #66B3DE;
}
.c-healthmanagement-in6 {
  padding: 0 20px;
  margin: 17px auto 0;
  max-width: 800px;
}
@media (max-width: 767px) {
  .c-healthmanagement-in6 {
    padding: 0;
  }
}
.c-healthmanagement-in6 h4 {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  letter-spacing: 0.025em;
  line-height: 1;
}
.c-healthmanagement-in6 h4 span {
  display: block;
  color: #148ACC;
}
.c-healthmanagement-in6 h4::after {
  display: block;
  flex: 1 1;
  content: "";
  height: 1px;
  background: #148ACC;
}
.c-healthmanagement-flex9 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 40px 20px;
  padding: 26px 0 0;
  margin: 0;
}
.c-healthmanagement-table9-wrap {
  width: 100%;
  padding: 0 0 5px;
}
.c-healthmanagement-table9 {
  font-size: 13px;
  letter-spacing: 0.33px;
  width: 465px;
}
.c-healthmanagement-table9 th {
  border: 3px solid #fff;
  height: 26px;
  color: #fff;
  font-weight: 400;
}
.c-healthmanagement-table9 th:nth-of-type(2), .c-healthmanagement-table9 th:nth-of-type(3), .c-healthmanagement-table9 th:nth-of-type(4) {
  width: 66px;
  background: #379CD4;
}
.c-healthmanagement-table9 th:nth-of-type(5) {
  width: 46px;
  background: #379CD4;
}
.c-healthmanagement-table9 td {
  background: #C4E2F2;
  border: 3px solid #fff;
  height: 26px;
}
.c-healthmanagement-table9 td:nth-of-type(1) {
  background: #379CD4;
  color: #fff;
  width: 30px;
  text-align: center;
}
.c-healthmanagement-table9 td:nth-of-type(2) {
  width: 188px;
  padding: 1px 1px 1px 7px;
}
.c-healthmanagement-table9 td:nth-of-type(3), .c-healthmanagement-table9 td:nth-of-type(4), .c-healthmanagement-table9 td:nth-of-type(5) {
  text-align: right;
  padding: 1px 10px 1px 1px;
}
.c-healthmanagement-table9 td:nth-of-type(6) {
  text-align: center;
}
.c-healthmanagement-table9 tr:nth-child(even) td:nth-child(2),
.c-healthmanagement-table9 tr:nth-child(even) td:nth-child(3),
.c-healthmanagement-table9 tr:nth-child(even) td:nth-child(4),
.c-healthmanagement-table9 tr:nth-child(even) td:nth-child(5),
.c-healthmanagement-table9 tr:nth-child(even) td:nth-child(6) {
  background: #C4E2F2;
}
.c-healthmanagement-table9 tr:nth-child(odd) td:nth-child(2),
.c-healthmanagement-table9 tr:nth-child(odd) td:nth-child(3),
.c-healthmanagement-table9 tr:nth-child(odd) td:nth-child(4),
.c-healthmanagement-table9 tr:nth-child(odd) td:nth-child(5),
.c-healthmanagement-table9 tr:nth-child(odd) td:nth-child(6) {
  background: #F0F0F0;
}
.c-healthmanagement-ul10 {
  padding: 0 0 0 1em;
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.025em;
  line-height: 28px;
}
.c-healthmanagement-ul10 li {
  padding-left: 0.5em;
}
.c-healthmanagement-ul10 li::marker {
  color: #148ACC;
  content: "●";
}
.c-healthmanagement-table10-wrap {
  width: 100%;
  padding: 0 0 5px;
}
.c-healthmanagement-table10 {
  margin: 20px 0 0 0;
  padding: 0;
  width: 912px;
  letter-spacing: 0.025em;
}
.c-healthmanagement-table10 thead th {
  padding: 1px 5px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background: #379CD4;
  height: 36px;
  border: 3px solid #fff;
  width: 326px;
}
@media (max-width: 767px) {
  .c-healthmanagement-table10 thead th {
    font-size: 14px;
    border-width: 2px;
  }
}
.c-healthmanagement-table10 thead th:nth-of-type(n+2) {
  width: 148px;
}
.c-healthmanagement-table10 thead th sup {
  font-size: 10px;
}
.c-healthmanagement-table10 thead th span {
  display: inline-block;
}
.c-healthmanagement-table10 tbody td {
  height: 66px;
  padding: 2px 10px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #231815;
  border-bottom: 1px solid #66B3DE;
}
@media (max-width: 767px) {
  .c-healthmanagement-table10 tbody td {
    font-size: 14px;
  }
}
.c-healthmanagement-table10 tbody td:first-of-type {
  line-height: 20px;
  color: #148ACC;
  background: #D0E8F5;
  border: 3px solid #fff;
}
.c-healthmanagement-table10 tbody td:first-of-type span {
  font-size: 13px;
  letter-spacing: 0;
}
.c-healthmanagement-table10 tbody td:nth-of-type(2), .c-healthmanagement-table10 tbody td:nth-of-type(3), .c-healthmanagement-table10 tbody td:nth-of-type(4) {
  border-right: 1px solid #66B3DE;
}
.c-healthmanagement-table10-under {
  padding: 0 0 0 1em;
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.025em;
  line-height: 28px;
}
.c-healthmanagement-table10-under li::marker {
  content: "※";
}
.c-healthmanagement-table10-1 thead th {
  width: 326px;
}
.c-healthmanagement-table10-1 thead th:nth-of-type(2), .c-healthmanagement-table10-1 thead th:nth-of-type(3) {
  width: 226px;
}
.c-healthmanagement-table10-1 thead th:nth-of-type(4) {
  width: 137px;
}
.c-healthmanagement-table10-1 tbody td:nth-of-type(4) {
  border-right: none;
}
.c-healthmanagement-list10 {
  counter-reset: number 0;
  margin: 0;
  padding: 38px 0 0;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.025em;
  color: #231815;
}
.c-healthmanagement-list10 li {
  margin: 24px 0 0;
  padding: 0;
  display: flex;
  list-style: none;
}
.c-healthmanagement-list10 li span {
  flex: 1 1;
  display: block;
}
.c-healthmanagement-list10 li::before {
  counter-increment: number 1;
  display: block;
  content: "※" counter(number);
  margin: 0;
  padding: 0;
  width: 3em;
}
.c-healthmanagement-subtitle10 {
  margin: 0;
  padding: 10.5px 25px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.025em;
  color: #148ACC;
  border: 2px solid #379CD4;
  border-radius: 10px;
  line-height: 25px;
}
.c-healthmanagement-subtitle10-2nd {
  margin-top: 50px;
}
.c-healthmanagement-subtitle00 {
  padding: 0 18px;
  margin: 30px 0 0;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 30px;
  border-radius: 999px;
  background: #148ACC;
  color: #fff;
}
.c-healthmanagement-text00 {
  font-size: 16px;
  letter-spacing: 0.025em;
  line-height: 32px;
}
.c-healthmanagement-text00 sup {
  font-size: 10px;
}
.c-healthmanagement-flex10 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 900px;
  gap: 60px;
  padding: 0;
  margin: 20px auto 0;
}
@media (max-width: 767px) {
  .c-healthmanagement-flex10 {
    flex-direction: column;
    align-items: center;
  }
}
.c-healthmanagement-flex10-img1 {
  display: block;
  padding: 0;
  margin: 32px 0 0;
  max-width: 233px;
  width: 100%;
  line-height: 0;
}
@media (max-width: 767px) {
  .c-healthmanagement-flex10-img1 {
    margin: 0;
  }
}
.c-healthmanagement-flex10-img2 {
  display: block;
  padding: 0;
  margin: 0;
  max-width: 170px;
  width: 100%;
  line-height: 0;
}
.c-sustainability-topmv {
  position: relative;
  padding: 0;
  margin: 60px 0 0;
}
.c-sustainability-topmv-img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .c-sustainability-topmv-img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.c-sustainability-topmv-textwrap {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  width: 100%;
  padding: 0 2em;
}
@media (max-width: 900px) {
  .c-sustainability-topmv-textwrap {
    padding: 0 20px;
  }
}
.c-sustainability-topmv-text {
  max-width: 850px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 1.75;
  color: #fff;
  text-align: center;
}
@media (max-width: 900px) {
  .c-sustainability-topmv-text {
    font-size: 18px;
  }
}
.c-sustainability-topmv-text span {
  display: inline-block;
}
.c-sustainability-topflex {
  display: flex;
  margin: 60px auto 0;
  max-width: 1000px;
}
@media (max-width: 767px) {
  .c-sustainability-topflex {
    min-height: 250px;
    max-width: 335px;
    margin-top: 30px;
    padding: 24px 24px 35px;
    flex-direction: column;
    background: #dcedf7;
  }
}
.c-sustainability-topflex-1 {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .c-sustainability-topflex-1 {
    margin-top: 30px;
    flex-direction: column-reverse;
  }
}
.c-sustainability-topflex img {
  display: block;
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .c-sustainability-topflex img {
    width: 100%;
  }
}
.c-sustainability-topflexcol {
  background: #dcedf7;
  position: relative;
  width: 50%;
  padding: 23px 30px 30px;
}
@media (max-width: 767px) {
  .c-sustainability-topflexcol {
    padding: 0 20px 30px;
    width: 100%;
  }
}
.c-sustainability-topflexcol h2 {
  font-size: 24px;
  font-weight: 600;
  color: #148acc;
  margin: 0;
}
@media (max-width: 767px) {
  .c-sustainability-topflexcol h2 {
    text-align: center;
  }
}
.c-sustainability-topflexcol span {
  display: inline-block;
}
.c-sustainability-topflex-p, .c-sustainability-topflex-p1 {
  font-size: 16px;
  margin: 6px 0 0;
}
@media (max-width: 767px) {
  .c-sustainability-topflex-p1 {
    text-align: center;
  }
}
.c-sustainability-topflexbtn {
  position: absolute;
  inset: auto auto 30px 30px;
}
@media (max-width: 767px) {
  .c-sustainability-topflexbtn {
    position: static;
    text-align: center;
    margin: 30px auto 0;
  }
}
.c-sustainability-topsec {
  background: #dcedf7;
  padding: 80px 20px;
  margin: 60px 0 0;
}
@media (min-width: 1280px) {
  .c-sustainability-topsec {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
@media (max-width: 767px) {
  .c-sustainability-topsec {
    margin-top: 30px;
    padding: 50px 20px;
  }
}
.c-sustainability-topsec-in {
  max-width: 1000px;
  margin: 0 auto;
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .c-sustainability-topsec-in {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.c-sustainability-topsec-col {
  position: relative;
  width: calc((100% - 16px) / 3);
  display: flex;
  flex-direction: column;
  flex: 1 1;
}
@media (max-width: 767px) {
  .c-sustainability-topsec-col {
    width: 100%;
    max-width: 335px;
    flex: 0 1 auto;
    padding: 0 20px;
  }
}
.c-sustainability-topsec-img {
  position: relative;
  z-index: 1;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .c-sustainability-topsec-img {
    height: 150px;
  }
}
.c-sustainability-topsec-icon {
  position: absolute;
  z-index: 2;
  inset: 30px 0 auto;
  width: 108px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .c-sustainability-topsec-icon {
    top: 15px;
    width: 60px;
  }
}
.c-sustainability-topsec-box {
  position: absolute;
  z-index: 2;
  inset: 154px 0 auto;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .c-sustainability-topsec-box {
    top: 75px;
  }
}
.c-sustainability-topsec-box h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}
.c-sustainability-topsec-box p {
  margin: 0;
  font-size: 16px;
}
.c-sustainability-topsec-list {
  flex-grow: 1;
  background: #fff;
  display: block;
  margin: 0;
  padding: 0 5px;
  list-style: none;
}
.c-sustainability-topsec-list li {
  display: block;
  font-size: 18px;
  line-height: 49px;
  border-bottom: 1px solid #f0f0f0;
}
.c-sustainability-topsec-list li.c-sustainability-topsec-last {
  border: none;
  line-height: 50px;
}
.c-sustainability-topsec-list a {
  text-decoration: none;
  padding: 0 15px;
  width: 100%;
  display: block;
}
.c-sustainability-topnews {
  font-size: 30px;
  font-weight: 500;
  margin: 55px 0 0;
  text-align: center;
}
@media (max-width: 767px) {
  .c-sustainability-topnews {
    margin-top: 22px;
  }
}
.c-sustainability-topnews1 {
  font-size: 14px;
  color: #148acc;
  margin: 3px 0 26px;
  text-align: center;
}
.c-sustainability-topnews-list {
  max-width: 515px;
  margin: 0 auto;
}
.c-sustainability-topnews-btn {
  margin: 32px 0 67px;
}
.c-sustainability-heading {
  font-size: 30px;
  font-weight: 400;
  padding: 10px 0 6px;
  margin: 0;
  border-bottom: 1px solid #148acc;
}
.c-sustainability-text1 {
  padding: 0 0 35px;
  margin: 0;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: normal;
}
.c-sustainability-text1-1st {
  padding-top: 18px;
}
.c-sustainability-text1-pt10 {
  padding-top: 10px;
}
.c-sustainability-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 60px;
  background: #66b3de;
  color: #fff;
  width: 100%;
  padding: 0 15px;
  margin: 0;
}
.c-sustainability-title-1 {
  margin: 60px 0 10px;
}
.c-sustainability-title-2 {
  margin: 0 0 16px;
}
.c-sustainability-title-3 {
  margin: 30px 0 10px;
}
.c-sustainability-title-4 {
  margin: 0 0 10px;
}
.c-sustainability-title-5 {
  margin: 30px 0 16px;
}
.c-sustainability-box1 {
  border-radius: 10px;
  border: 1px solid #148acc;
  padding: 40px 50px 32px;
}
@media (max-width: 767px) {
  .c-sustainability-box1 {
    padding: 40px 30px 32px;
  }
}
.c-sustainability-box2 {
  padding: 53px 20px 50px;
  margin: 32px auto 0;
  border: 1px solid #148ACC;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .c-sustainability-box2 {
    width: 790px;
  }
}
.c-sustainability-box2 img {
  display: block;
  margin: 0 auto;
  max-width: 750px;
  width: 100%;
  line-height: 0;
}
.c-sustainability-box3 {
  padding: 13px 50px 35px;
  background: #dcedf7;
  border-radius: 15px;
}
.c-sustainability-box3-te {
  padding-top: 18px;
}
@media (max-width: 767px) {
  .c-sustainability-box3 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.c-sustainability-box3-ol {
  list-style-type: none;
  counter-reset: list-counter;
  padding: 0;
  margin: 0;
}
.c-sustainability-box3-olli {
  font-size: 18px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: normal;
  margin: 0;
  padding: 22px 0 0 1.75em;
  position: relative;
}
.c-sustainability-box3-olli-te {
  padding-top: 17px;
}
.c-sustainability-box3-olli-2 {
  padding-left: 40px;
}
.c-sustainability-box3-olli::before {
  position: absolute;
  left: 0;
  counter-increment: list-counter;
  content: "(" counter(list-counter) ") ";
  margin-right: 9px;
  font-weight: 600;
}
.c-sustainability-box3-olp {
  margin: 0;
  padding: 5px 0 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: normal;
  color: #333;
}
.c-sustainability-box3-subtitle1 {
  margin: 0;
  padding: 0 0 0 43px;
  max-width: 800px;
  gap: 22px;
  display: flex;
  align-items: center;
  font-size: 18px;
}
.c-sustainability-box3-subtitle1 span {
  display: block;
  color: #333;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 35px;
}
.c-sustainability-box3-subtitle1::after {
  display: block;
  content: "";
  flex: 1 1;
  line-height: 35px;
  height: 1px;
  background: #379CD4;
}
.c-sustainability-box3-subtext1 {
  margin: 0;
  padding: 0 0 0 43px;
  max-width: 740px;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  color: #333;
}
.c-sustainability-box3-ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.c-sustainability-box3-ulli {
  font-size: 18px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: normal;
  margin: 0;
  padding: 17px 0 0;
}
.c-sustainability-box3-subtext2 {
  margin: 0;
  padding: 0 0 0 43px;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  color: #333;
  display: flex;
}
@media (max-width: 767px) {
  .c-sustainability-box3-subtext2 {
    padding-left: 18px;
  }
}
.c-sustainability-box3-subtext2 i {
  display: block;
  width: 28px;
  font-style: normal;
}
.c-sustainability-box3-subtext2 span {
  display: block;
  flex: 1 1;
}
.c-sustainability-box3-subol {
  list-style: circled-japanese;
  padding: 0 0 0 1.2em;
  margin: 0;
}
.c-sustainability-box3-subol li {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  color: #333;
}
.c-sustainability-foot {
  padding: 75px 0 0;
}
.c-sustainability-foot-te {
  padding-top: 33px;
}
.c-sustainability-foot p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.025em;
  text-align: right;
}
.c-sustainability-wrap {
  padding: 40px 20px 94px;
}
@media (min-width: 1280px) {
  .c-sustainability-wrap {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
.c-sustainability-message-foot p {
  margin: 0;
}
.c-sustainability-message-foot p:first-of-type {
  font-size: 13px;
}
.c-sustainability-message-foot p:nth-of-type(2) {
  font-size: 18px;
  font-weight: 500;
}
.c-sustainability-policy-head {
  padding: 40px 20px 0;
}
@media (min-width: 1280px) {
  .c-sustainability-policy-head {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
.c-sustainability-policy-sec1 {
  padding: 60px 20px 0;
}
@media (min-width: 1280px) {
  .c-sustainability-policy-sec1 {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
.c-sustainability-policy-sec1-t1 {
  padding-top: 32px;
}
.c-sustainability-policy-sec1-t2, .c-sustainability-policy-sec1-t3 {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 20px 0;
}
.c-sustainability-policy-sec1-t2 img, .c-sustainability-policy-sec1-t3 img {
  display: block;
  width: 80px;
}
@media (max-width: 767px) {
  .c-sustainability-policy-sec1-t2 img, .c-sustainability-policy-sec1-t3 img {
    width: 50px;
  }
}
.c-sustainability-policy-sec1-t2 h3, .c-sustainability-policy-sec1-t3 h3 {
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  letter-spacing: normal;
}
@media (max-width: 767px) {
  .c-sustainability-policy-sec1-t2 h3, .c-sustainability-policy-sec1-t3 h3 {
    font-size: 22px;
  }
}
.c-sustainability-policy-sec1-t3 {
  margin: 40px 0 20px;
}
.c-sustainability-policy-sec1-foot {
  padding: 17px 0 0;
}
.c-sustainability-policy-sec2 {
  padding: 75px 20px 80px;
}
@media (min-width: 1280px) {
  .c-sustainability-policy-sec2 {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
@counter-style circled-japanese {
  system: fixed;
  symbols: "①" "②" "③" "④" "⑤" "⑥" "⑦" "⑧" "⑨" "⑩" "⑪" "⑫" "⑬" "⑭" "⑮" "⑯" "⑰" "⑱" "⑲" "⑳";
  suffix: " ";
}
/*
@styleguide

@title Utility Style
最終調整として利用するユーティリティクラス
*/
/**
 * 非表示テキスト
 * WordPressに合わせたクラス名
 */
.u-screen-reader-text,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
/**
 * 親要素継承クラス
 */
.u-inherit {
  font-size: inherit;
  font-weight: inherit;
}
/**
 * マージン上書きクラス
 */
.u-reset-margin {
  margin-top: 0;
}
/**
 * テキストスタイル上書き
 */
/*
@styleguide
🎨強制的にBoldに
<p class="u-text-bolder">テキスト</p>

    <p class="u-text-bolder">テキスト</p>
*/
.u-text-bolder {
  font-weight: bolder;
}
/*
@styleguide
🎨フォントスタイルを戻す
<p class="u-reset-text">テキスト</p>

    <p class="u-reset-test">テキスト</p>
*/
.u-reset-text {
  font-weight: normal;
  text-align: left;
}
.u-sample-row {
  background-color: #cbc9dd;
}
.u-sample-col {
  background-color: #b8dbfc;
  min-height: 100px;
}
.u-sample-col--type-2 {
  min-height: 200px;
}
.u-text-centered {
  text-align: center;
}
.u-text-right {
  text-align: right;
}
.u-centered {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.u-centered > * {
  max-width: 100%;
}
.u-bold {
  font-weight: bold;
}
@media (max-width: 767px) {
  .u-only-pc {
    display: none;
  }
}

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