@charset "UTF-8";
.clfl:after {
  content: ".";
  display: block;
  clear: left;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clfr:after {
  content: ".";
  display: block;
  clear: right;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clf {
  min-height: 1px;
}

* html .clf {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

#mv {
  position: relative;
}
#mv > img {
  width: 100%;
  height: auto;
  opacity: 0;
  z-index: -10;
}
#mv .mv_img {
  z-index: 1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#mv .mv_img > img {
  width: 100%;
  height: auto;
}
#mv .cover {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  z-index: 20;
  position: absolute;
  top: 0;
  pointer-events: none;
}
@media only screen and (max-width: 1039px), (max-device-width: 1039px) {
  #mv .cover {
    display: none;
  }
}
#mv .cover h1 {
  background: #fff;
  width: 214px;
  height: 258px;
  z-index: 2;
  margin: 0;
  padding-left: 43px;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
}

a {
  text-decoration: none;
}

#contents > .wrap {
  padding-top: 60px;
  max-width: none;
}
#contents > .wrap > img {
  width: 100%;
  height: auto;
}
#contents > .wrap h1.sp {
  margin-top: 40px;
  margin-bottom: 33px;
  text-align: left;
}
#contents > .wrap h1.sp > img {
  height: 42px;
  width: auto;
}
@media only screen and (max-width: 1039px), (max-device-width: 1039px) {
  #contents > .wrap h2 {
    text-align: left;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 26px;
    margin-top: 40px;
  }
}

#intro {
  margin: 118px 60px 108px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1039px), (max-device-width: 1039px) {
  #intro {
    display: block;
  }
}
#intro > div {
  width: 50%;
  height: 100%;
  float: left;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1039px), (max-device-width: 1039px) {
  #intro > div {
    display: block;
    width: 100%;
  }
}
#intro > div p {
  margin: 0;
  font-size: 13px;
  line-height: 35px;
  letter-spacing: 0.2em;
  --padding-right: 70px;
  width: calc(100% - var(--padding-right));
  padding-right: var(--padding-right);
  max-width: 400px;
}
@media only screen and (max-width: 1039px), (max-device-width: 1039px) {
  #intro > div p {
    width: auto;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 0.04em;
  }
}
#intro > img {
  width: 50%;
  height: auto;
  float: right;
}
@media only screen and (max-width: 1039px), (max-device-width: 1039px) {
  #intro > img {
    float: none;
    clear: both;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

section:not(#mv) {
  margin: 82px 60px;
}
@media only screen and (max-width: 1039px), (max-device-width: 1039px) {
  section:not(#mv) {
    margin: 0;
  }
}
section:not(#mv) h2 {
  margin: 35px 0;
  font-size: 20px;
  letter-spacing: 0.3em;
  font-weight: 400;
}
@media only screen and (max-width: 1039px), (max-device-width: 1039px) {
  section:not(#mv) tr {
    display: block;
    margin-bottom: 25px;
  }
}
section:not(#mv) th, section:not(#mv) td {
  font-weight: 400;
  line-height: 33px;
  height: 33px;
}
@media only screen and (max-width: 1039px), (max-device-width: 1039px) {
  section:not(#mv) th, section:not(#mv) td {
    display: block;
    line-height: 26px;
    height: auto;
  }
}
section:not(#mv) th {
  padding-right: 20px;
  text-align: left;
  vertical-align: top;
  width: 60px;
}
@media only screen and (max-width: 1039px), (max-device-width: 1039px) {
  section:not(#mv) th {
    font-weight: 500;
  }
}
section:not(#mv)#company th, section:not(#mv)#access th {
  width: 116px;
}
section:not(#mv)#company ol, section:not(#mv)#access ol {
  list-style-type: decimal;
  margin-left: 1.8em;
}
section:not(#mv)#access_map {
  margin-left: 0;
  margin-right: 0;
}

#map {
  background-color: #efefef;
  width: 100%;
  height: 620px;
}
@media only screen and (max-width: 1039px), (max-device-width: 1039px) {
  #map {
    height: calc(100vw - 50px);
  }
}
