@charset "UTF-8";
/* 共通のCSS */
@font-face {
  font-family: "ZenKakuGothicNew";
  src: url("./../fonts/ZenKakuGothicNew-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "ZenKakuGothicNewBlack";
  src: url("./../fonts/ZenKakuGothicNew-Black.ttf") format("truetype");
}
@font-face {
  font-family: "keifont";
  src: url("./../fonts/keifont.ttf") format("truetype");
}
body {
  font-family: "ZenKakuGothicNew";
  font-weight: 600;
}

a,
img {
  display: block;
}

.content {
  margin: 0 auto;
}

.linkCover {
  position: relative;
}

.linkCover a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .content {
    width: min(100vw, 1100px);
  }
  .pcHide {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .spHide {
    display: none !important;
  }
}
/* ヘッダーのCSS */
header .headerContent {
  margin: 0 auto;
  display: flex;
  align-items: center;
}

header .headerContent .headerTitleArea {
  text-align: center;
}

header .headerContent .headerTitleArea .notNeedData {
  position: absolute;
  color: #ff0000;
  transform: rotate(-17deg);
  font-weight: 500;
  font-family: "keifont";
}

header .headerContent .headerTitleArea h1 {
  position: relative;
}

header .headerContent .headerTitleArea h1 .mainTitle {
  font-weight: 900;
}

header .headerContent .headerButtonArea {
  display: flex;
}

header .headerContent .headerButtonArea a {
  color: #ffffff;
  text-align: center;
}

header .headerContent .headerButtonArea a.contact {
  background-color: #ff6a34;
}

header .headerContent .headerButtonArea a.line {
  background-color: #00aa00;
  position: relative;
}

header .headerContent .headerButtonArea a.line::before {
  position: absolute;
  content: "";
  top: 55%;
  transform: translateY(-50%);
  background-image: url("./../img/lineIcon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

header .headerNav {
  background-color: #303030;
}

header .headerNav nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

header .headerNav nav ul li {
  color: #ffffff;
}

header .headerNav nav ul li a {
  color: #ffffff;
}

header .headerNav nav ul li.existsSubList {
  position: relative;
}

header .headerNav nav ul li.existsSubList::after {
  position: absolute;
  content: "";
  color: #ffffff;
  background-image: url("./../img/bottomArrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

header .headerNav nav ul li.existsSubList .subList {
  display: none;
  top: 100%;
}

@media screen and (min-width: 768px) {
  header .headerContent {
    width: min(100vw, 1175px);
    height: min(7.5454545455vw, 83px);
    z-index: 10000;
  }
  header .notTopHide.hide {
    opacity: 0;
  }
  header .headerContent .headerLogoArea .headerLogo {
    width: min(4.5454545455vw, 50px);
    height: min(4.5454545455vw, 50px);
  }
  header .headerContent .headerTitleArea {
    width: min(31.0909090909vw, 342px);
    margin-left: min(1.9090909091vw, 21px);
  }
  header .headerContent .headerTitleArea .notNeedData {
    top: min(1.0909090909vw, 12px);
    right: max(-12.7272727273vw, -140px);
    font-size: min(1.6363636364vw, 18px);
    line-height: min(2.3636363636vw, 26px);
  }
  header .headerContent .headerTitleArea h1 .subTitle {
    font-size: min(1.6363636364vw, 18px);
  }
  header .headerContent .headerTitleArea h1 .mainTitle span .siteTitle {
    height: auto;
    margin: 0 auto;
    width: min(18.3636363636vw, 202px);
    margin-top: min(0.8181818182vw, 9px);
  }
  header .headerContent .headerButtonArea {
    margin-left: auto;
  }
  header .headerContent .headerButtonArea a {
    width: min(23.2727272727vw, 256px);
    height: min(4.1818181818vw, 46px);
    line-height: min(4.1818181818vw, 46px);
    border-radius: min(2.0909090909vw, 23px);
    font-size: min(1.6363636364vw, 18px);
  }
  header .headerContent .headerButtonArea a.contact {
    margin-right: min(1.7272727273vw, 19px);
  }
  header .headerContent .headerButtonArea a.line {
    padding-left: min(2.2727272727vw, 25px);
  }
  header .headerContent .headerButtonArea a.line::before {
    left: min(4.0909090909vw, 45px);
    width: min(2.1818181818vw, 24px);
    height: min(2vw, 22px);
  }
  /* スクロール時のヘッダーについて  */
  header .headerTitleAreaScrollPc {
    position: fixed;
    top: max(-12.3636363636vw, -136px);
    left: 0;
    width: 100vw;
    height: min(12.3636363636vw, 136px);
    background-color: #fff;
    transition: 0.5s;
    z-index: 10000;
    opacity: 0;
  }
  header .headerTitleAreaScrollPc .notNeedData {
    top: min(1.0909090909vw, 12px);
  }
  header .headerTitleAreaScrollPc.active {
    top: 0;
    opacity: 1;
  }
  header .headerNav {
    z-index: 9999;
    position: relative;
  }
  header .headerNav nav ul {
    flex-wrap: wrap;
  }
  header .headerNav nav ul li {
    height: min(4.5454545455vw, 50px);
    line-height: min(4.5454545455vw, 50px);
    font-size: min(1.2727272727vw, 14px);
    padding: 0 min(2.1428571429vw, 35px);
  }
  header .headerNav nav ul li:first-child {
    padding-left: 0;
  }
  header .headerNav nav ul li:last-child {
    padding-right: 0;
  }
  header .headerNav nav ul li.existsSubList::after {
    right: min(0.9090909091vw, 10px);
    width: min(0.9285714286vw, 13px);
    height: min(0.4285714286vw, 6px);
    top: 50%;
    transform: translate(0, -50%) rotate(0deg);
  }
  header .headerNav nav ul li.existsSubList .subList {
    width: min(20.4545454545vw, 225px);
    left: min(1.8181818182vw, 20px);
    position: absolute;
  }
  header .headerNav nav ul li.existsSubList .subList li {
    padding: 0 min(1.7272727273vw, 19px);
  }
  header .headerNav nav ul li.existsSubList .subList li {
    background-color: #303030;
  }
  header .headerNav nav ul li.existsSubList.existsSubList1:hover::after,
  header .headerNav nav ul li.existsSubList.existsSubList2:hover::after,
  header .headerNav nav ul li.existsSubList.existsSubList3:hover::after,
  header .headerNav nav ul li.existsSubList.existsSubList4:hover::after {
    transform: translate(0, -50%) rotate(180deg);
  }
  header .headerNav nav ul li.existsSubList.existsSubList1:hover .subList,
  header .headerNav nav ul li.existsSubList.existsSubList2:hover .subList,
  header .headerNav nav ul li.existsSubList.existsSubList3:hover .subList,
  header .headerNav nav ul li.existsSubList.existsSubList4:hover .subList {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  header .headerContent {
    flex-direction: column;
    background-color: #fff;
  }
  header .headerContent .headerTitleArea h1 .subTitle {
    font-size: 2.846975089vw;
    margin-top: 3.9145907473vw;
  }
  header .headerContent .headerTitleArea h1 .mainTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.7793594306vw;
  }
  header .headerContent .headerTitleArea h1 .mainTitle .headerLogoArea {
    width: 7.2953736655vw;
    height: 7.2953736655vw;
    margin-right: 2.4911032028vw;
  }
  header .headerContent .headerTitleArea h1 .mainTitle .headerLogoArea .headerLogo {
    width: 7.2953736655vw;
    height: 7.2953736655vw;
  }
  header .headerContent .headerTitleArea h1 .mainTitle span .siteTitle {
    display: block;
    width: 32.7402135231vw;
  }
  header .headerContent .headerTitleArea .notNeedData {
    top: 2vw;
    right: -21.3vw;
    font-size: 2.546975089vw;
    line-height: 4.6263345196vw;
  }
  header .headerContent .headerButtonArea {
    margin-top: 4.9822064057vw;
  }
  header .headerContent .headerButtonArea a {
    width: 45.5516014235vw;
    height: 8.1850533808vw;
    line-height: 8.1850533808vw;
    border-radius: 4.0925266904vw;
    font-size: 3.2028469751vw;
  }
  header .headerContent .headerButtonArea a.contact {
    margin-right: 3.3807829181vw;
  }
  header .headerContent .headerButtonArea a.line {
    padding-left: 3.3807829181vw;
  }
  header .headerContent .headerButtonArea a.line::before {
    left: 6.7953736655vw;
    width: 4.2704626335vw;
    height: 3.9145907473vw;
  }
  /* スクロール時のヘッダーについて  */
  header .headerContent .headerTitleArea.headerTitleAreaScroll {
    position: fixed;
    top: -17.793594306vw;
    left: 0;
    width: 100vw;
    height: 17.793594306vw;
    background-color: #fff;
    transition: 0.5s;
    z-index: 10000;
  }
  header .headerContent .headerTitleArea.headerTitleAreaScroll .notNeedData {
    top: 5.9vw;
  }
  header .headerContent .headerTitleArea.headerTitleAreaScroll h1 {
    display: inline-block;
  }
  header .headerContent .headerTitleArea.headerTitleAreaScroll.active {
    top: 0;
  }
  /* ハンバーガーメニュー関係  */
  header .headerContent .headerTitleArea h1 .burgerMenu {
    position: absolute;
    top: 2.5vw;
    left: -17.793594306vw;
    z-index: 10000;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 8.1850533808vw;
    height: 7.2953736655vw;
  }
  header .headerContent .headerTitleArea.headerTitleAreaScroll h1 .burgerMenu {
    top: 5.5vw;
  }
  header .headerContent .headerTitleArea h1 .burgerMenu span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #1a1a1a;
  }
  header .headerContent .headerTitleArea h1 .burgerMenu.active span {
    display: none;
  }
  header .headerNav {
    display: none;
  }
  header .headerNav.active {
    display: block;
    position: fixed;
    width: 100vw;
    min-height: 100vh;
    top: 0;
    left: 0;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.78);
  }
  header .headerNav.active nav {
    position: relative;
    padding-top: 25.2669039146vw;
  }
  header .headerNav.active nav .burgerMenuClose {
    position: absolute;
    top: 3.5vw;
    left: 3.2028469751vw;
    z-index: 10000;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 8.1850533808vw;
    height: 7.2953736655vw;
  }
  header .headerNav.active nav .burgerMenuClose span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
  header .headerNav.active nav .burgerMenuClose span:nth-child(1) {
    transform: rotate(45deg) translate(4.4vw, 2vw);
  }
  header .headerNav.active nav .burgerMenuClose span:nth-child(2) {
    display: none;
  }
  header .headerNav.active nav .burgerMenuClose span:nth-child(3) {
    transform: rotate(135deg) translate(-0.3vw, -1.83vw);
  }
  header .headerNav.active nav ul {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: start;
  }
  header .headerNav.active nav ul li {
    line-height: 15.1245551601vw;
    font-size: 3.2028469751vw;
    padding: 0 16.1921708185vw;
    text-align: left;
  }
  header .headerNav.active nav ul li.existsSubList ul li {
    padding-left: 7.6512455516vw;
  }
  header .headerNav.active nav ul li.existsSubList::after {
    right: 13vw;
    top: 7vw;
    width: 2.4911032028vw;
    height: 1.2455516014vw;
  }
  header .headerNav.active nav ul li.existsSubList.active::after {
    transform: translate(0, 0) rotate(180deg);
  }
  header .headerNav.active nav ul li.existsSubList.existsSubList1::after {
    left: 34vw;
  }
  header .headerNav.active nav ul li.existsSubList.existsSubList2::after {
    left: 25vw;
  }
  header .headerNav.active nav ul li.existsSubList.existsSubList3::after {
    left: 31.8vw;
  }
  header .headerNav.active nav ul li.existsSubList.existsSubList4::after {
    left: 37vw;
  }
  header .headerNav.active nav ul li.existsSubList.existsSubList1.active .subList,
  header .headerNav.active nav ul li.existsSubList.existsSubList2.active .subList,
  header .headerNav.active nav ul li.existsSubList.existsSubList3.active .subList,
  header .headerNav.active nav ul li.existsSubList.existsSubList4.active .subList {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */