@charset "utf-8";
/* ---------------------------------------------------------------------------------------------

    COMMON

--------------------------------------------------------------------------------------------- */
/* ページ全体の色味 */
.kaigo .color_txt {
  color: #69bd83 !important;
}
.kaigo #about {
  background: #69bd83!important;
}
.career-design .color_txt {
  color: #4db5c6 !important;
}
.career-design #about {
  background: #4db5c6 !important;
}
.food-nutritionist .color_txt {
  color: #dd7691 !important;
}
.food-nutritionist #about {
  background: #dd7691 !important;
}
.child .color_txt {
  color: #eda01f !important;
}
.child #about {
  background: #eda01f !important;
}
.kango .color_txt {
  color: #ea616f !important;
}
.kango #about {
  background: #ea616f !important;
}
.kango .bg_color {
  background: #ea616f !important;
}

/* BUTTON */
.btn {
  display: block;
  text-align: center;
  font-weight: 500;
  letter-spacing: .1em;
}
.btn_color {
  color: #fff;
}
.kaigo .btn_color {
  background: #69bd83;
}
.career-design .btn_color {
  background: #4db5c6;
}
.food-nutritionist .btn_color {
  background: #dd7691;
}
.child .btn_color {
  background: #eda01f;
}
.kango .btn_color {
  background: #ea616f;
}
.yellow_btn {
  background: #ffef00;
}


.bg_yellow {
  background: #ffef00;
}
.bg_gray {
  background: #ededed;
}
.whiteBox {
  background: #fff;
}
.sub_ttl {
  letter-spacing: .1em;
  font-weight: 500;
}

h2 {
  letter-spacing: .1em;
}

@media only screen and ( max-width : 991px ) {
  h2 {
    font-size: 22px;
  }
  .btn {
    padding: 1em;
    font-size: 16px;
  }
}

@media only screen and ( max-width : 767px ) {
  h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width : 575px) {
  h2 {
    font-size: 18px;
  }
  .btn {
    font-size: 14px;
  }
}

@media print, screen and ( min-width : 992px ) {
  h2 {
    font-size: 26px;
  }
  .btn {
    min-width: 350px;
    padding: .8em 1em;
    font-size: 20px;
  }
}

@media print, screen and ( min-width : 1200px ) {
  h2 {
    font-size: 30px;
  }
  .btn {
    font-size: 22px;
  }
}



/* ---------------------------------------------------------------------------------------------

    FV

--------------------------------------------------------------------------------------------- */
#page_fv img {
  width: 100%;
}
@media only screen and ( max-width : 991px ) {
}

@media only screen and ( max-width : 767px ) {
}

@media print, screen and ( min-width : 992px ) {
}


