@charset "UTF-8";

/*
Theme Name: noteworks
Theme URI: 
Author: noteworks
Author URI: 
Description: noteworks
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0
}

body {
  font-size: 10px;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-feature-settings:"palt"1;
  line-height: 1.6em;
  letter-spacing: 0.5em
}
  
/* chromeでクリック時に黒枠を表示させない */
* {
  outline: none!important
}
  
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  font: 100%
}
  
fieldset {
  vertical-align: bottom;
  border: 0
}
  
img {
  line-height: 0;
  vertical-align: bottom;
  border: 0
}
  
/*address , caption , cite , code , dfn , em , strong , th , var {*/
address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal
}
  
em {
  font-style: normal
}
  
strong {
  font-weight: normal
}
  
ol,
ul {
  list-style: none
}
  
caption,
th {
  text-align: left
}
  
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%
}
  
q:before,
q:after {
  content: ''
}
  
abbr,
acronym {
  border: 0
}
  
textarea {
  font-size: 100%
}
  
hr {
  height: 1px; 
  margin: 0 auto;
  padding: 0;
  background-color: #FFFFFF;
  border: 0;
  color: #FFFFFF
}
  
/*- フォントサイズ指定 -*/
html {
  font-size: 62.5%
}

body {
  font-size: 1.6em
}
  
/*- フォームスタイル -*/
input[type="button"],
input[type="submit"],
input[type="email"],
input[type="text"],
input[type="tel"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer
}
  
textarea,
button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer
}
  
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
  
input[type="checkbox"],
input[type="radio"] {
  cursor: pointer
}
  
br.sp {
  display: none
}

br.tb {
  display: none
}

br.pc {
  display: block
}
  
@media only screen and (max-width: 1500px) {
  /*
  html {
    font-size: calc(1280vw / 1920);
  }
  */
  html .pc_non {
    display: none
  }
}
  
@media only screen and (max-width: 1080px) {
  /*
  html {
    font-size: calc(1450vw / 1280);
  }
  */
  .tb_non {
    display: none
  }
  br.sp {
    display: none
  }
  br.tb {
    display: block
  }
  br.pc {
    display: none
  }
}
  
@media only screen and (max-width: 600px) {
  /*
  html {
    font-size: calc(1080vw / 599);
  }
  */
  .sp_non {
    display: none
  }
  br.sp {
    display: block
  }
  br.tb {
    display: none
  }
  br.pc {
    display: none
  }
}
  
/*$font-main : 'Zen Kaku Gothic New';*/
* {
  margin: 0;
  padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif
}
  
html {
  overflow: auto
}

body {
  letter-spacing: 0.025em;
  line-height: 1.8em;
  word-wrap: break-word;
  color: #150201;
  overflow: hidden
}
  


  
/* ----------------------------------------------
  共通要素
------------------------------------------------- */
  
.clearfix:after {
  clear: both;
  content: "";
  display: block
}

a {
  text-decoration: none
}

a:link,
a:visited {
  color: #FFF;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out
}

a:hover,
a:active {
  text-decoration: none;
  color: #FFF
}


.comment {
  font-family: "helvetica-neue-lt-pro","Gothic Medium BBB", sans-serif;
  font-weight: 400;
}

.subTitle {
  font-family: "helvetica-neue-lt-pro","Midashi Go MB31", sans-serif;
  font-weight: 600;
}

.title {
  font-family: "helvetica-neue-lt-pro","Gothic MB101", sans-serif;
  font-weight: 700;
}


.no-scroll {
  overflow: hidden
}





/* ----------------------------------------------
  LOADING
------------------------------------------------- */

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 9999;
  transition: opacity 0.1s ease
}
#loading.hidden {
  opacity: 0;
  pointer-events: none
}
#loading {
  font-size: 1.2rem;
  color: #150201
}
#loading .container {
  margin: 7rem 0 0 8rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start
}
#loading .loadingWrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end
}
#loading .loadingWrap .nowLoading {
  margin:0 0.5rem 0 0;
  line-height: 1em
}
.dots {
  display: inline-flex;
  gap: 3px;
  animation: pulse 0.15s infinite
}
.dot {
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #150201;
  opacity: 0;
  animation: pulse 0.15s infinite
}
/* 各ドットの点灯をずらす */
.dot:nth-child(1) {
  animation-delay: 0s
}
.dot:nth-child(2) {
  animation-delay: 0.05s
}
.dot:nth-child(3) {
  animation-delay: 0.1s
}

