@charset "UTF-8";
/* -----------------------------------
init
------------------------------------ */
#cnt_main * {
  box-sizing: border-box;
}

.division #btn_contact {
  display: none !important;
}

/* -----------------------------------
.division
------------------------------------ */
.secMain {
  position: relative;
  height: calc(100vh - 60px);
}
@media screen and (min-width: 768px) {
  .secMain {
    min-height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .secMain {
    height: calc(100vh - 100px);
    height: calc(100svh - 100px);
  }
  body[data-bnr^=is-bnr2] .secMain {
    margin-bottom: 45.3333333333vw;
  }
}
.secMain_txt {
  position: absolute;
  z-index: 11;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .secMain_txt {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .secMain_txt {
    gap: 1.3333333333vw;
  }
}
.secMain_txt {
  top: 47%;
}
body[data-bnr^=is-bnr] .secMain_txt {
  top: 38%;
}
@media screen and (max-width: 767px) {
  body[data-bnr^=is-bnr] .secMain_txt {
    top: 33%;
  }
}
@media (max-height: 600px) {
  body[data-bnr^=is-bnr] .secMain_txt {
    top: 26%;
  }
}

.secMain_txt p {
  display: inline-block;
  color: #fff;
  font-family: "shippori-mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.2em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .secMain_txt p {
    font-size: 25px;
    border-bottom: 2px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .secMain_txt p {
    font-size: 3.7333333333vw;
    border-bottom: 1px solid #fff;
  }
}
.secMain_txt h1 {
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .secMain_txt h1 {
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.secMain_txt h1 span {
  color: #fff;
  font-family: "shippori-mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.2em;
  white-space: nowrap;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .secMain_txt h1 span {
    font-size: 60px;
    border-bottom: 2px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .secMain_txt h1 span {
    font-size: 9.3333333333vw;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  body#fashion .secMain_txt h1 span {
    letter-spacing: 0.08em;
  }
}

.secMain_bnr {
  position: absolute;
  z-index: 11;
  bottom: 7%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  text-align: center;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .secMain_bnr {
    bottom: 12vw;
  }
}
@media screen and (min-width: 768px) {
  body[data-bnr^=is-bnr2] .secMain_bnr ul {
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  body[data-bnr^=is-bnr2] .secMain_bnr ul li {
    margin: 0 7px;
    margin: 0 1%;
  }
}
@media screen and (max-width: 767px) {
  body[data-bnr^=is-bnr2] .secMain_bnr ul li:nth-of-type(2) {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin-top: 10.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .secMain_bnr ul li a img {
    height: clamp(173.6px, 12.7647058824vw, 217px);
  }
}
@media screen and (max-width: 767px) {
  .secMain_bnr ul li a img {
    height: 42.6666666667vw;
  }
}
.secMain_bnr ul li a img {
  transition: 0.3s ease-in-out;
}
.secMain_bnr ul li a {
  transition: opacity 0.3s ease-in-out;
  backface-visibility: hidden;
}
@media screen and (min-width: 768px) {
  .secMain_bnr ul li a:hover {
    opacity: 0.7;
  }
}
.secMain_cover {
  position: fixed;
  top: 2;
  z-index: 10;
  width: 100%;
  height: 100%;
}
body#nutritional .secMain_cover {
  background-color: #E94709;
}

body#childcare .secMain_cover {
  background-color: #d68bb9;
}

body#infant .secMain_cover {
  background-color: #f39800;
}

body#elementary .secMain_cover {
  background-color: #5eb031;
}

body#media .secMain_cover {
  background-color: #0081cc;
}

body#design .secMain_cover {
  background-color: #2eb6aa;
}

body#fashion .secMain_cover {
  background-color: #e61a69;
}

body#nursing .secMain_cover {
  background-color: #00abeb;
}

.secMain_cover {
  transition: 1.2s ease-in-out;
}
.secMain_cover.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.secMain_scroll {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  width: 48px;
  height: 20px;
  background: url(../../module/img/division/main_scroll.svg) no-repeat center/contain;
  bottom: 100px;
}
body[data-bnr^=is-bnr] .secMain_scroll {
  bottom: 2%;
}

