@charset "UTF-8";
/*-----------------------
Breakpoints
-----------------------*/
/*-----------------------
Font
-----------------------*/
@font-face {
  font-family: "gkk";
  src: url("../font/851Gkktt_005.ttf") format("truetype");
}

/*-----------------------
Color
-----------------------*/
/*-----------------------
Media Query
-----------------------*/
/*-----------------------
Font Size
-----------------------*/
/*! destyle.css v2.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-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type='checkbox'] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type='search'] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*-----------------------
Base
-----------------------*/
body {
  font-family: "Hiragino Kaku Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: #231815;
  background: #fff;
}

img,
iframe,
video {
  max-width: 100%;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: #fff;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .l-header {
    height: 100px;
  }
}

.l-main {
  background: #fff;
  min-height: calc(100vh - 64px);
}

@media screen and (min-width: 768px) {
  .l-main {
    min-height: calc(100vh - 100px);
  }
}

.l-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 4rem;
}

@media screen and (min-width: 768px) {
  .l-footer {
    padding-top: 102px;
  }
}

.l-footer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4rem;
  background: #595757;
}

@media screen and (min-width: 768px) {
  .l-footer::before {
    height: 102px;
  }
}

.l-footer.-page::after {
  content: "";
  position: absolute;
  top: calc((157px + (340 - 157) * (100vw - 375px) / (1440 - 375)) * -1);
  right: 0;
  width: calc(157px + (340 - 157) * (100vw - 375px) / (1440 - 375));
  height: calc(157px + (340 - 157) * (100vw - 375px) / (1440 - 375));
  background: url(../images/bg-hero.svg) no-repeat center/cover;
  z-index: -1;
}

.l-container {
  width: 100%;
  padding: 0 1rem;
}

@media screen and (min-width: 768px) {
  .l-container {
    padding: 0 5%;
  }
}

@media screen and (min-width: 1024px) {
  .l-container {
    padding: 0 12.8%;
  }
}

.l-container__lg {
  width: 100%;
  padding: 0 1rem;
}

@media screen and (min-width: 768px) {
  .l-container__lg {
    padding: 0 5%;
  }
}

.l-container__sm {
  width: 100%;
  padding: 0 1rem;
}

@media screen and (min-width: 768px) {
  .l-container__sm {
    padding: 0 5%;
  }
}

@media screen and (min-width: 1024px) {
  .l-container__sm {
    padding: 0 12%;
  }
}

@media screen and (min-width: 1200px) {
  .l-container__sm {
    padding: 0 28%;
  }
}

@media screen and (min-width: 768px) {
  .l-container__blognews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.l-body {
  position: relative;
  min-height: 100vh;
}

.l-body::before {
  position: fixed;
  content: "";
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(30, 30, 30, 0.9);
}

.l-body.is-modalOpen::before {
  opacity: 1;
  z-index: 2;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fef2cc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  font-weight: bold;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 3;
}

#loading.loaded {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

#loading > img {
  width: 30%;
}

@media screen and (min-width: 768px) {
  #loading > img {
    width: 20%;
  }
}

@media screen and (min-width: 1024px) {
  #loading > img {
    width: 12%;
  }
}

.c-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 82px;
  border: 1px solid #000;
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
  .c-button {
    height: 145px;
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media screen and (min-width: 1024px) {
  .c-button {
    height: 208px;
    font-size: 32px;
    font-size: 2rem;
  }
  .c-button:hover {
    background: #fabe00;
  }
  .c-button:hover img {
    right: 50px;
  }
}

.c-button > img {
  position: absolute;
  right: 33px;
  width: 25px;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 1024px) {
  .c-button > img {
    right: 73px;
    width: 82px;
  }
}

.c-button__wrapper {
  padding: 0 1rem 1rem 1rem;
}

@media screen and (min-width: 768px) {
  .c-button__wrapper {
    padding: 0;
  }
  .c-button__wrapper.-careers {
    position: absolute;
    left: 0;
    bottom: 102px;
    width: 50%;
  }
}

.c-button__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 0 40px;
  background: #f08300;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .c-button__header {
    padding: 0 20px;
  }
}