@keyframes pulse {
  0% {
    opacity: 0
  }
  90% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}



#wrap {
  position: relative;
  width: 100%;
  min-height: 100vh
}
#wrap a {
  color: #150201
}
#logoAnimation {
  position: absolute;
  bottom: 4rem;
  right: 8rem
}

@media (max-width: 768px) {
  #loading {
    font-size: 1.8rem
  }
  #loading .container {
    margin: 4rem 0 8rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start
  }
  #loading .blank {
    width: 1rem;
    height: 3.3rem;
    background-color: #150201
  }
  #loading .loadingWrap .nowLoading {
    margin:0 0 0 1rem
  }
  #logoAnimation {
    bottom: 5rem;
    right: 2rem
  }
  #logoAnimation svg {
    width: 8rem;
    height: auto
  }
}





/* ----------------------------------------------
  HEADER
------------------------------------------------- */

#header .container {
  padding: 7rem 0;
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between
}
#headerLogoWrap {
  display: flex;
  flex-wrap: nowrap
}
#headerLogoWrap .blank {
  width: 4rem;
  background-color: #150201
}
#headerLogoWrap .headerLogo a {
  display: flex;
  flex-wrap: nowrap
}
#headerLogoWrap .headerLogo .headerTitle {
  margin:0 0 0 4rem;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1em;
  mix-blend-mode: difference;
  color: #FFF
}
#headerLogoWrap .headerLogo .headerDesc {
  margin:0 0 0 2rem;
  font-size: 1.2rem;
  line-height: 1em;
  color: #999
}
#headerLogoWrap .headerLogo .headerTitleB {
  margin:0 0 0 4rem;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1em;
  color: #150201
}
#headerLogoWrap .headerLogo .headerDescB {
  margin:0 0 0 2rem;
  font-size: 1.2rem;
  line-height: 1em;
  color: #999
}
#header .headerNav {
  margin: 0 7rem 0 0;
  text-align: left
}
#header .headerNav .headerNavWrap {
  font-size: 0;
  line-height: 1em
}
#header .headerNav .headerNavWrap li {
  font-size: 1.2rem;
  text-align: left;
  line-height: 1em;
  vertical-align: middle;
  display: inline-block
}
#header .headerNav .headerNavWrap li.navItem a {
  mix-blend-mode: difference;
  color: #FFF
}
#header .headerNav .headerNavWrap li.navItemB a {
  color: #150201
}
#header .headerNav .headerNavWrap li.border {
  width: 0.1rem;
  height: 1.2rem;
  margin: 0 1rem;
  background-color: #150201
}
#header .headerNav .headerNavWrap li:last-child {
  width: 8rem;
  margin-right: 1rem
}



@media (max-width: 768px) {
  #header .container {
    padding: 4rem 0 8rem;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center
  }
  #headerLogoWrap {
    display: flex;
    flex-wrap: nowrap
  }
  #headerLogoWrap .blank {
    width: 1rem
  }
  #headerLogoWrap .headerLogo a {
    flex-wrap: wrap;
    flex-direction: column
  }
  #headerLogoWrap .headerLogo .headerTitle {
    margin:0 0 0 1rem;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1em;
    mix-blend-mode: difference;
    color: #FFF
  }
  #headerLogoWrap .headerLogo .headerDesc {
    margin: 0.3rem 0 0 1rem;
    font-size: 1.2rem;
    transform: scale(0.8, 0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  #headerLogoWrap .headerLogo .headerTitleB {
    margin:0 0 0 1rem;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1em;
    color: #150201
  }
  #headerLogoWrap .headerLogo .headerDescB {
    margin: 0.3rem 0 0 1rem;
    font-size: 1.2rem;
    transform: scale(0.8, 0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  #header .headerNav {
    margin: 0 2rem 0 0;
    text-align: left
  }
  #header .headerNav .headerNavWrap {
    font-size: 0;
    line-height: 1em
  }
  #header .headerNav .headerNavWrap li {
    font-size: 1.2rem;
    text-align: left;
    line-height: 1em;
    vertical-align: middle;
    display: inline-block
  }
  #header .headerNav .headerNavWrap li.navItem a {
    mix-blend-mode: difference;
    color: #FFF
  }
  #header .headerNav .headerNavWrap li.navItemB a {
    color: #150201
  }
  #header .headerNav .headerNavWrap li.border {
    width: 0.1rem;
    height: 1.2rem;
    margin: 0 1rem;
    background-color: #150201
  }
  #header .headerNav .headerNavWrap li:first-child {
    margin-left: 1rem
  }
  #header .headerNav .headerNavWrap li:last-child {
    width: auto;
    margin-right: 0
  }
  
}