@media screen and (max-width: 767px) {
  .secMain_scroll {
    width: 12.8vw;
    height: 5.3333333333vw;
    bottom: 16vw;
  }
  body[data-bnr^=is-bnr] .secMain_scroll {
    bottom: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .secMain_scroll {
    animation: 2s main_scroll infinite;
  }
  body[data-bnr^=is-bnr] .secMain_scroll {
    animation: 2s main_scroll_bnr infinite;
  }
}
@media screen and (max-width: 767px) {
  .secMain_scroll {
    animation: 2s main_scroll_sp infinite;
  }
  body[data-bnr^=is-bnr] .secMain_scroll {
    animation: 2s main_scroll_sp_bnr infinite;
  }
}

@keyframes main_scroll {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -20px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
@keyframes main_scroll_sp {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 2.6666666667vw);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
@keyframes main_scroll_bnr {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -10px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
@keyframes main_scroll_sp_bnr {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 1.3333333333vw);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 767px) {
  .secLead .l-sec_in {
    border-left: 1.3333333333vw solid #000;
    padding-left: 5.3333333333vw;
  }
  body#nutritional .secLead .l-sec_in {
    border-color: #E94709;
  }
  body#childcare .secLead .l-sec_in {
    border-color: #d68bb9;
  }
  body#infant .secLead .l-sec_in {
    border-color: #f39800;
  }
  body#elementary .secLead .l-sec_in {
    border-color: #5eb031;
  }
  body#media .secLead .l-sec_in {
    border-color: #0081cc;
  }
  body#design .secLead .l-sec_in {
    border-color: #2eb6aa;
  }
  body#fashion .secLead .l-sec_in {
    border-color: #e61a69;
  }
  body#nursing .secLead .l-sec_in {
    border-color: #00abeb;
  }
}
@media screen and (min-width: 768px) {
  .secLead_title {
    margin-bottom: 50px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .secLead_title {
    margin-bottom: 5.3333333333vw;
  }
}
.secLead_title h2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .secLead_title h2 {
    gap: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .secLead_title h2 {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.6666666667vw;
    padding-bottom: 4.8vw;
    border-bottom: 1px solid #fff;
  }
}
.secLead_title h2.-col {
  flex-direction: column;
}
.secLead_title h2 span {
  color: #fff;
  font-family: "shippori-mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.15em;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .secLead_title h2 span {
    font-size: 75px;
    border-bottom: 4px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .secLead_title h2 span {
    font-size: 7.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body#nutritional .secLead_title h2 span {
    border-color: #E94709;
  }
  body#childcare .secLead_title h2 span {
    border-color: #d68bb9;
  }
  body#infant .secLead_title h2 span {
    border-color: #f39800;
  }
  body#elementary .secLead_title h2 span {
    border-color: #5eb031;
  }
  body#media .secLead_title h2 span {
    border-color: #0081cc;
  }
  body#design .secLead_title h2 span {
    border-color: #2eb6aa;
  }
  body#fashion .secLead_title h2 span {
    border-color: #e61a69;
  }
  body#nursing .secLead_title h2 span {
    border-color: #00abeb;
  }
}
.secLead_txt {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.3333333333;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .secLead_txt {
    letter-spacing: 0.18em;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .secLead_txt {
    text-align: left;
    letter-spacing: 0.12em;
    font-size: 3.7333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .secAbout_cnt > ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.secAbout_cnt > ul > li {
  position: relative;
}
@media screen and (min-width: 768px) {
  .secAbout_cnt > ul > li {
    flex-basis: 48%;
  }
}
@media screen and (max-width: 767px) {
  .secAbout_cnt > ul > li + li {
    margin-top: 4.2666666667vw;
  }
}
.secAbout_cnt > ul > li: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) {
  .secAbout_cnt > ul > li:after {
    transform: translate(0.5333333333vw, 0.5333333333vw);
  }
}
.secAbout_cnt > ul > li:after {
  background: #fff;
}
.secAbout_cnt > ul > li > a {
  position: relative;
  z-index: 1;
  display: block;
  text-decoration: none;
  padding: 16px 16px 0px;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .secAbout_cnt > ul > li > a {
    padding: 2.6666666667vw;
  }
}
body#nutritional .secAbout_cnt > ul > li > a {
  background-color: #E94709;
}

body#childcare .secAbout_cnt > ul > li > a {
  background-color: #d68bb9;
}

