html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    word-break: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4
  }

  *,
  ::before,
  ::after {
    background-repeat: no-repeat;
    -webkit-box-sizing: inherit;
    box-sizing: inherit
  }

  ::before,
  ::after {
    text-decoration: inherit;
    vertical-align: inherit
  }

  * {
    padding: 0;
    margin: 0
  }

  hr {
    overflow: visible;
    height: 0;
    color: inherit
  }

  details,
  main {
    display: block
  }

  summary {
    display: list-item
  }

  small {
    font-size: 80%
  }

  [hidden] {
    display: none
  }

  abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
  }

  a {
    background-color: rgba(0, 0, 0, 0)
  }

  a:active,
  a:hover {
    outline-width: 0
  }

  code,
  kbd,
  pre,
  samp {
    font-family: monospace, monospace
  }

  pre {
    font-size: 1em
  }

  b,
  strong {
    font-weight: normal
  }

  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;
    text-indent: 0
  }

  iframe {
    border-style: none
  }

  ul,
  ol {
    list-style: none
  }

  input {
    border-radius: 0
  }

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

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

  [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
  }

  textarea {
    overflow: auto;
    resize: vertical
  }

  button,
  input,
  optgroup,
  select,
  textarea {
    font: inherit
  }

  optgroup {
    font-weight: 600
  }

  button {
    overflow: visible
  }

  button,
  select {
    text-transform: none
  }

  button,
  [type=button],
  [type=reset],
  [type=submit],
  [role=button] {
    cursor: pointer
  }

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

  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] {
    -webkit-appearance: button
  }

  button,
  input,
  select,
  textarea {
    background-color: rgba(0, 0, 0, 0);
    border-style: none
  }

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

  select {
    -moz-appearance: none;
    -webkit-appearance: none
  }

  select::-ms-expand {
    display: none
  }

  select::-ms-value {
    color: currentColor
  }

  legend {
    border: 0;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
    max-width: 100%
  }

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

  [disabled] {
    cursor: default
  }

  img {
    border-style: none
  }

  progress {
    vertical-align: baseline
  }

  [aria-busy=true] {
    cursor: progress
  }

  [aria-controls] {
    cursor: pointer
  }

  [aria-disabled=true] {
    cursor: default
  }

  html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
  }

  body {
    width: 100%;
    min-height: 100%;
    letter-spacing: .1em;
    line-height: 1.8;
    color: #404040;
    font-family: 'Noto Serif JP';
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    overflow-wrap: break-word;
    font-feature-settings: "palt";

  }

  @media only screen and (max-width: 1200px) {
    body {
      font-size: 1.3rem
    }
  }

  @media only screen and (max-width: 768px) {
    body {
      font-size: 1.2rem
    }
  }

  *:focus {
    outline: none
  }

  main {
    overflow: hidden;
    position: relative
  }

  a,
  a:link,
  a:visited,
  a:focus,
  a:active {
    color: #404040;
    outline: none;
    text-decoration: none;
    -webkit-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
  }

  img {
    width: 100%;
    max-width: 100%;
    height: auto;
    line-height: 0
  }

  picture,
  figure {
    display: block;
    line-height: 0
  }

  @media only screen and (max-width: 768px) {
    .disp-pc {
      display: none
    }
  }

  .disp-sp {
    display: none
  }

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

  @media only screen and (max-width: 768px) {
    br.pc {
      display: none
    }
  }

  br.sp {
    display: none
  }

  @media only screen and (max-width: 768px) {
    br.sp {
      display: inline
    }
  }

  section[id]::before {
    content: "";
    height: 150px;
    margin-top: -150px;
    display: block
  }

  @media only screen and (max-width: 1200px) {
    section[id]::before {
      height: 100px;
      margin-top: -100px
    }
  }

  @media only screen and (max-width: 768px) {
    section[id]::before {
      height: 0;
      margin-top: 0
    }
  }

  .inner-full {
    width: 100%
  }

  .inner-xl {
    width: 86.666%;
    max-width: 1536px;
    margin-left: auto;
    margin-right: auto;
    position: relative
  }

  .inner-ll {
    width: 86.666%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    position: relative
  }

  .inner-l {
    width: 86.666%;
    max-width: 1344px;
    margin-left: auto;
    margin-right: auto;
    position: relative
  }

  .inner-m {
    width: 86.666%;
    max-width: 1248px;
    margin-left: auto;
    margin-right: auto;
    position: relative
  }

  .inner-s {
    width: 86.666%;
    max-width: 1152px;
    margin-left: auto;
    margin-right: auto;
    position: relative
  }

  .inner-ss {
    width: 86.666%;
    max-width: 1056px;
    margin-left: auto;
    margin-right: auto;
    position: relative
  }

  .inner-xs {
    width: 86.666%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    position: relative
  }

  .c-sec--mTop150 {
    margin-top: 150px
  }

  @media only screen and (max-width: 1200px) {
    .c-sec--mTop150 {
      margin-top: 105px
    }
  }

  @media only screen and (max-width: 768px) {
    .c-sec--mTop150 {
      margin-top: 70px
    }
  }

  .c-sec--mTop120 {
    margin-top: 120px
  }

  @media only screen and (max-width: 1200px) {
    .c-sec--mTop120 {
      margin-top: 85px
    }
  }

  @media only screen and (max-width: 768px) {
    .c-sec--mTop120 {
      margin-top: 60px
    }
  }

  .c-sec--mTop100 {
    margin-top: 100px
  }

  @media only screen and (max-width: 1200px) {
    .c-sec--mTop100 {
      margin-top: 70px
    }
  }

  @media only screen and (max-width: 768px) {
    .c-sec--mTop100 {
      margin-top: 50px
    }
  }

  .c-sec--mTop90 {
    margin-top: 90px
  }

  @media only screen and (max-width: 1200px) {
    .c-sec--mTop90 {
      margin-top: 60px
    }
  }

  @media only screen and (max-width: 768px) {
    .c-sec--mTop90 {
      margin-top: 40px
    }
  }

  .c-sec--pTop150 {
    padding-top: 150px
  }

  @media only screen and (max-width: 1200px) {
    .c-sec--pTop150 {
      padding-top: 105px
    }
  }

  @media only screen and (max-width: 768px) {
    .c-sec--pTop150 {
      padding-top: 70px
    }
  }

  .c-sec--pTop120 {
    padding-top: 120px
  }

  @media only screen and (max-width: 1200px) {
    .c-sec--pTop120 {
      padding-top: 85px
    }
  }

  @media only screen and (max-width: 768px) {
    .c-sec--pTop120 {
      padding-top: 60px
    }
  }

  .c-sec--pTop100 {
    padding-top: 100px
  }

  @media only screen and (max-width: 1200px) {
    .c-sec--pTop100 {
      padding-top: 70px
    }
  }

  @media only screen and (max-width: 768px) {
    .c-sec--pTop100 {
      padding-top: 50px
    }
  }

  .c-sec--pTop90 {
    padding-top: 90px
  }

  @media only screen and (max-width: 1200px) {
    .c-sec--pTop90 {
      padding-top: 60px
    }
  }

  @media only screen and (max-width: 768px) {
    .c-sec--pTop90 {
      padding-top: 40px
    }
  }

  .c-sec--pBottom150 {
    padding-bottom: 150px
  }

  @media only screen and (max-width: 1200px) {
    .c-sec--pBottom150 {
      padding-bottom: 105px
    }
  }

  @media only screen and (max-width: 768px) {
    .c-sec--pBottom150 {
      padding-bottom: 70px
    }
  }

  .c-sec--pBottom120 {
    padding-bottom: 120px
  }

  @media only screen and (max-width: 1200px) {
    .c-sec--pBottom120 {
      padding-bottom: 85px
    }
  }

  @media only screen and (max-width: 768px) {
    .c-sec--pBottom120 {
      padding-bottom: 60px
    }
  }

  .c-sec--pBottom100 {
    padding-bottom: 100px
  }

  @media only screen and (max-width: 1200px) {
    .c-sec--pBottom100 {
      padding-bottom: 70px
    }
  }

  @media only screen and (max-width: 768px) {
    .c-sec--pBottom100 {
      padding-bottom: 50px
    }
  }

  .c-sec--pBottom90 {
    padding-bottom: 90px
  }

  @media only screen and (max-width: 1200px) {
    .c-sec--pBottom90 {
      padding-bottom: 60px
    }
  }

  @media only screen and (max-width: 768px) {
    .c-sec--pBottom90 {
      padding-bottom: 40px
    }
  }

  .c-sec-cont {
    position: relative
  }

  .c-sec-cont--border {
    padding-top: 60px;
    border-top: 1px solid rgba(0, 0, 0, .1)
  }

  @media only screen and (max-width: 1200px) {
    .c-sec-cont--border {
      padding-top: 45px
    }
  }

  @media only screen and (max-width: 768px) {
    .c-sec-cont--border {
      padding-top: 35px
    }
  }

  .c-sec-cont+.c-sec-cont {
    margin-top: 100px
  }

  @media only screen and (max-width: 1200px) {
    .c-sec-cont+.c-sec-cont {
      margin-top: 70px
    }
  }

  @media only screen and (max-width: 768px) {
    .c-sec-cont+.c-sec-cont {
      margin-top: 50px
    }
  }

  .c-sec-cont.mTop150 {
    margin-top: 150px
  }

  @media only screen and (max-width: 1200px) {
    .c-sec-cont.mTop150 {
      margin-top: 105px
    }
  }

  @media only screen and (max-width: 768px) {
    .c-sec-cont.mTop150 {
      margin-top: 70px
    }
  }

  .mTop200 {
    margin-top: 200px
  }

  .mTop150 {
    margin-top: 150px
  }

  .mTop120 {
    margin-top: 120px
  }

  .mTop100 {
    margin-top: 100px
  }

  .mTop90 {
    margin-top: 90px
  }

  .mTop80 {
    margin-top: 80px
  }

  .mTop70 {
    margin-top: 70px
  }

  .mTop60 {
    margin-top: 60px
  }

  .mTop50 {
    margin-top: 50px
  }

  .mTop40 {
    margin-top: 40px
  }

  .mTop30 {
    margin-top: 30px
  }

  .mTop20 {
    margin-top: 20px
  }

  .mTop10 {
    margin-top: 10px
  }

  .mt05em {
    margin-top: .5em
  }

  .mt1em {
    margin-top: 1em
  }

  .mt1_5em {
    margin-top: 1.5em
  }

  .mt2em {
    margin-top: 2em
  }

  .mt3em {
    margin-top: 3em
  }

  .mt4em {
    margin-top: 4em
  }

  @media only screen and (max-width: 1200px) {
    .mTop200 {
      margin-top: 140px
    }

    .mTop150 {
      margin-top: 105px
    }

    .mTop120 {
      margin-top: 85px
    }

    .mTop100 {
      margin-top: 70px
    }

    .mTop90 {
      margin-top: 60px
    }

    .mTop80 {
      margin-top: 55px
    }

    .mTop70 {
      margin-top: 50px
    }

    .mTop60 {
      margin-top: 40px
    }

    .mTop50 {
      margin-top: 35px
    }

    .mTop40 {
      margin-top: 30px
    }

    .mTop30 {
      margin-top: 20px
    }

    .mTop20 {
      margin-top: 15px
    }

    .mTop10 {
      margin-top: 7px
    }
  }

  @media only screen and (max-width: 768px) {
    .mTop200 {
      margin-top: 100px
    }

    .mTop150 {
      margin-top: 70px
    }

    .mTop120 {
      margin-top: 60px
    }

    .mTop100 {
      margin-top: 50px
    }

    .mTop90 {
      margin-top: 40px
    }

    .mTop80 {
      margin-top: 40px
    }

    .mTop70 {
      margin-top: 35px
    }

    .mTop60 {
      margin-top: 30px
    }

    .mTop50 {
      margin-top: 25px
    }

    .mTop40 {
      margin-top: 20px
    }

    .mTop30 {
      margin-top: 15px
    }

    .mTop20 {
      margin-top: 10px
    }

    .mTop10 {
      margin-top: 5px
    }
  }

  .pTop200 {
    padding-top: 200px
  }

  .pTop150 {
    padding-top: 150px
  }

  .pTop120 {
    padding-top: 120px
  }

  .pTop100 {
    padding-top: 100px
  }

  .pTop90 {
    padding-top: 90px
  }

  .pTop80 {
    padding-top: 80px
  }

  .pTop70 {
    padding-top: 70px
  }

  .pTop60 {
    padding-top: 60px
  }

  .pTop50 {
    padding-top: 50px
  }

  .pTop40 {
    padding-top: 40px
  }

  .pTop30 {
    padding-top: 30px
  }

  .pTop20 {
    padding-top: 20px
  }

  .pTop10 {
    padding-top: 10px
  }

  @media only screen and (max-width: 1200px) {
    .pTop200 {
      padding-top: 140px
    }

    .pTop150 {
      padding-top: 105px
    }

    .pTop120 {
      padding-top: 85px
    }

    .pTop100 {
      padding-top: 70px
    }

    .pTop90 {
      padding-top: 60px
    }

    .pTop80 {
      padding-top: 55px
    }

    .pTop70 {
      padding-top: 50px
    }

    .pTop60 {
      padding-top: 40px
    }

    .pTop50 {
      padding-top: 35px
    }

    .pTop40 {
      padding-top: 30px
    }

    .pTop30 {
      padding-top: 20px
    }

    .pTop20 {
      padding-top: 15px
    }

    .pTop10 {
      padding-top: 7px
    }
  }

  @media only screen and (max-width: 768px) {
    .pTop200 {
      padding-top: 100px
    }

    .pTop150 {
      padding-top: 70px
    }

    .pTop120 {
      padding-top: 60px
    }

    .pTop100 {
      padding-top: 50px
    }

    .pTop90 {
      padding-top: 40px
    }

    .pTop80 {
      padding-top: 40px
    }

    .pTop70 {
      padding-top: 35px
    }

    .pTop60 {
      padding-top: 30px
    }

    .pTop50 {
      padding-top: 24px
    }

    .pTop40 {
      padding-top: 20px
    }

    .pTop30 {
      padding-top: 15px
    }

    .pTop20 {
      padding-top: 10px
    }

    .pTop10 {
      padding-top: 5px
    }
  }

  .c-paren-tit {
    font-family: classico-urw, sans-serif;
    font-size: 3rem;
    color: #b69458;
    font-weight: normal;
    text-align: center;
  }

  @media only screen and (max-width: 1200px) {
    .c-paren-tit {
      font-size: 1.1rem
    }
  }

  @media only screen and (max-width: 768px) {
    .c-paren-tit {
        font-size: 2.8rem;
    }
  }


  .p-ttl-heading {
    position: absolute;
    top: 40%;
    left: 8%;
    color: #fff;
  }

  .p-ttl-heading .en {
    letter-spacing: .06em;
    line-height: 1.1;
    text-indent: -0.05em;
    font-family: classico-urw, sans-serif;
    font-size: 5.8rem;
    font-weight: 400
  }

  .p-ttl-heading .ja {
    margin-top: 1.25em;
    letter-spacing: .14em;
    line-height: 1;
    font-size: 1.5rem;
    font-weight: 400
  }

  @media only screen and (max-width: 1200px) {
    .p-ttl-heading {
      position: absolute;
      top: 36%;
      left: 8%;
      color: #fff;
    }


    .p-ttl-heading .en {
      font-size: 6.6rem
    }

    .p-ttl-heading .ja {
      font-size: 1.7rem
    }
  }

  @media only screen and (max-width: 768px) {
    .p-ttl-heading {
      position: absolute;
      top: 30%;
      left: 8%;
      color: #fff;
    }
    .p-ttl-heading .en {
      font-size: 5rem
    }

    .p-ttl-heading .ja {
      font-size: 1.7rem
    }
  }

  .p-ttl-heading--ja-only {
    margin-bottom: 35px
  }

  .p-ttl-heading--ja-only .ja {
    margin-top: 0;
    line-height: 1.5;
    font-size: 3rem;
    font-weight: 700
  }

  @media only screen and (max-width: 1200px) {
    .p-ttl-heading--ja-only {
      margin-bottom: 25px
    }

    .p-ttl-heading--ja-only .ja {
      font-size: 2.4rem
    }
  }

  @media only screen and (max-width: 768px) {
    .p-ttl-heading--ja-only {
      margin-bottom: 20px
    }

    .p-ttl-heading--ja-only .ja {
      font-size: 2rem
    }
  }

  .p-ttl-heading--small {
    margin-bottom: 30px;
    text-align: left
  }

  .p-ttl-heading--small .ja {
    margin-top: 0;
    line-height: 1.5;
    font-size: 2.2rem;
    font-weight: 700
  }

  @media only screen and (max-width: 1200px) {
    .p-ttl-heading--small {
      margin-bottom: 20px
    }

    .p-ttl-heading--small .ja {
      font-size: 1.7rem
    }
  }

  @media only screen and (max-width: 768px) {
    .p-ttl-heading--small {
      margin-bottom: 15px
    }

    .p-ttl-heading--small .ja {
      font-size: 1.5rem
    }
  }


  .c-sec-heading {
    text-align:center;
  }

  .c-sec-heading .en {
    letter-spacing: .06em;
    line-height: 1.1;
    text-indent: -0.05em;
    font-family: classico-urw, sans-serif;
    font-size: 5.8rem;
    font-weight: 400
  }

  .c-sec-heading .ja {
    margin-top: 1.25em;
    letter-spacing: .14em;
    line-height: 1;
    font-size: 1.5rem;
    font-weight: 400
  }

  @media only screen and (max-width: 1200px) {
    .c-sec-heading .en {
      font-size: 4.6rem
    }

    .c-sec-heading .ja {
      font-size: 1.3rem
    }
  }

  @media only screen and (max-width: 768px) {
    .c-sec-heading .en {
      font-size: 4rem
    }

    .c-sec-heading .ja {
      font-size: 1.5rem
    }
  }


  .m-sec-heading {
    text-align:center;
  }

  .m-sec-heading .en {
    letter-spacing: .06em;
    line-height: 1.1;
    text-indent: -0.05em;
    font-family: classico-urw, sans-serif;
    font-size: 5.8rem;
    font-weight: 400
  }

  .m-sec-heading .ja {
    margin-top: 1.25em;
    letter-spacing: .14em;
    line-height: 1;
    font-size: 1.5rem;
    font-weight: 400
  }

  @media only screen and (max-width: 1200px) {
    .m-sec-heading .en {
      font-size: 4.6rem
    }

    .m-sec-heading .ja {
      font-size: 1.3rem
    }
  }

  @media only screen and (max-width: 768px) {
    .m-sec-heading .en {
      font-size: 4rem
    }

    .m-sec-heading .ja {
      font-size: 1.5rem
    }
  }




  .c-sec-heading--ja-only {
    margin-bottom: 35px
  }

  .c-sec-heading--ja-only .ja {
    margin-top: 0;
    line-height: 1.5;
    font-size: 3rem;
    font-weight: 700
  }

  @media only screen and (max-width: 1200px) {
    .c-sec-heading--ja-only {
      margin-bottom: 25px
    }

    .c-sec-heading--ja-only .ja {
      font-size: 2.4rem
    }
  }

  @media only screen and (max-width: 768px) {
    .c-sec-heading--ja-only {
      margin-bottom: 20px
    }

    .c-sec-heading--ja-only .ja {
      font-size: 2rem
    }
  }

  .c-sec-heading--small {
    margin-bottom: 30px;
    text-align: left
  }

  .c-sec-heading--small .ja {
    margin-top: 0;
    line-height: 1.5;
    font-size: 2.2rem;
    font-weight: 700
  }

  @media only screen and (max-width: 1200px) {
    .c-sec-heading--small {
      margin-bottom: 20px
    }

    .c-sec-heading--small .ja {
      font-size: 1.7rem
    }
  }

  @media only screen and (max-width: 768px) {
    .c-sec-heading--small {
      margin-bottom: 15px
    }

    .c-sec-heading--small .ja {
      font-size: 1.5rem
    }
  }

  .c-oval-btn a {
    padding: 0 2em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 46px;
    color: #333;
    font-size: 1.2rem;
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 24px;
    background: #fff
  }

  .c-oval-btn a .icon {
    margin-left: .25em;
    font-size: 1.6rem
  }

  .c-oval-btn a:hover {
    color: #fff;
    border-color: #404040;
    background: #404040
  }

  @media only screen and (max-width: 1200px) {
    .c-oval-btn a {
      line-height: 42px;
      font-size: 1rem;
      border-radius: 22px
    }

    .c-oval-btn a .icon {
      font-size: 1.5rem
    }
  }

  .c-simple-btn a {
    display: inline-block;
    color: #404040;
    font-size: 1.2rem;
    border-bottom: 1px solid #404040
  }

  .c-simple-btn a:hover {
    border-color: rgba(0, 0, 0, 0)
  }

  @media only screen and (max-width: 1200px) {
    .c-simple-btn a {
      font-size: 1.5rem;
    }
  }

  .loader {
    background: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999
  }

  .fade-in {
    opacity: 0
  }

  @media all and (-ms-high-contrast: none) {
    .fade-in {
      opacity: 1
    }
  }

  .in {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
  }

  @-webkit-keyframes fadeIn {
    from {
      opacity: 0
    }

    to {
      opacity: 1
    }
  }

  @keyframes fadeIn {
    from {
      opacity: 0
    }

    to {
      opacity: 1
    }
  }

  .fade-up {
    opacity: 0;
    transform: translate(0, 30px);
    -webkit-transform: translate(0, 30px)
  }

  @media all and (-ms-high-contrast: none) {
    .fade-up {
      opacity: 1;
      transform: translate(0, 0);
      -webkit-transform: translate(0, 0)
    }
  }

  .up {
    -webkit-animation-name: fadeUp;
    animation-name: fadeUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
  }

  .delay01 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
  }

  .delay02 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
  }

  @media screen and (max-width: 768px) {
    .delay01 {
      -webkit-animation-delay: 0s;
      animation-delay: 0s
    }

    .delay02 {
      -webkit-animation-delay: 0s;
      animation-delay: 0s
    }
  }

  @-webkit-keyframes fadeUp {
    from {
      opacity: 0;
      transform: translate(0, 30px);
      -webkit-transform: translate(0, 30px)
    }

    to {
      opacity: 1;
      transform: translate(0, 0);
      -webkit-transform: translate(0, 0)
    }
  }

  @keyframes fadeUp {
    from {
      opacity: 0;
      transform: translate(0, 30px);
      -webkit-transform: translate(0, 30px)
    }

    to {
      opacity: 1;
      transform: translate(0, 0);
      -webkit-transform: translate(0, 0)
    }
  }

  .mask_wrap {
    display: table;
    overflow: hidden
  }

  .mask-wrap .mask {
    display: table;
    line-height: 0;
    position: relative;
    left: -100%;
    overflow: hidden
  }

  .mask-wrap .mask-bg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #111;
    z-index: 10
  }

  .zoom {
    display: block;
    overflow: hidden
  }

  .zoom img {
    display: block;
    -webkit-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
  }

  a:hover .zoom img {
    -webkit-transform: scaleX(1.1) scaleY(1.1);
    transform: scaleX(1.1) scaleY(1.1);
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1)
  }

  @media only screen and (max-width: 768px) {
    a:hover .zoom img {
      -webkit-transform: none;
      transform: none;
      -webkit-filter: none;
      filter: none
    }
  }

  .focus {
    position: relative;
    display: block;
    overflow: hidden
  }

  .focus::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 0 rgba(255, 255, 255, .5);
    -webkit-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
  }

  a:hover .focus::after {
    border-width: 1.5rem
  }

  @media only screen and (max-width: 768px) {
    a:hover .focus::after {
      border-width: 0
    }
  }

  .focus img {
    display: block;
    -webkit-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
  }

  a:hover .focus img {
    -webkit-transform: scale(1.1) rotate(1deg);
    transform: scale(1.1) rotate(1deg);
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1)
  }

  @media only screen and (max-width: 768px) {
    a:hover .focus img {
      -webkit-transform: none;
      transform: none;
      -webkit-filter: none;
      filter: none
    }
  }

  .l-footer {

    padding: 50px 0 120px;
    color: #404040;
    background: #afb7c3
  }

  .l-footer--second {
    margin-top: 0;
    padding-top: 120px
  }

  .l-footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .l-footer__wrap .cont1 .logo {
    width: 140px;
    line-height: 0
  }

  .l-footer__wrap .cont1 .tel {
    margin-top: 50px;
    letter-spacing: .1em;
    line-height: 1;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 400
  }

  .l-footer__wrap .cont1 .tel .txt {
    font-size: 1.8rem
  }

  .l-footer__wrap .cont1 .tel .num {
    margin-left: .25em;
    font-size: 2.4rem
  }

  .l-footer__wrap .cont1 .hq {
    margin-top: 50px;
    font-size: 1.8rem
  }

  .l-footer__wrap .cont1 .address {
    margin-top: .3em;
    font-size: 1.2rem
  }

  .l-footer__wrap .cont1 .links {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .l-footer__wrap .cont1 .links li {
    margin-right: 20px
  }

  .l-footer__wrap .cont1 .links li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
  }

  .l-footer__wrap .cont1 .links li a:hover {
    opacity: .7
  }

  .l-footer__wrap .cont1 .links li a .txt {
    margin-right: .5em;
    font-size: 1.3rem
  }

  .l-footer__wrap .cont1 .links li a .icon {
    font-size: 1.5rem
  }

  .l-footer__wrap .cont2 .l-footer__nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .l-footer__wrap .cont2 .l-footer__nav__list:not(:first-child) {
    margin-left: 40px
  }

  .l-footer__wrap .cont2 .l-footer__nav__list__item {
    margin-bottom: 10px
  }

  .l-footer__wrap .cont2 .l-footer__nav__list__item a {
    padding-left: 20px;
    display: block;
    color: #404040;
    letter-spacing: .1em;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 400;
    font-size: 1.7rem;
    position: relative
  }

  .l-footer__wrap .cont2 .l-footer__nav__list__item a:hover {
    opacity: .7
  }

  .l-footer__wrap .cont2 .l-footer__nav__list__item a::before {
    content: "";
    width: 10px;
    height: 1px;
    background: #404040;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
  }

  .l-footer__wrap .cont2 .copyright {
    margin-top: 50px;
    text-align: right;
    letter-spacing: .1em;
    line-height: 1;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 400;
    font-size: 1.2rem
  }

  @media only screen and (max-width: 1200px) {
    .l-footer {
      padding: 50px 0 100px;
    }

    .l-footer--second {
      padding-top: 100px
    }

    .l-footer__wrap .cont1 .logo {
      width: 110px
    }

    .l-footer__wrap .cont1 .tel {
      margin-top: 40px
    }

    .l-footer__wrap .cont1 .tel .txt {
      font-size: 1.5rem
    }

    .l-footer__wrap .cont1 .tel .num {
      font-size: 2rem
    }

    .l-footer__wrap .cont1 .hq {
      margin-top: 40px;
      font-size: 1.5rem
    }

    .l-footer__wrap .cont1 .address {
      font-size: 1rem
    }

    .l-footer__wrap .cont1 .links {
      margin-top: 25px
    }

    .l-footer__wrap .cont1 .links li {
      margin-right: 15px
    }

    .l-footer__wrap .cont1 .links li a .txt {
      font-size: 1.1rem
    }

    .l-footer__wrap .cont1 .links li a .icon {
      font-size: 1.3rem
    }

    .l-footer__wrap .cont2 .l-footer__nav__list:not(:first-child) {
      margin-left: 30px
    }

    .l-footer__wrap .cont2 .l-footer__nav__list__item {
      margin-bottom: 8px
    }

    .l-footer__wrap .cont2 .l-footer__nav__list__item a {
      padding-left: 16px;
      font-size: 1.1rem
    }

    .l-footer__wrap .cont2 .l-footer__nav__list__item a::before {
      width: 8px
    }

    .l-footer__wrap .cont2 .copyright {
      margin-top: 40px;
      font-size: 1rem
    }
  }

  @media only screen and (max-width: 768px) {
    .l-footer {
      margin-top: 0vw;
      padding: 50px 0 70px
    }

    .l-footer--second {
      padding-top: 70px
    }

    .l-footer__wrap {
      display: block
    }

    .l-footer__wrap .cont1 .logo {
      width: 100px
    }

    .l-footer__wrap .cont1 .tel {
      margin-top: 30px
    }

    .l-footer__wrap .cont1 .tel .txt {
      font-size: 1.3rem
    }

    .l-footer__wrap .cont1 .tel .num {
      font-size: 1.8rem
    }

    .l-footer__wrap .cont1 .hq {
      margin-top: 30px;
      font-size: 1.3rem
    }

    .l-footer__wrap .cont1 .address .sp-none {
      display: none
    }

    .l-footer__wrap .cont1 .links {
      margin-top: 20px;
      padding: 12px 0;
      border-top: 1px solid rgba(255, 255, 255, .1);
      border-bottom: 1px solid rgba(255, 255, 255, .1)
    }

    .l-footer__wrap .cont1 .links li {
      margin-right: 12px
    }

    .l-footer__wrap .cont1 .links li a .txt {
      font-size: 1rem
    }

    .l-footer__wrap .cont1 .links li a .icon {
      font-size: 1.2rem
    }

    .l-footer__wrap .cont2 .l-footer__nav {
      display: none
    }

    .l-footer__wrap .cont2 .copyright {
      margin-top: 30px;
      -moz-text-align-last: left;
      text-align-last: left
    }
  }

  .l-header {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000
  }

  .l-header__logo {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
  }

  .l-header__logo img {
    width: 215px;
    margin: 0 auto;
    display: block;
    line-height: 0
  }

  .l-header__logo .copy {
    display: block;
    width: 500px;
    margin: 35px 0;
    color: #fff;
    letter-spacing: 8px;
    font-size: 24px;
    font-family: classico-urw, sans-serif;
  }

  .l-header__logo .copy img {
    width: 100%;
    height: auto
  }

  .l-header__nav {
    margin: 60px 0 0 70px
  }

  .l-header__nav__list__item a {
    padding: .7em 0;
    display: inline-block;
    letter-spacing: .2em;
    line-height: 1;
    color: #fff;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 400;
    font-size: 2.3rem;
    position: relative
  }

  .l-header__nav__list__item a::after {
    content: "";
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: .45em;
    -webkit-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
  }

  .l-header__nav__list__item a:hover::after {
    width: 100%
  }

  .l-header__nav__sns {
    margin-top: .5em
  }

  .l-header__nav__sns a {
    line-height: 1;
    color: #fff;
    font-size: 1.4rem
  }

  .l-header__nav__sns a:hover {
    opacity: .7
  }

  .l-header__nav-toggle {
    width: 60px;
    height: 60px;
    display: block;
    background: #fff;
    border-radius: 100%;
    position: fixed;
    top: 60px;
    right: 70px;
    cursor: pointer;
    z-index: 1000;
    -webkit-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
  }

  .l-header__nav-toggle div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -10px;
    height: 2px;
    width: 20px;
    background-color: #333;
    -webkit-transform-origin: center left;
    transform-origin: center left
  }

  .l-header__nav-toggle div:nth-child(1) {
    -webkit-transform: translate(0px, -5px) scale(1, 1);
    transform: translate(0px, -5px) scale(1, 1)
  }

  .l-header__nav-toggle div:nth-child(2) {
    -webkit-transform: translate(0px, 0px) scale(0.8, 1);
    transform: translate(0px, 0px) scale(0.8, 1)
  }

  .l-header__nav-toggle div:nth-child(3) {
    -webkit-transform: translate(0px, 5px) scale(0.9, 1);
    transform: translate(0px, 5px) scale(0.9, 1)
  }

  .l-header .nav-open .l-header__nav-toggle::before {
    background: #fff
  }

  @media only screen and (max-width: 1200px) {
    .l-header__logo img {
      width: 172px
    }

    .l-header__logo .copy {
      width: 500px;
      margin: 35px 0;
      color: #fff;
      letter-spacing: 8px;
      font-size: 24px;
      font-family: classico-urw, sans-serif;
    }

    .l-header__nav {
      margin: 48px 0 0 56px
    }

    .l-header__nav__list__item a {
      font-size: 1.1rem
    }

    .l-header__nav__sns a {
      font-size: 1.2rem
    }

    .l-header__nav-toggle {
      width: 50px;
      height: 50px;
      top: 48px;
      right: 56px
    }
  }

  @media only screen and (max-width: 960px) {
    .l-header {
      height: 100vh;
      height: 100svh
    }

    .l-header__nav {
      display: none
    }

    .l-header__nav-toggle {
      width: 50px;
      height: 50px;
      top: 5vw;
      right: 5vw
    }

    .l-header__nav-toggle div {
      height: 1px
    }

    .l-header__nav-toggle div:nth-child(1) {
      -webkit-transform: translate(0px, -4px) scale(1, 1);
      transform: translate(0px, -4px) scale(1, 1)
    }

    .l-header__nav-toggle div:nth-child(2) {
      -webkit-transform: translate(0px, 0px) scale(0.8, 1);
      transform: translate(0px, 0px) scale(0.8, 1)
    }

    .l-header__nav-toggle div:nth-child(3) {
      -webkit-transform: translate(0px, 4px) scale(0.9, 1);
      transform: translate(0px, 4px) scale(0.9, 1)
    }
  }

  @media only screen and (max-width: 768px) {
    .l-header__logo img {
      width: 155px
    }

    .l-header__logo .copy {
      width: 320px;
      margin: 32px 0;
      font-size: 27px;
      line-height: 40px;
      font-family: classico-urw, sans-serif;
    }
  }

  .l-header--second {
    height: auto;
    position: relative
  }

  .l-header--second__logo {
    width: 140px;
    margin: 60px 0 0 70px;
    line-height: 0
  }

  .l-header--second__logo a {
    display: block;
    line-height: 0
  }

  @media only screen and (max-width: 1200px) {
    .l-header--second__logo {
      width: 110px;
      margin: 48px 0 0 56px
    }
  }

  @media only screen and (max-width: 768px) {
    .l-header--second__logo {
      width: 100px;
      margin: 6.666vw 0 0 6.666vw
    }
  }

  .modal-nav__cont {
    width: 100%;
    height: 100vh;
    vertical-align: top !important;
    text-align: left;
    position: relative
  }

  .modal-nav__cont .modal-nav__img {
    width: 66.666svh;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0
  }

  .modal-nav__cont .modal-nav__img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center
  }

  .modal-nav__cont .modal-nav__main {
    width: calc(100% - 66.666svh);
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 66.666svh
  }

  .modal-nav__cont .modal-nav__list__item a {
    padding: 1em 0;
    display: inline-block;
    letter-spacing: .2em;
    line-height: 1;
    color: #404040;
    font-family: classico-urw, sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    position: relative;
    cursor: pointer
  }

  .modal-nav__cont .modal-nav__list__item a::after {
    content: "";
    width: 0;
    height: 1px;
    background: #404040;
    position: absolute;
    left: 0;
    bottom: .45em;
    -webkit-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
  }

  .modal-nav__cont .modal-nav__list__item a:hover::after {
    width: 100%
  }

  .modal-nav__cont .modal-nav__sns {
    margin-top: 1.25em
  }

  .modal-nav__cont .modal-nav__sns a {
    line-height: 1;
    color: #333;
    font-size: 2rem;
    cursor: pointer
  }

  .modal-nav__cont .modal-nav__sns a:hover {
    opacity: .7
  }

  .modal-nav__cont .remodal-close {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 60px;
    right: 70px;
    z-index: 100000000;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 100%
  }

  .modal-nav__cont .remodal-close::before,
  .modal-nav__cont .remodal-close::after {
    content: "";
    width: 20px;
    height: 2px;
    background: #333;
    position: absolute;
    top: 50%;
    left: calc(50% - 10px)
  }

  .modal-nav__cont .remodal-close::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  .modal-nav__cont .remodal-close::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  @media only screen and (max-width: 1200px) {
    .modal-nav__cont .modal-nav__list__item a {
      font-size: 1.4rem
    }

    .modal-nav__cont .modal-nav__sns a {
      font-size: 1.5rem
    }

    .modal-nav__cont .remodal-close {
      width: 50px;
      height: 50px;
      top: 48px;
      right: 56px
    }
  }

  @media only screen and (max-width: 960px) {
    .modal-nav__cont .modal-nav__img {
      width: 30vw
    }

    .modal-nav__cont .modal-nav__img img {
      -o-object-position: 35% center;
      object-position: 35% center
    }

    .modal-nav__cont .modal-nav__main {
      width: 66.666vw;
      padding-left: 8vw;
      left: 30vw;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start
    }

    .modal-nav__cont .modal-nav__list__item a {
      font-size: 1.5rem
    }

    .modal-nav__cont .modal-nav__sns a {
      font-size: 1.4rem
    }

    .modal-nav__cont .remodal-close {
      width: 50px;
      height: 50px;
      top: 5vw;
      right: 5vw
    }

    .modal-nav__cont .remodal-close::before,
    .modal-nav__cont .remodal-close::after {
      height: 1px
    }
  }

  @-webkit-keyframes toggle {
    0% {
      -webkit-transform: translateY(-116px);
      transform: translateY(-116px)
    }

    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0)
    }
  }

  @keyframes toggle {
    0% {
      -webkit-transform: translateY(-116px);
      transform: translateY(-116px)
    }

    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0)
    }
  }

  .p-index-hero {
    width: 100%;
    height: 100vh;
    padding: 10px;
    position: relative
  }

  .p-index-hero .slide-media,
  .p-index-hero .thumb-media {
    position: relative;
    overflow: hidden;
    background: #404040
  }

  .p-index-hero .slide-media.top img,
  .p-index-hero .thumb-media.top img {
    -o-object-position: top center;
    object-position: top center
  }

  .p-index-hero .slide-media.bottom img,
  .p-index-hero .thumb-media.bottom img {
    -o-object-position: bottom center;
    object-position: bottom center
  }

  .p-index-hero .slide-media img,
  .p-index-hero .thumb-media img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
  }

  .p-index-hero .scrollcont {
    width: 13px;
    text-align: center;
    z-index: 100;
    position: absolute;
    left: 70px;
    bottom: 10px
  }

  .p-index-hero .scrollcont .scroll {
    height: 53px;
    text-align: center;
    z-index: 100;
    overflow: hidden;
    position: relative
  }

  .p-index-hero .scrollcont .scroll::before {
    content: "";
    display: block;
    width: 1px;
    height: 53px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%
  }

  .p-index-hero .scrollcont .scroll::after {
    content: "";
    display: block;
    width: 1px;
    height: 53px;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-animation: scroll 2.2s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    animation: scroll 2.2s cubic-bezier(0.42, 0, 0.58, 1) infinite
  }

  .p-index-hero .scrollcont p {
    letter-spacing: .2em;
    line-height: 1;
    font-size: 1.3rem;
    color: #fff;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 400;
    position: absolute;
    left: 13px;
    top: -54px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left top;
    transform-origin: left top
  }

  @media only screen and (max-width: 1200px) {
    .p-index-hero {
      padding: 6px
    }

    .p-index-hero .scrollcont {
      width: 11px;
      left: 56px;
      bottom: 6px
    }

    .p-index-hero .scrollcont .scroll {
      height: 42px
    }

    .p-index-hero .scrollcont .scroll::before,
    .p-index-hero .scrollcont .scroll::after {
      height: 42px
    }

    .p-index-hero .scrollcont p {
      font-size: 1.1rem;
      left: 12px;
      top: -43px;
      -webkit-transform-origin: left top;
      transform-origin: left top
    }
  }

  @media only screen and (max-width: 960px) {
    .p-index-hero {
      height: 100vh;
      height: 100svh;
      padding: 0
    }

    .p-index-hero .slide-media,
    .p-index-hero .thumb-media {
      position: relative;
      overflow: hidden
    }

    .p-index-hero .scrollcont {
      width: 36px;
      text-align: center;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 0
    }

    .p-index-hero .scrollcont p {
      left: auto;
      top: -20px;
      -webkit-transform: rotate(0);
      transform: rotate(0)
    }
  }

  .p-index-hero .swiper-fade .swiper-slide {
    -webkit-transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, transform !important;
    transition-property: opacity, transform, -webkit-transform !important;
    pointer-events: none
  }

  .p-index-hero .swiper-fade .swiper-slide-active {
    pointer-events: auto
  }

  .p-index-hero .slide-media {
    height: calc(100vh - 20px)
  }

  @media only screen and (max-width: 1200px) {
    .p-index-hero .slide-media {
      height: calc(100vh - 12px)
    }
  }

  @media only screen and (max-width: 960px) {
    .p-index-hero .slide-media {
      height: 100vh;
      height: 100svh
    }
  }

  .p-index-hero .slide-media img {
    -webkit-transition: 5.5s 1.5s ease-out;
    transition: 5.5s 1.5s ease-out
  }

  .p-index-hero .swiper-slide[class*=-active] .slide-media img {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }

  @-webkit-keyframes scroll {

    0%,
    6% {
      -webkit-transform: translateY(-53px);
      transform: translateY(-53px)
    }

    33%,
    66% {
      -webkit-transform: translateY(0);
      transform: translateY(0)
    }

    94%,
    100% {
      -webkit-transform: translateY(53px);
      transform: translateY(53px)
    }
  }

  @keyframes scroll {

    0%,
    6% {
      -webkit-transform: translateY(-53px);
      transform: translateY(-53px)
    }

    33%,
    66% {
      -webkit-transform: translateY(0);
      transform: translateY(0)
    }

    94%,
    100% {
      -webkit-transform: translateY(53px);
      transform: translateY(53px)
    }
  }

  @-webkit-keyframes scroll_sp {

    0%,
    6% {
      -webkit-transform: translateY(-60px);
      transform: translateY(-60px)
    }

    33%,
    66% {
      -webkit-transform: translateY(0);
      transform: translateY(0)
    }

    94%,
    100% {
      -webkit-transform: translateY(60px);
      transform: translateY(60px)
    }
  }

  @keyframes scroll_sp {

    0%,
    6% {
      -webkit-transform: translateY(-60px);
      transform: translateY(-60px)
    }

    33%,
    66% {
      -webkit-transform: translateY(0);
      transform: translateY(0)
    }

    94%,
    100% {
      -webkit-transform: translateY(60px);
      transform: translateY(60px)
    }
  }

  .p-about__wrap {
    padding: 140px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
  }

  @media only screen and (max-width: 1440px) {
    .p-about__wrap {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start
    }
  }

  .p-about__wrap::after {
    content: "";
    width: 85vw;
    height: 100%;
    background: #f5f6f7;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1
  }

  .p-about .sec-tit {
    letter-spacing: .1em;
    line-height: 1;
    color: #333;
    font-family: classico-urw, sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    position: absolute;
    top: 40px;
    right: -84px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left top;
    transform-origin: left top
  }

  .p-about__txt-wrap {
    width: 40%;
    padding: 0 5%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .p-about__txt-wrap h2 {
    width: 350px;
    /* margin-top: 25px; */
    line-height: 1.5;
    font-size: 2.4rem;
    font-weight: normal;
  }

  @media only screen and (max-width: 1440px) {
    .p-about__txt-wrap h2 {
      width: 315px;
      margin-top: 22px
    }
  }

  .p-about__txt-wrap .lead p {
    text-align: justify;
    line-height: 2.2;
    margin-top: 1em
  }

  .p-about__txt-wrap .lead p:first-child {
    margin-top: 2em
  }

  @media only screen and (max-width: 1440px) {
    .p-about__txt-wrap .lead p {
      font-size: 1.4rem
    }

    .p-about__txt-wrap .lead p br {
      display: none
    }

    .p-about__txt-wrap .lead p br.alive {
      display: inline
    }
  }

  @media only screen and (max-width: 768px) {
    .p-about__txt-wrap .lead p br.sp {
      display: inline
    }
  }

  .p-about__movie {
    width: 60%;
    position: relative
  }

  .p-about__movie video {
    width: 100%;
    display: block;
    line-height: 0
  }

  .p-about__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .p-about__value__head {
    width: 50%
  }

  .p-about__value__head h2 {
    margin-top: .75em;
    letter-spacing: .14em;
    line-height: 1.6;
    color: #333;
    font-size: 2.5rem;
    font-weight: 400
  }

  .p-about__value__head h2+p {
    margin-top: 2em;
    font-size: 1.3rem
  }

  .p-about__value__list {
    width: 50%
  }

  .p-about__value__list li {
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .p-about__value__list li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
  }

  .p-about__value__list li .num {
    width: 2.5em;
    letter-spacing: .04em;
    line-height: 1;
    color: #333;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 400;
    font-size: 1.4rem
  }

  .p-about__value__list li .num.one {
    letter-spacing: .14em
  }

  .p-about__value__list li .en {
    width: 3.5em;
    letter-spacing: .06em;
    line-height: 1;
    color: #333;
    font-family: classico-urw, sans-serif;
    font-size: 2.5rem;
    font-weight: 400
  }

  @media only screen and (max-width: 1200px) {
    .p-about__wrap {
      padding: 100px 0
    }

    .p-about .sec-tit {
      font-size: 2rem;
      top: 30px;
      right: -69px
    }

    .p-about__txt-wrap {
      width: 50%
    }

    .p-about__txt-wrap h2 {
      width: 306px;
      margin-top: 20px
    }

    .p-about__txt-wrap h2+p {
      margin-top: 2em
    }
  }

  @media only screen and (max-width: 1200px)and (max-width: 1440px) {
    .p-about__txt-wrap h2 {
      width: 315px;
      line-height: 1.5;
    }
  }

  @media only screen and (max-width: 1200px) {
    .p-about__txt-wrap .lead p {
      font-size: 1.3rem
    }

    .p-about__movie {
      width: 50%
    }

    .p-about__value__head {
      width: 45%
    }

    .p-about__value__head h2 {
      font-size: 2rem
    }

    .p-about__value__head h2+p {
      font-size: 1.1rem
    }

    .p-about__value__list {
      width: 55%
    }

    .p-about__value__list li {
      padding: 25px 0
    }

    .p-about__value__list li .num {
      font-size: 1.2rem
    }

    .p-about__value__list li .en {
      font-size: 2rem
    }
  }

  @media only screen and (max-width: 960px) {
    .p-about__wrap {
      display: block
    }

    .p-about__txt-wrap {
      width: 100%;
      padding: 0 6.666vw
    }

    .p-about__movie {
      width: 93.333vw;
      margin-top: 13.333vw
    }
  }

  @media only screen and (max-width: 768px) {
    .p-about__wrap {
      padding: 60px 0
    }

    .p-about .sec-tit {
      font-size: 1.6rem;
      top: 20px;
      right: -59px
    }

    .p-about__txt-wrap h2 {
      width: 100%;
      margin-top: 18px;
      font-size: 2rem;
    }

    .p-about__txt-wrap .lead p {
      font-size: 1.5rem
    }

    .p-about__value {
      display: block
    }

    .p-about__value__head {
      width: 100%
    }

    .p-about__value__head h2 {
      font-size: 1.8rem
    }

    .p-about__value__head h2+p {
      font-size: 1rem
    }

    .p-about__value__list {
      width: 100%;
      margin-top: 25px
    }

    .p-about__value__list li {
      padding: 25px 0
    }

    .p-about__value__list li:first-child {
      border-top: 1px solid rgba(0, 0, 0, .1)
    }

    .p-about__value__list li:last-child {
      border-bottom: 1px solid rgba(0, 0, 0, .1)
    }

    .p-about__value__list li .num {
      font-size: 1.1rem
    }

    .p-about__value__list li .en {
      font-size: 1.8rem
    }
  }

  .p-feature .inner-ll {
    position: relative
  }

  .p-feature .c-sec-heading {
    position: absolute;
    top: 100px;
    left: 0
  }

  @media only screen and (max-width: 1440px) {
    .p-feature .c-sec-heading {
      top: 6.9444vw
    }
  }

  .p-feature__list li {
    /*width: 73.333%*/
    width: 33%;
    display: inline-block;
    margin: 100px 0 0 auto;
  }


  .p-feature__list li .txt-wrap {
    margin: 0px 60px 0 auto;
    padding-left: 60px;
    border-left: 1px solid rgba(0, 0, 0, .5);
  }


  .p-feature__list li:first-child {
    margin-top: 0
  }



  .p-feature__list li .txt-wrap .tit {
    margin-top: .5em;
    letter-spacing: .14em;
    line-height: 1.6;
    font-size: 2.4rem;
    font-weight: 400
  }

  .p-feature__list li .txt-wrap .desc {
    margin-top: 1em;
    text-align: justify;
    line-height: 2;
    font-size:1.5rem;

  }

  @media only screen and (max-width: 1200px) {
    .p-feature__list li {
      /*margin: 105px 0 0 auto*/
    }

    .p-feature__list li .txt-wrap {
      /*margin: 50px 50px 0 auto*/
    }

    .p-feature__list li:nth-child(n+2) {

      /*margin: 105px auto 0 0*/
    }

    .p-feature__list li .txt-wrap {
      /*margin: 50px auto 0 50px*/
    }

    .p-feature__list li:first-child {
      margin-top: 0
    }

    .p-feature__list li .txt-wrap {
      /*width: calc(50% + 50px);*/
      /*min-width: 400px;*/
      padding-left: 50px
    }

    .p-feature__list li .txt-wrap .tit {
      font-size: 2.2rem
    }
  }

  @media only screen and (max-width: 768px) {
    .p-feature .c-sec-heading {
      margin-left: 6.666vw;
      position: relative;
      top: 0
    }

    .p-feature__list {
      margin-top: 30px
    }

    .p-feature__list li {
      width: 86.666vw
    }

    .p-feature__list li {
      margin: 60px 0 0 6.666vw
    }

    .p-feature__list li .txt-wrap {
      margin: 35px 0 0 auto;
      /*padding-right: 6.666vw*/
    }

    .p-feature__list li {
      margin: 60px auto 0 -6.666vw
    }

    .p-feature__list li .txt-wrap {
      margin: 35px auto 0 6.666vw
    }

    .p-feature__list li {
      margin-top: 0
    }

    .p-feature__list li .txt-wrap {
      /*width: 80vw;*/
      min-width: initial;
      padding-left: 5.333vw
    }

    .p-feature__list li .txt-wrap .tit {
      font-size: 2rem
    }
  }

  .p-person {
    padding: 140px 0;
    position: relative
  }

  .p-person::after {
    content: "";
    width: 80vw;
    height: 100%;
    background: #f5f6f7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
  }

  .p-person__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .p-person__head .lead {
    margin-left: 7.8125vw;
    line-height: 2
  }

  .p-person__interview__list {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .p-person__interview__list li {
    width: 47.619%
  }

  .p-person__interview__list li .image-wrap a {
    display: block;
    position: relative
  }

  .p-person__interview__list li .image-wrap .icon {
    width: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
  }

  .p-person__interview__list li .image-wrap .tit {
    letter-spacing: .2em;
    line-height: 1;
    color: #fff;
    font-family: classico-urw, sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 1.5em;
    white-space: nowrap
  }

  .p-person__interview__list li .txt-wrap {
    margin-top: 30px
  }

  .p-person__interview__list li .txt-wrap dl {
    color: #333
  }

  .p-person__interview__list li .txt-wrap dl dt {
    letter-spacing: .04em;
    line-height: 1;
    font-family: classico-urw, sans-serif;
    font-size: 3rem;
    font-weight: 400
  }

  .p-person__interview__list li .txt-wrap dl dd {
    margin-top: 1.5em;
    letter-spacing: .14em;
    line-height: 1;
    font-size: 1.2rem
  }

  .p-person__interview__list li .txt-wrap .profile {
    margin-top: 2em;
    padding-top: 1.8em;
    text-align: justify;
    line-height: 2;
    font-size: 1.3rem;
    position: relative
  }

  .p-person__interview__list li .txt-wrap .profile::before {
    content: "";
    width: 50px;
    height: 1px;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0
  }

  .p-person__interview .c-oval-btn {
    text-align: right
  }

  .p-person__staff__list {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .p-person__staff__list::before {
    content: "";
    display: block;
    width: 22.7678%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .p-person__staff__list::after {
    content: "";
    display: block;
    width: 22.7678%
  }

  .p-person__staff__list a:hover dl dt span {
    border-color: rgba(0, 0, 0, 0)
  }

  .p-person__staff__list li {
    width: 29.7678%;
  }

  .p-person__staff__list li:nth-child(n+4) {
    margin-top: 50px
  }

  .p-person__staff__list li .txt-wrap {
    margin-top: 20px;
    position: relative
  }

  .p-person__staff__list li dl dt span {
    display: inline-block;
    font-family: classico-urw, sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    -webkit-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    line-height: 1.5;
    font-size: 2.4rem;
    font-weight: normal;
  }

  .p-person__staff__list li dl dd {
    margin-top: .75em;
    line-height: 1.8;
    font-size: 1.5rem;
  }

  .p-person__staff__list li .icon {
    font-size: 1.6rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0
  }

  .p-person__staff .c-oval-btn {
    text-align: center
  }

  @media only screen and (max-width: 1200px) {
    .p-person {
      padding: 100px 0
    }

    .p-person__interview__list {
      margin-top: 25px
    }

    .p-person__interview__list li .image-wrap .icon {
      width: 56px
    }

    .p-person__interview__list li .image-wrap .tit {
      font-size: 1.5rem
    }

    .p-person__interview__list li .txt-wrap {
      margin-top: 25px
    }

    .p-person__interview__list li .txt-wrap dl dt {
      font-size: 2.6rem
    }

    .p-person__interview__list li .txt-wrap dl dd {
      font-size: 1rem
    }

    .p-person__interview__list li .txt-wrap .profile {
      font-size: 1.1rem
    }

    .p-person__interview__list li .txt-wrap .profile::before {
      width: 40px
    }

    .p-person__staff__list {
      margin-top: 25px
    }

    .p-person__staff__list li:nth-child(n+4) {
      margin-top: 40px
    }

    .p-person__staff__list li .txt-wrap {
      margin-top: 15px
    }

    .p-person__staff__list li dl dt span {
      font-size: 2rem;
      letter-spacing: 1px;
    }

    .p-person__staff__list li dl dd {
      font-size: 1.3rem
    }

    .p-person__staff__list li .icon {
      font-size: 1.5rem
    }
  }

  @media only screen and (max-width: 768px) {
    .p-person {
      padding: 60px 0
    }

    .p-person__head {
      display: block
    }

    .p-person__head .lead {
      margin-top: 2em;
      margin-left: 0;
      text-align: justify;
      line-height: 2;
      font-size:1.5rem
    }

    .p-person__head .lead br {
      display: none
    }

    .p-person__interview__list {
      margin-top: 20px;
      display: block
    }

    .p-person__interview__list li {
      width: 100%
    }

    .p-person__interview__list li:not(:first-child) {
      margin-top: 40px
    }

    .p-person__interview__list li .image-wrap .icon {
      width: 50px
    }

    .p-person__interview__list li .image-wrap .tit {
      font-size: 1.4rem
    }

    .p-person__staff__list {
      margin-top: 20px
    }

    .p-person__staff__list::before,
    .p-person__staff__list::after {
      content: none
    }

    .p-person__staff__list li {
      width: 47.5%
    }

    .p-person__staff__list li:nth-child(n+3) {
      margin-top: 30px
    }

    .p-person__staff__list li .txt-wrap {
      margin-top: 12px
    }

    .p-person__staff__list li dl dt span {
      font-size: 1.5rem
    }

    .p-person__staff__list li dl dd {
      font-size: 1.3rem;
    }

    .p-person__staff__list li .icon {
      font-size: 1.5rem
    }
  }


/*---- 特徴 ------*/
.feature {
  padding: 140px 0;
  position: relative
}

.feature::after {
  content: "";
  width: 80vw;
  height: 100%;
  background: #f5f6f7;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1
}

.feature__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-left: 22%;
}

.feature__head .lead {
  margin-left: 7.8125vw;
  line-height: 2
}

.feature__interview__list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.feature__interview__list li {
  width: 30%
}

.feature__interview__list li .image-wrap a {
  display: block;
  position: relative
}

.feature__interview__list li .image-wrap .icon {
  width: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%)
}

.feature__interview__list li .image-wrap .tit {
  letter-spacing: .2em;
  line-height: 1;
  color: #fff;
  font-family: classico-urw, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 1.5em;
  white-space: nowrap
}

.feature__interview__list li .txt-wrap {
  margin-top: 30px
}

.feature__interview__list li .txt-wrap dl {
  color: #333
}

.feature__interview__list li .txt-wrap dl dt {
  letter-spacing: .04em;
  line-height: 1;
  font-family: classico-urw, sans-serif;
  font-size: 3rem;
  font-weight: 400
}

.feature__interview__list li .txt-wrap dl dd {
  margin-top: 1.5em;
  letter-spacing: .14em;
  line-height: 1;
  font-size: 1.5rem
}

.feature__interview__list li .txt-wrap .profile {
  margin-top: 2em;
  padding-top: 1.8em;
  text-align: justify;
  line-height: 2;
  font-size: 1.5rem;
  position: relative
}

.feature__interview__list li .txt-wrap .profile::before {
  content: "";
  width: 50px;
  height: 1px;
  background: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0;
  left: 0
}

.feature__interview .c-oval-btn {
  text-align: right
}

.feature__staff__list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.feature__staff__list::before {
  content: "";
  display: block;
  width: 22.7678%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.feature__staff__list::after {
  content: "";
  display: block;
  width: 22.7678%
}

.feature__staff__list a:hover dl dt span {
  border-color: rgba(0, 0, 0, 0)
}

.feature__staff__list li {
  width: 29.7678%;
}

.feature__staff__list li:nth-child(n+4) {
  margin-top: 50px
}

.feature__staff__list li .txt-wrap {
  margin-top: 20px;
  position: relative
}

.feature__staff__list li dl dt span {
  display: inline-block;
  letter-spacing: .06em;
  line-height: 1;
  font-family: classico-urw, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  -webkit-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
}

.feature__staff__list li dl dd {
  margin-top: .75em;
  line-height: 1.8;
  font-size: 1.2rem;
}

.feature__staff__list li .icon {
  font-size: 1.6rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0
}

.feature__staff .c-oval-btn {
  text-align: center
}

@media only screen and (max-width: 1200px) {
  .feature {
    padding: 100px 0
  }

  .feature__interview__list {
    margin-top: 25px
  }

  .feature__interview__list li .image-wrap .icon {
    width: 56px
  }

  .feature__interview__list li .image-wrap .tit {
    font-size: 1.5rem
  }

  .feature__interview__list li .txt-wrap {
    margin-top: 25px
  }

  .feature__interview__list li .txt-wrap dl dt {
    font-size: 2.6rem
  }

  .feature__interview__list li .txt-wrap dl dd {
    font-size: 1.5rem
  }

  .feature__interview__list li .txt-wrap .profile {
    font-size: 1.3rem
  }

  .feature__interview__list li .txt-wrap .profile::before {
    width: 40px
  }

  .feature__staff__list {
    margin-top: 25px
  }

  .feature__staff__list li:nth-child(n+4) {
    margin-top: 40px
  }

  .feature__staff__list li .txt-wrap {
    margin-top: 15px
  }

  .feature__staff__list li dl dt span {
    font-size: 2rem;
    letter-spacing: 2px;
  }

  .feature__staff__list li dl dd {
    font-size: 1.3rem
  }

  .feature__staff__list li .icon {
    font-size: 1.5rem
  }
}

@media only screen and (max-width: 768px) {
  .feature {
    padding: 60px 0
  }

  .feature__head {
    display: block
  }

  .feature__head .lead {
    margin-top: 2em;
    margin-left: 0;
    text-align: justify;
    line-height: 2;
    font-size:1.5rem
  }

  .feature__head .lead br {
    display: none
  }

  .feature__interview__list {
    margin-top: 20px;
    display: block
  }

  .feature__interview__list li {
    width: 100%
  }

  .feature__interview__list li:not(:first-child) {
    margin-top: 40px
  }

  .feature__interview__list li .image-wrap .icon {
    width: 50px
  }

  .feature__interview__list li .image-wrap .tit {
    font-size: 1.4rem
  }

  .feature__staff__list {
    margin-top: 20px
  }

  .feature__staff__list::before,
  .feature__staff__list::after {
    content: none
  }

  .feature__staff__list li {
    width: 47.5%
  }

  .feature__staff__list li:nth-child(n+3) {
    margin-top: 30px
  }

  .feature__staff__list li .txt-wrap {
    margin-top: 12px
  }

  .feature__staff__list li dl dt span {
    font-size: 1.5rem
  }

  .feature__staff__list li dl dd {
    font-size: 1rem
  }

  .feature__staff__list li .icon {
    font-size: 1.5rem
  }
}






  .p-works .works-swiper {
    position: relative
  }

  .p-works .works-swiper .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .p-works .works-swiper .swiper-slide {
    width: 26.666%;
    margin: 0 1.5625%
  }

  .p-works .works-swiper .controll {
    width: 316px;
    margin: 60px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
  }

  .p-works .works-swiper .controll .swiper-button-prev,
  .p-works .works-swiper .controll .swiper-button-next {
    width: 56px;
    height: 56px;
    margin-top: 0;
    background-image: none;
    position: relative;
    left: auto;
    top: auto;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 100%;
    -webkit-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
  }

  .p-works .works-swiper .controll .swiper-button-prev::after,
  .p-works .works-swiper .controll .swiper-button-next::after {
    content: none
  }

  .p-works .works-swiper .controll .swiper-button-prev:hover,
  .p-works .works-swiper .controll .swiper-button-next:hover {
    border-color: rgba(0, 0, 0, .5)
  }

  .p-works .works-swiper .controll .swiper-button-prev {
    position: absolute;
    top: 0;
    left: 0
  }

  .p-works .works-swiper .controll .swiper-button-prev::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #111;
    border-right: 1px solid #111;
    position: absolute;
    left: 24px;
    top: 23px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
  }

  .p-works .works-swiper .controll .swiper-button-next {
    position: absolute;
    top: 0;
    right: 0
  }

  .p-works .works-swiper .controll .swiper-button-next::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #111;
    border-right: 1px solid #111;
    position: absolute;
    right: 24px;
    top: 23px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  .p-works .works-swiper .controll .swiper-pagination-fraction {
    width: auto;
    letter-spacing: .06em;
    line-height: 56px;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    font-style: normal;
    position: relative;
    left: auto;
    bottom: auto
  }

  @media only screen and (max-width: 1200px) {
    .p-works .works-swiper .swiper-slide {
      width: 36.666%;
      margin: 0 1.5625%
    }

    .p-works .works-swiper .controll {
      width: 252px;
      margin: 50px auto 0
    }

    .p-works .works-swiper .controll .swiper-button-prev,
    .p-works .works-swiper .controll .swiper-button-next {
      width: 44px;
      height: 44px
    }

    .p-works .works-swiper .controll .swiper-button-prev::before {
      width: 6px;
      height: 6px;
      left: 20px;
      top: 18px
    }

    .p-works .works-swiper .controll .swiper-button-next::before {
      width: 6px;
      height: 6px;
      right: 20px;
      top: 18px
    }

    .p-works .works-swiper .controll .swiper-pagination-fraction {
      line-height: 44px;
      font-size: 1.2rem
    }
  }

  @media only screen and (max-width: 768px) {
    .p-works .c-sec-heading {
      text-align: center
    }

    .p-works .works-swiper .swiper-slide {
      width: 66.6666%;
      margin: 0 3.333%
    }

    .p-works .works-swiper .controll {
      width: 180px;
      margin: 35px auto 0
    }
  }

  .p-cta {
    padding: 50px 0 100px;
    text-align: center;
    background-image: url(../img/contact/bg.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: 100vw auto;
    background-repeat: no-repeat;
    overflow: hidden
  }

  .p-cta .c-sec-heading .ja {
    line-height: 1.8
  }

  .p-cta__btns {
    margin-top: 50px
  }

  .p-cta__btns li {
    width: 500px;
    margin: 0 auto
  }

  .p-cta__btns li:not(:first-child) {
    margin-top: 20px
  }

  .p-cta__btns li:nth-child(2) a {
    color: #333;
    background: #fff
  }

  .p-cta__btns li a {
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    position: relative;
    border: 1px solid #afb7c3;
    border-radius: 57px;
    background: #afb7c3
  }

  .p-cta__btns li a:hover {
    color: #fff;
    background: #97a1b3
  }

  .p-cta__btns li a .icon {
    font-size: 2.4rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 80px
  }

  .p-cta__btns li a .txt span {
    display: block;
    font-size: 2.6rem;
    font-family: classico-urw, sans-serif;
  }

  .p-cta__btns li a .txt .ja {
    letter-spacing: .14em;
    line-height: 1;
    font-size: 2rem;
    padding-left: 22px;
  }

  .p-cta__btns li a .txt .en {
    margin-top: .66em;
    letter-spacing: .16em;
    line-height: 1;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-size: 1.2rem;
    font-weight: 400
  }

  @media only screen and (max-width: 1200px) {
    .p-cta {
      padding: 70px 0 10vw;
    }

    .p-cta__btns {
      margin-top: 40px
    }

    .p-cta__btns li {
      width: 460px
    }

    .p-cta__btns li:not(:first-child) {
      margin-top: 15px
    }

    .p-cta__btns li a {
      height: 88px;
      border-radius: 45px
    }

    .p-cta__btns li a .icon {
      font-size: 2rem;
      left: 60px
    }

    .p-cta__btns li a .txt .ja {
      font-size: 1.5rem
    }

    .p-cta__btns li a .txt .en {
      font-size: 1rem
    }
  }

  @media only screen and (max-width: 768px) {
    .p-cta {
      padding: 70px 0 70px;
      background: url(../img/contact/bg_sp.jpg) center top no-repeat;
      background-size: cover
    }

    .p-cta__btns {
      margin-top: 30px
    }

    .p-cta__btns li {
      width: 86.666%
    }

    .p-cta__btns li:not(:first-child) {
      margin-top: 12px
    }

    .p-cta__btns li a {
      height: 72px;
      border-radius: 37px
    }

    .p-cta__btns li a .icon {
      font-size: 1.8rem;
      left: 40px
    }

    .p-cta__btns li a .txt .ja {
      font-size: 1.3rem
    }

    .p-cta__btns li a .txt .en {
      font-size: 1rem
    }
  }

  aside {
    background: #464f59
  }

  .p-insta {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
  }

  .p-insta a {
    display: block;
    position: relative
  }

  .p-insta a::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
  }

  .p-insta a:hover::after {
    background: rgba(0, 0, 0, .1)
  }

  .p-insta a .txt-wrap {
    margin-top: 15px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 2
  }

  .p-insta a .txt-wrap .icon {
    font-size: 3.4rem
  }

  .p-insta a .txt-wrap .txt {
    letter-spacing: .1em;
    line-height: 30px;
    font-family: classico-urw, sans-serif;
    font-size: 1.6rem;
    font-weight: 400
  }

  @media only screen and (max-width: 1200px) {
    .p-insta a .txt-wrap {
      margin-top: 14px
    }

    .p-insta a .txt-wrap .icon {
      font-size: 2.7rem
    }

    .p-insta a .txt-wrap .txt {
      line-height: 28px;
      font-size: 1.4rem
    }
  }

  @media only screen and (max-width: 768px) {
    .p-insta a .txt-wrap {
      margin-top: 13px
    }

    .p-insta a .txt-wrap .icon {
      font-size: 2.5rem
    }

    .p-insta a .txt-wrap .txt {
      line-height: 26px;
      font-size: 1.3rem
    }
  }

  .form-page,
  .thanks-page {
    margin-bottom: 200px
  }

  @media only screen and (max-width: 1200px) {

    .form-page,
    .thanks-page {
      margin-bottom: 150px
    }
  }

  @media only screen and (max-width: 768px) {

    .form-page,
    .thanks-page {
      margin-bottom: 100px
    }
  }

  .c-inquiry-title {
    padding: 180px 0 60px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
  }

  .c-inquiry-title .sub {
    margin-top: 3em;
    line-height: 2.2
  }

  @media only screen and (max-width: 1200px) {
    .c-inquiry-title {
      padding: 140px 0 45px
    }
  }

  @media only screen and (max-width: 768px) {
    .c-inquiry-title {
      padding: 50px 0 25px
    }

    .c-inquiry-title .sub {
      text-align: justify
    }

    .c-inquiry-title .sub br {
      display: none
    }
  }

  .p-inquiry-form__list {
    margin-top: 60px
  }

  .mw_wp_form_input .p-inquiry-form__list__tit {
    margin-bottom: 15px;
    font-size: 1.8rem;
    font-weight: 600
  }

  .mw_wp_form_input .p-inquiry-form__list__tit .tag-required {
    margin-left: .3em;
    display: inline-block;
    color: #f65e75
  }

  .p-inquiry-form__list__item {
    position: relative
  }

  @media only screen and (max-width: 1200px) {
    .p-inquiry-form__list {
      margin-top: 50px
    }

    .mw_wp_form_input .p-inquiry-form__list__tit {
      margin-bottom: 12px;
      font-size: 1.6rem
    }
  }

  @media only screen and (max-width: 768px) {
    .p-inquiry-form__list {
      margin-top: 40px
    }

    .mw_wp_form_input .p-inquiry-form__list__tit {
      margin-bottom: 10px;
      font-size: 1.4rem
    }
  }


.mw_wp_form_confirm .p-inquiry-form__list__tit {
    width: 25%;
    padding: 28px 0;
    text-align: center;
    font-weight: 400;
    background: #f7f7f7;
    border-bottom:1px solid #f7f7f7;
}

.mw_wp_form_confirm .p-inquiry-form__list__item {
  position: relative;
  padding: 28px 35px;
  color: #555;
  width: 75%;
  border-bottom:1px solid #f7f7f7;
}

.mw_wp_form_confirm .p-inquiry-form__list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}



  input,
  button,
  textarea,
  select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    letter-spacing: .1em;
    color: #262626;
    font-family: inherit;
    font-size: 16px;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  input::-webkit-input-placeholder {
    color: #c1c2c3 !important
  }

  input::-moz-placeholder {
    color: #c1c2c3 !important
  }

  input:-ms-input-placeholder {
    color: #c1c2c3 !important
  }

  input::-ms-input-placeholder {
    color: #c1c2c3 !important
  }

  input::placeholder {
    color: #c1c2c3 !important
  }

  @media only screen and (max-width: 768px) {

    input[type=text]::-webkit-input-placeholder,
    input[type=tel]::-webkit-input-placeholder,
    input[type=email]::-webkit-input-placeholder {
      -webkit-transform: translateY(-0.2em);
      transform: translateY(-0.2em)
    }
  }

  input[type=radio],
  input[type=checkbox] {
    visibility: hidden;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto
  }

  .texarea {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto
  }

  .radio01formError {
    margin-top: -40px !important
  }

  .check01formError {
    margin-top: -40px !important
  }

  .p-inquiry-form input.text,
  .p-inquiry-form div.text {
    width: 100%;
    line-height: 1.5;
    padding: 1.7em 1.5em;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 5px;
    background: #f5f6f7
  }

  @media only screen and (max-width: 1200px) {

    .p-inquiry-form input.text,
    .p-inquiry-form div.text {
      padding: 1.5em 1em;
      font-size: 1.4rem
    }
  }

  @media only screen and (max-width: 768px) {

    .p-inquiry-form input.text,
    .p-inquiry-form div.text {
      padding: 1.4em 1em;
      font-size: 1.3rem
    }
  }

  .p-inquiry-form input.mt {
    margin-top: 15px
  }

  .p-inquiry-form input.text:focus,
  .p-inquiry-form div.text:focus {
    border-color: rgba(0, 0, 0, .5);
    background: #fff
  }

  .formError+input.text,
  .formError+div.text,
  .formError+select {
    border-color: #f65e75 !important
  }

  .p-inquiry-form .check,
  .p-inquiry-form .radio {
    position: relative
  }

  .p-inquiry-form .check label,
  .p-inquiry-form .radio label {
    margin-left: -17px;
    padding-left: 32px;
    line-height: 1.5;
    color: #000;
    font-size: 16px;
    display: inline-block;
    position: relative;
    cursor: pointer
  }

  .p-inquiry-form .check label a,
  .p-inquiry-form .radio label a {
    display: inline-block;
    border-bottom: 1px solid #404040
  }

  .p-inquiry-form .check label a:hover,
  .p-inquiry-form .radio label a:hover {
    border-color: rgba(0, 0, 0, 0)
  }

  @media only screen and (max-width: 1200px) {

    .p-inquiry-form .check label,
    .p-inquiry-form .radio label {
      margin-left: -18px;
      padding-left: 26px;
      font-size: 1.4rem
    }
  }

  @media only screen and (max-width: 768px) {

    .p-inquiry-form .check label,
    .p-inquiry-form .radio label {
      font-size: 1.3rem
    }
  }

  .checkbox {
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
  }

  .checkbox:hover::after,
  .p-inquiry-form .radio label:hover::before {
    border-color: #262626
  }

  .checkbox::after {
    margin-top: .075em;
    -webkit-transition: border-color .2s linear;
    transition: border-color .2s linear;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 3px;
    content: "";
    background: #fff;
    z-index: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  @media only screen and (max-width: 1200px) {
    .checkbox::after {
      width: 18px;
      height: 18px
    }
  }

  @media only screen and (max-width: 768px) {
    .checkbox::after {
      width: 16px;
      height: 16px
    }
  }

  .checkbox::before {
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    position: absolute;
    top: 50%;
    left: 8px;
    display: block;
    margin-top: -5px;
    width: 5px;
    height: 9px;
    border-right: 2px solid #262626;
    border-bottom: 2px solid #262626;
    content: "";
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 10
  }

  @media only screen and (max-width: 1200px) {
    .checkbox::before {
      width: 4px;
      height: 8px;
      margin-top: -4px;
      left: 7px
    }
  }

  .form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .form-inline .radio {
    width: 140px
  }

  @media only screen and (max-width: 1200px) {
    .form-inline .radio {
      width: 120px
    }
  }

  @media only screen and (max-width: 768px) {
    .form-inline .radio {
      width: 100px
    }
  }

  input[type=checkbox]:checked+.checkbox::before {
    opacity: 1
  }

  .p-inquiry-form .radio label::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 100%;
    -webkit-transition: border-color .2s linear;
    transition: border-color .2s linear;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  @media only screen and (max-width: 1200px) {
    .p-inquiry-form .radio label::before {
      width: 20px;
      height: 20px
    }
  }

  @media only screen and (max-width: 768px) {
    .p-inquiry-form .radio label::before {
      width: 18px;
      height: 18px
    }
  }

  input[type=radio]:checked+label::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 7px;
    width: 8px;
    height: 8px;
    background: #111;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  @media only screen and (max-width: 1200px) {
    input[type=radio]:checked+label::after {
      width: 6px;
      height: 6px;
      left: 6px
    }
  }

  .p-inquiry-form .select select {
    width: 100%;
    padding: 1.7em 40px 1.7em 1.5em;
    display: block;
    line-height: 1.5;
    color: #111 !important;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 5px;
    background: #f4f6f6;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    z-index: 0
  }

  @media only screen and (max-width: 1200px) {
    .p-inquiry-form .select select {
      padding: 1.5em 30px 1.5em 1em;
      font-size: 1.4rem
    }
  }

  @media only screen and (max-width: 768px) {
    .p-inquiry-form .select select {
      padding: 1.4em 25px 1.4em 1em;
      font-size: 1.3rem
    }
  }

  .p-inquiry-form .select::before {
    content: "";
    width: 16px;
    height: 9px;
    display: block;
    position: absolute;
    right: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/arrow-down-blk.svg) no-repeat center center;
    background-size: contain;
    z-index: 10
  }

  @media only screen and (max-width: 1200px) {
    .p-inquiry-form .select::before {
      width: 14px;
      height: 8px;
      right: 20px
    }
  }

  @media only screen and (max-width: 768px) {
    .p-inquiry-form .select::before {
      width: 12px;
      height: 7px;
      right: 15px
    }
  }

  .p-inquiry-form .textarea {
    width: 100%;
    padding: 1.5em;
    line-height: 1.8;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 5px;
    background: #f4f6f6;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
  }

  @media only screen and (max-width: 1200px) {
    .p-inquiry-form .textarea {
      padding: 1em;
      font-size: 1.4rem
    }
  }

  @media only screen and (max-width: 768px) {
    .p-inquiry-form .textarea {
      font-size: 1.3rem
    }
  }

  .p-inquiry-form .textarea:focus {
    border-color: rgba(0, 0, 0, .5);
    background: #fff
  }

  .p-inquiry-form input.text.is-invalid,
  .p-inquiry-form div.text.is-invalid,
  .p-inquiry-form .select select.is-invalid,
  .p-inquiry-form .textarea.is-invalid {
    border-color: #dc2e41;
    background: #fceef1
  }

  .p-inquiry-form__submit {
    margin-top: 60px
  }

  @media only screen and (max-width: 1200px) {
    .p-inquiry-form__submit {
      margin-top: 50px
    }
  }

  @media only screen and (max-width: 768px) {
    .p-inquiry-form__submit {
      margin-top: 40px
    }
  }

  .p-inquiry-form__btn-box {
    margin-top: 60px;
    padding-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-top: 1px solid rgba(0, 0, 0, .1)
  }

  .p-inquiry-form__btn-box .back-btn {
    margin-right: 2.5em;
    line-height: 1.5;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    color: #999;
    font-size: 1.5rem;
    border-bottom: 1px solid #999
  }

  .p-inquiry-form__btn-box .back-btn:hover {
    color: #404040;
    border-color: rgba(0, 0, 0, 0)
  }

  .p-inquiry-form__btn-box .submit-btn {
    width: 320px;
    height: 66px;
    text-align: center;
    line-height: 66px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    border-radius: 5px;
    background: #404040;
    cursor: pointer;
    position: relative
  }

  .p-inquiry-form__btn-box .submit-btn[disabled] {
    color: #fff;
    background: #c0c1c2;
    pointer-events: none
  }

  .p-inquiry-form__btn-box .submit-btn::after {
    content: "";
    font-family: "icomoon";
    font-size: 1.6rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    z-index: 10
  }

  .p-inquiry-form__btn-box .submit-btn:hover {
    opacity: .7
  }

  @media only screen and (max-width: 1200px) {
    .p-inquiry-form__btn-box {
      margin-top: 50px;
      padding-top: 50px
    }

    .p-inquiry-form__btn-box .back-btn {
      font-size: 1.3rem
    }

    .p-inquiry-form__btn-box .submit-btn {
      width: 250px;
      height: 56px;
      line-height: 56px;
      font-size: 1.4rem
    }

    .p-inquiry-form__btn-box .submit-btn::after {
      font-size: 1.4rem;
      right: 15px
    }
  }

  @media only screen and (max-width: 768px) {
    .p-inquiry-form__btn-box {
      margin-top: 40px;
      padding-top: 40px;
      display: block
    }

    .p-inquiry-form__btn-box .back-btn {
      margin: 2em auto 0;
      display: block;
      text-align: center;
      font-size: 1.2rem
    }

    .p-inquiry-form__btn-box .submit-btn {
      width: 100%;
      max-width: 400px
    }
  }

  .form-table {
    width: 100%;
    border-spacing: 0
  }

  .form-table tr {
    display: block
  }

  .form-table tr:not(:first-of-type) {
    border-top: 1px solid #ccc
  }

  .form-table th {
    width: 240px;
    padding: 28px 0;
    text-align: center;
    font-weight: 400;
    background: #f7f7f7
  }

  .form-table td {
    padding: 28px 35px;
    color: #555
  }

  @media only screen and (max-width: 1200px) {
    .form-table th {
      width: 210px;
      padding: 22px 0
    }

    .form-table td {
      padding: 22px 28px
    }
  }

  @media only screen and (max-width: 768px) {
    .form-table tr:not(:first-of-type) {
      margin-top: 15px
    }

    .form-table th {
      width: 100%;
      padding: 15px 0;
      display: block
    }

    .form-table td {
      width: 100%;
      padding: 15px 0;
      display: block
    }
  }

  .form-table+p+.p-inquiry-form__submit {
    margin-top: 0
  }

  .form-table+p+.p-inquiry-form__submit .p-inquiry-form__btn-box {
    margin-top: 0
  }

  @media only screen and (max-width: 768px) {
    .form-table+p+.p-inquiry-form__submit {
      margin-top: 15px
    }
  }

  .thanks-page .c-inquiry-title {
    margin-bottom: 80px;
    padding-bottom: 0;
    border-bottom: none
  }

  @media only screen and (max-width: 1200px) {
    .thanks-page .c-inquiry-title {
      margin-bottom: 60px
    }
  }

  @media only screen and (max-width: 768px) {
    .thanks-page .c-inquiry-title {
      margin-bottom: 45px
    }
  }

  .thanks-page .thanks-note {
    padding: 5%;
    text-align: justify;
    border: 1px solid rgba(0, 0, 0, .5);
    position: relative
  }

  .thanks-page .thanks-note::before,
  .thanks-page .thanks-note::after {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute
  }

  .thanks-page .thanks-note::before {
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(50%) translateX(-50%);
    transform: translateY(50%) translateX(-50%)
  }

  .thanks-page .thanks-note::after {
    top: 0;
    right: 0;
    -webkit-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%)
  }

  .thanks-page .p-inquiry-form__submit {
    margin-top: 80px
  }

  .thanks-page .p-inquiry-form__submit .p-inquiry-form__btn-box {
    margin-top: 0;
    padding-top: 0;
    border-top: none
  }

  @media only screen and (max-width: 1200px) {
    .thanks-page .p-inquiry-form__submit {
      margin-top: 60px
    }
  }

  @media only screen and (max-width: 768px) {
    .thanks-page .p-inquiry-form__submit {
      margin-top: 45px
    }
  }

  .p-person-hero {
    margin-top: 60px;
    padding-left: 70px;
    position: relative;
  }
  .p-person-hero-new {
    margin-top: 60px;
    position: relative;
  }
  @media only screen and (max-width: 1200px) {
    .p-person-hero {
      margin-top: 48px;
      padding-left: 56px;
      position: relative;
    }
    .p-person-hero-new {
        margin-top: 48px;
        position: relative;
      }
  }

  @media only screen and (max-width: 768px) {
    .p-person-hero {
      margin-top: 6.666vw;
      padding-left: 0;
      position: relative;
    }
  }


  .p-person-studio {
    position: relative;
    margin-bottom:80px;
  }


  .p-person-index .p-person {
    padding: 0
  }

  .p-person-index .p-person::after {
    content: none
  }

  @media only screen and (max-width: 768px) {
    .p-person-index .p-person .c-sec-heading .en {
      letter-spacing: .04em;
      font-size: 3.2rem;
      white-space: nowrap
    }
  }

  .p-person-index .p-person__sub {
    margin-top: 3em;
    line-height: 2.2
  }

  @media only screen and (max-width: 768px) {
    .p-person-index .p-person__sub {
      text-align: justify;
      font-size: 1.5rem;
    }

    .p-person-index .p-person__sub br {
      display: none
    }
  }

  .p-person-index .p-person__staff .area-tit {
    padding-top: 2em;
    letter-spacing: .1em;
    font-size: 2.5rem;
    font-weight: 400;
    border-top: 1px solid rgba(0, 0, 0, .1)
  }

  @media only screen and (max-width: 1200px) {
    .p-person-index .p-person__staff .area-tit {
      font-size: 2rem
    }
  }

  @media only screen and (max-width: 768px) {
    .p-person-index .p-person__staff .area-tit {
      font-size: 1.8rem
    }
  }

  .p-person-index .p-person .c-simple-btn {
    text-align: center
  }

  .p-person-detail {
    padding-bottom: 150px
  }

  .p-person-detail .copyright {
    text-align: center;
    letter-spacing: .1em;
    line-height: 1;
    color: rgba(0, 0, 0, .5);
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 400;
    font-size: 1.2rem
  }

  @media only screen and (max-width: 1200px) {
    .p-person-detail {
      padding-bottom: 105px
    }

    .p-person-detail .copyright {
      font-size: 1rem
    }
  }

  @media only screen and (max-width: 768px) {
    .p-person-detail {
      padding-bottom: 70px
    }
  }



  .c-case-gallery {
    padding-top: 150px;
    position: relative
  }

  .c-case-gallery::before {
    content: "";
    width: 100%;
    height: calc(50% + 89.015px);
    background: #f5f6f7;
    position: absolute;
    top: 0;
    left: 0
  }

  @media only screen and (max-width: 1200px) {
    .c-case-gallery {
      padding-top: 105px
    }

    .c-case-gallery::before {
      height: calc(50% + 65.625px)
    }
  }

  @media only screen and (max-width: 768px) {
    .c-case-gallery {
      padding-top: 70px
    }

    .c-case-gallery::before {
      height: 37%
    }
  }

  .c-case-gallery .c-sec-heading {
    text-align: center
  }

  .c-case-gallery__list {
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .c-case-gallery__list__item {
    width: 16.6666%;
    cursor: pointer;
    -webkit-clip-path: inset(3px);
    clip-path: inset(3px)
  }

  .c-case-gallery__list__item picture {
    overflow: hidden
  }

  .c-case-gallery__list__item picture span {
    width: 100%;
    height: 0;
    padding-top: 100%;
    display: block;
    position: relative
  }

  .c-case-gallery__list__item picture span img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
  }

  @media only screen and (max-width: 1200px) {
    .c-case-gallery__list {
      margin-top: 35px
    }

    .c-case-gallery__list__item {
      -webkit-clip-path: inset(2px);
      clip-path: inset(2px)
    }
  }

  @media only screen and (max-width: 768px) {
    .c-case-gallery__list {
      width: 100vw;
      margin: 25px 0 0 -6.666vw;
      padding: 0 1px
    }

    .c-case-gallery__list__item {
      width: 33.333%;
      -webkit-clip-path: inset(1px);
      clip-path: inset(1px)
    }
  }

  .c-case-gallery .c-oval-btn,
  .c-case-gallery .c-simple-btn {
    text-align: center
  }

  .p-person-detail-close {
    width: 150px;
    height: 150px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10
  }

  .p-person-detail-close::before,
  .p-person-detail-close::after {
    content: "";
    width: 40px;
    height: 2px;
    background: #333;
    position: absolute;
    top: 50%;
    left: calc(50% - 20px)
  }

  .p-person-detail-close::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  .p-person-detail-close::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  .p-person-detail-close a {
    width: 100%;
    height: 100%;
    display: block
  }

  .p-person-detail-close a span {
    display: none
  }

  @media only screen and (max-width: 1200px) {
    .p-person-detail-close {
      width: 120px;
      height: 120px
    }

    .p-person-detail-close::before,
    .p-person-detail-close::after {
      width: 32px;
      height: 2px;
      left: calc(50% - 16px)
    }
  }

  @media only screen and (max-width: 960px) {
    .p-person-detail-close {
      width: 16.666vw;
      height: 16.666vw
    }

    .p-person-detail-close::before,
    .p-person-detail-close::after {
      width: 30px;
      height: 1px;
      left: calc(50% - 15px)
    }
  }


  #news .secNews {
    padding: 120px 0 128px;
    background: url(../img/top/news_bg@2x.png) no-repeat center top 75px/1542px;
  }

  #news .c-oval-btn {
    text-align: center;
  }

  #news .c-simple-btn {
    text-align: center;
  }

  @media (max-width: 768px) {
    #news .secNews {
      padding: 20.2vw 0 13vw;
      background: url(../img/top/news_bg_sp@2x.png) no-repeat right 3vw top 17vw/24vw;
    }
  }
  #news .secNews__box {
    /*display: grid;*/
    grid-template-columns: 218px 1fr;
    margin-bottom: 37px;
  }
  @media (max-width: 768px) {
    #news .secNews__box {
      grid-template-columns: 1fr;
      margin-bottom: 5vw;
      gap: 1vw 0;
    }
  }
  @media (max-width: 768px) {
    #news .secNews__heading .heading-01__en {
      margin-bottom: 6vw;
    }
  }
  #news .secNews__list {
    margin-top: 45px;
  }
  @media (max-width: 768px) {
    #news .secNews__list {
      margin-top: 0;
    }
  }
  #news .secNews__item {
    border-bottom: 1px solid #e1bd21;
  }
  #news .secNews__item a {
    display: grid;
    grid-template-columns: 180px 1fr;
    align-items: center;
    padding: 25px 0;
  }
  @media (max-width: 768px) {
    #news .secNews__item a {
      padding: 3.5vw 0 4.6vw;
      grid-template-columns: 1fr;
      gap: 2vw 0;
    }
  }
  @media (hover: hover) {
    #news .secNews__item a:hover .secNews__ttl {
      text-decoration: underline;
    }
  }
  @media (max-width: 768px) {
    #news .secNews__date {
      font-size: 3.8vw;
    }
  }
  #news .secNews__ttl {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  @media (max-width: 768px) {
    #news .secNews__ttl {
      font-size: 3.8vw;
      -webkit-line-clamp: 2;
      line-height: 1.73;
    }
  }



