body:not(.home) .pageHead h1 i {
  background-color: #afafaf;
}

.ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  margin-bottom: 36px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .ttl {
    font-size: 14px;
    line-height: 24px;
  }
}
.ttl h2 {
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
  padding-bottom: 15px;
  font-size: 38px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ttl h2 {
    padding-bottom: 14px;
    font-size: 22px;
  }
}
.ttl h2::after {
  content: "";
  height: 10px;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .ttl h2::after {
    height: 6px;
  }
}
.ttl span {
  font-size: 28px;
  font-weight: bold;
}

section.seekingWrap .topimg {
  position: relative;
  max-width: 1132px;
  height: 384px;
  margin: 0 auto;
}
section.seekingWrap .topimg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.seekingWrap .inner_01 {
  background-color: #e5e5e5;
  max-width: 1132px;
  margin: 0 auto;
  padding: 50px;
  display: flex;
  justify-content: center;
}
section.seekingWrap .inner_01 .section .txt20 p {
  width: 770px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 100px;
  line-height: 32px;
  padding-top: 80px;
  letter-spacing: 2px;
}
section.seekingWrap .inner_01 .section .course {
  position: relative;
  max-width: 970px;
}
section.seekingWrap .inner_01 .section .course p.ttl {
  font-size: 30px;
  font-weight: bold;
  color: #90742a;
  border-bottom: 2px solid #afafaf;
  max-width: 970px;
}
section.seekingWrap .inner_01 .section .course p.ttl::before {
  content: url(/seeking/img/icon-1_pc.png);
  position: absolute;
  left: 250px;
}
section.seekingWrap .inner_01 .section .course p.ttl::after {
  content: url(/seeking/img/icon-2_pc.png);
  bottom: 2px;
  position: absolute;
  right: 200px;
}
section.seekingWrap .inner_01 .section .course .hyo .tbl1 .gyo1 {
  color: #fff;
}
section.seekingWrap .inner_01 .section .course .hyo .tbl1 td {
  padding: 40px 0 40px 0;
  background: #fff;
  color: #000;
}
section.seekingWrap .inner_01 .section .course .hyo .tbl2 th.gyo1 {
  color: #fff;
}
section.seekingWrap .inner_01 .section .pudoru .pc {
  display: block !important;
}
section.seekingWrap .inner_01 .section .pudoru .sp {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  section.seekingWrap .inner_01 .section .pudoru .pc {
    display: none !important;
  }
  section.seekingWrap .inner_01 .section .pudoru .sp {
    display: block !important;
  }
}

