/* Theme base styles */

/* Generic */

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Objects */

/* Responsive grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
/* Content wrappers for blog post and system templates */

.content-wrapper {
  padding: 0 20px;
  margin: 0 auto;
}

/* Drag and drop layout styles */

.dnd-section > .row-fluid {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements */

body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

html[lang^='ja'] body,
html[lang^='zh'] body,
html[lang^='ko'] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
  font-size: 1rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  padding-left: 1rem;
  margin: 0 0 1.4rem;
}

ul li,
ol li {
  margin: 0.7rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 1.4rem 0;
}

.no-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.no-list li {
  margin: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  padding-left: 1rem;
  border-left: 10px solid;
  margin: 0 0 1.4rem;
}

/* Horizontal rules */

hr {
  border: 0 none;
  border-bottom: 1px solid;
}

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Image alt text */

img {
  font-size: 1rem;
  word-break: normal;
}
/* Primary button */

button,
.button,
.hs-button {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  text-align: center;
  transition: color 0.15s linear;
  white-space: normal;
}

/* Simple button */

.button.button--simple {
  position: relative;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.button.button--simple:hover,
.button.button--simple:focus {
  border: none;
  background-color: transparent;
}

/* Disabled button */

button:disabled,
.button:disabled,
.hs-button:disabled {
  border-color: #f1f1f1;
  background-color: #f1f1f1;
  pointer-events: none;
}

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  color: #d0d0d0;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  padding: 0;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  background: none;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: left;
  text-decoration: none;
  transition: none;
}

/* Button icons */

.button .button__icon svg {
  display: block;
  height: 1.25rem;
  margin-right: 1rem;
  fill: inherit;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button .button__icon svg {
    width: 1.25rem;
  }
}

.button--icon-right .button__icon {
  order: 1;
}

.button--icon-right .button__icon svg {
  margin-right: 0;
  margin-left: 1rem;
}
/* Form title */

.form-title {
  margin: 0;
}

.form-title ~ div > form {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Labels */

form label {
  display: block;
  margin-bottom: 0.35rem;
}

/* Form fields */

form .hs-form-field {
  margin-bottom: 1.4rem;
}

form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='tel'],
form input[type='number'],
form input[type='file'],
form input[type='search'],
form select,
form textarea {
  display: inline-block;
  width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

form fieldset {
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - checkbox/radio */

form .inputs-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type='checkbox'],
form input[type='radio'] {
  margin-right: 0.35rem;
  cursor: pointer;
}

/* Form fields - date picker */

form .hs-dateinput {
  position: relative;
}

form .hs-dateinput:before {
  position: absolute;
  top: 50%;
  content: '\01F4C5';
  transform: translateY(-50%);
}

form .is-selected .pika-button {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
  box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
}

form .fn-date-picker .pika-button:hover,
form .fn-date-picker .pika-button:focus {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - file picker */

form input[type='file'] {
  padding: initial;
  border: initial;
  background-color: transparent;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  margin: 0 0 1.4rem;
  font-size: 0.8rem;
}

form .hs-richtext img {
  height: auto;
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* GDPR */

form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 1rem !important; /* stylelint-disable-line declaration-no-important */
}

/* Validation */

form .hs-form-required {
  color: #ef6b51;
}

form .hs-input.error {
  border-color: #ef6b51;
}

form .hs-error-msg,
form .hs-error-msgs {
  margin-top: 0.35rem;
  color: #ef6b51;
}

/* Submit button */

form input[type='submit'],
form .hs-button {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal !important; /* stylelint-disable-line declaration-no-important */
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Icon wrapper */

.icon {
  display: inline-flex;
  border-radius: 50%;
}

.icon--square .icon {
  border-radius: 0;
}

/* Icon */

.icon svg {
  vertical-align: middle;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

th,
td {
  padding: 0.7rem;
  vertical-align: top;
}

/* Table header */

thead th,
thead td {
  vertical-align: bottom;
}

/* Components */

/* Navigation skipper */

.header__skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  overflow: hidden;
  height: 1px;
  width: 1px;
  text-align: left;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  z-index: 2;
  top: 0;
  left: 0;
  overflow: visible;
  height: auto;
  width: auto;
}
/* Card */

.card {
  border: 0;
}

.card--dark,
.card--light {
  padding: 1.4rem;
}
/* Blog listing */

.blog-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-listing--3-col,
.blog-listing--4-col {
  justify-content: flex-start;
}

/* Section heading */

.blog-listing__heading {
  width: 100%;
  text-align: center;
}

/* Article */

.blog-listing__post {
  display: flex;
  width: 100%;
  padding: 0;
  margin-bottom: 2.8rem;
  flex-direction: column;
}

.blog-listing__post-inner-wrapper {
  display: flex;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}

/* Featured image */

.blog-listing__post-image-wrapper {
  display: flex;
}

.blog-listing__post-image {
  height: auto;
  width: 100%;
}

/* Content */

.blog-listing__post-content {
  display: flex;
  padding: 0.7rem 0 0;
  flex-direction: column;
  flex-grow: 1;
}

.card--dark .blog-listing__post-content,
.card--light .blog-listing__post-content {
  padding: 1.4rem;
}

/* Heading */

.blog-listing__header {
  margin-bottom: 1.05rem;
}

/* Tags */

.blog-listing__post-tags {
  margin-bottom: 0.7rem;
}

.blog-listing__post-tag,
.blog-listing__post-tag:hover,
.blog-listing__post-tag:focus,
.blog-listing__post-tag:active {
  text-decoration: none;
}

/* Title */

.blog-listing__post-title {
  margin-bottom: 0.7rem;
}

/* Author */

.blog-listing__post-author {
  display: flex;
  margin-bottom: 0.7rem;
  align-items: center;
}

.blog-listing__post-author-image {
  height: auto;
  width: 50px;
  margin-right: 0.7rem;
}

.blog-listing__post-author-name,
.blog-listing__post-author-name:hover,
.blog-listing__post-author-name:focus,
.blog-listing__post-author-name:active {
  text-decoration: none;
}

/* Date */

.blog-listing__post-timestamp {
  display: block;
  margin-bottom: 0.35rem;
}

/* Button */

.blog-listing__post-button-wrapper {
  margin-top: auto;
}

/* Blog listing - basic grid */

.blog-listing--card .blog-listing__post {
  flex-direction: column;
}

.blog-listing--2-col .blog-listing__post {
  width: calc(50% - 1rem);
}

.blog-listing--3-col .blog-listing__post {
  width: calc(33.3% - 1rem);
}

.blog-listing--4-col .blog-listing__post {
  width: calc(25% - 1rem);
}

.blog-listing--3-col .blog-listing__post:nth-of-type(3n + 1),
.blog-listing--3-col .blog-listing__post:nth-of-type(3n + 2) {
  margin-right: 1.5rem;
}

.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 1),
.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 2),
.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 3) {
  margin-right: 1.333rem;
}