/* ----------------------------------------------
  FOOTER
------------------------------------------------- */

#footer {
  position: absolute;
  left: 0;
  bottom: 4rem;
  width: 100%
}
#footer .container {
  width: calc(100% - 16rem);
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1em;
  color: #150201
}
#footer .container .skeleton {
  mix-blend-mode: difference;
  color: #FFF
}
#footer .container .black {
  color: #150201;
}
svg .svg-elem-1 {
  stroke-dashoffset: 66.48697662353516px;
  stroke-dasharray: 66.48697662353516px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s linear 0s, fill 0.7s linear 2s;
          transition: stroke-dashoffset 1s linear 0s, fill 0.7s linear 2s;
}
svg .svg-elem-2 {
  stroke-dashoffset: 66.48699188232422px;
  stroke-dasharray: 66.48699188232422px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s linear 0.12s, fill 0.7s linear 2s;
          transition: stroke-dashoffset 1s linear 0.12s, fill 0.7s linear 2s;
}
svg .svg-elem-3 {
  stroke-dashoffset: 74.65247170691757px;
  stroke-dasharray: 74.65247170691757px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s linear 0.24s, fill 0.7s linear 2s;
          transition: stroke-dashoffset 1s linear 0.24s, fill 0.7s linear 2s;
}
svg .svg-elem-4 {
  stroke-dashoffset: 80.52364349365234px;
  stroke-dasharray: 80.52364349365234px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s linear 0.36s, fill 0.7s linear 2s;
          transition: stroke-dashoffset 1s linear 0.36s, fill 0.7s linear 2s;
}
svg .svg-elem-5 {
  stroke-dashoffset: 80.52365112304688px;
  stroke-dasharray: 80.52365112304688px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s linear 0.48s, fill 0.7s linear 2s;
          transition: stroke-dashoffset 1s linear 0.48s, fill 0.7s linear 2s;
}
svg .svg-elem-6 {
  stroke-dashoffset: 50.83935546875px;
  stroke-dasharray: 50.83935546875px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s linear 0.6s, fill 0.7s linear 2s;
          transition: stroke-dashoffset 1s linear 0.6s, fill 0.7s linear 2s;
}
svg .svg-elem-7 {
  stroke-dashoffset: 53.20138931274414px;
  stroke-dasharray: 53.20138931274414px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s linear 0.72s, fill 0.7s linear 2s;
          transition: stroke-dashoffset 1s linear 0.72s, fill 0.7s linear 2s;
}
svg.active .svg-elem-1 {
  stroke-dashoffset: 0;
  fill: #150201;
}
svg.active .svg-elem-2 {
  stroke-dashoffset: 0;
  fill: #150201;
}
svg.active .svg-elem-3 {
  stroke-dashoffset: 0;
  fill: #150201;
}
svg.active .svg-elem-4 {
  stroke-dashoffset: 0;
  fill: #150201;
}
svg.active .svg-elem-5 {
  stroke-dashoffset: 0;
  fill: #150201;
}
svg.active .svg-elem-6 {
  stroke-dashoffset: 0;
  fill: #150201;
}
svg.active .svg-elem-7 {
  stroke-dashoffset: 0;
  fill: #150201;
}
.st0 {
  fill: #150201;
  stroke: #150201;
  stroke-miterlimit: 10;
  stroke-width: .25px;
}

