@charset "utf-8";

/*----------------------------------------------------
    PC/SPサイト共通css
----------------------------------------------------*/
.add {
    display: none;
}
.lp0 .add .boxarea {
    display: flex;
    flex-wrap: wrap;
    margin-top: 4rem;
}

.lp0 .add .boxarea .box {
    width: 38%;
    background: #fff4e3;
    margin: 1rem auto 8rem;
    padding: 2rem;
    position: relative;
}

.lp0 .add .boxarea .box .ttl {
    background: #238ceb;
    font-weight: bold;
    font-size: 1.6rem;
    padding: 1.5rem 3rem;
    width: fit-content;
    color: #fff;
    position: relative;
    margin: -4rem 0rem 2rem -4rem;
    line-height: 1rem;
}
.lp0 .add .boxarea .box ul li {
    margin: 0 0 5px;
}
#page .lp0 .add h2.ttl {border-radius: 4rem;font-size: 2.8rem;text-align: center;padding: 2.5rem 3rem;font-weight: normal;}

#page .lp0 .add h2.ttl b {
    font-weight: bold;
    font-size: 3.2rem;
}

#page .lp0 .add h2.ttl span {
    font-size: 2rem;
    display: block;
    font-weight: normal;
}

.lp0 .add .boxarea .box p {
    margin: 0;
    text-align: center;
}

.lp0 .add .boxarea .box .ttl:after {
    background: url(https://www.sikaten-bible.com/wp/wp-content/themes/wp001j/img/eng_dental%20hygienist_01.png);
    display: block;
    width: 4rem;
    height: 4rem;
    position: absolute;
    background-position: right;
    right: -2rem;
    top: 0;
    content: "";
}

.lp0 .add .boxarea .box p.internal a {
    display: block;
    text-align: center;
    background: #238ceb;
    width: 21rem;
    margin: 0 auto;
    padding: 0.8rem 2rem;
    line-height: 1.3;
    color: #fff;
    text-decoration: none;
    border-radius: 4rem;
    position: absolute;
    bottom: -2rem;
    left: 7rem;
}

.lp0 .add .boxarea .box .ttl:before {
    content: "";
    border-top: 2rem solid #8eb5d7;
    border-bottom: 2rem solid transparent;
    border-left: 2rem solid transparent;
    bottom: -4rem;
    left: 0;
    position: absolute;
}

.lp0 .main_ttl01:before {
    display: none;
}

.add {
    margin-bottom: 10rem;
    display: block;
}

.lp0 .add .boxarea .box ul {
    margin: 2rem auto 5rem;
    width: fit-content;
}

.lp0 .add .boxarea .box p.internal a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(135deg);
}

.lp0 .lpreqtable td span {
    font-size: 16px;
    font-weight: bold;
    padding: 0 2px;
}
.l0c1 {
    background: #eee;
    padding: 1rem 2rem;
    width: fit-content;
    display: block;
    margin: 0 auto;
    font-size: 3rem;
    font-weight: bold;
    line-height: 4rem;
}

.l0c2 {
    display: flex;
    margin: 4rem auto;
}
.l0c3 {
    font-weight: bold;
    text-align: center;
    font-size: 2rem;
}

.l0c4 ul {
    display: flex;
    flex-wrap: wrap;
}

.l0c4 ul li {
    width: 25%;
    margin: 0 auto 1rem;
    text-align: center;
    background: #d0e9f9;
    padding: 1rem;
    line-height: 1.3;
    font-weight: bold;
    border-radius: 1rem;
    vertical-align: middle;
    display: table;
    min-height: 5rem;
}
.lp0 table.tbl2 {
    margin: 1rem 0;
}
.lp0 table.tbl2 td, table.tbl2 th {
    padding: 5px;
}
.l0c4 ul li:before {
    display: none;
}

.l0c4 ul li:last-child {
    margin: 0 auto 1rem;
}

.l0c2 .maru {
    width: 24%;
    background: #ff8b07;
    text-align: center;
    margin: 0 auto;
    padding: 5rem 0;
    border-radius: 20rem;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.4;
	display: flex;
    justify-content: center;
    align-items: center;
}
.l0c4 ul li span {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
}