/* ---------------------------------------------------------------------------------------------

    ○○○○専攻・○○○○学科の学び

--------------------------------------------------------------------------------------------- */
#about {
  position: relative;
}
#about h2,#about h3,#about p,#about li {
  color: #fff;
}
#about .whiteBox p,#about .whiteBox li {
  color: #000;
}
.about_subttl {
  letter-spacing: .1em;
  line-height: 2;
  font-weight: 500;
}
#about h2 {
  margin-bottom: 1.3em;
  padding: .5em 0;
  text-align: center;
  font-weight: 400;
  border-top: #fff solid 1px;
  border-bottom: #fff solid 1px;
}
.about_list {
  letter-spacing: .1em;
}
.about_list li {
  font-weight: 500;
  text-indent: -1.6em;
  margin-left: 1.6em;
  line-height: 1.6;
}
.about_list li:before {
  font-family: 'icomoon';
  content: "\e908";
  font-size: 1.5em;
  line-height: 1;
  vertical-align: bottom;
}
.whiteBox_txt h3 {
  margin-bottom: 1em;
  padding-bottom: .8em;
  letter-spacing: .15em;
  line-height: 1.8;
  font-weight: 500;
}
.kaigo .whiteBox h3 {
  border-bottom: #69bd83 solid 1px;
}
.career-design .whiteBox h3 {
  border-bottom: #4db5c6 solid 1px;
}
.food-nutritionist .whiteBox h3 {
  border-bottom: #dd7691 solid 1px;
}
.child .whiteBox h3 {
  border-bottom: #eda01f solid 1px;
}
.kango .whiteBox h3 {
  border-bottom: #ea616f solid 1px;
}
.bg_yellow {
  background: #ffef00;
}
.b_space {
  margin-bottom: 2em;
}
.whiteBox {
  background: #fff;
}
.whiteBox_txt p {
  line-height: 1.8;
}
.tani,.whiteBox .bg_yellow li {
  text-align: center;
}
.whiteBox .bg_yellow p:first-child {
  margin-bottom: .5em;
  font-size: 90%;
  letter-spacing: .1em;
  font-weight: 600;
}
.tani {
  line-height: 1;
}
.tani span {
  display: inline-block;
  margin-right: 5px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.05em;
}
.whiteBox ul {
  margin-top: .3em;
}
.whiteBox li {
  padding: .3em 0;
  border-bottom: dashed 1px rgba(000, 000, 000, .4);
}
.kaigo .whiteBox li {
  padding: .8em 0;
}
.whiteBox li:first-child {
  border-top: dashed 1px rgba(000, 000, 000, .4);
}
.career-design .about_list span {
  position: relative;
  z-index: 1;
}
.career-design .about_list span span {
  color: #000;
  font-size: .7em;
  letter-spacing: 0;
  text-align: center;
  position: absolute;
  right: .3em;
  display: block;
}

@media only screen and ( max-width : 991px ) {
  #about.section {
    padding-top: 30px;
  }
  .about_subttl {
    margin-left: 2em;
    margin-bottom: 2em;
  }
  .about_list {
    margin-bottom: 2em;
    margin-left: 1em;
  }
  .about_list li {
    margin-bottom: 1em;
  }
  .whiteBox {
    padding: 30px;
  }
  .whiteBox .bg_yellow {
    max-width: 280px;
    margin: 20px auto 0;
    padding: 25px;
  }
  /* .kaigo .whiteBox .bg_yellow {
    padding: 25px;
  } */
  .whiteBox .bg_yellow li {
    font-size: 13px;
  }
  .tani span {
    font-size: 60px;
  }
  .about_ph {
    display: flex;
  }
  .career-design .about_list span span {
    bottom: -.5em;
  }
}
@media only screen and (max-width : 767px) {
  .about_subttl {
    margin-left: 0;
  }
  .about_subttl span {
    display: inline-block;
  }
  .whiteBox .bg_yellow li {
    font-size: 12px;
  }
  .career-design .about_list span {
    display: block;
    margin-left: 1.6em;
  }
  .career-design .about_list span span {
    right: auto;
    left: 0;
  }
  #about h2 {
    padding: .8em 0 1em;
  }
  .career-design #about h2 {
    padding: .8em 0 .5em;
  }
  .about_ttl {
    line-height: 1;
  }
  .about_ttl span {
    display: block;
  }
}
@media only screen and ( max-width : 575px ) {
  .about_subttl {
    margin-left: 2em;
  }
  .whiteBox .bg_yellow li {
    font-size: 11px;
  }
}

@media only screen and (max-width : 480px) {
  .whiteBox h3 br.br_sp_none {
    display: none;
  }
  .about_list br {
    display: none;
  }
  .about_subttl {
    margin-left: 1em;
  }
}