@media (max-width: 768px) {
  #footer {
    bottom: 2rem
  }
  #footer .container {
    width: calc(100% - 4rem)
  }
}





/* ----------------------------------------------
  MAIN
------------------------------------------------- */

#main {
  width: 100%
}
#main .container {
  width: calc(100% - 16rem);
  margin: 0 auto
}
#preview {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  transition: 0.3s ease-in-out
}
#preview img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-in-out;
  z-index: 1
}
.previewImage.show {
  opacity: 1;
}
#preview img.temp {
  z-index: 2
}
#main .worksList {
  width: 40%;
  padding: 0;
  margin: 0;
  font-size: 0
}
#main .worksList li {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0.5rem 0;
  font-size: 1.2rem;
  line-height: 1em;
  mix-blend-mode: difference;
  color: #FFF;
  transition: transform 0.5s ease
}

#main .worksList.is-has-active li {
  opacity: 0.25;
  transition: opacity 0.5s ease;
}
#main .worksList.is-has-active li.is-active {
  opacity: 1;
}
#main .worksList li.is-active {
  transform: none;
}
#main .worksList .worksName {
  transform: translateX(0);
  transition: transform 0.5s ease;
}

#main .worksList li.is-active .worksName {
  transform: translateX(5px);
}
.worksName {
  width: 100%; 
  display: flex;
  flex-wrap: nowrap;
  align-items: center
}
.worksName .worksNumber {
  margin: 0 1rem 0 0;
  flex: 0 0 auto
}
.worksName .worksTitle {
  flex: 1 1 auto;
  min-width: 10rem;
  padding: 0 2rem 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.worksName .worksStatus {
  flex: 0 0 10rem
}
.worksName .worksDate {
  flex: 0 0 auto
}
.textTarget1,
.textTarget3 {
  visibility: hidden;
  opacity: 0;
  display: inline-block
}
.textTarget1.visible,
.textTarget3.visible {
  visibility: visible;
  opacity: 1
}
.shuffle-char {
  display: inline-block;
  opacity: 0
}

/* works item 共通 */
.worksList li {
  opacity: 0.35;
  transition: opacity 0.35s ease;
}

/* active */
.worksList li.is-active {
  opacity: 1;
}
.worksList li {
  opacity: 0.35;
  transform: translateZ(0);
  transition:
    opacity 0.35s ease,
    filter 0.35s ease;
}

.worksList li:not(.is-active) {
  filter: blur(0.5px);
}

.worksList li.is-active {
  filter: blur(0);
}

/* hover できる端末のみ hover 強調 */
@media (hover: hover) {
  .worksList li:hover {
    opacity: 1;
  }
}


@media (max-width: 768px) {
  #main .container {
    width: calc(100% - 4rem)
  }
  #main .worksList {
    width: 100%;
    height: 30vh
  }
  #main .worksList li {
    font-size: 1.4rem
  }
  .worksName {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center
  }
  .worksName .worksNumber {
    margin: 0 1rem 0 0;
    flex: 0 0 auto
  }
  .worksName .worksTitle {
    flex: 1 1 auto;
    min-width: auto
  }
  .worksName .worksStatus {
    display: none;
  }
  .textTarget1,
  .textTarget3 {
    visibility: hidden;
    opacity: 0;
    display: inline-block
  }
  .textTarget1.visible,
  .textTarget3.visible {
    visibility: visible;
    opacity: 1
  }
  .shuffle-char {
    display: inline-block;
    opacity: 0
  }
}




/* 404 */

.c-notfound {
  position: relative;
  width: 100vw;
  display: block;  
}

.c-notfound__breadcrumb {
  margin-top: 8.75rem;
  margin-right: 8vw;
  margin-left:8vw
}

.c-notfound__title {
  margin-top: 4.6875rem;
  margin-bottom: 3.25rem;
  margin-left:8vw
}

.c-notfound__title .c-page-title__sub {
  
}

