@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

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

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

body {
  background-color: #ffffff;
  color: #000000;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

a {
  text-decoration: underline;
  color: #2b70ba;
}

a:hover,
a:active,
a:focus {
  text-decoration: underline;
  color: #5997d9;
}

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

.l-header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.l-main {
  width: 100%;
  margin-top: 80px;
}
.l-main--top {
  margin-top: 0;
}

.l-footer {
  background-color: #333333;
  color: #ffffff;
  width: 100%;
}

.c-title--main {
  font-size: 40px;
  margin: 0 auto 20px;
  text-align: center;
  width: 50%;
  overflow: hidden;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .c-title--main {
    width: 100%;
  }
}
.c-title--main span {
  display: block;
}
.c-title--main--anime {
  animation-name: slideFromLeft;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.c-title--main--anime span {
  animation-name: slideFromRight;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideFromLeft {
  from {
    transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}
@keyframes slideFromRight {
  from {
    transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.p-header__wrap {
  height: 100%;
  padding: 0 60px;
  display: flex;
  align-items: center;
  transform: translateY(40px);
  transition-duration: 0.6s;
}
@media screen and (max-width: 768px) {
  .p-header__wrap {
    padding: 0 20px;
  }
}
.p-header__logo {
  font-size: 40px;
  letter-spacing: 0.08em;
}
.p-header::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  transform: translateY(-100%);
  transition-duration: 0.6s;
}
.p-header--pinned::before {
  transform: translateY(0%);
}
.p-header--pinned > .p-header__wrap {
  transform: translateY(0px);
}

.p-footer {
  /* 会社概要 */
  /* コピーライト */
}
.p-footer-company {
  padding: 40px 0 60px 0;
}
.p-footer-company__inner {
  padding: 0 16px;
}
.p-footer-company__dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 460px;
}
.p-footer-company__dt {
  padding-bottom: 6px;
  font-weight: normal;
  width: 40%;
}
.p-footer-company__dd {
  width: 60%;
}
.p-footer-copyright {
  padding-bottom: 10px;
  text-align: center;
}

/* ヒーロー */
.pg-hero {
  height: 100vh;
  position: relative;
}
.pg-hero__slogan {
  height: 80%;
  display: flex;
  align-items: center;
}
.pg-hero__sloganTxt {
  font-size: 40px;
  padding-left: 80px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .pg-hero__sloganTxt {
    padding-left: 40px;
  }
}
.pg-hero__sloganAnime {
  opacity: 0;
  animation-name: sloganfadeIn;
  animation-duration: 3s;
  animation-fill-mode: forwards;
}
.pg-hero__sloganAnime:nth-child(2) {
  animation-delay: 0.14s;
}
.pg-hero__sloganAnime:nth-child(3) {
  animation-delay: 0.28s;
}
.pg-hero__sloganAnime:nth-child(4) {
  animation-delay: 0.42s;
}
.pg-hero__sloganAnime:nth-child(5) {
  animation-delay: 0.56s;
}
.pg-hero__sloganAnime:nth-child(6) {
  animation-delay: 0.7s;
}
.pg-hero__sloganAnime:nth-child(7) {
  animation-delay: 0.84s;
}
.pg-hero__sloganAnime:nth-child(8) {
  animation-delay: 0.98s;
}
.pg-hero__sloganAnime:nth-child(9) {
  animation-delay: 1.12s;
}
.pg-hero__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 90%;
  background-image: url(/dest/img/top_hero_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.pg-hero__band02 {
  background-color: #eeeeee;
  width: 80%;
  height: 15%;
}
.pg-hero__band01 {
  background-color: #cccc99;
  width: 55%;
  height: 4%;
}

@keyframes sloganfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* コンセプト */
.pg-concept {
  padding: 40px 0 80px 0;
}
.pg-concept__inner {
  padding: 0 16px;
}
.pg-concept__message {
  font-size: 22px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pg-concept__message {
    font-size: 18px;
  }
}

/* 事業内容 */
.pg-service {
  padding-bottom: 180px;
}
@media screen and (max-width: 1024px) {
  .pg-service {
    padding-bottom: 80px;
  }
}
.pg-service__bg {
  position: relative;
}
.pg-service__bg::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 95%;
  height: 100%;
  background-color: #4c5d4c;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .pg-service__bg::before {
    width: 100%;
  }
}
.pg-service__inner {
  width: 80%;
  margin: 0 auto;
  padding: 40px 0 80px 0;
}
@media screen and (max-width: 1024px) {
  .pg-service__inner {
    padding-bottom: 20px;
  }
}
.pg-service__title {
  color: #ffffff;
}
.pg-service__ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .pg-service__ul {
    display: block;
  }
}
.pg-service__li {
  width: 100%;
  background: #ffffff;
  color: #000000;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .pg-service__li {
    margin-bottom: 24px;
  }
}
.pg-service__li--anime {
  animation-name: servicefadeUp;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  animation-fill-mode: forwards;
  opacity: 0;
}
.pg-service__image {
  width: 100%;
  height: 220px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .pg-service__image {
    height: 160px;
  }
}
.pg-service__image--media {
  background-image: url(/dest/img/top_service_01.jpg);
}
.pg-service__image--analysis {
  background-image: url(/dest/img/top_service_02.jpg);
}
.pg-service__image--operation {
  background-image: url(/dest/img/top_service_03.jpg);
}
.pg-service__description {
  padding: 24px;
}
.pg-service__business {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}
.pg-service__band {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}
.pg-service__band02 {
  background-color: #eeeeee;
  height: 80px;
  width: 80%;
}
.pg-service__band01 {
  background-color: #cccc99;
  height: 40px;
  width: 55%;
}

@keyframes servicefadeUp {
  0% {
    opacity: 0;
    transform: translate(-20%, 20%);
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
    filter: blur(0);
  }
}
/* ==========================================================================
/  Foundation
/  ========================================================================== */
/* ==========================================================================
/  Layout
/  ========================================================================== */
/* ==========================================================================
/  Object
/  ========================================================================== */
/* -----------------------------------------------------------------
/  Component
/  ----------------------------------------------------------------- */
/* -----------------------------------------------------------------
/  Project
/  ----------------------------------------------------------------- */
/* -----------------------------------------------------------------
/  Utility
/  ----------------------------------------------------------------- */
/* -----------------------------------------------------------------
/  Pages
/  ----------------------------------------------------------------- */
/* TOP
/  ------------------------------------- */
/*# sourceMappingURL=style.css.map */