@media (max-width: 767px) {
  .blog-listing .blog-listing__post {
    width: 100%;
    margin-right: 0 !important; /* stylelint-disable-line declaration-no-important */
  }
}

.blog-listing--card .blog-listing__post-image-wrapper {
  height: 200px;
}

.blog-listing--card .blog-listing__post-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-listing--card .blog-listing__post-image-wrapper,
  .blog-listing--card .blog-listing__post-image {
    height: auto;
  }
}

/* Blog listing - side by side */

/* stylelint-disable no-descending-specificity */
.blog-listing--list .blog-listing__post {
  display: flex;
}
/* stylelint-enable no-descending-specificity */

.blog-listing--list .blog-listing__post-image-wrapper {
  width: 100%;
}

.blog-listing--list .blog-listing__post-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-listing--list .blog-listing__post-image-wrapper,
  .blog-listing--list .blog-listing__post-image {
    height: auto;
  }
}

@media (min-width: 768px) {
  .blog-post-listing__post--list {
    flex-direction: row;
  }

  .blog-listing__post-content--list {
    order: 1;
  }

  .blog-post-listing__post-image-wrapper--list {
    order: 1;
  }

  .blog-post-listing__post-image-wrapper--right {
    order: 2;
  }

  .blog-listing--list .blog-listing__post-image-wrapper {
    width: 25%;
  }

  .blog-listing--list .blog-post-listing__post-image-wrapper--left {
    margin-right: 1.4rem;
  }

  .blog-listing--list .blog-post-listing__post-image-wrapper--right {
    margin-left: 1.4rem;
  }
}
/* Logo */

.widget-type-logo img {
  height: auto;
  max-width: 100%;
  margin-bottom: 1.4rem;
}

/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  padding-left: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style: none;
}

.hs-menu-wrapper li {
  margin: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper li {
    margin-bottom: 1.4rem;
    text-align: center;
  }
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

/* prettier-ignore */
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
.hs-item-has-children:hover
> .hs-menu-children-wrapper {
  top: 100%;
  left: 0;
  opacity: 1;
}

/* prettier-ignore */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts
.hs-item-has-children:hover
> .hs-menu-children-wrapper {
  top: 0;
  left: 100%;
  opacity: 1;
}

@media (max-width: 767px) {
  /* prettier-ignore */
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
  .hs-item-has-children:hover
  > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts
  .hs-item-has-children:hover
  > .hs-menu-children-wrapper {
    position: relative;
    top: auto;
    left: 0;
    opacity: 1;
  }
}

/* Rich text */

.widget-type-rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities */

/* For content that needs to be visually hidden but stay visible for screenreaders */

/* stylelint-disable declaration-no-important */
.show-for-sr {
  position: absolute !important;
  overflow: hidden !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    position: absolute !important;
    overflow: hidden !important;
    height: 1px !important;
    width: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
  }
}
/* stylelint-enable declaration-no-important */

