@charset "UTF-8";

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

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

/* 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;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 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 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */

/* ============================================ */

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

/* 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 {
  /* 1 */
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  clear: both;
  /* 1 */
  height: 0;
  margin: 0;
  /* 2 */
  border-top-width: 1px;
  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;
  color: inherit;
  text-decoration: none;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
  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 {
  position: relative;
  font-size: 75%;
  vertical-align: baseline;
  line-height: 0;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* Replaced content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

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

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

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

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

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

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

/**
 * Correct cursors for clickable elements.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

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

legend {
  padding: 0;
}

/**
 * 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. Fix font inheritance.
 */

::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 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]:focus {
  outline: auto;
}

/* Tables */

/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  /* 1 */
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

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

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

/*
 * リセットCSS
 */

html {
  height: 100%;
}

body {
  position: relative;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: .1em;
  font-optical-sizing: auto;
}

body.is-active {
  overflow: hidden;
}

img,
svg {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/*
 * 記事一覧(カード型)
 */

.c-article-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-article-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-article-card__title {
  margin-top: -.5em;
  font-weight: 700;
}

.c-article-card-label {
  display: inline-block;
  margin-top: .5em;
  margin-right: .5em;
  padding: 5px 9px;
  background: #ccc;
  color: #555;
  font-size: .7em;
  font-weight: 600;
}

.c-article-card-label--info {
  background: #ff5252;
  color: #fff;
}

.c-article-card-label--info-cat {
  padding: 4px 8px;
  border: 1px solid #ff5252;
  background: #fff;
  color: #ff5252;
}

.c-article-card-label--product {
  background: #303f9f;
  color: #fff;
}

.c-article-card-label--service {
  background: #4caf50;
  color: #fff;
}

.c-article-card-label--recruit {
  background: #ff9800;
  color: #fff;
}

.c-article-card-label--recruit-cat {
  padding: 4px 8px;
  border: 1px solid #ff9800;
  background: #fff;
  color: #ff9800;
}

.c-article-card-label--other {
  background: #b0c4de;
  color: #222;
}

.c-article-card__text {
  margin-top: 20px;
}

.c-article-card__data {
  display: inline-block;
  color: #ccc;
}

/*
 * 記事ページ
 */

.c-single-title {
  margin-top: -5px;
  font-weight: 600;
}

.c-single-title-label {
  display: inline-block;
  margin-top: 5px;
  margin-right: 5px;
  padding: 6px 10px;
  background: #ccc;
  color: #555;
}

.c-single-title-label--info {
  background: #ff5252;
  color: #fff;
}

.c-single-title-label--info-cat {
  padding: 5px 9px;
  border: 1px solid #ff5252;
  background: #fff;
  color: #ff5252;
}

.c-single-title-label--product {
  background: #303f9f;
  color: #fff;
}

.c-single-title-label--service {
  background: #4caf50;
  color: #fff;
}

.c-single-title-label--recruit {
  background: #ff9800;
  color: #fff;
}

.c-single-title-label--recruit-cat {
  padding: 5px 9px;
  border: 1px solid #ff9800;
  background: #fff;
  color: #ff9800;
}

.c-single-title-label--other {
  background: #b0c4de;
  color: #222;
}

.c-single-title-main {
  display: inline-block;
  margin-top: 10px;
}

.c-single-figure {
  position: relative;
}

.c-single-figure__text {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .7);
  color: #fff;
}

/*
 * 次の記事・前の記事リンク
 */

.c-post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-post-list-item {
  width: 50%;
}

