@charset "UTF-8";
/* CSS Document */
/*** reset ***/
a {
  text-decoration: none;
  color: #3f3b3a; }

ul {
  margin: 0;
  list-style: none; }

/*** 共通デザイン ***/
html {
  font-size: 62.5%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-overflow-scrolling: touch; }

body {
  line-height: 1.5;
  color: #3f3b3a; }

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

.tab {
  display: inline-block; }
  @media screen and (max-width: 769px) {
    .tab {
      display: none; } }
  @media screen and (max-width: 769px) and (max-width: 480px) {
    .tab {
      display: inline-block; } }

.sp {
  display: none; }
  @media screen and (max-width: 769px) {
    .sp {
      display: inline-block; } }
  @media screen and (max-width: 769px) {
    .sp.tab {
      display: none; } }
  @media screen and (max-width: 769px) and (max-width: 480px) {
    .sp.tab {
      display: inline-block; } }

.flex {
  display: flex; }
  @media screen and (max-width: 769px) {
    .flex.row {
      flex-direction: column; } }

.fon2 {
  font-family: 'Montserrat', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
  .fon2.bold {
    font-weight: bold; }

.inner {
  width: calc(100% - 160px);
  margin: 0 auto;
  padding: 0 80px; }
  @media screen and (max-width: 769px) {
    .inner {
      width: 100%;
      padding: 0;
      position: absolute;
      top: 57px; } }

.sub-title {
  color: black;
  font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  left: 25px;
  top: 130px; }
  @media screen and (max-width: 769px) {
    .sub-title {
      color: white;
      -webkit-writing-mode: inherit;
      -ms-writing-mode: inherit;
      writing-mode: inherit;
      position: inherit;
      top: 0;
      left: 0;
      padding: 1rem;
      background: rgba(0, 0, 0, 0.2); } }
  .sub-title:after {
    content: "";
    background: black;
    width: 1px;
    height: 40px;
    display: inline-block;
    margin-top: 1rem; }
    @media screen and (max-width: 769px) {
      .sub-title:after {
        display: none; } }

.container {
  scroll-snap-type: mandatory;
  scroll-snap-points-y: repeat(100vh);
  scroll-snap-type: y mandatory;
  width: 100%;
  height: 100vh;
  overflow: scroll;
  background: #fbfbfb; }

section.child {
  position: relative;
  scroll-snap-align: start;
  height: calc(100vh - 80px);
  width: 100%;
  padding-top: 80px; }
  @media screen and (max-width: 769px) {
    section.child {
      height: calc(100vh - 57px);
      padding-top: 57px; } }

/* contents */
header {
  position: fixed;
  width: 100%;
  z-index: 99;
  padding-top: 6rem; }
  @media screen and (max-width: 769px) {
    header {
      padding-top: 0;
      height: 57px; } }
  header .sp-menu-list {
    position: absolute;
    top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 160px);
    padding: 0 80px; }
    @media screen and (max-width: 769px) {
      header .sp-menu-list {
        top: 0;
        width: 94%;
        margin: 0 3%;
        padding: 10px 0; } }
    header .sp-menu-list .logo img {
      width: 36px;
      vertical-align: middle; }
  header .contactIcon {
    width: 45px;
    height: 45px;
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.1rem;
    background: white;
    border-radius: 50px;
    line-height: 45px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 769px) {
      header .contactIcon {
        height: 36px;
        width: 36px;
        right: 3%;
        top: 0;
        margin-top: 10px;
        line-height: inherit;
        font-size: 1.8rem; } }
    header .contactIcon:after {
      content: "";
      background: black;
      position: absolute;
      width: 1px;
      height: 30px;
      top: 45px;
      left: 22px; }
      @media screen and (max-width: 769px) {
        header .contactIcon:after {
          display: none; } }
    header .contactIcon:before {
      content: "CONTACT";
      position: absolute;
      top: 75px;
      right: 0;
      font-size: 1.3rem;
      font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl; }
      @media screen and (max-width: 769px) {
        header .contactIcon:before {
          display: none; } }
  header .navi {
    display: flex;
    justify-content: flex-end;
    font-size: 1.3rem; }
    @media screen and (max-width: 769px) {
      header .navi {
        margin-left: 1.5rem;
        margin-right: calc(36px + 3%);
        font-size: 1.1rem; } }
    header .navi a {
      display: inline-block;
      padding: 1rem 1.5rem; }
      @media screen and (max-width: 769px) {
        header .navi a {
          padding: 1rem .5rem; } }

.start {
  z-index: 1000;
  position: fixed;
  height: 100vh;
  width: 100vw;
  background: white; }
  @media screen and (max-width: 769px) {
    .start {
      height: 100%; } }
  .start .brand-inner {
    position: relative;
    width: 100%;
    height: 100%; }
    .start .brand-inner video {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 70%; }
      @media screen and (max-width: 769px) {
        .start .brand-inner video {
          width: 100%; } }

#keyvisual {
  position: fixed; }
  #keyvisual .key-inner {
    position: inherit;
    width: calc(100% - 160px);
    height: calc(100% - 180px);
    margin: 80px auto 100px;
    left: 0;
    right: 0;
    z-index: 0; }
    @media screen and (max-width: 769px) {
      #keyvisual .key-inner {
        width: 100%;
        height: calc(100% - 57px);
        margin: 0;
        top: 57px; } }
    #keyvisual .key-inner:before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      background: rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 769px) {
      #keyvisual .key-inner:before {
        height: calc(100% - 57px);
        margin-bottom: 57px; } }
    #keyvisual .key-inner .bkMovie {
      width: 100%;
      height: 100%;
      object-fit: cover;
      font-family: 'object-fit: cover;';
      /*IE対策*/ }
      @media screen and (max-width: 769px) {
        #keyvisual .key-inner .bkMovie {
          height: calc(100% - 57px);
          margin-bottom: 57px; } }
    #keyvisual .key-inner .colorLogo {
      text-align: center; }
      @media screen and (max-width: 769px) {
        #keyvisual .key-inner .colorLogo {
          position: fixed;
          bottom: 0;
          height: 57px;
          width: 100%;
          background: #fbfbfb;
          z-index: 999;
          padding-bottom: constant(safe-area-inset-top); } }
      #keyvisual .key-inner .colorLogo img {
        width: 300px;
        margin-top: 28px; }
        @media screen and (max-width: 769px) {
          #keyvisual .key-inner .colorLogo img {
            width: 80%;
            max-width: 200px;
            margin-top: 15px; } }

