@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}
#__bs_notify__ {
  top: auto !important;
  bottom: 0;
}

::-moz-selection {
  background-color: rgba(80, 98, 160, 0.4);
}

::selection {
  background-color: rgba(80, 98, 160, 0.4);
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic,
 "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",
 "Segoe UI",
 "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
 sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
  background-color: #fafafa;
  font-size: 1.6rem;
  height: 100%;
}

@media screen and (max-width: 679px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  text-decoration: underline;
}

a:link, a:visited {
  text-decoration: none;
  color: inherit;
}

a:hover, a:active {
  text-decoration: underline;
  color: inherit;
}

ol, ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
  font-style: normal;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-size: inherit;
}

p {
  text-align: inherit;
  line-height: 1.85;
  margin-bottom: 1rem;
}

p:last-child {
  margin-bottom: 0;
}

em {
  font-style: normal;
  font-weight: bold;
}

label {
  margin-bottom: 0;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

[lang="en"] {
  font-family: 'Alata', sans-serif;
}

.sp-only {
  display: none;
}

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

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.General__title {
  font-size: 5rem;
  letter-spacing: 0.03em;
  margin-bottom: 40px;
  text-align: center;
}

.globalNav {
  display: none;
  transform: translateX(100%);
  transition: transform .3s ease-in-out;
  position: fixed;
  right: 0;
  top: 0;
  background-color: #333;
  width: 30%;
  min-width: 216px;
  max-width: 300px;
  height: 100%;
  display: block;
  z-index: 98;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Alata', sans-serif;
  font-size: 2rem;
  letter-spacing: 0.03em;
  pointer-events: auto;
}

.globalNav[aria-hidden="false"] {
  transform: translateX(0);
}

.globalNav ul {
  width: 100%;
}

.globalNav ul li {
  width: 100%;
}

.globalNav ul li a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-align: center;
  line-height: 3;
  transition: all .2s ease-in;
}

.globalNav ul li a:hover {
  background-color: #fff;
  color: #333;
}

.l-Copyright {
  position: fixed;
  left: 40px;
  top: 50vh;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: #999;
  letter-spacing: 0.1em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media screen and (min-width: 680px) and (max-width: 1099px) {
  .l-Copyright {
    left: 10px;
  }
}

@media screen and (min-width: 680px) and (max-width: 1039px) {
  .l-Copyright {
    left: 0;
    font-size: 1rem;
  }
}

@media screen and (max-width: 679px) {
  .l-Copyright {
    position: static;
    transform: translateY(0);
    font-size: 1rem;
    writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    margin-top: 2em;
    display: inline-block;
  }
}

.l-SiteFooter {
  padding: 80px 0;
  text-align: center;
  background-color: #fafafa;;
}

.l-SiteFooter__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
}

@media screen and (min-width: 680px) and (max-width: 1039px) {
  .l-SiteFooter__inner {
    max-width: initial;
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 679px) {
  .l-SiteFooter__inner {
    max-width: initial;
    width: calc(100% - 40px);
  }
}

.l-SiteFooter__logo ._image {
  width: 80px;
  height: auto;
  margin-bottom: 30px;
}

.l-SiteFooter__address {
  font-size: 1.3rem;
  line-height: 1.538;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 43px;
}

.l-SiteFooter ._websketch {
  margin-right: 30px;
}

.l-SiteHeader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}

.l-SiteHeader__logo {
  padding: 20px 0 20px 40px;
  pointer-events: auto;
}

.l-SiteHeader__logo ._image {
  width: 55px;
  height: 63px;
}

@media screen and (max-width: 1039px) {
  .l-SiteHeader__logo {
    padding: 10px 0 10px 10px;
  }
  .l-SiteHeader__logo ._image {
    width: 44px;
    height: 50px;
  }
}

.menuButton {
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  margin-right: 40px;
  width: 30px;
  height: 13px;
  z-index: 99;
  pointer-events: auto;
}

@media screen and (max-width: 679px) {
  .menuButton {
    margin-right: 4%;
  }
}

.menuButton:hover,
.menuButton:focus {
  outline: none;
}

.menuButton__line {
  position: absolute;
  top: 6px;
  right: 0;
  left: 0;
  width: 30px;
  height: 1px;
  width: 100%;
  background-color: #333;
  transition: transform .3s ease-in-out ,background-color .3s ease-in-out;
}

