p {
  line-height: 160%;
}
h3 {
  line-height: 130%;
  font-weight: 500;
}
h4 {
  font-size: 1.75rem;
  line-height: 130%;
  font-weight: 500;
}
main .u-c-c img {
  width: 100%;
}
@media (min-width: 769px) {
  main .u-c-c img {
    width: auto;
  }
  main img.is-pc {
    width: 100%;
  }
}
.card__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  max-width: 360px;
}
.img__box {
  max-width: 210px;
  padding-bottom: 30px;
}
.card__img {
  width: 100%;
}

h5 {
  font-size: 1.5rem;
  font-weight: 500;
  padding-left: 16px;
  line-height: 130%;
}
h6 {
  font-size: 1.25rem;
  color: #f08714;
  padding-left: 16px;
  line-height: 130%;
}
.bg-gray {
  background-color: #faf8f5;
}
.white__inner {
  background-color: #fff;
  padding: 32px;
}
@media (min-width: 769px) {
  .bg-white {
    margin: 100px 0;
  }
}
.gray__inner {
  background-color: #faf8f5;
  padding: 40px;
}

.gray__inner li {
  line-height: 160%;
}

.bg__header {
  background-image: linear-gradient(to right, transparent 15%, #fff3e2 15%);
  height: 257px;
}
.page__header {
  position: absolute;

  height: 121px;
  left: 30px;
  top: 130px;
}
.c-btn-auto {
  width: 100%;
  margin: auto;
}

@media (min-width: 769px) {
  .page__header {
    left: 13.15%;
  }
  .row-reverse {
    flex-direction: row-reverse;
  }
  .txt__left {
    padding-left: 16px;
  }
  .txt__right {
    padding-right: 16px;
  }
  .list__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 16px;
  }
  .list__grid div img {
    width: 100%;
  }
  .list__item.mb-8 {
    margin-bottom: 0;
  }
  .wrap__block {
    display: block;
  }
  .teeth-items {
    margin-bottom: 0;
  }
  .flex1 {
    flex: 1;
  }
  .bg__box-left {
    justify-content: left;
  }
  .bg__box-right {
    justify-content: right;
  }
  .news {
    padding-right: 50px;
  }
}
.dot-orange {
  list-style-type: none;
}
.dot-orange li {
  display: flex;
  align-items: center;
  padding-left: 0;
}
.dot-orange li::before {
  content: "・";
  color: #f08714;
  font-size: 2em;
}

/* caseacf */
.case_field {
    background: #faf8f5;
    padding: 20px;
    width: 100%;
    margin-bottom:60px;
}

.case_field div {
    width: 100%;
    margin-bottom: 15px;
    line-height: 1.5;
}

.case_field div span {
    color: #f08714;
    margin-right:10px;
}


.case_field.case_switch_no {
    display: none;
}


/* pagenavi */
.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 3px 7px;
	/* min-width: 25px; */
	/* min-height: 31px; */
	border: 2px solid #f08714;
	border-radius: 2px;
	text-align: center;
	margin: 0 4px;
	line-height: 26px;
	color: #f08714;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #f08714;
	background-color: #f08714;
	color: #fff;
}

.wp-pagenavi span.current {
	font-weight: bold;
}


/* content */
.conten_box {
    min-height: 500px;
}

/* 経歴・所属 */
.career_block li{
  display: flex;
  gap: 24px;
  border-bottom: 1px solid #FFC84B;
  padding: 10px 0;
}

.career_block li:last-child{
  border-bottom: none;

}

.career_block li .year_area{
  white-space: nowrap;
}

