@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

@import "/Portals/0/css/base.css";
@import url("/Portals/0/css/basesmart.css") screen and (max-width: 768px);
@import "/Portals/0/css/contents_rec.css";

/* ===========================================================
 html
=========================================================== */
:root {
  --solid-root: 62.5%;
  --base-color: #333;
  --theme-color: #43a849;
  --color-lightgray: #cccccc;
  --color-lightgreen: #f6fcf7;
}
html {
  font-size: var(--solid-root);
  scroll-behavior: initial;
  scrollbar-gutter: stable;
}
/* size settings */
html,
body {
}

/* font settings */
html,
body {
  color: var(--base-color);
  line-height: 1.77;
}
body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Meiryo", "Verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "sans-serif";
  font-weight: 400;
}

/* chat bot */
.editMode .ibqa_chatbutton {
  z-index: 999;
}

/* ===========================================================
 skin
=========================================================== */
#blockskip {
  display: none;
}
.inner {
  max-width: 1000px;
  margin: 0 auto;
}
.DNNEmptyPane {
  margin: 0 !important;
  padding: 0 !important;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a {
  color: var(--theme-color);
  text-decoration: none;
  opacity: 1;
  transition: all 0.5s linear;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.5;
  }
}
/* ===========================================================
 header
=========================================================== */
#header {
  margin: 0;
  padding: 0;
  position: absolute !important;
}
#header {
  padding: 26px 0 0 41px;
  z-index: 50;
}
.editMode #header {
  position: static !important;
}
#header .right02 {
  position: fixed;
  width: 168px;
  background-color: #fff;
  right: 0;
  border-radius: 40px 0 0 40px;
  padding: 10px;
  top: 20px;
  border: #43a849 solid 1px;
  border-right: none;
  z-index: 100;
  display: flex;
  flex-direction: row-reverse;
  opacity: 0;
}
#header .logo {
  max-width: 340px;
  opacity: 0;
}
.editMode #header .right02 {
  margin-top: 50px;
}
.editMode .HeadTop02RecNewPane {
  margin-top: 70px;
}
/* ===========================================================
 gNav
=========================================================== */

/* ===========================================================
 breadcrumb
=========================================================== */
.breadcrumb {
  margin: 0 auto;
  padding: 0;
  font-size: 1.2rem;
  margin: 0 auto;
  background-color: var(--color-lightgreen);
}
.breadcrumb a {
  color: var(--base-color);
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumb a:hover {
    color: var(--theme-color);
  }
}
.breadcrumb .inner {
  max-width: none;
  padding: 6px 40px;
}
.breadcrumb span.separator {
  margin: 0 1em;
  width: 1em;
  height: 1em;
  position: relative;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
/* ===========================================================
 footer
=========================================================== */
#footer {
  margin: 82px 0 0 0;
  padding: 0;
  padding: 0 0 30px 0;
}
#footer > .inner {
  max-width: none;
  padding: 0;
}
#footer .copyright {
  font-size: 12px;
  text-align: center;
  margin-top: 25px;
}
@media screen and (min-width: 769px) {
  ._1Column #main {
    padding-top: 0 !important;
  }
}
/* ===========================================================
 contents
=========================================================== */
.pcArea {
  display: block;
}
.spArea {
  display: none;
}
._1Column .contentTop {
  opacity: 0;
}
body:not(._Index) .contentMiddle .inner {
  padding: 0 40px;
  max-width: 1080px;
}
.global_menu ul li.Tab252 > a {
  position: relative;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  width: 40px;
}
.global_menu ul li.Tab252 > a:before {
  content: "HOME";
  display: inline-block;
  text-indent: 0;
  position: absolute;
  left: 0;
  top: 2px;
}
.breadcrumb > .inner > span#dnn_dnnBREADCRUMB_lblBreadCrumb > .breadcrumbItem:first-child {
  position: relative;
  text-indent: 200%;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  line-height: 1;
  top: 1px;
  width: 34px;
}
.breadcrumb > .inner > span#dnn_dnnBREADCRUMB_lblBreadCrumb > .breadcrumbItem:first-child:before {
  content: "HOME";
  display: inline-block;
  text-indent: 0;
  position: absolute;
  left: 0;
}
/* ===========================================================
 max-width: 768px
=========================================================== */
@media screen and (max-width: 768px) {
  body {
    font-size: clamp(1.6rem, 0rem + 4.267vw, 3.2rem);
  }

  .footTop .inner,
  body:not(._Index) .contentMiddle > .inner {
    padding: 0 5.33vw;
  }
  .pcArea {
    display: none;
  }
  .spArea {
    display: block;
  }
  /* header */
  #header {
    padding: 3.92vw 0 0 5.33vw;
    min-height: 78px;
  }

  #header .logo {
    max-width: 100%;
    width: clamp(67.2vw, 0.698rem + 62.087vw, 63.79rem);
  }
  #header .right02 {
    width: auto;
    background-color: transparent;
    border: none;
    padding: 0;
    right: 5.8vw;
    top: 3.92vw;
  }
  ._1Column #header {
    position: fixed !important;
    background-color: #fff;
    width: 100%;
    padding-bottom: 3.2vw;
  }
  ._1Column #header .logo {
    width: 66.666vw;
  }
  /* breadcrumb */
  #footer .breadcrumb .inner {
    padding: 2vw 5.33vw;
  }
  #footer .breadcrumb {
    font-size: clamp(1rem, 0rem + 2.933vw, 2rem);
    margin-bottom: 5.333vw;
  }
  /* footer */
  #footer {
    margin-top: 12vw;
    padding-bottom: 21.133vw;
  }
  #footer .copyright {
    font-size: clamp(1rem, 0rem + 2.667vw, 2rem);
    margin-top: 5.666vw;
  }

  .breadcrumb > .inner > span#dnn_dnnBREADCRUMB_lblBreadCrumb > .breadcrumbItem:first-child {
    width: 8.072vw;
  }
}

