body {
  font-family: 'Noto Sans JP', sans-serif;
}

.body--scrollhidden {
  height: 100%;
  overflow: hidden;
}

/* レイアウト */
.contentsDiv,
.container-fluid {
  box-sizing: border-box;
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.mainWrapper {
  margin-top: 85px;
}
.mainWrapperTop {
  margin-top: 65px;
}
.contents {
  display: flex;
}
.sideArea {
  width: 200px;
  background-color: #f9f9f9;
}
.sideAreaInner {
  padding: 10px 15px;
}
.mainArea {
  width: 1100px;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .mainArea {
    width: 100%;
  }
  .sideArea {
    position: fixed;
    left: -230px;
    top: 0;
    height: 100%;
    z-index: 80;
  }
  .sideAreaInner {
    padding: 10px 15px;
    overflow: auto;
    height: 100%;
  }
  .sideArea--active {
    left: 0;
  }
}
/* レイアウトここまで */
/* ヘッダー */
.headerWrapper {
  position: fixed;
  top: 0px;
  z-index: 80;
  width: 100%;
  height: 85px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
/* .body--scrollhidden .headerWrapper {
    position: absolute;
    z-index: unset;
} */
.headerTopWrapper {
  background-color: #b8193f;
}
.headerTop {
  display: flex;
  padding: 5px 15px;
  justify-content: flex-end;
}
.langSelect {
  font-size: 12px;
  color: #ffffff;
}
.langSelect a {
  color: #ffffff;
}
.header {
  display: flex;
  padding: 5px;
}
.logoArea {
  width: 240px;
  width: 22%;
  padding: 0 20px;
  box-sizing: border-box;
}
.headerLogo {
  width: 100%;
  height: auto;
}
.headerLogoAnchor {
  max-width: 166px;
  width: 100%;
}
.telInfo {
  display: flex;
  align-items: center;
  width: 180px;
  width: 24%;
  padding: 5px;
}
.telInfo__images {
  width: 20%;
}
.telInfo__icon {
}
.telInfo__texts {
}
.telInfo__name {
  display: block;
  font-size: 14px;
  line-height: 1;
}
.telInfo__number {
  display: block;
  color: #b8193f;
  font-weight: bold;
  font-size: 14px;
}
.headerTel__link {
  display: flex;
  align-items: center;
  flex: auto;
}
.headerTel__link:hover {
  text-decoration: none;
}
.headerMenuArea {
  display: flex;
  flex: 1 1 auto;
  width: 28%;
}
.headerMenu {
  margin: 0;
  padding: 0;
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
  /* width: 39%; */
}
.headerMenuList {
  margin: 0;
  padding: 0;
  display: flex;
}
.hMenuItem {
  list-style: none;
  display: flex;
  flex-direction: column;
}
.hMenuLink {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000000;
  padding: 0 15px;
  font-size: 14px;
  font-weight: bold;
}
.hMenuLink:hover {
  color: #919bae;
}
.hMenuIcon {
  font-size: 26px;
  color: #b8193f;
  margin-right: 5px;
}
.hMenuCaption {
  font-size: 12px;
}
.headerContactArea {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  width: 30%;
  /* width: 52%; */
}
.contactBtn {
  max-width: 150px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f94600;
  color: #fff;
  margin: 0 5px;
  padding: 5px 20px;
  border-radius: 38px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35);
}
.contactBtn:hover {
  background-color: #f98000;
}
.contactBtn--wechat {
  background-color: #07C160;
}
.contactBtn--wechat:hover {
  background-color: #07C160;
}
.contactBtn--wechat .headerBtnItem img {
  margin-right: 0;
}
.contactBtn__icon {
  font-size: 28px;
  margin-right: 5px;
}
.contactBtn__text {
  font-weight: bold;
  font-size: 12px;
}
.navHmbCtrl {
  display: none;
}
.navHmbCtrlR {
  display: none;
}
.headerMenuArea__close {
  display: none;
}

/**/
.headerBtnItem {
  position: relative;
}
.headerBtnItem__link {
  display: table-cell;
}

.headerBtnItem a:hover {
}
.headerBtnItem img {
  margin-right: 5px;
}

.headerBtnMenu {
  display: none;
  position: absolute;
  left: 0;
  z-index: 15000;
  padding: 10px;
  background-color: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.headerBtnMenu li {
  width: 100%;
}

.headerBtnMenu li a {
  width: 100%;
  display: block;
  padding: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #434e64;
  background-color: #fff;
  border-radius: 0;
  line-height: 1.4;
  box-sizing: border-box;
  white-space: nowrap;
}
.headerBtnMenu li a:hover {
  color: #b8193f;
  text-decoration: underline;
}
.headerTel {
  width: 28%;
  display: flex;
}
.headerTel__item {
  width: 100%;
  padding: 0 5px;
}
.headerTel__item .telInfo__name {
  width: 50%;
  font-size: 16px;
  color: #454545;
  text-align: right;
  margin-right: 10px;
  font-weight: bold;
}
.headerTel__item .telInfo__number {
  font-size: 20px;
}
.headerTel__item .telInfo__images {
  width: 10%;
  display: flex;
}
.headerTel__item .telInfo__texts {
  width: 40%;
  margin-left: 10px;
}
@media screen and (max-width: 1023px) {
  .headerTel__link {
    flex-wrap: wrap;
  }
  .hMenuCaption {
    font-size: 12px;
    font-weight: normal;
  }
  .contactBtn {
    padding: 5px 4px;
  }
  .contactBtn__text {
    font-weight: normal;
    font-size: 12px;
  }
  .logoArea {
    padding: 0px 5px;
    width: 23%;
  }
  .telInfo {
  }
  .headerTel {
    width: 33%;
  }
  .headerMenu {
    width: 35%;
  }
  .headerContactArea {
    width: 50%;
  }
  .headerTel__item .telInfo__name {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .logoArea {
    width: 40%;
    text-align: center;
    flex: 1 1 auto;
  }
  .headerLogo {
    max-height: 48px;
    width: auto;
    max-width: 216px;
  }
  .telInfo {
    width: 40%;
    display: none;
  }
  .headerTel {
    display: none;
  }
  .headerMenuArea {
    /* display: none; */
    flex-direction: column;
    position: fixed;
    right: -180px;
    top: 0;
    width: 180px;
    background-color: #fff;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    z-index: 80;
    height: 100%;
    display: block;
    justify-content: center;
    align-items: center;
  }
  .headerMenuArea--active {
    right: 0;
  }
  .headerMenu {
    width: auto;
    display: block;
  }
  .headerContactArea {
    width: auto;
    display: block;
  }
  .headerMenuList {
    display: block;
  }
  .hMenuLink {
    flex-direction: row;
    padding: 5px 10px;
    border-bottom: 1px dotted #ccc;
    color: #454545;
  }
  .headerContactArea {
  }
  .headerContactBtn {
    display: none;
  }

  .navHmbCtrl {
    position: relative;
    /* width: 46px; */
    height: 46px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding: 0 7px; */
    box-sizing: border-box;
    color: #454545;
    margin-left: 20px;
    cursor: pointer;
  }

  .navHmbIcon {
    font-size: 28px;
    color: #b8193f;
  }
  .navHmbText {
    font-size: 12px;
    font-weight: bold;
  }

  .headerMenuArea--active .headerMenuArea__close {
    position: absolute;
    top: 0;
    left: -50px;
    background-color: #ccc;
    display: flex;
    flex-direction: column;
    color: #fff;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .headerMenuArea__closeIcon {
    transform: rotate(45deg);
    font-size: 26px;
  }
  .headerMenuArea__closeText {
    font-size: 12px;
  }
  .telInfo {
    padding: 0;
  }
}
@media screen and (max-width: 560px) {
  .logoArea {
    width: 70%;
    padding: 0 10px;
    display: flex;
    align-items: center;
  }
  .headerLogo {
    height: auto;
    width: 100%;
    vertical-align: bottom;
  }
  .telInfo {
    width: 20%;
  }
  .telInfo__images {
    width: 80%;
  }
  .telInfo__texts {
    font-size: 12px;
    display: none;
  }
  .telInfo__name {
    font-size: 12px;
  }
}

/* ヘッダー ここまで */

/* ナビゲーション */
.navWrapper {
  /* background-color: #454545; */
}
.navBoss {
  position: relative;
}
.navList {
  padding: 0;
  margin: 0;
  display: flex;
}
.navItem {
  list-style: none;
  flex: 1 1 auto;
  display: flex;
}
.navLink {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000000;
  padding: 0 5px;
  font-size: 14px;
  font-weight: bold;
}
.nav-child1 {
  margin-top: 15px;
  padding: 20px 20px 20px 20px;
  border: 1px solid #eeeeee;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.35);
  z-index: 10;
}
.nav-parent2-link {
  display: block;
  text-align: left;
  padding: 0;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #b8193f;
  border-bottom: 1px dashed #b8193f;
}
.nav-child2 {
  display: block;
  position: static;
  border: none;
}
.nav-child2Item {
  list-style: none;
  line-height: 1em;
  margin-bottom: 0.75em;
  font-size: 13px;
  font-weight: bold;
}
.nav-child2Link {
  text-decoration: none;
  font-size: 12px;
  color: #434e64;
}
.nav-child2Link:hover {
  text-decoration: underline;
  color: #b8193f;
}

.ls__pdtMenu__item--megaMenuBoss {
  position: relative;
}
.pList__items--megaMenu {
  visibility: hidden; /*デフォルトでは非表示の状態にしておく*/
  opacity: 0; /*不透明度0*/
  transition: all 0.25s; /*表示の変化を0.3秒に指定*/
  width: max-content;
  position: absolute;
  top: 35px;
  left: 0;
  background-color: #ffffff;
  z-index: 999;
  padding: 10px 20px 20px 20px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1366px) {
  .pList__items--megaMenu {
  }
}
@media screen and (max-width: 1152px) {
  .pList__items--megaMenu {
    width: 366px;
  }
}
.ls__pdtMenu__item--megaMenu:hover .pList__items--megaMenu {
  visibility: visible; /*Gナビメニューにホバーしたら表示*/
  opacity: 1; /*不透明度1*/
}

.navLinkBr {
  display: none;
}
@media screen and (max-width: 1024px) {
  .nav-parent-item > .navLink {
    line-height: 1;
  }
  .navLinkBr {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .navWrapper {
    position: absolute;
    width: 100%;
  }
  .nav {
    padding: 0;
    display: none;
  }
  .nav.nav--rActive {
    display: block;
  }
  .navLink {
    justify-content: flex-start;
    padding: 10px 10px;
  }

  .nav-parent2-link {
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px dotted #999;
  }

  .navList {
    flex-direction: column;
  }
  .navItem {
    flex-direction: column;
    border-bottom: 1px dotted #ccc;
  }
  .nav-child1 {
    flex-direction: column;
  }
  .nav-child2 {
    display: none;
  }

  .nav-child2Link {
    display: block;
    padding: 10px 5px;
    border-bottom: 1px dotted #ccc;
  }
}

/* ナビゲーション　ここまで */

/* メインイメージ */
.featureWrapper {
  padding: 0;
}
.featureAreaWrapper {
  width: 100%;
  overflow: hidden;
  background-color: #ddd;
}
.featureArea {
  text-align: center;
  width: 100%;
  max-width: 886px;
  margin: 0 auto;
  position: relative;
}
.fa__text {
  text-align: center;
  color: #fff;
  font-size: 32px;
  padding: 130px 0 0;
}
.feature_slider {
  width: 100%;
  max-width: 886px;
  margin: 0 auto;
}
.featureImg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.feature_slider > .scrlLink:not(:first-child) {
  display: none;
}
.feature_sliderItem {
  padding: 0 2px;
}
.slick-list {
  overflow: visible;
}
.fI__arrow {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.fI__arrowL {
  left: 10px;
}
.fI__arrowR {
  right: 10px;
}
@media screen and (max-width: 767px) {
  .fI__arrow {
    width: 20px;
    height: 20px;
  }
}
/* メインイメージここまで */

/* 左サイドエリア */
.side__title {
  font-size: 20px;
  color: #b8193f;
  margin: 0 0 20px;
  text-align: center;
}
.side__section {
  margin-bottom: 25px;
}
.side__secTitle {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #b8193f;
  border-bottom: 1px dashed #b8193f;
}
.sideMenuList {
  margin: 0;
  padding: 0;
}
.sideMenuItem {
  list-style: none;
  line-height: 1em;
  margin-bottom: 0.75em;
  font-size: 13px;
  font-weight: bold;
}
.sideMenuLink {
  text-decoration: none;
  color: #434e64;
  font-size: 12px;
}
.sideMenuLink:hover {
  text-decoration: underline;
  color: #b8193f;
}
.sideArea__close {
  display: none;
}
@media screen and (max-width: 767px) {
  .sideArea--active .sideArea__close {
    position: absolute;
    top: 0;
    left: 200px;
    background-color: #ccc;
    display: flex;
    flex-direction: column;
    color: #fff;
    width: 50px;
    height: 50px;
    z-index: 100;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .sideArea__closeIcon {
    transform: rotate(45deg);
    font-size: 26px;
  }
  .sideArea__closeText {
    font-size: 12px;
  }
}

/* 左サイドエリア　ここまで */

.menuCanselBlack {
  /* position: fixed;
    top: 0;
    left: 0;
    height: 200%;
    width: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 50; */
}

/* フッター */
.footerWrapper {
  background-color: #434e64;
}
/* フッター　ここまで */

.footer_corp a{
  color: #FFF;
}
/* language btn menu */

.langBtnMenu{
  display: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  background-color: #fff;
  border: solid 1px #B8193F;
  position: absolute;
  right: -5px;
  z-index: 15000;
  top:25px;
  text-align: center;
  /* padding: 28px 0 12px 0; */
}

.langBtnMenu li {
  width: 100%;
}

.langBtnMenu li a {
  width: 100%;
  display: block;
  padding: 10px 20px;
  font-size: 12px;
  color: #B8193F;
  border: solid 1px #B8193F;
  background-color: #fff;
  border-radius: 0;
  line-height: 1.4;
  box-sizing: border-box;
  white-space: nowrap;
}

.langBtnMenu li a:hover , .langBtnMenu li a.currentLang {
  background-color: #B8193F;;
  color: #ffffff;
  text-decoration:none ;
}

.langBtnMenu li a.currentLang {
  pointer-events: none;
  cursor: default; 
}

/* language btn menu end*/

