@charset "UTF-8";
@import url("https://use.typekit.net/yqy1gwx.css");
@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadein-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes repeatDown {
  0% {
    opacity: 0;
    top: 50%; }
  20% {
    opacity: 1;
    top: 50%; }
  70% {
    opacity: 1;
    top: 110%; }
  100% {
    opacity: 0;
    top: 110%; } }
@keyframes slide-1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(150%);
    transform: translateX(150%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
/* common
-------------------------------------------------------------- */
.fadein {
  -webkit-animation: fadein 1.2s ease-out .3s 1 normal forwards;
  animation: fadein 1.2s ease-out .3s 1 normal forwards; }

.fadein-up {
  -webkit-animation: fadein-up 1s ease-out .0s 1 normal forwards;
  animation: fadein-up 1s ease-out .0s 1 normal forwards; }

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
* {
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img {
  display: block; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

body {
  position: relative;
  overflow-x: hidden;
  height: 100%;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  background: #ffffff;
  font-size: 1.3rem;
  line-height: 2.15;
  letter-spacing: 0.15rem; }
  body.locked {
    overflow-y: hidden; }

h1, h2, h3, h4, h5 {
  font-size: 2rem;
  line-height: 1.8; }

a {
  color: #ffffff;
  text-decoration: none;
  transition: .3s ease-in; }
  a:hover, a:focus {
    color: #ea5514; }

ol, ul, dl, dt, dd {
  list-style: none;
  font-weight: normal;
  line-height: 2; }

img {
  width: 100%;
  height: auto;
  vertical-align: bottom; }

img[src$=".svg"] {
  /* for IE */
  width: 100%; }

table th, table td {
  text-align: left;
  vertical-align: middle;
  padding: .5em 1em; }

::selection {
  color: #ffffff;
  background: #ea5514; }

::-moz-selection {
  color: #ffffff;
  background: #ea5514; }

.p-index-wrap {
  position: relative;
  overflow-x: hidden; }

#p-index-intro-anim-wrap {
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  position: relative;
  width: 100vw;
  height: 100vh;
  display: none; }

#p-index-intro-anim {
  position: absolute;
  width: 100vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 900px;
  display: none; }

#dom_overlay_container {
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  display: block; }

.p-index-main {
  display: none; }

.p-index-header {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background: url("../img/index/header.jpg") no-repeat center center/cover; }

.p-index-header-txt-main {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background: url("../img/index/header-txt.png") no-repeat center center/contain;
  text-indent: -9999px; }
  @media (max-width: 767px) {
    .p-index-header-txt-main {
      background-size: 180%; } }

.p-index-header-txt-scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  font-size: 1.1rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  writing-mode: vertical-rl;
  line-height: 1; }
  .p-index-header-txt-scroll p {
    position: relative;
    opacity: 0;
    padding-bottom: 50px;
    transform: translateY(-20px); }
    .p-index-header-txt-scroll p:before {
      content: "";
      position: absolute;
      width: 5px;
      height: 5px;
      left: 2px;
      background-color: #ffffff;
      border-radius: 50%;
      animation: repeatDown 3s cubic-bezier(0.24, 0.66, 0.64, 0.96) 2.5s infinite;
      opacity: 0; }
    .p-index-header-txt-scroll p:after {
      content: "";
      width: 1px;
      height: 0px;
      background-color: #ffffff;
      position: absolute;
      left: 4px;
      top: 50%; }
    .is-start .p-index-header-txt-scroll p {
      opacity: 1;
      transition: .8s 1.2s;
      -webkit-transform: translateY(0px);
      transform: translateY(0px); }
      .is-start .p-index-header-txt-scroll p:after {
        transition: .6s;
        transition-delay: 1.9s;
        height: 100%; }

.p-index-header-logo {
  position: absolute;
  bottom: 2rem;
  opacity: 0;
  transform: translateX(-10px);
  width: 100px; }
  @media (min-width: 768px) {
    .p-index-header-logo {
      width: 120px; } }
  .is-start .p-index-header-logo {
    opacity: 1;
    transform: translateX(10px);
    transition: 1s 2.5s; }

.p-index-header-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transition: .9s; }

.p-index-header-mask-1 {
  transition: 1.24s cubic-bezier(0.06, 0.51, 0.38, 0.98);
  transition-delay: 0s;
  transform: rotate(-39.3deg) scale(2, 0.3) translate(0%, 0%); }
  .is-start .p-index-header-mask-1 {
    transform: rotate(-39.3deg) scale(2, 0.3) translate(100%, 0%); }

.p-index-header-mask-2 {
  transition-delay: .90s;
  -webkit-transform: rotate(-39.3deg) scale(2, 1) translate(0%, -58%);
  transform: rotate(-39.3deg) scale(2, 1) translate(0%, -58%); }
  .is-start .p-index-header-mask-2 {
    -webkit-transform: rotate(-39.3deg) scale(2, 1) translate(0%, -160%);
    transform: rotate(-39.3deg) scale(2, 1) translate(0%, -160%); }

.p-index-header-mask-3 {
  transition-delay: .90s;
  -webkit-transform: rotate(-39.3deg) scale(2, 1) translate(0%, 54%);
  transform: rotate(-39.3deg) scale(2, 1) translate(0%, 54%); }
  .is-start .p-index-header-mask-3 {
    -webkit-transform: rotate(-39.3deg) scale(2, 1) translate(0%, 160%);
    transform: rotate(-39.3deg) scale(2, 1) translate(0%, 160%); }

.p-index-concept-item {
  position: relative;
  display: flex; }
  @media (max-width: 767px) {
    .p-index-concept-item {
      flex-direction: column; } }
  @media (min-width: 768px) {
    .p-index-concept-item {
      overflow: hidden; } }
  .p-index-concept-item:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    background: #ffffff;
    width: 100%;
    transition: 1.2s cubic-bezier(0.65, 0.07, 0.44, 0.91); }

