@charset "UTF-8";
/* ------------------------
 *   Foundation/Google Fonts
 * -------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
/*! destyle.css v3.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;
  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 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;
}

/* 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 {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

/**
 * 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 {
  margin: 0;
  padding: 0;
  min-width: 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 {
  -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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* ------------------------
 *   Foundation/Font Face
 * -------------------------------- */
/* ------------------------
 *   Foundation/Base
 * -------------------------------- */
body {
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

header, main, footer {
  width: 100vw;
}

a, h1, h2, h3, h4, h5, h6, p,
b, em, strong, small, del, ins, abbr, kbd,
th, td, caption, label, legend,
code, figcaption, pre, samp,
address, blockquote, details, summary {
  letter-spacing: 0;
  line-height: 1.5;
  white-space: pre-line;
  position: relative;
  margin: 0;
  padding: 0;
}

a,
a:hover {
  color: inherit;
  text-decoration: none;
}

section, article, aside,
div, span, dl, dt, dd, ul, ol, li,
table, tr, thead, tbody, tfoot, colgroup,
fieldset, form, progress, figure {
  position: relative;
  margin: 0;
  padding: 0;
}

dl {
  display: flex;
}

img, svg, canvas, iframe,
embed, audio, video, object, source {
  border: none;
  max-width: 100%;
  height: auto;
}

img {
  vertical-align: middle;
}

figure {
  display: inline-block;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  position: relative;
  margin: 0;
  padding: 0;
}

/* ------------------------
 *   Layout/Header
 * -------------------------------- */
.l-header {
  position: relative;
  margin: 0;
  padding: 0;
}
.l-header--fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.l-header__head {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: 6.25rem;
}
.l-header__title {
  color: #333333;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-weight: normal;
}
.l-header__nav {
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 100%;
}
.l-header__item {
  color: #333333;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  margin-right: 2.5rem;
}
.l-header__button-item {
  width: 9.5rem;
  height: inherit;
}
.l-header__button {
  color: #ffffff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
}
.l-header__button:hover {
  color: #ffffff;
}

@media (max-width: 768px) {
  .l-header {
    padding: 0 0.625rem;
  }
  .l-header__head {
    height: 4.0625rem;
  }
  .l-header__title {
    font-size: 1.25rem;
  }
  .l-header__button-item {
    width: 10.375rem;
    height: 3.6875rem;
  }
}
/* ------------------------
 *   Layout/Main
 * -------------------------------- */
.l-main {
  position: relative;
  margin: 0;
  padding: 0;
}

/* ------------------------
 *   Layout/Footer
 * -------------------------------- */
.l-footer {
  background-color: #b1b1b1;
  position: relative;
  margin: 0;
  padding-top: 2.1875rem;
}
.l-footer__head {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding-bottom: 1.75rem;
}
.l-footer__title {
  color: #ffffff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
}
.l-footer__content {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding-bottom: 2.25rem;
}
.l-footer__content address {
  white-space: normal;
  margin-right: 13.75rem;
}
.l-footer__content div {
  white-space: normal;
}
.l-footer__item {
  color: #ffffff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  margin-bottom: 0.625rem;
}
.l-footer__address {
  color: #ffffff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.7;
  margin-bottom: 0.75rem;
}
.l-footer__tel {
  color: #ffffff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 1.625rem;
}
.l-footer__sns {
  margin-right: 0.5rem;
}
.l-footer__sns-line {
  width: 1.5rem;
  height: 1.5rem;
}
.l-footer__sns-instagram {
  width: 1.5rem;
  height: 1.5rem;
}
.l-footer__sns-twitter {
  width: 1.3125rem;
  height: 1.0625rem;
}
.l-footer__sns-facebook {
  width: 1.5rem;
  height: 1.5rem;
}
.l-footer__copyright {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding: 1.125rem 0;
}
.l-footer__text {
  color: #ffffff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
}

@media (max-width: 768px) {
  .l-footer {
    padding-top: 2.5rem;
  }
  .l-footer__head {
    padding-bottom: 1.75rem;
  }
  .l-footer__title {
    font-size: 1.5rem;
  }
  .l-footer__content {
    padding-bottom: 1rem;
    flex-direction: column;
  }
  .l-footer__content address {
    margin-right: 0;
    margin-bottom: 1.75rem;
  }
  .l-footer__content div {
    margin-right: 0;
    margin-bottom: 1.75rem;
  }
  .l-footer__item {
    margin-bottom: 0.75rem;
  }
  .l-footer__address {
    margin-bottom: 1rem;
  }
  .l-footer__tel {
    margin-bottom: 1.75rem;
  }
  .l-footer__copyright {
    padding: 1.25rem 0;
  }
}
/* ------------------------
 *   Object/Project/Company
 * -------------------------------- */
.p-company-fv {
  background-image: url(../../assets/img/company/fv.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.p-company-fv__top {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 26.25rem;
}
.p-company-fv__title {
  color: #ffffff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  text-shadow: 0.1875rem 0.1875rem 0.375rem #000000;
}
.p-company-fv__fv {
  width: 120rem;
  height: 26.25rem;
}

.p-company-breadcrumb {
  position: relative;
}
.p-company-breadcrumb__top {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding: 1.125rem 0;
}
.p-company-breadcrumb__item {
  color: #333333;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
}

.p-company-content {
  position: relative;
}
.p-company-content__top {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding: 4.6875rem 0;
}
.p-company-content__head {
  color: #333333;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  width: 22.5rem;
  padding: 0.9375rem;
}
.p-company-content__data {
  color: #333333;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  width: 52.5rem;
  padding: 0.9375rem 3.125rem;
}
.p-company-content__bottom {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding-bottom: 5.3125rem;
}
.p-company-content__bottom iframe {
  width: 75rem;
  height: 23.75rem;
}

@media (max-width: 768px) {
  .p-company-fv {
    background-image: url(../../assets/img/company/fv_sp.jpg);
  }
  .p-company-fv__top {
    height: 15.5rem;
  }
  .p-company-fv__title {
    font-size: 1.875rem;
  }
  .p-company-breadcrumb__top {
    padding: 0.5625rem 0;
  }
  .p-company-content__top {
    padding: 3.125rem 0;
  }
  .p-company-content__head {
    width: 100%;
  }
  .p-company-content__data {
    width: 100%;
    padding: 1.03125rem 0;
    text-align: center;
  }
  .p-company-content__bottom {
    padding-bottom: 4.0625rem;
  }
  .p-company-content__bottom iframe {
    width: 100vw;
    height: 25rem;
  }
  .p-company-content__data--left {
    text-align: left;
  }
}
/* ------------------------
 *   Object/Project/Contact
 * -------------------------------- */
.p-contact-fv {
  background-image: url(../../assets/img/contact/fv.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.p-contact-fv__top {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 26.25rem;
}
.p-contact-fv__title {
  color: #ffffff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 2.25rem;
  font-weight: normal;
  text-shadow: 0.1875rem 0.1875rem 0.375rem #000000;
}
.p-contact-fv__fv {
  width: 120rem;
  height: 26.25rem;
}

.p-contact-breadcrumb {
  position: relative;
}
.p-contact-breadcrumb__top {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding: 1.125rem 0;
}
.p-contact-breadcrumb__item {
  color: #333333;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
}

.p-contact-content {
  position: relative;
  margin: 0;
  padding: 0;
}
.p-contact-content--fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.p-contact-content__top {
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 4.375rem 0;
}
.p-contact-content__button {
  color: #ffffff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  text-align: center;
}
.p-contact-content__text {
  color: #333333;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.9;
  text-align: center;
  margin-bottom: 4.375rem;
}
.p-contact-content__head {
  color: #333333;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}
.p-contact-content__label {
  color: #333333;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  margin-left: 0.1875rem;
}
.p-contact-content__privacy {
  background-color: #ffffff;
  border: 0.0625rem solid #333333;
  color: #333333;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.7;
  width: 100%;
  height: 9.6875rem;
  margin: 1.25rem 0 1.75rem;
  padding: 0.625rem 1.625rem;
  overflow-y: scroll;
}
.p-contact-content__button {
  width: 20.375rem;
  height: 3.6875rem;
  margin: 3.6875rem 0 1.625rem;
}

.complete {
  margin-bottom: 5.625rem;
  border: 1px solid red;
  padding: 20px;
  display: none;
}

.complete p {
  color: red;
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .p-contact-fv {
    background-image: url(../../assets/img/contact/fv_sp.jpg);
  }
  .p-contact-fv__top {
    height: 15.5rem;
  }
  .p-contact-fv__title {
    font-size: 1.875rem;
  }
  .p-contact-breadcrumb__top {
    padding: 0.5625rem 0;
  }
  .p-contact-content__top {
    padding: 2.5rem 0;
  }
  .p-contact-content__button {
    margin: 3.75rem 0 1.875rem;
  }
  .p-contact-content__text {
    margin-bottom: 2.8125rem;
    white-space: normal;
  }
  .p-contact-content__privacy {
    margin: 0.625rem 0 2.1875rem;
    padding: 0.625rem 0.625rem;
  }
}
/* ------------------------
 *   Object/Project/Index
 * -------------------------------- */
.p-index-fv {
  background-image: url(../../assets/img/index/fv.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.p-index-fv__top {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 43.75rem;
}
.p-index-fv__title {
  color: #ffffff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 2.625rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  text-shadow: 0.1875rem 0.1875rem 0.375rem #000000;
}
.p-index-fv__fv {
  width: 120rem;
  height: 43.75rem;
}

.p-index-service {
  position: relative;
  padding: 8.125rem 0;
}
.p-index-service__left {
  display: flex;
  flex: 0 0 50%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 50%;
  flex-direction: column;
  padding: 0 1.875rem;
}
.p-index-service__button {
  color: #ffffff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  width: 20.375rem;
  height: 3.6875rem;
}
.p-index-service__button:hover {
  color: #ffffff;
}
.p-index-service__title {
  color: #333333;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
}
.p-index-service__text {
  color: #333333;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  margin: 1.5625rem 0 3.4375rem;
}
.p-index-service__right {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: 100%;
}
.p-index-service__service-image {
  width: 37.5rem;
  height: 25rem;
}

.p-index-company {
  background-color: #eeeeee;
  position: relative;
  padding: 8.125rem 0;
}
.p-index-company__left {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: 100%;
}
.p-index-company__company-image {
  width: 37.5rem;
  height: 25rem;
}
.p-index-company__right {
  background-color: #ffffff;
  display: flex;
  flex: 0 0 50%;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 50%;
  padding: 0 1.875rem;
}
.p-index-company__button {
  color: #ffffff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  width: 20.375rem;
  height: 3.6875rem;
}
.p-index-company__button:hover {
  color: #ffffff;
}
.p-index-company__title {
  color: #333333;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
}
.p-index-company__text {
  color: #333333;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  margin: 1.5625rem 0 3.4375rem;
}

.p-index-news {
  position: relative;
  padding: 8.125rem 0;
}
.p-index-news__top {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}
.p-index-news__date {
  color: #333333;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  min-width: 6.5rem;
}
.p-index-news__data {
  color: #333333;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: normal;
}
.p-index-news__button {
  color: #ffffff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  width: 20.375rem;
  height: 3.6875rem;
}
.p-index-news__button:hover {
  color: #ffffff;
}
.p-index-news__title {
  color: #333333;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  text-align: center;
  width: 45%;
}

.p-index-contact {
  background-color: #eeeeee;
  position: relative;
  padding: 7.8125rem 0 8.125rem;
}
.p-index-contact.white {
  background-color: white;
}
.p-index-contact__top {
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
}
.p-index-contact__button {
  color: #ffffff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  width: 20.375rem;
  height: 3.6875rem;
}
.p-index-contact__button:hover {
  color: #ffffff;
}
.p-index-contact__title {
  color: #333333;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
}
.p-index-contact__text {
  color: #333333;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  margin: 2.625rem 0 2.875rem;
}

@media (max-width: 768px) {
  .p-index-fv {
    background-image: url(../../assets/img/index/fv_sp.jpg);
  }
  .p-index-fv__top {
    height: 32.25rem;
  }
  .p-index-fv__title {
    font-size: 1.75rem;
  }
  .p-index-service {
    padding: 5.125rem 0;
  }
  .p-index-service__left {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 2.1875rem 0 2.5rem;
  }
  .p-index-service__button {
    width: 20.375rem;
    height: 3.6875rem;
  }
  .p-index-service__text {
    margin: 1.25rem 0 1.625rem;
    line-height: 1.75;
  }
  .p-index-service__right {
    width: 100%;
  }
  .p-index-service__service-image {
    width: 100%;
    height: auto;
  }
  .p-index-company {
    padding: 5.125rem 0;
  }
  .p-index-company__left {
    width: 100%;
    order: 2;
  }
  .p-index-company__company-image {
    width: 100%;
    height: auto;
  }
  .p-index-company__right {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 2.1875rem 0 2.5rem;
    order: 1;
  }
  .p-index-company__text {
    margin: 1.625rem 0 3.125rem;
    line-height: 1.75;
  }
  .p-index-news {
    padding: 5.125rem 0;
  }
  .p-index-news__date {
    min-width: 5.625rem;
  }
  .p-index-news__title {
    text-align: left;
    width: 100%;
    margin-bottom: 1.5625rem;
  }
  .p-index-contact {
    padding: 5.125rem 0 6rem;
  }
  .p-index-contact__text {
    margin: 2.1875rem 0 3.75rem;
    line-height: 1.75;
  }
}
/* ------------------------
 *   Object/Project/News
 * -------------------------------- */
.p-news-fv {
  background-image: url(../../assets/img/news/fv.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.p-news-fv__top {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 26.25rem;
}
.p-news-fv__title {
  color: #ffffff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  text-shadow: 0.1875rem 0.1875rem 0.375rem #000000;
}
.p-news-fv__fv {
  width: 120rem;
  height: 26.25rem;
}

.p-news-breadcrumb {
  position: relative;
}
.p-news-breadcrumb__top {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding: 1.125rem 0;
}
.p-news-breadcrumb__item {
  color: #333333;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
}

.p-news-content {
  position: relative;
}
.p-news-content__top {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding: 4.6875rem 0;
}
.p-news-content__date {
  color: #333333;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  display: inline-block;
  min-width: 6.25rem;
}
.p-news-content__title {
  color: #333333;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: normal;
}
.p-news-content__item {
  color: #ffffff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  width: 1.875rem;
  margin: 0.125rem;
}

.p-news-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3.125rem 0 5rem;
}

@media (max-width: 768px) {
  .p-news-fv {
    background-image: url(../../assets/img/news/fv_sp.jpg);
  }
  .p-news-fv__top {
    height: 15.5rem;
  }
  .p-news-fv__title {
    font-size: 1.875rem;
  }
  .p-news-breadcrumb__top {
    padding: 0.5625rem 0;
  }
  .p-news-content__top {
    padding: 2.8125rem 0;
  }
  .p-news-pagination {
    padding: 2.1875rem 0 3.4375rem;
  }
}
/* ------------------------
 *   Object/Project/Service
 * -------------------------------- */
.p-service-fv {
  background-image: url(../../assets/img/service/fv.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.p-service-fv__top {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 26.25rem;
}
.p-service-fv__title {
  color: #ffffff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  text-shadow: 0.1875rem 0.1875rem 0.375rem #000000;
}
.p-service-fv__fv {
  width: 120rem;
  height: 26.25rem;
}

.p-service-breadcrumb {
  position: relative;
}
.p-service-breadcrumb__top {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding: 1.125rem 0;
}
.p-service-breadcrumb__item {
  color: #333333;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
}

.p-service-content {
  position: relative;
  padding: 4.6875rem 0 8.125rem;
}
.p-service-content__left {
  display: flex;
  flex: 0 0 50%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 50%;
  flex-direction: column;
  padding-top: 6.25rem;
  padding-right: 5rem;
}
.p-service-content__title {
  color: #333333;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  margin: 0.5rem 0 1.5rem;
}
.p-service-content__text {
  color: #333333;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.7;
}
.p-service-content__sub-title {
  color: #b1b1b1;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
}
.p-service-content__right {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 100%;
}
.p-service-content__image {
  width: 37.5rem;
  height: 25rem;
}

@media (max-width: 768px) {
  .p-service-fv {
    background-image: url(../../assets/img/service/fv_sp.jpg);
  }
  .p-service-fv__top {
    height: 15.5rem;
  }
  .p-service-fv__title {
    font-size: 1.875rem;
  }
  .p-service-breadcrumb__top {
    padding: 0.5625rem 0;
  }
  .p-service-content {
    padding: 2.625rem 0 4rem;
  }
  .p-service-content__left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 3.3125rem;
  }
  .p-service-content__text {
    line-height: 1.75;
  }
  .p-service-content__image {
    width: 100%;
    height: auto;
  }
}
/* ------------------------
 *   Object/Project/Single
 * -------------------------------- */
.p-single-fv {
  background-image: url(../../assets/img/single/fv.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.p-single-fv__top {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 26.25rem;
}
.p-single-fv__title {
  color: #ffffff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  text-shadow: 0.1875rem 0.1875rem 0.375rem #000000;
}
.p-single-fv__fv {
  width: 120rem;
  height: 26.25rem;
}

.p-single-breadcrumb {
  position: relative;
}
.p-single-breadcrumb__top {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding: 1.125rem 0;
}
.p-single-breadcrumb__item {
  color: #333333;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
}

.p-single-content {
  position: relative;
}
.p-single-content__top {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  flex-direction: column;
  padding: 4.6875rem 0;
}
.p-single-content__item {
  color: #333333;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: normal;
}
.p-single-content__date {
  color: #333333;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: normal;
}
.p-single-content__text {
  color: #333333;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.55;
}
.p-single-content__title {
  border-bottom: 0.125rem solid #eeeeee;
  color: #333333;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  width: 100%;
  padding: 1.5625rem 0 1.125rem;
}
.p-single-content__image {
  width: 28.125rem;
  height: auto;
  margin: 2.625rem 0;
}
.p-single-content__body {
  width: 100%;
  margin: 2.1875rem 0;
}

.p-single-pagination-guide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 5.5rem 0;
}

@media (max-width: 768px) {
  .p-single-fv {
    background-image: url(../../assets/img/single/fv_sp.jpg);
  }
  .p-single-fv__top {
    height: 15.5rem;
  }
  .p-single-fv__title {
    font-size: 1.875rem;
  }
  .p-single-breadcrumb__top {
    padding: 0.5625rem 0;
  }
  .p-single-content__top {
    padding: 2.8125rem 0 4.375rem;
  }
  .p-single-content__text {
    line-height: 1.6;
  }
  .p-single-content__title {
    padding: 1.5625rem 0 0.625rem;
    line-height: 1.75;
  }
  .p-single-content__image {
    width: 100%;
    height: auto;
  }
  .p-single-content__body {
    margin: 2.5rem 0;
  }
  .p-single-pagination-guide {
    margin: 2.1875rem 0;
  }
}
/* ------------------------
 *   Object/Component/Breadcrumb
 * -------------------------------- */
.c-breadcrumb {
  display: flex;
}
.c-breadcrumb li + li {
  padding-left: 1rem;
}
.c-breadcrumb li + li::before {
  content: ">";
  position: absolute;
  top: 0;
  left: 0.25rem;
}

/* ------------------------
 *   Object/Component/Button
 * -------------------------------- */
.c-button {
  background-color: #b1b1b1;
  border-radius: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}

.c-button:hover {
  opacity: 0.7;
}

/* ------------------------
 *   Object/Component/Container
 * -------------------------------- */
.c-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 3.75rem;
}

.c-container__data-list {
  width: 47.5%;
}
.c-container__data-list ul {
  display: flex;
  margin-bottom: 1.75rem;
}
.c-container__data-list ul:nth-last-child(1) {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .c-container {
    margin-bottom: 3.25rem;
    flex-direction: column;
  }
  .c-container__data-list {
    width: 100%;
  }
  .c-container__data-list ul {
    margin-bottom: 1.625rem;
  }
}
/* ------------------------
 *   Object/Component/Fade
 * -------------------------------- */
.is-fade-hide {
  opacity: 0;
  transition: opacity 0.5s;
}

.c-fade-direction {
  transition: opacity 0.5s, transform 0.5s;
}
.c-fade-direction--left {
  transform: translate(3.125rem, 0) scale(1) rotate(0);
}
.c-fade-direction--right {
  transform: translate(-3.125rem, 0);
}
.c-fade-direction--down {
  transform: translate(0, -3.125rem);
}
.c-fade-direction--up {
  transform: translate(0, 3.125rem);
}

.c-fade-zoom {
  transform-origin: center;
  transition: opacity 0.5s, transform 0.5s;
}
.c-fade-zoom--in {
  transform: scale(0);
}
.c-fade-zoom--out {
  transform: scale(2);
}

.c-fade-rotate {
  transform-origin: center;
  transition: opacity 0.5s, transform 0.5s;
}
.c-fade-rotate--left {
  transform: rotateZ(360deg);
}
.c-fade-rotate--right {
  transform: rotateZ(-360deg);
}
.c-fade-rotate--in {
  transform: scale(0) rotateZ(360deg);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.c-fade-rotate--out {
  transform: scale(2) rotateZ(-360deg);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.c-fade-rotate--x {
  transform: rotateX(180deg);
}
.c-fade-rotate--y {
  transform: rotateY(180deg);
}

.c-fade-delay1 {
  transition-delay: 0.25s;
}

.c-fade-delay2 {
  transition-delay: 0.5s;
}

.c-fade-delay3 {
  transition-delay: 0.75s;
}

.c-fade-delay4 {
  transition-delay: 1s;
}

.is-fade-show {
  opacity: 1;
  transform: translate(0, 0) scale(1) rotate(0);
}

@media (max-width: 768px) {
  .c-fade-delay1 {
    transition-delay: 0s;
  }
  .c-fade-delay2 {
    transition-delay: 0s;
  }
  .c-fade-delay3 {
    transition-delay: 0s;
  }
  .c-fade-delay4 {
    transition-delay: 0s;
  }
}
/* ------------------------
 *   Object/Component/Global
 * -------------------------------- */
.c-global-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 2.9375rem;
}
.c-global-nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: inherit;
  height: inherit;
}
.c-global-nav #menu_btn_check {
  display: none;
}
.c-global-nav__menu_btn {
  display: none;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  z-index: 20;
}
.c-global-nav__menu_btn span, .c-global-nav__menu_btn span::before, .c-global-nav__menu_btn span::after {
  background-color: #333333;
  border-radius: 0;
  content: "";
  position: absolute;
  width: 2.8125rem;
  height: 0.1875rem;
}
.c-global-nav__menu_btn span {
  background-color: #333333;
  transition: background 0.1s;
}
.c-global-nav__menu_btn span::before {
  left: 0;
  bottom: 0.9375rem;
  transition: transform 0.3s;
}
.c-global-nav__menu_btn span::after {
  top: 0.9375rem;
  left: 0;
  transition: transform 0.3s;
}
#menu_btn_check:checked ~ .c-global-nav__menu_btn {
  position: fixed;
  top: 1.25rem;
  right: 1.5rem;
}
#menu_btn_check:checked ~ .c-global-nav__menu_btn span {
  background-color: transparent;
}
#menu_btn_check:checked ~ .c-global-nav__menu_btn span::before {
  left: 0;
  bottom: 0;
  transform: rotate(45deg);
}
#menu_btn_check:checked ~ .c-global-nav__menu_btn span::after {
  top: 0;
  left: 0;
  transform: rotate(-45deg);
}
.c-global-nav #menu_btn_check:checked ~ ul {
  transform: translateX(0vw);
}

@media (max-width: 768px) {
  .c-global-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
  }
  .c-global-nav ul {
    background-color: #ffffff;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    transform: translateX(105vw);
    transition: transform 0.5s;
  }
  .c-global-nav li {
    font-size: 1.125rem;
    text-align: center;
    margin: 0;
    margin-bottom: 1.25rem;
    padding: 0;
  }
  .c-global-nav__menu_btn {
    display: flex;
    width: 1.5rem;
    height: 1.5rem;
  }
  .c-global-nav__menu_btn span {
    width: 1.5rem;
    height: 0.1875rem;
  }
  .c-global-nav__menu_btn span::before {
    width: 1.5rem;
    height: 0.1875rem;
    bottom: 0.375rem;
  }
  .c-global-nav__menu_btn span::after {
    width: 1.5rem;
    height: 0.1875rem;
    top: 0.375rem;
  }
}
/* ------------------------
 *   Object/Component/Inner
 * -------------------------------- */
.c-inner {
  position: relative;
  max-width: 120rem;
  margin: 0 auto;
  padding: 0;
}
.c-inner__content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  min-width: 78.75rem;
  max-width: 78.75rem;
  margin: 0 auto;
  padding: 0 1.875rem;
}
.c-inner__content--expand {
  min-width: 100%;
  max-width: 100%;
}
.c-inner--wide {
  max-width: 100vw;
}

@media (max-width: 768px) {
  .c-inner {
    max-width: 100vw;
  }
  .c-inner__content {
    min-width: 100%;
    max-width: 100%;
    padding: 0 0.9375rem;
  }
  .c-inner__content--expand {
    padding: 0 !important;
  }
}
/* ------------------------
 *   Object/Component/Pagination
 * -------------------------------- */
.c-pagination {
  display: flex;
}
.c-pagination li {
  background-color: #b1b1b1;
  border: 0.125rem solid #b1b1b1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-pagination li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.c-pagination li a:hover {
  background-color: #ffffff;
  color: #b1b1b1;
}
.c-pagination .is-active {
  background-color: #ffffff;
  color: #b1b1b1;
}

.c-pagination-guide {
  display: flex;
}
.c-pagination-guide li {
  padding: 0 0.9375rem;
}
.c-pagination-guide li::after {
  background-color: #333333;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0.0625rem;
  height: 100%;
}
.c-pagination-guide li:nth-last-child(1)::after {
  background-color: transparent;
}

/* ------------------------
 *   Object/Component/Other
 * -------------------------------- */
.c-contact-layout {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 1.75rem;
}
.c-contact-layout__checkbox {
  margin: 0.5rem 1rem;
}
.c-contact-layout__checkbox li {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
}
.c-contact-layout__checkbox li:nth-last-child(1) {
  margin-bottom: 0;
}
.c-contact-layout input[type=text],
.c-contact-layout input[type=email]  {
  background-color: #f8f8f8;
  border: 0.0625rem solid #b1b1b1;
  border-radius: 0.3125rem;
  width: 100%;
  height: 2.8125rem;
  margin: 0.5625rem 0;
  padding: 0.625rem;
}
.c-contact-layout textarea {
  background-color: #f8f8f8;
  border: 0.0625rem solid #b1b1b1;
  border-radius: 0.3125rem;
  width: 100%;
  height: 11.25rem;
  margin: 0.5625rem 0;
  padding: 0.625rem;
}

.c-company-data {
  display: flex;
}
.c-company-data li:nth-child(1) {
  background-color: #eeeeee;
  border-bottom: 0.125rem solid #ffffff;
}
.c-company-data li:nth-child(2) {
  background-color: #ffffff;
  border-bottom: 0.125rem solid #eeeeee;
}

.c-news-data {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.c-news-data li {
  width: 100%;
  margin-bottom: 1.6875rem;
}
.c-news-data a {
  display: flex;
}

@media (max-width: 768px) {
  .c-contact-layout input[type=text],
  .c-contact-layout input[type=email]  {
    margin: 0.6875rem 0;
  }
  .c-company-data {
    flex-direction: column;
    width: 100%;
  }
  .c-company-data li:nth-child(1) {
    border-bottom: 0;
  }
  .c-company-data li:nth-child(2) {
    border: 0.125rem solid #eeeeee;
  }
  .c-news-data li {
    margin-bottom: 1.75rem;
  }
}
/* ------------------------
 *   Object/Utility/Browser
 * -------------------------------- */
.u-browser-ie {
  position: relative;
}

.u-browser-edge {
  position: relative;
}

.u-browser-chrome {
  position: relative;
}

.u-browser-firefox {
  position: relative;
}

.u-browser-safari {
  position: relative;
}

/* ------------------------
 *   Object/Utility/Only
 * -------------------------------- */
.u-only-pc {
  display: block;
}

.u-only-pc--flex {
  display: flex;
}

.u-only-pc--inline {
  display: inline;
}

.u-only-pc--inline-block {
  display: inline-block;
}

.u-only-pc--inline-flex {
  display: inline-flex;
}

.u-only-sp,
.u-only-sp--flex,
.u-only-sp--inline,
.u-only-sp--inline-block,
.u-only-sp--inline-flex {
  display: none;
}

@media (max-width: 768px) {
  .u-nobr {
    display: none; /* Disable line breaks. And wrap the content. */
  }
  .u-only-sp {
    display: block;
  }
  .u-only-sp--flex {
    display: flex;
  }
  .u-only-sp--inline {
    display: inline;
  }
  .u-only-sp--inline-block {
    display: inline-block;
  }
  .u-only-sp--inline-flex {
    display: inline-flex;
  }
  .u-only-pc,
.u-only-pc--flex,
.u-only-pc--inline,
.u-only-pc--inline-block,
.u-only-pc--inline-flex {
    display: none;
  }
}
/* ------------------------
 *   Object/Utility/Platform
 * -------------------------------- */
.u-platform-windows {
  position: relative;
}

.u-platform-android {
  position: relative;
}

.u-platform-ios {
  position: relative;
}

.u-platform-macintosh {
  position: relative;
}
