@charset "UTF-8";
/*=======================================
ペット総合科 トリマーコース
=========================================*/
.p-petcourse-detail__kv img {
  width: 100% !important;
}

.p-petcourse-detail *:before,
.p-petcourse-detail *:after {
  display: none;
}

.p-petcourse-detail__lead {
  padding-top: 70px;
  padding-bottom: 80px;
}

.p-petcourse-detail__lead .block1 {
  /*display: flex;*/
  /*justify-content: space-between;*/
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}

.p-petcourse-detail__lead .block1 .lead {
  /*width: 40%;*/
  font-size: 35px;
  font-size: 3.5rem;
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: #EC7491;
  text-align: left;
  /*display: flex;*/
  /*flex-direction: column;*/
  /*align-items: flex-start;*/
}

/*.p-petcourse-detail__lead .block1 .lead span {
  background: linear-gradient(to bottom, #ffffff 79%, #fff6a8 80%, #fff6a8 100%);
  margin-bottom: 15px;
}*/
.p-petcourse-detail__lead .block1 .lead span:last-child {
  margin-bottom: 0;
}

.p-petcourse-detail__lead .block1 .txt1 {
  /*width: 60%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #CECECE;*/
  padding: 15px 0px;
  padding-right: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.25;
}

.p-petcourse-detail__lead .qual {
  /*text-align: center;*/
  background: #FDF1F4;
  border-radius: 10px;
  border: 2px dotted #EC7491;
  color: #EC7491;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 20px;
  position: relative;
}

/*.p-petcourse-detail__lead .qual:before {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/petcourse/trimmer/lead_txt1.svg) no-repeat center;
  width: 310px;
  height: 178px;
  z-index: 1;
  left: 50%;
  margin-left: -340px;
  top: -52px;
}*/
.p-petcourse-detail__lead .qual > * {
  position: relative;
  z-index: 2;
}

.p-petcourse-detail__lead .qual .h {
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 20px;
}

.p-petcourse-detail__lead .qual li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 10px;
}

.p-petcourse-detail__lead .qual li:last-child {
  margin-bottom: 0;
}

.p-petcourse-detail__feature {
  /*padding-top: 90px;*/
  padding-top: 160px;
  padding-bottom: 50px;
  background: #FFF5F8;
  margin-top: 150px;
  position: relative;
  /*height: 1150px;*/
}
@media screen and (max-width: 767px) {
  .p-petcourse-detail__feature {
    /*height: 2450px;*/
    margin-top: 90px;
    padding-bottom: 40px;
  }
}

.p-petcourse-detail__feature .feature_icon {
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
}

.p-petcourse-detail__feature .content img {
  width: 100%;
}

.p-petcourse-detail__feature .c-wrap {
  /*position: absolute;*/
  margin: 0 auto;
  top: -100px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-petcourse-detail__feature .c-wrap {
    top: -70px;
  }
}

.p-petcourse-detail__feature .heading {
  text-align: center;
  margin-bottom: 42px;
}

.p-petcourse-detail__feature .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-petcourse-detail__feature .content li {
  width: 30.909%;
  margin-left: 3.6365%;
  margin-bottom: 40px;
  border-radius: 10px;
  /*overflow: hidden;*/
  background: #fff;
  position: relative;
}

.p-petcourse-detail__feature .content li .no {
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-petcourse-detail__feature .content li .no {
    top: -30px;
    left: -5px;
  }
}

.p-petcourse-detail__feature .content li:nth-child(3n+1) {
  margin-left: 0;
}

/*.p-petcourse-detail__feature .content li:nth-child(1) .box1 .title {
  background-image: url(../img/petcourse/trimmer/feature_icon1.svg);
}
.p-petcourse-detail__feature .content li:nth-child(2) .box1 .title {
  background-image: url(../img/petcourse/trimmer/feature_icon2.svg);
}
.p-petcourse-detail__feature .content li:nth-child(3) .box1 .title {
  background-image: url(../img/petcourse/trimmer/feature_icon3.svg);
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.22;
}
.p-petcourse-detail__feature .content li:nth-child(4) .box1 .title {
  background-image: url(../img/petcourse/trimmer/feature_icon4.svg);
}
.p-petcourse-detail__feature .content li:nth-child(5) .box1 .title {
  background-image: url(../img/petcourse/trimmer/feature_icon5.svg);
  padding-top: 15px;
  padding-bottom: 15px;
}*/
.p-petcourse-detail__feature .content .box1 {
  padding: 24px 20px 20px 7px;
}

.p-petcourse-detail__feature .content .box1 .title {
  color: #EC7491;
  /*padding-left: 60px;*/
  padding-left: 13px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 47px 54px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 16px;
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
}