.menuButton__line::before,
.menuButton__line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-color: inherit;
  transition: transform .3s ease-in-out;
}

.menuButton__line::before {
  top: -5px;
}

.menuButton__line::after {
  top: 5px;
}

.menuButton[aria-expanded="true"] .menuButton__line {
  background-color: transparent;
}

.menuButton[aria-expanded="true"] .menuButton__line::before,
.menuButton[aria-expanded="true"] .menuButton__line::after {
  top: 0;
  background-color: #fff;
}

.menuButton[aria-expanded="true"] .menuButton__line::before {
  transform: rotate(45deg);
}

.menuButton[aria-expanded="true"] .menuButton__line::after {
  transform: rotate(-45deg);
}

.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}

.scroll {
  position: absolute;
  right: 30px;
  top: 50%;
  width: 40px;
  height: 200px;
  transform: translateY(-50%);
  font-family: 'Alata', sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: center;
  line-height: 40px;
}

@media screen and (max-width: 679px) {
  .scroll {
    right: 0;
    bottom: 120px;
    top: auto;
    transform: translateY(0);
  }
}

/* 線の描写 */
.scroll::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 120px;
  background: #333;
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 120px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 200px;
    opacity: 0;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 120px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 200px;
    opacity: 0;
  }
}

.contact-SectionConfirm {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
  padding-top: 100px;
  padding-bottom: 80px;
}

@media screen and (min-width: 680px) and (max-width: 1039px) {
  .contact-SectionConfirm {
    max-width: initial;
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 679px) {
  .contact-SectionConfirm {
    max-width: initial;
    width: calc(100% - 40px);
  }
}

.contact-SectionConfirm__form {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}

.contact-SectionConfirm__formRows ._formRow {
  display: flex;
  margin-bottom: 2em;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.contact-SectionConfirm__formRows ._formRow ._label {
  display: block;
  width: 250px;
  font-weight: bold;
  flex-shrink: 0;
}

.contact-SectionConfirm__formRows ._formRow ._label + div {
  width: calc(100% - 250px);
}

@media screen and (max-width: 679px) {
  .contact-SectionConfirm__formRows ._formRow {
    flex-direction: column;
  }
  .contact-SectionConfirm__formRows ._formRow div {
    width: 100%;
  }
  .contact-SectionConfirm__formRows ._formRow ._label {
    width: 100%;
    margin-bottom: .6em;
  }
}

.contact-SectionConfirm__formSubmit {
  display: flex;
}

@media screen and (max-width: 679px) {
  .contact-SectionConfirm__formSubmit {
    flex-direction: column;
  }
}

.contact-SectionConfirm__formSubmit ._button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 240px;
  height: 60px;
  margin: 60px auto 0;
  cursor: pointer;
  border: solid 1px #333;
  background-color: #333;
  color: #fff;
  transition: 0.3s;
}

@media screen and (max-width: 679px) {
  .contact-SectionConfirm__formSubmit ._button {
    margin: 30px auto 0;
  }
}

.contact-SectionConfirm__formSubmit ._button:hover {
  background-color: #fff;
  color: #333;
}

.contact-SectionEntry {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
  padding-top: 100px;
  padding-bottom: 80px;
}

@media screen and (min-width: 680px) and (max-width: 1039px) {
  .contact-SectionEntry {
    max-width: initial;
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 679px) {
  .contact-SectionEntry {
    max-width: initial;
    width: calc(100% - 40px);
  }
}

.contact-SectionEntry__text {
  text-align: center;
  margin-bottom: 40px;
}

.contact-SectionEntry__form {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}

.contact-SectionEntry__formRows {
  margin-bottom: 80px;
}

.contact-SectionEntry__formRows ._formRow {
  display: flex;
  margin-bottom: 1em;
}

.contact-SectionEntry__formRows ._formRow div {
  width: calc(100% - 250px);
}

.contact-SectionEntry__formRows ._formRow ._label {
  display: block;
  width: 250px;
  padding-top: 0.5em;
  font-weight: bold;
}

.contact-SectionEntry__formRows ._formRow ._label ._require {
  padding-left: 5px;
  font-size: 1rem;
  color: #e10f70;
}

.contact-SectionEntry__formRows ._formRow input, .contact-SectionEntry__formRows ._formRow textarea, .contact-SectionEntry__formRows ._formRow select {
  display: block;
  border: 1px solid transparent;
  padding: .6em;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15) inset;
}

.contact-SectionEntry__formRows ._formRow input:focus, .contact-SectionEntry__formRows ._formRow textarea:focus {
  border-color: #000;
  border: 1px solid #333;
}

.contact-SectionEntry__formRows ._formRow ._long-type1 {
  width: 300px;
  max-width: 100%;
}

.contact-SectionEntry__formRows ._formRow ._long-type2, .contact-SectionEntry__formRows ._formRow ._long-select {
  width: 200px;
  max-width: 100%;
}

.contact-SectionEntry__formRows ._formRow ._long-type3, .contact-SectionEntry__formRows ._formRow ._long-textarea {
  width: 450px;
  max-width: 100%;
}

.contact-SectionEntry__formRows ._formRow ._long-type4 {
  width: 250px;
  max-width: 100%;
}

.contact-SectionEntry__formRows ._formRow ._long-textarea {
  height: 200px;
}

@media screen and (max-width: 679px) {
  .contact-SectionEntry__formRows ._formRow {
    flex-direction: column;
  }
  .contact-SectionEntry__formRows ._formRow div {
    width: 100%;
  }
  .contact-SectionEntry__formRows ._formRow ._label {
    width: 100%;
    margin-bottom: .6em;
  }
}

.contact-SectionEntry__formSubmit ._button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 240px;
  height: 60px;
  margin: 60px auto 0;
  cursor: pointer;
  border: solid 1px #333;
  background-color: #333;
  color: #fff;
  transition: 0.3s;
}