/* RWK k.toikawa 2023/11/24 */
/* RWK k.toikawa 2024/0919 */
.container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.container img {
  margin-right: 20px;
}
.container p {
 width: 600px;
}
.item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.item img {
  margin-right: 20px;
}
.item-about-txt {
  background-color: #fff;
  padding: 2rem; }
  @media screen and (max-width: 680px) {
    .interview-about-txt {
      padding: 1rem; } }
.item-about-txt p {
 width: 150px;
}
.item-about-txt-name {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 3rem;
  display: inline-block;
  position: relative; }
  .item-about-txt-name span {
    font-size: 18px; }
  .item-about-txt-name:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1.5rem;
    /*下線の上下位置調整*/
    display: inline-block;
    width: 100px;
    /*下線の幅*/
    height: 4px;
    /*下線の太さ*/
    background-color: #1F3A93;
    /*下線の色*/ }
@media screen and (max-width: 680px) {
    .item-about-txt {
      padding: 1rem; }
}



/* RWK k.toikawa 2023/10/03 */

@charset "UTF-8";
/*PCメニュー*/
@media screen and (min-width: 1138px){
	
	
.head-grouplogo {
  display: block;
}	

.hamburger-menu{
  width:100%;
}
  
.menu {
/*   position: relative;
  height: 120px;
  	left: 100%; */
/* 	transform: translateX(-100%); */
  display: flex;
  justify-content: right;
  align-items: center;
  list-style: none;
  font-size:0;
  line-height:0;
  padding-left :0px;
}
  
.menu > li {
  float: left;
  margin :0px;
  width: 150px;
  height: 120px;
  text-align: center;
  font-size:1rem;
  line-height: 120px;
  text-decoration: none;
/*   line-height:center; */
  }

.menu > li a {
  display: block;
  font-weight: bold;
  text-decoration: none;
  color: #000; }
  .menu > li a:hover {
    color: #999; }

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

.menu > li:hover {
  background: #ffffff;
  -webkit-transition: all .5s;
  transition: all .5s; }

.menu__second-level li {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  margin:0;
  width: 150px;
/*   padding-left :0px; */
  height: 60px;}

.menu__second-level li a {
  color: #fff !important;
  text-align: center;
  height: 60px;
  line-height: 60px;
  }
/*   .menu__second-level li a:hover {
    background: #000;
    height: 60px;
    line-height: 60px;
    color: gray; } */
  .menu__second-level li a:hover {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  background: #016899;
  color: #fff; }

.nav-arrow {
  background: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/timechatechno.co.jp/arrow-b.png") no-repeat bottom 30px center; }

/* floatクリア */
.menu:before,
.menu:after {
  content: " ";
  display: table; }

.menu:after {
  clear: both; }

.menu {
  *zoom: 1 !important; }

.menu > li.menu__single {
  position: relative;
  }

li.menu__single ul.menu__second-level {
  position: absolute;
/*   top: 40px; */
  top: 0;
  width: 100%;
  background: #1F3A93;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

li.menu__single:hover ul.menu__second-level {
  top: 100px;
  visibility: visible;
  opacity: 1; }
}

/*SPメニュー*/
@media screen and (max-width: 1137px){
	
.head-grouplogo {
display: none;
}	
	
.menu-btn {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    height: 68px;
    width: 68px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #fff;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #000;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}	
.menu {
    width: 400px;
	  max-width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
	  right: -100%;
    z-index: 80;
    background-color: #fff;
    transition: all 0.5s;/*アニメーション設定*/
}
.menu  {
    padding: 70px 10px 0;
}
.menu  li {
    list-style: none;
}
.menu li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#000;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
	    border-bottom: solid 1px #707070;
	font-weight: bold;
}
.menu li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
	.menu__second-level{
		padding-left: 1rem;
	}


#menu-btn-check:checked ~ .menu {
    right: 0;/*メニューを画面内へ*/

}
/*ドロワースクロール用*/
.hamburger-menu ul{
 height: 100%;
 overflow: auto;
 -webkit-overflow-scrolling: touch;
}
	
	
}/*メディアクエリ閉じタグ*/

/*トグル用チェックボックス非表示*/
#menu-btn-check {
    display: none;
}
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

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

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Remove arrow in IE10 & IE11
 */

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

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:400,900");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap");
@import url("https://use.fontawesome.com/releases/v5.6.4/css/all.css");
@media screen and (min-width: 681px) {
  .pc {
    display: inherit !important; } }
@media screen and (max-width: 680px) {
  .pc {
    display: none !important; } }

@media screen and (min-width: 681px) {
  .sp {
    display: none !important; } }
@media screen and (max-width: 680px) {
  .sp {
    display: inherit !important; } }

.imgbg, .news-bg, .product-bg, .profile-bg, .mapbg, .recruit-read, .guidelines-bg {
  background-position: center center;
  background-size: cover; }

.imgbg-fix, .top-profile, .top-product {
  background-position: center center;
  background-size: cover;
  background-attachment: fixed; }

.bg-mask {
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  'padding-top: 4rem;
}

body {
  color: #000;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  src: local("游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif);
  font-weight: 500;
  line-height: 150%; }

.bleadclumb {
  background-color: #707070;
  color: #fff;
  padding: 1rem 0; }
/*   @media screen and (max-width: 680px) { */
  @media screen and (max-width: 1137px){
    .bleadclumb {
      display: none; } }

.bleadclumb a:link {
  color: #fff; }

.bleadclumb-inner {
/*   max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem 0 1rem; */
  max-width: 100%;
  padding: 0 1rem 0 10%;
  color:white;
  text-decoration: none;
}
  @media screen and (max-width: 680px) {
    .bleadclumb-inner {
      padding: 0 5% 0 5%; } }

.bleadclumb-inner > span a{
  color:inherit;
  text-decoration: none;
}

.bleadclumb-inner span:nth-child(3) {
  display: none; }

p {
  margin-bottom: 1rem; }

small {
  font-size: 12px; }

@media screen and (max-width: 680px) {
  br.spBr {
    display: none; } }

h2 {
  color: #1F3A93;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin: 74px auto;
  line-height: 1.5; }
  @media screen and (max-width: 680px) {
    h2 {
      font-size: 30px; } }

.product-h2 {
  color: #1F3A93;
  font-size: 36px;
  text-align: center;
  margin: 74px auto;
  line-height: 1.5; }
  @media screen and (max-width: 680px) {
    h2 {
      font-size: 30px; } }

h3 {
  color: #1F3A93;
  font-size: 22px;
  font-weight: bold;
  border-left: 5px solid #1F3A93;
  padding: 0.5rem 1rem 0.5rem 1rem;
  margin: 2rem 0;
  line-height: 1.5; }

.h3-white {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  border-left: 5px solid #fff;
  padding-left: 1rem;
  line-height: 1.5; }

.h3-noline {
  color: #1F3A93;
  font-size: 22px;
  font-weight: bold;
  margin: 2rem 0;
  border-left: none;
  padding-left: 0;
  line-height: 1.5; }

h4 {
  color: #1F3A93;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.5; }

.product-h4 {
  color: #1F3A93;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.5; }

ol {
  list-style-type: decimal; }

.ma-txt {
  color: #1F3A93; }

.read {
  margin-bottom: 160px; }

.inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem 6rem 1rem; }
  @media screen and (max-width: 680px) {
    .inner {
      padding: 0 5% 6rem 5%; } }

section {
  margin-bottom: 70px; }

.p-space {
  margin-bottom: 70px; }

.l-space {
  margin-bottom: 140px; }

.t-space {
  margin-top: 70px; }

.clr-link {
  color: #1F3A93;
  text-decoration: underline;
  font-weight: bold; }
  .clr-link :hover {
    color: #1F3A93;
    text-decoration: none; }

.linkarea, .news-prevnext {
  margin: 70px auto 70px auto;
  text-align: center; }

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 680px) {
    .flex-wrap {
      display: block; } }

.fluid-img {
  width: 100%;
  max-width: 100%; }

.full-img {
  max-width: 100%; }

.btnbase, .btn-s-glay, .btn-m, .btn-m-glay, .btn-m-white, .btn-l {
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: center;
  position: relative; }
  .btnbase a:link, .btn-s-glay a:link, .btn-m a:link, .btn-m-glay a:link, .btn-m-white a:link, .btn-l a:link {
    padding-left: 0.5rem; }
  .btnbase:hover, .btn-s-glay:hover, .btn-m:hover, .btn-m-glay:hover, .btn-m-white:hover, .btn-l:hover {
    transition: 0.8s; }

.btn-triangle, .btn-s-glay a::before, .btn-m-white a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 11px;
  top: 16px; }

.btn-s-glay {
  width: 124px;
  padding: 0.5rem;
  background-color: #707070;
  font-weight: normal;
  border-radius: 7px;
  font-size: 12px;
  margin: 0; }
  @media screen and (max-width: 680px) {
    .btn-s-glay {
      padding: 0.5rem; } }
  .btn-s-glay:hover {
    background: #000; }

.btn-m {
  width: 240px;
  padding: 0.5rem;
  background-color: #1F3A93;
  font-weight: bold; }
  @media screen and (max-width: 680px) {
    .btn-m {
      width: 200px; } }
  .btn-m:hover {
    background: #016899; }

.btn-m-glay {
  width: 240px;
  padding: 0.5rem;
  background-color: #707070;
  font-weight: bold; }
  .btn-m-glay:hover {
    background: #000; }

.btn-m-white {
  color: #1F3A93;
  width: 240px;
  padding: 1rem;
  background-color: #fff;
  font-weight: bold;
  border-radius: 10px; }
  .btn-m-white a::before {
    border-top: solid 1px #1F3A93;
    border-right: solid 1px #1F3A93;
    left: 2rem;
    top: 1.5rem; }
  @media screen and (max-width: 680px) {
    .btn-m-white {
      width: 200px; } }
  .btn-m-white:hover {
    background: #1F3A93;
    color: #fff; }

.btn-l {
  width: 420px;
  padding: 50px 0 20px;
  background-color: #1F3A93;
  font-weight: bold; }
  @media screen and (max-width: 680px) {
    .btn-l {
      width: 70%; } }
  .btn-l:hover {
    background: #016899; }

/*RWK(k.toikawa 2025/3/20)*/
 .btn-l-blue {
  border-radius: 10px;
  background-color: #ffffff;
  border: 2px solid #0F60AD;
  color: #1f3a93;
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
   }
  .btn-l-blue a{
    text-decoration: none;
    color: #0F60AD }
  .btn-l-blue a:hover{
    text-decoration: none;
    color: #0F60AD }
  @media screen and (max-width: 680px) {
  .btn-l-blue a:link {
      width: 70%; } }

.arrow-link, .arrow-link-r, .arrow-link-l, .arrow-link-prev, .nav-links .prev, .arrow-link-next, .nav-links .next {
  padding-left: 20px;
  line-height: 30px;
  display: inline-block;
  margin-bottom: 0.5rem; }
  .arrow-link:hover, .arrow-link-r:hover, .arrow-link-l:hover, .arrow-link-prev:hover, .nav-links .prev:hover, .arrow-link-next:hover, .nav-links .next:hover {
    text-decoration: underline; }

.arrow-link-r {
  background: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/timechatechno.co.jp/arrow.png") no-repeat left center; }

.arrow-link-l {
  background: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/timechatechno.co.jp/arrow-l.png") no-repeat left center; }

.arrow-link-prev, .nav-links .prev {
  background: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/timechatechno.co.jp/arrow-l.png") no-repeat left center; }

.arrow-link-next, .nav-links .next {
  background: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/timechatechno.co.jp/arrow.png") no-repeat right center;
  padding-right: 20px; }

.btn-mail {
  margin-top: 1rem;
  padding: 2rem; }

a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px; }
  @media screen and (max-width: 680px) {
    a.anchor {
      padding-top: 160px;
      margin-top: -160px; } }

.dl-line {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-right: 4rem; }
  @media screen and (max-width: 680px) {
    .dl-line {
      margin-right: 0; } }
  .dl-line dt {
    width: 30%;
    border-bottom: 1px solid #707070;
    padding: 2rem 0;
    font-weight: bold; }
  .dl-line dd {
    width: 70%;
    border-bottom: 1px solid #707070;
    margin-left: 0;
    padding: 2rem 0; }

.dl-line-white {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #fff;
  margin-top: 0;
  margin-right: 4rem; }
  @media screen and (max-width: 680px) {
    .dl-line-white {
      margin-right: 0; } }
  .dl-line-white dt {
    width: 30%;
    border-top: 1px solid #fff;
    padding: 2rem 0;
    font-weight: bold; }
  .dl-line-white dd {
    width: 70%;
    border-top: 1px solid #fff;
    margin-left: 0;
    padding: 2rem 0; }

.opa-box {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2rem;
  box-sizing: border-box; }

header {
/*   display: flex; */
  flex-wrap: nowrap;
/*   align-items: center; */
  max-width: 100%;
  margin: auto;
/*   padding: 0 0 2rem 0; */
}

.head-sitelogo {
  margin-right: auto; }

.head-sitelogo-img {
  width: 300px; }

.head-grouplogo-img {
  width: 110px; }

footer {
  text-decoration: none;
  background-color: #eaeaea;
  padding: 4rem 0 4rem 0; }
  @media screen and (max-width: 680px) {
    footer {
      padding: 1rem 0 1rem 0; } }

.footer-logo-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 1024px;
  margin: 0 auto 2rem auto; }
  @media screen and (max-width: 680px) {
    .footer-logo-wrap {
      display: block;
      text-align: center;
      max-width: 100%; } }

.fotter-add {
  padding-left: 3rem;
  flex-basis: 400px; }
  @media screen and (max-width: 680px) {
    .fotter-add {
      padding-left: 0; } }

.footer-menu {
  display: flex;
  justify-content: space-between;
  max-width: 1024px;
  margin: 0 auto 1rem auto; }
  @media screen and (max-width: 680px) {
    .footer-menu {
      display: none; } }

.footer-menu li{
  text-decoration: none;
  margin: 0 auto auto auto; 
}
.footer-menu a{
  text-decoration: none;
  margin: auto; 
}

.footer-menu-child {
  text-decoration: none;
  display: block;
  padding-left: 10px;
}

.footer-menu-child:hover {
  text-decoration: underline; }

.copylight {
  background-color: #1F3A93;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 1rem; }

#page_top {
  width: 84px;
  height: 74px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.7; }
  @media screen and (max-width: 680px) {
    #page_top {
      width: 68px;
      height: 68px; } }

#page_top a {
  position: relative;
  display: block;
  width: 84px;
  height: 74px;
  text-decoration: none; }
  @media screen and (max-width: 680px) {
    #page_top a {
      width: 68px;
      height: 68px; } }

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f077';
  font-size: 32px;
  color: #fff;
  position: absolute;
  width: 42px;
  height: 37px;
  top: 6px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center; }

@media screen and (max-width: 1137px) {
  .video-wrap {
    overflow: hidden;
    position: relative;
    height: calc( 100vh - 68px ); } }
@media screen and (min-width: 1138px) {
  .video-wrap {
    overflow: hidden;
    width: 100%;
    height: calc( 100vh - 120px );
    position: relative;
    box-sizing: border-box;
    z-index: 0; } }
video {
  width: 100%;
  height: calc(100vh - 120px);
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  object-fit: cover;
  box-sizing: border-box; }

.video-btn {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 100%;
  background-image: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/timechatechno.co.jp/reload.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: calc(100vh - 120px);
  box-sizing: border-box; }

.finished .video-btn {
  position: absolute;
  z-index: 2; }

@media screen and (max-width: 1137px) {
  .video-wrap {
    height: 56vw; }

  .video-btn {
    width: 100%;
    height: 56vw; }

  video {
    height: 56vw; } }
.scroll {
  position: relative;
  margin-top: -120px;
  margin-left: auto;
  margin-right: auto;
  z-index: 5;
  text-align: center; }
  @media screen and (max-width: 680px) {
    .scroll {
      display: none; } }

.h2-top, .h2-top-white-center, .h2-top-white-left, .top-cta-h2 {
  color: #1F3A93;
  font-size: 36px;
  font-weight: bold;
  text-align: left;
  margin: 74px auto; }
  @media screen and (max-width: 680px) {
    .h2-top, .h2-top-white-center, .h2-top-white-left, .top-cta-h2 {
      font-size: 20px; } }

.h2-top-white-center {
  color: #fff;
  text-align: center; }

.h2-top-white-left {
  color: #fff;
  text-align: left; }

.top-box, .top-profile, .top-product, .top-recruit {
  padding-top: 6rem;
  padding-bottom: 4rem;
  margin-bottom: 0;
  color: #fff; }

.top-profile {
  text-align: center;
  background-image: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/timechatechno.co.jp/top-prof-bg.png"); }

.top-product {
  text-align: center;
  background-image: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/timechatechno.co.jp/top-product-bg.png"); }

.top-takumi {
  margin: 0 auto; }
  @media screen and (max-width: 680px) {
    .top-takumi img {
      max-width: 100%; } }

.top-recruit {
  text-align: left;
  background-color: #1F3A93;
  background-image: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/timechatechno.co.jp/top-recruit-bg.png");
  background-repeat: no-repeat;
  background-position: right  top 20%;
  background-attachment: fixed; }
  @media screen and (max-width: 680px) {
    .top-recruit {
      background-position: right -100px top;
      background-attachment: fixed;
      background-size: auto 100%; } }

.top-reclruit-credo li {
  margin-bottom: 2rem; }

.top-cta {
  text-align: center; }

.top-cta-h2 {
  text-align: center; }

.top-cta-tel {
  font-size: 60px;
  font-family: Oswald;
  font-weight: bold;
  color: #1F3A93;
  margin-top: 2rem; }
  @media screen and (max-width: 680px) {
    .top-cta-tel {
      font-size: 30px; } }
  .top-cta-tel span {
    font-size: 40px; }
    @media screen and (max-width: 680px) {
      .top-cta-tel span {
        font-size: 20px; } }

.news-bg {
  background-image: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/timechatechno.co.jp/news-bg.png");
  padding-top: 4rem; }

.news-num {
  text-align: center;
  margin-bottom: 2rem; }

.news-post-title {
  font-size: 26px;
  color: #000;
  text-align: center;
  font-weight: bold;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto; }

.news-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid #707070; }
  @media screen and (max-width: 680px) {
    .news-list li {
      display: block; } }

.news-date {
  flex-basis: 10%;
  padding-right: 1rem; }
  @media screen and (max-width: 680px) {
    .news-date {
      font-weight: bold;
      display: block;
      width: 100%; } }

.news-title {
  flex-basis: 65%; }
  @media screen and (max-width: 680px) {
    .news-title {
      display: block;
      width: 100%;
      margin-bottom: 1rem; } }

.news-prevnext {
  justify-content: space-between;
  margin-bottom: 0; }

.pagination .screen-reader-text {
  display: none; }

.nav-links {
  display: flex;
  justify-content: space-between; }

.nav-links .page-numbers {
  display: none; }

.nav-links .prev {
  display: block; }

.nav-links .next {
  display: block; }

.product-bg {
  margin-bottom: 0;
  padding-top: 4rem;
  background-image: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/timechatechno.co.jp/products-bg.png"); }

.product-p{
  padding: 2rem;
}

.products-title {
  font-size: 20px;
  font-weight: bold;
  margin: 1rem 0;
  padding: 0;
  border-left: none;
  color: #000; }

.products-inner {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding: 1rem 1rem 6rem 140px; }
  @media screen and (max-width: 680px) {
    .products-inner {
      padding: 8rem 5% 6rem 5%; } }

.autoparts {
  margin-bottom: 0;
  padding-top: 4rem;
  background: #bde1da; }

.autoparts-ico {
  background: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/timechatechno.co.jp/parts-auto.png") no-repeat left top; }
  @media screen and (max-width: 680px) {
    .autoparts-ico {
      background: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/timechatechno.co.jp/parts-auto.png") no-repeat center top; } }

.auto-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 70px; }

.auto-img-parts {
  width: 25%; }
  .auto-img-parts img {
    width: 100%; }
  @media screen and (max-width: 680px) {
    .auto-img-parts {
      width: 50%; } }

.products-photo {
  width: 49%; }
  @media screen and (max-width: 680px) {
    .products-photo {
      width: 80%;
      margin: auto; } }
  .products-photo img {
    width: 100%;
    max-width: 100%; }
    @media screen and (max-width: 680px) {
      .products-photo img {
        margin: 2rem auto 2rem auto; } }

.mold {
  background: #b2d1e0;
  margin-bottom: 0;
  padding-top: 4rem; }

.mold-ico {
  background: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/timechatechno.co.jp/parts-mold.png") no-repeat; }
  @media screen and (max-width: 680px) {
    .mold-ico {
      background: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/timechatechno.co.jp/parts-mold.png") no-repeat center top; } }

.mold-txt {
  width: 70%; }
  @media screen and (max-width: 680px) {
    .mold-txt {
      width: 100%; } }

.mold-img {
  width: 30%;
  text-align: center; }
  @media screen and (max-width: 680px) {
    .mold-img {
      width: 100%; } }

.mandatry {
  color: red;
  padding-left: 1.5rem;
  margin-top: -2rem;
  font-weight: bold; }

.ctabox {
  background-color: #E8EBF4;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  box-sizing: border-box;
  text-align: center;
  font-size: 22px; }
  @media screen and (max-width: 680px) {
    .ctabox {
      width: 80%;
      font-size: 18px; } }

.cta-txt {
  color: #1F3A93;
  text-align: center;
  font-weight: bold; }

.cta-tel {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  font-size: 40px;
  font-weight: bold;
  padding: 2rem;
  margin: 1rem 0; }
  @media screen and (max-width: 680px) {
    .cta-tel {
      font-size: 20px;
      padding: 2rem 0; } }

.cta-telnum {
  font-size: 22px; }
  @media screen and (max-width: 680px) {
    .cta-telnum {
      font-size: 20px; } }

.cta-fax {
  font-size: 20px;
  font-weight: bold; }

.contact-thanks {
  font-size: 24px;
  color: #1F3A93;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5rem; }

.profile-bg {
  background-image: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/timechatechno.co.jp/profile-bg.png");
  padding-top: 4rem; }

.iso {
  margin-top: 1rem; }

.history {
  background: #1F3A93;
  color: #fff;
  padding-top: 70px; }

.his-txt {
  width: 70%;
  padding-right: 1rem; }
  @media screen and (max-width: 680px) {
    .his-txt {
      width: 100%; } }

.his-photo {
  width: 30%; }
  @media screen and (max-width: 680px) {
    .his-photo {
      width: 100%;
      margin-top: 1rem; } }

.acc-txt {
  width: 60%; }
  @media screen and (max-width: 680px) {
    .acc-txt {
      width: 100%; } }

.acc-photo {
  width: 40%; }
  @media screen and (max-width: 680px) {
    .acc-photo {
      width: 100%;
      margin-top: 1rem; } }

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 40%;
  position: relative;
  border: 1px solid #707070; }
  @media screen and (max-width: 680px) {
    .gmap {
      padding-bottom: 50%; } }

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }

.pp-list {
  padding-left: 1.5rem; }
  .pp-list li {
    padding-left: 1.5rem; }
    .pp-list li > ol {
      margin: 1.5rem; }

.mapbg {
  background-image: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/timechatechno.co.jp/sitemap-bg.png");
  padding-top: 6rem; }

.sitemap-name {
  text-align: center;
  font-weight: bold;
  width: 40%; }
  @media screen and (max-width: 680px) {
    .sitemap-name {
      display: block;
      width: 100%; } }

.sitemap-list {
  font-weight: bold;
  width: 40%; }
  @media screen and (max-width: 680px) {
    .sitemap-list {
      display: block;
      width: 100%;
      margin-top: 2rem; } }

.recruit-read {
  background-color: #c0dbf2;
  background-image: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/timechatechno.co.jp/recruit-read-bg.png");
  padding: 4rem 0 0 0;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%; }
  @media screen and (max-width: 680px) {
    .recruit-read {
      background-position: right bottom;
      background-size: 100%;
      background-image: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/timechatechno.co.jp/recruit-read-bg-sp.png"); } }

.recruit-read-txt {
  width: 50%; }
  @media screen and (max-width: 680px) {
    .recruit-read-txt {
      padding-bottom: 300px;
      width: 100%; } }

.recruit-read-copy {
  font-size: 40px;
  color: #1F3A93;
  padding: 0;
  border-left: none;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold; }

.recruit-read-title {
  color: #1F3A93;
  font-weight: bold;
  margin-bottom: 0.1rem;
  font-size: 1rem; }

.recruit-read-title:nth-child(n+1) {
  margin-top: 1rem; }

.guidelines-bg {
  background-image: url(https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/timechatechno.co.jp/recruit-guidelines-bg.png);
  padding-top: 4rem; }

.voice-wrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  height: 100%;
  justify-content: space-between; }

.voice-box {
  width: 32%;
  margin-bottom: 2rem;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 680px) {
    .voice-box {
      width: 48%; } }

.voice-img img {
  width: 100%;
  max-width: 100%; }

.voice-txt {
  padding: 1.5rem 1.5rem 6rem 1.5rem;
  position: relative; }
  @media screen and (max-width: 680px) {
    .voice-txt {
      padding: 1.5rem 1rem 6rem 1rem; } }

.voice-btn {
  position: absolute;
  bottom: 2rem; }
  @media screen and (max-width: 680px) {
    .voice-btn {
      width: 80%;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%); } }

.interview-copy {
  border-left: none;
  padding-left: 0;
  margin: 4rem 0; }

.interview-head {
  width: 100%;
  height: 440px;
  position: relative;
  background-size: cover;
  background-position: center; }

.interview-01 {
  background-image: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/timechatechno.co.jp/main_w_01.png"); }

.interview-02 {
  background-image: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/timechatechno.co.jp/main_w_02.png"); }

.interview-03 {
  background-image: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/timechatechno.co.jp/main_k_03.png"); }
  @media screen and (max-width: 680px) {
    .interview-03 {
      background-position: 1050px center; } }

.interview-04 {
  background-image: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/timechatechno.co.jp/main_i_04.png"); }
  @media screen and (max-width: 680px) {
    .interview-04 {
      background-position: 1400px center; } }

.interview-05 {
  background-image: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/timechatechno.co.jp/main_t_05.png"); }
  @media screen and (max-width: 680px) {
    .interview-05 {
      background-position: 1310px center; } }

.interview-06 {
  background-image: url("https://23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/timechatechno.co.jp/main_m_06.png"); }
  @media screen and (max-width: 680px) {
    .interview-06 {
      background-position: 1050px center; } }

.interview-about {
  width: 270px;
  position: absolute;
  bottom: 0;
  margin-left: calc(1024px - 270px); }
  @media screen and (max-width: 680px) {
    .interview-about {
      width: 200px; } }

@media screen and (max-width: 1023px) {
  .interview-about {
    margin-left: calc(95vw - 230px); } }
.interview-about-r {
  width: 270px;
  position: absolute;
  bottom: 0; }
  @media screen and (max-width: 680px) {
    .interview-about-r {
      width: 200px; } }

.interview-about-num {
  background-color: #1F3A93;
  color: #fff;
  padding: 0.5rem;
  text-align: center;
  display: inline-block;
  font-family: 'Oswald', sans-serif; }

.interview-about-txt {
  background-color: #fff;
  padding: 3rem; }
  @media screen and (max-width: 680px) {
    .interview-about-txt {
      padding: 1rem; } }

.interview-about-txt-name {
  font-size: 32px;
  font-weight: bold; }
  .interview-about-txt-name span {
    font-size: 18px; }

.qa-wrap {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 680px) {
    .qa-wrap {
      display: block; } }

.qa-box {
  width: 100%; }
  @media screen and (max-width: 680px) {
    .qa-box {
      width: 100%; } }

.qa-img {
  width: 40%; }
  @media screen and (max-width: 680px) {
    .qa-img {
      width: 100%;
      margin-top: 2rem; } }
  .qa-img img {
    width: 100%;
    max-width: 100%; }

.q-num {
  font-size: 36px;
  /* font-weight: bold; */
  color: #1F3A93;
  margin-bottom: 2rem;}

.q-title {
  font-weight: bold;
  margin-bottom: 3rem;
  display: inline-block;
  position: relative; }
  .q-title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1.5rem;
    /*下線の上下位置調整*/
    display: inline-block;
    width: 80px;
    /*下線の幅*/
    height: 4px;
    /*下線の太さ*/
    background-color: #1F3A93;
    /*下線の色*/ }
.q-answer {
  margin-bottom: 3rem;
  display: inline-block;
  position: relative;
  white-space: pre-line;
}

.q-num span {
  font-size: 18px;
  display: inline-block;
}

/*2021/4/23追加分*/
.page-id-2119 .bg-mask {
  background: rgba(255, 255, 255, 0);
  padding-bottom: 100px; }
.page-id-2119 .bg-mask .inner {
  background: rgba(255, 255, 255, 0.5);
  padding: 50px;
  box-sizing: border-box; }
.loader {
  color: #ffffff;
  font-size: 20px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
'% include "./components/mw-wp-form.css" %
'% include "./components/style.min.css" %