.m_footer, .m_header .nav a, .elm_h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.m_mv .cach--en, .elm_h2 {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 400;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-weight: 400;
  color: black;
  background: #fff;
}
@media screen and (max-width: 769px) {
  body {
    font-size: 12px;
  }
}

.inner {
  margin: 0 auto;
  max-width: 1500px;
  padding: 0 4rem;
}
.inner:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 769px) {
  .inner {
    padding: 0 1.5rem;
  }
}

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

a {
  transition: all 0.3s ease-out;
}
a:hover {
  opacity: 0.6;
}

section {
  padding: 3rem 0;
}
@media screen and (max-width: 769px) {
  section {
    padding: 2rem 0;
  }
}

.l-contents {
  padding-bottom: 4rem;
}
@media screen and (max-width: 769px) {
  .l-contents {
    padding: 0;
  }
}

.elm_h2 {
  color: #000000;
  margin-bottom: 1rem;
  font-size: 200%;
}

.elm_h3 {
  color: #000000;
  margin-bottom: 0.3rem;
  font-size: 110%;
}
@media screen and (max-width: 769px) {
  .elm_h3 {
    font-size: 105%;
  }
}

.m_fix {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 383px;
  height: 155px;
  background: url(../images/logo/fix.png) no-repeat center top;
  background-size: 100%;
  z-index: 100;
}
@media screen and (max-width: 769px) {
  .m_fix {
    display: none;
  }
}

.m_header {
  padding: 3.5rem 0 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .m_header {
    padding: 1.5rem 0;
  }
}
.m_header .inner {
  padding: 0 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .m_header .inner {
    padding: 0 1.5rem;
  }
}
.m_header .logo {
  display: inline-block;
  width: 114px;
}
@media screen and (max-width: 769px) {
  .m_header .logo {
    width: 88px;
  }
}
.m_header .nav {
  text-align: right;
  flex: 1;
}
.m_header .nav a {
  display: inline-block;
  color: #000000;
  margin: 0 0 0 1em;
}

.m_footer {
  font-weight: 600;
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  .m_footer {
    position: fixed;
    right: 1.4rem;
    top: 65%;
    transform: rotate(90deg);
    transform-origin: right top;
  }
}
@media screen and (max-width: 769px) {
  .m_footer {
    text-align: center;
    padding: 0.7rem;
  }
}

.m_mv {
  background-color: #E7E7E7;
  margin-bottom: 11rem;
  padding-top: 10rem;
}
@media screen and (max-width: 769px) {
  .m_mv {
    background: url(../images/mv/01_sp.jpg) no-repeat center top;
    background-size: 100%;
    padding-top: 8em;
    padding-bottom: 10rem;
    margin-bottom: 7rem;
  }
}
.m_mv .inner {
  position: relative;
  padding-bottom: 1px;
}
.m_mv .cach--en {
  font-weight: 300;
  text-transform: uppercase;
  text-shadow: 4px 0 0 #fff;
  color: #000000;
  font-size: 360%;
  letter-spacing: 0.1em;
  margin-top: 0;
  margin-bottom: 1em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .m_mv .cach--en {
    font-size: 190%;
    margin-top: 0;
    text-align: right;
    text-shadow: 2px 0 0 #fff;
  }
}
.m_mv .cach--ja {
  font-weight: 500;
  font-size: 110%;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 1;
  margin-bottom: 5rem;
  color: #000000;
  position: absolute;
  bottom: -10rem;
  left: 4rem;
  opacity: 0.4;
}
@media screen and (max-width: 769px) {
  .m_mv .cach--ja {
    margin-bottom: 4rem;
    margin: 0;
    bottom: -15.5rem;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
.m_mv .img {
  position: absolute;
  right: 4rem;
  bottom: -8rem;
  width: 52%;
}
@media screen and (max-width: 769px) {
  .m_mv .img {
    display: none;
  }
}

.m_business {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .m_business {
    display: block;
    max-width: 88%;
    margin: 0 auto;
  }
}
.m_business li {
  flex: 1;
  flex-basis: 24%;
  max-width: 23.5%;
}
@media screen and (max-width: 769px) {
  .m_business li {
    margin-bottom: 2rem;
    max-width: 100%;
  }
}
.m_business li p {
  opacity: 0.4;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.m_business h3 {
  display: none;
}
.m_business .img {
  margin-bottom: 0.7rem;
}

.m_company {
  display: flex;
}
@media screen and (max-width: 769px) {
  .m_company {
    display: block;
    margin: 0 -1.5rem;
  }
}
.m_company .detail {
  flex: 4;
  color: #E7E7E7;
  position: relative;
}
@media screen and (max-width: 769px) {
  .m_company .detail {
    min-height: 80vw;
  }
}
.m_company .detail .add {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem 1rem 1rem;
  background: black;
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.m_company .map {
  flex: 6;
  opacity: 0.7;
}
@media screen and (max-width: 769px) {
  .m_company .map {
    height: 80vw;
  }
}
.m_company .map object,
.m_company .map embed,
.m_company .map iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.m_company .map iframe {
  width: 100%;
  height: 100%;
}

.m_mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E7E7E7;
  z-index: 1000;
}
.m_mask .in {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m_mask .logo {
  padding-top: 3rem;
  width: 113px;
}
@media screen and (max-width: 769px) {
  .m_mask .logo {
    padding-top: 1rem;
  }
}

.for_sp {
  display: none;
}
@media screen and (max-width: 769px) {
  .for_sp {
    display: inline-block;
  }
}
