@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Satisfy&display=swap");
img {
  max-width: 100%;
  height: auto;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #2B2B2B;
}

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

.l-footer {
  background-color: #F7F7F7;
  padding: 28px 0 35px;
}

.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #ABABAB;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.l-footer__address {
  margin-top: 15px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .l-footer__address {
    letter-spacing: 1.96px;
    line-height: 1.7;
  }
}

.l-footer__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-footer__privacy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}

.l-footer__privacy-policy {
  margin-right: 48px;
  font-family: "Avenir", Verdana;
  letter-spacing: 1.96px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
}

.l-footer__copyright {
  font-family: "Avenir", Verdana;
  letter-spacing: 1.96px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .l-footer__copyright {
    margin-top: 8px;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 20;
  height: 70px;
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 60px;
  }
}

.is-drawerActive .l-header {
  background-color: #FFf;
}

.l-header__inner {
  max-width: 1900px;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header__logo-svg {
  fill: #FFF;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.is-drawerActive .l-header__logo-svg {
  fill: #2B2B2B;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

@media screen and (max-width: 999px) {
  .header__nav {
    background-color: #FFF;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
  }
}

.is-fadein {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.is-drawerActive .header__nav {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 999px) {
  .header__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.header__item {
  color: #FFF;
  font-family: "Avenir", Verdana;
  font-weight: bold;
  letter-spacing: 3.6px;
  font-size: 18px;
}
@media screen and (max-width: 999px) {
  .header__item {
    color: #2B2B2B;
    font-size: 24px;
    letter-spacing: 4.8px;
    text-align: center;
  }
}
.header__item:not(:last-child) {
  margin-right: 80px;
}
@media screen and (max-width: 1279px) {
  .header__item:not(:last-child) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 999px) {
  .header__item:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 999px) {
  .header__item:not(:first-child) {
    margin-top: 40px;
  }
}

.l-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-section {
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  .l-section {
    padding: 50px 0;
  }
}

.c-arrow-right {
  display: inline-block;
  width: 12px;
  height: 12px;
  font-size: 12px;
  border-right: 1px solid #89CDDD;
  border-bottom: 1px solid #89CDDD;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: transparent;
}
@media screen and (max-width: 375px) {
  .c-arrow-right {
    display: none;
  }
}

.c-arrow-left {
  display: inline-block;
  width: 12px;
  height: 12px;
  font-size: 12px;
  border-right: 1px solid #89CDDD;
  border-bottom: 1px solid #89CDDD;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  background: transparent;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .c-arrow-left {
    margin-right: 10px;
  }
}
@media screen and (max-width: 375px) {
  .c-arrow-left {
    display: none;
  }
}

.c-btn {
  display: inline-block;
  max-width: 100%;
  text-align: center;
  color: #89CDDD;
  border: #89CDDD 1px solid;
  font-size: 16px;
  font-family: "Avenir", Verdana;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-btn:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.--small-btn {
  letter-spacing: 2.88px;
  padding: 6px 20px;
}

.--large-btn {
  letter-spacing: 2.56px;
  padding: 17px 50px;
  width: 200px;
}

.--white-btn {
  border: #FFF 1px solid;
  color: #FFF;
}

.c-checkbox {
  display: none;
}

.c-checkbox + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 40px;
  position: relative;
}

.c-checkbox + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #2B2B2B;
  border-radius: 5px;
  content: "";
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}

.c-checkbox + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 4px solid #2B2B2B;
  border-left: 4px solid #2B2B2B;
  content: "";
  display: block;
  height: 10px;
  left: 6px;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 21px;
}

.c-checkbox:checked + span::after {
  opacity: 1;
}

.c-label {
  display: inline-block;
  background-color: #89CDDD;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 7px;
}

.c-page-sub-title {
  font-family: "Avenir", Verdana;
  color: #89CDDD;
  font-size: 14px;
  letter-spacing: 1.96px;
  font-weight: bold;
}

.c-privacy-policy {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2.56px;
  display: inline-block;
}

.c-scroll-link {
  color: #FFF;
  font-family: "Avenir", Verdana;
  font-size: 14px;
  letter-spacing: 3.5px;
  text-align: center;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-scroll-link {
    display: none;
  }
}

.c-sub-title {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-sub-title {
    margin-top: 4px;
    letter-spacing: 5.6px;
  }
}

.c-tag {
  display: inline-block;
  max-width: 100%;
  font-size: 14px;
  letter-spacing: 2.24px;
  font-family: "Avenir", Verdana;
  color: #89CDDD;
  padding: 6px 35px;
}
.c-tag:not(:last-child) {
  margin-right: 30px;
}

.c-tag.-current {
  background-color: #89CDDD;
  color: #FFF;
  text-align: center;
}

.p-tag-wrapper [aria-current=page] {
  background-color: #89CDDD;
  color: #FFF;
  padding: 6px 35px;
  text-align: center;
}

.c-text-field {
  background-color: #F7F7F7;
  width: 100%;
  height: 57px;
  padding: 10px;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-text-field:focus {
  border: 1px solid #2B2B2B;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.c-textarea {
  background-color: #F7F7F7;
  width: 100%;
  height: 232px;
  padding: 10px;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: vertical;
}
.c-textarea:focus {
  border: 1px solid #2B2B2B;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.c-title {
  font-size: 70px;
  letter-spacing: 21px;
  text-align: center;
  font-weight: bold;
  font-family: "Avenir", Verdana;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 40px;
    letter-spacing: 12px;
  }
}

.p-about {
  margin-top: 153px;
  margin-bottom: 90px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-about {
    margin-top: 50px;
  }
}
.p-about::after {
  background-color: #F7F7F7;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 90px;
  z-index: -1;
}

.p-about__inner {
  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;
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .p-about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-about__img-wrapper {
  margin-right: 3%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-about__text-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 46.8%;
          flex: 0 1 46.8%;
}
@media screen and (max-width: 768px) {
  .p-about__text-box {
    margin-top: 30px;
  }
}

.p-about__title {
  font-size: 25px;
  color: #ABABAB;
  letter-spacing: 6.25px;
  font-family: "Avenir", Verdana;
  position: relative;
  padding-bottom: 35px;
}
.p-about__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #89CDDD;
  width: 40px;
  height: 2px;
}

.p-about__text {
  font-size: 18px;
  line-height: 2.5;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-about__text {
    margin-top: 40px;
  }
}

.p-archive {
  padding-bottom: 100px;
}

.p-archive__list {
  margin-top: 40px;
}

.p-business {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .p-business {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

.p-business__heading {
  font-size: 18px;
  line-height: 2.5;
  font-weight: bold;
  text-align: center;
  margin-top: 100px;
  padding: 0 20px;
}
@media screen and (max-width: 999px) {
  .p-business__heading {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .p-business__heading {
    margin-top: 50px;
  }
}

.p-business__items {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-business__items {
    margin-top: 50px;
  }
}

.p-business__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-business__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-business__item:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-business__item:not(:first-child) {
    margin-top: 40px;
  }
}
.p-business__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-business__item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-business__img-wrapper,
.p-business__text-box {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-business__img-wrapper,
.p-business__text-box {
    width: 100%;
  }
}

.p-business__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.p-business__text-box {
  padding: 0 68px;
}
@media screen and (max-width: 1279px) {
  .p-business__text-box {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-business__text-box {
    padding: 20px;
  }
}

.p-business__sub-title {
  color: #89CDDD;
  font-size: 14px;
  letter-spacing: 1.96px;
  font-family: "Avenir", Verdana;
}

.p-business__title {
  letter-spacing: 8px;
  font-size: 40px;
  font-weight: bold;
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .p-business__title {
    font-size: 30px;
    letter-spacing: 9px;
  }
}

.p-business__description {
  font-size: 25px;
  letter-spacing: 5px;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-business__description {
    font-size: 20px;
    letter-spacing: 2px;
  }
}

.p-business__text {
  font-size: 18px;
  line-height: 2.5;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-business__text {
    margin-top: 30px;
    line-height: 2;
  }
}

.p-company {
  background-color: #F7F7F7;
}

.p-company__inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .p-company__inner {
    padding: 0 10px;
  }
}

.p-company__content-title {
  font-size: 30px;
  letter-spacing: 9px;
  font-weight: bold;
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-company__content-title {
    margin-top: 50px;
  }
}

.p-company__content {
  background-color: #fff;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-company__content {
    margin-top: 38px;
  }
}

@media screen and (max-width: 768px) {
  .p-company__img-wrapper {
    padding-top: 94%;
    position: relative;
  }
}
.p-company__img-wrapper img {
  width: 100%;
  height: 431px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-company__img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.p-company__accent {
  font-family: "Satisfy", cursive;
  opacity: 0.2;
  color: #89CDDD;
  font-size: 80px;
  position: absolute;
  top: -90px;
  left: -20px;
}
@media screen and (max-width: 768px) {
  .p-company__accent {
    top: -17px;
    left: 12px;
  }
}

.p-company__body {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  padding: 114px 0 72px 0;
}
@media screen and (max-width: 768px) {
  .p-company__body {
    padding: 34px 20px 28px;
  }
}

.p-company__catch-copy {
  font-size: 32px;
  letter-spacing: 3.2px;
  font-weight: bold;
  line-height: 1.5;
  position: absolute;
  top: -30px;
}
@media screen and (max-width: 768px) {
  .p-company__catch-copy {
    position: static;
    font-size: 28px;
    letter-spacing: 2.8px;
  }
}

.p-company__message {
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 2.1875;
}
@media screen and (max-width: 768px) {
  .p-company__message {
    margin-top: 50px;
  }
}

.p-company__info-wrapper {
  margin-top: 40px;
  text-align: right;
  font-weight: bold;
  letter-spacing: 2.56px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .p-company__info-wrapper {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}

.p-company__name-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .p-company__name-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.p-company__job {
  margin-right: 18px;
}
@media screen and (max-width: 768px) {
  .p-company__job {
    margin-right: 0;
  }
}

.p-company__ceoname {
  width: 105px;
  height: 20px;
}
.p-company__ceoname img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-company__ceoname {
    width: 147px;
    height: 28px;
    max-width: 100%;
  }
}

.p-company__table {
  margin-top: 60px;
  letter-spacing: 2.56px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-company__table {
    letter-spacing: 0;
  }
}
.p-company__table tr:not(:last-child) {
  border-bottom: #2B2B2B solid 1px;
}
.p-company__table th {
  padding: 30px 0;
  font-weight: bold;
  width: 23.9%;
}
@media screen and (max-width: 768px) {
  .p-company__table th {
    display: block;
    padding: 20px 0 0 0;
  }
}
.p-company__table td {
  padding: 30px 0;
  line-height: 1.6875;
  width: 76.1%;
}
@media screen and (max-width: 768px) {
  .p-company__table td {
    display: block;
    padding: 16px 0 20px 0;
  }
}

.p-contact__inner {
  max-width: 790px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-contact__btn {
  margin-top: 40px;
}

.p-contact__form {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-contact__form {
    margin-top: 50px;
  }
}

.p-contact__btn {
  margin-top: 40px;
  text-align: center;
}

.p-contact-confirm {
  margin-top: 80px;
}

.p-contact-thanks,
.p-entry-thanks {
  margin-top: 80px;
  text-align: center;
}

.p-contact-return {
  margin-top: 100px;
}

.error {
  padding-top: 10px;
}

.p-current-table__title {
  color: #89CDDD;
  font-size: 24px;
  letter-spacing: 4.8px;
  font-weight: bold;
  padding-bottom: 22px;
  border-bottom: 2px #89CDDD solid;
}

.p-current-table {
  background-color: #FFF;
  padding: 40px 40px 50px 40px;
}
.p-current-table table th, .p-current-table table td {
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .p-current-table table th, .p-current-table table td {
    display: block;
    padding: 20px 0;
  }
}
.p-current-table table th {
  font-family: "Avenir", Verdana;
  font-size: 16px;
  letter-spacing: 3.2px;
  width: 16%;
  line-height: 1.375;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .p-current-table table th {
    width: 100%;
    padding-right: 0;
  }
}
.p-current-table table td {
  border-bottom: #ABABAB 1px solid;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-current-table table .p-current-table__content-title {
    border-bottom: #ABABAB 1px solid;
  }
}
.p-current-table table .p-current-table__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-current-table table .p-current-table__info-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-current-table table .p-current-table__info-title {
  width: 140px;
  max-width: 100%;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .p-current-table table .p-current-table__info-text {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-current-table table .p-scope-td {
    border: none;
  }
}

.p-current {
  background-color: #F7F7F7;
}

.p-current__inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .p-current__inner {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-current__heading {
    padding: 0 20px;
  }
}

.p-current__title {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 8px;
  margin-top: 22px;
}

.p-current__table-wrapper {
  margin-top: 80px;
}

.p-current__table:not(:first-child) {
  margin-top: 50px;
}

.p-entry__inner {
  max-width: 790px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-entry__form {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-entry__form {
    margin-top: 50px;
  }
}

.p-form__item-title {
  font-size: 16px;
  letter-spacing: 2.56px;
  font-weight: bold;
}

.p-form__item-input {
  margin-top: 20px;
}

.p-form__item:not(:first-child) {
  margin-top: 50px;
}

.p-form__agree-check {
  margin-top: 20px;
}

.p-hamburger {
  position: relative;
  content: "";
  width: 42px;
  height: 42px;
  display: none;
}
@media screen and (max-width: 999px) {
  .p-hamburger {
    display: block;
  }
}

.p-hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 42px;
  height: 2px;
  background-color: #FFF;
}

.p-hamburger__line::before,
.p-hamburger__line::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-hamburger__line::before {
  top: -10px;
}

.p-hamburger__line::after {
  top: 10px;
}

.p-hamburger[aria-expanded=true] .p-hamburger__line {
  background-color: transparent;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.p-hamburger[aria-expanded=true] .p-hamburger__line::before,
.p-hamburger[aria-expanded=true] .p-hamburger__line::after {
  top: 0;
  background-color: #2B2B2B;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.p-hamburger[aria-expanded=true] .p-hamburger__line::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-hamburger[aria-expanded=true] .p-hamburger__line::after {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-mv {
  background: url(../images/top/hero.png) no-repeat center center/cover;
  width: 100vw;
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-mv {
    height: 450px;
  }
}

.p-mv__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .p-mv__inner {
    max-width: 277px;
    padding: 0 20px;
  }
}

.p-mv__text {
  margin-top: 55px;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 9.6px;
}
@media screen and (max-width: 768px) {
  .p-mv__text {
    font-size: 16px;
    letter-spacing: 6.4px;
    line-height: 1.6875;
    margin-top: 34px;
  }
}

.p-mv__scroll-link {
  position: absolute;
  bottom: 31px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-news-list {
  width: 100%;
}

.p-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: #EBEBEB 1px solid;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .p-news__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-news__item:last-child {
  border-bottom: #EBEBEB 1px solid;
}

.p-news__date {
  color: #585858;
  opacity: 0.5;
  letter-spacing: 2.56px;
  font-size: 16px;
  font-family: "Avenir", Verdana;
  width: 133px;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .p-news__date {
    padding: 0;
  }
}

.p-news__text {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2.56px;
  display: block;
  width: calc(100% - 133px);
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .p-news__text {
    width: 100%;
    padding: 10px 0 0 0;
    line-height: 1.6875;
  }
}

.p-top-news {
  padding-top: 100px;
}

.p-top-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-top-news__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-top-news__title {
  font-size: 28px;
  letter-spacing: 7.84px;
  font-family: "Avenir", Verdana;
  font-weight: bold;
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  .p-top-news__title {
    text-align: left;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-top-news__list {
    margin-top: 20px;
  }
}

.p-top-news__btn {
  text-align: right;
  margin-left: auto;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-top-news__btn {
    text-align: center;
  }
}

.p-page-heading {
  margin-top: 150px;
}

.p-page-visual {
  height: 600px;
  background: url(../images/recruit/recruit__bg.png) no-repeat center center/cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-page-visual {
    height: 380px;
  }
}

.p-page-visual__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.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;
  text-align: center;
  font-family: "Avenir", Verdana;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .page-numbers {
    margin-right: 10px;
  }
}

.page-numbers > a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page-numbers > a:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.page-numbers > li > a,
.page-numbers > li > span {
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #2B2B2B;
  padding-top: 15px;
}
@media screen and (max-width: 375px) {
  .page-numbers > li > a,
.page-numbers > li > span {
    width: 40px;
    height: 40px;
    padding-top: 10px;
  }
}

.current {
  background-color: #89CDDD;
  color: #FFf;
  border: 1px solid #89CDDD !important;
}

.next,
.prev {
  border: none !important;
}

.p-privacy-policy {
  margin-top: 70px;
  padding: 30px 0 100px 0;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy {
    margin-top: 60px;
  }
}

.p-privacy-policy__inner {
  margin-top: 50px;
}

.p-privacy-policy__wrapper {
  margin-top: 50px;
}

.p-privacy-policy__text {
  margin-top: 30px;
}

.p-privacy-policy__title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 8px;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy__title {
    font-size: 30px;
  }
}

.p-privacy-policy__subtitle {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
}

.p-privacy-policy__list {
  margin-top: 30px;
  text-indent: -1em;
  padding-left: 1em;
}

.p-privacy-policy__item {
  margin-top: 10px;
}

.p-recruit-page__catch-copy {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 8px;
  margin-top: 22px;
  line-height: 1.7;
}
.p-recruit-page__catch-copy span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-recruit-page__catch-copy {
    font-size: 30px;
    letter-spacing: 2.4px;
    line-height: 1.7;
    margin-top: 20px;
  }
}

.p-recruit-page__theme {
  font-size: 25px;
  letter-spacing: 5px;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-recruit-page__theme {
    display: none;
  }
}

.p-recruit-page__text-box {
  font-size: 18px;
  line-height: 2.5;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .p-recruit-page__text-box {
    margin-top: 40px;
  }
}
.p-recruit-page__text-box p:not(:first-child) {
  margin-top: 60px;
}

.p-recruit {
  background: url(../images/top/recruit_bg.png) no-repeat center center/cover;
  padding: 110px 0;
}

.p-recruit__btn {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-recruit__btn {
    margin-top: 40px;
  }
}

.p-single-page {
  margin-top: 150px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-single-page {
    margin-top: 78px;
    padding-bottom: 50px;
  }
}

.p-single-heading__date {
  font-family: "Avenir", Verdana;
  color: #585858;
  font-size: 16px;
  letter-spacing: 2.56px;
}

.p-single-heading__main {
  font-size: 26px;
  letter-spacing: 2.6px;
  font-weight: bold;
  line-height: 1.69;
  margin-top: 20px;
}

.p-single-page__content {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-single-page__content {
    margin-top: 40px;
  }
}
.p-single-page__content p {
  font-size: 16px;
  line-height: 1.9375;
}
.p-single-page__content p:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-single-page__content p:not(:first-child) {
    margin-top: 40px;
  }
}

.p-single-page__btn {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-single-page__btn {
    margin-top: 50px;
    text-align: center;
  }
}

/* color
--------------------------------------------------------------*/
.--white {
  color: #FFF;
}

.--black {
  color: #2B2B2B;
}

.u-bgb {
  background-color: #2B2B2B;
}

.--white-bg {
  background-color: rgba(255, 255, 255, .7);
}

.--black-fill {
  fill: #2B2B2B;
}

.--black {
  color: #2B2B2B;
}

/* margin
--------------------------------------------------------------*/
.u-ml10 {
  margin-left: 10px;
}

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

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

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

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

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

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

.pc-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}