@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-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 .sougou1_media
#examination .sougou1_humancare
--------------------------------------- */
#sec_title {
  padding: 60px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sec_title {
    padding: 30px 0 30px;
  }
}
#sec_title > span {
  box-sizing: border-box;
  display: inline-block;
  background: #004b74;
  color: #fff;
  padding: 10px 0px;
  line-height: 1;
  font-size: 24px;
  letter-spacing: 0.14em;
  margin-bottom: 30px;
  width: 400px;
  font-weight: bold;
}
body.sougou1_media #sec_title > span {
  background: #004b74;
}

body.sougou1_humancare #sec_title > span {
  background: #004810;
}

@media screen and (max-width: 767px) {
  #sec_title > span {
    margin-bottom: 20px;
    width: 300px;
    font-size: 18px;
  }
}
@media screen and (max-width: 639px) {
  #sec_title > span {
    margin-bottom: 15px;
    width: 200px;
    font-size: 12px;
  }
}
#sec_title #pagetitle img {
  height: 29px;
  width: auto;
}
@media screen and (max-width: 767px) {
  #sec_title #pagetitle img {
    height: 24px;
  }
}
@media screen and (max-width: 639px) {
  #sec_title #pagetitle img {
    height: 20px;
  }
}

.mainv {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .mainv {
    margin-bottom: 30px;
  }
}
.mainv img {
  width: 100%;
}

#sec_1 {
  color: #585757;
}
@media screen and (max-width: 640px) {
  #sec_1 {
    margin-bottom: 0px;
  }
}

.section .incnt {
  width: 1000px;
}
.section .title_style1 {
  padding-left: 18px;
  font-size: 1.2em;
  font-weight: bold;
  color: #000;
  margin-bottom: 35px;
}
body.sougou1_media .section .title_style1 {
  border-left: 5px solid #227FAB;
}

body.sougou1_humancare .section .title_style1 {
  border-left: 5px solid #004810;
}

@media screen and (max-width: 767px) {
  .section .title_style1 {
    font-size: 1.1em;
    margin-bottom: 20px;
  }
}
.section .indent li {
  font-size: 0.9em;
}
.section .color_red {
  color: #e60000;
}
.section .color_red a {
  color: #e60000;
}
.section .color_red a:hover {
  text-decoration: none;
}
.section .lead_txt1 {
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .section a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.section .dl_list1 dt {
  padding-top: 10px;
  color: #2479a2;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 5px;
  position: relative;
  line-height: 1.6;
  padding-bottom: 5px;
  text-align: left;
  margin-left: 1.2em;
  text-indent: -1.2em;
}
body.sougou1_humancare .section .dl_list1 dt {
  color: #004810;
}

.section .dl_list1 dt:before {
  content: "■";
  color: #2479a2;
  display: inline;
  margin-right: 0.2em;
}
body.sougou1_humancare .section .dl_list1 dt:before {
  color: #004810;
}

.section .dl_list1 dt .caption {
  font-size: 13px;
  font-size: 0.8em;
  color: #585757;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .section .dl_list1 dt .caption {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section .dl_list1 dt .caption {
    margin-top: 5px;
  }
}
.section .dl_list1 dt .entry {
  color: #fff;
  background: #e60000;
  font-weight: bold;
  text-indent: 0em;
}
body.sougou1_humancare .section .dl_list1 dt .entry {
  background: #8a1c21;
}