body#infant .secAbout_cnt > ul > li > a {
  background-color: #f39800;
}

body#elementary .secAbout_cnt > ul > li > a {
  background-color: #5eb031;
}

body#media .secAbout_cnt > ul > li > a {
  background-color: #0081cc;
}

body#design .secAbout_cnt > ul > li > a {
  background-color: #2eb6aa;
}

body#fashion .secAbout_cnt > ul > li > a {
  background-color: #e61a69;
}

body#nursing .secAbout_cnt > ul > li > a {
  background-color: #00abeb;
}

.secAbout_cnt > ul > li > a ._img {
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
  transition: 0.3s ease-in-out;
}
.secAbout_cnt > ul > li > a ._img img {
  transition: 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  width: 100%;
  object-fit: contain;
}
.secAbout_cnt > ul > li > a ._txt {
  container-type: inline-size;
  --cqw-base: 644;
}
@media screen and (min-width: 768px) {
  .secAbout_cnt > ul > li > a ._txt {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .secAbout_cnt > ul > li > a ._txt {
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
.secAbout_cnt > ul > li > a ._txt dl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.secAbout_cnt > ul > li > a ._txt dl dt {
  display: flex;
  align-items: center;
  color: #fff;
  text-align: left;
  font-family: "shippori-mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.12em;
  line-height: 1;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media screen and (min-width: 768px) {
  .secAbout_cnt > ul > li > a ._txt dl dt {
    font-size: calc(36 / var(--cqw-base) * 100cqw);
    border-radius: 0 0 20px 0;
    padding: 5px 30px 10px 15px;
  }
}
@media screen and (max-width: 767px) {
  .secAbout_cnt > ul > li > a ._txt dl dt {
    padding: 1.3333333333vw 2.6666666667vw 2.6666666667vw 0vw;
    border-radius: 0 0 2.6666666667vw 0;
    font-size: 5.6vw;
  }
}
.secAbout_cnt > ul > li > a ._txt dl dt::before {
  content: "";
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .secAbout_cnt > ul > li > a ._txt dl dt::before {
    width: 10px;
    height: 10px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .secAbout_cnt > ul > li > a ._txt dl dt::before {
    width: 1.6vw;
    height: 1.6vw;
    margin-right: 1.6vw;
  }
}
@media screen and (min-width: 768px) {
  .secAbout_cnt > ul > li > a ._txt dl dd {
    margin-left: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .secAbout_cnt > ul > li > a ._txt dl dd {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .secAbout_cnt > ul > li > a ._txt dl dd {
    margin-left: 2.6666666667vw;
  }
}
.secAbout_cnt > ul > li > a ._txt dl dd ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px;
}
.secAbout_cnt > ul > li > a ._txt dl dd ul li {
  text-align: left;
  color: #fff;
  line-height: 1.4;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .secAbout_cnt > ul > li > a ._txt dl dd ul li {
    font-size: calc(16 / var(--cqw-base) * 100cqw);
  }
}
@media screen and (max-width: 767px) {
  .secAbout_cnt > ul > li > a ._txt dl dd ul li {
    font-size: 3.2vw;
    font-size: 2.9333333333vw;
    letter-spacing: 0;
  }
}
.secAbout_cnt > ul > li > a ._txt dl dd ul li::before {
  content: "・";
}
.secAbout_cnt > ul > li > a ._txt img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .secAbout_cnt > ul > li > a:hover ._img {
    background: #000;
  }
  .secAbout_cnt > ul > li > a:hover ._img img {
    transform: scale(1.05, 1.05);
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .secAbout_cnt > ul > li.-department a {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .secAbout_cnt > ul > li.-career a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .secAbout_cnt > ul > li.-career a ._img {
    flex-basis: 37.3333333333vw;
    border-radius: 6px 0 0 6px;
  }
}
@media screen and (max-width: 767px) {
  .secAbout_cnt > ul > li.-career a ._txt {
    flex-basis: 49.6vw;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .secAbout_cnt > ul > li.-career a ._txt dl {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .secAbout_cnt > ul > li.-career a ._txt dl dd ul {
    margin-top: 4vw;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.8vw;
  }
}

@media screen and (min-width: 768px) {
  .secMovie {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 768px) {
  .secMovie_cnt > ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -4%;
  }
}
.secMovie_cnt > ul > li {
  position: relative;
}
@media screen and (min-width: 768px) {
  .secMovie_cnt > ul > li {
    flex-basis: 48%;
    margin-top: 4%;
  }
}
@media screen and (max-width: 767px) {
  .secMovie_cnt > ul > li + li {
    margin-top: 4.2666666667vw;
  }
}
.secMovie_cnt > ul > li: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) {
  .secMovie_cnt > ul > li:after {
    transform: translate(0.5333333333vw, 0.5333333333vw);
  }
}
body#nutritional .secMovie_cnt > ul > li:after {
  background-color: #E94709;
}

body#childcare .secMovie_cnt > ul > li:after {
  background-color: #d68bb9;
}

body#infant .secMovie_cnt > ul > li:after {
  background-color: #f39800;
}

body#elementary .secMovie_cnt > ul > li:after {
  background-color: #5eb031;
}

body#media .secMovie_cnt > ul > li:after {
  background-color: #0081cc;
}

body#design .secMovie_cnt > ul > li:after {
  background-color: #2eb6aa;
}

body#fashion .secMovie_cnt > ul > li:after {
  background-color: #e61a69;
}

body#nursing .secMovie_cnt > ul > li:after {
  background-color: #00abeb;
}