.c-notfound__body {
  margin-right: 8vw;
  margin-bottom: 10rem;
  margin-left:8vw
}

.c-notfound__gototoppage {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}

.c-notfound__button-round {
  padding: 1.1875rem 2.9375rem 1.0625rem;
  font-size: .875rem;
  text-transform: uppercase;
  line-height: 1;
  background-color: #F07800;
  border-radius: 999em;
  color: #FFF;
  display: inline-block;
  transition:background-color .6s cubic-bezier(.37, .16, .12, 1), color .6s cubic-bezier(.37, .16, .12, 1)
}




@media (min-width: 64em) {
  .c-notfound__breadcrumb {
    margin-top: 10.9375rem;
    margin-right: 10vw;
    margin-left:10vw
  }

  .c-notfound__title {
    margin-top: 6.25rem;
    margin-left:10vw
  }

  .c-notfound__body {
    margin-right: 10vw;
    margin-bottom: 12.5rem;
    margin-left:50vw
  }

  .c-notfound__gototoppage {
    margin-top: 5.625rem;
    justify-content:flex-start
  }
}





/* ページ */

#page {
  position: relative;
  top: 0;
  left: 0;
  width:100%;
  height: 70vh;
  overflow: scroll
}

#pageWrap {
  width: calc(100% - 4rem);
  margin: 0 auto
}

@media (min-width: 64em) {
  #page {
    position: relative;
    top: 0;
    left: 0;
    width:100%;
    height: auto;
  }

  #pageWrap {
    width: calc(100% - 16rem);
  }
}




/* パンくず + タイトル */
.c-contact-masthead {
  position: relative;
  width: 100%;
  display: block
}

.c-contact-masthead__breadcrumb {

}

.c-page-breadcrumb.color-white li + li:before {
  background-color:#F1F1F1
}



.c-page-breadcrumb {
  line-height: 1em;
  display:block
}

.c-page-breadcrumb {
  font-size: 0;
}

.c-page-breadcrumb li {
  position: relative;
  font-size: 1rem;
  line-height: 1em;
  display: inline-block;
}

.c-page-breadcrumb li:after {
  position: relative;
  top: -.3em;
  width: .5rem;
  height: 1px;
  margin-left: 1rem;
  margin-right: 1rem;
  background-color:#ABABAB;
  display: inline-block;
  content:""
}

.c-page-breadcrumb li:last-child:after {
  display:none
}

.c-page-breadcrumb a {
  transition:color .35s cubic-bezier(.22,.11,.22,1)
}

.c-contact-masthead__title {
  margin-top: 3rem
}

.c-page-breadcrumb.color-black li + li:before {
  background-color:#ABABAB
}

.c-page-breadcrumb.color-black a {
  color:#ABABAB
}

.c-page-title__main-inner {
  font-size: 4.2rem;
  line-height: 1em;
}

.c-page-title__main-inner span {
  font-size: 4.2rem;
  letter-spacing: -.02em;
  line-height:1em;
}

.c-page-title__sub {
  margin-top: .5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1em;
  overflow: hidden;
  display:block
}

.c-page-title__sub span {
  display: inline-block;
}

.c-contact-masthead__lede {
  margin-top: 4rem;
  font-size: 1.2rem;
  line-height: 1.5;
}

.c-page-title__sub.--confirm,
.c-page-title__sub.--complete, 
body.is-fieldConfirm .c-page-title__sub.--input,
body.is-fieldComplete .c-page-title__sub.--input {
  display:none
}

body.is-fieldConfirm .c-page-title__sub.--confirm,
body.is-fieldComplete .c-page-title__sub.--complete {
  display:block
}



.c-form {
  margin-bottom: 10rem;
  display: block
}

.c-form label {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1em;
}

.c-form__content {
  width: calc(100vw - 4rem);
  margin: 0 auto;
}

.c-form__side {
  padding-top: 6.875rem;
  padding-bottom:5rem
}

.c-contact-flow {
  width:calc(100% - 4rem);
  margin: 0 auto;
  display: block;
}

@media (min-width: 64em) {
  .c-contact-flow {
    width:100%;
  }
}
.c-contact-flow__list {
  position: relative;
  justify-content: space-between;
  display: flex
}

