@charset "UTF-8";
.wht {
  color: #fff;
}

body {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  margin: 0;
}
@media (max-width: 750px) {
  body {
    font-size: 3.6vw;
  }
}
body img {
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}
body a {
  text-decoration: none;
}
body ul,
body li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body p {
  margin: 0;
  line-height: 160%;
}
@media (max-width: 750px) {
  body p {
    font-size: 3.2vw;
  }
}
body b {
  font-weight: 900;
}
body h1,
body h2,
body h3 {
  margin: 0;
}
body h1 {
  font-size: 34px;
  letter-spacing: 1px;
}
@media (max-width: 750px) {
  body h1 {
    font-size: 5vw;
  }
}
body .cf:after {
  clear: both;
  overflow: hidden;
  content: "";
}
body .relative {
  position: relative;
}
body .absolute {
  position: absolute;
}
body .wrap {
  overflow: hidden;
}
body .highlight {
  background: linear-gradient(transparent 50%, #FFEE00 0%);
  line-height: 1em;
}

.headarea {
  background: #C0C4CC;
  padding: 10px 0 50px;
}
.headarea_img {
  padding-top: 20px;
  width: 80vw;
  margin: 0 0 0 auto;
}
@media (max-width: 750px) {
  .headarea {
    padding: 40px 0 15px;
  }
  .headarea_img {
    padding-top: 10px;
    width: 85vw;
  }
}

.hdtoparea {
  margin: 0 auto;
  max-width: 100%;
  width: 97%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hdtoparea_logo {
  width: 280px;
}
.hdtoparea_menu ul {
  display: flex;
  width: 280px;
  justify-content: space-between;
}
.hdtoparea_menu ul li a {
  color: #fff;
}
.hdtoparea_menu ul li a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media (max-width: 750px) {
  .hdtoparea {
    z-index: 10;
    background: #C0C4CC;
    position: fixed;
    top: 0;
    left: 0;
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .hdtoparea_logo {
    width: 140px;
    padding-left: 5px;
  }
  .hdtoparea_menu ul {
    display: block;
    width: 100%;
  }
  .hdtoparea_menu ul li {
    padding: 0 18px;
    font-size: 3.6vw;
  }
  .hdtoparea_menu ul li:not(:last-child) {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .nav {
    position: fixed;
    right: -320px;
    top: 0;
    width: 300px;
    height: 100vh;
    padding-top: 60px;
    background-color: #333;
    transition: all 0.6s;
    z-index: 200;
    overflow-y: auto;
  }
  .hamburger {
    position: absolute;
    right: 5px;
    top: 0px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 300;
  }
  .nav_item a:hover {
    background-color: #eee;
  }
  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 2px;
    background-color: #fff;
    transition: all 0.6s;
  }
  .hamburger_border_top {
    top: 14px;
  }
  .hamburger_border_center {
    top: 20px;
  }
  .hamburger_border_bottom {
    top: 26px;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
    cursor: pointer;
  }
  .nav-open .nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: 0.8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }
}
.title {
  text-align: center;
  margin-bottom: 45px;
}
.title h2 {
  color: #C0C4CC;
  font-weight: 100;
  font-size: 16px;
  padding-bottom: 5px;
}
.title h1 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  font-weight: 600;
}
.title h1:before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #726F7E;
  border-radius: 2px;
}
@media (max-width: 750px) {
  .title {
    margin-bottom: 20px;
  }
  .title h2 {
    font-size: 3vw;
    padding-bottom: 3px;
  }
  .title h1 {
    font-size: 5vw;
  }
  .title h1:before {
    bottom: -10px;
    width: 40px;
    height: 2px;
  }
}

.buscontentarea {
  padding: 50px 0;
}
.buscontentarea .contentul li:not(:last-child) {
  padding-bottom: 90px;
}
.buscontentarea .contentul_tt {
  margin: 0 auto;
  max-width: 100%;
  width: 600px;
  text-align: center;
  border-bottom: 5px solid #EFF0F2;
}
.buscontentarea .contentul_tt h3 {
  font-size: 23px;
  font-weight: 500;
  padding-bottom: 10px;
}
.buscontentarea .contentul_icon {
  margin: 0 auto;
  max-width: 100%;
  width: 90px;
  padding: 20px 0;
}
.buscontentarea .contentul_txt {
  text-align: center;
}
@media (max-width: 750px) {
  .buscontentarea {
    padding: 25px 0;
  }
  .buscontentarea .contentul li:not(:last-child) {
    padding-bottom: 50px;
  }
  .buscontentarea .contentul_tt {
    width: 80%;
  }
  .buscontentarea .contentul_tt h3 {
    font-size: 4.3vw;
    padding-bottom: 10px;
  }
  .buscontentarea .contentul_icon {
    width: 60px;
    padding: 10px 0;
  }
}

.companyarea {
  background: #EFF0F2;
  padding: 50px 0;
}
.companyarea_tableimg {
  margin: 0 auto;
  max-width: 100%;
  width: 340px;
}
@media (max-width: 750px) {
  .companyarea {
    padding: 25px 0;
  }
  .companyarea_tableimg {
    width: 60%;
  }
}

.accessarea {
  padding: 50px 0 0;
  text-align: center;
}
.accessarea iframe {
  margin: 30px auto 0;
  padding-bottom: 0;
  width: 100%;
}
@media (max-width: 750px) {
  .accessarea {
    padding: 25px 0 0;
  }
  .accessarea iframe {
    margin: 15px auto 0;
  }
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* ///////////////////////////////////////////////////////////////////// */
/***フッター***/
footer {
  width: 100%;
  padding: 10px 0;
  background: #726F7E;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
}
footer .footlogo {
  margin: 0 auto;
  max-width: 100%;
  width: 180px;
  padding-bottom: 8px;
}
@media (max-width: 750px) {
  footer .footlogo {
    width: 40%;
  }
}
@media (max-width: 750px) {
  footer {
    font-size: 3.2vw;
  }
}

.none {
  display: none;
}/*# sourceMappingURL=style.css.map */