@charset "UTF-8";
.l-header * {
  box-sizing: border-box;
}
.l-header {
  top: 0;
  z-index: 1000;
  background: #000;
  position: fixed;
  width: 100%;
  height: 60px;
}
@media screen and (max-width: 639px) {
  .l-header {
    height: 50px;
  }
}
.l-header_logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3%;
  width: 429px;
  line-height: 1;
}
@media screen and (max-width: 999px) {
  .l-header_logo {
    width: 330px;
    left: 3%;
  }
}
@media screen and (max-width: 767px) {
  .l-header_logo {
    width: 289px;
  }
}
@media screen and (max-width: 374px) {
  .l-header_logo {
    width: 230px;
  }
}
.l-header_btn {
  transition: opacity 0.3s ease-in-out;
  backface-visibility: hidden;
}
@media screen and (min-width: 768px) {
  .l-header_btn:hover {
    opacity: 0.7;
  }
}
.l-header_btn {
  cursor: pointer;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background: url(/module/img/common/menu_open.svg) no-repeat center;
  background-size: 42px;
}
@media screen and (max-width: 999px) {
  .l-header_btn {
    width: 60px;
  }
}
.l-header_btn.is-active {
  background-image: url(/module/img/common/menu_close.svg);
}
.l-header_search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 525px;
  width: 180px;
  height: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .l-header_search {
    display: none;
  }
}
.l-header_search form {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header_search form input {
  appearance: none;
  border: none;
  outline: none;
}
.l-header_search form .search-input {
  position: relative;
  z-index: 0;
  appearance: none;
  border: none !important;
  background: #ccc;
  border-radius: 0;
  height: 30px;
  font-size: 16px;
  padding: 5px;
  transform: translateX(130%);
  transition: 0.3s ease-in-out;
}
.l-header_search form .search-bot {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 30px;
  opacity: 0;
  pointer-events: none;
  border-left: 10px solid #000;
}
.l-header_search_btn {
  width: 40px;
  height: 30px;
  border-left: 10px solid #000;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  line-height: 1;
}
.l-header_search_btn img {
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0) inset;
  transition: opacity 0.3s ease-in-out;
  backface-visibility: hidden;
}
@media screen and (min-width: 768px) {
  .l-header_search_btn img:hover {
    opacity: 0.7;
  }
}
.l-header_search.is-active .search-input {
  transform: translateX(0);
}
.l-header_search.is-active .search-bot {
  opacity: 1;
  pointer-events: auto;
}
.l-header_search.is-active .l-header_search_btn {
  display: none;
}
.l-header_primary {
  background: #000;
}
@media screen and (min-width: 768px) {
  .l-header_primary {
    width: 426px;
    height: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    right: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .l-header_primary {
    right: 60px;
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .l-header_primary {
    position: fixed;
    z-index: 100;
    top: 60px;
    width: 100%;
    height: 50px;
  }
}
@media screen and (max-width: 639px) {
  .l-header_primary {
    top: 50px;
  }
}
.l-header_primary ul {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.l-header_primary ul li {
  position: relative;
  flex-basis: 33.3333%;
}
@media screen and (min-width: 768px) {
  .l-header_primary ul li:first-child:before, .l-header_primary ul li:after {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background: #959595;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
  }
  .l-header_primary ul li:first-child:before {
    left: 0;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-header_primary ul li {
    border-left: 0.5px solid #959595;
    border-top: 0.5px solid #959595;
  }
  .l-header_primary ul li:first-child {
    border-left: none;
  }
}
.l-header_primary ul li a {
  transition: opacity 0.3s ease-in-out;
  backface-visibility: hidden;
}
@media screen and (min-width: 768px) {
  .l-header_primary ul li a:hover {
    opacity: 0.7;
  }
}
.l-header_primary ul li a {
  position: relative;
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header_primary ul li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.l-header_primary ul li a.-gn1:after {
  background: linear-gradient(to right, #285CAE 0%, #3175C1 100%);
}
.l-header_primary ul li a.-gn2:after {
  background: linear-gradient(to right, #A81F1C 0%, #C42629 100%);
}
.l-header_primary ul li a.-gn3:after {
  background: linear-gradient(to right, #B47825 0%, #C59135 100%);
}
.l-header_primary ul li a img {
  position: relative;
  width: auto;
  height: 16px;
  margin-top: -4px;
}
@media screen and (max-width: 767px) {
  .l-header_primary ul li a img {
    margin-top: -8px;
    height: 14px;
  }
}

.l-gnav * {
  box-sizing: border-box;
}
.l-gnav {
  position: fixed;
  z-index: 99;
  inset: 0;
  background: rgba(25, 25, 25, 0.96);
}
@media screen and (min-width: 768px) {
  .l-gnav {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .l-gnav {
    padding-top: 110px;
  }
}
@media screen and (max-width: 639px) {
  .l-gnav {
    padding-top: 100px;
  }
}
.l-gnav {
  transition: 0.3s ease-in-out;
  pointer-events: none;
  opacity: 0;
}
.l-gnav.is-active {
  pointer-events: auto;
  opacity: 1;
}
.l-gnav_in {
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .l-gnav_in::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  .l-gnav_in::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
  }
  .l-gnav_in::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 2px;
  }
}
@media screen and (min-width: 768px) {
  .l-gnav_in {
    margin: 0 auto;
    max-width: 1180px;
    margin-top: 50px;
    max-height: calc(100vh - 110px);
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-height: 800px) {
  .l-gnav_in {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-gnav_in {
    padding-top: 7.4666666667vw;
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
    max-height: calc(100svh - 110px);
  }
}
@media screen and (min-width: 768px) {
  .l-gnav_search {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-gnav_search {
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
  .l-gnav_search form {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .l-gnav_search form input {
    appearance: none;
    border: none;
    outline: none;
  }
  .l-gnav_search form .search-input {
    appearance: none;
    border: none !important;
    background: #ccc;
    border-radius: 0;
    height: 8.5333333333vw;
    font-size: 16px;
    padding: 5px;
    margin-right: 2.6666666667vw;
  }
  .l-gnav_search form .search-bot {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-gnav_nav .l-nav {
    margin-bottom: 16vw;
  }
}

.l-nav * {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .l-nav_nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8.4745762712%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .l-nav_nav {
    gap: 3.3898305085%;
  }
}
@media screen and (max-width: 767px) {
  .l-nav_nav {
    margin-top: 10.6666666667vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media screen and (max-width: 767px) {
  .l-nav_nav > div > dl {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media screen and (min-width: 768px) {
  .l-nav_nav > div > dl + dl {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-height: 800px) {
  .l-nav_nav > div > dl + dl {
    margin-top: 30px;
  }
}
.l-nav_nav > div > dl > dt {
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-nav_nav > div > dl > dt {
    padding-left: 23px;
  }
  .l-nav_nav > div > dl > dt::before {
    content: "";
    width: 2px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-nav_nav > div > dl > dt {
    min-height: 14.6666666667vw;
  }
}
.l-nav_nav > div > dl > dt > a, .l-nav_nav > div > dl > dt > span {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .l-nav_nav > div > dl > dt > a, .l-nav_nav > div > dl > dt > span {
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .l-nav_nav > div > dl > dt > a, .l-nav_nav > div > dl > dt > span {
    display: flex;
    width: 100%;
    align-items: center;
    height: 100%;
    font-size: 5vw;
    letter-spacing: 0.05em;
    line-height: 1.2222222222;
  }
}
.l-nav_nav > div > dl > dt[data-gnav-accordion-btn]::after {
  content: "";
  pointer-events: none;
  display: none;
  background: url(/module/img/common/ico_plus.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .l-nav_nav > div > dl > dt[data-gnav-accordion-btn]::after {
    width: 18px;
    height: 18px;
    margin-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .l-nav_nav > div > dl > dt[data-gnav-accordion-btn]::after {
    width: 4.8vw;
    height: 4.8vw;
    position: absolute;
    top: 50%;
    right: 1.8666666667vw;
    transform: translateY(-50%);
  }
}
.l-nav_nav > div > dl > dt[data-gnav-accordion-btn].is-active::after {
  background: url(/module/img/common/ico_minus.svg) no-repeat center/contain;
}
.l-nav_nav > div > dl[data-gnav-accordion=both] [data-gnav-accordion-btn] {
  transition: opacity 0.3s ease-in-out;
  backface-visibility: hidden;
}
@media screen and (min-width: 768px) {
  .l-nav_nav > div > dl[data-gnav-accordion=both] [data-gnav-accordion-btn]:hover {
    opacity: 0.7;
  }
}
.l-nav_nav > div > dl[data-gnav-accordion=both] [data-gnav-accordion-btn]::after {
  display: block;
}
@media screen and (max-width: 767px) {
  .l-nav_nav > div > dl[data-gnav-accordion=sp] [data-gnav-accordion-btn]::after {
    display: block;
  }
}
.l-nav_nav > div > dl > dd {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-nav_nav > div > dl > dd {
    padding-left: 23px;
  }
  .l-nav_nav > div > dl > dd::before {
    content: "";
    width: 2px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0.2;
  }
}
.l-nav_nav > div > dl > dd a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.03em;
  line-height: 1.4666666667;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-nav_nav > div > dl > dd a {
    padding: 5px 0;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .l-nav_nav > div > dl > dd a {
    padding: 2.1333333333vw 0;
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-nav_nav > div > dl > dd a:hover {
    text-decoration: underline;
  }
}
.l-nav_nav > div > dl > dd a::before {
  content: "";
  background: #fff;
}
@media screen and (min-width: 768px) {
  .l-nav_nav > div > dl > dd a::before {
    width: 5px;
    height: 5px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-nav_nav > div > dl > dd a::before {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    margin-right: 2.1333333333vw;
  }
}
.l-nav_nav > div > dl > dd a.-nutrition::before {
  background-color: #E94709;
}
.l-nav_nav > div > dl > dd a.-human::before {
  background-color: #479D49;
}
.l-nav_nav > div > dl > dd a.-childcare::before {
  background-color: #D68BB9;
}
.l-nav_nav > div > dl > dd a.-infant::before {
  background-color: #F39800;
}
.l-nav_nav > div > dl > dd a.-elementary::before {
  background-color: #5EB031;
}
.l-nav_nav > div > dl > dd a.-media::before {
  background-color: #1F5CB4;
}
.l-nav_nav > div > dl > dd a.-visual::before {
  background-color: #0081CC;
}
.l-nav_nav > div > dl > dd a.-design::before {
  background-color: #2EB6AA;
}
.l-nav_nav > div > dl > dd a.-fashion::before {
  background-color: #E61A69;
}
.l-nav_nav > div > dl > dd a.-nursing::before {
  background-color: #00ABEB;
}
@media screen and (min-width: 768px) {
  .l-nav_nav > div > dl > dd > div > ul {
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-nav_nav > div > dl > dd > div > ul {
    padding-left: 3.7333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-nav_nav > div > dl > dd > div > ul > li > ul {
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .l-nav_nav > div > dl > dd > div > ul > li > ul {
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-nav_nav > div > dl > dd > div > ul > li > ul {
    padding-left: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-nav_nav > div > dl > dd > div > ul > li > ul > li > ul {
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .l-nav_nav > div > dl > dd > div > ul > li > ul > li > ul {
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-nav_nav > div > dl > dd > div > ul > li > ul > li > ul {
    padding-left: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-nav_nav > div > dl._nav1-1 > dt > a {
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) {
  .l-nav_nav > div > dl._nav1-1 > dt > a > span {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-nav_nav > div > dl._nav1-1 > dt::after {
    content: "";
    pointer-events: none;
    background: url(/module/img/common/ico_arrow1.svg) no-repeat center/contain;
    width: 4.8vw;
    height: 4.8vw;
    position: absolute;
    top: 50%;
    right: 1.8666666667vw;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .l-nav_nav > div > dl._nav1-1 > dd {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .l-nav_primary {
    margin-top: 60px;
    border-top: 1px dotted #B7B7B7;
    padding-top: 40px;
    display: flex;
  }
}
@media screen and (min-width: 768px) and (max-height: 800px) {
  .l-nav_primary {
    padding-top: 20px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .l-nav_primary {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .l-nav_primary {
    margin-top: 10.6666666667vw;
  }
}
.l-nav_primary > ._other {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-nav_primary > ._other {
    gap: 16px;
    flex-grow: 1;
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .l-nav_primary > ._other {
    gap: 2.4vw;
  }
}
@media screen and (max-width: 767px) {
  .l-nav_primary > ._other li {
    flex-basis: 100%;
  }
}
.l-nav_primary > ._other li a {
  display: block;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .l-nav_primary > ._other li a {
    width: 200px;
    height: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .l-nav_primary > ._other li a {
    width: 160px;
  }
}
.l-nav_primary > ._other li a {
  transition: opacity 0.3s ease-in-out;
  backface-visibility: hidden;
}
@media screen and (min-width: 768px) {
  .l-nav_primary > ._other li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .l-nav_primary > ._other li a {
    height: 10.6666666667vw;
  }
}
.l-nav_primary > ._other li a span {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.03em;
  color: #222;
  line-height: 1.4666666667;
}
@media screen and (min-width: 768px) {
  .l-nav_primary > ._other li a span {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .l-nav_primary > ._other li a span {
    font-size: 4vw;
  }
}
.l-nav_primary > ._other li a::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .l-nav_primary > ._other li a::before {
    width: 16px;
    height: 16px;
    margin-right: 7px;
  }
}
@media screen and (max-width: 767px) {
  .l-nav_primary > ._other li a::before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    margin-right: 1.8666666667vw;
  }
}
.l-nav_primary > ._other li a.-access::before {
  background-image: url(/module/img/common/ico_access.svg);
}
.l-nav_primary > ._other li a.-inquiry::before {
  background-image: url(/module/img/common/ico_inquiry.svg);
}
@media screen and (min-width: 768px) {
  .l-nav_primary > ._related {
    order: 2;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .l-nav_primary > ._related {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-nav_primary > ._related {
    margin-top: 8.8vw;
  }
}
.l-nav_primary > ._related li a {
  text-decoration: none;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.03em;
  line-height: 1.4666666667;
  color: #fff;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-nav_primary > ._related li a {
    padding: 4px 0;
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .l-nav_primary > ._related li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .l-nav_primary > ._related li a {
    padding: 1.0666666667vw 0;
    font-size: 4vw;
  }
}
.l-nav_primary > ._related li a::before {
  content: "";
  display: block;
  background: url(/module/img/common/ico_blank.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .l-nav_primary > ._related li a::before {
    width: 12px;
    height: 12px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .l-nav_primary > ._related li a::before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin-right: 1.6vw;
  }
}
@media screen and (min-width: 768px) {
  .l-nav_primary > ._related li a:hover {
    text-decoration: underline;
  }
}
.l-nav_primary > ._sns {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-nav_primary > ._sns {
    gap: 8px;
    order: 3;
    margin-left: 40px;
  }
}
@media screen and (max-width: 920px) {
  .l-nav_primary > ._sns {
    margin-top: 30px;
    flex-basis: 100%;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .l-nav_primary > ._sns {
    margin-top: 10.3125vw;
    justify-content: center;
    gap: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-nav_primary > ._sns li {
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-nav_primary > ._sns li {
    width: 13.3333333333vw;
  }
}
.l-nav_primary > ._sns li a {
  transition: opacity 0.3s ease-in-out;
  backface-visibility: hidden;
}
@media screen and (min-width: 768px) {
  .l-nav_primary > ._sns li a:hover {
    opacity: 0.7;
  }
}

.l-footer {
  background: #1C1C1C;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer_in {
    margin: 0 auto;
    max-width: 1180px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_in {
    padding-top: 18.6666666667vw;
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
    padding-bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-footer_logo {
    width: 440px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_logo {
    width: 60.2666666667vw;
    margin: 0 auto;
  }
}
.l-footer_logo img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-footer_nav {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_nav {
    margin-top: 15vw;
  }
}
@media screen and (min-width: 768px) {
  .l-footer_primary {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_primary {
    margin-top: 11.875vw;
  }
}
.l-footer_primary ._nav1 {
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-footer_primary ._nav1 {
    justify-content: center;
  }
}
.l-footer_primary ._nav1 li {
  position: relative;
}
.l-footer_primary ._nav1 li + li {
  padding-left: 1em;
  margin-left: 1em;
}
.l-footer_primary ._nav1 li + li::before {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background: #646464;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
.l-footer_primary ._nav1 li a {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.03em;
  line-height: 1.8333333333;
}
@media screen and (min-width: 768px) {
  .l-footer_primary ._nav1 li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_primary ._nav1 li a {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .l-footer_primary ._nav1 li a:hover {
    text-decoration: underline;
  }
}
.l-footer_primary ._copyright {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  text-decoration: none;
  line-height: 1.8333333333;
}
@media screen and (min-width: 768px) {
  .l-footer_primary ._copyright {
    font-size: 12px;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_primary ._copyright {
    margin-top: 4.6875vw;
    letter-spacing: 0em;
    text-align: center;
    font-size: 3.125vw;
  }
}

[data-gnav-accordion=both] [data-gnav-accordion-btn] {
  cursor: pointer;
}
[data-gnav-accordion=both] [data-gnav-accordion-cnt] {
  display: block grid;
  transition: grid-template-rows 0.5s;
  grid-template-rows: 0fr;
}
[data-gnav-accordion=both] [data-gnav-accordion-cnt] > * {
  overflow: hidden;
}
[data-gnav-accordion=both] [data-gnav-accordion-cnt].is-active {
  grid-template-rows: 1fr;
}

@media screen and (min-width: 768px) {
  [data-gnav-accordion=sp] [data-gnav-accordion-btn] {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  [data-gnav-accordion=sp] [data-gnav-accordion-btn] {
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  [data-gnav-accordion=sp] [data-gnav-accordion-cnt] {
    display: block grid;
    transition: grid-template-rows 0.5s;
    grid-template-rows: 0fr;
  }
  [data-gnav-accordion=sp] [data-gnav-accordion-cnt] > * {
    overflow: hidden;
  }
  [data-gnav-accordion=sp] [data-gnav-accordion-cnt].is-active {
    grid-template-rows: 1fr;
  }
}

.l-sec {
  padding: 70px 20px;
}
@media screen and (max-width: 767px) {
  .l-sec {
    padding: 9.3333333333vw 4vw;
  }
}
.l-sec_in {
  max-width: 1340px;
  margin: 0 auto;
}

/* -----------------------------------
.p-interviewSlider
------------------------------------ */
.p-topicsSlider .swiper,
.p-interviewSlider .swiper {
  position: relative;
  overflow: visible !important;
}
@media screen and (max-width: 767px) {
  .p-topicsSlider .swiper,
  .p-interviewSlider .swiper {
    max-width: 74.6666666667vw;
  }
}
.p-topicsSlider .swiper-slide,
.p-interviewSlider .swiper-slide {
  height: auto;
}
.p-topicsSlider .swiper-button-prev, .p-topicsSlider .swiper-button-next,
.p-interviewSlider .swiper-button-prev,
.p-interviewSlider .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-topicsSlider .swiper-button-prev:hover, .p-topicsSlider .swiper-button-next:hover,
  .p-interviewSlider .swiper-button-prev:hover,
  .p-interviewSlider .swiper-button-next:hover {
    filter: drop-shadow(0px 0px 8px rgba(51, 51, 51, 0.5));
  }
}
@media screen and (max-width: 767px) {
  .p-topicsSlider .swiper-button-prev, .p-topicsSlider .swiper-button-next,
  .p-interviewSlider .swiper-button-prev,
  .p-interviewSlider .swiper-button-next {
    width: 11.4666666667vw;
  }
}
.p-topicsSlider .swiper-button-prev,
.p-interviewSlider .swiper-button-prev {
  left: 0;
  margin-left: -70px;
}
@media screen and (max-width: 1650px) {
  .p-topicsSlider .swiper-button-prev,
  .p-interviewSlider .swiper-button-prev {
    margin-left: 0;
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-topicsSlider .swiper-button-prev,
  .p-interviewSlider .swiper-button-prev {
    left: -8vw;
  }
}
.p-topicsSlider .swiper-button-next,
.p-interviewSlider .swiper-button-next {
  right: 0;
  margin-right: -70px;
}
@media screen and (max-width: 1650px) {
  .p-topicsSlider .swiper-button-next,
  .p-interviewSlider .swiper-button-next {
    margin-right: 0;
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-topicsSlider .swiper-button-next,
  .p-interviewSlider .swiper-button-next {
    right: -8vw;
  }
}
.p-topicsSlider .swiper-button-disabled,
.p-interviewSlider .swiper-button-disabled {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-topicsSlider .swiper {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-topicsSlider .swiper-button-prev {
    left: -3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .p-topicsSlider .swiper-button-next {
    right: -3.2vw;
  }
}

/* -----------------------------------
.p-interviewItem
------------------------------------ */
.p-interviewItem {
  position: relative;
  height: 100%;
}
.p-interviewItem:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0px;
  transform: translate(4px, 4px);
  border-radius: 6px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-interviewItem:after {
    transform: translate(0.5333333333vw, 0.5333333333vw);
  }
}
body#nutritional .p-interviewItem:after {
  background-color: #E94709;
}

body#childcare .p-interviewItem:after {
  background-color: #d68bb9;
}

body#infant .p-interviewItem:after {
  background-color: #f39800;
}

body#elementary .p-interviewItem:after {
  background-color: #5eb031;
}

body#media .p-interviewItem:after {
  background-color: #0081cc;
}

body#design .p-interviewItem:after {
  background-color: #2eb6aa;
}

body#fashion .p-interviewItem:after {
  background-color: #e61a69;
}

body#nursing .p-interviewItem:after {
  background-color: #00abeb;
}

body#nursing .p-interviewItem.-vg:after {
  background-color: #ed7a94;
}

.p-interviewItem > a {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  transition: 0.3s ease-in-out;
}
.p-interviewItem > a ._img {
  position: relative;
  z-index: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.p-interviewItem > a ._img img {
  transition: 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  aspect-ratio: 910/614;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-interviewItem > a:hover ._img {
    background: #000;
  }
  .p-interviewItem > a:hover ._img img {
    transform: scale(1.05, 1.05);
    opacity: 0.7;
  }
}
.p-interviewItem > a ._txt {
  flex-grow: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* -----------------------------------
.p-topicsItem
------------------------------------ */
.p-topicsItem {
  position: relative;
  height: 100%;
}
.p-topicsItem > a ._title {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-topicsItem > a:hover ._img {
    background: #000;
  }
  .p-topicsItem > a:hover ._img img {
    transform: scale(1.05, 1.05);
    opacity: 0.7;
  }
}
.p-topicsItem > span,
.p-topicsItem > a {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  height: 100%;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.p-topicsItem > span ._img,
.p-topicsItem > a ._img {
  position: relative;
  z-index: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.p-topicsItem > span ._img img,
.p-topicsItem > a ._img img {
  transition: 0.3s ease-in-out;
  width: 100%;
  position: relative;
  z-index: 1;
  aspect-ratio: 277/180;
  object-fit: cover;
}
.p-topicsItem > span ._txt,
.p-topicsItem > a ._txt {
  flex-grow: 1;
  padding: 15px 20px;
}
@media screen and (max-width: 767px) {
  .p-topicsItem > span ._txt,
  .p-topicsItem > a ._txt {
    padding: 3.2vw 4vw;
  }
}
.p-topicsItem > span ._txt ._category,
.p-topicsItem > a ._txt ._category {
  display: inline-block;
  line-height: 1;
  padding: 5px 7px;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #fff;
  background: #000;
}
@media screen and (max-width: 767px) {
  .p-topicsItem > span ._txt ._category,
  .p-topicsItem > a ._txt ._category {
    padding: 1.3333333333vw 1.8666666667vw;
    font-size: 2.9333333333vw;
  }
}
.p-topicsItem > span ._txt ._title,
.p-topicsItem > a ._txt ._title {
  margin-top: 8px;
  line-height: 1.6;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-topicsItem > span ._txt ._title,
  .p-topicsItem > a ._txt ._title {
    margin-top: 2.1333333333vw;
    font-size: 3.4666666667vw;
  }
}
.p-topicsItem > span ._txt ._title,
.p-topicsItem > a ._txt ._title {
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
}

/* -----------------------------------
.p-news
------------------------------------ */
.p-news {
  margin: 55px auto 0;
  max-width: 980px;
  max-width: 800px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-news {
    margin-top: 5.3333333333vw;
  }
}
.p-news_list dl {
  border-bottom: 1px dotted #fff;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .p-news_list dl {
    padding: 2.6666666667vw 0;
  }
}
.p-news_list dl {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-news_list dl.is-visible {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .p-news_list dl.is-visible {
    display: block;
  }
}
.p-news_list dl dt {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-news_list dl dt {
    flex-basis: 100px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-news_list dl dt {
    font-size: 3.4666666667vw;
  }
}
.p-news_list dl dd {
  font-size: 14px;
  flex-basis: calc(100% - 100px);
}
@media screen and (max-width: 767px) {
  .p-news_list dl dd {
    font-size: 3.4666666667vw;
    padding-left: 1em;
  }
}
.p-news_list dl dd a {
  text-decoration: underline;
  color: inherit;
}
.p-news_list dl dd a:hover {
  text-decoration: none;
}
.p-news_list dl dd a, .p-news_list dl dd span {
  word-break: break-all;
}
.p-news_btn {
  margin-top: 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-news_btn {
    margin-top: 5.3333333333vw;
  }
}
.p-news_btn span {
  display: none;
}
.p-news_btn span.is-visible {
  display: inline-block;
}
.p-news_btn span {
  transition: opacity 0.3s ease-in-out;
  backface-visibility: hidden;
}
@media screen and (min-width: 768px) {
  .p-news_btn span:hover {
    opacity: 0.7;
  }
}
.p-news_btn span {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-news_btn span img {
    height: 3.2vw;
  }
}

/* -----------------------------------
.p-secRelated
------------------------------------ */
@media screen and (min-width: 768px) {
  .p-secRelated {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .p-secRelated {
    padding-bottom: 18.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-secRelated_cnt ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -6%;
  }
}
.p-secRelated_cnt ul li {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-secRelated_cnt ul li {
    flex-basis: 48%;
    margin-top: 6%;
  }
}
@media screen and (min-width: 768px) {
  .p-secRelated_cnt ul li.-untitle {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .p-secRelated_cnt ul li.-untitle > * {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-secRelated_cnt ul li.-untitle {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .p-secRelated_cnt ul li + li {
    margin-top: 12vw;
  }
}
.p-secRelated_cnt ._bnr {
  margin-top: 52px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-secRelated_cnt ._bnr {
    margin-top: 4vw;
    margin-right: -0.625vw;
  }
}
.p-secRelated_cnt ._bnr a {
  display: block;
  transition: opacity 0.3s ease-in-out;
  backface-visibility: hidden;
}
@media screen and (min-width: 768px) {
  .p-secRelated_cnt ._bnr a:hover {
    opacity: 0.7;
  }
}
.p-secRelated_cnt ._bnr a img {
  width: 59.7014925373%;
}
@media screen and (max-width: 767px) {
  .p-secRelated_cnt ._bnr a img {
    width: 100%;
  }
}

/* -----------------------------------
.p-banner
------------------------------------ */
.p-banner {
  position: relative;
  transition: opacity 0.3s ease-in-out;
  backface-visibility: hidden;
}
@media screen and (min-width: 768px) {
  .p-banner:hover {
    opacity: 0.7;
  }
}
.p-banner:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0px;
  transform: translate(4px, 4px);
  border-radius: 6px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-banner:after {
    transform: translate(0.5333333333vw, 0.5333333333vw);
  }
}
.p-banner:after {
  background: #fff;
}
.p-banner > a {
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 6px;
  overflow: hidden;
  height: auto;
  width: 100%;
  aspect-ratio: 644/220;
}
.p-banner.-admission > a > ._txt, .p-banner.-request > a > ._txt {
  height: 100%;
}
.p-banner.-admission > a > ._txt picture, .p-banner.-request > a > ._txt picture {
  display: block;
  width: 100% !important;
  height: 100%;
  padding-left: 11.6459627329%;
  display: flex;
  align-items: center;
}
.p-banner.-admission > a > ._txt img, .p-banner.-request > a > ._txt img {
  width: auto;
  height: 20%;
  object-fit: contain;
}
.p-banner.-admission > a > ._img, .p-banner.-request > a > ._img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.p-banner.-admission > a {
  background: #84D7FF;
}
.p-banner.-admission > a > ._img {
  width: 34.5%;
  max-width: 220px;
}
.p-banner.-request > a {
  background: #FFC714;
}
.p-banner.-request > a > ._img {
  right: 5%;
  width: 31%;
  max-width: 198px;
  top: 51%;
}
.p-banner.-divisionsite > a > ._txt {
  position: absolute;
  width: 100%;
  height: 100%;
}
.p-banner.-divisionsite > a > ._txt picture {
  display: block;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}
.p-banner.-divisionsite > a > ._txt img {
  width: auto;
  height: 24.5454545455%;
  object-fit: contain;
}
.p-banner.-divisionsite > a > ._img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* -----------------------------------
.p-bgMovie
------------------------------------ */
.p-bgMovie {
  top: 60px;
  height: calc(100vh - 60px);
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  position: fixed; /* fixed の場合。absolute でも同じ */
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-bgMovie {
    top: 100px;
    height: calc(100vh - 100px);
    height: calc(100lvh - 100px);
  }
}
.p-bgMovie_img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  transition: 2s ease-in-out;
}
.p-bgMovie_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-bgMovie_img.is-fadeout {
  opacity: 0;
}
.p-bgMovie:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: gray;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}
.p-bgMovie iframe {
  box-sizing: border-box;
  height: 56.25vw; /* 16:9 の高さなので 56.25% (= 9 ÷ 16) */
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh; /* 16:9 の幅なので 177.77% (= 16 ÷ 9) */
}

/* -----------------------------------
.p-btnStyle1
------------------------------------ */
.p-btnStyle1 {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-btnStyle1 > a {
  display: block;
  position: relative;
  height: 190px;
}
@media screen and (max-width: 640px) {
  .p-btnStyle1 > a {
    height: 37.5vw;
  }
}
.p-btnStyle1 > a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 86px;
}
@media screen and (max-width: 767px) {
  .p-btnStyle1 > a img {
    height: 18.75vw;
    max-width: 500px;
  }
}
.p-btnStyle1 > a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.6s;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-btnStyle1 > a:hover:before {
    opacity: 0.4;
  }
}
@media screen and (min-width: 640px) {
  .p-btnStyle1.-midwifery {
    background-image: url(/nursing/module/img/career/sg_btn_bg.jpg);
  }
}
@media screen and (max-width: 639px) {
  .p-btnStyle1.-midwifery {
    background-image: url(/nursing/module/img/career/sg_btn_bg_sp.jpg);
  }
}

/* -----------------------------------
.p-topicStyle1
------------------------------------ */
.p-topicStyle1 {
  padding: 60px 70px;
  border: 4px solid #666;
}
@media screen and (max-width: 1000px) {
  .p-topicStyle1 {
    padding: 40px 50px;
  }
}
@media screen and (max-width: 640px) {
  .p-topicStyle1 {
    padding: 25px;
  }
}
* + .p-topicStyle1 {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  * + .p-topicStyle1 {
    margin-top: 30px;
  }
}

#nutritional .p-topicStyle1 {
  border-color: #dc5310;
}

#childcare.childcare .p-topicStyle1 {
  border-color: #d68bb9;
}

#childcare.infant .p-topicStyle1 {
  border-color: #f39800;
}

#childcare.elementary .p-topicStyle1 {
  border-color: #5eb031;
}

#media .p-topicStyle1 {
  border-color: #007dc4;
}

#design .p-topicStyle1 {
  border-color: #2eb6aa;
}

#fashion .p-topicStyle1 {
  border-color: #da536b;
}

#nursing .p-topicStyle1 {
  border-color: #00abeb;
}

#childcare.infant .p-topicStyle1.-bg1 {
  background: rgba(243, 152, 0, 0.1);
}

#media .p-topicStyle1.-bg2 {
  background: #007dc4;
}

#design .p-topicStyle1.-bg2 {
  background: #2eb6aa;
}

#fashion .p-topicStyle1.-bg2 {
  background: #da536b;
}

#nursing .p-topicStyle1.-bg2 {
  background: #00abeb;
}

.p-topicStyle1.-bg2 > ._txt1 {
  color: #fff !important;
}
.p-topicStyle1.-bg2 > ._dl dt {
  background: #fff !important;
}
#nursing .p-topicStyle1.-bg2 > ._dl dt {
  color: #00abeb;
}

.p-topicStyle1.-bg2 > ._dl dd ul li {
  color: #fff !important;
}
.p-topicStyle1.-bg2 > ._dl dd ul li:before {
  color: #ffe828 !important;
}
@media screen and (max-width: 640px) {
  .p-topicStyle1 > ._img {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .p-topicStyle1 > ._img img {
    width: 100%;
    max-width: 380px;
  }
}
.p-topicStyle1 > ._txt1 {
  margin-top: 20px;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .p-topicStyle1 > ._txt1 {
    font-size: 13px;
  }
}
.p-topicStyle1 > ._dl {
  margin-top: 20px;
}
.p-topicStyle1 > ._dl dt {
  text-align: center;
  background: #666;
  border-radius: 6px;
  line-height: 1.5;
  padding: 5px;
}
#nutritional .p-topicStyle1 > ._dl dt {
  background: #dc5310;
}

#childcare.childcare .p-topicStyle1 > ._dl dt {
  background: #d68bb9;
}

#childcare.infant .p-topicStyle1 > ._dl dt {
  background: #f39800;
}

#childcare.elementary .p-topicStyle1 > ._dl dt {
  background: #5eb031;
}

#nursing .p-topicStyle1 > ._dl dt {
  background: #00abeb;
}

.p-topicStyle1 > ._dl dt {
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .p-topicStyle1 > ._dl dt {
    font-size: 14px;
  }
}
.p-topicStyle1 > ._dl dd {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-topicStyle1 > ._dl dd ul {
    text-align: center !important;
  }
}
.p-topicStyle1 > ._dl dd ul li {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .p-topicStyle1 > ._dl dd ul li {
    font-size: 13px;
  }
}

/* -----------------------------------
.p-employmentStyle1.
------------------------------------ */
.p-employmentStyle1 {
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-employmentStyle1 {
    margin-bottom: 60px;
  }
}
.p-employmentStyle1 > dl._block + dl {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-employmentStyle1 > dl._block + dl {
    margin-top: 15px;
  }
}
.p-employmentStyle1 > dl._block > dt._title {
  background: #1a1a1a;
  border-radius: 4px;
  padding: 8px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-employmentStyle1 > dl._block > dt._title span {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-employmentStyle1 > dl._block > dt._title span {
    font-size: 16px;
  }
}
.p-employmentStyle1 > dl._block.-accordion > dt._title {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-employmentStyle1 > dl._block.-accordion > dt._title {
    justify-content: space-between;
  }
}
.p-employmentStyle1 > dl._block.-accordion > dt._title::after {
  content: "";
  display: block;
  width: 83px;
  height: 22px;
  background: url(../img/career/ico_open.svg) no-repeat center/contain;
  margin-left: 20px;
}
.p-employmentStyle1 > dl._block.-accordion > dt._title.is-visible::after {
  background: url(../img/career/ico_close.svg) no-repeat center/contain;
}
.p-employmentStyle1 > dl._block.-accordion > dd._cnt {
  display: none;
}
.p-employmentStyle1 > dl._block > dd._cnt {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-employmentStyle1 > dl._block > dd._cnt {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.p-employmentStyle1 > dl._block > dd._cnt.-img {
  position: relative;
  border-bottom: 1px dotted #000;
}
@media screen and (max-width: 767px) {
  .p-employmentStyle1 > dl._block > dd._cnt.-img {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#nutritional .p-employmentStyle1 > dl._block > dd._cnt.-img {
  border-color: #dc5310;
}

#childcare.childcare .p-employmentStyle1 > dl._block > dd._cnt.-img {
  border-color: #d68bb9;
}

#childcare.infant .p-employmentStyle1 > dl._block > dd._cnt.-img {
  border-color: #f39800;
}

#childcare.elementary .p-employmentStyle1 > dl._block > dd._cnt.-img {
  border-color: #5eb031;
}

#media .p-employmentStyle1 > dl._block > dd._cnt.-img {
  border-color: #007dc4;
}

#design .p-employmentStyle1 > dl._block > dd._cnt.-img {
  border-color: #2eb6aa;
}

#fashion .p-employmentStyle1 > dl._block > dd._cnt.-img {
  border-color: #da536b;
}

#nursing .p-employmentStyle1 > dl._block > dd._cnt.-img {
  border-color: #00abeb;
}

@media screen and (min-width: 768px) {
  .p-employmentStyle1 > dl._block > dd._cnt.-img ._subtitle {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .p-employmentStyle1 > dl._block > dd._cnt.-img ._subtitle {
    justify-content: center;
    margin-bottom: 20px;
  }
}
.p-employmentStyle1 > dl._block > dd._cnt ._subtitle {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-employmentStyle1 > dl._block > dd._cnt ._subtitle {
    font-size: 15px;
    align-items: start;
  }
}
.p-employmentStyle1 > dl._block > dd._cnt ._subtitle::before {
  content: "■";
  margin-right: 5px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-employmentStyle1 > dl._block > dd._cnt ._subtitle::before {
    margin-top: 5px;
    font-size: 10px;
  }
}
#nutritional .p-employmentStyle1 > dl._block > dd._cnt ._subtitle::before {
  color: #dc5310;
}

#childcare.childcare .p-employmentStyle1 > dl._block > dd._cnt ._subtitle::before {
  color: #d68bb9;
}

#childcare.infant .p-employmentStyle1 > dl._block > dd._cnt ._subtitle::before {
  color: #f39800;
}

#childcare.elementary .p-employmentStyle1 > dl._block > dd._cnt ._subtitle::before {
  color: #5eb031;
}

#media .p-employmentStyle1 > dl._block > dd._cnt ._subtitle::before {
  color: #007dc4;
}

#design .p-employmentStyle1 > dl._block > dd._cnt ._subtitle::before {
  color: #2eb6aa;
}

#fashion .p-employmentStyle1 > dl._block > dd._cnt ._subtitle::before {
  color: #da536b;
}

#nursing .p-employmentStyle1 > dl._block > dd._cnt ._subtitle::before {
  color: #00abeb;
}

.p-employmentStyle1 > dl._block > dd._cnt ._img {
  text-align: center;
}
.p-employmentStyle1 > dl._block > dd._cnt ._img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-employmentStyle1 > dl._block > dd._cnt ._img img {
    max-width: 500px;
  }
}
.p-employmentStyle1 > dl._block > dd._cnt ._list2 {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-employmentStyle1 > dl._block > dd._cnt ._list2 {
    margin-top: 20px;
  }
}
.p-employmentStyle1 > dl._block > dd._cnt ._list2 dl dt {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #000;
  border-radius: 4px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-employmentStyle1 > dl._block > dd._cnt ._list2 dl dt {
    font-size: 13px;
  }
}
#nutritional .p-employmentStyle1 > dl._block > dd._cnt ._list2 dl dt {
  background: rgba(220, 83, 16, 0.05);
}

#childcare.childcare .p-employmentStyle1 > dl._block > dd._cnt ._list2 dl dt {
  background: rgba(214, 139, 185, 0.05);
}

#childcare.infant .p-employmentStyle1 > dl._block > dd._cnt ._list2 dl dt {
  background: rgba(243, 152, 0, 0.05);
}

#childcare.elementary .p-employmentStyle1 > dl._block > dd._cnt ._list2 dl dt {
  background: rgba(94, 176, 49, 0.05);
}

#media .p-employmentStyle1 > dl._block > dd._cnt ._list2 dl dt {
  background: rgba(0, 125, 196, 0.05);
}

#design .p-employmentStyle1 > dl._block > dd._cnt ._list2 dl dt {
  background: rgba(46, 182, 170, 0.05);
}

#fashion .p-employmentStyle1 > dl._block > dd._cnt ._list2 dl dt {
  background: rgba(218, 83, 107, 0.05);
}

#nursing .p-employmentStyle1 > dl._block > dd._cnt ._list2 dl dt {
  background: rgba(0, 171, 235, 0.05);
}

#nutritional .p-employmentStyle1 > dl._block > dd._cnt ._list2 dl dt {
  border-color: #dc5310;
}

#childcare.childcare .p-employmentStyle1 > dl._block > dd._cnt ._list2 dl dt {
  border-color: #d68bb9;
}

#childcare.infant .p-employmentStyle1 > dl._block > dd._cnt ._list2 dl dt {
  border-color: #f39800;
}

#childcare.elementary .p-employmentStyle1 > dl._block > dd._cnt ._list2 dl dt {
  border-color: #5eb031;
}

#media .p-employmentStyle1 > dl._block > dd._cnt ._list2 dl dt {
  border-color: #007dc4;
}

#design .p-employmentStyle1 > dl._block > dd._cnt ._list2 dl dt {
  border-color: #2eb6aa;
}

#fashion .p-employmentStyle1 > dl._block > dd._cnt ._list2 dl dt {
  border-color: #da536b;
}

#nursing .p-employmentStyle1 > dl._block > dd._cnt ._list2 dl dt {
  border-color: #00abeb;
}

#nutritional .p-employmentStyle1 > dl._block > dd._cnt ._list2 dl dt {
  color: #dc5310;
}

#childcare.childcare .p-employmentStyle1 > dl._block > dd._cnt ._list2 dl dt {
  color: #d68bb9;
}

#childcare.infant .p-employmentStyle1 > dl._block > dd._cnt ._list2 dl dt {
  color: #f39800;
}

#childcare.elementary .p-employmentStyle1 > dl._block > dd._cnt ._list2 dl dt {
  color: #5eb031;
}

#media .p-employmentStyle1 > dl._block > dd._cnt ._list2 dl dt {
  color: #007dc4;
}

#design .p-employmentStyle1 > dl._block > dd._cnt ._list2 dl dt {
  color: #2eb6aa;
}