.contact-SectionEntry__formSubmit ._button:hover {
  background-color: #fff;
  color: #333;
}

.page-Contact__policy {
  margin-bottom: 80px;
}

.page-Contact__policy > ._title {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 1em;
}

.page-Contact__policy > ._content {
  background-color: #fff;
  padding: 2em 1.4em;
  height: 240px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15) inset;
  overflow-y: scroll;
}

.page-Contact__policy > ._content > p {
  margin-bottom: 1em;
}

.page-Contact__policy > ._content > p > ._red {
  color: #e10f70;
  display: block;
  font-weight: bold;
}

.page-Contact__policy > ._content > ._subTitle {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1em;
}

.contact-SectionSubmit {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
  padding-top: 100px;
  padding-bottom: 80px;
}

@media screen and (min-width: 680px) and (max-width: 1039px) {
  .contact-SectionSubmit {
    max-width: initial;
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 679px) {
  .contact-SectionSubmit {
    max-width: initial;
    width: calc(100% - 40px);
  }
}

.contact-SectionSubmit__container {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}

.contact-SectionSubmit__box {
  padding: 40px;
  background-color: #fff;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.15) inset;
}

.home-Company {
  padding: 140px 0 200px;
  overflow: hidden;
}

.home-Company__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
}

@media screen and (min-width: 680px) and (max-width: 1039px) {
  .home-Company__inner {
    max-width: initial;
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 679px) {
  .home-Company__inner {
    max-width: initial;
    width: calc(100% - 40px);
  }
}

.home-Company__inner ._caption {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
}

.home-Company__inner ._title {
  font-size: 8rem;
  letter-spacing: 0;
  line-height: 1;
  padding-bottom: .5em;
}

@media screen and (max-width: 679px) {
  .home-Company__inner ._caption {
    font-size: 1.5rem;
  }
  .home-Company__inner ._title {
    font-size: 7rem;
  }
}

.home-Company__data {
  background-color: #fff;
  box-shadow: 4px 4px 33px rgba(0, 0, 0, 0.15) inset;
  margin-right: calc( 50% - 50vw);
  padding: 100px 120px;
}

.home-Company__data ._list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.home-Company__data ._term, .home-Company__data ._desc {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  min-height: 50px;
  display: flex;
}

.home-Company__data ._term {
  background-color: #eee;
  width: 180px;
  text-align: center;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
}

.home-Company__data ._desc {
  width: calc( 100% - 180px);
  flex-shrink: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  line-height: 2.14;
}

@media screen and (max-width: 679px) {
  .home-Company__data {
    padding: 30px 30px;
  }
  .home-Company__data ._term {
    margin-bottom: 10px;
  }
  .home-Company__data ._desc {
    width: 100%;
    padding-left: 1em;
    margin-bottom: 30px;
  }
}

.home-Contact {
  padding: 80px 0 100px;
  background-color: #333;
  color: #fff;
  text-align: center;
}

.home-Contact__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
}

