@charset "UTF-8";
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;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

html {
  font-size: 15px;
}

body {
  font-size: 1rem;
  line-height: 2em;
  font-family: "游ゴシック体 Medium", "Yu Gothic Medium", YuGothic Medium, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  color: #000;
  letter-spacing: 1px;
  padding-bottom: 50px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.85;
}

img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
.mv {
  position: relative;
}
.mv__overlay {
  position: absolute;
  width: 100%;
  height: 10%;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
}

.concept {
  margin-top: 70px;
  position: relative;
}
.concept__img {
  position: relative;
}
.concept__img img {
  margin-left: 0px;
}
.concept__ctt {
  position: absolute;
  right: 0px;
  top: 20%;
}
.concept__ctt p {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: bold;
  font-size: 1.2rem;
}
.concept__overlay {
  position: absolute;
  width: 100%;
  height: 10%;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
}

.company {
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.company__ctt {
  width: 60%;
  padding-right: 65px;
}
.company__ctt dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
.company__ctt dl dt {
  width: 100px;
}
.company__ctt dl dd {
  width: calc(100% - 100px);
}
.company__img {
  width: 40%;
}

.noice {
  margin-top: 30px;
}

.footer .inner {
  max-width: 1200px;
}
.footer .inner .ft-logo-lnk {
  margin-top: 50px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.footer .inner .ft-logo-lnk li {
  padding: 15px;
}
.footer .inner .ft-logo-lnk li a {
  display: block;
}

@media (max-width: 768px) {
  .concept {
    margin-top: 50px;
  }

  .concept__ctt {
    right: 10%;
    top: unset;
    bottom: 5%;
    width: 80%;
    text-align: center;
    padding: 2rem 0;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 10px;
  }

  .company {
    margin-top: 70px;
    flex-direction: column;
  }

  .company__ctt {
    width: 100%;
    padding: 0 5vw;
  }

  .company__img {
    width: 90vw;
  }

  .noice {
    padding: 0 5vw;
  }

  .footer .inner .ft-logo-lnk {
    flex-direction: column;
  }
}

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