@media print, screen and ( min-width : 992px ) {
  #about.section {
    padding-top: 40px;
  }
  .about_subttl {
    margin-left: 2em;
    margin-bottom: 4em;
    font-size: 20px;
  }
  .about_list {
    margin-bottom: 60px;
    font-size: 20px;
    letter-spacing: .1em;
  }
  .about_list li {
    margin-bottom: .5em;
  }
  .whiteBox {
    padding: 40px;
  }
  .whiteBox_txt {
    width: 68%;
  }
  .child .whiteBox_txt {
    width: 66%;
  }
  .whiteBox_txt h3 {
    font-size: 18px;
  }
  .whiteBox_txt p {
    font-size: 16px;
  }
  .whiteBox .bg_yellow {
    width: 26%;
    padding: 20px;
  }
  .child #about .bg_yellow {
    width: 28%;
  }
  .tani {
    font-size: 18px;
  }
  .tani span {
    font-size: 60px;
  }
  .whiteBox li {
    font-size: 12px;
  }
  .about_ph01 {
    position: absolute;
    left: 0;
  }
  .about_ph02 {
    position: absolute;
    right: 0;
  }
  .about_ph01 {
    top: 13%;
    width: 20%;
  }
  .about_ph02 {
    width: 25%;
    top: 49%;
  }
  .child .about_ph01 {
    top: 13%;
  }
  .child .about_ph02 {
    top: 45%;
  }
  .career-design .about_ph01 {
    top: 13%;
  }
  .career-design .about_ph02 {
    top: 48%;
  }
  .food-nutritionist .about_ph01 {
    top: 13%;
  }
  .food-nutritionist .about_ph02 {
    top: 50%;
  }
  .kango .about_ph01 {
    top: 20%;
    width: 17%;
  }
  .kango .about_ph02 {
    top: 46%;
    width: 16%;
  }
  .about_ph img {
    width: 100%;
  }
  .career-design .about_list span span {
    bottom: -.8em;
  }
}

@media print, screen and ( min-width : 1200px ) {
  /* .about_subttl {
    margin-left: 4em;
  } */
  .about_inner {
    max-width: 850px;
    margin: 0 auto;
  }
  .about_subttl {
    font-size: 22px;
  }
  #about h2 {
    font-size: 28px;
  }
  .about_list {
    font-size: 22px;
  }
  .whiteBox {
    padding: 60px;
  }
  .whiteBox_txt h3 {
    font-size: 20px;
  }
  .whiteBox_txt p {
    font-size: 18px;
  }
  .whiteBox_txt {
    width: 68%;
  }
  .child .whiteBox_txt {
    width: 65%;
  }
  .whiteBox .bg_yellow {
    width: 27%;
    padding: 20px 40px;
  }
  .child #about .bg_yellow {
    width: 29%;
    padding: 20px 20px;
  }
  .tani {
    font-size: 20px;
  }
  .tani span {
    font-size: 70px;
  }
  .whiteBox li {
    font-size: 14px;
  }
  .kaigo .whiteBox .bg_yellow {
    padding: 40px;
  }
  .about_ph01 {
    top: 12%;
  }
  .about_ph02 {
    top: 45%;
  }
  .child .about_ph01 {
    top: 12%;
  }
  .child .about_ph02 {
    top: 42%;
  }
  .career-design .about_ph01 {
    top: 13%;
  }
  .career-design .about_ph02 {
    top: 45%;
  }
  .food-nutritionist .about_ph01 {
    top: 13%;
  }
  .food-nutritionist .about_ph02 {
    top: 48%;
  }
  .kango .about_ph01 {
    top: 20%;
    width: 19%;
  }
  .kango .about_ph02 {
    top: 43%;
    width: 16%;
  }
}
@media print, screen and ( min-width : 1400px ) {
  .about_ph01 {
    top: 13%;
  }
  .about_ph02 {
    top: 48%;
  }
  .child .about_ph01 {
    top: 13%;
  }
  .child .about_ph02 {
    top: 36%;
  }
  .career-design .about_ph01 {
    top: 13%;
  }
  .career-design .about_ph02 {
    top: 40%;
  }
  .food-nutritionist .about_ph01 {
    top: 13%;
  }
  .food-nutritionist .about_ph02 {
    top: 40%;
  }
  .kango .about_ph01 {
    top: 19%;
    width: 24%;
  }
  .kango .about_ph02 {
    top: 34%;
    width: 20%;
  }
}