@media screen and (min-width: 901px) {
  .section .dl_list1 dt .entry {
    padding: 14px 20px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1001px) {
  .section .dl_list1 dt .entry {
    padding: 14px 40px;
  }
}
@media screen and (max-width: 900px) {
  .section .dl_list1 dt .entry {
    margin-top: 15px;
    padding: 14px 20px;
    display: block;
    text-align: center;
    margin-left: -1.2em;
  }
}
.section .dl_list1 dd {
  margin-bottom: 45px;
}
.section .important {
  color: #e60000;
  font-size: 1.1em !important;
  margin-bottom: 5px;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  .section .important {
    font-size: 1em !important;
  }
}
.section .important span {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section .important span {
    display: block;
  }
}
.section .table1 {
  border-top: 1px solid #9B9A9A;
  border-left: 1px solid #9B9A9A;
}
.section .table1 th {
  color: #333333;
  font-weight: bold;
  background: #EEEEEE;
  text-align: center;
  border-bottom: 1px solid #9B9A9A;
  border-right: 1px solid #9B9A9A;
  padding: 5px;
}
@media screen and (max-width: 640px) {
  .section .table1 th {
    line-height: 1.4;
  }
}
@media screen and (max-width: 640px) {
  .section .table1 th.th01 {
    width: 60px;
  }
}
@media screen and (max-width: 640px) {
  .section .table1 th.th02 {
    width: 35px;
  }
}
.section .table1 td {
  text-align: center;
  padding: 5px;
  padding-top: 7px;
  font-weight: bold;
  border-bottom: 1px solid #9B9A9A;
  border-right: 1px solid #9B9A9A;
  /*line-height: 1.6;*/
}
@media screen and (max-width: 767px) {
  .section .table1 td {
    line-height: 1.6;
  }
}
@media screen and (max-width: 640px) {
  .section .table1 td.td02 {
    width: 80px;
    padding: 8px 6px;
  }
}
.section .table1 td.td1 {
  background: #191919;
  color: #FFF;
  padding: 8px;
}
body.sougou1_humancare .section .table1 td.td1 {
  background: #004810;
}

.section .table1 td.td3 {
  background: #E8F3F7;
  border-bottom: 1px dotted #fff;
  color: #fff;
}
.section .table1 td.td3.-media {
  background: #0c76b7;
}
.section .table1 td.td3.-design {
  background: #2eb6aa;
}
.section .table1 td.td3.-fashion {
  background: #e61a69;
}
.section .table1 td.td3.-childcare {
  background: #d68bb9;
}
.section .table1 td.td3.-infant {
  background: #f39800;
}
.section .table1 td.td3.-elementary {
  background: #5eb031;
}
.section .table1 td.td4 {
  border-bottom: 1px dotted #9B9A9A;
}
.section .table1 td.bb-s {
  border-bottom: 1px solid #9B9A9A;
}
.section .table1 th.cw1, .section .table1 td.cw1 {
  width: 23%;
}
.section .table1 th.cw2, .section .table1 td.cw2 {
  width: 27%;
}
.section .table1 th.cw3, .section .table1 td.cw3 {
  width: 16.5%;
}
.section .table1 th.cw4, .section .table1 td.cw4 {
  width: 16.5%;
}
.section .table1 th.cw5, .section .table1 td.cw5 {
  width: 38%;
}
.section .table1 th.cw6, .section .table1 td.cw6 {
  width: 19.5%;
}
.section .__ul_btnStyle1 {
  margin: 10px auto;
}
@media screen and (min-width: 641px) {
  .section .__ul_btnStyle1.-pc_row3_sp_col {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 641px) {
  .section .__ul_btnStyle1.-pc_row3_sp_col li {
    flex-basis: 32%;
  }
}
@media screen and (max-width: 640px) {
  .section .__ul_btnStyle1.-pc_row3_sp_col li + li {
    margin-top: 10px;
  }
}
.section .__ul_btnStyle1.-col li + li {
  margin-top: 10px;
}
.section .__ul_btnStyle1 li {
  position: relative;
  width: 100%;
}
.section .__ul_btnStyle1 li a, .section .__ul_btnStyle1 li > span {
  box-sizing: border-box;
  padding: 15px 30px 15px 15px;
  font-weight: bold;
  display: block;
  background: #000;
  text-decoration: none;
  color: #FFF;
  font-size: 1.1em;
}
@media screen and (max-width: 767px) {
  .section .__ul_btnStyle1 li a, .section .__ul_btnStyle1 li > span {
    line-height: 1.6;
  }
}
.section .__ul_btnStyle1 li a > span, .section .__ul_btnStyle1 li > span > span {
  background: rgba(255, 255, 255, 0.3) url(../img/sougou1_media/common/ico_arrow.png) no-repeat center;
  width: 26px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.section .__ul_btnStyle1 li a i, .section .__ul_btnStyle1 li > span i {
  display: block;
  display: inline-block;
  font-size: 0.9em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .section .__ul_btnStyle1 li a i, .section .__ul_btnStyle1 li > span i {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .section .__ul_btnStyle1 li a i, .section .__ul_btnStyle1 li > span i {
    display: block;
    line-height: 1;
    margin-top: 5px;
  }
}
.section .__ul_btnStyle1 li a.nolink, .section .__ul_btnStyle1 li > span.nolink {
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .section .__ul_btnStyle1 li.li1 > a, .section .__ul_btnStyle1 li.li2 > a, .section .__ul_btnStyle1 li.li3 > a {
    padding: 20px 30px 20px 15px;
  }
}
.section .__ul_btnStyle1 li.li1 > a {
  background: #0c76b7;
}
.section .__ul_btnStyle1 li.li2 > a {
  background: #e61a69;
}
.section .__ul_btnStyle1 li.li3 > a {
  background: #2eb6aa;
}
.section .__ul_btnStyle1 li.li5 > a {
  background: #dd8d10;
}
.section .__ul_btnStyle1 li.li5 > span {
  background: #dd8d10;
}
.section .__ul_btnStyle1 li.li6 > a {
  background: #47a738;
}
.section .__ul_btnStyle1 li.li6 > span {
  background: #47a738;
}
@media screen and (max-width: 640px) {
  .section .__ul_btnStyle1 li.li5 strong {
    display: inline-block;
    font-size: 0.9em;
  }
}
.section .btnListStyle1 {
  margin: 10px auto;
}
.section .btnListStyle1 li {
  position: relative;
  width: 100%;
}
.section .btnListStyle1 li + li {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .section .btnListStyle1 li + li {
    margin-top: 10px;
  }
}
@media screen and (min-width: 641px) {
  .section .btnListStyle1.-pc_row3_sp_col {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 641px) {
  .section .btnListStyle1.-pc_row3_sp_col li {
    margin-top: 0;
    flex-basis: 32%;
  }
}
@media screen and (max-width: 640px) {
  .section .btnListStyle1.-pc_row3_sp_col li + li {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .section .btnListStyle1.-pc_col2 {
    display: flex;
    justify-content: space-between;
  }
  .section .btnListStyle1.-pc_col2 li {
    margin-top: 0;
    flex-basis: 49%;
  }
}
.section .btnStyle1 {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 30px 15px 25px;
  text-decoration: none;
  background: #000;
  color: #000;
  font-weight: bold;
  transition: opacity 0.3s ease-in-out;
  backface-visibility: hidden;
  min-height: 60px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .section .btnStyle1:hover {
    opacity: 0.7;
  }
}
.section .btnStyle1.-large {
  font-size: 22px;
  min-height: 80px;
}
@media screen and (min-width: 768px) {
  .section .btnStyle1.-large {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .section .btnStyle1.-large {
    font-size: 17px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .section .btnStyle1.-pc_center {
    justify-content: center;
  }
}
.section .btnStyle1::before {
  content: "";
  background: rgba(255, 255, 255, 0.3);
  width: 26px;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
.section .btnStyle1::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 6px;
  height: 11px;
  background: url(../img/sougou1_humancare/ico_dot_arrow.svg) no-repeat center center/contain;
  top: 25px;
  right: 9px;
}
.section .btnStyle1.-large::after {
  top: 35px;
}
.section .btnStyle1.-media {
  background: #0c76b7;
  color: #fff;
}
.section .btnStyle1.-media::before {
  background-color: #3d91c5;
}
.section .btnStyle1.-design {
  background: #2eb6aa;
  color: #fff;
}
.section .btnStyle1.-design::before {
  background-color: #58c5bb;
}
.section .btnStyle1.-fashion {
  background: #e61a69;
  color: #fff;
}
.section .btnStyle1.-fashion::before {
  background-color: #eb4887;
}
.section .btnStyle1.-childcare {
  background: #d68bb9;
  color: #fff;
}
.section .btnStyle1.-childcare::before {
  background-color: #dea2c7;
}
.section .btnStyle1.-infant {
  background: #f39800;
  color: #fff;
}
.section .btnStyle1.-infant::before {
  background-color: #f5ad33;
}
.section .btnStyle1.-elementary {
  background: #47a738;
  color: #fff;
}
.section .btnStyle1.-elementary::before {
  background-color: #7ec05a;
}
.section .btnStyle1.-green {
  background: #5eb031;
  color: #fff;
}
.section .btnStyle1.-green::before {
  background-color: #6cb960;
}
.section .btnStyle1.-orange {
  background: #dd8d10;
  color: #fff;
}
.section .btnStyle1.-orange::before {
  background-color: #e3a43f;
}
.section .btnStyle1.-yellow {
  background: #ffdf00;
}
.section .btnStyle1.-yellow::before {
  background-color: rgba(191, 167, 0, 0.7);
  mix-blend-mode: multiply;
}
.section .btnStyle1.-red {
  background: #e60000;
  color: #fff;
}
.section .btnStyle1.-red::before {
  background-color: rgba(191, 167, 0, 0.7);
  mix-blend-mode: multiply;
}
.section .sengan {
  color: #FFF;
  font-size: 1.15em;
  font-weight: bold;
  padding: 14px 35px;
  margin-bottom: 40px;
  background: #8a1c21;
}
@media screen and (max-width: 767px) {
  .section .sengan {
    padding: 12px 30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  .section .sengan {
    padding: 10px 20px;
    margin-bottom: 20px;
  }
}
.section .ul_box > li {
  position: relative;
  margin-bottom: 35px;
}
@media screen and (max-width: 640px) {
  .section .ul_box > li {
    margin-bottom: 25px;
  }
}
.section .ul_box > li::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  background: #fff;
  z-index: 1;
  bottom: 0;
  left: 50%;
  border-right: 2px solid #4f94b5;
  border-bottom: 2px solid #4f94b5;
  transform: translate(-50%, 50%) rotate(45deg) skew(10deg, 10deg);
}
body.sougou1_humancare .section .ul_box > li::after {
  border-right: 2px solid #336d40;
  border-bottom: 2px solid #336d40;
}
.section .ul_box > li.last::after {
  display: none;
}
.section .table2 {
  min-height: 125px;
}
@media screen and (max-width: 767px) {
  .section .table2 {
    min-height: 1px;
  }
}
.section .table2 th {
  border: 2px solid #4f94b5;
  text-align: center;
  width: 270px;
  width: 260px;
  padding: 20px 0;
  color: #FFF;
  background: #4f94b5;
  border-right: none;
  box-sizing: border-box;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section .table2 th {
    padding: 13px 0;
    font-size: 1.2em;
  }
}
body.sougou1_humancare .section .table2 th {
  border: 2px solid #336d40;
  background: #336d40;
}

.section .table2 th .tag_r {
  display: block;
  background: #fff;
  color: #e60000;
  border: 2px solid #e60000;
  line-height: 1;
  font-weight: bold;
  font-size: 1.1em;
  padding: 6px 7px 7px;
  margin: 0 auto 15px;
  width: 80%;
  max-width: 230px;
}
@media screen and (max-width: 767px) {
  .section .table2 th .tag_r {
    margin-bottom: 10px;
  }
}
.section .table2 th .tag_y {
  display: inline-block;
  background: #f5e828;
  color: #323333;
  line-height: 1;
  font-weight: bold;
  padding: 4px 7px 5px;
  margin-top: 5px;
}
.section .table2 th .caption {
  margin-top: 5px;
  display: inline-block;
  font-size: 0.85em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .section .table2 th .caption {
    margin-top: 5px;
  }
}
.section .table2 td {
  padding: 15px 30px;
  border: 2px solid #4f94b5;
  position: relative;
}
body.sougou1_humancare .section .table2 td {
  border: 2px solid #336d40;
}

.section .table2 td .box_tit {
  font-size: 1.2em;
  color: #2479a2;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .section .table2 td .box_tit {
    font-size: 1.1em;
  }
}
body.sougou1_humancare .section .table2 td .box_tit {
  color: #004810;
}

.section .table2 td .box_tit2 {
  font-size: 1.1em;
  color: #2479a2;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .section .table2 td .box_tit2 {
    font-size: 1.05em;
  }
}
body.sougou1_humancare .section .table2 td .box_tit2 {
  color: #004810;
}

.section .table2 td .box_tit3 {
  margin: 10px auto;
}
@media screen and (min-width: 768px) {
  .section .table2 td .box_tit3 {
    display: flex;
    align-items: center;
  }
}
.section .table2 td .box_tit3 span {
  font-weight: bold;
  color: #004810;
}
.section .table2 td .box_tit3 span:nth-of-type(1) {
  border: 1px solid #004810;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .section .table2 td .box_tit3 span:nth-of-type(1) {
    font-size: 14px;
    width: 263px;
  }
}
@media screen and (max-width: 767px) {
  .section .table2 td .box_tit3 span:nth-of-type(1) {
    padding: 0 20px;
    font-size: 13px;
  }
}
.section .table2 td .box_tit3 span:nth-of-type(2) {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .section .table2 td .box_tit3 span:nth-of-type(2) {
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .section .table2 td .box_tit3 span:nth-of-type(2) {
    display: block;
    font-size: 16px;
  }
}
.section .table2 td .txt1 {
  color: #8a1c21;
  font-size: 1.2em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section .table2 td .txt1 {
    line-height: 1.6;
  }
}
.section .table2 td p {
  font-size: 0.9em;
}
.section .table2 td p a {
  color: #0f74b2;
  text-decoration: underline;
}
.section .table2 td p a:hover {
  text-decoration: none;
}
.section .table2 td .ul_list1 {
  margin-bottom: 5px;
}
.section .table2 td .ul_list1.list2 {
  padding-top: 10px;
}
.section .table2 td .ul_list1 li {
  float: left;
  margin-bottom: 10px;
  color: #2479a2;
  font-weight: bold;
  font-size: 1.1em;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .section .table2 td .ul_list1 li {
    margin-bottom: 10px;
  }
}
body.sougou1_humancare .section .table2 td .ul_list1 li {
  color: #004810;
}

.section .table2 td .ul_list1 li span {
  color: #2479a2;
  border: 1px solid;
  padding: 5px 8px 5px;
  margin-right: 5px;
  font-weight: bold;
  font-size: 1.1em;
}
@media screen and (max-width: 480px) {
  .section .table2 td .ul_list1 li span {
    padding: 5px 6px;
    font-size: 1em;
  }
}
body.sougou1_humancare .section .table2 td .ul_list1 li span {
  color: #004810;
}

.section .table2 td .ul_list1 li span.color_red {
  color: #e60000 !important;
  border: 1px solid #e60000 !important;
}
.section .table2 td ._chushi {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(221, 221, 221, 0.85);
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.2em;
  padding-left: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .section .table2 td ._chushi {
    justify-content: center;
    padding-left: 0;
    text-align: center;
    font-size: 1.1em;
  }
}
@media screen and (max-width: 640px) {
  .section .table2,
  .section .table2 tbody,
  .section .table2 tr,
  .section .table2 th,
  .section .table2 td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .section .table2 td {
    padding: 15px 15px;
  }
}
.section .btm_box {
  margin-top: 60px;
  padding: 30px;
  border: 1px solid #2479a2;
  margin-bottom: 110px;
}
body.sougou1_humancare .section .btm_box {
  border: 1px solid #004810;
}

@media screen and (max-width: 640px) {
  .section .btm_box {
    margin-top: 40px;
    padding: 10px;
    margin-bottom: 10px;
  }
}
.section .btm_box .tit {
  font-size: 1.1em;
  font-weight: bold;
  color: #2479a2;
  border-bottom: 1px dotted;
  margin-bottom: 5px;
}
body.sougou1_humancare .section .btm_box .tit {
  color: #004810;
}/*# sourceMappingURL=sougou1.css.map */