.p-index-concept-1 {
  z-index: 3; }
  .p-index-concept-1:before {
    left: 0; }
    @media (max-width: 767px) {
      .p-index-concept-1:before {
        -webkit-transform: skew(-30deg) scale(2.5, 1.2);
        transform: skew(-30deg) scale(2.5, 1.2); } }
    @media (min-width: 768px) {
      .p-index-concept-1:before {
        -webkit-transform: skew(-30deg) scale(1.5, 1.2);
        transform: skew(-30deg) scale(1.5, 1.2); } }
  @media (max-width: 767px) {
    .p-index-concept-1.is-start:before {
      left: 250%; } }
  @media (min-width: 768px) {
    .p-index-concept-1.is-start:before {
      left: 150%; } }
  @media (min-width: 768px) {
    .p-index-concept-1 .p-index-concept-img {
      order: 2; } }

.p-index-concept-2 {
  z-index: 2; }
  .p-index-concept-2:before {
    right: 0; }
    @media (max-width: 767px) {
      .p-index-concept-2:before {
        -webkit-transform: skew(30deg) scale(2.5, 1.2);
        transform: skew(30deg) scale(2.5, 1.2); } }
    @media (min-width: 768px) {
      .p-index-concept-2:before {
        -webkit-transform: skew(30deg) scale(1.5, 1.2);
        transform: skew(30deg) scale(1.5, 1.2); } }
  @media (max-width: 767px) {
    .p-index-concept-2.is-start:before {
      right: 300%; } }
  @media (min-width: 768px) {
    .p-index-concept-2.is-start:before {
      right: 150%; } }

.p-index-concept-3 {
  z-index: 1; }
  .p-index-concept-3:before {
    left: 0; }
    @media (max-width: 767px) {
      .p-index-concept-3:before {
        -webkit-transform: skew(-30deg) scale(2.5, 1.2);
        transform: skew(-30deg) scale(2.5, 1.2); } }
    @media (min-width: 768px) {
      .p-index-concept-3:before {
        -webkit-transform: skew(-30deg) scale(1.5, 1.2);
        transform: skew(-30deg) scale(1.5, 1.2); } }
  @media (max-width: 767px) {
    .p-index-concept-3.is-start:before {
      left: 270%; } }
  @media (min-width: 768px) {
    .p-index-concept-3.is-start:before {
      left: 150%; } }
  @media (min-width: 768px) {
    .p-index-concept-3 .p-index-concept-img {
      order: 2; } }