/* ---------------------------------------------------------------------------------------------

    成長につながる資格取得

--------------------------------------------------------------------------------------------- */
#shikaku h2 {
  letter-spacing: .15em;
  margin-bottom: 1em;
}
.shikakuBox h3 {
  margin-bottom: .5em;
  padding: .3em 1em .2em;
}
.shikakuBox h3 span {
  font-size: 80%;
}
.shikakuBox p {
  line-height: 1.8;
}
#shikaku .d-lg-flex {
  margin-bottom: 3em;
}
#shikaku caption {
  font-size: .8em;
}

@media only screen and ( max-width : 991px ) {
  .shikakuBox {
    width: 46%;
    margin-bottom: 20px;
  }
  .shikakuBox h3 {
    padding: .5em .6em .4em;
    line-height: 1.2;
  }
  .shikakuBox h3 span {
    display: inline-block;
  }
  .shikakuBox p {
    font-size: 12px;
  }
  #shikaku .caption {
    margin-top: 1em;
  }
}

@media only screen and ( max-width : 575px ) {
  /* .shikakuBox {
    width: 100%;
  } */
  .shikakuBox {
    width: 48%;
  }
  .shikakuBox h3 {
    font-size: 14px;
  }
  .shikakuBox p {
    font-size: 10px;
  }
  #shikaku p.caption span {
    display: inline-block;
    margin-left: 1em;
    font-size: 10px;
  }
}

@media only screen and (max-width : 450px) {
  .shikakuBox {
    width: 100%;
  }
  .shikakuBox h3 {
    padding: .5em 1em .4em;
  }
  .shikakuBox p {
    font-size: 13px;
  }
}

@media print, screen and ( min-width : 992px ) {
  .shikakuBox h3 {
    padding: .3em 1em .2em;
  }
  .shikakuBox {
    width: 31%;
    margin-bottom: 60px;
  }
  .halfBox .shikakuBox {
    width: 46%;
  }
  .shikakuBox p {
    font-size: 14px;
  }
}
@media print, screen and ( min-width : 1200px ) {
  .shikakuBox {
    width: 29%;
  }
  .shikakuBox h3 {
    letter-spacing: .1em;
  }
  .shikakuBox p {
    font-size: 16px;
  }
}


/* ---------------------------------------------------------------------------------------------

    主な授業

--------------------------------------------------------------------------------------------- */
.course_ttl {
  position: relative;
}
.course_ttl h2 {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: block;
  margin: 0 auto;
  z-index: 5;
}
.course_ttl img {
  position: relative;
  z-index: 4;
}
#course li h3 {
  margin-top: .5em;
  margin-bottom: .3em;
  font-size: 1.1em;
  line-height: 1.5;
}
#course li p {
  line-height: 1.8;
}
.btn_area a {
  width: 49%;
  margin-top: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_area a span {
  line-height: 1.4em;
}

@media only screen and ( max-width : 991px ) {
  #course {
    padding-top: 0;
  }
  #course .sub_ttl {
    margin: 2.5em 0 4em;
  }
  #course li {
    width: 47%;
    margin-bottom: 40px;
  }
}

@media only screen and ( max-width : 767px ) {
  #course .sub_ttl {
    margin: 2em 0 3em;
  }
  .btn_area a {
    /*width: 100%;
    margin-top: 1em;*/
    height: 74px;
  }
  #course .sub_ttl br {
    display: none;
  }
}

@media only screen and (max-width : 575px) {
  #course .sub_ttl {
    margin: 1.5em 0 2.5em;
  }
  #course li {
    width: 100%;
    max-width: 316px;
    margin: 0 auto 35px;
  }
  #course li:last-child {
    margin-bottom: 0;
  }
}

@media print, screen and ( min-width : 768px ) {
  .btn_area a {
    height: 80px;
  }
}
@media print, screen and ( min-width : 992px ) {
  #course .sub_ttl {
    margin: 2.5em 0 4em;
  }
  #course .sub_ttl {
    font-size: 18px;
  }
  .course_inner {
    max-width: 900px;
    margin: 0 auto;
  }
  #course li {
    /*width: 31%;*/
    width: 29%;
    margin-bottom: 60px;
  }

}