#news .news-article {
  padding: 69px 0 50px;
}
@media (max-width: 768px) {
  #news .news-article {
    padding: 11vw 0 7vw;
  }
}
#news .news-article__cont {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 50px;
  /*border-bottom: 2px solid #e1bd21;*/
}
@media (max-width: 768px) {
  #news .news-article__cont {
    padding: 0 0 10vw;
  }
}
#news .news-article__header {
  margin-bottom: 65px;
  border-bottom: 2px solid #997a43;
  padding: 0 40px 27px;
}
@media (max-width: 768px) {
  #news .news-article__header {
    padding: 0 0 4vw;
    margin-bottom: 5.7vw;
  }
}
#news .secNewsColumn__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #news .secNewsColumn__meta {
    margin-bottom: 3vw;
  }
}
#news .secNewsColumn__date {
  font-size: 16px;
}
@media (max-width: 768px) {
  #news .secNewsColumn__date {
    font-size: 3.8vw;
  }
}
#news .news-article__ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.75;
}
@media (max-width: 768px) {
  #news .news-article__ttl {
    font-size: 4vw;
  }
}
#news .news-article__thumb {
  width: 67%;
  margin: 0 auto 50px;
}
@media (max-width: 768px) {
  #news .news-article__thumb {
    width: 100%;
    margin: 0 auto 5vw;
  }
}
#news .news-article__thumb img {
  width: 100%;
}
#news .news__btn {
  margin-bottom: 110px;
}
@media (max-width: 768px) {
  #news .news__btn {
    margin-bottom: 14vw;
  }
}
#news .news__btn a {
  margin: 0 auto;
}