.secMovie_cnt > ul > li a {
  position: relative;
  z-index: 1;
  border-radius: 6px;
  overflow: hidden;
}
.secMovie_cnt > ul > li a:not(.p-yumenaviBnr) {
  display: block;
}
.secMovie_cnt > ul > li a:not(.p-yumenaviBnr) ._img {
  position: relative;
  z-index: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.secMovie_cnt > ul > li a:not(.p-yumenaviBnr) ._img img {
  transition: 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}
.secMovie_cnt > ul > li a:not(.p-yumenaviBnr) ._img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(51, 51, 51, 0.8) 100%);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.secMovie_cnt > ul > li a:not(.p-yumenaviBnr) ._img.-noshadow::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .secMovie_cnt > ul > li a:not(.p-yumenaviBnr):hover ._img {
    background: #000;
  }
  .secMovie_cnt > ul > li a:not(.p-yumenaviBnr):hover ._img img {
    transform: scale(1.05, 1.05);
    opacity: 0.7;
  }
}
.secMovie_cnt > ul > li a:not(.p-yumenaviBnr) ._txt {
  container-type: inline-size;
  --cqw-base: 644;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .secMovie_cnt > ul > li a:not(.p-yumenaviBnr) ._txt {
    padding: 0 4% 2%;
  }
}
@media screen and (max-width: 767px) {
  .secMovie_cnt > ul > li a:not(.p-yumenaviBnr) ._txt {
    padding: 0 2.6666666667vw 1.3333333333vw;
  }
}
.secMovie_cnt > ul > li a:not(.p-yumenaviBnr) ._txt img {
  height: 80px;
  width: auto;
  transform: translateY(-150%);
}
.secMovie_cnt > ul > li a:not(.p-yumenaviBnr) ._txt ._heading {
  flex-grow: 1;
}
.secMovie_cnt > ul > li a:not(.p-yumenaviBnr) ._txt ._heading ._lead {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .secMovie_cnt > ul > li a:not(.p-yumenaviBnr) ._txt ._heading ._lead {
    font-size: calc(20 / var(--cqw-base) * 100cqw);
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .secMovie_cnt > ul > li a:not(.p-yumenaviBnr) ._txt ._heading ._lead {
    letter-spacing: 0.025em;
    font-size: 3.4666666667vw;
  }
}
.secMovie_cnt > ul > li a:not(.p-yumenaviBnr) ._txt ._heading ._title {
  font-family: "shippori-mincho", serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .secMovie_cnt > ul > li a:not(.p-yumenaviBnr) ._txt ._heading ._title {
    font-size: calc(26 / var(--cqw-base) * 100cqw);
  }
}
@media screen and (max-width: 767px) {
  .secMovie_cnt > ul > li a:not(.p-yumenaviBnr) ._txt ._heading ._title {
    font-size: 4vw;
  }
}
.secMovie_cnt > ul > li a:not(.p-yumenaviBnr) ._txt ._ico {
  background: #000;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .secMovie_cnt > ul > li a:not(.p-yumenaviBnr) ._txt ._ico {
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .secMovie_cnt > ul > li a:not(.p-yumenaviBnr) ._txt ._ico {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    margin-right: 1.3333333333vw;
  }
}
body#nutritional .secMovie_cnt > ul > li a:not(.p-yumenaviBnr) ._txt ._ico {
  background-color: #E94709;
}

