@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

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

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

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

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=search] {
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

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

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

@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html {
  font-family: "Noto Sans JP", sans-serif;
  color: #001e42;
  font-feature-settings: "palt" on;
  overflow-x: hidden;
  width: 100%;
}

body {
  position: relative;
}
body.fixed {
  overflow: hidden;
}

a {
  color: #001e42;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.u-en {
  font-family: "Graphik", sans-serif;
}

.l-wrapper {
  padding-left: 40px;
  padding-right: 40px;
}

.l-inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1366px;
}

.pc-only {
  display: block;
}

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

.sp-only {
  display: none;
}

.br-sp-only {
  display: none;
}

/*===========================================================================*/
/*  Variables (additional)                                                   */
/*===========================================================================*/
/*===========================================================================*/
/*  header                                                                   */
/*===========================================================================*/
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
}
.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
}
.p-header__logo a {
  display: block;
  text-decoration: none;
  width: 325px;
}
@media (max-width: 1200px) {
  .p-header__logo a {
    width: 220px;
  }
}
.p-header__nav-list {
  display: flex;
  align-items: center;
  list-style: none;
  font-size: 17px;
  font-weight: 500;
  gap: 2em;
}
@media (max-width: 1200px) {
  .p-header__nav-list {
    font-size: 15px;
  }
}
.p-header__nav-list a {
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: opacity 0.2s;
}
.p-header__nav-list a:hover {
  opacity: 0.5;
}
.p-header__nav-list a.u-en {
  font-family: "Graphik", sans-serif;
  font-size: 12px;
  letter-spacing: 0.06em;
}

/*===========================================================================*/
/*  hamburger button (default: hidden / shown at ≤1000px)                   */
/*===========================================================================*/
.ham-btn {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  width: 50px;
  height: 20px;
  cursor: pointer;
  background: none;
  border: none;
}
.ham-btn span {
  display: block;
  height: 2px;
  background: #001e42;
  transition: all 0.3s ease;
  transform-origin: center;
}

/*===========================================================================*/
/*  hamburger menu (default: hidden)                                         */
/*===========================================================================*/
.ham-menu {
  display: none;
}

/*===========================================================================*/
/*  header: hamburger switch at ≤1000px                                      */
/*===========================================================================*/
@media (max-width: 1000px) {
  .p-header__nav {
    display: none;
  }
  .ham-btn {
    display: flex;
  }
  .ham-menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 200;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
  }
  .ham-menu.active {
    opacity: 1;
    visibility: visible;
  }
  .ham-menu__close {
    position: absolute;
    top: calc(var(--header-height, 90px) / 2 - 12px);
    right: 40px;
    width: 24px;
    height: 24px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
  }
  .ham-menu__close span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #001e42;
  }
  .ham-menu__close span:nth-child(1) {
    transform: translateY(-50%) rotate(45deg);
  }
  .ham-menu__close span:nth-child(2) {
    transform: translateY(-50%) rotate(-45deg);
  }
  .ham-menu__list {
    list-style: none;
    padding: 20px 40px 60px;
  }
  .ham-menu__list li a {
    display: block;
    color: #001e42;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.08em;
    padding: 15px 0;
    transition: opacity 0.2s;
  }
  .ham-menu__list li a:hover {
    opacity: 0.4;
  }
}
/*===========================================================================*/
/*  main (fixed header offset)                                               */
/*===========================================================================*/
main {
  padding-top: 90px;
}

/*===========================================================================*/
/*  common: section title SVG                                                */
/*===========================================================================*/
.c-section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-bottom: 40px;
}
.c-section-title__en {
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}
.c-section-title__ja {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}

/*===========================================================================*/
/*  MV                                                                       */
/*===========================================================================*/
.p-mv {
  background: #fff;
}