/* oki_20230803 */
.kanren {
  border: 3px solid #238ceb;
  padding: 20px 30px 0;
  margin: 50px 0 0;
  position: relative;
  box-sizing: border-box;
}

.midasi {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

.kanren br {
  display: none;
}

/* アコーディオンのときに下記追加 */
.readmore-content {
  position: relative;
  overflow: hidden;
  height: 160px;
}

.readmore-content::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
  height: 50px;
  z-index: 1;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
}

/* 続きを読むボタン */
.readmore-label {
  display: table;
  bottom: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 5px auto;
  z-index: 2;
  padding: 10px;
  background-color: #FF8D0B;
  border-radius: 10px;
  color: #FFF;
}

.readmore-label:before {
  content: "\7D9A\304D\3092\8AAD\3080";
}

.readmore-check {
  display: none;
}

/*チェック時にボタンを非表示*/
.readmore-check:checked~.readmore-label {
  position: static;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
  /* display: none; */
}

.readmore-check:checked~.readmore-label:before {
  content: "\9589\3058\308B";
}

/*チェック時に高さを自動に戻す*/
.readmore-check:checked~.readmore-content {
  height: auto;
}

/*チェック時グラデーション等を削除*/
.readmore-check:checked~.readmore-content::before {
  display: none;
}

/*2023.10.31*/
.contents .sponsor_text {
  font-size: 11px;
  text-align: center;
}

header .sitename::before {
  background: #000;
  color: #fff;
  content: "PR";
  display: inline-block;
  font-size: 15px;
  line-height: 1.4;
  margin-right: 1rem;
  padding: 0 1rem;
}

.l-footer-copy a::before {
  content: "【PR】";
}

.l-footer-copy .sitemap a::before {
  content: none;
}
.mv_home {
    width: 100%;
    min-width: 1000px;
    padding: 14rem 0 6rem;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.cc-txt{
    position: relative;
    bottom: 18rem;
    left: 6rem;
    font-size: 6rem;

}
.bnrsp {
	display:none;
}

.cc-txt {
    position: relative;
    bottom: 18rem;
    left: 6rem;
    font-size: 5rem;
}






.nagoya-staff-section {
    margin-top: 2rem;
}

.nagoya-staff-intro {
    max-width: 760px;
    margin: 0 auto 6rem;
    text-align: center;
}

.nagoya-staff-intro p {
    margin: 2rem 0 !important;
}

.nagoya-talk-comment {
    margin-top: 9rem;
    margin-bottom: 9rem;
}

.nagoya-staff-lead {
    max-width: 760px;
    margin: 0 auto 6rem !important;
    text-align: center;
}

.nagoya-talk-comment .cc_wrap {
    align-items: flex-start;
}

.nagoya-talk-comment .cc {
    width: calc(100% - 105px);
    padding-right: 2rem;
}

.nagoya-voice-label {
    display: block;
    margin-bottom: 0.8rem;
    color: #011c35;
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1.5;
}

.nagoya-talk-comment .nagoya-voice-image {
    flex: 0 0 80px;
    width: 80px;
    max-width: 80px;
    margin: -6rem 0 0;
}

.nagoya-talk-comment .nagoya-voice-image .name {
    margin: 0.7rem 0 0 !important;
    font-size: 1.3rem;
}

.nagoya-talk-comment .nagoya-voice-source {
    margin: 1rem 0 0 !important;
    color: #5f6f7d;
    font-size: 1.3rem;
    text-align: right;
}

.nagoya-talk-comment .img_box img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
}

.nagoya-talk-box {
    margin: 5rem 0 8rem;
    padding: 3rem;
    background: #fdfdfd;
    border: 2px solid #eee;
    border-radius: 10px;
    box-sizing: border-box;
    text-align: center;
}

.nagoya-talk-box-lead {
    font-size: 1.8rem !important;
    line-height: 1.8 !important;
}

/* スタッフの声：人物画像を既存comment_partsに近い見え方へ */
.nagoya-talk-comment.nagoya-talk-comment-compact .cc {
    width: calc(100% - 155px);
    padding-right: 2rem;
}

.nagoya-talk-comment.nagoya-talk-comment-compact .nagoya-voice-image {
    flex: 0 0 120px;
    width: 120px;
    max-width: 120px;
    margin: -9rem 0 0;
    position: relative;
    z-index: 2;
}

