@charset "utf-8";

/*************************************
/* トップページ
*************************************/

.p-homeBlog{
  background: #E2EDD5;
  padding: 10px 15px;
  min-height: 80px;
}
.p-homeBlog__wrap{
  background: url(../img/home/blog_bg_sp.png) no-repeat center/contain;
  max-width: 297px;
  margin: 0 auto;
  position: relative;
  display: block;

  animation: blog-float 2s linear infinite;
  transform-origin: 50% 50%;
}
.p-homeBlog__wrap:before{
  content: '';
  display: block;
  padding-top: 49%;
}

@keyframes blog-float {
  0% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(-6px)
  }
  100% {
    transform: translateY(0)
  }
}

.p-homeBlog__ttl{
  position: absolute;
  top: 20%;
  left: 15px;
  width: calc(100% - 30px);
  text-align: center;
  font-size: 0;
}
.p-homeBlog__inner{
  position: absolute;
  top: 40%;
  background: #fff;
  width: calc(100% - 30px);
  left: 15px;
  height: 40%;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.p-homeBlog__txt {
  overflow: hidden;
  line-height: 1.5;
  max-height: 40px;
}
.p-homeLead{
  background: #FAFAFA;
  position: relative;
}
.p-homeLead:before{
  content: '';
  width: 100%;
  background: url(../img/home/lead_bg1.png) no-repeat bottom/100% 100% #E2EDD5;
  padding-top: 7.2%;
  display: block;
  margin-bottom: 10px;
}
.p-homeLead:after{
  content: '';
  width: 100%;
  background: url(../img/home/lead_bg2.png) no-repeat bottom/100% 100% #E2EDD5;
  padding-top: 2%;
  display: block;
  margin-top: 40px;
}
.p-homeLead__ttl{
  line-height: 1.4;
  font-size: 26px;
  color: #8AC323;
  margin-bottom: 20px;
  font-weight: 500;
}
.p-homeLead__subTtl{
  line-height: 1.3;
  color: #724B36;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
}
.p-homeLead__cnt{
  margin-bottom: 20px;
}
.p-homeLead__img{
  display: block;
  margin: 0 auto 30px;
}
.p-homePromiseToc__ttl{
  text-align: center;
  margin-bottom: 5px;
}
.p-homePromiseToc__ttl img{
  display: block;
  margin: 0 auto;
}
.p-homePromiseToc__list{
  font-size: 0;
  letter-spacing: 0;
}
.p-homePromiseToc__item{
  position: relative;
  display: inline-block;
  width: 45%;
}
.p-homePromiseToc__item:nth-child(1){
  margin-right: 10%;
}
.p-homePromiseToc__item:nth-child(3){
  display: block;
  margin: -7% auto;
}
.p-homePromiseToc__item:nth-child(4){
  margin-right: 10%;
}
.p-homePromiseToc__item a{
  display: block;
}
.p-homePromiseToc__item:nth-child(1) a{
  background: url(../img/home/promiseToc_bg1.png) no-repeat center/contain;
}
.p-homePromiseToc__item:nth-child(2) a{
  background: url(../img/home/promiseToc_bg2.png) no-repeat center/contain;
}
.p-homePromiseToc__item:nth-child(3) a{
  background: url(../img/home/promiseToc_bg3.png) no-repeat center/contain;
}
.p-homePromiseToc__item:nth-child(4) a{
  background: url(../img/home/promiseToc_bg4.png) no-repeat center/contain;
}
.p-homePromiseToc__item:nth-child(5) a{
  background: url(../img/home/promiseToc_bg5.png) no-repeat center/contain;
}
.p-homePromiseToc__item a:before{
  content: '';
  display: block;
  padding-top: 100%;
}
.p-homePromiseToc__itemTtl{
  position: absolute;
  font-family: 'Montserrat', sans-serif;
  font-size: calc((100vw - 30px) / 28);
  left: 0;
  line-height: 1;
  width: 100%;
  text-align: center;
  top: 17%;
  color: #555;
  background: url(../img/home/promiseToc_arrow.png) no-repeat right 18% center/7%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-homePromiseToc__itemTtl em{
  font-size: calc((100vw - 30px) / 16);
  margin: 0 5% 0 2%;
}
.p-homePromiseToc__itemTxt{
  position: absolute;
  font-size: calc((100vw - 30px) / 22);
  left: 0;
  line-height: 1.4;
  width: 100%;
  text-align: center;
  height: 4em;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 17%;
  font-weight: 500;
}
.p-homePromise{
  margin-bottom: 50px;
  overflow: hidden;
}
.p-homePromise_item{
  position: relative;
}
.p-homePromise_item:nth-child(1){
  padding: 130px 0 20px;
}
.p-homePromise_item:nth-child(2){
  padding: 100px 0 20px;
}
.p-homePromise_item:nth-child(3){
  padding: 115px 0 20px;
}
.p-homePromise_item:nth-child(4){
  padding: 140px 0 20px;
}
.p-homePromise_item:nth-child(5){
  padding-top: 100px;
}
.p-homePromise_item:before{
  content: '';
  position: absolute;
  width: 153px;
  height: 137px;
  z-index: -1;
}
.p-homePromise_item:nth-child(1):before{
  background: url(../img/home/promiseItem_bg1.png) no-repeat center/contain;
  width: 188px;
  height: 171px;
  top: 0;
  left: 0;
}
.p-homePromise_item:nth-child(2):before{
  background: url(../img/home/promiseItem_bg2.png) no-repeat center/contain;
  right: 0;
  bottom: 40px;
}
.p-homePromise_item:nth-child(3):before{
  background: url(../img/home/promiseItem_bg3.png) no-repeat center/contain;
  right: 0;
  top: -40px;
}
.p-homePromise_item:nth-child(4):before{
  background: url(../img/home/promiseItem_bg4.png) no-repeat center/contain;
  left: 0;
  bottom: 40px;
}
.p-homePromise_item:nth-child(5):before{
  background: url(../img/home/promiseItem_bg5.png) no-repeat center/contain;
  left: 0;
  top: -40px;
}
.p-homePromise_ttl{
  color: #8AC323;
  font-size: 25px;
  line-height: 1.3;
  padding-left: 80px;
  margin-bottom: 20px;
  position: relative;
  font-weight: 500;
}
.p-homePromise_ttl span{
  background: url(../img/home/promiseItem_ttl.png) no-repeat center/contain;
  width: 73px;
  height: 77px;
  position: absolute;
  left: 0;
  bottom: -5px;
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  color: #434343;
  padding: 23px 0 0 15px;
}
.p-homePromise_ttl img{
  position: absolute;
}
.p-homePromise_item:nth-child(1) .p-homePromise_ttl img{
  left: 0;
  top: -75px;
  width: 327px;
}
.p-homePromise_item:nth-child(2) .p-homePromise_ttl img{
  left: 80px;
  top: -70px;
  width: 164px;
}
.p-homePromise_item:nth-child(3) .p-homePromise_ttl img{
  left: 0;
  top: -75px;
  width: 348px;
}
.p-homePromise_item:nth-child(4) .p-homePromise_ttl img{
  left: 20px;
  top: -90px;
  width: 276px;
}
.p-homePromise_item:nth-child(5) .p-homePromise_ttl img{
  right: 0;
  top: -55px;
  width: 161px;
}
.p-homePromise_img{
  display: block;
  margin: 0 auto 20px;
  max-width: 500px;
  position: relative;
}
.p-homePromise_img:before{
  content: '';
  position: absolute;
  z-index: 1;
}
.p-homePromise_item:nth-child(1) .p-homePromise_img:before{
  background: url(../img/home/promiseItem_deco1_sp.png) no-repeat center/contain;
  width: 93%;
  height: 18%;
  right: 0;
  bottom: -6%;
}
.p-homePromise_item:nth-child(2) .p-homePromise_img:before{
  background: url(../img/home/promiseItem_deco2_sp.png) no-repeat center/contain;
  width: calc(100% + 15px);
  height: 109%;
  left: -15px;
  top: -4%;
}
.p-homePromise_item:nth-child(3) .p-homePromise_img:before{
  background: url(../img/home/promiseItem_deco3_sp.png) no-repeat center/contain;
  width: 13%;
  height: 105%;
  left: -15px;
  top: 0;
}
.p-homePromise_item:nth-child(4) .p-homePromise_img:before{
  background: url(../img/home/promiseItem_deco4_sp.png) no-repeat center/contain;
  width: calc(100% + 20px);
  height: 24%;
  left: -15px;
  top: -5%;
}
.p-homePromise_item:nth-child(5) .p-homePromise_img:before{
  background: url(../img/home/promiseItem_deco5_sp.png) no-repeat center/contain;
  width: 30%;
  height: 45%;
  right: -15px;
  bottom: -2%;
}
.p-homePromise_img img{
  width: 100%;
}
.p-homePromise_txt{
  font-size: 13px;
  margin-bottom: 40px;
}
.p-homePromise__btn{
  max-width: 400px;
  margin: 0 auto;
}

@media screen and (min-width:480px) {
  .p-homePromiseToc__list{
    max-width: 410px;
    margin: 0 auto;
  }
  .p-homePromiseToc__itemTtl{
    font-size: 12px;
  }
  .p-homePromiseToc__itemTtl em{
    font-size: 28px;
  }
  .p-homePromiseToc__itemTxt{
    font-size: 20px;
  }
}

@media screen and (min-width:768px) {
  .p-homeBlog__wrap{
    background: url(../img/home/blog_bg_pc.png) no-repeat center/contain;
    width: 240px;
    height: 194px;
  }
  .p-homeBlog__wrap:before{
    content: none;
  }
  .p-homeBlog__ttl{
    top: 15px;
    left: 30px;
    width: calc(100% - 60px);
  }
  .p-homeBlog__ttl img{
    margin: 0 auto;
  }
  .p-homeBlog__inner{
    width: calc(100% - 60px);
    left: 30px;
    height: 60px;
    top: 95px;
  }
  .p-homeBlog__txt {
    font-size: 15px;
    max-height: 45px;
  }
}

@media screen and (min-width:1100px) {
  .p-homeBlog{
    position: relative;
    padding: 0;
    height: 90px;
  }
  .p-homeBlog__wrap{
    position: absolute;
    right: 70px;
    top: -100px;
  }
  .p-homeBlog__wrap:hover{
    opacity: 0.7;
  }
  .p-homeBlog__wrap:hover img{
    opacity: 1;
  }
  .p-homeBlog__link:hover{
    text-decoration: underline;
  }
  .p-homeLead__img {
    position: absolute;
    right: 15px;
    top: -10%;
    width: 35%;
  }
  .p-homeLead__cnt {
    width: 60%;
    margin-bottom: 8%;
  }
  .p-homePromiseToc__ttl img{
    margin: 0;
    width: 550px;
  }
  .p-homePromiseToc__list{
    max-width: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .p-homePromiseToc__item{
    width: 19%;
  }
  .p-homePromiseToc__item a{
    transition: all .2s;
    top: 0;
    position: relative;
  }
  .p-homePromiseToc__item:nth-child(1){
    margin: 0;
  }
  .p-homePromiseToc__item:nth-child(2){
    margin: 0 0 40px;
  }
  .p-homePromiseToc__item:nth-child(3){
    margin: 0;
  }
  .p-homePromiseToc__item:nth-child(4){
    margin: 40px 0 0;
  }
  .p-homePromiseToc__item:nth-child(5){
    margin: 0;
  }
  .p-homePromiseToc__item a:hover{
    top: -10px;
    opacity: 0.8;
  }
  .p-homePromise{
    margin-bottom: 130px;
  }
  .p-homePromise_item{
    overflow: initial;
  }
  .p-homePromise_item:nth-child(1){
    padding-top: 200px;
  }
  .p-homePromise_item:nth-child(2){
    padding-top: 150px;
  }
  .p-homePromise_item:nth-child(3){
    padding-top: 160px;
  }
  .p-homePromise_item:nth-child(4){
    padding: 190px 0 40px;
  }
  .p-homePromise_item:nth-child(5){
    margin-top: 0;
  }
  .p-homePromise_item:nth-child(1):before{
    width: 518px;
    height: 471px;
  }
  .p-homePromise_item:nth-child(2):before{
    width: 421px;
    height: 378px;
  }
  .p-homePromise_item:nth-child(3):before{
    width: 421px;
    height: 378px;
  }
  .p-homePromise_item:nth-child(4):before{
    width: 421px;
    height: 378px;
    bottom: -100px;
  }
  .p-homePromise_item:nth-child(5):before{
    width: 421px;
    height: 378px;
    top: 100px;
  }
  .p-homePromise_ttl{
    width: 48%;
    margin-bottom: 25px;
    font-size: 30px;
    padding-left: 95px;
  }
  .p-homePromise_item:nth-child(1) .p-homePromise_ttl{
    float: right;
  }
  .p-homePromise_item:nth-child(2) .p-homePromise_ttl{
    float: left;
    margin-top: 45px;
  }
  .p-homePromise_item:nth-child(3) .p-homePromise_ttl{
    float: right;
    margin-top: 45px;
  }
  .p-homePromise_item:nth-child(4) .p-homePromise_ttl{
    float: left;
  }
  .p-homePromise_item:nth-child(5) .p-homePromise_ttl{
    float: right;
  }
  .p-homePromise_ttl span{
    width: 85px;
    height: 90px;
    font-size: 28px;
    padding: 27px 0 0 20px;
  }
  .p-homePromise_item:nth-child(1) .p-homePromise_ttl img{
    width: 436px;
    height: 99px;
    left: 40px;
    top: -95px;
  }
  .p-homePromise_item:nth-child(2) .p-homePromise_ttl img{
    width: 235px;
    height: 89px;
    left: 100px;
    top: -95px;
  }
  .p-homePromise_item:nth-child(3) .p-homePromise_ttl img{
    width: 465px;
    height: 123px;
    top: -140px;
  }
  .p-homePromise_item:nth-child(4) .p-homePromise_ttl img{
    width: 395px;
    height: 121px;
    left: 95px;
    top: -122px;
  }
  .p-homePromise_item:nth-child(5) .p-homePromise_ttl img{
    width: 230px;
    height: 87px;
    right: 15px;
    top: -80px;
  }
  .p-homePromise_img{
    width: 48%;
    margin: 0;
  }
  .p-homePromise_item:nth-child(1) .p-homePromise_img,
  .p-homePromise_item:nth-child(3) .p-homePromise_img,
  .p-homePromise_item:nth-child(5) .p-homePromise_img{
    float: left;
  }
  .p-homePromise_item:nth-child(2) .p-homePromise_img,
  .p-homePromise_item:nth-child(4) .p-homePromise_img{
    float: right;
  }
  .p-homePromise_img:before{
    z-index: 0;
  }
  .p-homePromise_item:nth-child(1) .p-homePromise_img:before{
    background: url(../img/home/promiseItem_deco1_pc.png) no-repeat center/contain;
    width: 156px;
    height: 52px;
    right: -100px;
    bottom: -30px;
  }
  .p-homePromise_item:nth-child(2) .p-homePromise_img:before{
    background: url(../img/home/promiseItem_deco2_pc.png) no-repeat center/contain;
    width: 414px;
    height: 455px;
    left: -600px;
    top: -45px;
  }
  .p-homePromise_item:nth-child(3) .p-homePromise_img:before{
    background: url(../img/home/promiseItem_deco3_pc.png) no-repeat center/contain;
    width: 616px;
    height: 78px;
    left: 391px;
    top: 320px;
  }
  .p-homePromise_item:nth-child(4) .p-homePromise_img:before{
    background: url(../img/home/promiseItem_deco4_pc.png) no-repeat center/contain;
    width: 255px;
    height: 67px;
    left: -212px;
    top: 333px;
  }
  .p-homePromise_item:nth-child(5) .p-homePromise_img:before{
    background: url(../img/home/promiseItem_deco5_pc.png) no-repeat center/contain;
    width: 298px;
    height: 70px;
    right: 190px;
    bottom: -55px;
    z-index: 1;
  }
  .p-homePromise_cnt{
    width: 48%;
  }
  .p-homePromise_item:nth-child(1) .p-homePromise_cnt,
  .p-homePromise_item:nth-child(3) .p-homePromise_cnt,
  .p-homePromise_item:nth-child(5) .p-homePromise_cnt{
    float: right;
  }
  .p-homePromise_item:nth-child(2) .p-homePromise_cnt,
  .p-homePromise_item:nth-child(4) .p-homePromise_cnt{
    float: left;
  }
  .p-homePromise_txt{
    font-size: 15px;
    margin-bottom: 50px;
  }
  .p-homePromise__btn{
    width: 257px;
    margin: 0;
  }
  .p-homePromise_item:nth-child(1) .p-homePromise__btn{
    margin-left: auto;
  }
}

@media screen and (min-width:1400px) {
  .p-homeBlog__wrap {
    top: -190px;  }
}

@media screen and (min-width:1600px) {
  .p-homeBlog__wrap {
    right: 120px;
  }
  .p-homePromise_item:nth-child(1):before{
    width: 943px;
    height: 857px;
  }
  .p-homePromise_item:nth-child(2):before{
    width: 766px;
    height: 688px;
  }
  .p-homePromise_item:nth-child(3):before{
    width: 766px;
    height: 688px;
  }
  .p-homePromise_item:nth-child(4):before{
    width: 766px;
    height: 688px;
  }
  .p-homePromise_item:nth-child(5):before{
    width: 766px;
    height: 688px;
  }
}

/*************************************
* ご挨拶
*************************************/

.p-greetingLead__ttl{
  font-size: 20px;
  color: #8AC323;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: 500;
}
.p-greetingLead__cnt{
  margin-bottom: 50px;
}
.p-greetingLead__img{
  display: block;
  margin: 0 auto 20px;
  max-width: 280px;
}
.p-greetingCareer,
.p-greetingPosition{
  border-radius: 14px;
  position: relative;
  z-index: 1;
  padding: 20px 20px 40px;
}
.p-greetingCareer{
  background: #E2EDD5;
  margin-bottom: 25px;
}
.p-greetingPosition{
  background: #DCECE5;
}
.p-greetingCareer__ttl,
.p-greetingPosition__ttl{
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
}
.p-greetingCareer__ttl{
  background: url(../img/greeting/career_ttl.png) no-repeat bottom/auto 17px;
}
.p-greetingPosition__ttl{
  background: url(../img/greeting/position_ttl.png) no-repeat bottom/auto 17px;
}
.p-greetingCareer__list{
  border-top: 2px #8AC323 dotted;
}
.p-greetingPosition__list{
  border-top: 2px #1BC6BF dotted;
}
.p-greetingCareer__item,
.p-greetingPosition__item{
  padding: 10px 5px;
}
.p-greetingCareer__item{
  border-bottom: 2px #8AC323 dotted;
}
.p-greetingPosition__item{
  border-bottom: 2px #1BC6BF dotted;
}

@media screen and (min-width:1100px) {
  .p-greetingLead__ttl{
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 30px;
    width: 49%;
    text-align: left;
  }
  .p-greetingLead__cnt{
    position: absolute;
    right: 0;
    top: 200px;
    width: 49%;
  }
  .p-greetingLead__img{
    width: 48%;
    margin: 0 0 60px;
    max-width: 100%;
  }
  .p-greetingRow{
    display: flex;
    justify-content: space-between;
  }
  .p-greetingCareer,
  .p-greetingPosition{
    width: 48%;
    padding: 20px 35px 40px;
  }
  .p-greetingCareer{
    margin-bottom: 0;
  }
  .p-greetingCareer__ttl,
  .p-greetingPosition__ttl{
    background-size: auto;
    font-size: 24px;
  }
  .p-greetingCareer__ttl{
  }
  .p-greetingCareer__list,
  .p-greetingPosition__list{
    font-size: 15px;
  }
}

/*************************************
* 医院あんない
*************************************/

.p-info__loop{
  background: url(../img/information/info_loop_sp.jpg) repeat-x;
  animation: info-loop 60s linear infinite;
  height: 233px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

@keyframes info-loop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1794px 0;
  }
}

.p-info__ttl{
  margin-bottom: 30px;
}
.p-info__lead {
  font-size: 16px;
  color: #724B36;
  font-weight: 500;
  margin-bottom: 30px;
}
.p-info__imageList {
  max-width: 350px;
  margin: 0 auto;
}
.p-info__imageItem:not(:last-child){
  margin-bottom: 20px;
}
.p-info__imageItem img{
  width: 100%;
  border-radius: 12px;
}
.p-info__imageDesc {
  text-align: center;
  margin-top: 5px;
}
.p-info__txt {
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width:1100px) {
  .p-info__loop{
    background: url(../img/information/info_loop_pc.jpg) repeat-x;
    height: 361px;
  }

  @keyframes staff-loop {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -2159px 0;
    }
  }

  .p-info__lead {
    font-size: 17px;
    text-align: center;
    margin-bottom: 60px;
  }
  .p-info__imageList {
    display: flex;
    max-width: none;
  }
  .p-info__imageItem {
    width: 100%;
    flex: 1;
  }
  .p-info__imageItem:not(:last-child){
    margin-right: 25px;
  }
  .p-info__imageDesc {
    font-size: 15px;
  }
  .p-info__txt {
    font-size: 15px;
    text-align: center;
  }
}

/*************************************
* 診療内容
*************************************/

.p-medical__ttl{
  margin-bottom: 30px;
}
.p-medical__grid{
  display: flex;
  flex-wrap: wrap;
}
.p-medical__block{
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.p-medical__img{
  display: block;
  margin: 0 auto;
}
.p-medical__img + .p-medical__img{
  margin-top: 20px;
}
.p-medical__block--order1{
  order: 1;
}
.p-medical__block--order2{
  order: 2;
}
.p-medical__block--order3{
  order: 3;
}
.p-medical__block--order4{
  order: 4;
}
.p-medical__block--borderTop{
  padding-top: 25px;
  overflow: hidden;
}
.p-medical__block--borderTop:before{
  content: '';
  width: 100%;
  top: 0;
  position: absolute;
  border-top: 2px #707070 dotted;
}
.p-medical__img--radius{
  border-radius: 12px;
}
.p-medicalGeneral__lead{
  font-size: 16px;
  color: #724B36;
  font-weight: 500;
  margin-bottom: 25px;
}
.p-medicalGeneral__itemTtl{
  font-size: 18px;
  color: #8AC323;
  font-weight: 500;
  margin: 30px 0 5px;
}
.p-medicalImplant__inner{
  background: #fff;
  border-radius: 14px;
  padding: 30px 20px;
}
.p-medicalImplant__ttl{
  background: url(../img/medical/implant_ttl.png) no-repeat center/contain;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 10px 0 20px;
  margin-bottom: 20px;
}
.p-medicalImplant__img{
  text-align: center;
}
.p-medicalImplant__img img{
  margin-bottom: 20px;
}
.p-medicalImplant__itemTtl{
  font-size: 18px;
  color: #8AC323;
  font-weight: 500;
  margin: 20px 0 5px;
}
.p-medicalMouthpiece__head{
  display: flex;
  flex-flow: column-reverse;
  align-items: center;
}
.p-medicalMouthpiece__ttl{
  margin-top: 20px;
}
.p-medicalMouthpiece__img{
  margin-bottom: 70px;
}
.p-medicalMouthpiece__img img{
  display: block;
  margin: 0 auto 20px;
}
.p-medicalWhitening__inner{
  background: rgba(255,255,255,0.6);
  border-radius: 12px;
  border: 2px #8AC323 dotted;
  padding: 20px 30px;
}
.p-medicalWhitening__ttl{
  font-size: 18px;
  color: #8AC323;
  font-weight: 500;
  margin-bottom: 5px;
}
.p-medicalWhitening__list{
  margin-bottom: 1em;
}
.p-medicalWhitening__item{
  padding-left:1em;
  text-indent:-1em;
}
.p-medicalWhitening__item:before{
  content: '\025ce';
}

@media screen and (min-width:1100px) {
  .p-medical__ttl{
    margin-bottom: 50px;
  }
  .p-medical__grid{
    column-count: 2;
    column-gap: 0;
    display: block;
  }
  .p-medical__flex{
    display: flex;
  }
  .p-medical__block{
    margin-bottom: 0;
    page-break-inside: avoid;
    break-inside: avoid;
    font-size: 15px;
  }
  .p-medical__flex .p-medical__block{
    width: 50%;
  }
  .p-medical__block--left{
    padding-right: 50px;
  }
  .p-medical__block--right{
    padding-left: 50px;
  }
  .p-medical__block--borderTop{
    margin-top: 25px;
  }
  .p-medical__img--right{
    margin-left: auto;
    margin-right: 0;
  }
  .p-medical__img--left{
    margin-right: auto;
    margin-left: 0;
  }
  .p-medical__img--spaceTop{
    padding-top: 30px;
  }
  .p-medicalGeneral__lead{
    text-align: center;
  }
  .p-medicalImplant__inner{
    padding: 45px 35px;
    margin-top: 30px;
  }
  .p-medicalImplant__ttl{
    background-position: left;
    font-size: 25px;
    float: left;
    width: 370px;
    margin-bottom: 0;
  }
  .p-medicalImplant__img{
    float: right;
    width: 36%;
    margin-top: 20px;
  }
  .p-medicalImplant__list{
    float: left;
    width: 60%;
  }
  .p-medicalMouthpiece__head{
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }
  .p-medicalMouthpiece__ttl{
    margin: 0;
    width: 125px;
  }
  .p-medicalMouthpiece__txt{
    width: calc(100% - 150px);
  }
  .p-medicalMouthpiece__img{
    display: flex;
    justify-content: space-between;
  }
  .p-medicalMouthpiece__img img{
    margin: 0;
  }
  .p-medicalWhitening__inner{
    margin-top: 30px;
  }
}

/*************************************
* アクセス
*************************************/

.p-accessLead__inner{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start
}
.p-accessLead__img {
  margin-bottom: 20px;
  align-self: flex-start;
  border-right: 12px;
}
.p-accessLead__logo {
  padding: 0 15px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
.p-accessLead__address {
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
.p-accessLead__point {
  margin: 0 -10px 20px;
  width: calc(100% + 20px);
  order: 1;
}
.p-accessLead__time{
  order: 2;
}
.p-accessLead__timeTable {
  margin-bottom: 10px;
}
.p-accessLead__timeTxt {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.p-accessLead__tel {
  position: relative;
  z-index: 1;
  order: 3;
  width: 100%;
}
.p-accessRoute__ttl{
  color: #8AC323;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  font-size: 22px;
  margin-bottom: 30px;
}
.p-accessRoute__list{
  max-width: 400px;
  margin: 0 auto;
  counter-reset: number;
}
.p-accessRoute__item:not(:last-child){
  margin-bottom: 30px;
}
.p-accessRoute__img{
  margin-bottom: 15px;
}
.p-accessRoute__img img{
  width: 100%;
  border-radius: 12px;
}
.p-accessRoute__txt{
  position: relative;
  padding-left: 50px;
  line-height: 1.5;
  min-height: 42px;
}
.p-accessRoute__txt:before{
  font-family: 'Montserrat', sans-serif;
  content: counter(number);
  counter-increment: number;
  position: absolute;
  width: 44px;
  height: 44px;
  background: url(../img/access/ttl.png) no-repeat center/contain;
  color: #fff;
  font-size: 24px;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 44px;
}
.p-accessPark:before {
  content: none;
}
.p-accessPark__ttl {
  color: #8AC323;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
  font-size: 22px;
  margin-bottom: 30px;
}
.p-accessPark__lead {
  color: #724B36;
  margin-bottom: 20px;
}
.p-accessPark__img{
  max-width: 400px;
  margin: 0 auto;
}
.p-accessPark__img img{
  width: 100%;
  border-radius: 12px;
}
.p-accessPark__txt{
  margin-top: 15px;
}

@media screen and (min-width:1100px) {
  .p-accessLead__inner{
    display: block;
  }
  .p-accessLead__img {
    margin-bottom: 40px;
  }
  .p-accessLead__logo {
    float: left;
    width: 50%;
    text-align: left;
    padding: 0;
  }
  .p-accessLead__address {
    text-align: left;
    width: 50%;
  }
  .p-accessLead__point {
    float: right;
    width: 50%;
    margin: 0;
    position: relative;
    margin: -130px 0 20px;
  }
  .p-accessLead__time {
    float: right;
    width: 50%;
  }
  .p-accessLead__tel {
    float: left;
    width: 50%;
    justify-content: flex-start;
  }
  .p-accessLead__telNumber{
    margin-left: 15px;
  }
  .p-accessRoute__ttl {
    font-size: 30px;
    text-align: left;
  }
  .p-accessRoute__list{
    display: flex;
    max-width: none;
    justify-content: space-between;
  }
  .p-accessRoute__item {
    position: relative;
  }
  .p-accessRoute__item:not(:last-child){
    margin: 0;
  }
  .p-accessRoute__img{
    position: relative;
  }
  .p-accessRoute__img:before{
    content: '';
    display: block;
  }
  .p-accessRoute__img img{
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    position: absolute;
    right: 0;
    top: 0;
  }
  .p-accessRoute__txt{
    position: static;
    font-size: 15px;
    padding: 0;
  }
  .p-accessRoute__txt:before{
    left: -12px;
    top: -12px;
  }
  .p-accessRoute__item{
    width: calc(25% - 17px);
  }
  .p-accessRoute__ttl{
    margin-bottom: 50px;
  }
  .p-accessRoute__img:before{
    padding-top: 100%;
  }
  .p-accessRoute__item:last-child .p-accessRoute__img img{
    width: auto;
  }
  .p-accessPark__inner {
    float: left;
    width: 46%;
    padding-right: 80px;
  }
  .p-accessPark__ttl {
    font-size: 30px;
    text-align: left;
  }
  .p-accessPark__lead {
    font-size: 16px;
  }
  .p-accessPark__img {
    float: right;
    width: 54%;
    max-width: 100%;
  }
}

/*************************************
* スタッフ募集
*************************************/

.p-staffLead{
  overflow: hidden;
}
.p-staffLead__ttl{
  font-size: 20px;
  color: #8AC323;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: 500;
}
.p-staffLead__cnt{
  margin-bottom: 50px;
  color: #724B36;
  font-weight: 500;
}
.p-staffLead__loop{
  background: url(../img/staff/lead_loop_sp.jpg) repeat-x;
  animation: staff-loop 60s linear infinite;
  height: 233px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

@keyframes staff-loop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1794px 0;
  }
}

.p-staffLead__img img{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
  max-width: none;
}
.p-staffSummary__ttl{
  text-align: center;
  font-size: 25px;
  margin-bottom: 20px;
  color: #724B36;
  font-weight: 500;
}
.staffSummary__cnt{
  width: 100%;
  border-bottom: 1px #434343 solid;
  position: relative;
  z-index: 1;
}
.staffSummary__cnt th{
  display: block;
  border-top: 1px #434343 solid;
  border-bottom: 1px #434343 solid;
  text-align: center;
  padding: 5px 0;
  background: #E9F4F4;
}
.staffSummary__cnt td{
  display: block;
  padding: 12px 20px;
  background: #fff;
}

@media screen and (min-width:768px) {
  .staffSummary__cnt{
    width: 100%;
  }
  .staffSummary__cnt th{
    display: table-cell;
    border-top: 1px #434343 solid;
    border-bottom: none;
    width: 200px;
    vertical-align: middle;
    text-align: left;
    padding: 27px 25px;
  }
  .staffSummary__cnt td{
    display: table-cell;
    border-top: 1px #434343 solid;
    vertical-align: middle;
    padding: 27px 25px;
  }
}

@media screen and (min-width:1100px) {
  .p-staffLead__ttl{
    font-size: 30px;
    margin-bottom: 40px;
  }
  .p-staffLead__cnt{
    text-align: center;
  }
  .p-staffLead__loop{
    background: url(../img/staff/lead_loop_pc.jpg) repeat-x;
    height: 361px;
  }

  @keyframes staff-loop {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -2160px 0;
    }
  }

  .staffSummary__cnt th{
    width: 300px;
  }
}

/*************************************
* 404ページ
*************************************/

.p-notFound{
  padding: 70px 0;
}
.p-notFound__ttl{
  font-size: 20px;
  color: #8AC323;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 20px;
}
.p-notFound__txt{
  margin-bottom: 30px;
}
.p-notFound__btn{
  max-width: 400px;
  margin: 0 auto;
}

@media screen and (min-width:1100px) {
  .p-notFound{
    padding: 120px 0;
  }
  .p-notFound__ttl{
    font-size: 34px;
    margin-bottom: 40px;
  }
  .p-notFound__txt{
    text-align: center;
    margin-bottom: 50px;
  }
}

/*************************************
* 投稿一覧ページ
*************************************/

.p-archive__head{
  font-size: 18px;
  font-weight: 500;
  color: #8AC323;
  text-align: center;
  margin-bottom: 30px;
}
.p-archive__list{
  display: flex;
  flex-wrap: wrap;
}
.p-archive__item > a{
  display: block;
}
.p-archive__item--main{
  max-width: 500px;
  margin: 0 auto 40px;
}
.p-archive__item--main-last{
  background: url(../img/blog/archive_separator.png) no-repeat bottom/85px;
  padding-bottom: 55px;
}
.p-archive__item--sub{
  width: calc(50% - 8px);
  margin-bottom: 20px;
}
.p-archive__item--sub:nth-of-type(even){
  margin-right: 16px;
}
.p-archive__thumb{
  position: relative;
}
.p-archive__thumb:before{
  content: '';
  display: block;
  padding-top: 69%;
  margin-bottom: 10px;
}
.p-archive__item--sub .p-archive__thumb:before{
  padding-top: 86%;
}
.p-archive__thumb img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.p-archive__cat {
  background: #8AC323;
  color: #fff;
  font-size: 13px;
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 1.4;
  padding: 5px 10px;
}
.p-archive__thumb--new .p-archive__cat{
  padding-right: 65px;
}
.p-archive__new{
  background: #B10000;
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
}
.p-archive__meta{
  position: relative;
  padding-left: 95px;
  margin-bottom: 10px;
}
.p-archive__time{
  font-family: 'Montserrat', sans-serif;
  color: #8AC323;
  font-size: 13px;
  border-left: 1px #8AC323 solid;
  border-right: 1px #8AC323 solid;
  position: absolute;
  left: 0;
  top: 2px;
  line-height: 1;
  width: 85px;
  text-align: center;
}
.p-archive__author{
  font-size: 12px;
  line-height: 1.5;
}
.p-archive__ttl{
  font-size: 18px;
  color: #724B36;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 10px;
}
.p-archive__item--sub .p-archive__ttl{
  font-size: 15px;
}
.p-archive__excerpt{
  line-height: 1.8;
}

@media screen and (min-width:1100px) {
  .p-archive__head{
    font-size: 27px;
    margin-bottom: 50px;
  }
  .p-archive__item > a:hover{
    opacity: 0.7;
  }
  .p-archive__item > a:hover img{
    opacity: 1;
  }
  .p-archive__item--main{
    margin-bottom: 55px;
    max-width: none;
  }
  .p-archive__item--main > a{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .p-archive__item--main .p-archive__thumb{
    width: 290px;
  }
  .p-archive__item--main .p-archive__inner{
    width: calc(100% - 320px);
  }
  .p-archive__item--main-last{
    padding-bottom: 65px;
  }
  .p-archive__cat {
    font-size: 15px;
  }
  .p-archive__new{
    font-size: 16px;
  }
  .p-archive__meta{
    padding-left: 130px;
  }
  .p-archive__time{
    font-size: 18px;
    width: 120px;
  }
  .p-archive__author{
    font-size: 15px;
  }
  .p-archive__ttl{
    font-size: 24px;
  }
}

/*ページャー*/
.p-archive__pager{
  width: 100%;
  position: relative;
  z-index: 1;
}
.p-archive__pager .nav-links{
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-archive__pager a,
.p-archive__pager span.dots{
  background: #E0E0E0;
  color: #555555;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  margin: 0 5px;
}
.p-archive__pager span.current{
  color: #00558D;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #8AC323;
  color: #fff;
  font-size: 16px;
  margin: 0 5px;
}

@media screen and (min-width:1100px) {
  .p-archive__pager a,
  .p-archive__pager span.dots,
  .p-archive__pager span.current{
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .p-archive__pager a:hover{
    opacity: 0.7;
  }
}

@media screen and (min-width:768px) {
  .p-archive__item--sub{
    width: calc(33.3% - 16px);
  }
  .p-archive__item--sub:nth-of-type(3n){
    margin-right: 0;
  }
  .p-archive__item--sub:nth-of-type(3n + 1){
    margin-right: 24px;
  }
  .p-archive__item--sub:nth-of-type(3n + 2){
    margin-right: 24px;
  }
}

/*************************************
* 投稿詳細ページ
*************************************/

.p-single__cat{
  background: #8AC323;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  padding: 5px 10px;
  position: relative;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}
.p-single__cat--new{
  padding-right: 65px;
}
.p-single__new{
  background: #B10000;
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  text-align: center;
}
.p-single__thumb{
  max-width: 680px;
  margin: 0 auto 25px;
  text-align: center;
}
.p-single__ttl{
  font-size: 20px;
  font-weight: 500;
  color: #D11B1B;
  line-height: 1.4;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  padding: 5px 0 15px 0;
}
.p-single__ttl:before{
  content: '';
  position: absolute;
  left: -8px;
  top: 0;
  width: calc(100% + 16px);
  height: 100%;
  background: url(../img/blog/ttl_deco1.png), url(../img/blog/ttl_deco2.png), url(../img/blog/ttl_deco3.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: bottom, left top, right 8px bottom;
  background-size: calc(100% - 16px), 18px, 32px;
  z-index: -1;
}
.p-single__meta{
  position: relative;
  padding-left: 95px;
  margin-bottom: 30px;
}
.p-single__time{
  font-family: 'Montserrat', sans-serif;
  color: #8AC323;
  font-size: 13px;
  border-left: 1px #8AC323 solid;
  border-right: 1px #8AC323 solid;
  position: absolute;
  left: 0;
  top: 2px;
  line-height: 1;
  width: 85px;
  text-align: center;
}
.p-single__author{
  font-size: 12px;
  line-height: 1.5;
}
.p-single__content{
  line-height: 1.8;
  margin-bottom: 40px;
}
.p-single__content p{
  margin-bottom: 1em;
}
.p-single__content a {
  color: #8AC323;
  text-decoration: underline;
  font-weight: 500;
}
.p-single__content .alignleft,
.p-single__content .alignright,
.p-single__content .aligncenter{
  display: block;
  margin: 0 auto 20px;
}
.p-single__ttl--1{
  font-size: 18px;
  color: #724B36;
  font-weight: 500;
  background: url(../img/blog/heading_deco1.png) no-repeat bottom/100% auto;
  padding-bottom: 7px;
  line-height: 1.5;
  margin: 1.5em 0 0.5em;
}
.p-single__ttl--2{
  font-size: 18px;
  color: #724B36;
  font-weight: 500;
  line-height: 1.5;
  padding: 5px 10px 5px 10px;
  margin: 1.5em 0 0.5em;
  background: #E2EDD5;
  border-left: 10px #724B36 solid;
  border-radius: 10px;
}
.p-single__backBtn{
  max-width: 400px;
  margin: 0 auto;
}

@media screen and (min-width:1100px) {
  .p-single__cat{
    font-size: 15px;
  }
  .p-single__ttl{
    font-size: 30px;
  }
  .p-single__ttl:before{
    background-size: calc(100% - 16px), 24px, 44px;
  }
  .p-single__meta{
    padding-left: 130px;
    margin-bottom: 40px;
  }
  .p-single__time{
    font-size: 18px;
    width: 115px;
  }
  .p-single__author{
    font-size: 15px;
  }
  .p-single__content{
    margin-bottom: 90px;
  }
  .p-single__content .alignleft{
    float: left;
    margin: 0 15px 15px 0;
  }
  .p-single__content .alignright{
    float: right;
    margin: 0 0 15px 15px;
  }
  .p-single__ttl--1{
    font-size: 25px;
    padding-bottom: 10px;
  }
  .p-single__ttl--2{
    font-size: 24px;
  }
}

/*著者*/
.p-single__authorBox{
  position: relative;
  background: url(../img/blog/author_bg_sp.png) no-repeat center/100% 100%;
  font-weight: 500;
  padding: 10px 0;
  max-width: 335px;
  margin: 0 auto 40px;
}
.p-single__authorBoxTtl{
  background: url(../img/blog/author_ttl_sp.png) no-repeat center/100% 100%;
  padding: 6px 0 6px 100px;
  margin-bottom: 10px;
}
.p-single__authorBoxThumb{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 12px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.p-single__authorBoxNameJa{
  font-size: 20px;
  color: #8AC323;
  padding-left: 100px;
  line-height: 1.3;
}
.p-single__authorBoxNameEn{
  font-size: 13px;
  color: #724B36;
  padding-left: 100px;
}
.p-single__authorBoxPosition{
  float: right;
  margin: 3px 15px 0 0;
  background: #8AC323;
  color: #fff;
  font-size: 13px;
  padding: 0 7px;
}

@media screen and (min-width:1100px) {
  .p-single__authorBox{
    width: 100%;
    max-width: none;
    background: url(../img/blog/author_bg_pc.png) no-repeat center/100% 100%;
    padding: 20px 0;
  }
  .p-single__authorBoxTtl{
    background: url(../img/blog/author_ttl_pc.png) no-repeat center/100% 100%;
    font-size: 15px;
    padding: 2px 0 2px 145px;
    margin-bottom: 15px;
  }
  .p-single__authorBoxThumb{
    width: 88px;
    height: 88px;
    left: 30px;
    top: 15px;
  }
  .p-single__authorBoxNameJa{
    padding-left: 145px;
    float: left;
    font-size: 25px;
  }
  .p-single__authorBoxNameEn{
    font-size: 16px;
    float: left;
    padding-left: 15px;
    margin-top: 5px;
  }
  .p-single__authorBoxPosition{
    padding: 2px 7px;
  }
}

/*前後記事リンク*/
.p-single__pager{
  border-bottom: 1px #707070 solid;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.p-single__pager:before{
  content: '';
  position: absolute;
  top: 20px;
  left: 130px;
  width: calc(100% - 260px);
  height: 1px;
  background: #707070;
}
.p-single__pagerPrev,
.p-single__pagerNext{
  position: relative;
  width: 50%;
}
.p-single__pagerPrev{
  padding-right: 20px;
}
.p-single__pagerNext{
  padding-left: 20px;
}
.p-single__pagerPrev:before,
.p-single__pagerNext:before{
  content: '';
  position: absolute;
  top: 30px;
  height: calc(100% - 25px);
}
.p-single__pagerPrev:before{
  right: -1px;
  border-right: #555 2px dotted;
}
.p-single__pagerNext:before{
  left: -1px;
  border-left: #555 2px dotted;
}
.p-single__pagerBtn{
  font-size: 14px;
  padding: 5px 10px;
  width: 120px;
  margin-bottom: 15px;
}
.p-single__pagerPrev .p-single__pagerBtn{
  text-align: right;
}
.p-single__pagerPrev .p-single__pagerBtn:after{
  right: auto;
  transform: rotate(180deg);
  left: 10px;
}
.p-single__pagerNext .p-single__pagerBtn{
  margin-left: auto;
}
.p-single__pagerNext .p-single__pagerBtn:after{
  right: 10px;
}
.p-single__pagerItem{
  max-width: 200px;
}
.p-single__pagerNext .p-single__pagerItem{
  margin-left: auto;
}
.p-single__pagerThumb{
  position: relative;
  margin-bottom: 10px;
}
.p-single__pagerThumb:before{
  content: '';
  display: block;
  padding-top: 58%;
}
.p-single__pagerThumb img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.p-single__pagerTtl{
  font-size: 15px;
  color: #724B36;
  line-height: 1.5;
  font-weight: 500;
}

@media screen and (min-width:1100px) {
  .p-single__pager{
    margin-bottom: 100px;
  }
  .p-single__pager:before{
    left: 170px;
    width: calc(100% - 340px);
  }
  .p-single__pagerBtn{
    width: 155px;
    font-size: 16px;
    padding: 5px 20px;
  }
  .p-single__pagerPrev .p-single__pagerBtn{
  }
  .p-single__pagerPrev .p-single__pagerBtn:after{
    left: 20px;
  }
  .p-single__pagerNext .p-single__pagerBtn{
  }
  .p-single__pagerNext .p-single__pagerBtn:after{
    right: 20px;
  }
  .p-single__pagerItem{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: none;
  }
  .p-single__pagerNext .p-single__pagerItem{
  }
  .p-single__pagerThumb{
    width: 115px;
    margin: 0;
  }
  .p-single__pagerThumb:before{
  }
  .p-single__pagerThumb img{
  }
  .p-single__pagerTtl{
    padding-top: 10px;
    width: calc(100% - 150px);
  }
}

/*オススメ記事*/
.p-single__recommend{
  margin-bottom: 20px;
}
.p-single__recommendHead{
  font-size: 18px;
  font-weight: 500;
  color: #8AC323;
  text-align: center;
  margin-bottom: 30px;
}
.p-single__recommendList{
  display: flex;
  flex-wrap: wrap;
  max-width: 500px;
  margin: 0 auto;
}
.p-single__recommendItem{
  width: calc(50% - 8px);
  margin-bottom: 20px;
}
.p-single__recommendItem:nth-child(odd){
  margin-right: 16px;
}
.p-single__recommendItem > a{
  display: block;
}
.p-single__recommendThumb{
  position: relative;
}
.p-single__recommendThumb:before{
  content: '';
  display: block;
  padding-top: 86%;
  margin-bottom: 10px;
}
.p-single__recommendThumb img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.p-single__recommendCat {
  background: #8AC323;
  color: #fff;
  font-size: 13px;
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 1.4;
  padding: 5px 10px;
}
.p-single__recommendThumb--new .p-single__recommendCat {
  padding-right: 65px;
}
.p-single__recommendNew{
  background: #B10000;
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
}
.p-single__recommendMeta{
  position: relative;
  padding-left: 95px;
  margin-bottom: 10px;
}
.p-single__recommendTime{
  font-family: 'Montserrat', sans-serif;
  color: #8AC323;
  font-size: 13px;
  border-left: 1px #8AC323 solid;
  border-right: 1px #8AC323 solid;
  position: absolute;
  left: 0;
  top: 2px;
  line-height: 1;
  width: 85px;
  text-align: center;
}
.p-single__recommendAuthor{
  font-size: 12px;
  line-height: 1.5;
}
.p-single__recommendTtl{
  font-size: 15px;
  color: #724B36;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 10px;
}

@media screen and (min-width:1100px) {
  .p-single__recommendList{
    max-width: none;
  }
  .p-single__recommendItem{
    width: calc(33.3% - 16px);
  }
  .p-single__recommendItem:nth-child(3n){
    margin-right: 0;
  }
  .p-single__recommendItem:nth-child(3n + 1){
    margin-right: 24px;
  }
  .p-single__recommendItem:nth-child(3n + 2){
    margin-right: 24px;
  }
  .p-single__recommendItem > a:hover{
    opacity: 0.7;
  }
  .p-single__recommendItem > a:hover img{
    opacity: 1;
  }
  .p-single__recommendCat {
    font-size: 15px;
  }
  .p-single__recommendMeta{
    padding-left: 130px;
  }
  .p-single__recommendTime{
    font-size: 18px;
    width: 120px;
  }
  .p-single__recommendAuthor{
    font-size: 15px;
  }
  .p-single__recommendTtl{
    font-size: 16px;
  }
}