@media screen and (min-width: 1024px) {
  .c-button__header {
    padding: 0 40px;
  }
}

@media screen and (min-width: 768px) {
  .c-button.-blog {
    border-left: 0;
  }
}

.c-button__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 56px;
  border-radius: 12px;
  background: #f08300;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
  .c-button__submit {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.c-dialog {
  border: 1px solid #231815;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.4);
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .c-dialog {
    padding: 2rem;
  }
}

.c-dialog__wrapper {
  padding-top: 2rem;
  text-align: center;
}

.c-dialog__text {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .c-dialog__text {
    font-size: 16px;
    font-size: 1rem;
  }
}

.c-dialog__text input,
.c-dialog__text textarea {
  font-weight: 400;
}

.c-dialog__required::after {
  content: " *";
  color: #e33;
}

.c-dialog__bottom {
  text-align-last: left;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .c-dialog__bottom {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.c-dialog__bottom > a {
  text-decoration: underline;
}

.c-dialog__check {
  width: 1rem;
  height: 1rem;
}

.c-dialog__check + span {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
}

.c-dialog__caution {
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .c-dialog__caution {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.c-dialog__caution > span {
  color: #e33;
}

.c-dialog__submit {
  position: relative;
  max-width: 360px;
  margin: 1rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-dialog__submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-dialog input[type="text"],
.c-dialog input[type="email"],
.c-dialog input[type="tel"],
.c-dialog select,
.c-dialog textarea {
  padding: 9px;
  border: 1px solid #ccc;
  margin-bottom: 1rem;
}

.c-dialog input[type="text"]:focus,
.c-dialog input[type="email"]:focus,
.c-dialog input[type="tel"]:focus,
.c-dialog select:focus,
.c-dialog textarea:focus {
  border: 1px solid #f08300;
}

.c-dialog input[type="text"],
.c-dialog input[type="email"],
.c-dialog input[type="tel"],
.c-dialog select {
  width: 50%;
  font-weight: 400;
}

.c-dialog textarea {
  width: 100%;
}

.c-dialog span.your-subject {
  position: relative;
}

.c-dialog span.your-subject::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 8px;
  display: inline-block;
  height: 24px;
  width: 24px;
  background: url(../images/arrow-down.svg) no-repeat center/cover;
}

/*-----------------------
Contact Form 7
-----------------------*/
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #f08300;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #e33;
}

.wpcf7-not-valid-tip {
  position: relative;
  bottom: 1rem;
}

.c-text {
  line-height: 1.75;
  color: #231815;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .c-text {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .c-text {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.c-text.-lead {
  line-height: 2;
}

.c-text__title {
  font-family: "gkk";
  line-height: 1;
  white-space: nowrap;
  font-size: calc(28px + (60 - 28) * (100vw - 375px) / (1440 - 375));
}

@media screen and (min-width: 768px) {
  .c-text__title.-careers {
    padding-bottom: 145px;
  }
}

@media screen and (min-width: 1024px) {
  .c-text__title.-careers {
    padding-bottom: 208px;
  }
}

.c-text__pageTitle {
  text-align: center;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
  .c-text__pageTitle {
    margin-bottom: 2rem;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.c-drawer {
  position: relative;
  width: 20px;
  height: 40px;
}

.c-drawer__line {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 24px;
  height: 3px;
  background-color: #231815;
  position: absolute;
}

.c-drawer__line.-line1 {
  top: 14px;
}

.c-drawer__line.-line3 {
  top: 23px;
}

.c-drawer__link {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .c-drawer__link {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.c-drawer__body {
  height: calc(100vh - 64px);
  position: fixed;
  top: 64px;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  z-index: -1;
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .c-drawer__body {
    height: calc(100vh - 100px);
    top: 100px;
  }
}

.c-drawer__nav {
  height: 100%;
  padding: 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-drawer__items {
  display: inline-block;
  text-align: left;
}

.c-drawer__item {
  margin-bottom: 2rem;
}

.is-drawerOpen .c-drawer__line.-line1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 20px;
}

.is-drawerOpen .c-drawer__line.-line3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 20px;
}

.is-drawerOpen .c-drawer__body {
  opacity: 1;
  z-index: 3;
}

.c-list__item:not(:last-child) {
  margin-bottom: 2rem;
}

.c-list__link {
  display: inline-block;
}

.c-list__date {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (min-width: 1024px) {
  .c-list__date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.c-list__title {
  line-height: 1.5;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 1024px) {
  .c-list__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.c-list__category {
  padding: 4px 8px;
  margin-left: 8px;
  background: #f08300;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}

.c-list__dl {
  border: 1px solid #231815;
  background: rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 93px 1fr;
      grid-template-columns: 93px 1fr;
}

@media screen and (min-width: 768px) {
  .c-list__dl {
    -ms-grid-columns: 133px 1fr;
        grid-template-columns: 133px 1fr;
  }
}

.c-list__dl.-company {
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .c-list__dl.-company {
    margin-bottom: 4rem;
  }
}

.c-list__dl.-careers {
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .c-list__dl.-careers {
    margin-bottom: 3rem;
  }
}

.c-list__dt {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px 1rem;
  text-align-last: justify;
}

@media screen and (min-width: 768px) {
  .c-list__dt {
    font-size: 16px;
    font-size: 1rem;
    padding: 1rem 2rem;
  }
}

.c-list__dt:first-of-type {
  padding-top: 20px;
}

@media screen and (min-width: 768px) {
  .c-list__dt:first-of-type {
    padding-top: 2rem;
  }
}

.c-list__dt:last-of-type {
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .c-list__dt:last-of-type {
    padding-bottom: 2rem;
  }
}

.c-list__dd {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #231815;
}

@media screen and (min-width: 768px) {
  .c-list__dd {
    font-size: 16px;
    font-size: 1rem;
    padding: 1rem 2rem;
  }
}

.c-list__dd:first-of-type {
  padding-top: 20px;
}

@media screen and (min-width: 768px) {
  .c-list__dd:first-of-type {
    padding-top: 2rem;
  }
}

.c-list__dd:last-of-type {
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .c-list__dd:last-of-type {
    padding-bottom: 2rem;
  }
}

.p-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  padding: 0 1rem;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08);
}

@media screen and (min-width: 1024px) {
  .p-header__wrapper {
    padding: 0 0 0 42px;
  }
}

@media screen and (min-width: 1200px) {
  .p-header__wrapper {
    padding: 0 0 0 72px;
  }
}

.p-header__logo {
  height: 50px;
}

@media screen and (min-width: 1024px) {
  .p-header__logo {
    height: 68px;
  }
}

.p-header__logoLink > img {
  height: 100%;
  width: auto;
}

.p-header__nav {
  height: inherit;
  display: none;
}

@media screen and (min-width: 1024px) {
  .p-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-header__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-right: 1rem;
}

@media screen and (min-width: 1024px) {
  .p-header__items {
    gap: 2rem;
    margin-right: 2rem;
  }
}

.p-header__link {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.p-header__link:hover {
  color: #f08300;
}

.p-mv {
  position: relative;
  background: #595757;
  height: 66.4vw;
  max-height: 80vw;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .p-mv {
    height: calc(100vh - 100px);
  }
}

.p-mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.p-mv__bg > img {
  width: 100%;
}

.p-mv__top {
  position: relative;
  padding-top: 7%;
}

@media screen and (min-width: 768px) {
  .p-mv__top {
    padding-top: 8%;
  }
}

.p-mv__anime {
  font-family: "gkk";
  line-height: 1;
  letter-spacing: 0.03em;
  font-size: calc(34px + (108 - 34) * (100vw - 375px) / (1440 - 375));
  visibility: hidden;
}

.p-mv__anime span {
  opacity: 0;
}

.p-mv__anime span.roll {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-animation: animation 0.1s forwards;
          animation: animation 0.1s forwards;
  display: inline-block;
}

.p-mv__bottom {
  position: relative;
  width: 100%;
  padding-top: 15vw;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .p-mv__bottom {
    position: absolute;
    bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 45px;
    width: 90%;
  }
}

.p-mv__bottomText {
  text-align: center;
  color: #fff;
  font-size: calc(14px + (20 - 14) * (100vw - 375px) / (1440 - 375));
}

.p-mv__bottomScroll {
  display: none;
}

@media screen and (min-width: 1024px) {
  .p-mv__bottomScroll {
    position: relative;
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
    letter-spacing: 0.15em;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-mv__bottomScroll::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -30px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1px;
    height: 30px;
    background: #fff;
    -webkit-animation: scroll-line 1s ease-in-out infinite;
            animation: scroll-line 1s ease-in-out infinite;
  }
}

@-webkit-keyframes scroll-line {
  0% {
    bottom: -30px;
  }
  100% {
    bottom: -50px;
  }
}

@keyframes scroll-line {
  0% {
    bottom: -30px;
  }
  100% {
    bottom: -50px;
  }
}

@-webkit-keyframes animation {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(15deg) scale(1.5);
            transform: rotate(15deg) scale(1.5);
  }
  80% {
    -webkit-transform: rotate(-15deg) scale(2);
            transform: rotate(-15deg) scale(2);
  }
  85% {
    -webkit-transform: rotate(7deg) scale(2);
            transform: rotate(7deg) scale(2);
  }
  90% {
    -webkit-transform: rotate(-7deg) scale(1.5);
            transform: rotate(-7deg) scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
}

@keyframes animation {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(15deg) scale(1.5);
            transform: rotate(15deg) scale(1.5);
  }
  80% {
    -webkit-transform: rotate(-15deg) scale(2);
            transform: rotate(-15deg) scale(2);
  }
  85% {
    -webkit-transform: rotate(7deg) scale(2);
            transform: rotate(7deg) scale(2);
  }
  90% {
    -webkit-transform: rotate(-7deg) scale(1.5);
            transform: rotate(-7deg) scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
}

.p-section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (min-width: 768px) {
  .p-section {
    width: 50%;
  }
}

.p-section__top {
  position: relative;
  min-height: calc(40vw + 4rem);
  padding-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .p-section__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    min-height: calc(40vw + 102px);
    padding-bottom: 102px;
  }
}

.p-section__top::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4rem;
  background: #595757;
}

@media screen and (min-width: 768px) {
  .p-section__top::before {
    height: 102px;
  }
}

@media screen and (min-width: 768px) {
  .p-section__top.-switch .p-section__titleArea {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-left: 1px solid #231815;
  }
}

.p-section__titleArea, .p-section__contentArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .p-section__titleArea, .p-section__contentArea {
    width: 50%;
  }
}

.p-section__titleArea.-full, .p-section__contentArea.-full {
  width: 100%;
}

.p-section__titleArea {
  position: relative;
  height: 8rem;
  background: #fabe00;
  border-bottom: 1px solid #231815;
}

@media screen and (min-width: 768px) {
  .p-section__titleArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    border-right: 1px solid #231815;
    border-bottom: 0;
  }
  .p-section__titleArea.-full {
    height: 12.6vw;
  }
}

.p-section__contentArea {
  padding: 2rem 1rem;
}

@media screen and (min-width: 768px) {
  .p-section__contentArea {
    padding: 1rem 3rem;
  }
  .p-section__contentArea.-full {
    border-right: 1px solid #231815;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (min-width: 1024px) {
  .p-section__contentArea {
    padding: 1rem 40px;
  }
}

@media screen and (min-width: 1200px) {
  .p-section__contentArea {
    padding: 2rem 70px;
  }
}

@media screen and (min-width: 1600px) {
  .p-section__contentArea {
    padding: 2rem 10vw 2rem 70px;
  }
  .p-section__contentArea.-switch {
    padding: 2rem 70px 2rem 10vw;
  }
}

.p-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 600px;
  padding: 1rem 0;
}

@media screen and (min-width: 1024px) {
  .p-service {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-service__items {
  padding-left: 22px;
}

.p-service__item {
  position: relative;
  margin-bottom: 12px;
}

.p-service__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: #231815;
}

@media screen and (min-width: 768px) {
  .p-service__item::before {
    width: 1rem;
    height: 1rem;
  }
}

.p-service__link {
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-service__link {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-service__link {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.p-service__link:hover {
  color: #f08300;
}

.p-service__modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  width: calc(100% - 2rem);
  max-width: 760px;
  padding: 2rem;
  background: #fff;
  border-radius: 20px;
  opacity: 0;
  z-index: -1;
}

@media screen and (min-width: 1024px) {
  .p-service__modal {
    width: 100%;
  }
}

.p-service__title {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
}

.p-service__title > span {
  display: inline-block;
  border-bottom: 2px solid #231815;
  font-weight: 700;
  color: #231815;
  margin-bottom: 1rem;
}

.p-service__text {
  font-size: 20px;
  font-size: 1.25rem;
}

.p-service__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

/*-----------------------
モーダルウィンドウ
-----------------------*/
.is-modalOpen .is-open {
  opacity: 1;
  z-index: 3;
}

.p-careers__btn {
  padding: 0 1rem 1rem 1rem;
}

@media screen and (min-width: 768px) {
  .p-careers__btn {
    position: absolute;
    left: 0;
    bottom: 102px;
    width: 50%;
  }
}

.p-careers__comment {
  padding: 1rem 2rem;
  background: rgba(250, 190, 0, 0.2);
  border-radius: 20px;
  text-align: center;
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .p-careers__comment {
    padding: 1rem 3rem;
    margin-bottom: 4rem;
    text-align: left;
  }
}

.p-careers__form {
  border: 1px solid #231815;
}

.p-news {
  padding-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .p-news {
    padding-bottom: 0;
  }
}

.p-news::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4rem;
  background: #595757;
}

@media screen and (min-width: 768px) {
  .p-news::before {
    height: 0;
  }
}

.p-news__item {
  margin-bottom: 2rem;
}

.p-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .p-news__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
  }
}

.p-news__date {
  padding-top: 2px;
}

.p-news__title {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .p-news__title {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-blog__item {
  margin-bottom: 1rem;
}

.p-blog__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

@media screen and (min-width: 768px) {
  .p-blog__link {
    gap: 1rem;
  }
}

.p-blog__thumbnail {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 112px;
}

@media screen and (min-width: 768px) {
  .p-blog__thumbnail {
    width: 131px;
  }
}

.p-blog__thumbnail > img {
  background: #e5e5e5;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.p-blog__category {
  margin-left: 8px;
  padding: 4px 1rem;
  border-radius: 4px;
  background: #f08300;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .p-blog__category {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-blog__title {
  font-weight: 700;
  letter-spacing: 0.03em;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .p-blog__title {
    padding-top: 8px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-footer {
  padding: 2rem 0;
}

@media screen and (min-width: 1024px) {
  .p-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 2rem;
  }
}

.p-footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1024px) {
  .p-footer__body {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-footer__logo {
  display: inline-block;
  width: 223px;
  margin-bottom: 1rem;
}

@media screen and (min-width: 1024px) {
  .p-footer__logo {
    width: 258px;
  }
}

.p-footer__tel {
  margin-bottom: 1rem;
  display: inline-block;
  letter-spacing: 0.03em;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 1024px) {
  .p-footer__tel {
    margin-bottom: 24px;
  }
}

.p-footer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1rem;
}

@media screen and (min-width: 1024px) {
  .p-footer__items {
    margin-bottom: 0;
  }
}

.p-footer__item {
  position: relative;
  margin-right: 8px;
  margin-bottom: 8px;
}

.p-footer__item:not(:last-child)::after {
  content: "/";
}

@media screen and (min-width: 1024px) {
  .p-footer__item {
    margin-bottom: 0;
  }
}

.p-footer__link {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
}

.p-footer__copy {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .p-footer__copy {
    text-align: left;
  }
}

.p-archive {
  padding: 2rem 0 3rem;
}

@media screen and (min-width: 768px) {
  .p-archive {
    padding: 2rem 0 4rem;
  }
}

.p-archive__items {
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .p-archive__items {
    margin-bottom: 3rem;
  }
}

.p-archive__date {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .p-archive__date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-hero {
  position: relative;
  padding: 32px 0 96px;
  background: #fabe00;
}

@media screen and (min-width: 768px) {
  .p-hero {
    padding: 64px 0 166px;
  }
}

.p-hero__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: #595757;
}

@media screen and (min-width: 768px) {
  .p-hero__bottom {
    height: 102px;
  }
}

.p-hero__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 64px;
  background: #fff url(../images/bg-hero.svg) no-repeat right bottom/contain;
  color: #231815;
  font-weight: 700;
  font-family: "gkk";
  letter-spacing: 0.03em;
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-hero__title {
    height: 81px;
    font-size: 32px;
    font-size: 2rem;
  }
}

.p-breadcrumbs {
  padding-top: 4px;
  padding-left: 1rem;
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .p-breadcrumbs {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #231815;
  background: #fff;
}

.p-pagination .page-numbers:hover {
  opacity: 0.7;
}

.p-pagination .page-numbers.current {
  background: #fabe00;
}

.p-pagination .page-numbers.current:hover {
  opacity: 1;
}

.p-pagination .page-numbers.dots {
  border-width: 0 1px 0 0;
  background: rgba(0, 0, 0, 0);
}

.p-pagination .page-numbers.dots:hover {
  opacity: 1;
}

.p-pagination .page-numbers:not(:first-child) {
  border-left: 0;
}

.p-single {
  padding: 2rem 0 3rem;
}

.p-single__date {
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .p-single__date {
    margin-bottom: 1rem;
  }
}

.p-single__dateItem {
  letter-spacing: 0.03em;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .p-single__dateItem {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-single__dateItem > i {
  margin-right: 8px;
}

.p-single__dateItem:first-of-type {
  margin-right: 1rem;
}

@media screen and (min-width: 768px) {
  .p-single__dateItem:first-of-type {
    margin-right: 2rem;
  }
}

.p-single__title {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #231815;
  font-weight: 700;
  color: #231815;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-single__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.p-single__thumbnail {
  position: relative;
  aspect-ratio: 1.618;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .p-single__thumbnail {
    margin-bottom: 2rem;
  }
}

.p-single__thumbnail > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-single__contents h2,
.p-single__contents h3,
.p-single__contents h4 {
  font-weight: 700;
  margin: 1rem 0;
}

.p-single__contents h2 {
  padding: 8px;
  background: #e5e5e5;
  font-size: 20px;
  font-size: 1.25rem;
}

.p-single__contents h3 {
  font-size: 18px;
  font-size: 1.125rem;
  border-bottom: 1px solid #231815;
}

.p-single__contents h4 {
  margin-bottom: 8px;
}

.p-single__contents ul {
  list-style-type: disc;
  padding-left: 2rem;
}

.p-single__contents ol {
  list-style-type: decimal;
  padding-left: 2rem;
}

.p-single__contents a {
  color: #22f;
  text-decoration: underline;
}

.p-single__contents p,
.p-single__contents ul,
.p-single__contents ol,
.p-single__contents img,
.p-single__contents dl,
.p-single__contents table {
  margin-bottom: 1rem;
}

.p-page {
  padding: 2rem 0 3rem;
}

.p-policy {
  border: 1px solid #231815;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.4);
  word-wrap: break-word;
}

@media screen and (min-width: 768px) {
  .p-policy {
    padding: 2rem;
  }
}

.p-policy h2 {
  font-weight: 700;
}

.p-policy p {
  padding-left: 1rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .p-policy p {
    padding-left: 20px;
  }
}

.p-company__name {
  font-weight: 700;
  text-align: right;
}

.p-contact__telWrapper {
  width: 100%;
  max-width: 336px;
  margin: 0 auto 3rem;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #231815;
}

@media screen and (min-width: 768px) {
  .p-contact__telWrapper {
    margin-bottom: 4rem;
  }
}

.p-contact__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
}

.p-contact__icon {
  height: 34px;
  width: auto;
}

.p-contact__reception {
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .p-contact__reception {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .u-hidden {
    display: none;
  }
}

@media screen and (min-width: 576px) {
  .u-hidden__sm {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .u-hidden__lg {
    display: none;
  }
}

.u-show {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-show {
    display: block;
  }
}

.u-show__sm {
  display: none;
}

@media screen and (min-width: 576px) {
  .u-show__sm {
    display: block;
  }
}

.u-show__lg {
  display: none;
}

@media screen and (min-width: 1024px) {
  .u-show__lg {
    display: block;
  }
}

/*-----------------------
Margin Space
-----------------------*/
.u-m0 {
  margin: 0;
}

.u-m1 {
  margin: 1rem;
}

.u-m2 {
  margin: 2rem;
}

.u-m3 {
  margin: 3rem;
}

.u-m4 {
  margin: 4rem;
}

.u-m6 {
  margin: 6rem;
}

.u-mb0 {
  margin-bottom: 0;
}

.u-mb1 {
  margin-bottom: 1rem;
}

.u-mb2 {
  margin-bottom: 2rem;
}

.u-mb3 {
  margin-bottom: 3rem;
}

.u-mb4 {
  margin-bottom: 4rem;
}

.u-mb6 {
  margin-bottom: 6rem;
}

.u-mt0 {
  margin-top: 0;
}

.u-mt1 {
  margin-top: 1rem;
}

.u-mt2 {
  margin-top: 2rem;
}

.u-mt3 {
  margin-top: 3rem;
}

.u-mt4 {
  margin-top: 4rem;
}

.u-mt6 {
  margin-top: 6rem;
}

/*-----------------------
Padding Space
-----------------------*/
.u-p0 {
  padding: 0;
}

.u-p1 {
  padding: 1rem;
}

.u-p2 {
  padding: 2rem;
}

.u-p3 {
  padding: 3rem;
}

.u-p4 {
  padding: 4rem;
}

.u-p6 {
  padding: 6rem;
}

.u-pb0 {
  padding-bottom: 0;
}

.u-pb1 {
  padding-bottom: 1rem;
}

.u-pb2 {
  padding-bottom: 2rem;
}

.u-pb3 {
  padding-bottom: 3rem;
}

.u-pb4 {
  padding-bottom: 4rem;
}

.u-pb6 {
  padding-bottom: 6rem;
}

.u-pt0 {
  padding-top: 0;
}

.u-pt1 {
  padding-top: 1rem;
}

.u-pt2 {
  padding-top: 2rem;
}

.u-pt3 {
  padding-top: 3rem;
}

.u-pt4 {
  padding-top: 4rem;
}

.u-pt6 {
  padding-top: 6rem;
}

.u-hover {
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.u-hover:hover {
  opacity: 0.7;
}

.u-text__center {
  text-align: center;
}

.u-text__left {
  text-align: left;
}

.u-text__right {
  text-align: right;
}

.u-text__justify {
  text-align: justify;
}

.u-text__block {
  display: block;
}

.u-text__ib {
  display: inline-block;
}
/*# sourceMappingURL=style.css.map */