body#childcare .secMovie_cnt > ul > li a:not(.p-yumenaviBnr) ._txt ._ico {
  background-color: #d68bb9;
}

body#infant .secMovie_cnt > ul > li a:not(.p-yumenaviBnr) ._txt ._ico {
  background-color: #f39800;
}

body#elementary .secMovie_cnt > ul > li a:not(.p-yumenaviBnr) ._txt ._ico {
  background-color: #5eb031;
}

body#media .secMovie_cnt > ul > li a:not(.p-yumenaviBnr) ._txt ._ico {
  background-color: #0081cc;
}

body#design .secMovie_cnt > ul > li a:not(.p-yumenaviBnr) ._txt ._ico {
  background-color: #2eb6aa;
}

body#fashion .secMovie_cnt > ul > li a:not(.p-yumenaviBnr) ._txt ._ico {
  background-color: #e61a69;
}

body#nursing .secMovie_cnt > ul > li a:not(.p-yumenaviBnr) ._txt ._ico {
  background-color: #00abeb;
}

.secMovie_cnt > ul > li a:not(.p-yumenaviBnr) ._txt ._ico::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
@media screen and (min-width: 768px) {
  .secMovie_cnt > ul > li a:not(.p-yumenaviBnr) ._txt ._ico::before {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 15px solid #fff;
    margin-left: 3px;
  }
}
@media screen and (max-width: 767px) {
  .secMovie_cnt > ul > li a:not(.p-yumenaviBnr) ._txt ._ico::before {
    border-top: 2.1333333333vw solid transparent;
    border-bottom: 2.1333333333vw solid transparent;
    border-left: 2.6666666667vw solid #fff;
    margin-left: 0.5333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .secInterview {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .secInterview {
    padding-top: 10.6666666667vw;
  }
}
.secInterview {
  background-color: rgba(15, 11, 13, 0.83);
  background-color: rgba(15, 11, 13, 0.63);
}
.secInterview .l-sec_in {
  max-width: 1460px;
}
@media screen and (min-width: 768px) {
  .secInterview_title {
    display: flex;
    align-items: center;
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 767px) {
  .secInterview_title {
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .secInterview_title .c-headingStyle6 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .secInterview_title .c-headingStyle6 span {
    border-bottom: none;
    padding-bottom: 0;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  .secInterview_title .c-txtStyle1 {
    margin-bottom: 0;
    padding-left: 40px;
    margin-left: 40px;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: left;
    border-left: 3px solid #fff;
  }
}

@media screen and (min-width: 768px) {
  .secSpecial {
    padding-top: 95px;
  }
}
@media screen and (min-width: 768px) {
  .secSpecial_cnt > ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -4%;
  }
}
.secSpecial_cnt > ul > li {
  position: relative;
}
@media screen and (min-width: 768px) {
  .secSpecial_cnt > ul > li {
    flex-basis: 48%;
    margin-top: 4%;
  }
}
@media screen and (max-width: 767px) {
  .secSpecial_cnt > ul > li + li {
    margin-top: 4.2666666667vw;
  }
}
.secSpecial_cnt > ul > li: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) {
  .secSpecial_cnt > ul > li:after {
    transform: translate(0.5333333333vw, 0.5333333333vw);
  }
}
body#nutritional .secSpecial_cnt > ul > li:after {
  background-color: #E94709;
}

body#childcare .secSpecial_cnt > ul > li:after {
  background-color: #d68bb9;
}

body#infant .secSpecial_cnt > ul > li:after {
  background-color: #f39800;
}

body#elementary .secSpecial_cnt > ul > li:after {
  background-color: #5eb031;
}

body#media .secSpecial_cnt > ul > li:after {
  background-color: #0081cc;
}

