/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  min-height: 100vh;
  font-family: sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #202020;
  background-color: #fff;
}

.l-main {
  padding: 100px 100px 150px;
}

@media screen and (max-width: 767px) {
  .l-main {
    padding: 30px 10px 60px;
  }
}

.c-image {
  display: block;
  margin: auto;
  object-fit: contain;
  object-position: center;
}

.p-page-title {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.p-page-title__image {
  width: 100%;
}

.p-horizon-list {
  min-width: 710px;
  max-width: 1250px;
  margin: auto;
  list-style: none;
}

@media screen and (max-width: 767px) {
  .p-horizon-list {
    min-width: initial;
  }
}

.p-horizon-list__item {
  display: flex;
  padding: 20px 20px;
  border-bottom: 1px solid #707070;
}

@media screen and (max-width: 767px) {
  .p-horizon-list__item {
    flex-direction: column;
    gap: 4px;
    padding: 10px;
  }
}

.p-horizon-list__title {
  width: 100%;
  max-width: 300px;
  font-weight: bold;
  color: #007cff;
}

@media screen and (max-width: 767px) {
  .p-horizon-list__title {
    max-width: initial;
    font-size: 16px;
  }
}

.p-horizon-list__container {
  width: calc(100% - 300px);
}

@media screen and (max-width: 767px) {
  .p-horizon-list__container {
    width: 100%;
  }
}

.p-horizon-list__description {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-horizon-list__description {
    font-size: 14px;
  }
}

.p-horizon-list__description--business {
  line-height: 2;
}

.page-company-plofile__list {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .page-company-plofile__list {
    margin-top: 20px;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #1a1a1a;
  z-index: 100;
}

.overlay__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  visibility: hidden;
  transition: all 3s ease-in;
  opacity: 0;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

.overlay__image--hakase {
  position: absolute;
  top: -35px;
  right: -35px;
  transform: rotateZ(-135deg);
  width: 220px;
  height: 220px;
  transition: initial;
}

.overlay__image--visible {
  visibility: visible;
  opacity: 1;
}

.overlay__image--invisible {
  visibility: hidden;
  opacity: 0;
  transition: all 1s ease-in;
}

.overlay__image--hidden {
  display: none;
}

.hakase-move {
  animation: hakase-move 0.5s ease-out;
  transform-origin: 50% 50%;
  visibility: visible;
  opacity: 1;
}

@keyframes hakase-move {
  0% {
    top: -232px;
    right: -232px;
  }
  100% {
    top: -35px;
    right: -35px;
  }
}
/*# sourceMappingURL=style.css.map */