#news .articleList {
  padding: 55px 0 140px;
}
@media (max-width: 768px) {
  #news .articleList {
    padding: 11vw 0 15vw;
  }
}
#news .articleList__inner {
  max-width: 940px;
}
#news .articleList__itemWrap {
  margin-bottom: 57px;
}
@media (max-width: 768px) {
  #news .articleList__itemWrap {
    margin-bottom: 7vw;
  }
}
#news .articleList__item {
  border-bottom: 1px solid #e1bd21;
  padding: 24px 49px;
}
@media (max-width: 768px) {
  #news .articleList__item {
    padding: 4vw 0;
  }
}
#news .articleList__item a {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 0;
}
@media (max-width: 768px) {
  #news .articleList__item a {
    display: block;
  }
}
@media (hover: hover) {
  #news .articleList__item a:hover .secNewsColumn__ttl {
    text-decoration: underline;
  }
}
#news .articleList__item a .secNewsColumn__ttl {
  font-size: 16px;
  line-height: 2.25;
}
@media (max-width: 768px) {
  #news .articleList__item a .secNewsColumn__ttl {
    font-size: 3.8vw;
    line-height: 1.65;
  }
}
#news .articleList__item a .secNewsColumn__date {
  font-size: 16px;
  line-height: 2.25;
}
@media (max-width: 768px) {
  #news .articleList__item a .secNewsColumn__date {
    font-size: 3.2vw;
    line-height: 1.65;
    margin-bottom: 2vw;
  }
}
#news .wp-pagenavi .nextpostslink {
  right: -3px;
}
#news .wp-pagenavi .previouspostslink {
  left: -3px;
}


