@charset "UTF-8";

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

  BLD Group Common SP Styles

========================================================== */
body { min-width: 100%; }
.inner { max-width: 90.666666%; }
.totop {
  bottom: calc(10px + 8vh);
  left: 50%;
  right: initial;
  width: calc(70 / 750 * 100vw);
  aspect-ratio: 1 / 1;
  transform: translateX(-50%);
  /*
  transform-origin: center bottom;
  */
}
.btm { bottom: calc((120 / 750 * 100vw) + 8vh); }
.sp { display: inherit; }
.pc { display: none; }

@media screen and (max-width:414px) {}

/* Breadcrumb
--------------------------------------------------------- */
.breadcrumb {
  font-size: 2.4vw; /* 18/750 */
  margin: 0 0 10px;
  padding: 80px 0 0;
}

/* Link Button
--------------------------------------------------------- */
a.link-next {
  font-size: 3.2vw; /* 24/750 */
  padding: 0 0 10px;
}

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

  Header Styles

--------------------------------------------------------- */
.l-header {
  margin: 0;
  padding: 0;
}
.header-sp {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0 20px;
}
.l-header h1 {
  position: relative;
  z-index: 11;
  width: 45vw;
  padding: 0;
}
.nav-wrap {
  display: none;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.header-inq { display: none; }
.menu-trigger {
  position: relative;
  z-index: 11;
  width: 40px;
  height: 16px;
  display: inline-block;
  transition: all 0.3s
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000000;
  display: inline-block;
  transition: all 0.3s
}
.menu-trigger span:first-of-type { top: 0; }
.menu-trigger span:last-of-type { bottom: 0; }
.menu-trigger.is-opened span:first-of-type {
  transform: translateY(7px) rotate(-45deg);
}
.menu-trigger.is-opened span:last-of-type {
  transform: translateY(-7px) rotate(45deg);
}

/* Global Navi
--------------------------------------------------------- */
.l-header nav {
  /*
  display: none;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  */
  height: 99%;
  padding: 90px 4.666666% 0;
  overflow-y: scroll;
}
.l-header nav ul {
  display: block;
  margin: 0 0 5.333333%;
}
.l-header nav ul li {
  font-size: 2.9333333vw; /* 22/750 */
  border-bottom: solid 1px #d6d6d6;
  text-indent: 1em;
  margin: 0;
}
.l-header nav ul li:first-of-type { border-top: solid 1px #d6d6d6; }
.l-header nav ul li a::before { content: none; }
.l-header nav ul li a {
  height: 50px;
  line-height: 50px;
  padding: 0;
  display: block;
  pointer-events: auto;
}
.nav-inq {
  padding: 0 12%;
  height: auto;
  line-height: initial;
  text-align: center;
}
.nav-inq:first-of-type {
  line-height: 1.5;
  margin: 0 0 2.666666%;
}
.nav-inq a {
  position: relative;
  text-decoration: none;
  height: auto;
  border: solid 1px #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  color: #000000;
}
.nav-inq:first-of-type a { padding: 10px 0; }
.nav-inq:last-of-type a { padding: 20px 0; }
.nav-inq a img {
  margin: 0 10px 0 0;
  transform: scale(0.85);
}
.nav-inq:first-of-type a span {
  font-size: 4.8vw; /* 36/750 */
  letter-spacing: 0.1em;
}
.nav-inq:first-of-type a span::after {
  content: '受付時間 9:00〜18:00（土日･祝除く）';
  font-size: 0.5em;
  letter-spacing: 0.075em;
  display: block;
  text-align: center;
  margin: 0.5em 0 0;
  white-space: nowrap;
}
.nav-inq:last-of-type a span {
  font-size: 2.9333333vw; /* 22/750 */
  letter-spacing: 0.15em;
  white-space: nowrap;
}

/* お問合せ
--------------------------------------------------------- */
.inquiry-unit {
  padding: 10.666666% 0; /* 80/750 */
  text-align: center;
}
.inquiry-unit .inner {
  flex-direction: column;
  padding: 0;
}
.inquiry-unit dl { width: 100%; }
.inquiry-unit dl dt h2 {
  font-size: 4.8vw; /* 36/750 */
  margin: 0 0 5.333333%;
}
.inquiry-unit dl dd {
  font-size: 3.2vw; /* 24/750 */
  margin: 0 0 6.666666%;
}
.inquiry-unit ul { width: 90%; }
.inquiry-unit ul li { width: 100%; }
.inquiry-unit ul li:first-of-type {
  line-height: 1.5;
  margin: 0 0 10px;
}
.inquiry-unit ul li:last-of-type {
  height: auto;
  line-height: initial;
}
.inquiry-unit ul li:first-of-type a { padding: 10px 0; }
.inquiry-unit ul li:last-of-type a { padding: 20px 0; }
.inquiry-unit ul li a img {
  margin: 0 10px 0 0;
  transform: scale(0.85);
}
.inquiry-unit ul li:first-of-type a > img { display: none !important; }
.inquiry-unit ul li:first-of-type a span img {
  position: static;
  top: initial;
  display: inline-block;
}
.inquiry-unit ul li:first-of-type a span { font-size: 4.8vw; /* 36/750 */ }
.inquiry-unit ul li:first-of-type a span::after { font-size: 2.4vw; /* 18/750 */ }
.inquiry-unit ul li:last-of-type a span { font-size: 3.2vw; /* 24/750 */ }

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

  Footer Styles

--------------------------------------------------------- */
.l-footer {
  padding: 8% 0 calc((40 / 750 * 100%) + 8vh); /* 50/750 */
}
.l-footer .inner {
  max-width: 80%;
  padding: 0;
}

/* Footer Navi
--------------------------------------------------------- */
.foot-items {
  display: block;
  margin: 0 0 calc(125 / 750 * 100%);
}
.foot-items > div {
  display: block;
  margin: 10.666666% 0 18%; /* 80px 0 135px */
  padding: 6.666666% 0 0; /* 50px 0 */
  border-top: solid 1px rgba(216,216,216,0.1);
  border-bottom: solid 1px rgba(216,216,216,0.1);
}
.foot-items dl dt h2 { width: 54vw; }
.foot-items dl dd {
  font-size: calc(2.9333333vw * 1.15); /* 22/750 */
  margin: 6% 0 0; /* 50px 0 0 */
}
.foot-items dl dd:last-of-type { margin: 9.333333% 0 0; /* 70/750 */ }
.foot-items ul {
  padding: 0;
  border-left: none;
}
.foot-items ul li {
  font-size: calc(2.9333333vw * 1.15); /* 22/750 */
  margin: 0 0 6%; /* 0 0 50px */
}
.foot-items ul:not(:first-of-type) { margin: 0; }
.foot-items ul:nth-of-type(2) li:not(:first-of-type) { margin: 0 0 4%; /* 0 0 30px */ }
.foot-items ul:nth-of-type(2) li:last-of-type { margin: 0 0 6%; /* 0 0 50px */ }
.copy { font-size: calc(2.4vw * 1.15); /* 18/750 */ }

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

  Footer Inquiry Button

--------------------------------------------------------- */
.footer-inq {
  position: fixed;
  z-index: 1;
  display: block;
  left: 0;
  bottom: 0;
  background-color: #224685;
  font-size: 3.2vw; /* 24/750 */
  letter-spacing: 0.2em;
  color: #d8d8d8;
  text-decoration: none;
  text-align: center;
  width: 100%;
  height: 8vh;
  line-height: 8vh;
}
.footer-inq::before {
  content: "＞";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0.5,1.0);
  left: 15px;
}