body#design .secSpecial_cnt > ul > li:after {
  background-color: #2eb6aa;
}

body#fashion .secSpecial_cnt > ul > li:after {
  background-color: #e61a69;
}

body#nursing .secSpecial_cnt > ul > li:after {
  background-color: #00abeb;
}

.secSpecial_cnt > ul > li a {
  position: relative;
  z-index: 1;
  display: flex;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  text-decoration: none;
}
.secSpecial_cnt > ul > li a ._img {
  flex-basis: 45.5%;
  max-width: 290px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .secSpecial_cnt > ul > li a ._img {
    flex-basis: 43.2vw;
    max-width: 43.2vw;
  }
}
.secSpecial_cnt > ul > li a ._img img {
  transition: 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .secSpecial_cnt > ul > li a:hover ._img {
    background: #000;
  }
  .secSpecial_cnt > ul > li a:hover ._img img {
    transform: scale(1.05, 1.05);
    opacity: 0.7;
  }
}
.secSpecial_cnt > ul > li a ._txt {
  container-type: inline-size;
  --cqw-base: 355;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.secSpecial_cnt > ul > li a ._txt ._heading ._lead {
  position: relative;
  text-align: center;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #000;
  width: fit-content;
  margin: 0 auto;
  letter-spacing: 0.1em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .secSpecial_cnt > ul > li a ._txt ._heading ._lead {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: calc(18 / var(--cqw-base) * 100cqw);
    line-height: 1.7222222222;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
  }
}
@media screen and (max-width: 767px) {
  .secSpecial_cnt > ul > li a ._txt ._heading ._lead {
    padding-top: 2.1333333333vw;
    padding-bottom: 2.1333333333vw;
    font-size: 2.6666666667vw;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
}
.secSpecial_cnt > ul > li a ._txt ._heading ._lead::before {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
}
@media screen and (min-width: 768px) {
  .secSpecial_cnt > ul > li a ._txt ._heading ._lead::before {
    width: 10px;
    height: 10px;
    transform: translate(-50%, 5px);
  }
}
@media screen and (max-width: 767px) {
  .secSpecial_cnt > ul > li a ._txt ._heading ._lead::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    transform: translate(-50%, 1.3333333333vw);
  }
}
.secSpecial_cnt > ul > li a ._txt ._heading ._lead::after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 12px) rotate(60deg);
  transform-origin: left top;
}
@media screen and (min-width: 768px) {
  .secSpecial_cnt > ul > li a ._txt ._heading ._lead::after {
    width: 18px;
    height: 10px;
    border-top: 2px solid #000;
    transform: translate(-50%, 12px) rotate(60deg);
    margin-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .secSpecial_cnt > ul > li a ._txt ._heading ._lead::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    transform: translate(-50%, 2.9333333333vw) rotate(60deg);
    border-top: 1px solid #000;
    margin-left: 0.2666666667vw;
  }
}
.secSpecial_cnt > ul > li a ._txt ._heading ._lead img {
  width: calc(236 / var(--cqw-base) * 100cqw);
  margin: 10px 5px;
}
@media screen and (max-width: 767px) {
  .secSpecial_cnt > ul > li a ._txt ._heading ._lead img {
    margin: 0vw;
  }
}
.secSpecial_cnt > ul > li a ._txt ._heading ._title {
  text-align: center;
  font-family: "shippori-mincho", serif;
  font-weight: 600;
  font-style: normal;
  color: #000;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
}
@media screen and (min-width: 768px) {
  .secSpecial_cnt > ul > li a ._txt ._heading ._title {
    margin-top: 20px;
    font-size: calc(30 / var(--cqw-base) * 100cqw);
  }
}
@media screen and (max-width: 767px) {
  .secSpecial_cnt > ul > li a ._txt ._heading ._title {
    margin-top: 2.6666666667vw;
    font-size: 4.5333333333vw;
  }
}
.secSpecial_cnt > ul > li a ._txt > img {
  width: 78.8732394366%;
  object-fit: contain;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .secSpecial_cnt > ul > li a ._txt > img {
    width: 41.0666666667vw;
  }
}
.secSpecial_cnt > ul > li a ._txt > img {
  position: absolute;
  width: 250px;
  transform: translateX(-150%);
}/*# sourceMappingURL=division.css.map */