@charset "UTF-8";
/*########## ミックスイン ##########*/
@font-face {
  font-family: "basis-grotesque";
  font-weight: 400;
  src: url("https://demo.noske.design/81connect/font/basis-grotesque-r.eot"), url("https://demo.noske.design/81connect/font/basis-grotesque-r.woff") format("woff"), url("https://demo.noske.design/81connect/font/basis-grotesque-r.ttf") format("truetype");
}
@font-face {
  font-family: "basis-grotesque";
  font-weight: 600;
  src: url("https://demo.noske.design/81connect/font/basis-grotesque-b.eot"), url("https://demo.noske.design/81connect/font/basis-grotesque-b.woff") format("woff"), url("https://demo.noske.design/81connect/font/basis-grotesque-b.ttf") format("truetype");
}
/*########## 共通レイアウト ##########*/
/*
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;
}

ul:after {
  display: block;
  content: "";
  clear: both;
}

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%;
  text-decoration: none;
  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;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: solid 1px #d8d8d8;
  font-size: 14px;
  letter-spacing: 0.8px;
  color: #979797;
  padding: 5px 10px;
  background: #fff;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 40px;
  /*image: url(../img/select_caret.png);*/
}
@media screen and (max-width: 780px) {
  select {
    font-size: 16px;
  }
}

::-webkit-input-placeholder {
  color: #d8d8d8 !important;
  font-size: 14px;
  font-weight: normal;
}

::-moz-placeholder {
  color: #d8d8d8 !important;
  font-size: 14px;
  font-weight: normal;
}

:-ms-input-placeholder {
  color: #d8d8d8 !important;
  font-size: 14px;
  font-weight: normal;
}

::-ms-input-placeholder {
  color: #d8d8d8 !important;
  font-size: 14px;
  font-weight: normal;
}

::placeholder {
  color: #d8d8d8 !important;
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 780px) {
  ::-webkit-input-placeholder {
    font-size: 16px;
  }
  ::-moz-placeholder {
    font-size: 16px;
  }
  :-ms-input-placeholder {
    font-size: 16px;
  }
  ::-ms-input-placeholder {
    font-size: 16px;
  }
  ::placeholder {
    font-size: 16px;
  }
}

::-webkit-placeholder {
  /*padding-top: 0.25em;*/
}

::-moz-placeholder {
  color: #d8d8d8;
  opacity: 1;
}

::-moz-placeholder {
  color: #d8d8d8;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #d8d8d8;
}

textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 780px) {
  textarea {
    font-size: 16px;
  }
}

input {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
  outline: 0;
  border-color: rgba(22, 22, 22, 0.8) !important;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  border: 1px solid #979797;
  padding: 0 5px;
  font-size: 14px;
}
@media screen and (max-width: 780px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number],
  input[type=password] {
    font-size: 16px;
  }
}

input[type=submit],
input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
input[type=submit]:hover,
input[type=button]:hover {
  opacity: 0.7;
  -webkit-box-shadow: none;
          box-shadow: none;
}

html {
  font-size: 9px;
}
@media screen and (min-width: 351px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 400px) {
  html {
    font-size: 11px;
  }
}
@media screen and (min-width: 980px) {
  html {
    font-size: 9px;
  }
}
@media screen and (min-width: 1341px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 1700px) {
  html {
    font-size: 11px;
  }
}

body {
  font-size: 1.4rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  color: #161616;
  font-family: YakuHanJP, "basis-grotesque", "Sen", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body.en {
  font-family: YakuHanJP, "basis-grotesque", "Sen", noto-sans-cjk-jp, -apple-system, BlinkMacSystemFont, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
}
body.ja {
  font-family: YakuHanJP, "basis-grotesque", "Sen", noto-sans-cjk-jp, -apple-system, BlinkMacSystemFont, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
}
body.fixed {
  overflow: hidden;
}
@media screen and (min-width: 1100px) {
  body.fixed {
    overflow: visible;
  }
}
body::-webkit-scrollbar {
  display: none;
}

h1, h2, h3, h4, h5 {
  font-weight: 300;
  letter-spacing: 0.07em;
}

#container {
  min-height: 120vh;
}

button {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

article {
  position: relative;
  z-index: 10;
  -webkit-transition: opacity 0.5s, background 0.5s;
  transition: opacity 0.5s, background 0.5s;
  overflow: hidden;
  height: calc(200vh + var(--scrollPx));
}

.hum_open article {
  opacity: 0;
  pointer-events: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.header::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 155px;
  height: 100px;
  background-image: url(../img/header_bg.svg);
  background-size: 100%;
  background-position: left top;
}
.header h1 {
  font-family: "dnp-shuei-nshogomincho-std", sans-serif;
  color: #fff;
  font-size: 5rem;
  -webkit-transform: translate(22px, 22px);
          transform: translate(22px, 22px);
}

@media screen and (min-width: 720px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  .header::before {
    width: 215px;
    height: 140px;
  }
  .header h1 {
    font-size: 8rem;
    -webkit-transform: translate(35px, 35px);
            transform: translate(35px, 35px);
  }
}
/*########## ページ個別レイアウト ##########*/
@-webkit-keyframes bgloop {
  0% {
    background-color: #1495B4;
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
  25% {
    background-color: #15598C;
    -webkit-filter: brightness(80%);
            filter: brightness(80%);
  }
  50% {
    background-color: #1495B4;
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
  75% {
    background-color: #2AA6C4;
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
  100% {
    background-color: #1495B4;
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
}
@keyframes bgloop {
  0% {
    background-color: #1495B4;
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
  25% {
    background-color: #15598C;
    -webkit-filter: brightness(80%);
            filter: brightness(80%);
  }
  50% {
    background-color: #1495B4;
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
  75% {
    background-color: #2AA6C4;
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
  100% {
    background-color: #1495B4;
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
}
.page-index .fv_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(../img/mamiana_fv.png);
  background-size: 338vh;
  background-position: center left calc(var(--scrollPx) * 0.5 * -1);
  -webkit-animation: bgloop 40s linear infinite;
          animation: bgloop 40s linear infinite;
  z-index: 20;
}
.page-index .fv_wrapper img {
  opacity: 0;
}

/*########## コンポーネント ##########*/
/* 共通 */
/*
@import 'component/common/comp-section-title.scss';
*/