@media screen and (min-width: 680px) and (max-width: 1039px) {
  .home-Contact__inner {
    max-width: initial;
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 679px) {
  .home-Contact__inner {
    max-width: initial;
    width: calc(100% - 40px);
  }
}

.home-Contact__inner ._title {
  font-size: 5rem;
  letter-spacing: 0.03em;
  margin-bottom: 40px;
}

.home-Contact__inner ._text {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.home-Hero {
  background-image: url(../img/hero.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  height: calc(100vh - 109px);
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 20px;
  margin-bottom: 180px;
}

@media screen and (max-width: 679px) {
  .home-Hero {
    align-items: flex-start;
    min-height: 150vw;
    height: calc(100vh - 100px);
    background-size: 150vw auto;
    background-position: left -60vw top;
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.home-Hero__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
  text-align: right;
}

@media screen and (min-width: 680px) and (max-width: 1039px) {
  .home-Hero__inner {
    max-width: initial;
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 679px) {
  .home-Hero__inner {
    max-width: initial;
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 679px) {
  .home-Hero__inner {
    margin-top: 40vw;
  }
}

.home-Hero__title {
  display: inline-block;
  text-align: left;
  line-height: 1;
  padding-right: 11%;
}

.home-Hero__title ._main {
  font-size: 11.6rem;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.home-Hero__title ._sub {
  font-size: 2.8rem;
  letter-spacing: 0.3em;
}

@media screen and (max-width: 679px) {
  .home-Hero__title {
    padding-right: 10px;
  }
  .home-Hero__title ._main {
    font-size: 6.6rem;
  }
  .home-Hero__title ._sub {
    font-size: 2rem;
  }
}

.home-Service {
  margin: 100px 0;
  padding-bottom: 80px;
  position: relative;
}

.home-Service::before {
  position: absolute;
  z-index: -1;
  left: -70px;
  top: 0;
  bottom: 0;
  width: calc(100px + 50vw);
  content: "";
  background-color: #fff;
  box-shadow: -4px 4px 33px rgba(0, 0, 0, 0.15) inset;
}

@media screen and (min-width: 680px) and (max-width: 1039px) {
  .home-Service::before {
    left: -20px;
    width: 510px;
  }
}

@media screen and (max-width: 679px) {
  .home-Service {
    margin: 40px 0;
  }
  .home-Service::before {
    left: -20px;
    width: 100%;
  }
}

.home-Service__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 680px) and (max-width: 1039px) {
  .home-Service__inner {
    max-width: initial;
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 679px) {
  .home-Service__inner {
    max-width: initial;
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 679px) {
  .home-Service__inner {
    flex-direction: column;
  }
}

.home-Service__text ._caption {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
}

.home-Service__text ._title {
  font-size: 8rem;
  letter-spacing: 0;
  line-height: 1;
  padding-bottom: .5em;
}

.home-Service__text ._lead {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1.25em;
  width: 450px;
  max-width: 100%;
}

.home-Service__text ._content {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  width: 450px;
  max-width: 100%;
  margin-bottom: 40px;
  line-height: 2.2857;
}

.home-Service__text ._tags {
  width: 435px;
  max-width: 100%;
}

.home-Service__text ._tag {
  display: inline-block;
  line-height: 3.57;
  border-radius: 25px;
  border: 1px solid #333;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 0 3.5em;
  margin-right: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 679px) {
  .home-Service__text {
    width: calc(100% - 40px);
    margin-bottom: 30px;
  }
  .home-Service__text ._caption {
    font-size: 1.5rem;
  }
  .home-Service__text ._title {
    font-size: 7rem;
  }
  .home-Service__text ._lead {
    font-size: 1.5rem;
  }
  .home-Service__text ._content {
    width: 100%;
  }
  .home-Service__text ._tags {
    width: 100%;
  }
  .home-Service__text ._tag {
    padding: 0 1.7em;
    font-size: 1.3rem;
  }
}

.home-Service__image {
  margin-right: -60px;
}

.home-Service__image img {
  max-width: 100%;
}

@media screen and (max-width: 1099px) {
  .home-Service__image {
    margin-right: 0;
  }
}

.home-Service__section {
  padding: 100px 0;
}

.home-Works {
  padding-top: 100px;
}

.home-Works__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
}

@media screen and (min-width: 680px) and (max-width: 1039px) {
  .home-Works__inner {
    max-width: initial;
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 679px) {
  .home-Works__inner {
    max-width: initial;
    width: calc(100% - 40px);
  }
}

.home-Works__inner ._caption {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
}

.home-Works__inner ._title {
  font-size: 8rem;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: .5em;
}

@media screen and (max-width: 679px) {
  .home-Works__inner ._caption {
    font-size: 1.5rem;
  }
  .home-Works__inner ._title {
    font-size: 7rem;
  }
}

.home-Works__items {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

@media screen and (max-width: 679px) {
  .home-Works__items {
    justify-content: center;
  }
}

.home-Works__item {
  width: 47%;
  max-width: 470px;
  margin-bottom: 60px;
}

@media screen and (max-width: 679px) {
  .home-Works__item {
    width: 100%;
  }
}

.home-Works__image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.home-Works__text {
  background-color: #fff;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.15) inset;
  padding: 40px;
}

.home-Works__text ._cat {
  background-color: #333;
  border-radius: 22.5px;
  line-height: 45px;
  color: #fff;
  font-weight: 500;
  padding: 0 2.7em;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-bottom: 28px;
}

.home-Works__text ._title {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-bottom: 2em;
}

.home-Works__text ._link {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 680px) and (max-width: 1039px) {
  .home-Works__text ._title {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 679px) {
  .home-Works__text {
    padding: 20px;
  }
  .home-Works__text ._cat {
    border-radius: 18px;
    line-height: 36px;
    padding: 0 2em;
    margin-bottom: 22.4px;
  }
  .home-Works__text ._title {
    font-size: 1.6rem;
  }
  .home-Works__text ._link {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
  }
}

.toRecruit {
  position: fixed;
  bottom: 16px;
  right: 16px;
  width: 100%;
  max-width: 200px;
  height: 40vw;
  max-height: 80px;
  z-index: 89;
  color: #fff;
  background-color: #333;
}

.toRecruit__link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  line-height: 1;
  white-space: nowrap;
  transition: all .2s ease-in;
  border: 1px solid transparent;
}

.toRecruit__link ._en {
  font-size: 30px;
  letter-spacing: 0.03em;
  display: block;
  margin-bottom: 0.2em;
}

.toRecruit__link ._ja {
  font-size: 10px;
  letter-spacing: 0.2em;
  font-weight: 500;
  display: block;
}

.toRecruit__link,
.toRecruit__link:hover,
.toRecruit__link:link,
.toRecruit__link:visited,
.toRecruit__link:active {
  color: #fff;
  text-decoration: none;
}

.toRecruit__link:hover {
  color: #333;
  background-color: #fff;
  border: 1px solid #333;
}

[data-scroll="item"] {
  opacity: 0;
  transform: translateY(20%) rotate(10deg);
  transition: opacity .4s linear, transform .4s ease-out;
}

[data-scroll="item"].is-animated {
  opacity: 1;
  transform: translateY(0) rotate(0);
}

[data-scroll="item"]:nth-child(even) {
  transition-delay: .1s;
}

[data-scroll="heading"] {
  overflow: hidden;
}

[data-scroll="heading"] > * {
  display: inline-block;
  opacity: .5;
  transform: translateY(100%) rotate(10deg);
  transition: opacity .4s linear, transform .4s ease-out;
}

[data-scroll="heading"].is-animated > * {
  opacity: 1;
  transform: translateY(0) rotate(0);
}

[data-loaded="heading"] {
  overflow: hidden;
}

[data-loaded="heading"] > * {
  opacity: 0;
  transform: translateY(-100%) rotate(-10deg);
  transition: opacity .6s linear, transform .6s ease-out;
}

[data-loaded="heading"].is-animated > * {
  opacity: 1;
  transform: translateY(0) rotate(0);
}