#news .single-content h2 {
  padding: 0rem 2rem 0px;
  margin-bottom: 20px;
  border-left: 4px solid #997a43;
}


#news .single-content h3 {
  color: #997a43;/*文字色*/
      padding: 10px 0 10px;
}

#news .single-content h4 {
  font-weight:bold;
  padding: 0 0 10px;
  font-size:15px;
}

#news .single-content p {
  padding:0px 0 50px;
  line-height: 2.2;
  font-size: 1.5rem;
}

#news .marker {
  background: linear-gradient(transparent 50%, #fffe00 50%);
}


.gray_back {
    background-color: #f5f5f5;
}
.wrapper {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    max-width: 1024px;
    width: 100%;
}

/* =========== image-box =========== */
.image-box {
  position: relative;
  margin-bottom: 60px;
  width: 77%;
  /* display: inline-block; */
  margin: 0px auto;
  padding: 30px 0;
}
@media only screen and (max-width: 48em) {
  .image-box {
    margin-bottom: 5%;
    width: 100%;
    /* display: inherit; */
    /* margin-top: 5%; */
    padding-top: 20px;
    padding-bottom: 0px;
  }
}
.image-box:hover .image-box_bg-img:before {
  border-color: #b79459;
}
.image-box:hover .image-box_bg-img2:before {
  border-color: #b79459;
}