@media screen and (max-width: 769px) {
  #keyTxt {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0; } }
#keyTxt .sec_title {
  font-family: 'Montserrat', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  position: absolute;
  bottom: 140px;
  left: 130px;
  font-size: 9rem;
  text-align: left;
  line-height: 1.2;
  color: white; }
  @media screen and (max-width: 769px) {
    #keyTxt .sec_title {
      position: absolute;
      top: 49%;
      left: 0;
      width: 100%;
      transform: translateY(-50%);
      font-size: 4rem;
      text-align: center; } }

#philosophy {
  z-index: 10;
  color: white; }
  #philosophy h2 {
    font-size: 2rem;
    padding-left: 8rem;
    padding-top: 8rem; }
    @media screen and (max-width: 769px) {
      #philosophy h2 {
        padding: 8rem 2rem 0; } }
  #philosophy article {
    padding: 4rem 8rem;
    font-size: 1.2rem; }
    @media screen and (max-width: 769px) {
      #philosophy article {
        padding: 1rem 2rem; } }
    #philosophy article p {
      padding: 2rem 0;
      line-height: 2.5; }
      @media screen and (max-width: 769px) {
        #philosophy article p {
          padding: 1rem 0; } }

#service {
  z-index: 10;
  color: white; }
  #service ul {
    padding: 8rem;
    font-size: 1.8rem; }
    @media screen and (max-width: 769px) {
      #service ul {
        padding: 8rem 2rem 0 3rem;
        font-size: 1.4rem; } }
    #service ul .serviceTxt {
      font-size: 1.2rem; }
    #service ul li {
      margin-bottom: 5rem;
      position: relative; }
      @media screen and (max-width: 769px) {
        #service ul li {
          margin-bottom: 2rem; } }
      #service ul li:before {
        content: "■";
        position: absolute;
        left: -30px; }
        @media screen and (max-width: 769px) {
          #service ul li:before {
            left: -1.5rem; } }

#company {
  z-index: 10;
  color: white; }
  #company .company-table {
    margin-left: auto;
    padding: 8rem;
    font-size: 1.2rem;
    line-height: 2.5;
    width: 400px;
    flex-wrap: wrap;
    justify-content: flex-start; }
    @media screen and (max-width: 769px) {
      #company .company-table {
        padding: 8rem 2rem;
        line-height: 1.5;
        width: auto; } }
    #company .company-table .title {
      width: 50px; }
      @media screen and (max-width: 769px) {
        #company .company-table .title {
          width: 20%;
          margin-top: 1rem; } }
    #company .company-table .content {
      width: 330px;
      margin-left: 20px; }
      @media screen and (max-width: 769px) {
        #company .company-table .content {
          margin-left: 5%;
          width: 75%;
          margin-top: 1rem; } }

#footer {
  text-align: center; }
  @media screen and (max-width: 769px) {
    #footer {
      position: relative; } }
  #footer .footer-logo {
    height: calc(100% - 100px);
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 769px) {
      #footer .footer-logo {
        height: 90%; } }
    #footer .footer-logo img {
      display: inline-block; }
  @media screen and (max-width: 769px) {
    #footer p {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      font-size: 1.4rem;
      text-align: center; } }

footer {
  position: absolute;
  bottom: 100px;
  right: 33px; }
  @media screen and (max-width: 769px) {
    footer {
      display: none; } }
  footer p {
    text-align: right;
    color: black;
    font-size: 1.3rem;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; }
    @media screen and (max-width: 769px) {
      footer p {
        text-align: center;
        position: inherit;
        -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
        writing-mode: inherit; } }

/*# sourceMappingURL=style.css.map */