.nagoya-talk-comment.nagoya-talk-comment-compact .nagoya-voice-image img {
    display: block;
    width: 120px;
    height: 127px;
    object-fit: cover;
    border-radius: 50%;
}

.nagoya-talk-comment.nagoya-talk-comment-compact .nagoya-voice-image .name {
    margin: 0.8rem 0 0 !important;
    font-size: 1.2rem;
    text-align: center;
    white-space: nowrap;
}


.mv_home_nagoya .cc-txt {
    position: relative;
    bottom: 18rem;
    left: 6rem;
    width: fit-content;
    max-width: 650px;
    margin: 0;
    font-size: initial;
    line-height: 1;
    z-index: 5;
}

.mv_home_nagoya .cc-txt span {
    display: table;
    width: fit-content;
    margin-bottom: 0.8rem;
    padding: 0.35rem 1.5rem 0.55rem;
    background: rgba(57, 174, 235, 0.92);
    color: #fff;
    font-size: 4.2rem;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0.03em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.mv_home_nagoya .cc-txt span:last-child {
    margin-bottom: 0;
}





/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/
@media screen and (max-width: 768px) {
  /*/////////////SP用のCSSをここに作成してください。/////////////*/
.l0c1 {
    font-size: 2rem;
}

.l0c2 .maru {
    width: 32%;
    font-size: 13px;
    line-height: 1.3;
    padding: 2rem 0;
}
  .l-footer-copy-wrapper {
    padding: 0 0 10rem;
  }


.mv_home {
    width: 100%;
    min-width: 100%;
    padding: 46% 0 1rem;
}

.l0c2 .maru {
    width: 48%
}
	

	
.lp0 .add .boxarea {
    display: block;
}

.lp0 .add .boxarea .box {
    width: 80%;
    margin-bottom: 8rem;
}

#page .lp0 .add h2.ttl b {
    font-size: 2rem;
    display: block;
    margin: 5px 0;
}

    #page .lp0 .add h2.ttl {
        font-size: 2rem;
        margin-top: -5rem;
        padding: 1rem 3rem;
    }
#page .lp0 .add h2.ttl span {
    font-size: 1.4rem;
    padding: 0 1rem;
}

.lp0 .add .boxarea .box p {}

.lp0 .add .boxarea .box p.internal a {
    position: relative;
    bottom: unset;
    left: unset;
}

.lp0 .add .boxarea .box p.internal {
    margin: 0 0 -4rem;
}

.lp0 .add .boxarea .box ul {
    margin-bottom: 3rem;
}


.cc-txt {
    position: relative;
    bottom: 10rem;
    left: 5rem;
    font-size: 3rem;
}

.bnrsp {
	display:block;
    position: fixed;
    bottom: 0rem;
    z-index: 9999;
}
	
.cc-txt {
        position: relative;
        bottom: 10rem;
        left: 1rem;
        font-size: 2.7rem;
}

.contents {
    padding-top: 0;
}

/*2026.05.12*/
p.l-pagetop.lp {
    bottom: 10rem;
}
	
	
.nagoya-talk-comment.nagoya-talk-comment-compact .cc {
        width: calc(100% - 100px);
        padding-right: 1rem;
    }

    .nagoya-talk-comment.nagoya-talk-comment-compact .nagoya-voice-image {
        flex: 0 0 80px;
        width: 80px;
        max-width: 80px;
        margin: -5rem 0 0;
    }

    .nagoya-talk-comment.nagoya-talk-comment-compact .nagoya-voice-image img {
        width: 80px;
        height: 80px;
    }
	
	
	
.mv_home_nagoya .cc-txt {
        bottom: 8.5rem;
        left: 1rem;
        max-width: calc(100% - 2rem);
    }

    .mv_home_nagoya .cc-txt span {
        margin-bottom: 0.5rem;
        padding: 0.25rem 0.8rem 0.4rem;
        font-size: 2.2rem;
        line-height: 1.35;
        letter-spacing: 0.02em;
    }
	
#page .lp0 .add h2.ttl {
        font-size: 2rem;
        margin-top: 0rem;
        padding: 1rem 3rem;
    }
	

  /*/////////////必ず中括弧の中に作成してください。/////////////*/
}