/* = image-box_bg-img = */
.image-box_bg-img {
  position: relative;
  padding-top: 33.78906%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.image-box_bg-img:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-width: 6px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3);
  /*background-color: rgba(0, 0, 0, 0.35);*/
  content: "";
  transition: border-color 0.15s linear;
}
.image-box_bg-img img {
  position: absolute;
  top: 0;
  visibility: hidden;
}
@media only screen and (max-width: 48em) {
  .image-box_bg-img {
    padding-top: 116%;
    width: 100%;
  }
  .image-box_bg-img:before {
    border: none;
  }
}

.image-box_bg-img2 {
  position: relative;
  padding-top: 17%;
  width: 100%;

  background-size: cover;
  background-repeat: no-repeat;
}
.image-box_bg-img2:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-width: 6px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3);
  /*background-color: rgba(0, 0, 0, 0.35);*/
  content: "";
  transition: border-color 0.15s linear;
}
.image-box_bg-img2 img {
  position: absolute;
  top: 0;
  visibility: hidden;
}
@media only screen and (max-width: 48em) {
  .image-box_bg-img2 {
    padding-top: 28.78906%;
    width: 100%;
    background-size: cover;
    /*background-repeat: no-repeat;*/
  }
  .image-box_bg-img2:before {
    border: none;
  }
}



/* = image-box_content = */
.image-box_content {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 23%;
  text-align: center;
}
@media only screen and (max-width: 48em) {
  .image-box_content {
    position: relative;
    height: auto;
    padding-top: 20px;
  }
}


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