.c-contact-flow__item {
  position: relative;
  padding-top: 1.5rem;
  font-size: 1rem;
  line-height: 1em;
  color:#ABABAB;
  display:block
}

.c-contact-flow__item:nth-child(1):after,
.c-contact-flow__item:nth-child(3):after {
  position: absolute;
  top: 0;
  width: 42vw;
  height: .0625rem;
  background-color:#E2E2E2;
  content: "";
  display:block
}

.c-contact-flow__item:nth-child(1):after {
  left:50%
}

.c-contact-flow__item:nth-child(2) {
  position: absolute;
  left: 50%;
  z-index: 1;
  transform:translate(-50%)
}

.c-contact-flow__item:nth-child(3):after {
  right:50%
}

.c-contact-flow__item:before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 1rem;
  height: 1rem;
  background-color: #E2E2E2;
  border-radius: 100%;
  content: "";
  display: block;
  transform: translate(-50%,-50%);
  transition: background-color .35s cubic-bezier(.22,.11,.22,1);  
}

.c-contact-flow__item.--input {
  color:#1F1D1D
}

.c-contact-flow__item.--input:before {
  background-color:#F07800
}

body.is-fieldConfirm .c-contact-flow__item.--confirm,
body.is-fieldComplete .c-contact-flow__item.--confirm {
  color:#1F1D1D
}

body.is-fieldConfirm .c-contact-flow__item.--confirm:before,
body.is-fieldComplete .c-contact-flow__item.--confirm:before {
  background-color:#F07800
}

body.is-fieldComplete .c-contact-flow__item.--complete {
  color:#1F1D1D
}

body.is-fieldComplete .c-contact-flow__item.--complete:before {
  background-color:#F07800
}

.c-form__stage {
  transition:opacity .4s
}

.c-form__stage.is-hidden {
  opacity:0
}

body.sp .c-form__lede {
  display: none;
}

.c-form-item__privacy-textbox {
  height: 12.5rem;
  padding: 2rem;
  border: 1px #C7C7C7 solid;
  overflow-y: scroll
}

.c-form-item__privacy-textbox p {
  font-size: 1.2rem;
  line-height: 1.5;
}
.c-form-item__privacy-textbox h2 {
  padding:2rem 0 1rem;
  font-size: 1.4rem;
  font-weight: 700 ;
  line-height: 1em; 
}

.c-form-item__privacy-textbox ul {
  padding: 2rem 0 0;
  font-size: 0;
}

.c-form-item__privacy-textbox ul li {
  margin-bottom: .5rem;
  font-size: 1.2rem;
  line-height: 1em;
}

.c-form-item__privacy-textbox ul li:last-child {
  margin-bottom: 0rem;
}

.c-form-item__privacy-check {
  height: 2rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.c-form-item__item {
  margin-top: 3rem;
  padding: 0;
  line-height:0em;
}
@media (min-width: 64em) {
  .c-form-item__item {
    margin-top: 0;
  }
}
.c-form-item__item:first-child {
  margin-top: 0;
}
.c-form-item__require {
  color:#F07800
}

.c-form select {
  width: 100%;
  padding: 1.125rem 1.25rem;
  font-family: sans-serif;
  background-color: #F4F4F4;
  background-image: url(/wp-content/themes/noteworks/assets/img/icon-down.svg);
  background-repeat: no-repeat;
  background-size: 8px 5px;
  background-position:right 18px center;
  border-radius: 0;
  appearance: none;
  border:none
}

.c-form input {
  font-family:sans-serif
}

.c-form input[type=text],
.c-form input[type=email],
.c-form input[type=tel] {
  width: 100%;
  padding: 1.125rem 1.25rem;
  font-size: 1.2rem;
  background-color: #F4F4F4;
  border-radius: 0;
  appearance:none
}

.c-form input[type=checkbox] {
  display:none
}

.c-form input[type=checkbox] + span {
  position: relative;
  width: auto;
  margin-bottom: 0;
  padding-left: 3rem;
  cursor: pointer;
  display:inline-block
}

.wpcf7-list-item {
  margin: 0!important;
  line-height: 1em!important;
}

.c-form input[type=checkbox] + span:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2rem;
  height: 2rem;
  margin-top: -1rem;
  background-color: #E2E2E2;
  content: "";
  display: block;
  transition:background-color .35s cubic-bezier(.22,.11,.22,1)
}

