@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

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

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

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

[type=search] {
  -moz-appearance: textfield;
       appearance: textfield;
  /* vscode警告回避のため追加 */
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -moz-appearance: button;
       appearance: button;
  /* vscode警告回避のため追加 */
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  appearance: none;
  /* vscode警告回避のため追加 */
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

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

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #000;
  background-color: #fff;
}

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

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

li {
  list-style: none;
}

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

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

.l-header {
  background-color: rgba(0, 0, 0, 0);
  max-width: 1490px;
  margin: 0 auto;
}
.l-header__inner {
  height: 77px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 66px;
  }
}
.l-header__logo {
  width: 153px;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 163px;
    padding-left: 12px;
  }
}
.l-header__logo-link {
  display: block;
}

.l-wrapper {
  max-width: 1490px;
  padding: 0 25px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-wrapper {
    padding: 0 10px;
  }
}

.l-main {
  overflow: hidden;
}
.l-footer {
  margin-top: 139px;
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 34px;
    padding-bottom: 20px;
  }
}
.l-footer__inner {
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 18px;
  padding: 0 71px 22px 5px;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 0 10px;
    height: 100px;
  }
}
.l-footer__list {
  display: flex;
  align-items: center;
}
.l-footer__item:not(:first-of-type) {
  margin-left: 24px;
}
.l-footer__link {
  font-family: "Jost";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.l-footer__copyright {
  font-family: "Jost";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    padding-right: 28px;
  }
}

/*===================================
# fast view
===================================*/
.p-fv {
  height: 845px;
  background: url(../images/mv.png) no-repeat top center/1600px;
}
@media screen and (max-width: 767px) {
  .p-fv {
    background: url(../images/mv-sp.png) no-repeat center center/cover;
    height: 767px;
  }
}
.p-fv__inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: -124px auto 0;
  max-width: 1490px;
}
@media screen and (max-width: 767px) {
  .p-fv__inner {
    margin-top: -66px;
  }
}
.p-fv__title-picture {
  position: absolute;
  top: 343px;
  left: -55px;
  z-index: 1000;
  width: 766px;
}
@media screen and (max-width: 767px) {
  .p-fv__title-picture {
    top: 130px;
    left: -28px;
    width: 315px;
  }
  .p-fv__title-picture img {
    width: 100%;
    height: 100%;
  }
}
.p-fv__title-frame {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #fff;
  padding: 39px 15px 37px 175px;
}
@media screen and (max-width: 767px) {
  .p-fv__title-frame {
    border-top-right-radius: 130px;
    border-bottom-right-radius: 130px;
    padding: 20px 0px 28px 65px;
  }
}
.p-fv__title-frame img {
  width: 85%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .p-fv__title-frame img {
    width: 67%;
  }
}

/*===================================
# vision
===================================*/
.p-vision {
  position: relative;
  max-width: 1490px;
  margin: 15px auto 0;
}
@media screen and (max-width: 767px) {
  .p-vision {
    overflow: hidden;
    margin-top: -16px;
    padding: 0 25px;
  }
}
.p-vision__inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-vision__inner {
    flex-direction: column-reverse;
  }
}
.p-vision__picture {
  width: 100%;
  max-width: 736px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-vision__picture {
    width: 115%;
    margin-top: 10px;
    height: 715px;
    background-image: url(../images/vision-sp.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 113%;
  }
}
.p-vision__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-vision__content {
  max-width: 400px;
  margin-left: 128px;
  position: relative;
  height: 615px;
  margin-top: 74px;
}
@media screen and (max-width: 767px) {
  .p-vision__content {
    max-width: 300px;
    margin: 11px auto 0 0;
    height: 478px;
  }
}
.p-vision__content-title {
  width: 165px;
  height: 22px;
}
.p-vision__content-texts {
  font-size: 14px;
  margin-top: 44px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.7142;
}
@media screen and (max-width: 767px) {
  .p-vision__content-texts {
    margin-top: 50px;
  }
}
.p-vision__content-text:first-child {
  width: 345px;
}
@media screen and (max-width: 767px) {
  .p-vision__content-text:first-child {
    max-width: 340px;
  }
}
.p-vision__content-text:not(:first-child) {
  margin-top: 37px;
  width: 264px;
}
.p-vision__content::after {
  content: "";
  background-image: url(../images/orange-img.svg);
  position: absolute;
  right: -281px;
  bottom: -69px;
  width: 294px;
  height: 243px;
}
@media screen and (max-width: 767px) {
  .p-vision__content::after {
    display: none;
  }
}

/*===================================
# company
===================================*/
.p-company {
  margin: 49px auto 0;
  max-width: 1240px;
  padding: 61px 54px;
}
@media screen and (max-width: 767px) {
  .p-company {
    padding: 40px 24px;
    margin-top: 14px;
  }
}
.p-company__heading {
  width: 110px;
}
.p-company__heading img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .p-company__heading {
    width: 142px;
  }
}
.p-company__body {
  margin-top: 73px;
}
@media screen and (max-width: 767px) {
  .p-company__body {
    margin-top: 45px;
  }
}
.p-company__list {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-company__list {
    font-size: 0.9375rem;
  }
}
.p-company__list-inner {
  display: flex;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .p-company__list-inner {
    padding: 8px 5px 14px 5px;
    font-size: 14px;
  }
}
.p-company__list-inner:nth-child(1) {
  border-bottom: 5px solid #FFA100;
}
.p-company__list-inner:nth-child(2) {
  border-bottom: 5px solid #D55F84;
}
.p-company__list-inner:nth-child(3) {
  border-bottom: 5px solid #1DA0C9;
}
.p-company__list-inner:nth-child(4) {
  border-bottom: 5px solid #FFA100;
}
.p-company__list-inner + .p-company__list-inner {
  margin-top: 35px;
}
.p-company__title {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .p-company__title {
    width: 30%;
    font-size: 14px;
  }
}
.p-company__data {
  width: 55%;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-company__data {
    width: 70%;
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */