@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
/*===================================================================
reset*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
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, 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 */
main, 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 {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

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

html {
  height: 100%;
}

html * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  height: 100%;
  font-family: 'Noto Serif JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  -webkit-text-size-adjust: none;
  color: #333;
  font-size: 16px;
}

a {
  text-decoration: none;
  outline: none;
  color: #333;
}

img {
  vertical-align: top;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.is-sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .is-sp {
    display: block !important;
  }
}

.is-pc {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  body {
    font-size: 20px;
  }
}

.sect {
  margin-top: 80px;
}

.sect_ttl {
  position: relative;
  margin-bottom: 35px;
  padding-top: 30px;
  font-size: 21px;
  text-align: center;
}

.sect_ttl:before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  background: #333;
  height: 0;
  width: 1px;
  -webkit-transform: translateX(-50%) skew(-20deg);
          transform: translateX(-50%) skew(-20deg);
  -webkit-transition: height .15s linear;
  transition: height .15s linear;
}

.sect_ttl.is-inview:before {
  height: 22px;
}

.mv {
  position: relative;
  height: 540px;
  margin: 20px 15px 0;
  border-radius: 6px;
  background: url(../img/mv.jpg) no-repeat right 37% top 65%;
  background-size: cover;
}

.mv_shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 170px;
  height: 100%;
}

.mv_logo {
  position: absolute;
  top: 20px;
  left: 15px;
  width: 110px;
}

.concept {
  position: relative;
  margin-top: 60px;
  padding-bottom: 21%;
  z-index: 1;
}

.concept_img {
  position: absolute;
  max-width: 280px;
}

.concept_img.-rect {
  bottom: -2%;
  right: 0;
  width: 50%;
  max-width: 300px;
  opacity: 0.5;
}

.concept_img.-tri {
  bottom: -13%;
  left: 15px;
  width: 45%;
  opacity: 0.6;
}

.concept_txt {
  position: relative;
  width: 85%;
  max-width: 300px;
  margin: 0 auto;
  line-height: 2;
}

.concept_txt + .concept_txt {
  margin-top: 20px;
}

.menu {
  position: relative;
  margin-top: 40px;
  padding: 80px 0 50%;
  background: #f7f7f7;
}

.menu_img {
  position: absolute;
  top: -100px;
  right: 0;
  width: 90%;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border: 1px solid #cccccc;
  border-right: none;
}

.menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 85%;
  max-width: 310px;
  margin: 10px auto 0;
}

.menu_list dt span {
  font-size: 12px;
}

.menu_list dd {
  width: 62px;
}

.menu_bg {
  position: absolute;
  bottom: -3%;
  right: 2%;
  width: 75%;
  opacity: 0.7;
}

.ph {
  overflow: hidden;
  position: relative;
  margin-top: 60px;
  padding-top: 66%;
}

.ph.phB {
  margin-top: -32%;
}

.ph.-right {
  margin-left: 15px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.ph.-left {
  margin-right: 15px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.ph img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 110%;
  width: auto;
}

.access_txt {
  text-align: center;
  margin-top: 10px;
}

.access_txt span {
  display: block;
}

.access_txt span + span {
  margin-top: 10px;
}

.access_txt.-annotation {
  font-size: 12px;
}

.map {
  margin-top: 45px;
  margin-bottom: -190px;
  padding-top: 300px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.foot {
  padding-top: 290px;
  background: #f7f7f7;
}

.foot_logo {
  width: 125px;
  margin: 0 auto;
}

.foot_contact {
  text-align: center;
  margin-top: 50px;
}

.foot_contact_item a {
  display: inline-block;
}

.foot_contact_item + .foot_contact_item {
  margin-top: 30px;
}

.foot_contact_icn {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: #333333;
  border-radius: 50%;
  text-align: center;
}

.foot_contact_icn img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.foot_contact_txt {
  margin-top: 10px;
}

.foot_copy {
  margin-top: 75px;
  padding: 15px 0;
  background: url(../img/foot_shape.png) repeat-x center;
  background-size: contain;
  text-align: center;
  font-size: 10px;
}

.gm-style-iw-d .gmiw_ttl {
  font-weight: bold;
  font-size: 14px;
}

.gm-style-iw-d .gmiw_ttl.-hub {
  text-align: center;
  font-size: 16px;
}

.gm-style-iw-d p {
  margin-top: 5px;
}

.gm-style-iw-d a {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .sect {
    margin-top: 140px;
  }
  .sect_ttl {
    padding-top: 40px;
    font-size: 40px;
  }
  .sect_ttl.is-inview:before {
    height: 35px;
  }
  .mv {
    height: 760px;
    margin: 30px 30px 0;
    background: url(../img/mv_pc.jpg) no-repeat left top 65%;
    background-size: cover;
  }
  .mv_logo {
    top: 30px;
    left: 30px;
    width: 180px;
  }
  .mv_shape {
    width: 350px;
  }
  .concept {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .concept_txt {
    max-width: 600px;
  }
  .concept_img.-rect {
    bottom: -14%;
    max-width: 630px;
  }
  .concept_img.-tri {
    bottom: -25%;
    left: 5%;
    width: 35%;
    max-width: 380px;
  }
  .menu {
    padding: 100px 0 32%;
  }
  .menu_list {
    max-width: 500px;
  }
  .menu_list dt {
    font-size: 22px;
  }
  .menu_list dt span {
    font-size: 14px;
  }
  .menu_list dd {
    width: 80px;
  }
  .menu_bg {
    max-width: 600px;
  }
  .ph {
    width: 67%;
    padding-top: 45%;
  }
  .ph.phB {
    margin-top: -150px;
  }
  .ph.-right {
    margin-top: -23%;
    margin-left: 33%;
  }
  .ph.-left {
    margin-top: 100px;
    margin-right: 33%;
  }
  .access_txt {
    margin: 20px auto 0;
  }
  .access_txt span {
    display: inline-block;
  }
  .access_txt span + span {
    margin: 0 0 0 30px;
  }
  .map {
    padding-top: 450px;
  }
  .foot {
    padding-top: 350px;
  }
  .foot_logo {
    width: 160px;
  }
  .foot_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 80px;
  }
  .foot_contact_item {
    max-width: 350px;
    min-width: 250px;
    width: 23%;
  }
  .foot_contact_item + .foot_contact_item {
    margin: 0;
  }
  .foot_copy {
    margin-top: 120px;
    padding: 35px 0;
  }
}
/*# sourceMappingURL=style.css.map */