/* ---------------------------------------------------------------------------------------------

    就職データ

--------------------------------------------------------------------------------------------- */
#data {
  position: relative;
}
#data h2 {
  margin-bottom: 1em;
  background: #000;
  letter-spacing: .2em;
  line-height: 1;
  position: relative;
  z-index: 11;
}
#data h2:before {
  content: "";
  width: 2000%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: -2000%;
  z-index: 10;
}
#data h2 span {
  position: relative;
  z-index: 12;
}
#data h3 {
  margin-bottom: .5em;
  letter-spacing: .15em;
  font-size: 1.3em;
}
.percent {
  display: inline-block;
}
.percent span {
  line-height: 1;
}
.percent .en_avenir {
  letter-spacing: -.03em;
  font-weight: 500;
}
.percent .en_avenir span {
  display: inline-block;
  margin-left: 10px;
  font-size: 50%;
}
.percent .caption {
  display: block;
  text-align: right;
  margin-top: -1em;
}
.graph {
  margin-top: 3em;
  position: relative;
  z-index: 10;
  background: #ededed;
}
.data_txt {
  font-weight: 500;
}


@media only screen and ( max-width : 991px ) {
  #data h2 {
    width: 70%;
    padding: .3em 0;
  }
  .graph {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4em;
  }
  .percent .en_avenir {
    font-size: 150px;
  }
  #data .sub_ttl {
    font-size: 18px;
  }
  .percent .caption {
    font-size: 14px;
  }
  .data_ph {
    margin-top: 40px;
  }
}

@media only screen and ( max-width : 767px ) {
  .percent .en_avenir {
    font-size: 130px;
  }
}

@media only screen and (max-width : 575px) {
  .percent .en_avenir {
    font-size: 120px;
  }
  .graph {
    margin-right: 40px;
    margin-left: 40px;
  }
  .percent .caption {
    font-size: 12px;
  }
}

@media only screen and (max-width : 480px) {
  .percent .en_avenir {
    font-size: 100px;
  }
}

@media only screen and (max-width : 320px) {
  .percent .en_avenir {
    font-size: 100px;
  }
}

@media print, screen and ( min-width : 992px ) {

  #data .graph {
    padding-right: 40px;
    margin-right: -40px;
  }
  #data h2 {
    width: 55%;
    padding: .3em 0 .4em;
  }
  #data .sub_ttl {
    margin-bottom: .5em;
    font-size: 22px;
  }
  .data_inner {
    max-width: 900px;
    margin: 0 auto;
  }
  .percent .en_avenir {
    font-size: 220px;
  }
  .percent .caption {
    font-size: 16px;
  }
  .data_txtWrap {
    padding: 0 2em;
  }
  .data_ph {
    position: absolute;
    top: 130px;
    right: 0;
    width: 40%;
  }
  .data_ph img {
    width: 100%;
  }
}
@media print, screen and ( min-width : 1200px ) {
  .percent .en_avenir {
    font-size: 260px;
  }
  .data_ph {
    width: 35%;
  }
}

