/****************************************

Uniqueクラス

*****************************************/
/* =============================================
TOPサービス
============================================= */
.top_service_flex {
  width: 80%;
  max-width: 1072px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.top_service_img {
  width: 39vw;
}

@media screen and (max-width: 960px) {
  .top_service_flex {
    width: 100%;
  }

  .top_service_img {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    margin-bottom: 60px;
  }
}

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

/* =============================================
TOP心電図
============================================= */
.ly_topWrapper .bl_ecg {
  width: 100%;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}

/* =============================================
TOPコンタクト
============================================= */
.el_mainTtl.un_topContact {
  padding: 60px 0 50px;
  background: url(../img/common/contact.png) center no-repeat;
  background-size: cover;
  color: white;
  font-size: 80px;
}

.el_mainTtl__lower.un_topContact {
  margin-bottom: 0;
}

.el_mainTtl.un_topContact>h2 {
  font-size: 80px;
}

@media screen and (max-width: 960px) {
  .el_mainTtl.un_topContact>h2 {
    font-size: 60px;
  }
}

@media screen and (max-width: 560px) {
  .el_mainTtl.un_topContact {
    padding: 30px 0 0;
  }

  .el_mainTtl>p {
    font-size: 16px;
  }
  .el_mainTtl.un_topContact>h2 {
    font-size: 60px;
  }
}

/* =============================================
About Us
============================================= */
.un_aboutus {
  margin-top: 70px;
  text-align: right;
}

.un_aboutus_name {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 30px;
}

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

@media screen and (max-width: 560px) {
  .un_aboutus {
    margin-top: 30px;
  }

  .un_aboutus_name {
    font-size: 25px;
    line-height: 1;
  }
}

/* =============================================
サービス
============================================= */
@media screen and (max-width: 1000px) {
  .un_serviceHow.hp_wd_70 {
    width: 80%;
  }

  .un_serviceHow .bl_mediaFlex {
    gap: 45px;
  }

  .un_serviceHow .bl_mediaFlex img {
    width: 40%;
  }
}

@media screen and (max-width: 560px) {
  .un_serviceHow .bl_mediaFlex img {
    width: 100%;
  }
}


/* =============================================
利用者の声
============================================= */
.un_review {
  padding: 60px 0 100px;
  background-color: #F7F7F7;
}

/* =============================================
WPの記事
============================================= */
.wp-block-image {
  margin: 30px auto;
}

/* 記事リンク */
.un_singleLink {
  display: flex;
}

.un_singleLink>li {
  width: calc(100%/3);

}

.un_singleLink a {
  color: #F1969C;
}

/* =============================================
ココロミル検査結果のみかた
============================================= */
/* 動画 */
.un_video {
  margin: 0 auto;
  margin-top: 80px;
  width: 80%;
  max-width: 800px;
  padding-top: 30px;
  text-align: center;
}

.un_video.el_pinkBox>.el_boldTxt {
  text-align: center;
  margin-bottom: 30px;
}

.un_video iframe {
  width: 80%;
}

.un_video.el_pinkBox {
  width: 100%;
  padding: 30px 0;
}

@media screen and (max-width: 960px) {
  .un_video {
    width: 90%;
  }
}

@media screen and (max-width: 560px) {
  .un_video iframe {
    width: 100%;
  }

  .un_video.el_pinkBox {
    padding: 15px;
  }
}

.un_resume {
  padding: 40px 0;
  text-align: center;
}

.un_resume_ttl {
  margin-bottom: 30px;
  font-size: 25px;
  color: #F1969C;
}

.un_resume_cont {
  display: flex;
  justify-content: space-between;
}

.un_resume_cont p {
  width: 25%;
  border-bottom: 1px solid #575757;
}

.un_resume_cont a {
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

/* レポートの見方 */
.un_report3Colums {
  display: flex;
  justify-content: space-between;
}

.un_report3Colums_item {
  width: 30%;
}

@media screen and (max-width: 960px) {
  .un_report3Colums {
    display: block;
  }

  .un_report3Colums_item {
    width: 100%;
  }

  .un_report3Colums_item p:nth-child(2) {
    margin-bottom: 30px;
  }
}

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

/* =============================================
学ぶページ
============================================= */

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

@media screen and (max-width: 560px) {
  .un_howtoDetail.hp_pdt_150 {
    padding-top: 30px;
  }
}

/* =============================================
お問い合わせ
============================================= */
.un_contact_txt {
  text-align: center;
}

.un_contact_txt .el_smallTtl {
  margin-bottom: 30px;
  color: black;
}

/* =============================================
シングルページ
============================================= */
.un_single a {
  color: #F1969C;
  border-bottom: 1px solid #F1969C;
}

/* =============================================
私たちについて
============================================= */
.un_aboutus_txt {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

/* =============================================
動物医療
============================================= */
.un_animal_btnArea {
  max-width: 700px;
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
}

.un_animal_btn {
  width: 45%;
  min-width: 300px;
  height: 100%;
  padding: 13px 25px;
  background: #F1969C;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: white;
  font-size: 15px;
}
.un_animal_btn a{
  color: white;
}

@media screen and (max-width: 960px) {
  .un_animal_btnArea {
    display: block;
  }
  .un_animal_btn img {
    height: 30px;
  }
  .un_animal_btn {
    min-width: inherit;
    max-width: 300px;
    width: 80%;
    margin: 0 auto 15px;
  }
}

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

.un_animal_img {
  max-width: 700px;
  margin: 0 auto 80px;
  width: 100%;
  padding-top: 51%;
  background: center center no-repeat url(../img/animal/animal.png);
  background-size: cover;
  border-radius: 30px;
}

.un_animal_box {
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.un_animal_box__rev {
  flex-direction: row-reverse;
}

.un_animal_box_txt h4 {
  padding-left: 80px;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 500;
  position: relative;
}

.un_animal_box_txt h4::before {
  content: "1";
  width: 60px;
  height: 60px;
  font-size: 39px;
  color: white;
  background-color: #F1969C;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.un_animal_box_txt .un_animal_box_txt_2::before{
  content: "2";
}
.un_animal_box_txt .un_animal_box_txt_3::before{
  content: "3";
}

.un_animal_box_img {
  max-width: 320px;
}

.un_animal_box .un_animal_btn {
  margin-top: 30px;
}
@media screen and (max-width: 960px) {
  .un_animal_box{
    display: block;
  }
  .un_animal_box_img{
    margin: 25px auto 0;
    max-width: 450px;
  }
}
@media screen and (max-width: 560px) {
  .un_animal_box{
    margin-bottom: 60px;
  }
  .un_animal_box_txt h4 {
    margin-bottom: 15px;
  }
}