.p-petcourse-detail__feature .content .box1 p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  padding-left: 13px;
}

.p-petcourse-detail__curriculum {
  padding: 87px 0 80px 0;
  /*background: url(../img/petcourse/trimmer/bg1.png) center;*/
  background: #FFF5F8;
}

.p-petcourse-detail__curriculum .wrap {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.p-petcourse-detail__curriculum .h2_bg {
  background: url(../img/petcourse/trimmer/bg2.svg) center repeat-x;
  width: 100vw;
}

.p-petcourse-detail__curriculum .heading {
  margin-bottom: 62px;
  text-align: center;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-petcourse-detail__curriculum .heading {
    width: 90%;
    margin: 0 auto;
    padding: 110px 0;
  }
}

.p-petcourse-detail__curriculum .content {
  /*background: #fff;
  border-radius: 10px;
  border: 5px solid;*/
  padding: 70px 15px 30px;
  /*margin-bottom: 60px;*/
}

.p-petcourse-detail__curriculum .content:last-child {
  margin-bottom: 0;
}

.p-petcourse-detail__curriculum .content.y1 {
  /*border-color: #FFF6A8;*/
}

.p-petcourse-detail__curriculum .content.y1 .c-wrap {
  padding-bottom: 50px;
  border-bottom: 2px dotted #EC7491;
}

.p-petcourse-detail__curriculum .content.y2 .c-wrap {
  padding-bottom: 50px;
  border-bottom: 2px dotted #EC7491;
}

.p-petcourse-detail__curriculum .content.y2 {
  border-color: #EC7491;
}

.p-petcourse-detail__curriculum .content .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
}

.p-petcourse-detail__curriculum .content .title span {
  margin-right: 40px;
  font-weight: 500;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}

.p-petcourse-detail__curriculum .content .title span:before {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/petcourse/trimmer/curriculum_txt1.svg) no-repeat center;
  background-size: contain;
  width: 159px;
  height: 121px;
  left: -71px;
  top: -10px;
  z-index: -1;
}

.p-petcourse-detail__curriculum .content .title span:first-letter {
  font-size: 60px;
  font-size: 6rem;
  color: #EC7491;
}