.p-index-concept-img {
  z-index: -2; }
  @media (max-width: 767px) {
    .p-index-concept-img {
      width: 100%;
      -webkit-transform: skewY(-5deg);
      transform: skewY(-5deg);
      overflow: hidden;
      height: 300px; } }
  @media (min-width: 768px) {
    .p-index-concept-img {
      width: 50%; } }
  @media (min-width: 1024px) {
    .p-index-concept-img {
      width: 60%; } }
  .p-index-concept-img .inner {
    height: 100%; }
    @media (max-width: 767px) {
      .p-index-concept-img .inner {
        -webkit-transform: skewY(5deg) translateY(-10px) scale(1.15);
        transform: skewY(5deg) translateY(-10px) scale(1.15); } }

.p-index-concept-img-1 {
  background: url("../img/index/concept-1.jpg") no-repeat center center/cover; }

.p-index-concept-img-2 {
  background: url("../img/index/concept-2.jpg") no-repeat center center/cover; }

.p-index-concept-img-3 {
  background: url("../img/index/concept-3.jpg") no-repeat center center/cover; }

.p-index-concept-txt {
  position: relative; }
  @media (max-width: 767px) {
    .p-index-concept-txt {
      padding: 5rem 2rem 7rem 2rem; } }
  @media (min-width: 768px) {
    .p-index-concept-txt {
      width: 50%;
      padding: 5rem 0; } }
  @media (min-width: 1024px) {
    .p-index-concept-txt {
      width: 40%; } }
  .p-index-concept-txt:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    @media (max-width: 767px) {
      .p-index-concept-txt:before {
        -webkit-transform: skewY(5deg);
        transform: skewY(5deg); } }
  .p-index-concept-txt .inner {
    position: relative;
    opacity: 0; }
    .is-start .p-index-concept-txt .inner {
      opacity: 1;
      transition: 1s;
      transition-delay: .6s; }
  .p-index-concept-txt h1 {
    margin-bottom: 1rem; }