/* ---------------------------------------------------------------------------------------------

    Voice・OB interview

--------------------------------------------------------------------------------------------- */
#voice {
  overflow: hidden;
}
#movie h2 {
  margin-bottom: .5em;
}
.movieBox {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.movieBox iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.voiceWrap h2 {
  position: relative;
  font-style: italic;
}
.voiceWrap h2 span {
  letter-spacing: -0.01em;
}
.obWrap h2 {
  font-weight: 500;
  letter-spacing: -0.01em;
  text-align: center;
  line-height: 0.8;
  position: relative;
}
.voice_catch {
  margin-bottom: 1em;
  line-height: 1.4;
  letter-spacing: .1em;
  font-size: 1.2em;
  font-weight: 500;
}
.name {
  font-size: 1.2em;
  margin-bottom: 1em;
}
.ob_name {
  margin: 3em 0 1em;
  font-size: 1.2em;
  font-weight: 500;
}
.ob_name span {
  display: inline-block;
}
.name span {
  display: inline-block;
  margin-left: .5em;
  /*margin-bottom: 1em;*/
  font-size: 80%;
}
.ob_img img {
  position: relative;
  z-index: 12;
}
.ob_img_txt {
  position: absolute;
  right: 0;
  bottom: 5%;
  z-index: 13;
  width: 54%;
}
/*.ob_img_txt p {
  margin-bottom: .3em;
  font-size: 1.2em;
  text-align: right;
}
.ob_img_txt p span {
  display: inline-block;
  padding: 0.2em 1em;
  background: rgba(255, 255, 255, .9);
  line-height: 1;
}*/


@media only screen and ( max-width : 991px ) {
  .kango #movie {
    padding-top: 30px;
  }
  .voiceWrap {
    margin: 40px 0 100px;
  }
  .kango .voiceWrap {
    margin: 0;
  }
  .voiceWrap h2 {
    font-size: 60px;
  }
  .voiceWrap h2:after {
    content: "";
    display: block;
    width: 150%;
    height: 4px;
    background: #000;
    position: absolute;
    top: 20px;
    right: -65%;
  }
  .obWrap h2 {
    font-size: 50px;
  }
  .obWrap h2:after {
    content: "";
    display: block;
    width: 150%;
    height: 4px;
    background: #000;
    position: absolute;
    top: 15px;
    left: -115%;
  }
  .voice-ob_ph {
    position: relative;
    margin-top: 30px;
  }
  #movie h2 {
    font-size: 32px;
  }
  .movieBox {
    margin-bottom: 40px;
  }
  .ob_name small {
    font-size: .8em;
  }
}

@media only screen and ( max-width : 767px ) {
  .voiceWrap h2:after {
    right: -70%;
  }
}

@media only screen and (max-width : 575px) {
  .voiceWrap {
    margin-top: 0;
  }
}

@media only screen and (max-width : 480px) {
  .voiceWrap h2:after {
    right: -80%;
  }
}

@media only screen and (max-width : 380px) {
  .voiceWrap h2:after {
    right: -90%;
  }
  .obWrap h2:after {
    left: -125%;
  }
}

