@charset "UTF-8";

/* ==========================================================

  BLD Group Common PC Styles

========================================================== */
body {
  font-family: 'Noto Sans JP', sans-serif;
  min-width: 1260px;
}
.l-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.l-container.fixed {
  padding: 0 0 100px;
}
.inner {
  max-width: 1200px;
  margin: 0 auto;
}
.section {
  position: relative;
  width: 100%;
}
.totop {
  position: fixed;
  z-index: 5;
  bottom: 130px;
  right: 30px;
}
.sp { display: none; }
.contents-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.heading {
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
}

/* Breadcrumb
--------------------------------------------------------- */
.breadcrumb {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  margin: 20px 0 110px;
}
.breadcrumb .inner { padding: 0 60px; }
.breadcrumb a {
  color: #000000;
  text-decoration: none;
}
.breadcrumb span {
  transform: scale(0.5,1.0);
  display: inline-block;
}

/* Link Button
--------------------------------------------------------- */
a.link-next {
  position: relative;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 600;
  color: #2754a4;
  letter-spacing: 0.15em;
  text-decoration: none;
  padding: 0 0 15px;
  display: inline-block;
  transition: all 0.3s;
}
a.link-next::before, a.link-next::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: solid 4px #2754a4;
  left: 0;
  bottom: 0;
  margin: auto;
  transition: transform 0.3s ease 0.3s;
}
a.link-next::before {
  transform-origin: 0 0;
  width: 100%;
  transform: scale(1, 1);
}
a.link-next::after {
  transform-origin: 100% 0;
  width: 0;
  transform: scale(0, 0);
}
a.link-next:hover::before {
  width: 0;
  transform: scale(0, 0);
}
a.link-next:hover::after {
  width: 100%;
  transform: scale(1, 1);
}
a.link-next span::before {
  content: "＞";
  transform: scale(0.6,1.0);
  transform-origin: center left;
  display: inline-block;
  margin: 0 -10px 0 0;
}

/* Link Bunner
--------------------------------------------------------- */
.link-bnr img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.link-bnr:hover img { opacity: 0.7; }

/* ---------------------------------------------------------

  Header Styles

--------------------------------------------------------- */
.l-header {
  position: relative;
  width: 100%;
  margin: 0 0 25px;
}
.l-header h1 { padding: 0 0 0 45px; }
.l-header > div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-inq {
  display: flex;
  align-items: center;
}
.header-inq a {
  width: 300px;
  height: 120px;
  display: block;
  transition: all 0.3s;
}
.header-inq a:first-of-type { background-color: #d32f2f; }
.header-inq a:nth-child(2) { background-color: #2854a4; }
.header-inq a:last-of-type { background-color: #09b900; }
.header-inq a:hover { opacity: 0.7; }
.menu-trigger { display: none; }

/* Global Navi
--------------------------------------------------------- */
.l-header nav { padding: 60px 0 0; }
.l-header nav ul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header nav ul li {
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  white-space: nowrap;
  margin: 0 30px;
}
.l-header nav ul li a {
  position: relative;
  z-index: 4;
  color: #000000;
  text-decoration: none;
  padding: 0 0 10px;
}
.l-header nav ul li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000000;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: left top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.l-header nav ul li a:hover::before {
  transform: scale(1, 1);
}
.nav-inq { display: none; }

/* お問合せ
--------------------------------------------------------- */
.inquiry-unit {
  padding: 10.666666% 0; /* 80/750 */
  text-align: center;
}

.inquiry-unit .inner2 {
  margin-top: -10.666666%; 
  text-align: center;
}

.inquiry-unit .heading {
  margin: 0 0 35px;
}
.inquiry-unit p {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.8;
}
.inquiry-unit ul li { margin: 45px 0 0; }
.inquiry-unit ul li a { overflow: hidden; }
.inquiry-unit ul li a img { transition: all 0.3s; }
.inquiry-unit ul li a:hover img {
  transform: scale(1.05);
  opacity: 0.7;
}


/* ---------------------------------------------------------

  Footer Styles

--------------------------------------------------------- */
.l-footer {
  background-color: #464646;
  padding: 70px 0 60px;
  font-weight: 300;
}
.l-footer .inner { padding: 0 60px; }

/* Footer Navi
--------------------------------------------------------- */
.foot-items {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 90px;
}
.foot-items dl { width: 50%; }
.foot-items dl dd {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  line-height: 1.875;
  margin: 55px 0 0;
  color: #d8d8d8;
}
.tel-number {
  color: #d8d8d8 !important;
  text-decoration: none !important;
}
.foot-items ul {
  width: 50%;
  padding: 0 0 0 30px;
}
.foot-items ul li {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  white-space: nowrap;
  margin: 0 0 35px;
}
.foot-items ul li a {
  color: #d8d8d8;
  text-decoration: none;
}
.foot-items ul li a.pen { pointer-events: none; }
.copy {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.15em;
  margin: 0;
  color: #d8d8d8;
}

/* ---------------------------------------------------------

  Footer Inquiry Button

--------------------------------------------------------- */
.footer-inq {
  position: fixed;
  z-index: 4;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-color: #e4efff;
}
.footer-inq > div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-inq > div a {
  display: block;
  margin: 0 10px;
}
.footer-inq > div a img { transition: all 0.3s; }
.footer-inq > div a:hover img { opacity: 0.7; }