#fashion .p-employmentStyle1 > dl._block > dd._cnt ._list2 dl dt {
  color: #da536b;
}

#nursing .p-employmentStyle1 > dl._block > dd._cnt ._list2 dl dt {
  color: #00abeb;
}

.p-employmentStyle1 > dl._block > dd._cnt ._list2 dl dd {
  padding-top: 15px;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-employmentStyle1 > dl._block > dd._cnt ._list2 dl dd {
    padding-top: 12px;
    padding-bottom: 20px;
  }
}
.p-employmentStyle1 > dl._block > dd._cnt ._list2 dl dd ul {
  flex-wrap: wrap;
}
.p-employmentStyle1 > dl._block > dd._cnt ._list2 dl dd ul li {
  display: inline;
  align-items: center;
  margin-right: 10px;
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .p-employmentStyle1 > dl._block > dd._cnt ._list2 dl dd ul li {
    line-height: 1.7142857143;
  }
}
.p-employmentStyle1 > dl._block > dd._cnt ._list2 dl dd ul li::before {
  content: "●";
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .p-employmentStyle1 > dl._block > dd._cnt ._list2 dl dd ul li::before {
    margin-right: 2px;
  }
}
#nutritional .p-employmentStyle1 > dl._block > dd._cnt ._list2 dl dd ul li::before {
  color: #dc5310;
}

