@media only screen and (max-width: 767px) {
  .u-pcOnly {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .u-spOnly {
    display: none;
  }
}

/* ==========================================================================
   components
   ========================================================================== */
.c-body {
  position: relative;
  background-image: url("/img/bg_gridline.png");
  background-repeat: repeat-y;
  background-position: center;
}

@media only screen and (max-width: 767px) {
  .c-body {
    background-size: 200vw;
  }
}

.c-body::before {
  content: "";
  display: block;
  width: 100%;
  background: #fff;
  position: absolute;
  top: 0;
}

@media only screen and (min-width: 768px) {
  .c-body::before {
    height: 953px;
  }
}

@media only screen and (max-width: 767px) {
  .c-body::before {
    height: 151.5625vw;
  }
}

.c-body.-subpage::before {
  display: none;
}

.c-body .c-body-topMovie {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .c-body .c-body-topMovie {
    height: 560px;
  }
}

@media only screen and (max-width: 767px) {
  .c-body .c-body-topMovie {
    background-image: url("/img/bg_sea_sp.jpg");
  }
}

.c-body .c-body-topMovie.-subpage {
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 768px) {
  .c-body .c-body-topMovie.-subpage {
    height: 410px;
  }
}

.c-body .c-body-btmMovie {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 550px;
  -webkit-transform: translateY(0px) skewY(0) !important;
          transform: translateY(0px) skewY(0) !important;
}

.c-body .c-body-btmMovie.-subpage {
  height: 230px;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .c-body .c-body-btmMovie.-subpage {
    height: 96.09375vw !important;
  }
}

@media only screen and (max-width: 767px) {
  .c-body .c-body-btmMovie {
    background-image: url("/img/bg_sea-btm_sp.jpg");
    height: 110.9375vw !important;
  }
}

.c-mvContainer {
  position: relative;
  margin: 0 auto 60px;
}

@media only screen and (min-width: 768px) {
  .c-mvContainer {
    max-width: 1920px;
    padding-top: 145px;
  }
}

@media only screen and (max-width: 767px) {
  .c-mvContainer {
    padding-top: 23.28125vw;
  }
}

.c-mvContainer .c-mvContainer-lead {
  position: relative;
  z-index: 101;
  -webkit-transition: 4s;
  transition: 4s;
  opacity: 0;
}

.c-mvContainer .c-mvContainer-lead img {
  -webkit-transition: 4s -webkit-transform;
  transition: 4s -webkit-transform;
  transition: 4s transform;
  transition: 4s transform, 4s -webkit-transform;
  -webkit-transform: translateY(20px) skewY(-3deg);
          transform: translateY(20px) skewY(-3deg);
}

.c-mvContainer .c-mvContainer-img {
  position: relative;
  z-index: 100;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .c-mvContainer .c-mvContainer-img {
    height: 640px;
    margin: -382px auto 0;
    width: calc(100% - 100px);
  }
}

@media only screen and (max-width: 767px) {
  .c-mvContainer .c-mvContainer-img {
    height: 100vw;
    margin: -65.625vw auto 0;
    width: 93.75vw;
  }
}

.c-mvContainer .c-mvContainer-imgInner {
  background-size: cover;
  background-position: center;
  height: 640px;
  width: 100%;
  -webkit-transition: 3s opacity, 3s -webkit-filter, 5s -webkit-transform cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 3s opacity, 3s -webkit-filter, 5s -webkit-transform cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 3s opacity, 3s filter, 5s transform cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 3s opacity, 3s filter, 5s transform cubic-bezier(0.455, 0.03, 0.515, 0.955), 3s -webkit-filter, 5s -webkit-transform cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
  -webkit-filter: brightness(1.5);
          filter: brightness(1.5);
  transition: 3s opacity, 3s filter, 5s transform cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
  filter: brightness(1.5);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media only screen and (min-width: 768px) {
  .c-mvContainer .c-mvContainer-imgInner {
    background-image: url("/img/img_mainvisual.jpg");
    height: 640px;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@media only screen and (max-width: 767px) {
  .c-mvContainer .c-mvContainer-imgInner {
    background-image: url("/img/img_mainvisual_sp.jpg");
    height: 100%;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.c-mvContainer .c-mvContainer-news {
  background-color: rgba(183, 168, 126, 0.5);
  overflow: auto;
}

@media only screen and (min-width: 768px) {
  .c-mvContainer .c-mvContainer-news {
    margin-left: 50px;
    padding: 23px 50px;
    width: 88.461%;
    max-height: 146px;
  }
}

@media only screen and (max-width: 767px) {
  .c-mvContainer .c-mvContainer-news {
    padding: 4.6875vw 3.125vw;
    width: 93.75vw;
    margin: 0 auto;
    max-height: 54.375vw;
  }
}

.c-mvContainer .c-mvContainer-scroll {
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  -webkit-transition: 0.5s opacity 2s cubic-bezier(0.77, 0, 0.175, 1), 0.5s -webkit-transform 2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.5s opacity 2s cubic-bezier(0.77, 0, 0.175, 1), 0.5s -webkit-transform 2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.5s opacity 2s cubic-bezier(0.77, 0, 0.175, 1), 0.5s transform 2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.5s opacity 2s cubic-bezier(0.77, 0, 0.175, 1), 0.5s transform 2s cubic-bezier(0.77, 0, 0.175, 1), 0.5s -webkit-transform 2s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.c-mvContainer.-on .c-mvContainer-imgInner {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.c-mvContainer.-on .c-mvContainer-lead {
  opacity: 1;
}

.c-mvContainer.-on .c-mvContainer-lead img {
  -webkit-transform: translateY(0) skewY(0deg);
          transform: translateY(0) skewY(0deg);
}

.c-mvContainer.-on .c-mvContainer-scroll {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.c-aboutContainer {
  position: relative;
  -webkit-transition: 2s opacity;
  transition: 2s opacity;
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  .c-aboutContainer {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .c-aboutContainer {
    margin-bottom: 14.0625vw;
  }
}

.c-aboutContainer.-on {
  opacity: 1;
}

.c-aboutContainer.-on .c-aboutContainer-ttl {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-aboutContainer.-on .c-aboutContainer-verticalTtl {
  -webkit-transform: translateY(0) skewY(0deg);
          transform: translateY(0) skewY(0deg);
}

.c-aboutContainer.-on .c-aboutContainer-txt {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.c-aboutContainer .c-aboutContainer-ttl {
  text-align: right;
  -webkit-transition: 2s;
  transition: 2s;
}

@media only screen and (min-width: 768px) {
  .c-aboutContainer .c-aboutContainer-ttl {
    margin-bottom: 70px;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    width: calc(100% - 100px);
  }
}

@media only screen and (max-width: 767px) {
  .c-aboutContainer .c-aboutContainer-ttl {
    padding-top: 37.03125vw;
    width: 93.75vw;
    margin-bottom: 7.8125vw;
    -webkit-transform: translateY(-6.25vw);
            transform: translateY(-6.25vw);
  }
}

.c-aboutContainer .c-aboutContainer-ttlImg {
  opacity: 0.5;
}

@media only screen and (min-width: 768px) {
  .c-aboutContainer .c-aboutContainer-ttlImg {
    width: 277px;
  }
}

@media only screen and (max-width: 767px) {
  .c-aboutContainer .c-aboutContainer-ttlImg {
    width: 43.28125vw;
  }
}

.c-aboutContainer .c-aboutContainer-txt {
  position: relative;
  left: 50%;
  opacity: 0;
  -webkit-transition: 2s opacity .5s,2s -webkit-transform .5s;
  transition: 2s opacity .5s,2s -webkit-transform .5s;
  transition: 2s opacity .5s,2s transform .5s;
  transition: 2s opacity .5s,2s transform .5s,2s -webkit-transform .5s;
}

@media only screen and (min-width: 768px) {
  .c-aboutContainer .c-aboutContainer-txt {
    width: 700px;
    margin-left: -200px;
    font-size: 1.8rem;
    line-height: 2.5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@media only screen and (max-width: 767px) {
  .c-aboutContainer .c-aboutContainer-txt {
    width: 67.1875vw;
    margin-left: -23.4375vw;
    font-size: 4.375vw;
    line-height: 2.07;
    -webkit-transform: translateY(1.5625vw);
            transform: translateY(1.5625vw);
  }
}

.c-aboutContainer .c-aboutContainer-verticalTtl {
  position: absolute;
  top: 0;
  -webkit-transition: 2s;
  transition: 2s;
}

@media only screen and (min-width: 768px) {
  .c-aboutContainer .c-aboutContainer-verticalTtl {
    left: 50%;
    margin-left: -492px;
    width: 164px;
    height: 390px;
    -webkit-transform: translateY(32px) skewY(-3deg);
            transform: translateY(32px) skewY(-3deg);
  }
}

@media only screen and (max-width: 767px) {
  .c-aboutContainer .c-aboutContainer-verticalTtl {
    left: 9.375vw;
    width: 21.875vw;
    height: 75.625vw;
    -webkit-transform: translateY(5vw) skewY(-3deg);
            transform: translateY(5vw) skewY(-3deg);
  }
}

.c-aboutContainer .c-aboutContainer-verticalTtl img:nth-child(1) {
  position: absolute;
  top: 0;
}

@media only screen and (min-width: 768px) {
  .c-aboutContainer .c-aboutContainer-verticalTtl img:nth-child(1) {
    right: 8px;
    width: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .c-aboutContainer .c-aboutContainer-verticalTtl img:nth-child(1) {
    right: 1.25vw;
    width: 6.875vw;
  }
}

.c-aboutContainer .c-aboutContainer-verticalTtl img:nth-child(2) {
  position: absolute;
  right: 0;
}

@media only screen and (min-width: 768px) {
  .c-aboutContainer .c-aboutContainer-verticalTtl img:nth-child(2) {
    top: 220px;
    width: 57px;
  }
}

@media only screen and (max-width: 767px) {
  .c-aboutContainer .c-aboutContainer-verticalTtl img:nth-child(2) {
    top: 34.375vw;
    width: 8.90625vw;
  }
}

.c-aboutContainer .c-aboutContainer-verticalTtl img:nth-child(3) {
  position: absolute;
  left: 0;
}

@media only screen and (min-width: 768px) {
  .c-aboutContainer .c-aboutContainer-verticalTtl img:nth-child(3) {
    top: 35px;
    width: 52px;
  }
}

@media only screen and (max-width: 767px) {
  .c-aboutContainer .c-aboutContainer-verticalTtl img:nth-child(3) {
    top: 5.46875vw;
    width: 8.125vw;
  }
}

@media only screen and (min-width: 768px) {
  .c-serviceContainer {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .c-serviceContainer {
    margin-bottom: 14.0625vw;
  }
}

@media only screen and (min-width: 768px) {
  .c-serviceContainer .c-serviceContainer-headingArea {
    margin-bottom: 87px;
    margin-top: -160px;
  }
}

@media only screen and (max-width: 767px) {
  .c-serviceContainer .c-serviceContainer-headingArea {
    margin-bottom: 10.46875vw;
    margin-top: -23.90625vw;
  }
}

.c-serviceContainer .c-serviceContainer-article {
  opacity: 0;
  -webkit-transition: 1s opacity,1s -webkit-transform;
  transition: 1s opacity,1s -webkit-transform;
  transition: 1s transform,1s opacity;
  transition: 1s transform,1s opacity,1s -webkit-transform;
}

@media only screen and (min-width: 768px) {
  .c-serviceContainer .c-serviceContainer-article {
    margin-left: 32.031%;
    margin-bottom: 50px;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@media only screen and (max-width: 767px) {
  .c-serviceContainer .c-serviceContainer-article {
    width: 87.5vw;
    margin: 0 auto;
    margin-bottom: 12.5vw;
    -webkit-transform: translateY(1.5625vw);
            transform: translateY(1.5625vw);
  }
}

.c-serviceContainer .c-serviceContainer-article.-on {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media only screen and (min-width: 768px) {
  .c-companyContainer {
    padding-top: 79px;
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .c-companyContainer {
    padding-top: 79px;
    margin-bottom: 70px;
  }
}

.c-companyContainer .c-companyContainer-outline {
  position: relative;
  -webkit-transition: 2s 0.6s;
  transition: 2s 0.6s;
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  .c-companyContainer .c-companyContainer-outline {
    width: 800px;
    margin: -172px auto 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@media only screen and (max-width: 767px) {
  .c-companyContainer .c-companyContainer-outline {
    width: 87.5vw;
    margin: -54.375vw auto 0;
    -webkit-transform: translateY(3.125vw);
            transform: translateY(3.125vw);
  }
}

.c-companyContainer .c-companyContainer-outline a {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .c-companyContainer .c-companyContainer-outline a {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .c-companyContainer .c-companyContainer-outline a {
    font-size: 3.75vw;
  }
}

.c-companyContainer .c-companyContainer-outline a:hover {
  text-decoration: none;
}

.c-companyContainer.-on .c-companyContainer-outline {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .c-profileContainer {
    padding-top: 79px;
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .c-profileContainer {
    padding-top: 16.40625vw;
    margin-bottom: 14.0625vw;
  }
}

.c-profileContainer .c-profileContainer-profileArea {
  position: relative;
  -webkit-transition: 1s 0.6s;
  transition: 1s 0.6s;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

@media only screen and (min-width: 768px) {
  .c-profileContainer .c-profileContainer-profileArea {
    width: 620px;
    left: 50%;
    margin-left: -100px;
    padding-top: 110px;
  }
}

@media only screen and (max-width: 767px) {
  .c-profileContainer .c-profileContainer-profileArea {
    width: 69.53125vw;
    margin-left: 26.5625vw;
    padding-top: 16.40625vw;
  }
}

.c-profileContainer.-on .c-profileContainer-profileArea {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-profileArea {
  position: relative;
  z-index: 100;
}

.c-profileArea .c-profileArea-img {
  -webkit-box-shadow: 5px 8.66px 20px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 5px 8.66px 20px 0px rgba(0, 0, 0, 0.06);
}

@media only screen and (min-width: 768px) {
  .c-profileArea .c-profileArea-img {
    width: 404px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .c-profileArea .c-profileArea-img {
    width: 63.125vw;
    margin-bottom: 6.25vw;
  }
}

@media only screen and (min-width: 768px) {
  .c-profileArea .c-profileArea-section {
    margin-bottom: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .c-profileArea .c-profileArea-section {
    margin-bottom: 12.5vw;
  }
}

.c-contactContainer {
  position: relative;
  z-index: 100;
}

@media only screen and (min-width: 768px) {
  .c-contactContainer {
    padding-top: 79px;
  }
}

@media only screen and (max-width: 767px) {
  .c-contactContainer {
    padding-top: 12.5vw;
  }
}

.c-contactContainer.-on .c-contactArea {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.c-contactArea {
  margin: 0 auto;
  text-align: center;
  -webkit-transition: 1s 0.6s;
  transition: 1s 0.6s;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

@media only screen and (min-width: 768px) {
  .c-contactArea {
    width: 600px;
    padding-top: 95px;
  }
}

@media only screen and (max-width: 767px) {
  .c-contactArea {
    width: 78.125vw;
    padding-top: 17.1875vw;
  }
}

.c-contactArea-txt {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .c-contactArea-txt {
    margin-bottom: 36px;
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .c-contactArea-txt {
    margin-bottom: 4.6875vw;
    font-size: 3.75vw;
  }
}

.c-contactArea-link a {
  color: #69582a;
}

@media only screen and (min-width: 768px) {
  .c-contactArea-link a {
    font-size: 1.4rem;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .c-contactArea-link a:hover {
    opacity: 0.5;
  }
}

@media only screen and (max-width: 767px) {
  .c-contactArea-link a {
    font-size: 3.75vw;
  }
}

.c-contactArea-link a span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #69582a;
}

@media only screen and (min-width: 768px) {
  .c-contactArea-link a span {
    padding-bottom: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .c-contactArea-link a span {
    padding-bottom: 1.5625vw;
  }
}

@media only screen and (min-width: 768px) {
  .c-contactArea-link a img {
    width: 27px;
  }
}

@media only screen and (max-width: 767px) {
  .c-contactArea-link a img {
    width: 6.25vw;
  }
}

.c-footer {
  position: relative;
  z-index: 100;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .c-footer {
    padding: 40px 0 80px 50px;
  }
}

@media only screen and (max-width: 767px) {
  .c-footer {
    padding: 7.5vw 0 6.25vw 7.03125vw;
  }
}

@media only screen and (min-width: 768px) {
  .c-footer .c-footer-nav {
    margin-bottom: 57px;
  }
}

@media only screen and (max-width: 767px) {
  .c-footer .c-footer-nav {
    margin-bottom: 9.375vw;
  }
}

.c-footer .c-footer-copyright {
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .c-footer .c-footer-copyright {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 767px) {
  .c-footer .c-footer-copyright {
    font-size: 3.75vw;
  }
}

/* ==========================================================================
   modules
   ========================================================================== */
.m-mvLead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.m-mvLead .m-mvLead-txt:nth-child(1) {
  width: 69px;
  margin-left: 31px;
}

@media only screen and (min-width: 768px) {
  .m-mvLead .m-mvLead-txt:nth-child(1) {
    width: 69px;
    margin-left: 31px;
  }
}

@media only screen and (max-width: 767px) {
  .m-mvLead .m-mvLead-txt:nth-child(1) {
    width: 13.75vw;
    margin-left: 4.84375vw;
  }
}

@media only screen and (min-width: 768px) {
  .m-mvLead .m-mvLead-txt:nth-child(2) {
    width: 124px;
  }
}

@media only screen and (max-width: 767px) {
  .m-mvLead .m-mvLead-txt:nth-child(2) {
    width: 20.3125vw;
  }
}

.m-newsList .m-newsList-item {
  font-size: 1.4rem;
}

.m-newsList .m-newsList-item:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .m-newsList .m-newsList-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .m-newsList .m-newsList-item {
    margin-bottom: 4.375vw;
  }
}

.m-newsList .m-newsList-date {
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .m-newsList .m-newsList-date {
    font-size: 3.125vw;
  }
}

.m-newsList .m-newsList-link {
  color: #000;
}

@media only screen and (max-width: 767px) {
  .m-newsList .m-newsList-link {
    font-size: 3.4375vw;
  }
}

.m-newsList .m-newsList-link:hover {
  text-decoration: underline;
}

.m-newsList .m-newsList-link.-disable {
  pointer-events: none;
}

.m-headingArea {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .m-headingArea {
    width: calc(100% - 196px);
    height: 240px;
  }
}

@media only screen and (max-width: 767px) {
  .m-headingArea {
    width: 96.875vw;
    height: 37.5vw;
  }
}

.m-headingArea::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #f4f2ec;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s cubic-bezier(1, 0, 0, 1);
  transition: 0.5s cubic-bezier(1, 0, 0, 1);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.m-headingArea.-on::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.m-headingArea.-on .m-headingArea-ttlEn {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.m-headingArea.-on .m-headingArea-ttl {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.m-headingArea .m-headingArea-ttlEn {
  -webkit-transition: 1.5s;
  transition: 1.5s;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.m-headingArea .m-headingArea-ttl {
  -webkit-transition: 1.5s;
  transition: 1.5s;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

.m-headingArea.-service .m-headingArea-ttlEn {
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .m-headingArea.-service .m-headingArea-ttlEn {
    top: 180px;
    left: 12.422%;
  }
}

@media only screen and (max-width: 767px) {
  .m-headingArea.-service .m-headingArea-ttlEn {
    top: 30.3125vw;
    left: 6.25vw;
  }
}

@media only screen and (min-width: 768px) {
  .m-headingArea.-service .m-headingArea-ttlEn .m-headingArea-ttlImg {
    width: 390px;
    height: 87px;
  }
}

@media only screen and (max-width: 767px) {
  .m-headingArea.-service .m-headingArea-ttlEn .m-headingArea-ttlImg {
    width: 50.78125vw;
  }
}

.m-headingArea.-service .m-headingArea-ttl {
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .m-headingArea.-service .m-headingArea-ttl {
    top: 55px;
    right: 77px;
  }
}

@media only screen and (max-width: 767px) {
  .m-headingArea.-service .m-headingArea-ttl {
    top: 9.0625vw;
    right: 7.34375vw;
  }
}

@media only screen and (min-width: 768px) {
  .m-headingArea.-service .m-headingArea-ttl .m-headingArea-ttlImg {
    width: 44px;
    height: 205px;
  }
}

@media only screen and (max-width: 767px) {
  .m-headingArea.-service .m-headingArea-ttl .m-headingArea-ttlImg {
    width: 7.8125vw;
  }
}

@media only screen and (min-width: 768px) {
  .m-headingArea.-company {
    height: 320px;
  }
}

@media only screen and (max-width: 767px) {
  .m-headingArea.-company {
    height: 75vw;
  }
}

.m-headingArea.-company .m-headingArea-ttlEn {
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .m-headingArea.-company .m-headingArea-ttlEn {
    top: -52px;
    left: 12.422%;
  }
}

@media only screen and (max-width: 767px) {
  .m-headingArea.-company .m-headingArea-ttlEn {
    top: -7.03125vw;
    left: 6.40625vw;
  }
}

@media only screen and (min-width: 768px) {
  .m-headingArea.-company .m-headingArea-ttlEn .m-headingArea-ttlImg {
    width: 507px;
    height: 118px;
  }
}

@media only screen and (max-width: 767px) {
  .m-headingArea.-company .m-headingArea-ttlEn .m-headingArea-ttlImg {
    width: 66.09375vw;
  }
}

.m-headingArea.-company .m-headingArea-ttl {
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .m-headingArea.-company .m-headingArea-ttl {
    top: -79px;
    right: 77px;
  }
}

@media only screen and (max-width: 767px) {
  .m-headingArea.-company .m-headingArea-ttl {
    top: -15vw;
    right: 9.0625vw;
  }
}

@media only screen and (min-width: 768px) {
  .m-headingArea.-company .m-headingArea-ttl .m-headingArea-ttlImg {
    width: 44px;
    height: 199px;
  }
}

@media only screen and (max-width: 767px) {
  .m-headingArea.-company .m-headingArea-ttl .m-headingArea-ttlImg {
    width: 7.8125vw;
  }
}

.m-headingArea.-profile {
  position: absolute;
  left: auto;
  right: 0;
}

@media only screen and (min-width: 768px) {
  .m-headingArea.-profile {
    height: 480px;
  }
}

@media only screen and (max-width: 767px) {
  .m-headingArea.-profile {
    height: 75vw;
  }
}

.m-headingArea.-profile::before {
  -webkit-transform-origin: right;
          transform-origin: right;
}

.m-headingArea.-profile .m-headingArea-ttlEn {
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .m-headingArea.-profile .m-headingArea-ttlEn {
    top: -52px;
    right: 12.422%;
  }
}

@media only screen and (max-width: 767px) {
  .m-headingArea.-profile .m-headingArea-ttlEn {
    top: -6.09375vw;
    right: 6.25vw;
  }
}

@media only screen and (min-width: 768px) {
  .m-headingArea.-profile .m-headingArea-ttlEn .m-headingArea-ttlImg {
    width: 355px;
    height: 121px;
  }
}

@media only screen and (max-width: 767px) {
  .m-headingArea.-profile .m-headingArea-ttlEn .m-headingArea-ttlImg {
    width: 46.25vw;
  }
}

.m-headingArea.-profile .m-headingArea-ttl {
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .m-headingArea.-profile .m-headingArea-ttl {
    top: -79px;
    left: 77px;
  }
}

@media only screen and (max-width: 767px) {
  .m-headingArea.-profile .m-headingArea-ttl {
    top: -11.5625vw;
    left: 7.8125vw;
  }
}

@media only screen and (min-width: 768px) {
  .m-headingArea.-profile .m-headingArea-ttl .m-headingArea-ttlImg {
    width: 44px;
    height: 424px;
  }
}

@media only screen and (max-width: 767px) {
  .m-headingArea.-profile .m-headingArea-ttl .m-headingArea-ttlImg {
    width: 7.8125vw;
  }
}

@media only screen and (min-width: 768px) {
  .m-headingArea.-contact {
    height: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .m-headingArea.-contact {
    height: 84.375vw;
  }
}

.m-headingArea.-contact .m-headingArea-ttlEn {
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .m-headingArea.-contact .m-headingArea-ttlEn {
    top: -52px;
    left: 12.422%;
  }
}

@media only screen and (max-width: 767px) {
  .m-headingArea.-contact .m-headingArea-ttlEn {
    top: -6.5625vw;
    left: 6.25vw;
  }
}

@media only screen and (min-width: 768px) {
  .m-headingArea.-contact .m-headingArea-ttlEn .m-headingArea-ttlImg {
    width: 420px;
    height: 87px;
  }
}

@media only screen and (max-width: 767px) {
  .m-headingArea.-contact .m-headingArea-ttlEn .m-headingArea-ttlImg {
    width: 54.6875vw;
  }
}

.m-headingArea.-contact .m-headingArea-ttl {
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .m-headingArea.-contact .m-headingArea-ttl {
    top: -79px;
    right: 77px;
  }
}

@media only screen and (max-width: 767px) {
  .m-headingArea.-contact .m-headingArea-ttl {
    top: -12.5vw;
    right: 7.8125vw;
  }
}

@media only screen and (min-width: 768px) {
  .m-headingArea.-contact .m-headingArea-ttl .m-headingArea-ttlImg {
    width: 44px;
    height: 260px;
  }
}

@media only screen and (max-width: 767px) {
  .m-headingArea.-contact .m-headingArea-ttl .m-headingArea-ttlImg {
    width: 6.5625vw;
  }
}

.m-serviceArticle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.m-serviceArticle .m-serviceArticle-ttl {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .m-serviceArticle .m-serviceArticle-ttl {
    width: 90px;
    margin-right: 155px;
    width: 106px;
  }
}

@media only screen and (max-width: 767px) {
  .m-serviceArticle .m-serviceArticle-ttl {
    width: 15.3125vw;
    margin-right: 4.84375vw;
    width: 67.34375vw;
  }
}

@media only screen and (min-width: 768px) {
  .m-serviceArticle .m-serviceArticle-ttl .m-serviceArticle-icon {
    width: 90px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .m-serviceArticle .m-serviceArticle-ttl .m-serviceArticle-icon {
    width: 15.3125vw;
    padding-bottom: 4.6875vw;
  }
}

@media only screen and (min-width: 768px) {
  .m-serviceArticle .m-serviceArticle-ttl .m-serviceArticle-ttlImg {
    width: 23px;
  }
}

@media only screen and (max-width: 767px) {
  .m-serviceArticle .m-serviceArticle-ttl .m-serviceArticle-ttlImg {
    width: 4.6875vw;
  }
}

@media only screen and (min-width: 768px) {
  .m-serviceArticle .m-serviceArticle-ttl.-manda .m-serviceArticle-ttlImg {
    width: 63px;
  }
}

@media only screen and (max-width: 767px) {
  .m-serviceArticle .m-serviceArticle-ttl.-manda .m-serviceArticle-ttlImg {
    width: 5.9375vw;
  }
}

@media only screen and (min-width: 768px) {
  .m-serviceArticle .m-serviceArticle-ttl.-renewable {
    width: 106px;
  }
}

@media only screen and (min-width: 768px) {
  .m-serviceArticle .m-serviceArticle-ttl.-renewable .m-serviceArticle-ttlImg {
    width: 106px;
  }
}

@media only screen and (max-width: 767px) {
  .m-serviceArticle .m-serviceArticle-ttl.-renewable .m-serviceArticle-ttlImg {
    width: 13.28125vw;
  }
}

.m-serviceArticle .m-serviceArticle-txt {
  letter-spacing: 0.2rem;
}

@media only screen and (min-width: 768px) {
  .m-serviceArticle .m-serviceArticle-txt {
    padding-top: 40px;
    padding-right: 20px;
    width: 600px;
    font-size: 1.8rem;
    line-height: 2.33;
  }
}

@media only screen and (max-width: 767px) {
  .m-serviceArticle .m-serviceArticle-txt {
    padding-top: 6.09375vw;
    line-height: 2.07;
    font-size: 4.375vw;
  }
}

.m-serviceArticle .m-serviceArticle-txt a {
  color: #000dff;
  text-decoration: underline;
}

.m-serviceArticle .m-serviceArticle-txt a:hover {
  text-decoration: none;
}

.m-companyOutline {
  line-height: 2;
}

@media only screen and (min-width: 768px) {
  .m-companyOutline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .m-companyOutline {
    margin-bottom: 6.25vw;
  }
}

@media only screen and (min-width: 768px) {
  .m-companyOutline .m-companyOutline-ttl {
    width: 200px;
    margin-left: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .m-companyOutline .m-companyOutline-ttl {
    font-size: 3.75vw;
    opacity: 0.7;
  }
}

@media only screen and (min-width: 768px) {
  .m-companyOutline .m-companyOutline-data {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .m-companyOutline .m-companyOutline-data {
    font-size: 4.0625vw;
  }
}

@media only screen and (min-width: 768px) {
  .m-profile .m-profile-ttl {
    line-height: 1.818;
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .m-profile .m-profile-ttl {
    line-height: 2;
    font-size: 5vw;
    margin-bottom: 6.25vw;
  }
}

.m-profile .m-profile-ttl span {
  background-color: #d8c89b;
}

@media only screen and (min-width: 768px) {
  .m-profile .m-profile-ttl .m-profile-ttlPhonetic {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .m-profile .m-profile-ttl .m-profile-ttlPhonetic {
    font-size: 3.75vw;
  }
}

@media only screen and (min-width: 768px) {
  .m-profile .m-profile-txt {
    font-size: 1.6rem;
    line-height: 2;
  }
}

@media only screen and (max-width: 767px) {
  .m-profile .m-profile-txt {
    font-size: 4.0625vw;
    line-height: 1.8;
  }
}

@media only screen and (min-width: 768px) {
  .m-footerNav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .m-footerNav {
    font-size: 3.75vw;
    text-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.06);
  }
}

@media only screen and (min-width: 768px) {
  .m-footerNav .m-footerNav-item::after {
    content: "/";
    padding: 0 10px;
    color: #fff;
  }
  .m-footerNav .m-footerNav-item:last-child::after {
    content: "";
  }
}

@media only screen and (max-width: 767px) {
  .m-footerNav .m-footerNav-item {
    margin-bottom: 7.8125vw;
  }
}

.m-footerNav .m-footerNav-link {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .m-footerNav .m-footerNav-link {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .m-footerNav .m-footerNav-link:hover {
    opacity: 0.5;
  }
}

.m-bgMovie {
  width: 100%;
  overflow: hidden;
  opacity: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: 2s;
  transition: 2s;
}

@media only screen and (min-width: 768px) {
  .m-bgMovie {
    -webkit-transform: translateY(20px) skewY(1deg);
            transform: translateY(20px) skewY(1deg);
  }
}

@media only screen and (max-width: 767px) {
  .m-bgMovie {
    background-size: cover;
    background-position: center;
    height: 68.75vw;
    -webkit-transform: translateY(3.125vw) skewY(1deg);
            transform: translateY(3.125vw) skewY(1deg);
  }
}

.m-bgMovie .m-bgMovie-player {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.m-bgMovie .m-bgMovie-player.-on {
  opacity: 0.99;
}

.m-bgMovie.-on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/* ==========================================================================
   parts
   ========================================================================== */
.p-scroll {
  text-align: center;
}

.p-scroll:after {
  position: absolute;
  top: 52px;
  left: 50%;
  content: "";
  display: block;
  width: 1px;
  height: 117px;
  background: #8f8f8f;
}

.p-scroll:before {
  position: absolute;
  top: 52px;
  left: 50%;
  margin-left: -8px;
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 9px;
  border: 1px solid #b8aa81;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 0;
  -webkit-animation: scrollAnim 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
          animation: scrollAnim 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

.p-scroll .p-scroll-txt {
  width: 12px;
}

.p-btn {
  position: relative;
  display: inline-block;
  background-color: #fff;
  color: #000;
}

@media only screen and (min-width: 768px) {
  .p-btn {
    padding: 30px 90px;
    font-size: 2.2rem;
    margin-bottom: 33px;
  }
}

@media only screen and (max-width: 767px) {
  .p-btn {
    width: 66.5625vw;
    padding: 5vw 10.625vw;
    font-size: 4.375vw;
    margin-bottom: 4.21875vw;
  }
}

.p-btn .p-btn-outerLine {
  position: absolute;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .p-btn .p-btn-outerLine {
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}

@media only screen and (max-width: 767px) {
  .p-btn .p-btn-outerLine {
    top: 0.78125vw;
    left: 0.78125vw;
    width: 65vw;
    height: 14.84375vw;
  }
}

.p-btn .p-btn-innerLine {
  position: absolute;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .p-btn .p-btn-innerLine {
    top: 8px;
    left: 8px;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
  }
}

@media only screen and (max-width: 767px) {
  .p-btn .p-btn-innerLine {
    top: 1.5625vw;
    left: 1.5625vw;
    width: 63.4375vw;
    height: 13.28125vw;
  }
}

.p-btn .p-btn-hoverInnerLine {
  display: block;
  position: absolute;
  border: 1px solid #fff;
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  .p-btn .p-btn-hoverInnerLine {
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}

@media only screen and (max-width: 767px) {
  .p-btn .p-btn-hoverInnerLine {
    top: 0.78125vw;
    left: 0.78125vw;
    width: 65vw;
    height: 14.84375vw;
  }
}

.p-btn .p-btn-hoverOuterLine {
  display: block;
  position: absolute;
  border: 1px solid #fff;
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  .p-btn .p-btn-hoverOuterLine {
    top: 8px;
    left: 8px;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
  }
}

@media only screen and (max-width: 767px) {
  .p-btn .p-btn-hoverOuterLine {
    top: 1.5625vw;
    left: 1.5625vw;
    width: 63.4375vw;
    height: 13.28125vw;
  }
}

.p-btn .p-btn-arrow {
  position: absolute;
  top: 50%;
}

@media only screen and (min-width: 768px) {
  .p-btn .p-btn-arrow {
    right: -33px;
    margin-top: -14px;
    width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .p-btn .p-btn-arrow {
    right: -5.625vw;
    margin-top: -2.1875vw;
    width: 12.65625vw;
  }
}

.p-btn .p-btn-line:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 1px;
  width: 100%;
  background: #b7a87e;
  -webkit-transform-origin: right;
          transform-origin: right;
}

.p-btn .p-btn-line:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: #b7a87e;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.p-btn .p-btn-line:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  height: 1px;
  width: 100%;
  background: #b7a87e;
  -webkit-transform-origin: left;
          transform-origin: left;
}

.p-btn .p-btn-line:nth-child(4) {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: #b7a87e;
  -webkit-transform-origin: top;
          transform-origin: top;
}

.p-btn .p-btn-txt {
  display: inline-block;
}

.p-scrollTop {
  position: absolute;
  display: block;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .p-scrollTop {
    bottom: 50px;
    right: 4%;
    width: 45px;
    height: 123px;
  }
}

@media only screen and (max-width: 767px) {
  .p-scrollTop {
    bottom: 6.40625vw;
    right: 3.28125vw;
    width: 11.25vw;
    height: 29.21875vw;
  }
}

@media only screen and (min-width: 768px) {
  .p-scrollTop .p-scrollTop-circle {
    width: 45px;
    height: 45px;
  }
}

.p-scrollTop .p-scrollTop-circlePath {
  fill: none;
  stroke: #fff;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}

.p-scrollTop .p-scrollTop-arrow {
  position: absolute;
  left: 50%;
}

@media only screen and (min-width: 768px) {
  .p-scrollTop .p-scrollTop-arrow {
    top: 12px;
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
    width: 9px;
  }
}

@media only screen and (max-width: 767px) {
  .p-scrollTop .p-scrollTop-arrow {
    top: 2.96875vw;
    -webkit-transform: translateX(-0.3125vw);
            transform: translateX(-0.3125vw);
    width: 2.03125vw;
  }
}

@media only screen and (min-width: 768px) {
  .p-scrollTop:hover .p-scrollTop-arrow {
    -webkit-animation: arrowMove 1s cubic-bezier(0.19, 1, 0.22, 1);
            animation: arrowMove 1s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}

/* ==========================================================================
   keyframes
   ========================================================================== */
@-webkit-keyframes scrollAnim {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0) scale(0.9);
            transform: translateY(0) scale(0.9);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(108px) scale(1);
            transform: translateY(108px) scale(1);
  }
  90% {
    opacity: 1;
    -webkit-transform: translateY(108px) scale(1);
            transform: translateY(108px) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(108px) scale(0.8);
            transform: translateY(108px) scale(0.8);
  }
}
@keyframes scrollAnim {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0) scale(0.9);
            transform: translateY(0) scale(0.9);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(108px) scale(1);
            transform: translateY(108px) scale(1);
  }
  90% {
    opacity: 1;
    -webkit-transform: translateY(108px) scale(1);
            transform: translateY(108px) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(108px) scale(0.8);
            transform: translateY(108px) scale(0.8);
  }
}

@-webkit-keyframes arrowMove {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15%) translateX(-2px);
            transform: translateY(15%) translateX(-2px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translateY(15%) translateX(-2px);
            transform: translateY(15%) translateX(-2px);
  }
  100% {
    opacity: 100;
    -webkit-transform: translateY(0px) translateX(-2px);
            transform: translateY(0px) translateX(-2px);
  }
}

@keyframes arrowMove {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15%) translateX(-2px);
            transform: translateY(15%) translateX(-2px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translateY(15%) translateX(-2px);
            transform: translateY(15%) translateX(-2px);
  }
  100% {
    opacity: 100;
    -webkit-transform: translateY(0px) translateX(-2px);
            transform: translateY(0px) translateX(-2px);
  }
}