@import url("https://fonts.googleapis.com/css?family=EB+Garamond");
@media only screen and (max-width: 767px) {
  .u-pcOnly {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .u-spOnly {
    display: none;
  }
}

html {
  font-family: 'EB Garamond', serif;
}

/* ==========================================================================
   components
   ========================================================================== */
@media only screen and (min-width: 768px) {
  .c-body .c-body-btmMovie {
    height: 482px;
  }
}

@media only screen and (min-width: 768px) {
  .c-header .c-header-logo img {
    width: 372px;
  }
}

@media only screen and (max-width: 767px) {
  .c-header .c-header-logo img {
    width: 46.5625vw;
  }
}

@media only screen and (min-width: 768px) {
  .c-mvContainer {
    padding-top: 180px;
  }
}

@media only screen and (max-width: 767px) {
  .c-mvContainer {
    padding-top: 23.28125vw;
  }
}

@media only screen and (min-width: 768px) {
  .c-mvContainer .c-mvContainer-lead {
    margin-left: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .c-mvContainer .c-mvContainer-lead {
    margin-left: 8.90625vw;
  }
}

.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(30px) skewY(1deg);
          transform: translateY(30px) skewY(1deg);
}

@media only screen and (min-width: 768px) {
  .c-mvContainer .c-mvContainer-img {
    margin: 56px auto 0;
  }
}

@media only screen and (max-width: 767px) {
  .c-mvContainer .c-mvContainer-img {
    margin: 7.5vw auto 0;
  }
}

.c-aboutContainer .c-aboutContainer-ttl {
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .c-aboutContainer .c-aboutContainer-ttl {
    position: relative;
    left: 50%;
    padding-top: 200px;
    margin-bottom: 20px;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    width: 700px;
    margin-left: -220px;
  }
}

@media only screen and (max-width: 767px) {
  .c-aboutContainer .c-aboutContainer-ttl {
    padding-top: 23.4375vw;
    width: 15.625vw;
    margin-left: 12.5vw;
    margin-bottom: 1.5625vw;
    -webkit-transform: translateY(-6.25vw);
            transform: translateY(-6.25vw);
  }
}

.c-aboutContainer .c-aboutContainer-ttlImg {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .c-aboutContainer .c-aboutContainer-ttlImg {
    width: 98px;
  }
}

@media only screen and (max-width: 767px) {
  .c-aboutContainer .c-aboutContainer-ttlImg {
    width: 15.625vw;
  }
}

@media only screen and (min-width: 768px) {
  .c-aboutContainer .c-aboutContainer-verticalTtl {
    width: auto;
    left: 50%;
    margin-left: -500px;
    margin-bottom: 105px;
    -webkit-transform: translateY(32px) skewY(-1deg);
            transform: translateY(32px) skewY(-1deg);
  }
}

@media only screen and (max-width: 767px) {
  .c-aboutContainer .c-aboutContainer-verticalTtl {
    width: auto;
    left: 50%;
    margin-left: -45.3125vw;
    margin-bottom: 105px;
    -webkit-transform: translateY(5vw) skewY(-1deg);
            transform: translateY(5vw) skewY(-1deg);
  }
}

.c-aboutContainer .c-aboutContainer-verticalTtl img:nth-child(1) {
  position: static;
}

@media only screen and (min-width: 768px) {
  .c-aboutContainer .c-aboutContainer-verticalTtl img:nth-child(1) {
    width: 812px;
  }
}

@media only screen and (max-width: 767px) {
  .c-aboutContainer .c-aboutContainer-verticalTtl img:nth-child(1) {
    width: 87.5vw;
  }
}

@media only screen and (min-width: 768px) {
  .c-aboutContainer .c-aboutContainer-txt {
    font-size: 2.2rem;
    line-height: 1.63;
  }
}

@media only screen and (max-width: 767px) {
  .c-aboutContainer .c-aboutContainer-txt {
    line-height: 1.428;
    font-size: 4.375vw;
    width: 75vw;
    margin-left: -31.25vw;
  }
}

@media only screen and (max-width: 767px) {
  .c-serviceContainer .c-serviceContainer-headingArea {
    margin-top: -15.625vw;
  }
}

@media only screen and (min-width: 768px) {
  .c-companyContainer .c-companyContainer-outline {
    width: 900px;
  }
}

@media only screen and (max-width: 767px) {
  .c-companyContainer .c-companyContainer-outline {
    width: 73.4375vw;
  }
}

@media only screen and (max-width: 767px) {
  .c-profileContainer .c-profileContainer-profileArea {
    margin-left: 20.625vw;
  }
}

@media only screen and (min-width: 768px) {
  .c-contactArea {
    width: 1000px;
  }
}

.c-contactArea .c-contactArea-txt {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .c-contactArea .c-contactArea-txt {
    margin-bottom: 36px;
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .c-contactArea .c-contactArea-txt {
    margin-bottom: 4.6875vw;
    font-size: 4.375vw;
  }
}

@media only screen and (max-width: 767px) {
  .c-footer {
    padding-top: 21.875vw;
  }
}

@media only screen and (min-width: 768px) {
  .c-footer .c-footer-copyright {
    font-size: 1.7rem;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 767px) {
  .c-footer .c-footer-copyright {
    font-size: 3.75vw;
  }
}

/* ==========================================================================
   modules
   ========================================================================== */
.m-newsList .m-newsList-item {
  font-size: 1.6rem;
}

.m-mvLead {
  display: block;
}

@media only screen and (min-width: 768px) {
  .m-mvLead .m-mvLead-txt:nth-child(1) {
    width: 813px;
    margin-left: 0;
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 768px) {
  .m-mvLead .m-mvLead-txt:nth-child(3) {
    width: 544px;
  }
}

.m-mvLead .m-mvLead-txt:nth-child(4) {
  margin-bottom: 5vw;
}

@media only screen and (max-width: 767px) {
  .m-mvLead .m-mvLead-txt:nth-child(4) {
    width: 71.25vw;
  }
}

@media only screen and (max-width: 767px) {
  .m-mvLead .m-mvLead-txt:nth-child(6) {
    width: 60.625vw;
  }
}

.m-serviceArticle .m-serviceArticle-ttl {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .m-serviceArticle .m-serviceArticle-ttl {
    width: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .m-serviceArticle .m-serviceArticle-ttl {
    width: 19.53125vw;
  }
}

@media only screen and (min-width: 768px) {
  .m-serviceArticle .m-serviceArticle-ttl .m-serviceArticle-ttlImg {
    width: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .m-serviceArticle .m-serviceArticle-ttl .m-serviceArticle-ttlImg {
    width: 18.75vw;
  }
}

@media only screen and (min-width: 768px) {
  .m-serviceArticle .m-serviceArticle-ttl.-ifa .m-serviceArticle-ttlImg {
    width: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .m-serviceArticle .m-serviceArticle-ttl.-ifa .m-serviceArticle-ttlImg {
    width: 18.75vw;
  }
}

@media only screen and (min-width: 768px) {
  .m-serviceArticle .m-serviceArticle-ttl.-manda {
    width: 113px;
  }
}

@media only screen and (max-width: 767px) {
  .m-serviceArticle .m-serviceArticle-ttl.-manda {
    width: 20.9375vw;
  }
}

@media only screen and (min-width: 768px) {
  .m-serviceArticle .m-serviceArticle-ttl.-manda .m-serviceArticle-ttlImg {
    width: 113px;
  }
}

@media only screen and (max-width: 767px) {
  .m-serviceArticle .m-serviceArticle-ttl.-manda .m-serviceArticle-ttlImg {
    width: 20.9375vw;
  }
}

@media only screen and (min-width: 768px) {
  .m-serviceArticle .m-serviceArticle-ttl.-renewable {
    width: 126px;
  }
}

@media only screen and (max-width: 767px) {
  .m-serviceArticle .m-serviceArticle-ttl.-renewable {
    width: 24.0625vw;
  }
}

@media only screen and (min-width: 768px) {
  .m-serviceArticle .m-serviceArticle-ttl.-renewable .m-serviceArticle-ttlImg {
    width: 126px;
  }
}

@media only screen and (max-width: 767px) {
  .m-serviceArticle .m-serviceArticle-ttl.-renewable .m-serviceArticle-ttlImg {
    width: 24.0625vw;
  }
}

@media only screen and (min-width: 768px) {
  .m-serviceArticle .m-serviceArticle-txt {
    font-size: 2.2rem;
    line-height: 1.63;
  }
}

@media only screen and (max-width: 767px) {
  .m-serviceArticle .m-serviceArticle-txt {
    font-size: 4.375vw;
    line-height: 1.42;
  }
}

.m-companyOutline {
  line-height: 2;
}

@media only screen and (min-width: 768px) {
  .m-companyOutline {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .m-companyOutline .m-companyOutline-ttl {
    font-size: 4.375vw;
  }
}

@media only screen and (min-width: 768px) {
  .m-companyOutline .m-companyOutline-data {
    width: 600px;
    font-size: 2rem;
  }
  .m-companyOutline .m-companyOutline-data a {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .m-companyOutline .m-companyOutline-data {
    font-size: 4.375vw;
  }
}

.m-profile .m-profile-ttl {
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .m-profile .m-profile-ttl {
    line-height: 1.818;
    font-size: 3.2rem;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .m-profile .m-profile-ttl {
    line-height: 1.8;
    font-size: 6.875vw;
    margin-bottom: 6.25vw;
  }
}

.m-profile .m-profile-ttl .m-profile-ttlPhonetic {
  font-weight: normal;
}

@media only screen and (min-width: 768px) {
  .m-profile .m-profile-ttl .m-profile-ttlPhonetic {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .m-profile .m-profile-ttl .m-profile-ttlPhonetic {
    font-size: 4.375vw;
  }
}

@media only screen and (min-width: 768px) {
  .m-profile .m-profile-txt {
    font-size: 2rem;
    line-height: 2;
  }
}

@media only screen and (max-width: 767px) {
  .m-profile .m-profile-txt {
    font-size: 4.375vw;
    line-height: 1.285;
  }
}

@media only screen and (max-width: 767px) {
  .m-headingArea.-service {
    height: 25vw;
  }
}

.m-headingArea.-service .m-headingArea-ttlEn {
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .m-headingArea.-service .m-headingArea-ttlEn {
    top: 16.40625vw;
    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: 68.75vw;
  }
}

.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;
  }
}

/* ==========================================================================
   parts
   ========================================================================== */
/* ==========================================================================
   keyframes
   ========================================================================== */