.p-petcourse-detail__curriculum .content .title strong {
  font-weight: 700;
  font-size: 35px;
  font-size: 3.5rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(79%, #ffffff), color-stop(80%, #FFF6A8), to(#FFF6A8));
  background: -webkit-linear-gradient(top, #ffffff 79%, #FFF6A8 80%, #FFF6A8 100%);
  background: linear-gradient(to bottom, #ffffff 79%, #FFF6A8 80%, #FFF6A8 100%);
  line-height: 1.5;
  margin-top: 15px;
}

.p-petcourse-detail__curriculum .content .timetable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /*flex-direction: row-reverse;*/
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}

.p-petcourse-detail__curriculum .content .timetable-title {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .p-petcourse-detail__curriculum .content .timetable-title {
    margin-right: 0px;
  }
}

.p-petcourse-detail__curriculum .content .curriculum-title {
  text-align: center;
  margin-bottom: 30px;
}

.p-petcourse-detail__curriculum .content .curriculum-title .h {
  margin-bottom: 10px;
}

.p-petcourse-detail__curriculum .content .curriculum-title .l {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
}

.p-petcourse-detail__curriculum .content .curriculum-content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-petcourse-detail__curriculum .content .curriculum-content li {
  width: 30.909%;
  margin-left: 3.6365%;
}

.p-petcourse-detail__curriculum .content .curriculum-content li:nth-child(3n+1) {
  margin-left: 0;
}

.p-petcourse-detail__curriculum .content .curriculum-content .img1 {
  margin-bottom: 12px;
}

.p-petcourse-detail__curriculum .content .curriculum-content .img1 img {
  border-radius: 10px 10px 0 0;
}

.p-petcourse-detail__curriculum .content .curriculum-content .box1 .t {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  /*padding-bottom: 12px;*/
  color: #EC7491;
  /*border-bottom: 2px dotted #EC7491;*/
  margin-bottom: 12px;
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
}

.p-petcourse-detail__curriculum .content .curriculum-content .box1 p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}

.p-petcourse-detail__curriculum .topics-heading {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-petcourse-detail__curriculum .topics-heading .h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.p-petcourse-detail__curriculum .topics-heading .h span {
  margin-right: 33px;
}

.p-petcourse-detail__curriculum .topics-heading .h strong {
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
  color: #A68CCC;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-petcourse-detail__curriculum .topics-heading .lead {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-petcourse-detail__curriculum .topics-content {
  text-align: center;
  margin-top: 40px;
}

.p-petcourse-detail__curriculum .topics-content p {
  margin-top: 30px;
}

.p-petcourse-detail__message {
  /*background: #FFF5F8;*/
  background: #fff;
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .p-petcourse-detail__message {
    padding: 50px 0 0 0;
  }
}

.p-petcourse-detail__message .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.p-petcourse-detail__message .block1 {
  width: 50%;
  padding-top: 20px;
  padding-left: 7.6923%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-petcourse-detail__message .block1 .heading {
  margin-bottom: 50px;
}

.pet_faq {
  margin-top: 20px;
}

.pet_faq li p:first-child {
  color: #EC7491;
  font-size: 2.6rem;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .pet_faq li p:first-child {
    font-size: 2rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

.pet_faq li p:nth-child(2) {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .pet_faq li p:nth-child(2) {
    line-height: 1.8;
  }
}

.pet_faq li {
  margin-left: 65px;
  margin-bottom: 15px;
  position: relative;
}

.pet_faq_icon {
  position: absolute;
  top: 0;
  left: -65px;
}

.p-petcourse-detail__message .block1 .heading .en {
  margin-bottom: 15px;
}

.p-petcourse-detail__message .block1 .heading .h {
  font-size: 50px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
}

.p-petcourse-detail__message .block1 > p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.25;
}

.p-petcourse-detail__message .block1 .profile {
  margin-top: 50px;
  padding-left: 65px;
}

.p-petcourse-detail__message .block1 .profile .dept {
  color: #EC7491;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.p-petcourse-detail__message .block1 .profile .name {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5;
}

.p-petcourse-detail__message .block1 .profile .name span {
  font-size: 16px;
  font-size: 1.6rem;
}

.p-petcourse-detail__message .img1 {
  width: 42.6153%;
}

.pet_youtube {
  text-align: center;
  margin-top: 50px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .pet_youtube iframe {
    width: 90%;
    height: 90%;
    aspect-ratio: 16/9 !important;
  }
}
.pet_youtube p {
  color: #EC7491;
  font-size: 2.6rem;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .pet_youtube p {
    font-size: 2rem;
  }
}

.pet_youtube2 {
  text-align: center;
  margin-top: 50px;
}
.pet_youtube2 iframe {
  border: #fff 4px solid;
}
@media screen and (max-width: 767px) {
  .pet_youtube2 iframe {
    width: 90%;
    height: 90%;
    aspect-ratio: 16/9 !important;
  }
}
.pet_youtube2 p {
  color: #fff;
  font-size: 2.6rem;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .pet_youtube2 p {
    font-size: 2rem;
  }
}

.p-petcourse-detail__interview {
  padding-top: 60px;
  padding-bottom: 80px;
  color: #fff;
  background: #EC7491;
}

.p-petcourse-detail__interview .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.p-petcourse-detail__interview .block1 {
  width: 50%;
  padding-top: 20px;
  padding-left: 7.6923%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-petcourse-detail__interview .block1 .heading {
  margin-bottom: 25px;
  position: relative;
}

.pet_icon {
  top: 100px;
  left: 390px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .pet_icon {
    top: 70px;
    left: 280px;
  }
}

.p-petcourse-detail__interview .block1 .heading .en {
  margin-bottom: 15px;
}

.p-petcourse-detail__interview .block1 .heading .h {
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
}

.p-petcourse-detail__interview .block1 .lead {
  font-size: 25px;
  font-size: 2.5rem;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #fff;
  line-height: 1.6;
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}

.p-petcourse-detail__interview .block1 .lead + p {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #fff;
}

.p-petcourse-detail__interview .block1 > p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.25;
}

.p-petcourse-detail__interview .block1 .profile {
  /*border: 1px solid #fff;*/
  background-color: #fff;
  border-radius: 10px;
  margin-top: 33px;
  padding: 20px;
  color: #EC7491;
  font-weight: 700;
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
}

.p-petcourse-detail__interview .block1 .profile .company {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 8px;
}

.p-petcourse-detail__interview .block1 .profile .job {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.p-petcourse-detail__interview .block1 .profile .name {
  font-size: 22px;
  font-size: 2.2rem;
}

.p-petcourse-detail__interview .block1 .profile .name span {
  font-size: 16px;
  font-size: 1.6rem;
}

.p-petcourse-detail__interview .img1 {
  width: 45.7692%;
}

.p-petcourse-detail.is-trainer .p-petcourse-detail__lead .block1 .lead {
  color: #8ABF44;
}

.p-petcourse-detail.is-trainer .p-petcourse-detail__feature {
  background: #F6FBEF;
}

.p-petcourse-detail.is-trainer .p-petcourse-detail__feature .content li:nth-child(1) .box1 .title {
  background-image: url(../img/petcourse/trainer/feature_icon1.svg);
}

.p-petcourse-detail.is-trainer .p-petcourse-detail__feature .content li:nth-child(2) .box1 .title {
  background-image: url(../img/petcourse/trainer/feature_icon2.svg);
}

.p-petcourse-detail.is-trainer .p-petcourse-detail__feature .content li:nth-child(3) .box1 .title {
  background-image: url(../img/petcourse/trainer/feature_icon3.svg);
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
}

.p-petcourse-detail.is-trainer .p-petcourse-detail__feature .content li:nth-child(4) .box1 .title {
  background-image: url(../img/petcourse/trainer/feature_icon4.svg);
}

.p-petcourse-detail.is-trainer .p-petcourse-detail__feature .content li:nth-child(5) .box1 .title {
  background-image: url(../img/petcourse/trainer/feature_icon5.svg);
}

.p-petcourse-detail.is-trainer .p-petcourse-detail__curriculum .content.y2 {
  border-color: #8ABF44;
}

.p-petcourse-detail.is-trainer .p-petcourse-detail__curriculum .content .title span:first-letter {
  color: #8ABF44;
}

.p-petcourse-detail.is-trainer .p-petcourse-detail__curriculum .content .curriculum-content .box1 .t {
  border-bottom-color: #8ABF44;
}

.p-petcourse-detail.is-trainer .p-petcourse-detail__message {
  background: #F6FBEF;
}

.p-petcourse-detail.is-trainer .p-petcourse-detail__message .block1 .profile .dept {
  color: #8ABF44;
}

.p-petcourse-detail.is-trainer .p-petcourse-detail__interview {
  background: #8ABF44;
}

.p-petcourse-detail.is-groomer .p-petcourse-detail__lead .block1 .lead {
  color: #A68CCC;
}

.p-petcourse-detail.is-groomer .p-petcourse-detail__feature {
  background: #F7F2FF;
}

.p-petcourse-detail.is-groomer .p-petcourse-detail__feature .content li:nth-child(1) .box1 .title {
  background-image: url(../img/petcourse/groomer/feature_icon1.svg);
}

.p-petcourse-detail.is-groomer .p-petcourse-detail__feature .content li:nth-child(2) .box1 .title {
  background-image: url(../img/petcourse/groomer/feature_icon2.svg);
}

.p-petcourse-detail.is-groomer .p-petcourse-detail__feature .content li:nth-child(3) .box1 .title {
  background-image: url(../img/petcourse/groomer/feature_icon3.svg);
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
}

.p-petcourse-detail.is-groomer .p-petcourse-detail__feature .content li:nth-child(4) .box1 .title {
  background-image: url(../img/petcourse/groomer/feature_icon4.svg);
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.22;
}

.p-petcourse-detail.is-groomer .p-petcourse-detail__feature .content li:nth-child(5) .box1 .title {
  background-image: url(../img/petcourse/groomer/feature_icon5.svg);
}

.p-petcourse-detail.is-groomer .p-petcourse-detail__curriculum .content.y2 {
  border-color: #A68CCC;
}

.p-petcourse-detail.is-groomer .p-petcourse-detail__curriculum .content .title span:first-letter {
  color: #A68CCC;
}

.p-petcourse-detail.is-groomer .p-petcourse-detail__curriculum .content .curriculum-content .box1 .t {
  border-bottom-color: #A68CCC;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .p-petcourse-detail {
    position: relative;
    margin-left: -3.2%;
    margin-right: -3.2%;
  }
  .p-petcourse-detail__lead {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-petcourse-detail__lead .block1 {
    display: block;
    margin-bottom: 60px;
  }
  .p-petcourse-detail__lead .block1 .lead {
    width: auto;
    margin-bottom: 30px;
    font-size: 28px;
    font-size: 2.5rem;
  }
  .p-petcourse-detail__lead .block1 .lead span {
    margin-bottom: 10px;
  }
  .p-petcourse-detail__lead .block1 .txt1 {
    width: auto;
    border-left: 0;
    padding: 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
  }
  .p-petcourse-detail__lead .qual {
    padding: 20px;
  }
  .p-petcourse-detail__lead .qual:before {
    background-size: contain;
    margin-left: 0;
    left: -15px;
    width: 200px;
    height: 90px;
    top: -32px;
  }
  .p-petcourse-detail__lead .qual .h {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
  .p-petcourse-detail__lead .qual li {
    margin-bottom: 6px;
    font-size: 14px;
    font-size: 1.4rem;
    text-indent: -1em;
    padding-left: 1em;
  }
  .p-petcourse-detail__feature {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .p-petcourse-detail__feature .heading {
    margin-bottom: 30px;
  }
  .p-petcourse-detail__feature .heading img {
    max-height: 150px;
    width: auto;
  }
  .p-petcourse-detail__feature .content ul {
    display: block;
  }
  .p-petcourse-detail__feature .content li {
    width: auto;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .p-petcourse-detail__feature .content li:last-child {
    margin-bottom: 0;
  }
  .p-petcourse-detail__feature .content .box1 p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .p-petcourse-detail__curriculum {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .p-petcourse-detail__curriculum .heading {
    margin-bottom: 40px;
  }
  .p-petcourse-detail__curriculum .heading img {
    max-height: 80px;
    width: auto;
  }
  .p-petcourse-detail__curriculum .content {
    border-width: 3px;
    padding: 30px 15px;
    /*margin-bottom: 50px;*/
  }
  .p-petcourse-detail__curriculum .content .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  .p-petcourse-detail__curriculum .content .title span {
    margin-right: 0;
    margin-bottom: 4px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .p-petcourse-detail__curriculum .content .title span:first-letter {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .p-petcourse-detail__curriculum .content .title span:before {
    display: none;
  }
  .p-petcourse-detail__curriculum .content .title strong {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4;
    margin-top: 0;
  }
  .p-petcourse-detail__curriculum .content .timetable {
    display: block;
    margin-bottom: 60px;
  }
  .p-petcourse-detail__curriculum .content .timetable-title {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .p-petcourse-detail__curriculum .content .curriculum-title .l {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-petcourse-detail__curriculum .content .curriculum-content ul {
    display: block;
  }
  .p-petcourse-detail__curriculum .content .curriculum-content li {
    width: auto;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .p-petcourse-detail__curriculum .content .curriculum-content li:last-child {
    margin-bottom: 0;
  }
  .p-petcourse-detail__curriculum .content .curriculum-content .box1 .t {
    font-size: 20px;
    font-size: 2rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .p-petcourse-detail__curriculum .content .curriculum-content .box1 p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .p-petcourse-detail__curriculum .topics-heading {
    display: block;
    margin-bottom: 30px;
  }
  .p-petcourse-detail__curriculum .topics-heading .h {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
  }
  .p-petcourse-detail__curriculum .topics-heading .h span {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .p-petcourse-detail__curriculum .topics-heading .h span img {
    width: 150px;
  }
  .p-petcourse-detail__curriculum .topics-heading .h strong {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
  }
  .p-petcourse-detail__curriculum .topics-heading .lead {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .p-petcourse-detail__message {
    /*padding-top: 60px;*/
  }
  .p-petcourse-detail__message .wrap {
    display: block;
  }
  .p-petcourse-detail__message .block1 {
    width: auto;
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 40px;
  }
  .p-petcourse-detail__message .block1 .heading .en {
    margin-bottom: 10px;
  }
  .p-petcourse-detail__message .block1 .heading .en img {
    width: 150px;
  }
  .p-petcourse-detail__message .block1 .heading .h {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .p-petcourse-detail__message .block1 > p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .p-petcourse-detail__message .block1 .profile {
    padding-left: 0;
    margin-top: 30px;
    text-align: center;
  }
  .p-petcourse-detail__message .img1 {
    width: auto;
    text-align: center;
  }
  .p-petcourse-detail__interview {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-petcourse-detail__interview .wrap {
    display: block;
  }
  .p-petcourse-detail__interview .block1 {
    width: auto;
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 40px;
  }
  .p-petcourse-detail__interview .block1 .heading .en {
    margin-bottom: 10px;
  }
  .p-petcourse-detail__interview .block1 .heading .en img {
    width: 187px;
  }
  .p-petcourse-detail__interview .block1 .heading .h {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .p-petcourse-detail__interview .block1 .lead {
    font-size: 20px;
    font-size: 2rem;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .p-petcourse-detail__interview .block1 > p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .p-petcourse-detail__interview .block1 .profile {
    padding: 15px;
    margin-top: 20px;
  }
  .p-petcourse-detail__interview .block1 .profile .company {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-petcourse-detail__interview .block1 .profile .job {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-petcourse-detail__interview .block1 .profile .name {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-petcourse-detail__interview .block1 .profile .name span {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .p-petcourse-detail__interview .img1 {
    width: auto;
    text-align: center;
  }
}