.c-form input[type=checkbox]:checked + span:before {
  background-color:#F07800
}

.c-form textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 20rem;
  padding: 1.125rem 1.25rem;
  font-size: 1rem;
  font-family: sans-serif;
  border-radius: 0;
  background-color: #F4F4F4;
  border-color: #F4F4F4;
  appearance:none
}

body.is-fieldConfirm .c-form textarea {
  display:none
}

.c-form-item__error {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1em;
  color:red;
  display: block;
}

.u-d-block {
  display: block;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.c-form__button-round {
  padding: 1.5rem 3rem 1.5rem;
  font-size: 1.2rem;
  line-height: 1em;
  background-color: #F07800;
  color: #FFF;
  display: inline-block;
  transition:background-color .6s cubic-bezier(.37,.16,.12,1), color .6s cubic-bezier(.37,.16,.12,1)
}



.c-form__confirm {
  margin-top: 5rem;
  display: flex;
  justify-content:center  
}

.wpcf7-spinner {
  display:none!important;
}

.confirmContent {
  line-height: 1.5;
}

.CF7_btnWrap, .c-form__gototoppage {
  margin-top: 5rem;
  display: flex;
  justify-content:center 
}

.CF7_btnBack .wpcf7-previous {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;

  font: inherit;
  color: inherit;

  appearance: none;
  -webkit-appearance: none;

  cursor: pointer;
}

.CF7_btnBack .wpcf7-previous {
  margin-right: 3rem;
  padding: 1.5rem 3rem 1.5rem;
  font-size: 1.2rem;
  line-height: 1em;
  background-color: #999;
  color: #FFF;
  display: inline-block;
  transition:background-color .6s cubic-bezier(.37,.16,.12,1), color .6s cubic-bezier(.37,.16,.12,1)
}

.c-form__fieldComplete-lede {
  font-size: 1.2rem;
  line-height: 1.5;
}

.c-form__gototoppage a {
  color: #FFF!important;
}




body.is-fieldConfirm .c-contact-masthead__lede.c-base-lede,
body.is-fieldComplete .c-contact-masthead__lede.c-base-lede,
body.is-fieldError .c-contact-masthead__lede.c-base-lede {
  display:none
}

.c-form__lede {
  margin-bottom: 7.5rem;
  display:none  
}

.c-form__input-errorMessage {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
  color: red;
  display:none
}







.c-contact-simple,
.c-form-item {
  display:block
}







.o-stack > :where( * + *) {
  --o-stack-spacing:initial
}

.o-stack > :where( * + *),
.o-stack-12 > :where( * + *) {
  margin-top:var(--o-stack-spacing)
}








.c-form__fieldConfirm-inner {
  margin-bottom:3.75rem
}

.c-form-item__label {
  margin-bottom: .5rem;
  font-size:.8125rem
}

.c-form-item__outputs {
  width: 100%;
  padding: 1.125rem 1.25rem;
  font-size: 1rem;
  background-color: #FFF;
  border: 1px #E2E2E2 solid;
  color:#1F1D1D
}

.c-form__fieldConfirm-foot {
  text-align: center;
  display:block  
}

.c-form__back {
  margin-top:1.25rem
}

.c-form__back-button {
  padding-top: .625rem;
  padding-bottom: .625rem;
  font-size: .875rem;
  text-align: center;
  text-decoration:underline
}

.c-form__gototoppage {
  margin-top: 5rem;
  display: flex;
  justify-content:center  
}



.c-form__fieldError-heading {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.65;
  color:red
}

.c-form__fieldError-description {
  margin-top: 1.5625rem;
  font-size: .75rem;
  line-height:1.9
}



.wpcf7-response-output {
  display: none !important;
}


@media (min-width: 64em) {
  .c-contact-masthead__breadcrumb {
    margin-top: 10.9375rem;

  }
  .c-contact-masthead__title {
    margin-top: 6.25rem;
  }
  .c-contact-masthead__lede {
    margin-top: 0;
    margin-right: 10vw;
    margin-left: 50vw;
    display:none
  }
  .c-form__lede {
    margin-bottom: 6.5625rem;
    margin-right: -10vw;
    margin-left: 20vw;
    display:block
  }
  .c-form__input-errorMessage {
    margin-top: 2.5rem;
    margin-bottom:2.5rem
  }
  .c-form-item__item + .c-form-item__item {
    margin-top:1.875rem
  }
  .c-form-item__error {
    font-size:.875rem
  }
  .c-form-item__privacy-textbox {
    height:12.5rem;
  }
  .c-form-item__privacy-check {
    margin-top:3.125rem
  }
  .c-form__confirm {
    margin-top: 2.5rem;
    justify-content:flex-start
  }
  .c-form {
    margin-bottom:12.5rem
  }
  .c-form label {
    margin-bottom: .9375rem;
    font-size:.875rem
  }
  .c-form__content {
    /*
    padding-right: 10vw;
    padding-left:10vw
    */
  }
  .c-form select {
    width: 40vw;
    padding: 1.4375rem 1.8125rem;
    background-position:right 20px center
  }
  .c-form input[type=text],
  .c-form input[type=email],
  .c-form input[type=tel] {
    padding:1.4375rem 1.8125rem
  }
  .c-form input[type=tel] {
    width:40vw
  }
  .c-form textarea {
    padding:1.4375rem 1.8125rem
  }
  .c-form__side {
    padding-bottom:0
  }
  .c-contact-flow__list {
    display:block
  }
  .c-contact-flow__item {
    padding-top: 0;
    padding-left: 1.25rem;
    font-size:.875rem 
  }
  .c-contact-flow__item:nth-child(1):after,
  .c-contact-flow__item:nth-child(3):after {
    display:none
  }
  .c-contact-flow__item:nth-child(2) {
    position: relative;
    left: auto;
    transform:translate(0)
  }
  .c-contact-flow__item:before {
    top: 50%;
    left: 0;
    width: .375rem;
    height: .375rem;
    margin-top: -.1875rem;
    transform:translate(0)
  }
  .c-contact-flow__item + .c-contact-flow__item {
    margin-top:.875rem
  }
  .c-form__fieldConfirm-inner {
    margin-bottom:2.5rem
  }
  .c-form-item__label {
    margin-bottom: .9375rem;
    font-size:.875rem
  }
  .c-form-item__outputs {
    padding:1.4375rem 1.8125rem
  }
  .c-form__fieldConfirm-foot {
    display:inline-block
  }
  .c-form__back {
    margin-top:1rem
  }
  .c-form__back-button {
    font-size:.75rem
  }
  .c-form__fieldComplete {
    margin-right: -10vw;
    margin-left:20vw
  }
  .c-form__gototoppage {
    margin-top: 5.625rem;
    justify-content:flex-start
  }
  .c-form__main {
    width: 50vw;
    padding-top:6.875rem
  }
  .c-form__fieldError-heading {
    font-size:1.125rem
  }
  .c-form__fieldError-description {
    font-size:.875rem
  }
}



@media (min-width: 64em) {
  .o-with-sidebar__content {
    width:calc(100% - 23vw);
  }
}

@media (min-width: 0em) {
  .u-d-block {
    display:block !important
  }
  .o-stack-0 > :where( * + *) {
    --o-stack-spacing: 0
  }
  .o-stack-12 > :where( * + *) {
    --o-stack-spacing: .75rem
  }
}

@media (min-width: 64em) {

  .o-with-sidebar {
    width: 100%;
    display:flex
  }

  .o-with-sidebar__sidebar {
    width: 20vw;
    padding-right:3vw
  }


}



.c-base-lede {
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.9;
  display:none
}




@media (min-width: 64em) {
  .c-base-lede {
    font-size:1rem
  }
}

.wpcf7-list-item {
  margin: 0!important;
  line-height: 1em!important;
}