.p-index-concept-txt-1:before {
  background-color: #87d6b3; }
  @media (min-width: 768px) {
    .p-index-concept-txt-1:before {
      -webkit-transform: skew(-10deg) scaleX(1.5);
      transform: skew(-10deg) scaleX(1.5); } }
  @media (min-width: 1024px) {
    .p-index-concept-txt-1:before {
      -webkit-transform: skew(-30deg) scaleX(1.8);
      transform: skew(-30deg) scaleX(1.8); } }
@media (min-width: 768px) {
  .p-index-concept-txt-1 .inner {
    padding-left: 2rem; } }
@media (min-width: 1024px) {
  .p-index-concept-txt-1 .inner {
    padding-left: 3rem; } }

.p-index-concept-txt-2:before {
  background-color: #b0a3f0; }
  @media (min-width: 768px) {
    .p-index-concept-txt-2:before {
      -webkit-transform: skew(10deg) scaleX(1.5);
      transform: skew(10deg) scaleX(1.5); } }
  @media (min-width: 1024px) {
    .p-index-concept-txt-2:before {
      -webkit-transform: skew(30deg) scaleX(1.8);
      transform: skew(30deg) scaleX(1.8); } }
@media (min-width: 768px) {
  .p-index-concept-txt-2 .inner {
    padding-right: 2rem; } }
@media (min-width: 1024px) {
  .p-index-concept-txt-2 .inner {
    padding-right: 3rem; } }

.p-index-concept-txt-3:before {
  background-color: #885053; }
  @media (min-width: 768px) {
    .p-index-concept-txt-3:before {
      -webkit-transform: skew(-10deg) scaleX(1.5);
      transform: skew(-10deg) scaleX(1.5); } }
  @media (min-width: 1024px) {
    .p-index-concept-txt-3:before {
      -webkit-transform: skew(-30deg) scaleX(1.8);
      transform: skew(-30deg) scaleX(1.8); } }
@media (min-width: 768px) {
  .p-index-concept-txt-3 .inner {
    padding-left: 2rem; } }
@media (min-width: 1024px) {
  .p-index-concept-txt-3 .inner {
    padding-left: 3rem; } }

.p-index-solution-main {
  background-image: url("../img/index/solution.jpg");
  opacity: 0; }
  .p-index-solution-main.is-start {
    opacity: 1;
    transition: .6s .5s; }
    .p-index-solution-main.is-start .p-index-solution-txt:before {
      height: 100%;
      transition: .8s 1.2s; }
    .p-index-solution-main.is-start h1 {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
      transition: .4s 1.4s; }
    .p-index-solution-main.is-start p {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
      transition: .4s 1.6s; }
      .p-index-solution-main.is-start p:nth-child(1) {
        transition-delay: 1.6s; }
      .p-index-solution-main.is-start p:nth-child(2) {
        transition-delay: 1.8s; }
      .p-index-solution-main.is-start p:nth-child(3) {
        transition-delay: 2s; }
      .p-index-solution-main.is-start p:nth-child(4) {
        transition-delay: 2.2s; }
      .p-index-solution-main.is-start p:nth-child(5) {
        transition-delay: 2.4s; }
      .p-index-solution-main.is-start p:nth-child(6) {
        transition-delay: 2.6s; }

.p-index-solution-txt {
  position: relative;
  width: 100%;
  padding: 2rem; }
  @media (min-width: 768px) {
    .p-index-solution-txt {
      margin-left: auto;
      width: 80%;
      padding: 6rem; } }
  @media (min-width: 1024px) {
    .p-index-solution-txt {
      width: 60%;
      padding: 6rem 10rem; } }
  .p-index-solution-txt:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 0;
    background-color: rgba(164, 139, 120, 0.8);
    mix-blend-mode: multiply; }
  .p-index-solution-txt h1 {
    position: relative;
    margin-bottom: 1rem;
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  .p-index-solution-txt p {
    position: relative;
    margin-bottom: 1.5rem;
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
    .p-index-solution-txt p:last-child {
      margin-bottom: 0; }

.p-index-service-item {
  position: relative;
  display: flex; }
  @media (max-width: 767px) {
    .p-index-service-item {
      flex-direction: column; } }
  @media (min-width: 768px) {
    .p-index-service-item {
      overflow: hidden; } }
  .p-index-service-item:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    background: #ffffff;
    width: 100%;
    transition: 1.2s cubic-bezier(0.65, 0.07, 0.44, 0.91); }

.p-index-service-1 {
  z-index: 3; }
  .p-index-service-1:before {
    left: 0; }
    @media (max-width: 767px) {
      .p-index-service-1:before {
        -webkit-transform: skew(-30deg) scale(2.5, 1.2);
        transform: skew(-30deg) scale(2.5, 1.2); } }
    @media (min-width: 768px) {
      .p-index-service-1:before {
        -webkit-transform: skew(-30deg) scale(1.2);
        transform: skew(-30deg) scale(1.2); } }
  @media (max-width: 767px) {
    .p-index-service-1.is-start:before {
      left: 250%; } }
  @media (min-width: 768px) {
    .p-index-service-1.is-start:before {
      left: 130%; } }
  @media (min-width: 768px) {
    .p-index-service-1 .p-index-service-img {
      order: 2; } }

.p-index-service-2 {
  z-index: 2; }
  .p-index-service-2:before {
    right: 0; }
    @media (max-width: 767px) {
      .p-index-service-2:before {
        -webkit-transform: skew(30deg) scale(2.5, 1.2);
        transform: skew(30deg) scale(2.5, 1.2); } }
    @media (min-width: 768px) {
      .p-index-service-2:before {
        -webkit-transform: skew(30deg) scale(1.2);
        transform: skew(30deg) scale(1.2); } }
  @media (max-width: 767px) {
    .p-index-service-2.is-start:before {
      right: 250%; } }
  @media (min-width: 768px) {
    .p-index-service-2.is-start:before {
      right: 130%; } }

.p-index-service-3 {
  z-index: 1; }
  .p-index-service-3:before {
    left: 0; }
    @media (max-width: 767px) {
      .p-index-service-3:before {
        -webkit-transform: skew(-30deg) scale(2.5, 1.2);
        transform: skew(-30deg) scale(2.5, 1.2); } }
    @media (min-width: 768px) {
      .p-index-service-3:before {
        -webkit-transform: skew(-30deg) scale(1.2);
        transform: skew(-30deg) scale(1.2); } }
  @media (max-width: 767px) {
    .p-index-service-3.is-start:before {
      left: 250%; } }
  @media (min-width: 768px) {
    .p-index-service-3.is-start:before {
      left: 130%; } }
  @media (min-width: 768px) {
    .p-index-service-3 .p-index-service-img {
      order: 2; } }

.p-index-service-img {
  z-index: -2; }
  @media (max-width: 767px) {
    .p-index-service-img {
      width: 100%;
      -webkit-transform: skewY(-5deg);
      transform: skewY(-5deg);
      overflow: hidden;
      height: 300px; } }
  @media (min-width: 768px) {
    .p-index-service-img {
      width: 50%; } }
  @media (min-width: 1024px) {
    .p-index-service-img {
      width: 60%; } }
  .p-index-service-img .inner {
    height: 100%; }
    @media (max-width: 767px) {
      .p-index-service-img .inner {
        -webkit-transform: skewY(5deg) translateY(-10px) scale(1.15);
        transform: skewY(5deg) translateY(-10px) scale(1.15); } }

.p-index-service-img-1 {
  background: url("../img/index/service-1.jpg") no-repeat center center/cover; }

.p-index-service-img-2 {
  background: url("../img/index/service-2.jpg") no-repeat center center/cover; }

.p-index-service-img-3 {
  background: url("../img/index/service-3.jpg") no-repeat center center/cover; }

.p-index-service-txt {
  position: relative; }
  @media (max-width: 767px) {
    .p-index-service-txt {
      padding: 5rem 2rem 7rem 2rem; } }
  @media (min-width: 768px) {
    .p-index-service-txt {
      width: 50%;
      padding: 5rem 0; } }
  @media (min-width: 1024px) {
    .p-index-service-txt {
      width: 40%; } }
  .p-index-service-txt:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    @media (max-width: 767px) {
      .p-index-service-txt:before {
        -webkit-transform: skewY(5deg);
        transform: skewY(5deg); } }
  .p-index-service-txt .inner {
    position: relative;
    opacity: 0; }
    .is-start .p-index-service-txt .inner {
      opacity: 1;
      -webkit-transform: translateX(2rem);
      transform: translateX(2rem);
      transition: 1s;
      transition-delay: .6s; }
  .p-index-service-txt h1 {
    margin-bottom: 1rem; }

.p-index-service-txt-1:before {
  background-color: #87d6b3; }
  @media (min-width: 768px) {
    .p-index-service-txt-1:before {
      -webkit-transform: skew(-10deg) scaleX(1.5);
      transform: skew(-10deg) scaleX(1.5); } }
  @media (min-width: 1024px) {
    .p-index-service-txt-1:before {
      -webkit-transform: skew(-30deg) scaleX(1.8);
      transform: skew(-30deg) scaleX(1.8); } }
@media (min-width: 768px) {
  .p-index-service-txt-1 .inner {
    padding-left: 2rem; } }
@media (min-width: 1024px) {
  .p-index-service-txt-1 .inner {
    padding-left: 3rem; } }

.p-index-service-txt-2:before {
  background-color: #b0a3f0; }
  @media (min-width: 768px) {
    .p-index-service-txt-2:before {
      -webkit-transform: skew(10deg) scaleX(1.5);
      transform: skew(10deg) scaleX(1.5); } }
  @media (min-width: 1024px) {
    .p-index-service-txt-2:before {
      -webkit-transform: skew(30deg) scaleX(1.8);
      transform: skew(30deg) scaleX(1.8); } }
@media (min-width: 768px) {
  .p-index-service-txt-2 .inner {
    padding-right: 2rem; } }
@media (min-width: 1024px) {
  .p-index-service-txt-2 .inner {
    padding-right: 3rem; } }

.p-index-service-txt-3:before {
  background-color: #885053; }
  @media (min-width: 768px) {
    .p-index-service-txt-3:before {
      -webkit-transform: skew(-10deg) scaleX(1.5);
      transform: skew(-10deg) scaleX(1.5); } }
  @media (min-width: 1024px) {
    .p-index-service-txt-3:before {
      -webkit-transform: skew(-30deg) scaleX(1.8);
      transform: skew(-30deg) scaleX(1.8); } }
@media (min-width: 768px) {
  .p-index-service-txt-3 .inner {
    padding-left: 2rem; } }
@media (min-width: 1024px) {
  .p-index-service-txt-3 .inner {
    padding-left: 3rem; } }

.p-index-outline-main {
  overflow: hidden; }
  @media (min-width: 768px) {
    .p-index-outline-main {
      display: flex;
      background: url("../img/index/outline.jpg") no-repeat center center/cover; } }

@media (max-width: 767px) {
  .p-index-outline-logo {
    margin-bottom: 5rem;
    text-align: center; } }
@media (min-width: 768px) {
  .p-index-outline-logo {
    width: 50%;
    align-items: center;
    display: flex;
    position: relative; } }
@media (min-width: 1024px) {
  .p-index-outline-logo {
    width: 40%; } }
@media (min-width: 768px) {
  .p-index-outline-logo:before {
    content: "";
    position: absolute;
    top: -100%;
    right: 10%;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    mix-blend-mode: hard-light;
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    transition: 0.5s cubic-bezier(0.65, 0.07, 0.44, 0.91); }
    .p-index-outline-main.is-start .p-index-outline-logo:before {
      top: 0;
      left: 0;
      transition-delay: .2s; } }
@media (min-width: 1024px) {
  .p-index-outline-logo:before {
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg); } }
.p-index-outline-logo figure {
  margin: 0 auto;
  position: relative;
  opacity: 0; }
  .p-index-outline-main.is-start .p-index-outline-logo figure {
    opacity: 1;
    transition: 1.4s;
    transition-delay: .7s; }
.p-index-outline-logo .logo {
  max-width: 250px; }
  @media (max-width: 767px) {
    .p-index-outline-logo .logo {
      margin: 0 auto 1rem; } }
  @media (min-width: 768px) {
    .p-index-outline-logo .logo {
      margin-bottom: 1rem; } }
.p-index-outline-logo figcaption {
  color: #a48b78; }

.p-index-outline-detail {
  padding: 0 1rem;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .p-index-outline-detail {
      margin-bottom: 5rem;
      color: #a48b78;
      text-align: center; } }
  @media (min-width: 768px) {
    .p-index-outline-detail {
      position: relative;
      width: 50%;
      padding: 5rem 0rem 5rem 8rem; } }
  @media (min-width: 1024px) {
    .p-index-outline-detail {
      width: 60%;
      padding: 5rem 0rem 5rem 17rem; } }
  .p-index-outline-detail:before {
    transition: 0.3s cubic-bezier(0.65, 0.07, 0.44, 0.91);
    transition-delay: 1.0s; }
    @media (min-width: 768px) {
      .p-index-outline-detail:before {
        content: "";
        position: absolute;
        top: 100%;
        right: 0;
        bottom: 0;
        left: -10%;
        background-color: rgba(164, 139, 120, 0.9);
        mix-blend-mode: multiply;
        -webkit-transform: skew(-15deg);
        transform: skew(-15deg); }
        .p-index-outline-main.is-start .p-index-outline-detail:before {
          top: 0;
          left: 0; } }
    @media (min-width: 1024px) {
      .p-index-outline-detail:before {
        -webkit-transform: skew(-30deg);
        transform: skew(-30deg); } }

.p-index-outline-item {
  position: relative;
  width: 50%;
  margin-bottom: 1.5rem;
  opacity: 0; }
  .p-index-outline-main.is-start .p-index-outline-item {
    opacity: 1;
    transition: 1s;
    transition-delay: flex-shrink1 0.5s; }
  @media (min-width: 1920px) {
    .p-index-outline-item {
      width: calc(100% / 3); } }
  .p-index-outline-item:last-child {
    margin-bottom: 0; }
  .p-index-outline-item h2 {
    font-size: 1.5rem; }

.p-index-outline-map iframe {
  width: 100%;
  height: 300px; }

.p-index-contact {
  position: relative; }

.p-index-contact-bg {
  background: url("../img/index/contact.jpg") no-repeat center center/cover;
  opacity: 0; }
  .p-index-contact-bg.is-start {
    opacity: 1;
    transition: .6s .5s; }

.p-index-contact-main {
  position: relative;
  width: 100%;
  padding: 2rem;
  padding-bottom: 10rem; }
  @media (min-width: 768px) {
    .p-index-contact-main {
      width: 80%;
      padding: 6rem; } }
  @media (min-width: 1024px) {
    .p-index-contact-main {
      width: 60%;
      padding: 6rem 10rem; } }
  .p-index-contact-main:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    right: 0;
    background-color: rgba(164, 139, 120, 0.8);
    mix-blend-mode: multiply; }
  .p-index-contact-main form {
    position: relative; }
  .p-index-contact-main .c-contactForm-item {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  .p-index-contact-main .c-contactForm-btn {
    opacity: 0; }
  .p-index-contact-main.is-start:before {
    height: 100%;
    transition: .8s 1.2s; }
  .p-index-contact-main.is-start .c-contactForm-item {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: .4s 1.4s; }
  .p-index-contact-main.is-start .c-contactForm-item:nth-child(2) {
    transition-delay: 1.6s; }
  .p-index-contact-main.is-start .c-contactForm-item:nth-child(3) {
    transition-delay: 1.8s; }
  .p-index-contact-main.is-start .c-contactForm-item:nth-child(4) {
    transition-delay: 2s; }
  .p-index-contact-main.is-start .c-contactForm-btn {
    opacity: 1;
    transition: .8s 2.2s; }

.p-copyright {
  position: absolute;
  bottom: 1rem;
  color: #a48b78;
  font-family: montserrat-alternates, sans-serif;
  font-size: .9rem; }
  @media (max-width: 767px) {
    .p-copyright {
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); } }
  @media (min-width: 768px) {
    .p-copyright {
      right: 1rem;
      writing-mode: vertical-rl;
      bottom: 100px;
      color: #ffffff; } }

.p-thanks {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  color: #a48b78; }
  .p-thanks .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .p-thanks .logo {
    margin: 0 auto 3rem;
    max-width: 350px;
    opacity: 0;
    transition: 1s; }
  .p-thanks h1 {
    opacity: 0;
    transition: 1s; }
  .p-thanks .txt {
    margin-bottom: 3rem;
    opacity: 0;
    transition: 1s; }
  .p-thanks .btn {
    opacity: 0;
    transition: 1.5s; }
    .p-thanks .btn a {
      padding: 1rem 2rem;
      border: 1px solid #ea5514;
      border-radius: 2rem;
      color: #ea5514; }
      .p-thanks .btn a:hover {
        background-color: #ea5514;
        color: #ffffff; }
  .p-thanks.is-start .logo {
    opacity: 1; }
  .p-thanks.is-start h1 {
    opacity: 1;
    transition-delay: .5s; }
  .p-thanks.is-start .txt {
    opacity: 1;
    transition-delay: 1s; }
  .p-thanks.is-start .btn {
    opacity: 1;
    transition-delay: 1.5s; }

.c-gnav-icon {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 1002;
  width: 40px;
  height: 40px;
  background-color: #ea5514;
  border-radius: 50%;
  cursor: pointer;
  display: none; }
  .c-gnav-icon.is-start {
    animation: slide-1 1s; }
  @media (min-width: 768px) {
    .c-gnav-icon {
      width: 60px;
      height: 60px; } }
  @media (min-width: 1024px) {
    .c-gnav-icon {
      width: 80px;
      height: 80px; } }
  .c-gnav-icon.is-normal:hover .c-gnav-icon-line-1 {
    transform: rotateZ(-45deg); }
  .c-gnav-icon.is-normal:hover .c-gnav-icon-line-2 {
    transform: scaleX(0); }
  .c-gnav-icon.is-normal:hover .c-gnav-icon-line-3 {
    transform: rotateZ(45deg); }

.c-gnav-icon-line {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: .2s;
  display: block;
  width: 20px;
  height: 1px;
  background: #ffffff;
  margin-left: -10px; }

.c-gnav-icon-line-1 {
  margin-top: -7px; }
  .is-active .c-gnav-icon-line-1 {
    transform: rotateZ(-155deg);
    transform-origin: 11px 4px; }
    @media (min-width: 768px) {
      .is-active .c-gnav-icon-line-1 {
        transform-origin: 13px 4px;
        width: 30px; } }
    @media (min-width: 1024px) {
      .is-active .c-gnav-icon-line-1 {
        transform-origin: 16px 6px;
        width: 40px; } }

.is-active .c-gnav-icon-line-2 {
  transform: scaleX(0); }

.c-gnav-icon-line-3 {
  margin-top: 7px; }
  .is-active .c-gnav-icon-line-3 {
    transform: rotateZ(155deg);
    transform-origin: 11px -3px; }
    @media (min-width: 768px) {
      .is-active .c-gnav-icon-line-3 {
        transform-origin: 13px -4px;
        width: 30px; } }
    @media (min-width: 1024px) {
      .is-active .c-gnav-icon-line-3 {
        transform-origin: 16px -3px;
        width: 40px; } }

.c-gnav-bg {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.4s cubic-bezier(0.08, 0.71, 0.53, 0.97) 0.7s;
  opacity: 0;
  z-index: 1000; }
  .is-active .c-gnav-bg {
    width: 500px;
    height: 500px;
    opacity: 1;
    transition: 0.4s cubic-bezier(0.08, 0.71, 0.53, 0.97) 0.2s; }

.c-gnav-list {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 250px;
  text-align: center;
  font-size: 2rem;
  font-family: 'platelet', sans-serif;
  display: none;
  z-index: 1001; }
  .c-gnav-list a {
    display: block;
    color: #a48b78; }
    .c-gnav-list a:hover, .c-gnav-list a:focus {
      color: #ea5514; }

.c-gnav-item {
  opacity: 0;
  transform: translateY(20px);
  transition: .5s .1s; }
  .is-active .c-gnav-item {
    opacity: 1;
    transform: translateY(0);
    transition: 6s .6s; }

.c-gnav-item-logo {
  margin: 0 auto 2rem;
  width: 150px; }
  @media (min-width: 768px) {
    .c-gnav-item-logo {
      width: 200px; } }

.c-ttl-sec {
  padding: 100px 0;
  text-align: center;
  color: #a48b78; }

.c-ttl-sec-en .sub {
  font-family: montserrat-alternates, sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 1.1rem;
  opacity: 0;
  transition: 1.2s cubic-bezier(0.65, 0.07, 0.44, 0.91);
  transform: translateX(20px); }
.c-ttl-sec-en .main {
  font-family: 'platelet', sans-serif;
  font-size: 5rem;
  line-height: 1;
  opacity: 0;
  transition: 1.2s cubic-bezier(0.65, 0.07, 0.44, 0.91);
  transform: translateX(-20px); }
.c-ttl-sec-en.is-start .sub {
  opacity: 1;
  transform: translateX(0); }
.c-ttl-sec-en.is-start .main {
  opacity: 1;
  transform: translateX(0); }

.c-contactForm-item {
  margin-bottom: 1rem; }

.c-contactForm-label {
  display: block;
  margin-bottom: .2rem; }

.c-input, .c-textarea, .c-select {
  width: 100%;
  padding: 1rem;
  border: none;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.2rem;
  color: #ffffff; }

.c-textarea {
  min-height: 20rem; }

.c-hissu {
  color: #ea5514;
  font-size: smaller; }

.c-select-box {
  position: relative;
  display: inline-block;
  width: 100%; }
  .c-select-box .c-select {
    cursor: pointer;
    outline: none;
    text-overflow: ellipsis;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    padding: .8rem 4rem .8rem .5rem; }
  .c-select-box:after {
    position: absolute;
    top: 50%;
    right: 2rem;
    width: .7rem;
    height: .7rem;
    content: '';
    border-right: 1px solid;
    border-bottom: 1px solid;
    -webkit-transform: rotate(45deg) translateY(-0.7rem);
    transform: rotate(45deg) translateY(-0.7rem); }

.c-contactForm-btn button {
  width: 100%;
  padding: 1rem;
  background-color: rgba(164, 139, 120, 0.4);
  color: #ffffff;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.56, 0.2, 0.81, 0.43); }
  .c-contactForm-btn button:hover {
    background-color: rgba(164, 139, 120, 0.8); }

.is-locked {
  overflow-y: hidden; }

.is-none {
  display: none; }

.is-block {
  display: block; }

.is-blur {
  -webkit-filter: blur(3px);
  filter: blur(3px); }
