/* -----------------------------------
init
------------------------------------ */
#cnt_main * {
  box-sizing: border-box;
}

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

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

.p-secMain_txt img {
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-secMain_txt img {
    height: 6.8235294118vw;
    max-height: 116px;
    min-height: 92.8px;
  }
}
@media screen and (max-width: 767px) {
  .p-secMain_txt img {
    width: 100%;
    height: 17.6vw;
    object-fit: contain;
  }
}
@media screen and (max-width: 767px) {
  body#childcare .p-secMain_txt img {
    height: 30.4vw;
  }
}

.p-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) {
  .p-secMain_bnr {
    bottom: 12vw;
  }
}
@media screen and (min-width: 768px) {
  body[data-bnr^=is-bnr2] .p-secMain_bnr ul {
    display: flex;
    justify-content: center;
  }
}

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

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

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

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

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

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

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

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

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

.p-secMain_cover {
  transition: 1.2s ease-in-out;
}
.p-secMain_cover.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.p-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] .p-secMain_scroll {
  bottom: 2%;
}

@media screen and (max-width: 767px) {
  .p-secMain_scroll {
    width: 12.8vw;
    height: 5.3333333333vw;
    bottom: 16vw;
  }
  body[data-bnr^=is-bnr] .p-secMain_scroll {
    bottom: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .p-secMain_scroll {
    animation: 2s main_scroll infinite;
  }
  body[data-bnr^=is-bnr] .p-secMain_scroll {
    animation: 2s main_scroll_bnr infinite;
  }
}
@media screen and (max-width: 767px) {
  .p-secMain_scroll {
    animation: 2s main_scroll_sp infinite;
  }
  body[data-bnr^=is-bnr] .p-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) {
  .p-secLead .l-sec_in {
    border-left: 1.3333333333vw solid #000;
    padding-left: 5.3333333333vw;
  }
  body#nutritional .p-secLead .l-sec_in {
    border-color: #E94709;
  }
  body#childcare .p-secLead .l-sec_in {
    border-color: #d68bb9;
  }
  body#infant .p-secLead .l-sec_in {
    border-color: #f39800;
  }
  body#elementary .p-secLead .l-sec_in {
    border-color: #5eb031;
  }
  body#media .p-secLead .l-sec_in {
    border-color: #0081cc;
  }
  body#design .p-secLead .l-sec_in {
    border-color: #2eb6aa;
  }
  body#fashion .p-secLead .l-sec_in {
    border-color: #e61a69;
  }
  body#nursing .p-secLead .l-sec_in {
    border-color: #00abeb;
  }
}
@media screen and (min-width: 768px) {
  .p-secLead_title {
    margin-bottom: 50px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-secLead_title {
    margin-bottom: 5.3333333333vw;
  }
}
.p-secLead_title > span {
  display: inline-block;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-secLead_title > span {
    display: block;
    padding-bottom: 4.8vw;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (min-width: 768px) {
  body#nutritional .p-secLead_title > span img, body#childcare .p-secLead_title > span img {
    height: 4.9411764706vw;
    max-height: 84px;
    min-height: 58.8px;
  }
}
@media screen and (max-width: 767px) {
  body#nutritional .p-secLead_title > span img, body#childcare .p-secLead_title > span img {
    height: 19.2vw;
  }
}

@media screen and (min-width: 768px) {
  body#infant .p-secLead_title > span img {
    height: 12vw;
    max-height: 204px;
    min-height: 142.8px;
  }
}
@media screen and (max-width: 767px) {
  body#infant .p-secLead_title > span img {
    height: 30.4vw;
  }
}

@media screen and (min-width: 768px) {
  body#elementary .p-secLead_title > span img, body#nursing .p-secLead_title > span img, body#media .p-secLead_title > span img, body#design .p-secLead_title > span img, body#fashion .p-secLead_title > span img {
    height: 18vw;
    max-height: 306px;
    min-height: 214.2px;
  }
}
@media screen and (max-width: 767px) {
  body#elementary .p-secLead_title > span img, body#nursing .p-secLead_title > span img, body#media .p-secLead_title > span img, body#design .p-secLead_title > span img, body#fashion .p-secLead_title > span img {
    height: 30.4vw;
  }
}

.p-secLead_txt {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.3333333333;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .p-secLead_txt {
    letter-spacing: 0.18em;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-secLead_txt {
    text-align: left;
    letter-spacing: 0.12em;
    font-size: 3.7333333333vw;
  }
}

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

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

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

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

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

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

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

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

.p-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;
}
.p-secAbout_cnt ul li a ._img img {
  transition: 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  width: 100%;
  object-fit: contain;
}
.p-secAbout_cnt ul li a ._txt {
  text-align: center;
}
.p-secAbout_cnt ul li a ._txt img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-secAbout_cnt ul li a:hover ._img {
    background: #000;
  }
  .p-secAbout_cnt ul li a:hover ._img img {
    transform: scale(1.05, 1.05);
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-secAbout_cnt ul li.-department a {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-secAbout_cnt ul li.-career a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-secAbout_cnt ul li.-career a ._img {
    flex-basis: 37.3333333333vw;
    border-radius: 6px 0 0 6px;
  }
}
@media screen and (max-width: 767px) {
  .p-secAbout_cnt ul li.-career a ._txt {
    flex-basis: 49.6vw;
  }
}

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

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

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

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

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

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

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

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

.p-secMovie_cnt ul li a {
  position: relative;
  z-index: 1;
  display: block;
  border-radius: 6px;
  overflow: hidden;
}
.p-secMovie_cnt ul li a ._img {
  position: relative;
  z-index: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.p-secMovie_cnt ul li a ._img img {
  transition: 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}
.p-secMovie_cnt ul li a ._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;
}
@media screen and (min-width: 768px) {
  .p-secMovie_cnt ul li a:hover ._img {
    background: #000;
  }
  .p-secMovie_cnt ul li a:hover ._img img {
    transform: scale(1.05, 1.05);
    opacity: 0.7;
  }
}
.p-secMovie_cnt ul li a ._txt {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-secMovie_cnt ul li a ._txt {
    text-align: center;
    padding: 0 8% 3%;
  }
}
@media screen and (max-width: 767px) {
  .p-secMovie_cnt ul li a ._txt {
    padding: 0 2.6666666667vw 2.6666666667vw;
  }
}
.p-secMovie_cnt ul li a ._txt img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-secInterview {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-secInterview {
    padding-top: 10.6666666667vw;
  }
}
.p-secInterview {
  background-color: rgba(15, 11, 13, 0.83);
  background-color: rgba(15, 11, 13, 0.63);
}
.p-secInterview .l-sec_in {
  max-width: 1460px;
}
.p-secInterview .l-sec_in .c-titleStyle2 {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

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

.p-secSpecial_cnt ul li a {
  position: relative;
  z-index: 1;
  display: flex;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}
.p-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) {
  .p-secSpecial_cnt ul li a ._img {
    flex-basis: 43.2vw;
    max-width: 43.2vw;
  }
}
.p-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) {
  .p-secSpecial_cnt ul li a:hover ._img {
    background: #000;
  }
  .p-secSpecial_cnt ul li a:hover ._img img {
    transform: scale(1.05, 1.05);
    opacity: 0.7;
  }
}
.p-secSpecial_cnt ul li a ._txt {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.p-secSpecial_cnt ul li a ._txt img {
  width: 78.8732394366%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-secSpecial_cnt ul li a ._txt img {
    width: 41.0666666667vw;
  }
}/*# sourceMappingURL=division.css.map */