#childcare.childcare .p-employmentStyle1 > dl._block > dd._cnt ._list2 dl dd ul li::before {
  color: #d68bb9;
}

#childcare.infant .p-employmentStyle1 > dl._block > dd._cnt ._list2 dl dd ul li::before {
  color: #f39800;
}

#childcare.elementary .p-employmentStyle1 > dl._block > dd._cnt ._list2 dl dd ul li::before {
  color: #5eb031;
}

#media .p-employmentStyle1 > dl._block > dd._cnt ._list2 dl dd ul li::before {
  color: #007dc4;
}

#design .p-employmentStyle1 > dl._block > dd._cnt ._list2 dl dd ul li::before {
  color: #2eb6aa;
}

#fashion .p-employmentStyle1 > dl._block > dd._cnt ._list2 dl dd ul li::before {
  color: #da536b;
}

#nursing .p-employmentStyle1 > dl._block > dd._cnt ._list2 dl dd ul li::before {
  color: #00abeb;
}

.p-employmentStyle1 > dl._block > dd._cnt ._list1 {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-employmentStyle1 > dl._block > dd._cnt ._list1 {
    margin-top: 20px;
  }
}
.p-employmentStyle1 > dl._block > dd._cnt ._list1.-inline dl {
  display: inline;
  margin-right: 1em;
}
.p-employmentStyle1 > dl._block > dd._cnt ._list1 dl dt {
  display: inline;
}
#nutritional .p-employmentStyle1 > dl._block > dd._cnt ._list1 dl dt {
  color: #dc5310;
}