/*===========================================================================*/
/*  SERVICES                                                                 */
/*===========================================================================*/
.p-services {
  padding-top: 50px;
  padding-bottom: 80px;
  background: #fff;
}
.p-services__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
}
@media (max-width: 1200px) {
  .p-services__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-services__item {
  background: #001e42;
  color: #fff;
  padding: 44px 30px 40px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.p-services__item::before {
  content: "";
  display: block;
  width: 50%;
  height: 7px;
  background: #f22800;
  position: absolute;
  top: 0;
  left: 0;
}
.p-services__item-title {
  font-size: 23px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 35px;
  letter-spacing: 0.03em;
}
.p-services__item-body {
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.01em;
}

/*===========================================================================*/
/*  STRENGTHS                                                                */
/*===========================================================================*/
.p-strengths {
  padding: 50px 0 80px;
  background: #f5f5f5;
}
.p-strengths__layout {
  display: flex;
  align-items: center;
}
.p-strengths__illust {
  flex: 0 0 51%;
}
.p-strengths__illust-img {
  width: 100%;
  height: auto;
  display: block;
}
.p-strengths__items {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
@media (max-width: 1200px) {
  .p-strengths__items {
    margin-left: -10%;
  }
}
.p-strengths__item {
  padding: 23px 20px 17px;
  border-radius: 8px;
  border: 3px solid #f22800;
  background: #fff;
}
.p-strengths__item-title {
  font-size: 23px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 18px;
  letter-spacing: 0.02em;
}
@media (max-width: 1200px) {
  .p-strengths__item-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.p-strengths__item-body {
  font-size: 18px;
  line-height: 25px;
}
@media (max-width: 1200px) {
  .p-strengths__item-body {
    font-size: 16px;
    line-height: 23px;
  }
}

/*===========================================================================*/
/*  CASES                                                                    */
/*===========================================================================*/
.p-cases {
  padding: 50px 0 80px;
  background: #fff;
}
.p-cases__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
}
@media (max-width: 1100px) {
  .p-cases__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-cases__item {
  background: #001e42;
  color: #fff;
  padding: 28px 23px;
  border-radius: 8px;
}
.p-cases__item-title {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.04em;
  text-align: center;
  padding-bottom: 21px;
  margin-bottom: 18px;
  position: relative;
}
.p-cases__item-title::after {
  content: "";
  display: block;
  width: 45px;
  height: 4px;
  background: #f22800;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-cases__item-body {
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0.01em;
}

/*===========================================================================*/
/*  PURPOSE                                                                  */
/*===========================================================================*/
.p-purpose {
  padding: 50px 0 80px;
  background: #f5f5f5;
}
.p-purpose__layout {
  display: flex;
  gap: 21px;
  align-items: center;
}
.p-purpose__catch {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  padding-right: 1%;
}
.p-purpose__catch-img {
  max-width: 481px;
}
.p-purpose__text {
  width: 50%;
  padding-left: 1%;
}
.p-purpose__text-img {
  max-width: 464px;
}

/*===========================================================================*/
/*  RECRUIT                                                                  */
/*===========================================================================*/
.p-recruit {
  padding: 50px 0 80px;
  background: #fcfcfc;
}
.p-recruit__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 21px;
}
.p-recruit__item {
  padding: 29px 20px 60px;
  background: #fff;
}
.p-recruit__item-title {
  font-size: 23px;
  line-height: 24px;
  font-weight: 700;
  padding-bottom: 16px;
  margin-bottom: 25px;
  letter-spacing: 0.03em;
  border-bottom: 3px solid #f22800;
}
.p-recruit__item-body {
  font-size: 17px;
  line-height: 26px;
}

/*===========================================================================*/
/*  CONTACT US                                                               */
/*===========================================================================*/
.p-contact {
  padding: 96px 0;
  background: #f5f5f5;
}
.p-contact__layout {
  display: grid;
  grid-template-columns: 220px 1fr 220px;
  column-gap: 21px;
  align-items: start;
}
@media (max-width: 1000px) {
  .p-contact__layout {
    grid-template-columns: 220px 1fr 0;
  }
}
.p-contact__sidebar {
  flex-shrink: 0;
}
.p-contact__sidebar-list {
  list-style: none;
}
.p-contact__sidebar-list li {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: #001e42;
  white-space: nowrap;
}
.p-contact__form-wrap {
  min-width: 0;
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
}
.p-contact__form {
  width: 100%;
}
.p-contact__field {
  margin-bottom: 23px;
}
.p-contact__field label {
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin-bottom: 0.5em;
}
.p-contact__field input[type=text],
.p-contact__field input[type=email],
.p-contact__field input[type=tel] {
  width: 100%;
  padding: 9px;
  border: 2px solid #e2e2e2;
  background: #fff;
  font-size: 11px;
  font-family: "Noto Sans JP", sans-serif;
  color: #001e42;
  outline: none;
  transition: border-color 0.2s;
}
.p-contact__field input[type=text]:focus,
.p-contact__field input[type=email]:focus,
.p-contact__field input[type=tel]:focus {
  border-color: #001e42;
}
.p-contact__field input[type=text]::placeholder,
.p-contact__field input[type=email]::placeholder,
.p-contact__field input[type=tel]::placeholder {
  color: #aaa;
}
.p-contact__field textarea {
  width: 100%;
  padding: 12px 14px;
  min-height: 102px;
  border: 2px solid #e2e2e2;
  background: #fff;
  font-size: 11px;
  font-family: "Noto Sans JP", sans-serif;
  color: #001e42;
  outline: none;
  resize: vertical;
  line-height: 1.8;
  transition: border-color 0.2s;
}
.p-contact__field textarea:focus {
  border-color: #001e42;
}
.p-contact__field textarea::placeholder {
  color: #aaa;
}
.p-contact__select-wrap {
  position: relative;
}
.p-contact__select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-right: 2px solid #001e42;
  border-bottom: 2px solid #001e42;
  pointer-events: none;
}
.p-contact__select-wrap select {
  width: 100%;
  padding: 9px;
  background: linear-gradient(#fff, #c8c8c8);
  font-size: 11px;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  outline: none;
  cursor: pointer;
  appearance: none;
  transition: border-color 0.2s;
}
.p-contact__select-wrap select:focus {
  border-color: #001e42;
}
.p-contact__select-wrap select option[value=""][disabled] {
  color: rgba(0, 30, 66, 0.3);
}
.p-contact__badge {
  font-size: 14px;
  font-weight: 400;
  padding: 2px 4px;
  letter-spacing: 0.05em;
}
.p-contact__badge--required {
  background: #f22800;
  color: #fff;
}
.p-contact__badge--optional {
  background: #aaa;
  color: #fff;
}
.p-contact__submit {
  margin-top: 32px;
  text-align: center;
}
.p-contact__submit button,
.p-contact__submit input[type=submit] {
  background: #001e42;
  color: #fff;
  border: none;
  padding: 18px 96px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.4em;
  cursor: pointer;
  transition: opacity 0.2s;
  appearance: none;
}
.p-contact__submit button:hover,
.p-contact__submit input[type=submit]:hover {
  opacity: 0.75;
}

.wpcf7 {
  width: 100%;
}
.wpcf7 .wpcf7-form {
  width: 100%;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.wpcf7 .wpcf7-not-valid-tip {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #f22800;
}
.wpcf7 .wpcf7-response-output {
  display: none;
  margin: 20px 0 0;
  padding: 12px 16px;
  font-size: 14px;
  border: 1px solid currentColor;
  text-align: center;
}
.wpcf7 .wpcf7-response-output:not([aria-hidden=true]) {
  display: block;
}
.wpcf7 .wpcf7-spinner {
  display: none;
}

/*===========================================================================*/
/*  COMPANY PROFILE                                                          */
/*===========================================================================*/
.p-company {
  padding: 50px 0 80px;
  background: #001e42;
  color: #fff;
}
.p-company__table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
.p-company__table tr {
  border-bottom: 1px solid #fff;
}
.p-company__table th {
  width: 250px;
  padding: 26px 0 14px;
  font-size: 17px;
  font-weight: 500;
  text-align: left;
  background: none;
  vertical-align: top;
  letter-spacing: 0.05em;
  white-space: nowrap;
  color: #fff;
}
.p-company__table td {
  padding: 26px 0 14px;
  font-size: 17px;
  color: #fff;
}

/*===========================================================================*/
/*  PAGE TOP BUTTON                                                           */
/*===========================================================================*/
.p-pagetop {
  position: fixed;
  bottom: 32px;
  right: max(40px, (100vw - 1366px) / 2);
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 50;
  transition: opacity 0.2s;
}
.p-pagetop:hover {
  opacity: 0.75;
}
.p-pagetop__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*===========================================================================*/
/*  FOOTER                                                                   */
/*===========================================================================*/
.p-footer {
  background: #001e42;
  padding: 24px 40px;
}
.p-footer__inner {
  max-width: 1366px;
  margin: 0 auto;
}
.p-footer__copy small {
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.04em;
}

@media (max-width: 768px) {
  .l-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-inner {
    max-width: 520px;
  }
  .pc-only {
    display: none;
  }
  .br-pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .br-sp-only {
    display: inline;
  }
  /*===========================================================================*/
  /*  Variables (SP)                                                           */
  /*===========================================================================*/
  /*===========================================================================*/
  /*  main                                                                     */
  /*===========================================================================*/
  main {
    padding-top: 70px;
  }
  /*===========================================================================*/
  /*  header                                                                   */
  /*===========================================================================*/
  .p-header__inner {
    height: 70px;
  }
  .p-header__logo a {
    width: 220px;
  }
  .ham-menu__close {
    top: calc(70px / 2 - 12px);
    right: 20px;
  }
  .ham-menu__list {
    padding: 15px 20px 60px;
  }
  /*===========================================================================*/
  /*  common: section title SVG                                                */
  /*===========================================================================*/
  .c-section-title {
    margin-bottom: 18px;
    gap: 8px;
  }
  .c-section-title__en {
    font-size: 20px;
    line-height: 1;
  }
  .c-section-title__ja {
    font-size: 15px;
    line-height: 1;
  }
  /*===========================================================================*/
  /*  common: section padding                                                  */
  /*===========================================================================*/
  .p-services,
  .p-strengths,
  .p-cases,
  .p-purpose,
  .p-recruit,
  .p-contact,
  .p-company {
    padding: 36px 0 30px;
  }
  /*===========================================================================*/
  /*  MV                                                                       */
  /*===========================================================================*/
  .p-mv {
    min-height: auto;
    display: block;
  }
  /*===========================================================================*/
  /*  SERVICES                                                                 */
  /*===========================================================================*/
  .p-services__list {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .p-services__item {
    padding: 32px 20px 30px;
  }
  .p-services__item-title {
    font-size: 19px;
    line-height: 27px;
    margin-bottom: 18px;
  }
  .p-services__item-body {
    font-size: 14px;
    line-height: 21px;
  }
  /*===========================================================================*/
  /*  STRENGTHS                                                                */
  /*===========================================================================*/
  .p-strengths .l-wrapper {
    padding: 0;
  }
  .p-strengths .l-inner {
    max-width: 100%;
  }
  .p-strengths__layout {
    flex-direction: column;
  }
  .p-strengths__illust {
    flex: none;
    width: 100%;
  }
  .p-strengths__items {
    padding-top: 0;
    margin-left: 0;
    width: calc(100% - 40px);
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -25px;
  }
  .p-strengths__item {
    padding: 24px 20px 20px;
  }
  .p-strengths__item-title {
    font-size: 19px;
    line-height: 27px;
    margin-bottom: 12px;
  }
  .p-strengths__item-body {
    font-size: 14px;
    line-height: 21px;
  }
  /*===========================================================================*/
  /*  CASES                                                                    */
  /*===========================================================================*/
  .p-cases__list {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .p-cases__item {
    padding: 27px 20px;
  }
  .p-cases__item-title {
    font-size: 19px;
    line-height: 27px;
    padding-bottom: 17px;
    margin-bottom: 12px;
  }
  .p-cases__item-title::after {
    width: 35px;
    height: 3px;
  }
  .p-cases__item-body {
    font-size: 14px;
    line-height: 21px;
  }
  /*===========================================================================*/
  /*  PURPOSE                                                                  */
  /*===========================================================================*/
  .p-purpose {
    padding-bottom: 50px;
  }
  .p-purpose__layout {
    flex-direction: column;
    gap: 30px;
    max-width: 268px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 37px;
  }
  .p-purpose__catch {
    width: 100%;
  }
  .p-purpose__text {
    width: 100%;
  }
  /*===========================================================================*/
  /*  RECRUIT                                                                  */
  /*===========================================================================*/
  .p-recruit__list {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .p-recruit__item {
    padding: 26px 0 40px;
  }
  .p-recruit__item-title {
    font-size: 19px;
    line-height: 27px;
    padding: 0 20px 13px;
    border-bottom: 2px solid #f22800;
    margin-bottom: 18px;
  }
  .p-recruit__item-body {
    padding: 0 20px;
    font-size: 14px;
    line-height: 21px;
  }
  /*===========================================================================*/
  /*  CONTACT US                                                               */
  /*===========================================================================*/
  .p-contact__layout {
    display: flex;
    flex-direction: column;
  }
  .p-contact .c-section-title {
    margin-bottom: 45px;
  }
  .p-contact__sidebar {
    display: none;
  }
  .p-contact__form-wrap {
    max-width: 100%;
  }
  .p-contact__label {
    font-size: 15px;
  }
  .p-contact_badge {
    font-size: 14px;
  }
  .p-contact__submit button {
    padding: 10px 80px;
  }
  /*===========================================================================*/
  /*  COMPANY PROFILE                                                          */
  /*===========================================================================*/
  .p-company__table tr {
    display: block;
    padding: 25px 0 11px;
  }
  .p-company__table th,
  .p-company__table td {
    display: block;
    width: 100%;
    padding: 0;
  }
  .p-company__table th {
    font-size: 12px;
    margin-bottom: 4px;
    white-space: normal;
  }
  .p-company__table td {
    font-size: 14px;
    line-height: 1.8;
  }
  /*===========================================================================*/
  /*  PAGE TOP BUTTON                                                           */
  /*===========================================================================*/
  .p-pagetop {
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    display: none;
  }
  /*===========================================================================*/
  /*  FOOTER                                                                   */
  /*===========================================================================*/
  .p-footer {
    margin-top: -1px;
    padding: 20px 20px;
    text-align: center;
  }
  .p-footer__copy small {
    font-size: 10px;
  }
}

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