@media print, screen and ( min-width : 992px ) {
  #movie {
    max-width: 900px;
    margin: 0 auto;
  }
  .movieBox  {
    margin-bottom: 80px;
  }
  #movie h2 {
    font-size: 50px;
  }
  #voice.section {
    padding-top: 150px;
  }
  .voiceWrap {
    margin-bottom: 100px;
    position: relative;
  }
  .kango .voiceWrap {
    margin-bottom: 0;
  }
  .voiceWrap h2 {
    font-size: 90px;
  }
  .voiceWrap h2:after {
    content: "";
    display: block;
    width: 150%;
    height: 4px;
    background: #000;
    position: absolute;
    top: 20px;
    right: -65%;
  }
  .voiceWrap_txt {
    width: 50%;
    /*margin-top: -30px;*/
  }
  .obWrap h2 {
    font-size: 63px;
  }
  .obWrap h2:after {
    content: "";
    display: block;
    width: 500%;
    height: 4px;
    background: #000;
    position: absolute;
    top: 20px;
    left: -463%;
  }
  .obWrap_txt {
    width: 50%;
  }
  .obWrap {
    position: relative;
  }
  #voice .voice_img {
    text-align: right;
  }
  .voice-ob_ph {
    position: relative;
    overflow: hidden;
    /*margin-top: 100px;*/
  }
  .voice-ob_ph img {
    width: 100%;
  }
  .voiceWrap .voice-ob_ph {
    width: 64%;
    margin-right: -20%;
    margin-top: -90px;
    /*position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;*/
  }
  .obWrap .voice-ob_ph {
    width: 64%;
    margin-left: -20%;
    margin-top: 100px;
    /*position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;*/
  }
  /*.kango .voiceWrap .voice-ob_ph {
    background-image: url(../img/kango/voice_img.jpg);
    background-image: image-set(url(../img/kango/voice_img.jpg) 1x, url(../img/kango/voice_img@2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/kango/voice_img.jpg) 1x, url(../img/kango/voice_img@2x.jpg) 2x);
    background-position: left top;
  }
  .kaigo .voiceWrap .voice-ob_ph {
    background-image: url(../img/kaigo/voice_img01.jpg);
    background-image: image-set(url(../img/kaigo/voice_img01.jpg) 1x, url(../img/kaigo/voice_img01@2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/kaigo/voice_img01.jpg) 1x, url(../img/kaigo/voice_img01@2x.jpg) 2x);
    background-position: left top;
  }
  .kaigo .obWrap .voice-ob_ph {
    background-image: url(../img/kaigo/voice_img02.jpg);
    background-image: image-set(url(../img/kaigo/voice_img02.jpg) 1x, url(../img/kaigo/voice_img02@2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/kaigo/voice_img02.jpg) 1x, url(../img/kaigo/voice_img02@2x.jpg) 2x);
    background-position: center top;
  }
  .career-design .voiceWrap .voice-ob_ph {
    background-image: url(../img/career-design/voice_img01.jpg);
    background-image: image-set(url(../img/career-design/voice_img01.jpg) 1x, url(../img/career-design/voice_img01@2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/career-design/voice_img01.jpg) 1x, url(../img/career-design/voice_img01@2x.jpg) 2x);
    background-position: left top;
  }
  .career-design .obWrap .voice-ob_ph {
    background-image: url(../img/career-design/voice_img02.jpg);
    background-image: image-set(url(../img/career-design/voice_img02.jpg) 1x, url(../img/career-design/voice_img02@2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/career-design/voice_img02.jpg) 1x, url(../img/career-design/voice_img02@2x.jpg) 2x);
    background-position: center top;
  }
  .food-nutritionist .voiceWrap .voice-ob_ph {
    background-image: url(../img/food-nutritionist/voice_img01.jpg);
    background-image: image-set(url(../img/food-nutritionist/voice_img01.jpg) 1x, url(../img/food-nutritionist/voice_img01@2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/food-nutritionist/voice_img01.jpg) 1x, url(../img/food-nutritionist/voice_img01@2x.jpg) 2x);
    background-position: left top;
  }
  .food-nutritionist .obWrap .voice-ob_ph {
    background-image: url(../img/food-nutritionist/voice_img02.jpg);
    background-image: image-set(url(../img/food-nutritionist/voice_img02.jpg) 1x, url(../img/food-nutritionist/voice_img02@2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/food-nutritionist/voice_img02.jpg) 1x, url(../img/food-nutritionist/voice_img02@2x.jpg) 2x);
    background-position: center top;
  }
  .child .voiceWrap .voice-ob_ph {
    background-image: url(../img/child/voice_img01.jpg);
    background-image: image-set(url(../img/child/voice_img01.jpg) 1x, url(../img/child/voice_img01@2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/child/voice_img01.jpg) 1x, url(../img/child/voice_img01@2x.jpg) 2x);
    background-position: left top;
  }
  .child .obWrap .voice-ob_ph {
    background-image: url(../img/child/voice_img02.jpg);
    background-image: image-set(url(../img/child/voice_img02.jpg) 1x, url(../img/child/voice_img02@2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/child/voice_img02.jpg) 1x, url(../img/child/voice_img02@2x.jpg) 2x);
    background-position: center top;
  }*/
}


@media print, screen and ( min-width : 1200px ) {
  .voiceWrap_txt {
    width: 50%;
  }
  .voiceWrap h2 {
    font-size: 110px;
  }
  .obWrap_txt {
    width: 50%;
  }
  .voice-ob_ph {
    width: 47%;
  }
  .obWrap h2 {
    font-size: 75px;
  }
}


/* ---------------------------------------------------------------------------------------------

    看護学科

--------------------------------------------------------------------------------------------- */
.best3_inner {
  max-width: 900px;
  margin: 0 auto;
}
.rank_txt {
  font-weight: 700;
  line-height: 1.6;
}
.rank_ph img {
  width: 100%;
}
.pickup_ttl {
  padding: .1em 0;
  background: #fff;
  color: #000;
  text-align: center;
  border-radius: 30px;
  border: #000 solid 2px;
  letter-spacing: .1em;
}
.pickup_txt_inner {
  margin-left: 1em;
}
#pick-up h3 {
  margin: 1em 0 .6em;
  letter-spacing: .1em;
  font-weight: 500;
  color: #fff;
}
.pickup_txt {
  color: #fff;
}