.topttl {
  max-width: 1132px;
  margin: 0 auto;
}
.topttl .toptxt .txt {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.topttl .toptxt .txt p {
  font-size: 20px;
  line-height: 32px;
}

@media screen and (max-width: 768px) {
  .topttl {
    width: 90%;
  }
  .topttl .toptxt {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .topttl .toptxt .txt {
    width: 100%;
  }
  .topttl .toptxt .txt p {
    font-size: 14px;
    line-height: 24px;
  }
}
.ttl h2::after {
  width: 300px;
  background-color: #191919;
  left: calc(50% - 150px);
}
@media screen and (max-width: 768px) {
  .ttl h2::after {
    width: 170px;
    left: calc(50% - 85px);
  }
}
@media screen and (min-width: 769px) {
  .ttl span {
    width: 1000px;
  }
  .ttl span::after {
    content: "";
    display: block;
    margin-bottom: 20%;
  }
}

.inner-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1132px;
  width: 90%;
  margin: 0 auto 150px;
  padding-bottom: 45px;
  background-color: #e5e5e5;
}
.inner-1 .txt {
  max-width: 1000px;
  width: 75%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .inner-1 .txt {
    margin-top: 30px;
  }
}
.inner-1 .txt p {
  font-size: 20px;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .inner-1 .txt p {
    font-size: 14px;
    line-height: 24px;
  }
}
.inner-1 .step {
  margin: 70px 0 20px 0;
  width: 60%;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .inner-1 .step {
    margin: 50px 0 20px 0;
    width: 87%;
  }
}
.inner-1 .step .bgc {
  background-color: #c2af7e;
  color: #fff;
  padding: 10px 0 15px 0;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 4px;
}
@media screen and (max-width: 768px) {
  .inner-1 .step .bgc {
    font-size: 22px;
  }
}
.inner-1 .step .bgc .san {
  font-size: 50px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .inner-1 .step .bgc .san {
    font-size: 30px;
  }
}
.inner-1 .step .bb {
  border-bottom: #90742a 2px solid;
  width: 80%;
  margin: 0 auto;
}
.inner-1 .step .bb .no1 {
  color: #90742a;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 4px;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .inner-1 .step .bb .no1 {
    font-size: 22px;
  }
}
.inner-1 .step .bb .no1 .i {
  font-size: 40px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .inner-1 .step .bb .no1 .i {
    font-size: 32px;
  }
}
.inner-1 .step .bb .ttlstep {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .inner-1 .step .bb .ttlstep {
    font-size: 16px;
  }
}
.inner-1 .step .bb .yajirusi {
  padding-top: 20px;
}
.inner-1 .step .bb .line {
  margin: 0 auto;
  padding: 25px 0 45px 0;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .inner-1 .step .bb .line {
    width: 100%;
    padding: 45px 0 25 0;
  }
}
.inner-1 .step .bb .line img {
  margin: 10px 0;
}
.inner-1 .step .bb .iconstep .ni {
  padding: 45px 0;
}
.inner-1 .step .bb-no {
  width: 80%;
  margin: 0 auto;
}
.inner-1 .step .bb-no .no1 {
  color: #90742a;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 4px;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .inner-1 .step .bb-no .no1 {
    font-size: 22px;
  }
}
.inner-1 .step .bb-no .no1 .i {
  font-size: 40px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .inner-1 .step .bb-no .no1 .i {
    font-size: 32px;
  }
}
.inner-1 .step .bb-no .ttlstep {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .inner-1 .step .bb-no .ttlstep {
    font-size: 16px;
    width: 76%;
    margin: 0 auto;
  }
  .inner-1 .step .bb-no .ttlstep .br-sp-p {
    display: none;
  }
}
.inner-1 .step .bb-no .line {
  margin: 0 auto;
  padding: 45px 0;
  width: 50%;
}
.inner-1 .step .bb-no .iconstep .ni {
  padding: 45px 0;
}
.inner-1 .step .bb-no .iconstep .stepsan {
  padding: 0 0 45px 0;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .inner-1 .step .bb-no .iconstep .stepsan .br-sp-p {
    display: none;
  }
}
.inner-1 .course {
  text-align: center;
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .inner-1 .course {
    margin-top: 55px;
  }
  .inner-1 .course .sp {
    width: 80%;
  }
}
.inner-1 .course .ttl {
  font-size: 30px;
  font-weight: bold;
  color: #90742a;
  border-bottom: 2px solid #afafaf;
  margin-top: 100px;
}
.inner-1 .course .ttl::before {
  content: url(/seeking/img/icon-1_pc.png);
  position: absolute;
  left: 465px;
}
.inner-1 .course .ttl::after {
  content: url(/seeking/img/icon-2_pc.png);
  position: absolute;
  right: 200px;
}
.inner-1 .tblWrap {
  width: 87%;
}
@media screen and (max-width: 768px) {
  .inner-1 .tblWrap {
    overflow-x: scroll;
  }
}
.inner-1 .tblWrap .prodTbl {
  background-color: #fff;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .inner-1 .tblWrap .prodTbl {
    margin-top: 30px;
  }
}
.inner-1 .tblWrap .prodTbl tr th {
  padding: 20px 0;
  font-size: 18px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  border: 1px solid #e1e1e1;
}
.inner-1 .tblWrap .prodTbl tr th.pnk {
  background-color: #c2af7e;
  font-weight: bold;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .inner-1 .tblWrap .prodTbl tr th {
    font-size: 15px;
    padding: 8px 0;
  }
  .inner-1 .tblWrap .prodTbl tr th.pnk {
    font-size: 16px;
  }
}
.inner-1 .tblWrap .prodTbl tr td {
  padding: 30px 30px;
  vertical-align: middle;
  text-align: center;
  border: 2px solid #e1e1e1;
  font-size: 18px;
  width: 70%;
  line-height: 32px;
}
.inner-1 .tblWrap .prodTbl tr td.sp-br-td .sp-br {
  display: none;
}
@media screen and (max-width: 412px) {
  .inner-1 .tblWrap .prodTbl tr td.sp-br-td .sp-br {
    display: block;
  }
}
.inner-1 .tblWrap .prodTbl tr td.Lpnk {
  background-color: #fdeaed;
}
.inner-1 .tblWrap .prodTbl tr td.gray {
  color: #90742a;
  font-weight: bold;
}
.inner-1 .tblWrap .prodTbl tr td.gray .hosoku {
  font-size: 14px;
}
.inner-1 .tblWrap .prodTbl tr td.gray .hosoku .sp-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .inner-1 .tblWrap .prodTbl tr td.gray .hosoku {
    line-height: 18px;
  }
  .inner-1 .tblWrap .prodTbl tr td.gray .hosoku .sp-br {
    display: block;
  }
}
.inner-1 .tblWrap .prodTbl tr td.gold {
  color: #90742a;
  font-weight: bold;
  font-size: 30px;
}
.inner-1 .tblWrap .prodTbl tr td.gold .en {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .inner-1 .tblWrap .prodTbl tr td.gold {
    font-size: 22px;
  }
  .inner-1 .tblWrap .prodTbl tr td.gold .en {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .inner-1 .tblWrap .prodTbl tr td {
    font-size: 15px;
    padding: 20px 10px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .inner-1 {
    margin: 0 auto 80px;
    padding-bottom: 24px;
    border-width: 3px;
  }
}
.inner-1 .mainimg {
  margin-top: 250px;
}
@media screen and (min-width: 629px) and (max-width: 768px) {
  .inner-1 .mainimg {
    margin-top: 220px;
  }
}
@media screen and (max-width: 629px) {
  .inner-1 .mainimg {
    margin-top: 140px;
  }
}
.inner-1 .student {
  content: "";
  width: 100%;
  margin: -205px 0 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .inner-1 .student {
    width: 100vw;
    margin-top: calc(-23.81vw - 3px);
    margin-bottom: 28px;
  }
}
.inner-1 .lead {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 670px;
  width: 90%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .inner-1 .lead {
    margin: 0 auto 26px;
  }
}
.inner-1 .lead::before, .inner-1 .lead::after {
  line-height: 1;
  font-size: 150px;
  font-weight: thin;
  font-weight: 100;
  position: relative;
  top: -0.1em;
}
@media screen and (max-width: 768px) {
  .inner-1 .lead::before, .inner-1 .lead::after {
    font-size: 120px;
  }
}
@media screen and (min-width: 769px) {
  .inner-1 .lead::before {
    content: "{";
  }
  .inner-1 .lead::after {
    content: "}";
  }
}
.inner-1 .lead p {
  margin: 0 25px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .inner-1 .lead p {
    margin: 0;
    line-height: 1.6;
    font-size: 15px;
  }
}
.inner-1 .lead p a {
  color: #ff0586;
  text-decoration: underline;
}
.inner-1 .lead p a:hover {
  text-decoration: none;
}
.inner-1 .cntWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 60px;
  padding: 0 60px 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .inner-1 .cntWrap {
    justify-content: center;
    margin-bottom: 28px;
    padding: 0 5%;
  }
}
.inner-1 .cntWrap .cntBox {
  max-width: 415px;
  width: 100%;
  position: relative;
}
.inner-1 .cntWrap .cntBox:nth-last-of-type(n+2) {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .inner-1 .cntWrap .cntBox:nth-last-of-type(n+2) {
    margin-bottom: 32px;
  }
}
.inner-1 .cntWrap .cntBox:nth-last-of-type(n+2)::before {
  display: block;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .inner-1 .cntWrap .cntBox:nth-last-of-type(n+2)::before {
    content: "";
  }
}
.inner-1 .cntWrap .cntBox:nth-of-type(odd)::before {
  width: 63px;
  height: 47px;
  background: url(/campus-life/img/arw01.png) no-repeat center center/contain;
  top: 140px;
  right: -30px;
}
@media screen and (min-width: 769px) {
  .inner-1 .cntWrap .cntBox:nth-of-type(even) {
    top: 120px;
  }
}
.inner-1 .cntWrap .cntBox:nth-of-type(even)::before {
  width: 84px;
  height: 82px;
  background: url(/campus-life/img/arw02.png) no-repeat center center/contain;
  top: 230px;
  left: -70px;
}
.inner-1 .cntWrap .cntBox > img:first-child {
  position: absolute;
  top: 15px;
  right: -40px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .inner-1 .cntWrap .cntBox > img:first-child {
    width: 54px;
    top: 5px;
    right: -15px;
  }
}
.inner-1 .cntWrap .cntBox p {
  max-width: 280px;
  width: 95%;
  margin: 5px auto 0;
  line-height: 1.6;
}

.inner-3 {
  text-align: center;
}
.inner-3 .pu {
  margin-top: 220px;
}
@media screen and (min-width: 500px) and (max-width: 768px) {
  .inner-3 .pu {
    margin-top: 180px;
  }
}
@media screen and (max-width: 500px) {
  .inner-3 .pu {
    margin-top: 120px;
  }
}
.inner-3 .komelist {
  margin: 10px;
}
.inner-3 .komelist .kome {
  font-size: 14px;
  margin: 10px;
}
@media screen and (max-width: 768px) {
  .inner-3 .komelist .kome {
    font-size: 12px;
    margin: 8px;
    width: 80%;
    margin: 0 auto;
  }
}
.inner-3 .to {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .inner-3 .sp {
    width: 90%;
  }
}

.inner-2 {
  text-align: center;
}
.inner-2 .inbg {
  background: url(/course/img/veterinarian/feature_bg.gif) repeat center center;
  padding: 65px 0;
}
.inner-2 .inbg .sp {
  width: 80%;
}
.inner-2 .in .pc {
  margin: 65px 0;
}
.inner-2 .in .sp {
  width: 80%;
  margin: 65px 0 65px 0;
}
.inner-2 .bgs {
  background: url(/course/img/veterinarian/feature_bg.gif) repeat center center;
  padding: 65px 0 55px 0;
  margin: 0 0 80px 0;
}
@media screen and (max-width: 768px) {
  .inner-2 .bgs {
    margin: 0 0 70px 0;
  }
}
.inner-2 .bgs .flow {
  margin: 0 auto 10px;
  max-width: 700px;
  padding: 40px 5% 30px;
  border: 5px solid #000;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .inner-2 .bgs .flow {
    width: 80%;
    border: 3px solid #000;
  }
}
.inner-2 .bgs .flow h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 60px;
  border-bottom: 2px solid #d3d3d3;
  padding: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .inner-2 .bgs .flow h2 {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.inner-2 .bgs .flow dl:nth-last-of-type(n+2) {
  margin-bottom: 30px;
}
.inner-2 .bgs .flow dl {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.inner-2 .bgs .flow dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
  border-radius: 20px;
  background-color: #666666;
  color: #fff;
  font-size: 14px;
  position: relative;
}
.inner-2 .bgs .flow dl dt::after {
  content: "";
  border-right: 6px dotted #b9b9b9;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media screen and (max-width: 768px) {
  .inner-2 .bgs .flow dl dt::after {
    border-right: 5px dotted #b9b9b9;
  }
}
.inner-2 .bgs .flow dl dt.no1::after {
  height: 430px;
}
@media screen and (max-width: 768px) {
  .inner-2 .bgs .flow dl dt.no1::after {
    height: 240px;
  }
}
.inner-2 .bgs .flow dl dd {
  width: calc(91% - 97px);
  padding-left: 25px;
}
.inner-2 .bgs .flow .line img {
  margin-bottom: 20px;
}

.tel {
  margin: 0 auto 160px;
  max-width: 700px;
  padding: 20px 0;
  background: #fff2e6;
  border: 2px solid #eee2d8;
  border-radius: 4px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tel {
    width: 80%;
  }
}
.tel .toi {
  margin-top: 10px;
  font-weight: bold;
  font-size: 20px;
}/*# sourceMappingURL=style.css.map */