@charset "UTF-8";

.sp {
  display: none;
}

.inner__wrap {
  margin-inline: auto;
}
.inner__wrap {
  /* max-width: 1512px; */
  max-width: calc(1512px + 60px);
  padding-inline: 30px;
}
a:hover {
  color: unset;
}

@media(max-width:768px) {

  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .inner__wrap {
    width: 87.277%;
    max-width: unset;
    padding-inline: 0;
    }
  
}


/* -----------------------------------------------
breadcrumb
----------------------------------------------- */
.bc__list__wrap{
  text-align: center;
}
.bc__list__wrap .bc__list {
  display: flex;
	justify-content: center;
  align-items: center;
}
.bc__list * {
  color: #000;
}
.bc__list li:not(:last-child):after{
  content: '＞';
  margin-inline: 1em;
}
.bc__list a:hover{
  text-decoration: underline;
}

@media(max-width:767px) {

  .bc__list__wrap {
    display: none;
  }

}
@media(min-width:768px) {

  .bc__list {
    /* height: 56px; */
    height: 2.7em;
  }
  .bc__list * {
    font-size: min(1.04vw, 2rem);
  }

}


/* -----------------------------------------------
header
----------------------------------------------- */
header {
  background:#444;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
}
.header__inner * {
  color: #fff;
}
.header__inner {
  position:relative;
  margin-inline: auto;
}
.header__inner__logo {}
.header__inner__logo strong {
  display: block;
}

.header__sub__nav * {
  font-weight: bold;
}
.form__link li a {
  background: #FF4E00;
  border: 2px solid #fff;
  box-sizing: border-box;
  display: flex;
	justify-content: center;
	align-items: center;
}

.child__wrap a {
  letter-spacing: 0;
}


@media(max-width:1000px) {

  .header__inner {
    /* width: 87.277%; */
    width: 94%;
  }
  .header__inner .header__inner__logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 54px;
  }
  .header__inner__logo strong {
    width: 20.4%;
    /* margin-right: 4.66%; */
    margin-right: 4%;
  }
  .header__inner__logo .form__link {
    /* width: 57.72%; */
    width: 59.72%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__inner__logo .form__link li {
    width: 47.98%;
  }
  .header__inner__logo .form__link li a {
    /* font-size: min(2.03vw,8px); */
    font-size: min(2.93vw,10px);
    padding-block: .58em;
    border-width: 1px;
  }
  button.menu__btn {
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    background: none;
    width: 54px;
    height: 54px;
    border: 0;
    outline: none;
  }
  button.menu__btn span {
    background: #fff;
    position: absolute;
    left: 0;
    display: block;
    width: 34px;
    height: 3px;
    top: calc(50% - 1.5px);
    transition: all 0.4s ease;
  }
  button.menu__btn span:nth-child(1) {
    transform: translateY(-11px);
  }
  button.menu__btn span:nth-child(2) {
  }
  button.menu__btn span:nth-child(3) {
    transform: translateY(11px);
  }
  header.open button.menu__btn span:nth-child(1) {
    transform: rotate(45deg);
  }
  header.open button.menu__btn span:nth-child(2) {
    height: 0;
  }
  header.open button.menu__btn span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .header__nav__wrap {
    display: none;
    height: 100vh;
    padding-top: 15px;
  }
  .header__nav {
    margin-bottom: 30px;
  }
  header.open .header__nav__wrap {
    display: block;
  }
  .header__nav__parents > li {
    margin-bottom: 8px;
  }
  .header__nav__parents > li > a {
    background: #fff;
    color: #000 !important;
    display: block;
    font-size: 1.6rem;
    line-height: 32px;
    position: relative;
    padding-inline: 1em;
  }
  .header__nav__parents > li:has(.child__wrap) > a:before,
  .header__nav__parents > li:has(.child__wrap) > a:after {
    content: "";
    position: absolute;
    top: calc(50% - 6px);
    right: 6%;
    width: 2px;
    height: 12px;
    border-radius: 9999px;
    background-color: #000000;
    transform-origin: 50% calc(100% - 1px);
  }
  .header__nav__parents > li:has(.child__wrap) > a:before {
    transform: rotate(45deg);
  }
  .header__nav__parents > li:has(.child__wrap) > a:after {
    transform: rotate(-45deg);
  }
  .header__nav__parents > li > a.open:before,
  .header__nav__parents > li > a.open:after {
    top: calc(50% - 15px);
  }
  .header__nav__parents > li > a.open:before {
    transform: rotate(-135deg);
  }
  .header__nav__parents > li > a.open:after {
    transform: rotate(-225deg);
  }
  .child__wrap {
    display: none;
    padding-block: 1em;
  }
  .child__wrap a {
    font-size: 1.2rem;
    padding-block: .5em;
    display: block;
  }
  .child__wrap li {
    margin-bottom: .5em;
  }

  .header__sub__nav {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: stretch;
  }
  .header__sub__nav p {
    text-align: center;
    font-size: 2.8rem;
  }
  .header__sub__nav .form__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
  }
  .header__sub__nav .form__link li {
    width: 47.813%;
  }
  .header__sub__nav .form__link li a {
    border-width: 1px;
    /* font-size: 1.8rem; */
    font-size: 1.4rem;
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
  }

}



@media(min-width:1001px) {

  .header__inner,
  .header__nav__wrap,
  .header__sub__nav,
  .header__sub__nav ul.form__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__inner {
    max-width: calc(1860px + 60px);
    /* min-height: 96px; */
    padding-inline: 30px;
  }

  .header__inner .header__inner__logo {
    margin-left: 16px;
    width: 6.95%;
    max-width: 126px;
  }
  .header__inner__logo strong {
    /* max-width: 126px; */
    /* width: 126px; */
    width: 100%;
  }
  
  .header__inner .header__nav__wrap {
    margin-left: 45px;
    margin-right: auto;
    max-width: 1718px;
    width: 92.366%;
  }
  .header__nav__wrap .header__nav {
    max-width: 898px;
    width: 53.67%;
  }


  /* .header__nav__parents,
  .header__nav__parents > li, */
  .header__nav__parents > li > a {
    height: 100%;
    min-height: 96px;

    min-height: 6em;
  }
  .header__nav__parents > li:has(.child__wrap) > a:after {
    content: " ▼";
  }

  ul.header__nav__parents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 2%;
  }
  .header__nav__parents > li {
    position: relative;
  }
  .header__nav__parents > li > a {
    font-size: min(0.834vw, 1.6rem);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header__nav__parents > li .child__wrap {
    background: #4D4D4D;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 260px;
    opacity: 0;
    transition: all .5s;
    visibility: hidden;
    padding: 1em 0 0;
  }
  .child__wrap a {
    font-size: 1.2rem;
  }
  .header__nav__parents > li:hover .child__wrap {
    visibility: visible;
    top: 100%;
    opacity: 1;
    padding-bottom: 1em;
  }
  .header__sub__nav {
    width: 43.12%;
    flex-wrap: wrap;
  }
  .header__sub__nav p {
    font-size: 3.2rem;
    letter-spacing: 0.07em;
  }
  .form__link {
    gap: 12px;
    margin: 2% 0;
    width: 53.814%;
  }
  .form__link li {
    width: 48.45%;
  }
  .form__link li a {
    /* font-size: min(1vw,2.1rem); */
    font-size: min(.9vw,2.1rem);
    width: 100%;
    height: 58px;
  }

}

@media(min-width:1001px) and (max-width:1892px) {

  .header__sub__nav {}
  .header__sub__nav p {
    font-size: min(1.4vw, 3.2rem);
  }

}