@media only screen and ( max-width : 991px ) {
  #best3 h2 {
    max-width: 230px;
    margin: 0 auto 30px;
    text-align: center;
  }
  #best3 h3 {
    margin-top: 1em;
    margin-bottom: .5em;
  }
  .rank_ph {
    border: #ea616f solid 6px;
  }
  .rank_txt {
    text-align: center;
  }
  .rank2 {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .rank2 .rank_ph {
    margin-left: 40px;
    margin-right: 40px;
  }
  .rank3 .rank_ph {
    max-width: 350px;
    margin: 0 auto;
  }
  .clown {
    margin: 0 auto;
  }
  .rank1 .clown {
     width: 95px;
  }
  .rank2 .clown {
     width: 75px;
  }
  .rank3 .clown {
     width: 80px;
  }
  .rank_ttl img {
    max-width: none;
    height: 40px;
  }
  #pick-up h2 {
    max-width: 250px;
    margin: 0 auto;
  }
  .pickup_ttl {
    max-width: 430px;
    margin: 1em auto 2em;
    font-size: 1.1em;
  }
  .pickup_txt_inner {
    max-width: 630px;
  }
  #pick-up h3 {
    font-size: 23px;
  }
  .pickup_txt {
    margin-bottom: 60px;
    font-size: 16px;
  }
}

@media only screen and ( max-width : 767px ) {
  #best3 h2 {
    max-width: 200px;
    margin-right: auto;
    margin-left: auto;
  }
  .rank3 .rank_ph {
    margin: 0 80px;
  }
  .clown {
    margin: 0 auto;
  }
  .rank1 .clown {
     width: 80px;
  }
  .rank2 .clown {
     width: 60px;
  }
  .rank3 .clown {
     width: 65px;
  }
  .rank_ttl img {
    height: 35px;
  }
  #pick-up h2 {
    max-width: 230px;
  }
  .pickup_ttl {
    max-width: 360px;
    font-size: 1em;
  }
  #pick-up h3 {
    font-size: 20px;
  }
  .pickup_txt {
    margin-bottom: 50px;
    font-size: 15px;
  }
}
@media only screen and (max-width : 575px) {
  .rank2 .rank_ph {
    margin: 0 20px;
  }
  .rank3 .rank_ph {
    margin: 0 40px;
  }
  .rank_ttl img {
    height: 30px;
  }
}

@media only screen and (max-width : 480px) {
  .pickup_ttl {
    padding-top: .5em;
    max-width: 250px;
    line-height: 1.2;
  }
  .pickup_ttl span {
    display: block;
    text-align: center;
  }
}

@media only screen and (max-width : 380px) {
  .rank_ttl img {
    height: 25px;
  }
}

@media print, screen and ( min-width : 992px ) {
  #best3 h3 {
    margin-top: 2em;
    margin-bottom: .8em;
  }
  .rank_ph {
    border: #ea616f solid 6px;
  }
  .rank1 {
    margin-bottom: 30px;
  }
  .rank1 .rank_inner {
    max-width: 396px;
    margin: 0 auto;
  }
  .rank1 {
    margin-top: -50px;
  }
  .rank2 {
    width: 54%;
  }
  .rank3 {
    width: 39.5%;
  }
  .rank_txt {
    font-size: 18px;
  }
  .pickup_ttl {
    max-width: 460px;
    margin: 1em auto 1.5em;
    font-size: 1.2em;
  }
  .pickup_txt_inner {
    max-width: 630px;
  }
  #pick-up h3 {
    font-size: 23px;
  }
  .pickup_txt {
    margin-bottom: 80px;
    font-size: 18px;
  }
}


/* ---------------------------------------------------------------------------------------------

    XXX

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 991px ) {
}

@media only screen and ( max-width : 767px ) {
}

@media print, screen and ( min-width : 992px ) {
}