.c-post-list-item:only-child {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.c-post-list-item--prev {
  padding-right: 10%;
}

.c-post-list-item--next {
  padding-left: 10%;
  text-align: right;
}

.c-post-list-link__strong {
  font-weight: 700;
}

.c-post-list-link__title {
  text-decoration: underline;
}

/*
 * 共通スタイル
 */

.c-main {
  padding-bottom: 80px;
}

.c-breadcrumb {
  display: none;
}

.c-mt10 {
  margin-top: 10px;
}

.c-mt20 {
  margin-top: 20px;
}

.c-mt30 {
  margin-top: 30px;
}

.c-mt40 {
  margin-top: 40px;
}

.c-mt50 {
  margin-top: 50px;
}

.c-mt60 {
  margin-top: 60px;
}

.c-mt70 {
  margin-top: 70px;
}

.c-mt80 {
  margin-top: 80px;
}

.c-nowrap {
  display: inline-block;
  word-break: break-all;
}

.c-kerning {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.c-align-center {
  text-align: center;
}

.c-align-left {
  text-align: left;
}

.c-align-right {
  text-align: right;
}

.c-strong {
  font-weight: 700;
}

.c-highlight {
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(255, 228, 0, .4);
  text-decoration-color: rgba(255, 228, 0, .4);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: .5em;
  text-underline-offset: -.2em;
}

.c-color-rd {
  color: #f00;
}

.c-color-bl {
  color: #00f;
}

.c-color-bk {
  color: #000;
}

.c-link {
  color: #0000cd;
  text-decoration: underline;
}

.c-link:active,
.c-link:focus,
.c-link:visited,
.c-link:hover {
  color: #0000cd;
}

.c-list {
  color: #555;
  font-size: 10px;
}

.c-list li {
  position: relative;
  padding-left: 1.1em;
  color: inherit;
}

.c-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: inherit;
  content: "※";
}

.c-section__content {
  margin-right: auto;
  margin-left: auto;
}

.c-header {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1000;
  top: 0;
  background: #fff;
}

.c-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-header-logo__item {
  display: block;
}

.c-header-box.is-animate {
  -webkit-transition: opacity .3s, visibility 0s ease .3s;
  transition: opacity .3s, visibility 0s ease .3s;
}

.c-header-box.is-show {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.c-header-list-item {
  font-size: 14px;
  font-weight: 700;
}

/*
 * ColorBond_LP スタイルシート
 */

/*
 * base
 */

/*
 * component(必要なstyleのみ読み込む)
 */

.link {
  text-decoration: underline;
}

.loader {
  position: fixed;
  z-index: 2147483647;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.header {
  position: absolute;
  z-index: 1000;
  top: 0;
  width: 100%;
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-logo__item {
  display: block;
}

.header-list-item {
  color: #222;
}

.header-list-item:active,
.header-list-item:focus,
.header-list-item:visited,
.header-list-item:hover {
  color: #222;
}

.footer {
  padding-bottom: 25px;
  background-color: #fff;
}

.footer__content {
  color: #222;
}

.footer__logo {
  display: block;
}

.footer__logo-text {
  font-size: 15px;
  font-weight: 500;
}

.footer__copyright {
  margin-top: 50px;
  color: #7b7b7b;
  text-align: center;
}

.mv {
  position: relative;
}

.mv-bg {
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.mv__circle {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
}

.mv__line-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 5;
  left: 0;
  width: 100%;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mv__line-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading {
  margin-right: auto;
  margin-left: auto;
}

.heading__content {
  display: block;
}

.section__content {
  margin-right: auto;
  margin-left: auto;
}

.section--mission .heading {
  margin-top: -5%;
}

.mission__list dt {
  font-weight: 700;
}

.services__list dt {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.95;
}

.services-card {
  padding: 32px 30px 40px;
  border-radius: 24px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(34, 34, 34, .2);
  box-shadow: 0px 0px 18px 0px rgba(34, 34, 34, .2);
}

.services-card__figure {
  margin-right: auto;
  margin-left: auto;
}

.services-card__strong {
  margin-top: 20px;
  color: #509378;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.services-card__list {
  margin-top: 20px;
}

.services-card__list dt {
  font-weight: 700;
  text-align: center;
}

.services-card__list dd {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.785;
}

.works-card__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 24px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(34, 34, 34, .2);
  box-shadow: 0px 0px 18px 0px rgba(34, 34, 34, .2);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.works-card__list dt {
  font-size: 13px;
  font-weight: 400;
}

.works-card__list dd {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.875;
}

.works-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #509378;
  border-radius: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.works-anchor__content {
  position: relative;
  padding-right: .8em;
  color: #509378;
  letter-spacing: .01em;
}

.works-anchor__content::before {
  position: absolute;
  top: -2px;
  right: -.25em;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: solid 2px #509378;
  border-right: solid 2px #509378;
  content: "";
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.news-row {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #e1e1e1;
  font-size: 14px;
  font-weight: 500;
}

.news-row:last-child {
  border-bottom: 1px solid #e1e1e1;
}

.news-row__date {
  display: inline-block;
  padding-right: 1em;
}

.news-row__label {
  display: inline-block;
  color: #509378;
}

.news-row__text {
  display: block;
  margin-top: 10px;
  line-height: 1.875;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.company__heading {
  font-weight: 700;
  line-height: 2;
}

.company__text {
  margin-top: 30px;
  font-size: 15px;
  line-height: 2.666;
  letter-spacing: .05em;
}

.company__text-right {
  display: block;
  text-align: right;
}

.company__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e1e1e1;
  font-size: 15px;
  line-height: 2;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.company__list dt {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #e1e1e1;
  -ms-flex-preferred-size: 90px;
  flex-basis: 90px;
}

.company__list dd {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #e1e1e1;
  -ms-flex-preferred-size: calc(100% - 90px);
  flex-basis: calc(100% - 90px);
}

.contact__note {
  font-size: 15px;
  line-height: 2.26;
}

.contact-mail-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #509378;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-mail-btn__content {
  color: #fff;
  font-size: 15px;
}

.contact-privacy {
  overflow-y: scroll;
  margin-top: 20px;
  border: 1px solid #a6a6a6;
}

.contact-privacy-title {
  margin-top: 30px;
  font-weight: 700;
}

.contact-privacy-note {
  margin-top: 20px;
  text-align: center;
}

.contact-privacy__list:not(:first-child) {
  margin-top: 30px;
}

.contact-privacy__list > dt {
  font-weight: 700;
}

.contact-privacy__list > dd {
  margin-top: 5px;
  line-height: 1.75;
}

.contact-privacy__list > dd a {
  display: inline-block;
  text-decoration: underline;
  word-break: break-all;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }

  .c-article-card {
    margin-left: auto;
    margin-left: auto;
  }

  .c-article-card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
    padding-top: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c-article-card__link {
    width: 100%;
    border: 1px solid #ccc;
  }

  .c-article-card__link:hover {
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .c-article-card__link:hover:-webkit-any-link:hover {
    opacity: .7;
  }

  .c-article-card__link:hover:-moz-any-link:hover {
    opacity: .7;
  }

  .c-article-card__link:hover:any-link:hover {
    opacity: .7;
  }

  .c-article-card__item {
    width: calc(33.333% - 20px);
    margin-top: 30px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .c-article-card__head {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .c-article-card__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 15px;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .c-article-card__title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .c-article-card__text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .c-article-card__data {
    margin-top: 20px;
    font-size: 12px;
  }

  .c-single-title-label {
    font-size: 12px;
  }

  .c-single-title-label:hover {
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .c-single-title-label:hover:-webkit-any-link:hover {
    opacity: .7;
  }

  .c-single-title-label:hover:-moz-any-link:hover {
    opacity: .7;
  }

  .c-single-title-label:hover:any-link:hover {
    opacity: .7;
  }

  .c-single-title-main {
    font-size: 24px;
  }

  .c-single-figure {
    margin-top: 30px;
  }

  .c-single-figure__text {
    padding: 15px;
    font-size: 14px;
  }

  .c-single-text {
    margin-top: 50px;
    font-size: 18px;
  }

  .c-post-list-link {
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .c-post-list-link:-webkit-any-link:hover {
    opacity: .7;
  }

  .c-post-list-link:-moz-any-link:hover {
    opacity: .7;
  }

  .c-post-list-link:any-link:hover {
    opacity: .7;
  }

  .c-hide-pc {
    display: none;
  }

  .c-link {
    cursor: pointer;
  }

  .c-link:hover {
    text-decoration: none;
  }

  .c-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .c-section__content {
    max-width: 1020px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .link:hover {
    text-decoration: none;
  }

  .header__content {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header-logo {
    width: 192px;
  }

  .header-menu {
    display: none;
  }

  .header-sp-logo {
    display: none;
  }

  .header-box {
    visibility: visible;
    width: calc(100% - 192px);
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }

  .header-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -24px;
    margin-left: -24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .header-list > li {
    margin-right: 24px;
    margin-left: 24px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .header-list-item {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .05em;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .header-list-item:-webkit-any-link:hover {
    opacity: .7;
  }

  .header-list-item:-moz-any-link:hover {
    opacity: .7;
  }

  .header-list-item:any-link:hover {
    opacity: .7;
  }

  .header-list-sp {
    display: none;
  }

  .footer {
    padding-top: 40px;
  }

  .footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer__logo {
    max-width: 192px;
    margin-right: 20px;
    padding-top: 10px;
  }

  .footer__logo-text {
    display: inline-block;
    padding-top: 10px;
  }

  .footer__copyright {
    font-size: 13px;
  }

  .mv-bg {
    background-image: url("../img/bg_mv.png");
  }

  .mv__line-left {
    top: -.7%;
  }

  .heading {
    width: 70%;
  }

  .heading__content {
    max-width: 300px;
  }

  .section {
    padding-top: 20vh;
    padding-bottom: 20vh;
  }

  .section__content {
    width: 66.25%;
  }

  .section--mission {
    padding-top: 12vh;
  }

  .section--services .line-parallax {
    margin-top: -11%;
  }

  .section--works .heading {
    margin-top: -7.5%;
  }

  .section--news .heading {
    margin-top: -7.5%;
  }

  .section--company .heading {
    margin-top: -25%;
  }

  .section--contact {
    padding-bottom: 60vh;
  }

  .section--contact .heading {
    margin-top: -11%;
  }

  .mission__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 98.113%;
    margin-right: auto;
    margin-left: auto;
  }

  .mission__list {
    margin-top: 50px;
    -ms-flex-preferred-size: 65.192%;
    flex-basis: 65.192%;
  }

  .mission__list dt {
    font-size: 28px;
    line-height: 1.892;
  }

  .mission__list dd {
    margin-top: 34px;
    font-size: 15px;
    line-height: 2.466;
  }

  .mission__figure {
    padding-top: 34px;
    -ms-flex-preferred-size: 34.808%;
    flex-basis: 34.808%;
  }

  .services__list dt {
    margin-top: 2%;
  }

  .services__list dd {
    margin-top: 16px;
    font-size: 15px;
    line-height: 2.466;
  }

  .services__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    margin-right: -20px;
    margin-left: -20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .services-card {
    margin-right: 20px;
    margin-left: 20px;
    -ms-flex-preferred-size: calc(33.3333333333% - 40px);
    flex-basis: calc(33.3333333333% - 40px);
  }

  .services-card__figure {
    width: 51.875%;
  }

  .works__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    margin-right: -20px;
    margin-left: -20px;
  }

  .works-card {
    margin-right: 20px;
    margin-left: 20px;
    -ms-flex-preferred-size: calc(33.3333333333% - 40px);
    flex-basis: calc(33.3333333333% - 40px);
  }

  .works-card__panel {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .works-card__logo {
    width: 87.5%;
  }

  .works-card__list {
    margin-top: 25px;
  }

  .works-anchor {
    min-width: 320px;
    width: 30.769%;
    margin-top: 60px;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .works-anchor:hover {
    opacity: .7;
  }

  .news__content {
    margin-top: 95px;
    padding-left: 22.115%;
  }

  .company-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5.5%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .company-box__left {
    width: 69.231%;
    padding-right: 30.555%;
  }

  .company-box__right {
    overflow: hidden;
    margin-top: 2%;
    border-radius: 24px;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(34, 34, 34, .2);
    box-shadow: 0px 0px 16px 0px rgba(34, 34, 34, .2);
    -ms-flex-preferred-size: 30.769%;
    flex-basis: 30.769%;
  }

  .company__heading {
    font-size: 24px;
  }

  .company__text-right {
    padding-top: 5%;
  }

  .company__image-sp {
    display: none;
  }

  .company__list {
    margin-top: 50px;
  }

  .contact__note {
    margin-top: 5%;
  }

  .contact-mail-btn {
    height: 107px;
    margin-top: 70px;
    border-radius: 24px;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .contact-mail-btn:hover {
    opacity: .7;
  }

  .contact-privacy {
    height: 240px;
  }

  .contact-privacy-title {
    font-size: 14px;
  }

  .contact-privacy__main {
    padding: 30px;
    font-size: 14px;
  }

  .contact-privacy-note {
    font-size: 14px;
  }

  .contact-privacy__list:first-child > dt {
    font-size: 18px;
  }

  .contact-privacy__list:first-child > dd {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .c-header__content {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1%;
    padding-left: 1.6%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .c-header-logo {
    max-width: 170px;
    width: 13.281%;
  }

  .c-header-menu {
    display: none;
  }

  .c-header-sp-logo {
    display: none;
  }

  .c-header-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }

  .c-header-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .c-header-list > li {
    margin-right: 13px;
    margin-left: 13px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .c-header-list-item {
    color: #000;
    letter-spacing: .05em;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .c-header-list-item:-webkit-any-link:hover {
    opacity: .7;
  }

  .c-header-list-item:-moz-any-link:hover {
    opacity: .7;
  }

  .c-header-list-item:any-link:hover {
    opacity: .7;
  }

  .c-header-list-item:active,
  .c-header-list-item:focus,
  .c-header-list-item:visited,
  .c-header-list-item:hover {
    color: #000;
  }

  .c-header-list-sp {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .c-header__content {
    height: 60px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .c-header-logo {
    width: 120px;
  }

  .c-header-menu {
    display: block;
    position: absolute;
    z-index: 2000;
    top: 14px;
    right: 16px;
    width: 32px;
    height: 32px;
  }

  .c-header-menu-btn {
    display: block;
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 5px;
    background: #465d69;
    cursor: pointer;
  }

  .c-header-menu-btn__line {
    display: inline-block;
    position: absolute;
    /*アニメーションの設定*/
    left: 6.5px;
    width: 60%;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
  }

  .c-header-menu-btn__line:nth-of-type(1) {
    top: 8px;
  }

  .c-header-menu-btn__line:nth-of-type(2) {
    top: 15px;
  }

  .c-header-menu-btn__line:nth-of-type(3) {
    top: 22px;
  }

  .c-header-menu-btn.is-open > .c-header-menu-btn__line:nth-of-type(1) {
    top: 7px;
    left: 7px;
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }

  .c-header-menu-btn.is-open > .c-header-menu-btn__line:nth-of-type(2) {
    opacity: 0;
  }

  .c-header-menu-btn.is-open > .c-header-menu-btn__line:nth-of-type(3) {
    top: 23px;
    left: 7px;
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }

  .c-header-sp-logo {
    position: absolute;
    top: 14px;
    left: 15px;
    width: 120px;
  }

  .c-header-box {
    visibility: hidden;
    overflow: scroll;
    position: fixed;
    z-index: 1000;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
    background: rgba(0, 0, 0, .95);
    opacity: 0;
  }

  .c-header-box__content {
    width: 100%;
    padding-top: 20%;
    padding-bottom: 10%;
  }

  .c-header-list {
    width: 100%;
    margin-top: 10px;
  }

  .c-header-list > li {
    text-align: center;
  }

  .c-header-list > li:not(:first-child) {
    margin-top: 20px;
  }

  .c-header-list-item {
    color: #fff;
    color: #fff;
    font-size: 16px;
  }

  .c-header-list-item:active,
  .c-header-list-item:focus,
  .c-header-list-item:visited,
  .c-header-list-item:hover {
    color: #fff;
  }

  .c-header-list-sp {
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
  }

  .c-header-list-sp__item {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .c-article-card {
    padding-top: 20px;
  }

  .c-article-card__content {
    margin-top: 40px;
  }

  .c-article-card__item:not(:first-child) {
    margin-top: 30px;
  }

  .c-article-card__body {
    padding-top: 15px;
  }

  .c-article-card__data {
    margin-top: 10px;
    font-size: 10px;
  }

  .c-single-title-label {
    font-size: 10px;
  }

  .c-single-title-main {
    font-size: 18px;
  }

  .c-single-figure {
    margin-top: 20px;
  }

  .c-single-figure__text {
    padding: 5px;
    font-size: 12px;
  }

  .c-single-text {
    margin-top: 40px;
    font-size: 16px;
  }

  .c-post-list-link {
    font-size: 12px;
  }

  .c-hide-sp {
    display: none;
  }

  .c-sp10 {
    margin-top: 10px;
  }

  .c-mt-sp20 {
    margin-top: 20px;
  }

  .c-mt-sp30 {
    margin-top: 30px;
  }

  .c-mt-sp40 {
    margin-top: 40px;
  }

  .c-mt-sp50 {
    margin-top: 50px;
  }

  .c-mt-sp60 {
    margin-top: 60px;
  }

  .c-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .c-section__content {
    max-width: 480px;
    width: calc(100% - 40px);
  }

  .header__content {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header-logo {
    width: 134px;
  }

  .header-menu {
    display: block;
    position: absolute;
    z-index: 2000;
    top: 33px;
    right: 20px;
    width: 40px;
    height: 22px;
    background-image: url("../img/btn_menu.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }

  .header-menu.is-open {
    background-image: url("../img/btn_menu_close.svg");
  }

  .header-sp-logo {
    position: absolute;
    top: 30px;
    left: 20px;
    width: 134px;
  }

  .header-box {
    visibility: hidden;
    overflow: scroll;
    position: fixed;
    z-index: 1000;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
    background-image: url("../img/bg_menu.png");
    background-size: 100% auto;
    opacity: 0;
  }

  .header-box__content {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 10%;
  }

  .header-box.is-animate {
    -webkit-transition: opacity .3s, visibility 0s ease .3s;
    transition: opacity .3s, visibility 0s ease .3s;
  }

  .header-box.is-show {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }

  .header-list {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .header-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .header-list > li:not(:first-child) {
    margin-top: 50px;
  }

  .header-list-item {
    padding-left: 20px;
    font-size: 13px;
  }

  .header-list-sp {
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
  }

  .header-list-sp__item {
    display: block;
  }

  .header-list-mission {
    display: inline-block;
    width: 101px;
  }

  .header-list-mission + .header-list-item {
    margin-bottom: -4px;
  }

  .header-list-services {
    display: inline-block;
    width: 105px;
  }

  .header-list-services + .header-list-item {
    margin-bottom: -4px;
  }

  .header-list-works {
    display: inline-block;
    width: 79px;
  }

  .header-list-works + .header-list-item {
    margin-bottom: -2px;
  }

  .header-list-news {
    display: inline-block;
    width: 68px;
  }

  .header-list-news + .header-list-item {
    margin-bottom: -1px;
  }

  .header-list-company {
    display: inline-block;
    width: 120px;
  }

  .header-list-company + .header-list-item {
    padding-bottom: 5px;
  }

  .header-list-contact {
    display: inline-block;
    width: 96px;
  }

  .header-list-contact + .header-list-item {
    margin-bottom: -2px;
  }

  .footer {
    padding-top: 40px;
  }

  .footer__logo {
    max-width: 192px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer__logo-text {
    display: block;
    margin-top: 20px;
    text-align: center;
  }

  .footer__copyright {
    font-size: 12px;
  }

  .mv-bg {
    background-image: url("../img/bg_mv_smp.png");
  }

  .mv__line-left {
    top: .3%;
  }

  .heading {
    width: 82.666%;
  }

  .heading__content {
    max-width: 200px;
  }

  .section {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .section__content {
    width: 82.666%;
  }

  .section--mission {
    padding-top: 20vh;
  }

  .section--services .line-parallax {
    margin-top: -20%;
  }

  .section--works .heading {
    margin-top: -16%;
  }

  .section--news .heading {
    margin-top: -15%;
  }

  .section--company .heading {
    margin-top: -26%;
  }

  .section--contact {
    padding-bottom: 30vh;
  }

  .section--contact .heading {
    margin-top: -4%;
  }

  .mission__list {
    margin-top: 40px;
  }

  .mission__list dt {
    font-size: 24px;
    line-height: 2;
  }

  .mission__list dd {
    margin-top: 18px;
    font-size: 14px;
    line-height: 2.142;
  }

  .mission__figure {
    margin-top: 14px;
  }

  .services__list {
    margin-top: 15.5%;
  }

  .services__list dd {
    margin-top: 28px;
    font-size: 14px;
    line-height: 2.142;
  }

  .services__box {
    padding-top: 10px;
  }

  .services-card {
    margin-top: 40px;
  }

  .services-card__figure {
    width: 53.548%;
  }

  .services-card__list {
    letter-spacing: .055em;
  }

  .services-card__list dt {
    font-size: 16px;
  }

  .works__box {
    margin-top: -5px;
  }

  .works-card {
    margin-top: 40px;
  }

  .works-card__panel {
    padding-top: 33%;
    padding-bottom: 33%;
  }

  .works-card__logo {
    width: 90.322%;
  }

  .works-card__list {
    margin-top: 35px;
  }

  .works-anchor {
    margin-top: 50px;
  }

  .news__content {
    margin-top: 30px;
  }

  .news-row {
    padding-right: 10px;
    padding-left: 10px;
  }

  .company-box__right {
    display: none;
  }

  .company__heading {
    margin-top: 11%;
    font-size: 18px;
  }

  .company__text {
    margin-top: 25px;
  }

  .company__text-right {
    margin-top: 25px;
  }

  .company__image-sp {
    overflow: hidden;
    margin-top: 30px;
    border-radius: 24px;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(34, 34, 34, .2);
    box-shadow: 0px 0px 16px 0px rgba(34, 34, 34, .2);
  }

  .company__list {
    margin-top: 55px;
  }

  .contact__note {
    margin-top: 10%;
  }

  .contact-mail-btn {
    height: 48px;
    margin-top: 30px;
    border-radius: 4px;
  }

  .contact-privacy {
    height: 180px;
  }

  .contact-privacy-title {
    font-size: 12px;
  }

  .contact-privacy__main {
    padding: 20px;
    font-size: 12px;
  }

  .contact-privacy-note {
    font-size: 12px;
  }

  .contact-privacy__list:first-child > dt {
    font-size: 16px;
  }

  .contact-privacy__list:first-child > dd {
    font-size: 14px;
  }
}

@media (max-width: 1200px) and (min-width: 768px) {
  .header__content {
    width: calc(100% - 40px);
  }

  .header-logo {
    width: 165px;
  }

  .header-list {
    margin-right: -8px;
    margin-left: -8px;
  }

  .header-list > li {
    margin-right: 8px;
    margin-left: 8px;
  }

  .footer__content {
    width: calc(100% - 40px);
  }

  .footer__logo {
    max-width: 165px;
  }

  .heading {
    width: calc(100% - 40px);
  }

  .section {
    padding-top: 12vh;
    padding-bottom: 12vh;
  }

  .section__content {
    width: calc(100% - 60px);
  }

  .company-box__left {
    padding-right: 10%;
  }
}

@media (scripting: none) {
  .loader {
    display: none;
  }
}