@charset "UTF-8";
.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;
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
}
@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-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;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-news_list dl {
    padding: 2.6666666667vw 0;
  }
}
@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;
  transition: opacity 0.3s ease-in-out;
  backface-visibility: hidden;
  cursor: pointer;
}
.p-news_btn span.is-visible {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-news_btn span:hover {
    opacity: 0.7;
  }
}
@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;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-banner:after {
    transform: translate(0.5333333333vw, 0.5333333333vw);
  }
}
.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;
  color: #fff;
  font-size: 16px;
}
#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;
}

@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: 15px;
  }
}
.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;
}
@media screen and (max-width: 767px) {
  .p-employmentStyle1 > dl._block > dd._cnt ._img img {
    max-width: 400px;
  }
}
.p-employmentStyle1 > dl._block > dd._cnt ._list2 {
  margin-top: 25px;
}
.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;
}
.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 {
  display: inline;
}
.p-employmentStyle1 > dl._block > dd._img {
  padding-top: 50px;
  padding-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-employmentStyle1 > dl._block > dd._img {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-employmentStyle1 > dl._block > dd._img img {
    max-width: 400px;
  }
}

[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%);
}
.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;
  }
}

/* ---------------------------------------
#examination .guidelines
--------------------------------------- */
.section {
  padding-top: 15px;
  margin-bottom: 100px;
}
.section .incnt {
  width: 880px;
  font-size: 16px;
}
@media screen and (max-width: 639px) {
  .section .incnt {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .section {
    margin-bottom: 60px;
  }
}
.section img[src$=".svg"] {
  width: 100%;
}

#sec_title #pagetitle img {
  height: 84px;
}
@media screen and (max-width: 767px) {
  #sec_title #pagetitle img {
    height: 75px;
  }
}
@media screen and (max-width: 639px) {
  #sec_title #pagetitle img {
    height: 50px;
  }
}
@media screen and (max-width: 375px) {
  #sec_title #pagetitle img {
    height: 45px;
  }
}

.subtitle {
  padding: 15px 20px 15px;
  text-align: center;
  margin-bottom: 35px;
  line-height: 1;
}
@media screen and (max-width: 639px) {
  .subtitle {
    margin-bottom: 15px;
    padding: 8px 20px;
  }
}
body.guidelines .subtitle {
  background: #00af95;
}

body.guidelines #sec_2 .subtitle {
  background: #E97131;
}

body.shiteiko .subtitle {
  background: #8C3291;
}

.subtitle img {
  width: auto;
  height: 23px;
}
@media screen and (max-width: 639px) {
  .subtitle img {
    height: 16px;
  }
}

.txt1 {
  font-weight: bold;
  margin-bottom: 10px;
  font-feature-settings: "palt";
}
.txt1:nth-of-type(1) {
  color: #00af95;
}
body.guidelines .txt1:nth-of-type(1) {
  color: #00af95;
}

body.guidelines #sec_2 .txt1:nth-of-type(1) {
  color: #E97131;
}

body.shiteiko .txt1:nth-of-type(1) {
  color: #8C3291;
}

@media screen and (max-width: 639px) {
  .txt1 {
    font-size: 14px;
  }
}
.txt1 span {
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 400px) {
  .txt1 span {
    display: block;
    margin-left: 0;
  }
}

.list {
  margin-bottom: 40px;
}
.list li {
  padding: 8px 0 8px 25px;
  border-bottom: 1px dotted #191919;
}
body.guidelines .list li {
  background: url(../img/guidelines/ico1.svg) no-repeat left 12px;
  background-size: 17px;
}

body.guidelines #sec_2 .list li {
  background: url(../img/guidelines/ico2.svg) no-repeat left 12px;
  background-size: 17px;
}

body.shiteiko .list li {
  background: url(../img/guidelines/ico3.svg) no-repeat left 12px;
  background-size: 17px;
}

@media screen and (max-width: 640px) {
  .list li {
    padding-left: 22px;
    background-position: left 12px;
    background-size: 14px;
  }
}
.list li:first-child {
  border-top: 1px dotted #191919;
}
.list li a {
  text-decoration: none;
  display: block;
  line-height: 1.5;
}
.list li a ._pw {
  display: inline-block;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .list li a ._pw {
    margin-left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .list li a ._pw {
    display: block;
  }
}
.list.-bdn li {
  border: none;
}/*# sourceMappingURL=guidelines.css.map */