#childcare.childcare .p-employmentStyle1 > dl._block > dd._cnt ._list1 dl dt {
  color: #d68bb9;
}

#childcare.infant .p-employmentStyle1 > dl._block > dd._cnt ._list1 dl dt {
  color: #f39800;
}

#childcare.elementary .p-employmentStyle1 > dl._block > dd._cnt ._list1 dl dt {
  color: #5eb031;
}

#media .p-employmentStyle1 > dl._block > dd._cnt ._list1 dl dt {
  color: #007dc4;
}

#design .p-employmentStyle1 > dl._block > dd._cnt ._list1 dl dt {
  color: #2eb6aa;
}

#fashion .p-employmentStyle1 > dl._block > dd._cnt ._list1 dl dt {
  color: #da536b;
}

#nursing .p-employmentStyle1 > dl._block > dd._cnt ._list1 dl dt {
  color: #00abeb;
}

.p-employmentStyle1 > dl._block > dd._cnt ._list1 dl dd {
  text-align: left;
  display: inline;
  font-size: 14px;
  line-height: 1.8571428571;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .p-employmentStyle1 > dl._block > dd._cnt ._list1 dl dd {
    line-height: 1.7142857143;
  }
}
.p-employmentStyle1 > dl._block > dd._img {
  padding-top: 50px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-employmentStyle1 > dl._block > dd._img {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
.p-employmentStyle1 > dl._block > dd._img {
  text-align: center;
}
.p-employmentStyle1 > dl._block > dd._img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-employmentStyle1 > dl._block > dd._img img {
    max-width: 500px;
  }
}

[data-yt] {
  cursor: pointer;
}

.p-youtubeCover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.p-youtubeCover.is-visible {
  display: block;
  animation-name: fade-in;
  animation-duration: 0.5s;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-youtube {
  display: none;
  max-width: 1000px;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .p-youtube.-short {
    max-width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .p-youtube.-short {
    max-width: 80vw;
  }
}
.p-youtube.-short .p-youtube_in {
  padding-bottom: 177.77%;
}
.p-youtube_in {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.p-youtube_in iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-youtube_close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -50px;
  right: 0;
  transition: 0.4s;
  cursor: pointer;
}
.p-youtube_close:hover {
  opacity: 0.7;
}
.p-youtube_close span {
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  transform-origin: center;
}
.p-youtube_close span:nth-of-type(1) {
  transform: rotate(45deg);
}
.p-youtube_close span:nth-of-type(2) {
  transform: rotate(-45deg);
}
.p-youtube.is-visible {
  display: block;
  animation-name: slide-up;
  animation-duration: 0.5s;
}

@keyframes slide-up {
  from {
    opacity: 0;
    margin-top: 50px;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}
[data-accordion] [data-accordion-cnt] {
  display: block grid;
  transition: grid-template-rows 0.5s;
  grid-template-rows: 0fr;
}
[data-accordion] [data-accordion-cnt] > * {
  overflow: hidden;
}
[data-accordion] [data-accordion-cnt].is-visible {
  grid-template-rows: 1fr;
}

@media screen and (min-width: 768px) {
  .c-titleStyle1 {
    margin-bottom: 35px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .c-titleStyle1 {
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-titleStyle1 > span {
    display: inline-block;
    padding-bottom: 12px;
    border-bottom: 3px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .c-titleStyle1 > span {
    display: block;
    padding-bottom: 1.3333333333vw;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (min-width: 768px) {
  .c-titleStyle1.-news, .c-titleStyle1.-department {
    margin-bottom: 56px;
  }
  .c-titleStyle1.-news > span, .c-titleStyle1.-department > span {
    padding-bottom: 2px;
  }
  .c-titleStyle1.-news > span img, .c-titleStyle1.-department > span img {
    position: relative;
    top: 3px;
  }
  .c-titleStyle1.-special > span {
    padding-bottom: 2px;
  }
  .c-titleStyle1.-special > span img {
    position: relative;
    top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .c-titleStyle1.-about > span img {
    height: 5.6vw;
  }
  .c-titleStyle1.-movie > span img {
    height: 5.6vw;
  }
  .c-titleStyle1.-special > span img {
    height: 8vw;
    position: relative;
    top: 2.6666666667vw;
  }
  .c-titleStyle1.-news > span img, .c-titleStyle1.-department > span img {
    height: 7.7333333333vw;
    position: relative;
    top: 2.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .c-titleStyle2 {
    display: flex;
    align-items: center;
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 767px) {
  .c-titleStyle2 {
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-titleStyle2 > span {
    display: inline-block;
    padding-right: 20px;
    border-right: 3px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .c-titleStyle2 > span {
    display: block;
    padding-bottom: 1.3333333333vw;
    border-bottom: 1px solid #fff;
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-titleStyle2.-interview > span img {
    height: 5.6vw;
  }
}
@media screen and (min-width: 768px) {
  .c-titleStyle2 .c-txtStyle1 {
    margin-bottom: 0;
    margin-left: 40px;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: left;
  }
}

.c-titleStyle3 {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .c-titleStyle3 {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .c-titleStyle3 > span {
    display: inline-block;
    padding-bottom: 12px;
    border-bottom: 3px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .c-titleStyle3 > span {
    display: block;
    padding-bottom: 0.8vw;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (min-width: 768px) {
  .c-titleStyle3.-request > span {
    padding-bottom: 2px;
  }
  .c-titleStyle3.-request > span img {
    position: relative;
    top: 2px;
  }
  .c-titleStyle3.-sitemap {
    text-align: center;
  }
  .c-titleStyle3.-sitemap > span {
    border-bottom: 2px solid #000;
  }
  .c-titleStyle3.-sitemap > span img {
    position: relative;
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-titleStyle3.-admission > span img {
    height: 5.8666666667vw;
  }
  .c-titleStyle3.-request > span img {
    height: 7.7333333333vw;
    position: relative;
    top: 2.6666666667vw;
  }
  .c-titleStyle3.-link > span img {
    height: 5.8666666667vw;
  }
  .c-titleStyle3.-sitemap > span {
    border-bottom: 1px solid #000;
  }
  .c-titleStyle3.-sitemap > span img {
    height: 7.7333333333vw;
    position: relative;
    top: 2.6666666667vw;
  }
}

.c-txtStyle1 {
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-txtStyle1 {
    margin-bottom: 55px;
    line-height: 2.3333333333;
    letter-spacing: 0.18em;
    font-size: 15px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .c-txtStyle1 {
    margin-bottom: 6.6666666667vw;
    font-size: 3.2vw;
    line-height: 1.8333333333;
    letter-spacing: 0.1em;
  }
}

.c-headingStyle1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-headingStyle1 > span {
  font-family: "shippori-mincho", serif;
  font-weight: 600;
  font-style: normal;
  color: #000;
}
.c-headingStyle1 > span._jp {
  border-bottom: 1px solid #000;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-headingStyle1 > span._jp {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .c-headingStyle1 > span._jp {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .c-headingStyle1 > span._en {
    margin-top: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .c-headingStyle1 > span._en {
    font-size: 11px;
    margin-top: 5px;
  }
}

.c-headingStyle2 {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-headingStyle2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-headingStyle2 {
    margin-bottom: 20px;
  }
}
.c-headingStyle2 > span {
  font-family: "shippori-mincho", serif;
  font-weight: 600;
  font-style: normal;
  color: #000;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .c-headingStyle2 > span {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-headingStyle2 > span {
    font-size: 15px;
  }
}
.c-headingStyle2::before {
  content: "";
  display: block;
  background: #90171D;
  margin-right: 0.5em;
}
@media screen and (min-width: 768px) {
  .c-headingStyle2::before {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 767px) {
  .c-headingStyle2::before {
    width: 10px;
    height: 10px;
  }
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-pl65 {
  padding-left: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

.u-smhide, .u-sphide, .u-middlehide, .u-tablethide, .u-basehide {
  display: block;
}

.u-smblock, .u-spblock, .u-middleblock, .u-tabletblock, .u-baseblock {
  display: none;
}

@media screen and (max-width: 1300px) {
  .u-baseblock {
    display: block;
  }
  .u-basehide {
    display: none !important;
  }
}
@media screen and (max-width: 1100px) {
  .u-tabletblock {
    display: block;
  }
  .u-tablethide {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .u-middleblock {
    display: block;
  }
  .u-middlehide {
    display: none !important;
  }
}
@media screen and (max-width: 589px) {
  .u-spblock {
    display: block;
  }
  .u-sphide {
    display: none !important;
  }
}
@media screen and (max-width: 374px) {
  .u-smblock {
    display: block;
  }
  .u-smhide {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */