@charset "utf-8";

body {
  display: none;
}

body.gnavOpen {
  overflow: hidden;
}
.br_sp::before {
  content: "\A" ;
  white-space: pre;
}
.forPc {
  display: none;
}
.tp01-wrapper {
  padding-bottom: 70px;
  overflow: hidden;
}
.tp01-breadcrumb {
  display: none;
}
.tp01-footer_float {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 10;
  opacity: 0;
  transition: 0.4s ease;
  pointer-events: none;
}
.scrolled .tp01-footer_float {
  opacity: 1;
  pointer-events: inherit;
}
.tp01-footer_float_inner {
  display: flex;
  justify-content: space-between;
  height: 70px;
  padding: 5px;
  background: #ccc;
}
.tp01-footer_float_inner a {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 5px;
  text-align: center;
  line-height: 1;
}
.tp01-footer_float_inner a.tel_num {
	background: #008842;
  margin-right: 5px;
}
.tp01-footer_float_inner a svg {
  width: 100%;
  height: auto;
}
.tel_num_st0,
.web_st0 {
  fill: #fff;
}
.tp01-footer_float_inner a.web_sp {
  background: #f8a811;
}
.tp01-float {
  display: none;
}
.tp01-header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 10px;
  transition: 0.5s ease;
  z-index: 15;
  transform: translateY(-200px);
}
.tp01-header.on_load {
  transform: translateY(0);
}
.scrolled .tp01-header {
  background: #fff;
}
.gnavOpen .tp01-header {
  background: transparent;
  transition: 0s;
}
.tp01-header--wrap {
  width: calc(100% - 60px);
}
.tp01-header--content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tp01-header--logo {
  width: 75%;
}
.tp01-header--logo svg {
  width: auto;
  height: 40px;
}
.tp01-header--logo-svg01 {
	fill:#008842;
}
.tp01-header--logo-svg02 {
  fill:#fff;
	stroke:#008842;
  stroke-width:6;
}
.tp01-header--tel {
  margin-right: 5px;
}
.tp01-header--tel a {
  display: block;
  text-decoration: none;
}
.tp01-header--tel--inner .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 40px;
	background: #008842;
  color: #fff;
  font-size: 25px;
  transform: rotate(20deg);
}
.scrolled .tp01-header--tel--inner .icon {
  background: #fff;
	color: #008842;
}
.tp01-header--tel--inner .num {
  display: none;
}
.tp01-header--ttl {
  margin-left: 10px;
}
.tp01-header--ttl h1 {
  font-size: 20px;
  font-weight: normal;
}
.tp01-gnav_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  right: 10px;
  top: 15px;
  width: 50px;
  height: 50px;
  z-index: 20;
  transition: 0.3s;
  cursor: pointer;
}
.tp01-gnav_btn_top {
  background: #fff;
  border-radius: 50%;
}
.tp01-gnav_btn.on_load {
  transform: translateY(0);
}
.tp01-gnav_btn--line {
  position: relative;
  width: 25px;
  height: 20px;
  transition: 0.3s;
}
.on .tp01-gnav_btn--line {
  transform: rotateY(-180deg) scale(0.8);
}
.tp01-gnav_btn--line--item {
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 2px;
  background: #333;
  transition: 0.3s;
  border-radius: 5px;
}
.tp01-gnav_btn--line--item:nth-child(1) {
  transform: translateY(-10px);
}
.tp01-gnav_btn--line--item:nth-child(2) {
  transform: translateY(0);
}
.tp01-gnav_btn--line--item:nth-child(3) {
  transform: translateY(10px);
}
.tp01-gnav_btn.on .tp01-gnav_btn--line--item:nth-child(1) {
  transform: translateY(0) rotate(45deg);
}
.tp01-gnav_btn.on .tp01-gnav_btn--line--item:nth-child(2) {
  opacity: 0;
}
.tp01-gnav_btn.on .tp01-gnav_btn--line--item:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
}
.tp01-gnav_btn--line--text {
  display: block;
  font-size: 10px;
  text-align: center;
}
.tp01-gnav {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  color: #fff;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
}
.tp01-gnav:before {
  content: "";
  position: absolute;
	background: #ebf9de;
  transition: 0.3s;
}
.tp01-gnav.on {
  opacity: 1;
  pointer-events: auto;
}
.tp01-gnav.on:before {
  left: -50%;
  top: 0;
  width: 200%;
  height: 200%;
}
.tp01-gnav--link {
  position: relative;
  top: -50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 3%;
  list-style-type: none;
  opacity: 0;
  transition: 0.3s;
  z-index: 1;
}
.tp01-gnav.on .tp01-gnav--link {
  opacity: 1;
  transition-delay: 0.1s;
}
.tp01-gnav--link--item {
  width: 48%;
  margin-top: 15px;
}
.tp01-gnav--link--item a {
  display: block;
  position: relative;
  padding: 12px 0;
  color: #333;
  border-bottom: 1px solid #333;
  text-decoration: none;
  transition: 0.3s ease;
}
.tp01-gnav--link--item a::after {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 600;
  width: 25px !important;
  height: 25px;
  position: absolute;
  right: -5%;
  top: 50%;
  margin-top: -12px;
  transition: 0.3s ease;
  pointer-events: none;
}
.tp01-gnav--link--main_ttl,
.tp01-gnav--link--sub_ttl {
  display: block;
  font-weight: bold;
}
.tp01-gnav--link--main_ttl {}
.tp01-gnav--link--sub_ttl {
  font-size: 80%;
  font-family: 'Open Sans Condensed', sans-serif;
}
.tp01-main {}
.tp01-schedule {}
.tp01-schedule table {
  width: 100%;
  border-collapse: collapse;
}
.tp01-schedule table tr {}
.tp01-schedule table .tp01-schedule-head {
	background: #4eb858;
  color: #fff;
}
.tp01-schedule table th {
  padding: 10px;
}
.tp01-schedule th:first-of-type {
  width: 10em;
}
.tp01-schedule table td {
  padding: 10px 10px 5px 10px;
  font-size: 105%;
  text-align: center;
}
.tp01-schedule table .space {
  padding: 10px 5px;
}
.tp01-schedule table .active {
  color: #f8a811;
}
.tp01-schedule table .tp01-schedule-timeline {
  font-family: 'Open Sans Condensed', sans-serif;
}
.tp01-schedule table .tp01-schedule-timeline-under {}
.tp01-schedule-text {
  margin-top: 5px;
  font-size: 90%;
  text-align: right;
}

.tp01-first {
  display: grid;
  place-items: center;
  height: calc(85vh - 70px);
  background-image: url(../image/main-image.jpg);
  background-size: cover;
  background-position: 80% 0;
}
.tp01-second {
	display: grid;
	align-items: center;
	height: calc(85vh - 70px);
	background-image: url(../image/main-image_c01.jpg);
	background-size: cover;
	background-position: 80% 0%;
}
.tp01-third {
	display: grid;
	align-items: center;
	height: calc(85vh - 70px);
	background-image: url(../image/main-image_c02.jpg);
	background-size: cover;
	background-position: 80% 0%;
}

.tp01-first--catch {
  width: 100%;
  margin-top: 380px;
  margin-left: 8%;
  color: #101010;
  opacity: 0;
  transition: 2s;
}
.tp01-first--catch.on {
  opacity: 1;
}
.tp01-first--catch-main {
  font-size: 150%;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.05em;
  transform: translateY(60px);
  transition: 0.8s ease;
  opacity: 0;
  font-family: 'Noto Serif JP', serif;
	text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff;
}
.tp01-first--catch.on .tp01-first--catch-main {
  transform: translateY(0);
  opacity: 1;
}
.js-typ span {
  opacity: 0;
}
.tp01-first--catch-sub {
  width: 90%;
  margin-top: 10px;
  line-height: 160%;
  transform: translateY(60px);
  transition: 0.8s ease;
  transition-delay: 2s;
  opacity: 0;
	text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff;
}
.tp01-first--catch.on .tp01-first--catch-sub {
  transition-delay: 1s;
  transform: translateY(0);
  opacity: 1;
}
.tp01-first--schedule {
  width: 80%;
  margin: 0 auto;
  padding: 10px;
  background: rgb(255 255 255 / 0.8);
  opacity: 0;
  transition: 2s;
}
.tp01-first--schedule.on {
  opacity: 1;
}
.tp01-first--schedule table .tp01-schedule-head {
  background: rgb(224 255 241 / 70%);
}

.tp01-content {
  width: 100%;
  padding: 40px 3%;
}
.tp01-content--ttl {
  margin: 0 auto 30px auto;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
	color: #008842;
}
.tp01-content--ttl-main {
  display: block;
  margin-top: 10px;
  font-size: 130%;
  letter-spacing: 0.06em;
  transform: translateY(40px);
  transition: 0.5s 0.2s;
  opacity: 0;
}
.tp01-content--ttl-sub {
  display: block;;
  font-family: 'Open Sans Condensed', sans-serif;
  letter-spacing: 0.05em;
  transform: translateY(40px);
  transition: 0.5s 0.2s;
  opacity: 0;
}
.tp01-content--ttl.on .tp01-content--ttl-main,
.tp01-content--ttl.on .tp01-content--ttl-sub {
  transform: translateY(0);
  opacity: 1;
}
.tp01-content--inner {}
.tp01-content--inner--flex {}
.tp01-content--inner--flex-left {}
.tp01-content--inner--flex-right {
  margin-top: 30px;
}
.tp01-content--inner--flex--ttl {
  font-size: 24px;
  text-align: center;
}
.tp01-content--inner--flex--ttl-main {
  display: block;
}
.tp01-content--inner--flex--ttl-sub {
  display: block;
  font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
}
.tp01-content--ttl-icon {
  display: block;
}
.tp01-content--ttl-icon svg {
  height: 50px;
}
.tp01-content--ttl-icon_svg {
  fill: #fff;
  transform: scaleY(0);
  transition: 0.5s;
  opacity: 0;
}
.tp01-content--ttl-icon_svg_st0 {
  fill: #fff;
  transform: scaleY(0);
  transition: 0.5s;
  opacity: 0;
}
.tp01-content--ttl-icon_svg_st1 {
  fill: #137179;
}
.tp01-content--ttl-icon_svg_st2 {
  fill: #69BC82;
}
.tp01-content--ttl.on .tp01-content--ttl-icon_svg,
.tp01-content--ttl.on .tp01-content--ttl-icon_svg_st0 {
  transform: scaleY(1);
  transform-origin: center bottom;
  opacity: 1;
}
.tp01-content--body {}
.tp01-page-content--first {
  margin-bottom: 40px;
}
.tp01-page-content--first p {
  font-size: 90%;
}
.tp01-page-content--first--links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 30px 0;
  list-style-type: none;
}
.tp01-page-content--first--links li {
  width: 48%;
  margin-bottom: 12px;
}
.tp01-page-content--first--links li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 6px 20px 5px 4px;
  color: #fff;
	background: #008842;
  line-height: 120%;
  font-weight: 600;
  text-decoration: none;
}
.tp01-page-content--first--links li a:after {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 600;
  position: absolute;
  top: 50%;
  right: 5%;
  font-size: 18px;
  margin-top: -9px;
}
.tp01-page-content--first--links.index2 li a:after {
  content: '\f107';
}
.tp01-page-content--first--links--icon {
  display: block;
  margin-right: 7px;
}
.tp01-page-content--first--links--icon.small {
  padding: 5px 0;
}
.tp01-page-content--first--links--icon svg {
  width: 40px;
  height: 40px;
}
.tp01-page-content--first--links--icon.small svg {
  width: 30px;
  height: 30px;
}
.tp01-page-content--first--links--icon_svg-st0 {
  fill: #137179;
}
.tp01-about_doctor--link a,
.tp01-cherish--detail--link a,
.tp01-feature--detail--link a,
.tp01-page-content_detail--inquiry_page_comp a.back,
.tp01-page-404 a.back,
.tp01-about--link a {
  position: relative;
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 15px 15px 15px 0;
  color: #f7a911;
  background: #fff;
  font-size: 21px;
  text-align: center;
  text-decoration: none;
  border: 2px solid #f7a911;
  border-radius: 5px;
  transition: 0.3s ease;
}
.tp01-about_doctor--link a::after,
.tp01-cherish--detail--link a::after,
.tp01-feature--detail--link a::after,
.tp01-page-content_detail--inquiry_page_comp a.back::after,
.tp01-page-404 a.back::after,
.tp01-about--link a::after {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 600;
  position: absolute;
  top: 50%;
  right: 5%;
  font-size: 24px;
  transform: translate(0%, -50%);
}
.tp01-about_doctor--link a:hover,
.tp01-cherish--detail--link a:hover,
.tp01-feature--detail--link a:hover,
.tp01-page-content_detail--inquiry_page_comp a.back:hover,
.tp01-page-404 a.back:hover,
.tp01-about--link a:hover {
  color: #fff;
  background: #f7a911;
}

.tp01-info {
	background: #faf8e7;
}
.tp01-info--ttl {}
.tp01-info--link_more {
  display: block;
  width: 80%;
  margin: 20px auto;
  padding: 10px 0;
  color: #333;
  text-align: center;
  text-decoration: none;
  border: 2px solid #333;
  border-radius: 50px;
}
.tp01-info--link_more:hover {
  color: #fff;
  background: #68bc82;
  border-color: #68bc82;
}
.tp01-info--posts {
  list-style-type: none;
}
.tp01-info--posts li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.tp01-info--posts li:last-child {
  margin-bottom: 0;
}
.tp01-info--posts li .date {
  margin-right: 15px;
  font-family: 'Open Sans Condensed', sans-serif;
}
.tp01-info--posts li .label {
  margin-right: 15px;
  padding: 1px 8px;
  background: #bca57b;
  color: #fff;
  text-align: center;
  font-size: 80%;
}
.tp01-info--posts li .title {
  width: 100%;
  margin-top: 5px;
}

.tp01-message {
  background-color: #045f67;
  color: #fff;
  background:
		linear-gradient(-45deg, #4eb858 0%, #4eb858 50%, #008842 50%, #008842 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-position: 45% 0;
}
.tp01-message .tp01-content--ttl {
  color: #fff;
}
.tp01-message--image {
  position: relative;
  margin-top: 20px;
  transform: translate(-90px, 90px);
  transition: 0.8s;
  opacity: 0;
  z-index: 1;
}
.tp01-message--image::before, .tp01-message--image::after {
  border-width: 20px;
}
.on .tp01-message--image {
  transform: translate(0);
  opacity: 1;
}
.tp01-message--image img {}
.tp01-message--detail {
  margin-top: 20px;
  transform: translate(180px);
  transition: 0.8s;
  opacity: 0;
}
.on .tp01-message--detail {
  transform: translate(0);
  opacity: 1;
}
.tp01-message--ttl {}
.tp01-message--text {}
.tp01-message--detail--ttl {
  margin-bottom: 1em;
  text-align: center;
  font-size: 140%;
  font-weight: bold;
  line-height: 160%;
}
.tp01-message--detail--text {
}
.tp01-message--detail--text p {
  margin-bottom: 10px;
  line-height: 180%;
}

.tp01-about_doctor {
	background-color: #faf8e7;
  background-image: url(../image/bg.png);
  background-repeat: repeat;
}
.tp01-about_doctor .tp01-content--body {
}
.tp01-about_doctor .tp01-content--body.on {}
.tp01-about_doctor .tp01-content--body.on::after {
  transform: scaleX(0);
  transform-origin: right bottom;
}
.tp01-about_doctor--image {
  min-width: 250px;
  transform: translate(90px, -90px);
  transition: 0.8s;
  opacity: 0;
  z-index: 1;
  clip-path: polygon(25% 0%, 200% 0%,-45% 200%, -100% 100%);
}
.on .tp01-about_doctor--image {
  transform: translate(0);
  opacity: 1;
}
.tp01-about_doctor--detail {
  padding: 50px 15px 15px 15px;
  margin-top: -30px;
  background: #fff;
}
.tp01-about_doctor--name_ttl {
  font-size: 140%;
  font-weight: bold;
  line-height: 160%;
	text-align: center;
}
.tp01-about_doctor--name_ttl .sub {
}
.tp01-about_doctor--name_ttl .main {
}
.tp01-about_doctor--text {
  margin-top: 15px;
}
.tp01-about_doctor--text .message {
  font-size: 95%;
  line-height: 180%;
}
.tp01-about_doctor--text .career {
  margin-top: 25px;
  padding: 20px;
	border: 1px solid #008842;
  border-radius: 3px;
}
.tp01-about_doctor--text .career_ttl {
  font-size: 110%;
  font-weight: bold;
	color: #008842;
}
.tp01-about_doctor--text .career ul {
  margin: 5px 0 20px 0;
  list-style-type: none;
  font-size: 90%;
}
.tp01-about_doctor--text .career ul li {}
.tp01-about_doctor--text .career ul:last-child {
  margin-bottom: 0;
}
.tp01-about_doctor--link {
  margin-top: 20px;
}
.tp01-about_doctor--link a {
  width: 90%;
}

.tp01-cherish {
  background: #fff;
}
.tp01-cherish--ttl {}
.tp01-cherish--ttl-num_wrap {
  position: relative;
}
.tp01-cherish--ttl-num_icon {
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -56px;
  transition: 1.2s;
  transform: translateX(100%);
  opacity: 0;
}
.tp01-cherish--detail.on .tp01-cherish--ttl-num_icon {
  opacity: 1;
  transform: translateX(0);
}
.tp01-cherish--ttl-num_count {
  position: absolute;
  top: -40px;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
	background: #4eb858;
  color: #fff;
  border-radius: 80px;
  margin-left: -40px;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0.05em;
  z-index: 10;
  transition: 1.2s;
  font-family: 'Open Sans Condensed', sans-serif;
}
.tp01-cherish--body {}
.tp01-cherish--head {
  margin-bottom: 20px;
  text-align: center;
}
.tp01-cherish--image {
  border-radius: 100%;
  overflow: hidden;
}
.tp01-cherish--image img {
  display: block;
}
.tp01-cherish--detail {
  margin-top: 65px;
  transform: translateY(30px);
  transition: 0.8s;
  opacity: 0;
}
.tp01-cherish--detail.on {
  transform: translateY(0);
  opacity: 1;
}
.tp01-cherish--detail-body {
  width: 90%;
  margin: 0 auto;
}
.tp01-cherish--detail-ttl {
  margin-top: 15px;
  text-align: center;
  font-size: 115%;
  font-weight: bold;
  color: #444;
}
.tp01-cherish--detail-text {
  margin-top: 10px;
  transition: 1s;
  transform: translateX(-100%);
  transition-delay: 0.4s;
  opacity: 0;
}
.tp01-cherish--detail.on .tp01-cherish--detail-text {
  transform: translateX(0);
  opacity: 1;
}
.tp01-cherish .tp01-content--body {
  position: relative;
}
.tp01-cherish .tp01-content--body:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 1.1s;
  transform-origin: bottom;
}
.tp01-cherish .tp01-content--body.on::after {
  transform: scaleY(0);
  transform-origin: bottom;
}
.tp01-cherish--detail--link {
  margin-top: 40px;
}

.tp01-feature {
  background: #fff;
}
.tp01-feature--ttl {}
.tp01-feature--wrap,
.tp01-facility--wrap {}
.tp01-feature h3 {
  color: #137179;
}
.tp01-feature h3 span {
  margin-right: 5px;
}
.tp01-feature--body,
.tp01-facility--body {}
.tp01-feature--body {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.tp01-facility--body {
  padding-bottom: 25px;
}
.tp01-feature--detail,
.tp01-facility--detail {
  margin-top: 45px;
  transform: translateY(30px);
  transition: 0.8s;
  opacity: 0;
}
.tp01-content--body.on .tp01-feature--detail,
.tp01-content--body.on .tp01-facility--detail {
  transform: translateY(0);
  opacity: 1;
}
.tp01-feature--detail:nth-child(1) {}
.tp01-facility--detail:nth-child(1) {}
.tp01-feature--detail:nth-child(2),
.tp01-facility--detail:nth-child(2) {
  transition-delay: calc(0.1s * 1);
}
.tp01-feature--detail:nth-child(3),
.tp01-facility--detail:nth-child(3) {
  transition-delay: calc(0.1s * 2);
}
.tp01-feature--detail:nth-child(4),
.tp01-facility--detail:nth-child(4) {
  transition-delay: calc(0.1s * 3);
}
.tp01-feature--detail--image,
.tp01-facility--detail--image {
  position: relative;
}
.tp01-feature--detail--image .num,
.tp01-facility--detail--image .num {
  position: absolute;
  top: -15px;
  left: 8px;
  display: block;
  color: #137179;
  font-size: 56px;
  font-weight: bold;
  font-family: 'Open Sans Condensed', sans-serif;
}
.tp01-feature--detail--image img,
.tp01-facility--detail--image img {
  display: block;
}
.tp01-feature--detail--ttl {
  margin-top: 10px;
  color: #444;
  font-size: 110%;
  font-weight: bold;
  text-align: center;
}
.tp01-feature--detail--link {
  margin-top: 30px;
}

.tp01-medical {
	background: #ebf9de;
}
.tp01-medical--ttl {}
.tp01-medical--links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: -4%;
}
.tp01-medical--links li {
  position: relative;
  width: 47%;
  margin-top: 4%;
  box-shadow: 0 3px 5px 0 hsl(100deg 20% 45% / 40%);
  overflow: hidden;
  transform: translateY(30px);
  transition: 0.8s;
  opacity: 0;
}
.tp01-content--body.on .tp01-medical--links li {
  transform: translateY(0);
  opacity: 1;
}
.tp01-medical--links li:nth-child(1) {}
.tp01-medical--links li:nth-child(2) {
  transition-delay: calc(0.1s * 1);
}
.tp01-medical--links li:nth-child(3) {
  transition-delay: calc(0.1s * 2);
}
.tp01-medical--links li:nth-child(4) {
  transition-delay: calc(0.1s * 3);
}
.tp01-medical--links li:nth-child(5) {
  transition-delay: calc(0.1s * 4);
}
.tp01-medical--links li::before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.tp01-medical--links li a {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  text-align: center;
	color: #008842;
  background: #fff;
  text-decoration: none;
  transition: 0.3s ease;
}
.tp01-medical--links li a:hover {
  transform: scale(1.15);
}
.tp01-medical--links--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95px;
  height: 95px;
  margin: 0 auto;
  border-radius: 100%;
	background: #4eb858;
}
.tp01-medical--links--icon svg {
  width: 80px;
  height: 80px;
}
.tp01-medical--links--icon.small {
  padding: 10px 0;
}
.tp01-medical--links--icon.small svg {
  width: 60px;
  height: 60px;
}
.tp01-medical--links--icon_svg {}
.tp01-medical--links--icon_svg-st0 {
  fill: #89d8db;
}
.tp01-medical--links--icon_svg-st1 {
  fill: #fff;
}
.tp01-medical--links--icon_svg-st_ex {
  fill: none;
  stroke: #89d8db;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:9px;
}
.tp01-medical--links--ttl {
  display: block;
  width: 100%;
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
}

.tp01-img_area {}
.tp01-img_area--inner {}
.tp01-img_area--images {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tp01-img_area--images--item {
  width: 50%;
}
.tp01-img_area--images--item img {
  display: block;
}

.tp01-about {
  padding-bottom: 30px;
  background: #fff;
}
.tp01-about--ttl {}
.tp01-about .tp01-content--body {
  transform: translateY(30px);
  transition: 0.8s;
  opacity: 0;
}
.tp01-about .tp01-content--body.on {
  transform: translateY(0);
  opacity: 1;
}
.tp01-about--info {}
.tp01-about--info table {
  margin: 0 auto;
  border-collapse: collapse;
  background: #fff;
}
.tp01-about--info table tr {}
.tp01-about--info table th {
  width: 6em;
  padding: 15px 10px 15px 15px;
  text-align: left;
}
.tp01-about--info table td {
  padding: 15px 10px 15px 5px;
}
.tp01-about--access_map {
  width: 100%;
  margin-top: 20px;
}
.tp01-about--access_map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 250px;
}
.tp01-about--schedule {
  margin-top: 40px;
}
.tp01-about--schedule table {
  background: #fff;
  border: 1px solid #006463;
}
.tp01-about--schedule table .tp01-about--schedule-head {
  background: #d3ecc9;
}
.tp01-about--schedule-timeline {}
.tp01-about--schedule-text {}
.tp01-about--inquiry {
  margin-top: 30px;
}

.tp01-footer {
  width: 100%;
  padding: 30px 3%;
	background: #ebf9de;
  color: #444;
  font-size: 90%;
}
.tp01-footer a {
  color: #444;
  text-decoration: none;
}
.tp01-footer--wrap {
  margin: 0 auto;
}
.tp01-footer--wrap--inner {}
.tp01-footer--ttl {
  width: 250px;
  margin: 0 auto;
  text-align: center;
}
.tp01-footer--ttl svg {
  width: 250px;
  height: auto;
}
.tp01-footer--logo-svg01,
.tp01-footer--logo-svg02 {
  fill: #fff;
}
.tp01-footer--about {
  width: 100%;
  margin-top: 20px;
}
.tp01-footer--about-access {
  margin-top: 20px;
}
.tp01-footer--about-hour {
  margin-top: 20px;
}
.tp01-footer--about-hour table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.tp01-footer--about-hour table tr {
  display: flex;
  flex-wrap: wrap;
}
.tp01-footer--about-hour table th,
.tp01-footer--about-hour table td {
  vertical-align: top;
  width: 100%;
  padding: 4px 0;
}
.tp01-footer--about-hour table th {
  font-weight: normal;
}
.tp01-footer--about-hour table th span {
  display: block;
  padding: 1px 8px;
	border: 1px solid #008842;
  border-radius: 3px;
	color: #008842;
}
.tp01-footer--about-hour table td {}
.tp01-footer--about-hour table td.day {
  padding: 4px 0 0 0;
}
.tp01-footer--about-hour table td.time {
  padding: 0 0 4px 0;
}
.tp01-footer--inquiry {
  margin-top: 40px;
}
.tp01-footer--inquiry a {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: 2px solid #fff;
  border-radius: 50px;
  transition: 0.3s ease;
}
.tp01-footer--inquiry a:hover {
  color: #fff;
  background: #68bc82;
  border-color: #68bc82;
}
.tp01-footer--nav_link {
  padding: 10px 0;
  background: #fff;
  border-top: 1px solid #ccc;
}
.tp01-footer--nav_link--list {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 0 0;
  list-style-type: none;
}
.tp01-footer--nav_link--list--item {
  width: 50%;
  margin-bottom: 5px;
}
.tp01-footer--nav_link--list--item a {
  display: block;
  padding: 0 15px;
  color: #444;
  font-size: 85%;
  letter-spacing: 0.05em;
  text-decoration: none;
}
.tp01-footer--nav_link--list li:last-child a {
  border-right: 0;
}
.tp01-footer--copyright {
  padding: 15px 0;
  background: #fff;
  font-size: 85%;
  text-align: center;
}

.tp01-page-content {
  padding-top: 80px;
}
.tp01-page-content--head {
  display: flex;
  align-items: center;
  height: 200px;
  color: #fff;
	background: linear-gradient(to bottom, #008842, #4eb858), url(../image/page-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
}
.tp01-page-content--head--ttl {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 20px;
}
.tp01-page-content--head--ttl-main {
  display: block;
  font-size: 34px;
  line-height: 38px;
}
.tp01-page-content--head--ttl-sub {
  font-size: 20px;
  letter-spacing: 0.02em;
  font-family: 'Open Sans Condensed', sans-serif;
}
.tp01-page-content--wrap {
  margin-bottom: 60px;
  transform: translateY(100px);
  transition: 0.6s ease;
  opacity: 0;
}
.tp01-page-content--wrap-center {
  justify-content: center;
}
.on.tp01-page-content--wrap {
  transform: translateY(0);
  opacity: 1;
}
.tp01-page-content--wrap-last {
  margin-bottom: 0;
  border-bottom: 0;
}
.tp01-page-content--item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.tp01-page-content--item--upper {}
.tp01-page-content--item-image {}
.tp01-page-content--item-image img {
	border-radius: 10px;
}
.tp01-page-content--item-detail {
  margin-top: 15px;
}
.tp01-page-content--item-detail h3 {
	color: #008842;
  text-align: center;
}
.tp01-page-content--item-detail p {
  margin: 15px 0 20px 0;
  font-size: 16px;
  line-height: 180%;
}
.tp01-page-content--item a {
  display: block;
  position: relative;
  width: 100%;
  margin: auto auto 0 auto;
  padding: 15px;
  color: #f7a911;
  border: 1px solid #f7a911;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
}
.tp01-page-content--item a::after {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 600;
  width: 25px !important;
  height: 25px;
  position: absolute;
  right: 3%;
  top: 50%;
  margin-top: -12px;
  transition: 0.3s ease;
  pointer-events: none;
}
.tp01-page-content--wrap.index2 {
  display: block;
}
.tp01-page-content--wrap.index2 .tp01-page-content--item {
  display: block;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.tp01-page-content--wrap.index2 .tp01-page-content--item.last {
  border-bottom: 0;
}
.tp01-page-content--wrap.index2 h3 {
  padding: 5px 0 5px 12px;
  color: #137179;
  font-size: 26px;
  border-left: 6px solid #137179;
}
.tp01-page-content--wrap.index2 .tp01-page-content--item--upper {
  margin-top: 10px;
}
.tp01-page-content--wrap.index2 .tp01-page-content--item-image {}
.tp01-page-content--wrap.index2 .tp01-page-content--item-image img {
  display: block;
}
.tp01-page-content--wrap.index2 .tp01-page-content--item-detail {
  margin-top: 0;
}
.tp01-page-content--wrap.index2 .tp01-page-content--item-detail p {
  font-size: 95%;
}
.tp01-page-content--wrap.index2 h4 {
  margin-top: 10px;
  font-size: 120%;
  font-weight: bold;
}
.tp01-page-content--wrap.index2 .tp01-page-content--item-detail--list {
  padding: 14px 18px;
  border: 1px solid #137179;
  border-radius: 5px;
}
.tp01-page-content--wrap.index2 .tp01-page-content--item-detail--list h5 {
  font-size: 100%;
  color: #137179;
}
.tp01-page-content--wrap.index2 .tp01-page-content--item-detail--list ul {
  margin-top: 7px;
  list-style-type: none;
  font-size: 90%;
  font-weight: 600;
  line-height: 150%;
}
.tp01-page-content--wrap.index2 .tp01-page-content--item-detail--list li {
  position: relative;
  margin-bottom: 8px;
  padding: 0 0 0 27px;
}
.tp01-page-content--wrap.index2 .tp01-page-content--item-detail--list li:last-child {
  margin-bottom: 0;
}
.tp01-page-content--wrap.index2 .tp01-page-content--item-detail--list li::before {
  font-family: "Font Awesome 5 Free";
  content: '\f00c';
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 20px;
  color: #f7a911;
  margin-top: -11px;
}

.tp01-content_index {}
.tp01-content_index--ttl {}

.tp01-page-content_detail {
  padding: 40px 3% 60px 3%;
}
.tp01-page-content_detail-bg01 {
  background: #d5f1f3;
}
.tp01-page-content_detail-bg02 {
  background-color: #f8efe0;
  background-image: url(../image/bg.png);
  background-repeat: repeat;
}
.tp01-page-content_detail--wrap {
  padding-top: 20px;
}
.tp01-page-content_detail--wrap.tp01-page-content_detail--arrow {
  position: relative;
  margin-bottom: 70px;
}
.tp01-page-content_detail--wrap.tp01-page-content_detail--arrow::after {
  content: '';
  position: absolute;
  bottom: -55px;
  left: 50%;
  border-top: 30px solid #137179;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  margin-left: -50px;
}
.tp01-page-content_detail--inner {
}
.tp01-page-content_detail--item {}
.tp01-page-content_detail--item--notice {
  font-size: 14px;
}
.tp01-page-content_detail--item--icon {
  margin-top: 30px;
  text-align: center;
}
.tp01-page-content_detail--item--icon svg {
  display: block;
  width: auto;
  height: 100px;
  margin: 0 auto;
}
.tp01-page-content_detail--item--icon-st0 {
  fill: #137179;
}
.tp01-page-content_detail--text {}
.tp01-page-content_detail--image {}
.tp01-page-content_detail--wrap-01 {}
.tp01-page-content_detail--wrap-01 .tp01-page-content_detail--inner {
}
.tp01-page-content_detail--wrap-01 .tp01-page-content_detail--item {
}
.tp01-page-content_detail--wrap-01 .tp01-page-content_detail--text {
}
.tp01-page-content_detail--wrap-01 .tp01-page-content_detail--text h3 {
  color: #137179;
  font-size: 115%;
  text-align: center;
}
.tp01-page-content_detail--wrap-01 .tp01-page-content_detail--text p {
  margin-top: 20px;
  font-size: 90%;
  line-height: 180%;
}
.tp01-page-content_detail--wrap-01 .tp01-page-content_detail--image {
  margin-top: 15px;
}
.tp01-page-content_detail--text_center {
  padding-top: 10px;
  margin-bottom: -30px;
  text-align: center;
  font-size: 120%;
  font-weight: 600;
  transition: 0.5s ease-out;
  transform: translateY(80px);
  opacity: 0;
}
.tp01-page-content_detail--text_center.on {
  transform: translateY(0);
  opacity: 1;
}
.tp01-page-content_detail--wrap-02 {
  transition: 0.5s ease-out;
  transform: translateY(80px);
  opacity: 0;
}
.on.tp01-page-content_detail--wrap-02 {
  transform: translateY(0);
  opacity: 1;
}
.tp01-page-content_detail--wrap-02 .tp01-page-content_detail--inner {
}
.tp01-page-content_detail--wrap-02 .tp01-page-content_detail--item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  margin-bottom: 3%;
  padding: 15px 5px;
  background: #fff;
  color: #137179;
  font-size: 120%;
  text-align: center;
  font-weight: bold;
  border: 4px solid #137179;
}
.tp01-page-content_detail--wrap-02 .tp01-page-content_detail--text {}
.tp01-page-content_detail--wrap-02 .tp01-page-content_detail--image {}
.tp01-page-content_detail--wrap-03 {
}
.tp01-page-content_detail--wrap-03 .tp01-page-content_detail--inner {}
.tp01-page-content_detail--wrap-03 .tp01-page-content_detail--inner div:last-child {
  margin-bottom: 0;
}
.tp01-page-content_detail--wrap-03 .tp01-page-content_detail--item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  padding: 20px;
  background: #fff;
  transition: 0.5s ease-out;
  transform: translateY(90px);
  opacity: 0;
}
.tp01-page-content_detail--wrap-03 .on.tp01-page-content_detail--item {
  transform: translateY(0);
  opacity: 1;
}
.tp01-page-content_detail--wrap-03 .tp01-page-content_detail--text {
}
.tp01-page-content_detail--wrap-03 .tp01-page-content_detail--text h3 {
  color: #137179;
  font-size: 130%;
  text-align: center;
  letter-spacing: 0.02em;
}
.tp01-page-content_detail--wrap-03 .tp01-page-content_detail--text p {
  margin-top: 20px;
  line-height: 180%;
}
.tp01-page-content_detail--wrap-03 .tp01-page-content_detail--image {
  width: 180px;
}
.tp01-page-content_detail--wrap-03 .tp01-page-content_detail--image img {
  display: block;
}

.tp01-page-content_detail--wrap-04 {
}
.tp01-page-content_detail--wrap-04 .tp01-page-content_detail--inner {
}
.tp01-page-content_detail--wrap-04 .tp01-page-content_detail--item {
  position: relative;
  width: 80%;
  min-height: 200px;
  margin: 0 auto 20px auto;
  background: #fff;
  box-shadow: 0 5px 7px 0 hsl(181deg 20% 55% / 80%);
  transition: 0.5s ease-out;
  transform: rotateX(90deg);
  opacity: 0;
}
.tp01-page-content_detail--wrap-04 .on.tp01-page-content_detail--item {
  transform: rotateX(0);
  opacity: 1;
}
.tp01-page-content_detail--wrap-04 .tp01-page-content_detail--item::before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.tp01-page-content_detail--wrap-04 .tp01-page-content_detail--text {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.tp01-page-content_detail--wrap-04 .tp01-page-content_detail--text h3 {
  width: 100%;
  font-size: 24px;
  text-align: center;
}
.tp01-page-content_detail--wrap-04 .tp01-page-content_detail--text p {
  width: 100%;
}
.tp01-page-content_detail--wrap-04 .tp01-page-content_detail--image {

}

.tp01-page-content_detail--inquiry--ex {
  line-height: 180%;
  transition: 0.6s ease;
  transform: translateY(50px);
  opacity: 0;
}
.tp01-page-content_detail--inquiry--ex.on {
  transform: translateY(0);
  opacity: 1;
}
.tp01-page-content_detail--inquiry {
  width: 100%;
  margin: 20px auto 0 auto;
  background: #f7a911;
  transition: 0.6s ease;
  transform: translateY(50px) scale(1.05);
  opacity: 0;
}
.tp01-page-content_detail--inquiry.on {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.tp01-page-content_detail--inquiry a {
  display: block;
  padding: 15px 10px;
}
.tp01-page-content_detail--inquiry a img {
  display: block;
}
.tp01-page-content_detail--price {
  margin-bottom: 40px;
  transition: 0.5s ease-out;
  transform: translateY(80px);
  opacity: 0;
}
.on.tp01-page-content_detail--price {
  transform: translateY(0);
  opacity: 1;
}
.tp01-page-content_detail--price h3,
.tp01-page-content_detail--price--ex h3 {
  color: #137179;
}
.tp01-page-content_detail--price h3 span,
.tp01-page-content_detail--price--ex h3 span {
  margin-right: 5px;
}
.tp01-page-content_detail--price table {
  width: 100%;
  margin-top: 15px;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
  border-top: 2px solid #137179;
  border-right: 2px solid #137179;
}
.tp01-page-content_detail--price table tr {}
.tp01-page-content_detail--price table th,
.tp01-page-content_detail--price table td {
  padding: 15px;
  text-align: left;
}
.tp01-page-content_detail--price table th {
  width: 40%;
  max-width: 450px;
  background: #137179;
  color: #fff;
  border-bottom: 2px solid #fff;
}
.tp01-page-content_detail--price table td {
  width: 60%;
  border-bottom: 2px solid #137179;
}
.tp01-page-content_detail--price table th.last {
  border-bottom: 2px solid #137179;
}
.tp01-page-content_detail--price--ex {
  font-size: 90%;
}
.tp01-page-content_detail--price--ex h3 {}
.tp01-page-content_detail--price--ex-text {
  margin-top: 5px;
}
.tp01-page-content_detail--payment--ex {
  text-align: center;
}
.tp01-page-content_detail--payment--ex-main {
  margin-top: 40px;
  font-weight: bold;
  line-height: 160%;
}
.tp01-page-content_detail--payment--ex-sub {
  margin-top: 10px;
  font-size: 14px;
}
.tp01-page-content_detail--payment--info {
  margin-top: 40px;
  padding: 25px 20px;
  border: 3px solid #137179;
  background: #fff;
}
.tp01-page-content_detail--payment--info h3 {
  color: #137179;
  text-align: center;
  font-size: 24px;
}
.tp01-page-content_detail--payment--info p {
  margin-top: 20px;
  font-size: 90%;
  line-height: 180%;
}
.tp01-page-content_detail--payment--info a {
  display: block;
  position: relative;
  margin: 30px auto 0 auto;
  padding: 15px;
  color: #f7a911;
  border: 1px solid #f7a911;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
}
.tp01-page-content_detail--payment--info a::after {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 600;
  width: 25px !important;
  height: 25px;
  position: absolute;
  right: 3%;
  top: 50%;
  margin-top: -12px;
  transition: 0.3s ease;
  pointer-events: none;
}

.tp01-page-content--intro_doctor {
  margin-bottom: 40px;
  padding: 0 0 50px 0;
  border-bottom: 1px solid #ccc;
}
.tp01-page-content--intro_doctor--inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.tp01-page-content--intro_doctor--text {
  margin-top: 25px;
}
.tp01-page-content--intro_doctor--text .ttl {
	color: #444;
  font-size: 130%;
  text-align: center;
  line-height: 180%;
}
.tp01-page-content--intro_doctor--text .message {
  margin-top: 20px;
  font-size: 95%;
  line-height: 200%;
}
.tp01-page-content--intro_doctor--text .career {;
  margin-top: 25px;
  padding: 20px 20px 0 20px;
	border: 1px solid #008842;
  border-radius: 3px;
}
.tp01-page-content--intro_doctor--text .career ul {
  margin: 5px 0 20px 0;
  list-style-type: none;
  font-size: 90%;
}
.tp01-page-content--intro_doctor--text .career_ttl {
  font-size: 110%;
  font-weight: bold;
	color: #008842;
}
.tp01-page-content--intro_doctor--portrait {}
.tp01-page-content--intro_doctor--portrait .image {}
.tp01-page-content--intro_doctor--portrait .image img {
  display: block;
}
.tp01-page-content--intro_doctor--portrait .ttl {
  margin-top: 15px;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  line-height: 170%;
}
.tp01-page-content--intro_staff {
  padding-bottom: 40px;
}
.tp01-page-content--intro_staff--inner {}
.tp01-page-content--intro_staff--item {
  padding: 25px;
	background-color: #faf8e7;
  background-image: url(../image/bg.png);
  background-repeat: repeat;
  transition: 0.6s ease;
  transform: translateY(60px);
  opacity: 0;
}
.on .tp01-page-content--intro_staff--item {
  transform: translateY(0);
  opacity: 1;
}
.tp01-page-content--intro_staff--item h3 {
	color: #008842;
  font-size: 120%;
}
.tp01-page-content--intro_staff--item p {
  margin-top: 10px;
  font-size: 95%;
  line-height: 150%;
}
.tp01-page-content--intro_staff--item--image {}
.tp01-page-content--intro_staff--item--text {
  margin-top: 15px;
}

.tp01-page-first--head {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  margin-top: 40px;
}
.tp01-page-first--head--detail {
  margin-top: 15px;
}
.tp01-page-first--head--detail p {}
.tp01-page-first--head--list {
  margin-top: 20px;
  padding: 14px 18px;
	border: 1px solid #008842;
  border-radius: 5px;
}
.tp01-page-first--head--list .ttl {
  font-size: 100%;
  font-weight: bold;
	color: #008842;
}
.tp01-page-first--head--list p {
  margin-top: 10px;
  font-size: 85%;
}
.tp01-page-first--head--list ul {
  margin-top: 5px;
  list-style-type: none;
  font-size: 90%;
}
.tp01-page-first--head--list li {
  position: relative;
  margin-bottom: 5px;
  padding: 0 0 0 27px;
  font-weight: bold;
}
.tp01-page-first--head--list li:last-child {
  margin-bottom: 0;
}
.tp01-page-first--head--list li::before {
  font-family: "Font Awesome 5 Free";
  content: '\f00c';
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 20px;
  color: #f7a911;
  margin-top: -13px;
}
.tp01-page-first--head--image {
  width: 100%;
}
.tp01-page-first--head--image img {
  display: block;
}
.tp01-page-first--flow {
  width: 100%;
  padding: 40px 3%;
  background-color: #f8efe0;
  background-image: url(../image/bg.png);
  background-repeat: repeat;
}
.tp01-page-first--flow--list {
  width: 100%;
}
.tp01-page-first--flow--list--item {
  position: relative;
  padding: 20px;
  margin-bottom: 80px;
  background: #fff;
  transform: translateY(-40px);
  transition: 0.5s ease;
  opacity: 0;
}
.on.tp01-page-first--flow--list--item {
  transform: translateY(0);
  opacity: 1;
}
.tp01-page-first--flow--list--item::after {
  content: '';
  position: absolute;
  bottom: -50px;
  left: 50%;
  border-top: 20px solid #137179;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  margin-left: -30px;
}
.tp01-page-first--flow--list--item.last {
  margin-bottom: 10px;
}
.tp01-page-first--flow--list--item.last::after {
  content: none;
}
.tp01-page-first--flow--list--item-detail {
  width: 100%;
}
.tp01-page-first--flow--list--item-detail .ttl {
  display: flex;
  align-items: center;
}
.tp01-page-first--flow--list--item-detail .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  text-align: center;
  background: #137179;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  border-radius: 50px;
  font-family: 'Open Sans Condensed', sans-serif;
}
.tp01-page-first--flow--list--item-detail h3 {
  color: #137179;
  font-size: 24px;
  font-weight: 600;
}
.tp01-page-first--flow--list--item-detail .text {
  margin-top: 20px;
}
.tp01-page-first--flow--list--item-detail .text p {
  font-size: 95%;
  line-height: 180%;
}
.tp01-page-first--flow--list--item-image {
  width: 100%;
  margin-top: 20px;
}
.tp01-page-first--flow--list--item-image img {
  display: block;
}

.tp01-page-content--clinic_feature {
  width: 100%;
  padding: 45px 3%;
  background-color: #f8efe0;
  background-image: url(../image/bg.png);
  background-repeat: repeat;
}
.tp01-page-content--clinic_feature--wrap {}
.tp01-page-content--clinic_feature--item {
  width: 100%;
  margin-bottom: 40px;
  padding: 30px;
  background: #fff;
  box-shadow: 0 1px 5px 1px rgb(185 185 185 / 0.5);
  transition: 0.3s ease;
  transform: translateY(50px);
  opacity: 0;
}
.on.tp01-page-content--clinic_feature--item {
  transform: translateY(0);
  opacity: 1;
}
.last.tp01-page-content--clinic_feature--item {
  margin-bottom: 0;
}
.tp01-page-content--clinic_feature--image {}
.tp01-page-content--clinic_feature--image img {
  display: block;
  width: 100%;
}
.tp01-page-content--clinic_feature--text {}
.tp01-page-content--clinic_feature--text p {
  line-height: 180%;
}
.tp01-page-content--clinic_feature--num {
  margin-top: 15px;
  color: #137179;
  font-size: 56px;
  line-height: 56px;
  font-weight: bold;
  font-family: 'Open Sans Condensed', sans-serif;
}
.tp01-page-content--clinic_feature--ttl {
  margin: 20px 0 15px 0;
  color: #444;
  font-size: 22px;
	text-align: center;
}
.tp01-page-content--clinic_fac--desc {
	text-align: left;
  line-height: 180%;
}
.tp01-page-content--clinic_fac--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.tp01-page-content--clinic_fac--item {
  width: 90%;
	margin: 2% 5% 10%;
  text-align: left;
}
.tp01-page-content--clinic_fac--image {}
.tp01-page-content--clinic_fac--image img {
  display: block;
}
.tp01-page-content--clinic_fac--ttl {
  margin: 15px 0 10px;
	color: #008842;
  font-size: 18px;
  font-weight: bold;
	text-align: center;
}

.tp01-page-content_detail--recruit {}
.tp01-page-content_detail--recruit--head {
  margin-bottom: 50px;
}
.tp01-page-content_detail--recruit--head p {
  line-height: 180%;
}
.tp01-page-content_detail--recruit--head_image {
  display: flex;
  margin: 30px 0;
}
.tp01-page-content_detail--recruit--head_image--item {
  width: 50%;
}
.tp01-page-content_detail--recruit--head_image--item img {
  display: block;
}
.tp01-page-content_detail--recruit--head_link {}
.tp01-page-content_detail--recruit--head_link ul {
  display: flex;
  list-style-type: none;
  justify-content: center;
}
.tp01-page-content_detail--recruit--head_link ul li {
  display: block;
  border-right: 1px solid #ccc;
}
.tp01-page-content_detail--recruit--head_link ul li:first-child {
  border-left: 1px solid #ccc;
}
.tp01-page-content_detail--recruit--head_link ul li a {
  display: block;
  padding: 0 20px;
  color: #0097d6;
  text-decoration: none;
  text-align: center;
}
.tp01-page-content_detail--recruit--head_link ul li a span {
  margin-left: 8px;
  font-size: 120%;
}
.tp01-page-content_detail--recruit--detail {
  margin-bottom: 50px;
  padding: 30px 20px 40px;
  background: #fff;
  box-shadow: 0 1px 8px 1px rgb(165 165 165 / 50%);
}
.tp01-page-content_detail--recruit--detail h3 {
	color: #008842;
}
.tp01-page-content_detail--recruit--detail h3 span {
  margin-right: 5px;
}
.tp01-page-content_detail--recruit--detail table {
  width: 100%;
  margin-top: 15px;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
  font-size: 85%;
}
.tp01-page-content_detail--recruit--detail table th,
.tp01-page-content_detail--recruit--detail table td {
  padding: 15px 8px;
  text-align: left;
  border-top: 1px solid #ccc;
}
.tp01-page-content_detail--recruit--detail table th.last,
.tp01-page-content_detail--recruit--detail table td.last {
  border-bottom: 1px solid #ccc;
}
.tp01-page-content_detail--recruit--detail table th {
  width: 25%;
  background: #f6f6f6;
  font-weight: normal;
}
.tp01-page-content_detail--recruit--detail table td {}
.tp01-page-content_detail--recruit--appli {
  padding-bottom: 50px;
}
.tp01-page-content_detail--recruit--appli--head {
  text-align: center;
  line-height: 180%;
}

.tp01-page-content_detail--inquiry_page {}
.tp01-page-content_detail--inquiry_page--head {
	margin-bottom: 60px;
}
.tp01-page-content_detail--inquiry_page--form {
  margin: 20px 0;
}
.tp01-page-content_detail--inquiry_page--form input[type="text"],
.tp01-page-content_detail--inquiry_page--form input[type="tel"],
.tp01-page-content_detail--inquiry_page--form input[type="email"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.tp01-page-content_detail--inquiry_page--form textarea {
  width: 100%;
  height: 8.5em;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.tp01-page-content_detail--inquiry_page--form .required {
  display: inline-block;
  margin-left: 8px;
  padding: 1px 4px;
  border-radius: 3px;
  background: #ff1e2c;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.tp01-page-content_detail--inquiry_page--form table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
}
.tp01-page-content_detail--inquiry_page--form table tr {
  display: flex;
  flex-wrap: wrap;
}
.tp01-page-content_detail--inquiry_page--form table th,
.tp01-page-content_detail--inquiry_page--form table td {
  width: 100%;
  text-align: left;
}
.tp01-page-content_detail--inquiry_page--form table th {
  padding: 30px 0 10px 0;
}
.tp01-page-content_detail--inquiry_page--form table td {}
.tp01-page-content_detail--inquiry_page--form--privacy {
  margin: 20px auto 0 auto;
}
.tp01-page-content_detail--inquiry_page--form--privacy-chk {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
}
.tp01-page-content_detail--inquiry_page--form--privacy-chk label {
  cursor: pointer;
}
.tp01-page-content_detail--inquiry_page--form--privacy-chk input {
  margin-right: 5px;
}
.tp01-page-content_detail--inquiry_page--form--submit {}
.tp01-page-content_detail--inquiry_page--form--submit button {
  position: relative;
  display: block;
  width: 80%;
  margin: 30px auto;
  padding: 15px 0;
  color: #fff;
  background: #f7a911;
  font-size: 21px;
  text-align: center;
  text-decoration: none;
  border: 2px solid #f7a911;
  border-radius: 5px;
  transition: 0.3s ease;
}
.tp01-page-content_detail--inquiry_page--form--submit button:hover {
  color: #f7a911;
  background: #fff;
}
.tp01-page-content_detail--inquiry_page--form--submit button::after {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 600;
  position: absolute;
  top: 50%;
  right: 6%;
  font-size: 24px;
  margin-top: -12px;
}
.tp01-page-content_detail--inquiry_page--head p,
.tp01-page-content_detail--inquiry_page--form--privacy p,
.tp01-page-content_detail--inquiry_page--form--submit p {
  line-height: 170%;
}
.tp01-page-content_detail--inquiry_page--form--submit p {
  text-align: center;
}
.tp01-page-content_detail--inquiry_page--form--privacy p,
.tp01-page-content_detail--inquiry_page--form--submit p {
  font-size: 85%;
}

.tp01-page-content_detail--about--content {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ccc;
  transition: 0.4s ease;
  transform: translateY(40px);
  opacity: 0;
}
.on.tp01-page-content_detail--about--content {
  transform: translateY(0);
  opacity: 1;
}
.tp01-page-content_detail--about--content.last {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
.tp01-page-content_detail--about--schedule {}
.tp01-page-content_detail--about--access {}
.tp01-page-content_detail--about--access-head {
  text-align: center;
  line-height: 180%;
}
.tp01-page-content_detail--about--access-head p {
  margin-top: 5px;
  text-align: left;
}
.tp01-page-content_detail--about--access-detail {
  margin: 40px auto 0 auto;
}
.tp01-page-content_detail--about--access-detail h4 {
  margin-top: 20px;
	color: #008842;
}
.tp01-page-content_detail--about--access-map {
  margin-top: -20px;
}

.tp01-page-content_detail--inquiry_page_comp p,
.tp01-page-404 p {
  margin-bottom: 25px;
}
.tp01-page-content_detail--inquiry_page_comp a.telephone {
	color: #008842;
  font-size: 36px;
  font-weight: bold;
  font-family: 'Open Sans Condensed', sans-serif;
	text-decoration: none;
}
.tp01-page-content_detail--inquiry_page_comp a.back,
.tp01-page-404 a.back {
  margin-top: 40px;
}

.tp01-page-404 {
  padding: 60px 20px;
}
.tp01-page-404 p {
  text-align: center;
}


.changeCss {
  padding: 20px 0 80px 0;
  text-align: center;
}
.changeCssBtn {
  display: block;
  width: 80%;
  padding: 10px 0;
  margin: 0 auto;
  background: #444;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
.changeCssControl {
  display: none;
  padding: 10px 0;
  text-align: center;
}
.changeCssControl button {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 5px 0;
  background: #fff;
  color: #333;
  border: 1px solid #aaa;
  margin-bottom: 5px;
  border-radius: 10px;
}
.changeCssControl button.forPc {
  display: none;
}

.top-concept {
	margin: 40px 0;
}

.tp02-content_inr {

	margin: 30px 0 0;
}

.tp02-content_inr h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #008842;
}

.tp02-top_concept_section_text h3 {
	margin-bottom: 15px;
	line-height: 1.8;
	font-size: 20px;
	text-align: center;
}

.tp02-top_concept_section_text p {
	margin-bottom: 30px;
	line-height: 1.8;
	font-size: 14px;
}


.tp02-overview_reserve {
	margin: 30px 0 20px 0;
}
.tp02-overview_reserve h3 {
	margin-bottom: 10px;
	font-size: 20px;
	text-align: center;
}
.tp02-overview_reserve_cal {
	width: 100%;
	margin-bottom: 30px;
}
.tp02-overview_reserve_cal iframe {
	width: 100%;
	height: 370px;
	border: none;
}


.tp02-nayami {
	background: #fffcf6;
}

.tp02-nayami_contents {
	margin-top: 20px;
}
.tp02-nayami_contents_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.tp02-nayami_contents_item {
	width: 85%;
	margin: 0 1% 40px 1%;
	border: 2px solid #4eb858;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}
.tp02-nayami_contents_item a {
	display: block;
	color: #444;
	text-decoration: none;
}
.tp02-nayami_contents_item a:hover {
	color: #444;
	opacity: 0.6;
}
.tp02-nayami_contents_item_image {}
.tp02-nayami_contents_item_image img {
	width: 100%;
}
.tp02-nayami_contents_item_text {
	min-height: 90px;
	padding: 15px;
	box-sizing: border-box;
}
.tp02-nayami_contents_item_text ul {}
.tp02-nayami_contents_item_text ul li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 28px;
	font-weight: bold;
	background-image: url("../image/common/chk.png");
	background-size: 22px;
	background-position: left center;
	background-repeat: no-repeat;
	list-style: none;
	font-size: 16px;
}
.tp02-nayami_contents_item_text ul li:last-child {
	margin-bottom: 0;
}

a.external {
	position: relative;
	padding-right: 0px;
}
a.external::after {
	font-family: 'Font Awesome 5 Free';
	content: '\f35d';
	position: absolute;
	top: 10px;
	right: -25px;
	font-size: 110%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	transform: translateY(-55%);
}


.tp02-top_recruit {
	margin: 0 0;
	padding: 20px 0 0 0;
	background: #fff6c8;
}
.tp02-top_recruit h2 {
	width: 90%;
	max-width: 1000px;
	min-width: 800px;
	margin: 10px auto;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
.tp02-top_recruit_link {}
.tp02-top_recruit_link a {
	position: relative;
	display: block;
	width: 100%;
	margin: 15px auto;
	padding: 20px 0;
	color: #fff;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
}

.tp02-top_recruit_link a:hover {
	opacity: 0.75;
}

.tp02-top_recruit_link a::after {
	font-family: 'Font Awesome 5 Free';
	content: '\f054';
	position: absolute;
	top: 50%;
	right: 15px;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	transform: translateY(-50%);
	pointer-events: none;
}
.tp02-top_recruit_link_01 {
	background: #008842;
}
.tp02-top_recruit_link_02 {
	background: #4eb858;
}
.tp02-top_recruit_inner {
	display: flex;
	align-items: center;
	max-width: 1000px;
	min-width: 800px;
	margin: 0 auto;
}
.tp02-top_recruit_left {
	width: 40%;
}
.tp02-top_recruit_right {
	width: 60%;
	min-height: 300px;
	background-image: url("../image/common/group_photo.jpg");
	background-size: 500px;
	background-repeat: no-repeat;
	background-position: bottom center;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
	.tp02-top_recruit {
		padding: 20px 0 0 0;
	}
	.tp02-top_recruit h2 {
		min-width: inherit;
		max-width: inherit;
		margin-bottom: 10px;
		font-size: 24px;
	}
	.tp02-top_recruit_inner {
		align-items: flex-end;
		max-width: none;
		min-width: inherit;
	}
	.tp02-top_recruit_left {
		padding: 0 16px;
	}
	.tp02-top_recruit_right {
		min-height: 200px;
		background-size: contain;
	}
}
@media screen and (max-width: 767px) {
	.tp02-top_recruit {
		padding: 30px 0 0 0;
	}
	.tp02-top_recruit h2 {
		min-width: inherit;
		max-width: inherit;
		font-size: 20px;
	}
	.tp02-top_recruit_inner {
		display: block;
		max-width: none;
		min-width: inherit;
	}
	.tp02-top_recruit_left,
	.tp02-top_recruit_right {
		width: 100%;
		box-sizing: border-box;
	}
	.tp02-top_recruit_left {
		padding: 0 16px;
	}
	.tp02-top_recruit_right {
		min-height: 200px;
		background-size: contain;
	}
}


.tp02-footer_info {
	background: #fff;
	padding: 20px 0;
}
.tp02-footer_info_inner {
	max-width: 1000px;
	min-width: 800px;
	margin: 0 auto;
}
.tp02-footer_info_head {}
.tp02-footer_info_head_logo {
	text-align: center;
}
.tp02-footer_info_head_logo_icon {
	width: 110px;
	margin: 0 auto;
}
.tp02-footer_info_head_logo_text {
	width: 320px;
	margin: 15px auto;
}
.tp02-footer_info_head_logo_icon img,
.tp02-footer_info_head_logo_text img {
	width: 100%;
}
.tp02-footer_info_head_address {
	font-size: 120%;
	text-align: center;
}
.tp02-footer_info_body {
	display: flex;
	justify-content: space-between;
	margin: 40px 0;
}
.tp02-footer_info_body_01 {
	display: flex;
	flex-wrap: wrap;
	flex-flow: column;
	width: 28%;
	margin-right: 10px;
}
.tp02-footer_info_body_02 {
	width: 28%;
	margin-right: 10px;
}
.tp02-footer_info_body_03 {
	width: 44%;
}
.tp02-footer_info_tel {
	display: inline-block;
	padding-left: 30px;
	font-size: 24px;
	font-weight: bold;
	color: #008842;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg%3E%3Cpath fill='%23008842' d='M256,0C114.6,0,0,114.6,0,256c0,141.4,114.6,256,256,256s256-114.6,256-256C512,114.6,397.4,0,256,0z M375.7,364.2c-3.1,3.6-32.2,41.9-78.5,25.8c-46.3-16.1-82-45.4-108.2-76.5c-26.2-31.1-49-71.2-57-119.6c-8-48.4,34.6-70.5,38.7-73%0Ac4.1-2.4,22-6.7,30,5.3c8,11.9,22.3,48.3,23.6,57.1c1.3,8.8-7.9,18.5-18.5,20.5c-10.6,2-10,7.5-10,7.5s5.9,21.4,40.5,62.4%0Ac34.6,41.1,54.7,50.5,54.7,50.5s5.3,1.4,9.1-8.6c3.8-10.1,14.9-17.5,23.3-14.8s41.9,23,52.3,32.9%0AC386,343.7,378.8,360.6,375.7,364.2z'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size:;
}
.tp02-footer_info_hour {
	width: 100%;
	margin-top: 15px;
	font-size: 95%;
	font-weight: bold;
	line-height: 180%;
}
.tp02-footer_info_reserve {
	text-align: center;
}
.tp02-footer_info_reserve .reserve_line {
	pointer-events: none;
}
.tp02-footer_info_reserve .reserve_line img {
	width: 100%;
}
.tp02-footer_info_reserve a {
	display: block;
	margin-bottom: 10px;
}
.tp02-footer_info_time {
	width: 100%;
}
.tp02-footer_info_time table.tp02-calender {
	margin: 0;
}
.tp02-footer_info_time .tp02-calender tr.head th {
	width: 145px;
}
.tp02-footer_info_time .hosoku {
	margin: 5px 0 0 0;
	font-size: 85%;
	text-align: right;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
	.tp02-footer_info_inner {
		max-width: none;
		min-width: inherit;
		padding: 0 16px;
		box-sizing: border-box;
	}
	.tp02-footer_info_body {
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.tp02-footer_info_body_01,
	.tp02-footer_info_body_02 {
		width: 35%;
		margin: 0 1%;
	}
	.tp02-footer_info_body_03 {
		width: 100%;
		max-width: 900px;
		margin: 15px 0 0 0;
	}
	.tp02-footer_info_tel {
		margin: 0 auto;
	}
	.tp02-footer_info_hour {
		margin: 5px 0 20px 0;
		font-size: 100%;
		text-align: center;
	}
	.tp02-footer_info_reserve {
		text-align: center;
	}
}


@media screen and (max-width: 767px) {
	.tp02-footer_info_inner {
		max-width: none;
		min-width: inherit;
		padding: 0 16px;
		box-sizing: border-box;
	}
	.tp02-footer_info_head_logo_text {
		width: 100%;
	}
	.tp02-footer_info_body {
		display: block;
		margin: 20px 0;
	}
	.tp02-footer_info_body_01,
	.tp02-footer_info_body_02,
	.tp02-footer_info_body_03 {
		width: 100%;
		margin: 0;
	}
	.tp02-footer_info_tel {
		margin: 0 auto;
	}
	.tp02-footer_info_hour {
		margin: 5px 0 20px 0;
		text-align: center;
	}
	.tp02-footer_info_time .tp02-calender tr.head th {
		width: 110px;
	}
	.tp02-footer_info_reserve .reserve_line {
		display: none;
	}
	.tp02-footer_info_reserve img {
		width: auto;
	}
}

/* 診療カレンダー */
table.tp02-calender {
	width: 100%;
	border-spacing: 0;
	margin: 20px 0 10px 0;
	font-size: 14px;
}
.tp02-calender tr {
	display: flex;
}
.tp02-calender th {
	display: block;
	flex: 1 1 auto;
	width: 145px;
	padding: 10px 0;
	border-bottom: solid 2px #ddd;
}
.tp02-calender td {
	display: block;
	flex: 1 1 auto;
	border-bottom: solid 2px #ddd;
	text-align: center;
	padding: 10px 0;
}
.tp02-calender tr.head {
	background: linear-gradient(to right, #8bc224, #55ba53 30%, #3db667);
}
.tp02-calender tr.head th {}
.tp02-calender tr.head th,
.tp02-calender tr.head td {
	color: #fff;
	border-bottom: 0;
}
.tp02-calender_circle {
	color: #444;
}
.tp02-calender_emergency {
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	.tp02-calender th {
		width: 110px;
	}
	.pc-only {
		display: none!important;
	}
	.i12-only {
		display: none!important;
	}
	.sp-only {
		display: block!important;
	}
}
/* 診療カレンダー */


.tp02-recruit_merit {
	margin-bottom: 50px;
	background-image: url("../image/common/bg_02.png");
	background-repeat: repeat;
}
.tp02-recruit_merit_wrap {
	max-width: none;
	min-width: inherit;
	padding: 40px 16px 10px;
	box-sizing: border-box;
}
.tp02-recruit_merit_item {
	display: block;
	margin-bottom: 40px;
	background: #fff;
	box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%), 0 1px 15px 0 rgb(0 0 0 / 14%);
}
.tp02-recruit_merit_item_image,
.tp02-recruit_merit_item_text {
	width: 100%;
	margin: 0;
}
.tp02-recruit_merit_item_text {
	position: relative;
	top: auto;
	right: auto;
	width: 100%;
	min-height: inherit;
	padding: 15px 18px;
}
.tp02-recruit_merit_item_text h3 {
	font-size: 18px;
	color: #008842;
	margin-bottom: 10px;
}

.tp02-recruit_merit_item_text p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 10px;
}

.tp02-recruit_carrer_contents {
	max-width: none;
	min-width: inherit;
	padding: 0 16px;
	box-sizing: border-box;
	margin-bottom: 60px;
}
.tp02-recruit_carrer_step {
	padding: 15px;
	margin-bottom: 35px;
	position: relative;
	background: #fff;
	border: 3px solid #85c300;
	border-radius: 10px;
}

.tp02-recruit_carrer_step::after {
	content: '';
	position: absolute;
	bottom: -30px;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 28px 0 28px;
	border-color: #85c300 transparent transparent transparent;
	transform: translateX(-50%);
}

.tp02-recruit_carrer_step.last::after {
	content: none;
}


.tp02-recruit_carrer_step_inner {
	display: block;
}
.tp02-recruit_carrer_step_image,
.tp02-recruit_carrer_step_text {
	width: 100%;
}
.tp02-recruit_carrer_step_text {
	margin-top: 10px;
}
.tp02-recruit_carrer_step_text h3 {
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
	padding: 6px 25px;
	margin-bottom: 10px;
	background: #f4a840;
	color: #fff;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.06em;
	border-radius: 30px;
}
.tp02-recruit_carrer_step_text p {
	margin-bottom: 10px;
	line-height: 180%;
}

.tp02-recruit_special {
	margin-bottom: 60px;
	padding: 40px 16px;
	background: #fff6c8;
}
.tp02-recruit_special h2 {
	font-size: 24px;
	text-align: center;
}
.tp02-recruit_special_contents {
	display: block;
	max-width: none;
	min-width: inherit;
}
.tp02-recruit_special_left,
.tp02-recruit_special_right {
	width: 100%;
	margin: 0;
}

.tp02-recruit_special_link {
	margin: 30px 0 30px 0;
}
.tp02-recruit_special_link a {
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 18px 0;
	background: #f4a840;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border-radius: 30px;
	text-decoration: none;
}
.tp02-recruit_special_link a::after {
	font-family: 'Font Awesome 5 Free';
	content: '\f054';
	position: absolute;
	top: 50%;
	right: 15px;
	margin: 0;
	padding: 0;
	transform: translateY(-50%);
	pointer-events: none;
}


.tp02-recruit_clinic_info {
	padding: 40px 16px;
	background-image: url("../image/common/bg_03.png");
	background-repeat: repeat;
}
.tp02-recruit_clinic_info_contents {
	margin: 0 auto;
	padding: 20px;
	background: #fff;
	box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%), 0 1px 15px 0 rgb(0 0 0 / 14%);
	box-sizing: border-box;
}
.tp02-recruit_clinic_info_table {
	width: 100%;
	margin: 0 auto 20px;
	border-collapse: separate;
	border-spacing: 0;
	border: 0;
}
.tp02-recruit_clinic_info_table th,
.tp02-recruit_clinic_info_table td {
	padding: 12px 0;
	text-align: left;
	font-size: 14px;
}
.tp02-recruit_clinic_info_table th {
	width: 25%;
	color: #008842;
	vertical-align: baseline;
}
.tp02-recruit_clinic_info_table td {}
.tp02-recruit_clinic_info_map {}
.tp02-recruit_clinic_info_time {
	margin-top: 30px;
}
.tp02-recruit_clinic_info_time_table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	margin-bottom: 10px;
}
.tp02-recruit_clinic_info_time_table th,
.tp02-recruit_clinic_info_time_table td {
	padding: 15px;
	text-align: center;
}
.tp02-recruit_clinic_info_time_table .head th,
.tp02-recruit_clinic_info_time_table .head td {
	padding: 10px;
	background: #fff;
	color: #4a2c1a;
	font-weight: bold;
}
.tp02-recruit_clinic_info_time_table .body01 th,
.tp02-recruit_clinic_info_time_table .body02 th {
	background: #85c300;
	color: #fff;
}
.tp02-recruit_clinic_info_time_table .body01 th {
	border-bottom: 1px solid #fff;
}
.tp02-recruit_clinic_info_time_table .body01 td {
	border-top: 1px solid #ccc;
}
.tp02-recruit_clinic_info_time_table .body01 td,
.tp02-recruit_clinic_info_time_table .body02 td {
	border-bottom: 1px solid #ccc;
}
.tp02-recruit_clinic_info_time_table td.first {
	padding: 8px;
}
.tp02-recruit_clinic_info_time_table_circle {
	color: #f4a840;
}
.tp02-recruit_clinic_info_time_text {
	font-size: 13px;
	text-align: right;
}
.tp02-recruit_clinic_info_time_table_wrap {
	overflow-x: scroll;
}
.tp02-recruit_clinic_info_time_text {
	font-size: 12px;
}


.tp02-recruit_inquiry {
	padding: 40px 16px 60px 16px;
	background: #fff;
}
.tp02-recruit_inquiry_contents {
	max-width: none;
	min-width: inherit;
	margin: 0 auto;
	text-align: center;
}
.tp02-recruit_inquiry_tel {
	display: inline-block;
	padding: 20px 0 20px 40px;
	font-size: 32px;
	font-weight: bold;
	color: #008842;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg%3E%3Cpath fill='%23008842' d='M256,0C114.6,0,0,114.6,0,256c0,141.4,114.6,256,256,256s256-114.6,256-256C512,114.6,397.4,0,256,0z M375.7,364.2c-3.1,3.6-32.2,41.9-78.5,25.8c-46.3-16.1-82-45.4-108.2-76.5c-26.2-31.1-49-71.2-57-119.6c-8-48.4,34.6-70.5,38.7-73%0Ac4.1-2.4,22-6.7,30,5.3c8,11.9,22.3,48.3,23.6,57.1c1.3,8.8-7.9,18.5-18.5,20.5c-10.6,2-10,7.5-10,7.5s5.9,21.4,40.5,62.4%0Ac34.6,41.1,54.7,50.5,54.7,50.5s5.3,1.4,9.1-8.6c3.8-10.1,14.9-17.5,23.3-14.8s41.9,23,52.3,32.9%0AC386,343.7,378.8,360.6,375.7,364.2z'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 35px;
	background-position: 0 50%;
}
.tp02-recruit_inquiry_apply {}
.tp02-recruit_inquiry_apply a {
	position: relative;
	display: block;
	width: 100%;
	margin: 20px auto 0 auto;
	padding: 18px 15px;
	background: #f4a840;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	border-radius: 30px;
	text-decoration: none;
}

.tp02-recruit_inquiry_apply a:hover {
	opacity: 0.7;
}

.tp02-recruit_inquiry_apply a::after {
	font-family: 'Font Awesome 5 Free';
	content: '\f054';
	position: absolute;
	top: 50%;
	right: 25px;
	font-size: 20px;
	margin: 0;
	padding: 0;
	transform: translateY(-50%);
	pointer-events: none;
}

.tp02-recruit_subhead {
	margin: 50px 0 20px 0;
	color: #f2a640;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 140%;
}

.tp02-recruit_content_text {
	margin: 0 0 30px 0;
	padding: 0 16px;
	text-align: center;
	font-size: 14px;
}

.tp02-recruit_interview {
	padding: 40px 20px;
	background: #ebf9de;
}
.tp02-recruit_interview_contents {
	margin: 0 auto;
	padding: 30px;
	background: #fff;
	box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%), 0 1px 15px 0 rgb(0 0 0 / 14%);
	border-radius: 10px;
	box-sizing: border-box;
}

.tp02-recruit_interview_item_image {
	width: 100%;
	margin-bottom: 15px;
}
.tp02-recruit_interview_item_image img {
	width: 100%;
	border: 1px solid #86c200;
	border-radius: 100%;
}
.tp02-recruit_interview_item_text {
	width: 100%;
}
.tp02-recruit_interview_item_text h3 {
	color: #008842;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.tp02-recruit_interview_item_text p {
	margin-top: 15px;
	line-height: 190%;
	font-size: 15px;
}



.tp02-treatment_b_wrap_inner img,
.tp02-recruit_interview_page_content_image_deco img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	border-radius: 10px;
	margin-bottom: 30px;
	object-fit: cover;
}


.tp02-treatment_b_wrap_inner {
	background-color: #fff;
	width: 90%;
	margin: 0 auto;
	padding: 30px 0;
	margin-bottom: 30px;
}

.tp02-treatment_b_wrap_inner p {
	font-size: 14px;
}

.tp02-recruit_interview_page_wrap {
	background-color: #fff;
	width: 100%;
	max-width: none;
	margin: -30px auto 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}



.tp02-recruit_interview_page_content {
	margin-bottom: 70px;
}
.tp02-recruit_interview_page_content.last {
	margin-bottom: 0;
}
.tp02-recruit_interview_page_content_title {
	padding: 15px 25px;
	background: #ebfcee;
	margin-bottom: 20px;
	font-size: 20px;
}
.tp02-recruit_interview_page_content_chat {
	width: 100%;
	margin: 0;
}
.tp02-recruit_interview_page_content_chat_item {
	display: flex;
	align-items: center;
	margin: 15px 0;
}
.tp02-recruit_interview_page_content_chat_item .icon {
	width: 80px;
}
.tp02-recruit_interview_page_content_chat_item .icon img {
	display: block;
	width: 100%;
	border-radius: 80px;
}
.tp02-recruit_interview_page_content_chat_item .icon .name {
	display: block;
	text-align: center;
	font-size: 12px;
}
.tp02-recruit_interview_page_content_chat_item .text {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	border-radius: 10px;
	box-sizing: border-box;
	min-height: 55px;
	margin: 0 0 0 20px;
	padding: 15px 10px 15px 15px;
}
.tp02-recruit_interview_page_content_chat_item.item01 .text {
	background: #ffeeee;
}
.tp02-recruit_interview_page_content_chat_item.item02 .text {
	background: #fdf9d2;
}
.tp02-recruit_interview_page_content_chat_item.item03 .text {
	background: #e1f7ff;
}
.tp02-recruit_interview_page_content_chat_item .text::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -25px;
	border: 15px solid transparent;
	z-index: 0;
	transform: translateY(-50%);
}
.tp02-recruit_interview_page_content_chat_item.item01 .text::before {
	border-right: 15px solid #ffeeee;
}
.tp02-recruit_interview_page_content_chat_item.item02 .text::before {
	border-right: 15px solid #fdf9d2;
}
.tp02-recruit_interview_page_content_chat_item.item03 .text::before {
	border-right: 15px solid #e1f7ff;
}



.tp02-recruit_interview_page_content_chat_item .text {
	min-height: 55px;
	margin: 0 0 0 20px;
	padding: 15px 10px 15px 15px;
}
.tp02-recruit_interview_page_content_chat_item .text::before {
	margin-top: -5px;
}

.tp02-recruit_interview_page_footer {
	max-width: none;
	padding: 30px 12px;
}



.tp02-mailform_wrap_inner {
	width: 95%;
	padding: 30px 0;
	margin: 0 auto;
}

.inquiry-inout-box {
	margin-bottom: 30px;
}

.inquiry-inout-box input {
	width: 400px;
	height: 40px;
	margin-top: 10px;
	border: solid 1px #ddd;
	border-radius: 5px;
	padding: 0 5px;
	font-size: 15px;
}

.inquiry-inout-box input::placeholder {
	color: #ccc;
}

.inquiry-inout-box-text {
	display: flex;
}

.inquiry-inout-box-text p {
	font-weight: bold;
	font-size: 16px;
}

.inquiry-inout-box-text span {
	background-color: red;
	padding: 0 6px;
	color: #fff;
	font-size: 11px;
	border-radius: 3px;
	margin-left: 7px;
}

.inquiry-inout-box-message textarea {
	width: 100%;
	height: 150px;
	margin-top: 10px;
	border: solid 1px #ddd;
	border-radius: 5px;
	font-size: 15px;
	padding: 10px;
}

.inquiry-inout-box-message textarea::placeholder {
	color: #ccc;
}

.messageform-top-text {
	font-size: 15px;
	line-height: 2;
	text-align: center;
	margin-bottom: 50px;
}
.error {
	color: red;
}
.messageform-bottom-text {
	font-size: 14px;
	line-height: 2;
	text-align: left;
	margin-top: 40px;
}

button.btn--mailform {
	color: #fff;
	background: #ffb142;
	border: solid 3px #ffb142;
	margin: 0 auto;
	width: 300px;
	margin-top: 40px;
	border-radius: 30px;
	text-align: center;
	padding: 10px 0;
	display: block;
}

button.btn--mailform:hover {
	color: #ffb142;
	border: solid 3px #ffb142;
	background-color: #fff;
}

a.btn--404 {
	color: #008842;
	border: solid 3px #008842;
	background-color: #fff;
	margin: 0 auto;
	width: 250px;
	margin-top: 40px;
}

a.btn--404:hover {
	color: #fff;
	background: #008842;
}

.tp02-btn {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	border-radius: 0.5rem;
	display: block;
	position: relative;
	border-radius: 50px;
}

.tp02-btn:before {
	font-family: 'Font Awesome 5 Free';
	font-size: 1.2rem;
	line-height: 1.5;
	position: absolute;
	top: calc(50% - .8rem);
	right: 1.5rem;
	margin: 0;
	padding: 0;
	content: '\f054';
}

.tp02-t_detail_inner {
	width: 100%;
	padding-top: 20px;
	background-color: #fff;
}

.tp02-t_detail_wrap_inner {
	width: 90%;
	margin: 0 auto;
	padding: 15px 0;
}

.tp02-t_detail_inner_contents_wrap {
	width: 95%;
	flex-direction: column;
}

.tp02-t_detail_inner_contents_flex {
	width: auto;
}
.tp02-t_detail_inner_contents_flex p {
	height: auto;
	margin-bottom: 30px;
	line-height: 1.6;
}

.tp02-t_detail_text_heading {
	margin-bottom: 25px;
	font-size: 18px;
	text-align: left;
}

.tp02-t_detail_inner_contents_img {
	width: 100%;
	margin: 0 auto;
}
.tp02-t_detail_inner_contents_img img {
	margin-bottom: 20px;
	width: 100%;
}

.tp02-t_detail_inner_contents_img2 {
	width: 60%;
	margin: 0 auto;
}
.tp02-t_detail_inner_contents_img2 img {
	margin-bottom: 20px;
}

#tp02-t_detail_merit_inner_contents {
	width: 90%;
	height: auto;
}

.tp02-t_detail_merit_inner_contents_box {
	background-color: #fff;
	width: 100%;
	min-height: 45px;
	margin: 10px 0;
	padding: 10px 15px;
	border-radius: 10px;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	color: #ffb142;
	border: solid #ffb142 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.tp02-t_detail_merit_inner_contents_box.item4 {
	width: 48%;
}
.tp02-t_detail_merit_inner_contents_box.empty {
	display: none;
}

#tp02-t_detail_merit_inner_contents {
	width: 90%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: space-between;
	align-content: space-around;
}

.tp02-t_detail_merit_inner_contents_box {
	width: 32%;
}

.tp02-t_detail_worry_sub_text {
	padding: 0 15px;
	line-height: 1.6;
	text-align: left;
	margin: 20px auto 0;
	font-size: 100%;
	width: 95%;
}

.tp02-t_detail_type_sub_text {
	font-size: 98%;
	width: 95%;
	margin: 0 auto 25px;
	line-height: 1.6;
}


.tp02-t_detail_type_inner {
	width: 100%;
	margin: 0 auto;
	padding: 40px 25px;
	background-color: #fffcf6;
	box-sizing: border-box;
}

.tp02-t_detail_type_inner_block {
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	width: 95%;
	max-width: 860px;
	padding: 30px 15px;
	margin: 0 auto;
	border-radius: 10px;
	justify-content: space-between;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	min-height: 230px;
	box-sizing: border-box;
	flex-direction: column;
	height: auto;
}

.tp02-t_detail_type_inner_block--notice {
	width: 95%;
	margin: 0 auto;
	font-size: 12px;
	transform: rotate(0.05deg);
}

.tp02-treatment_b_inner_block {
	width: 95%;
	padding: 30px 0;
	height: auto;
}
.treatment-b-inner-block-flex {
	flex-direction: column;
}
.tp02-t_detail_type_image_inner_block_left {
	width: 100%;
	margin: 0 auto 20px;
}

.tp02-t_detail_type_image_inner_block_left img {
	width: 70%;
	margin: 0 auto;
	display: block;
}

.tp02-t_detail_type_inner_block_left img {
	width: 90%;
	margin-left: 0;
	margin-bottom: 30px;
}
.tp02-t_detail_type_inner_block_left {
	width: 100%;
	text-align: center;
}

.tp02-treatment_b_inner_block_left img {
	width: 100%;
	margin-left: 0;
	margin-bottom: 30px;
}
.tp02-t_detail_type_inner_block_right {
	width: 100%;
	margin: 0 auto;
	font-size: 98%;
	line-height: 1.7;
}
.tp02-treatment_b_inner_block_right {
	width: 90%;
}
.tp02-t_detail_type_inner_block_right h2,
.tp02-t_detail_type_inner_block_right h3,
.tp02-t_detail_type_inner_block_right h4 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 22px;
	color: #008842;
	font-weight: bold;
	line-height: 1.3;
}
.tp02-treatment_b_inner_block_right h4 {
	text-align: center;
}

.tp02-t_detail_type_image_inner_block_left {
	width: 100%;
	margin-bottom: 20px;
}

#tp02-t_detail_merit_innner {
	padding: 40px 0;
	width: 100%;
	background-image: url("../image/orthodontics/orthodontics-merit-background.png");
	object-fit: cover;
}

.tp02-treatment_heading {
	position: relative;
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
	font-size: 24px;
}

.tp02-treatment_heading:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: block;
	text-align: center;
	width: 40px;
	height: 6px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #008842;
	border-radius: 10px;
}

.tp02-t_detail_contents_heading {
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #444;
}

.tp02-color_main {
	color: #008842;
}

.tp02-t_detail_inner2 {
	width: 100%;
	padding: 30px 10px;
	background-color: #fff;
	box-sizing: border-box;
}

.table-contents {
	width: 98%;
}


#orthodontics-price-inner h2,
.table-contents .ttl {
	position: relative;
	padding: 0.3em 0.5em 0.3em 15px;
	margin-bottom: 10px;
	font-size: 17px;
}

#orthodontics-price-inner h2:before,
.table-contents .ttl:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 5px;
	height: calc(100% - 7px);
	background-color: #008842;
	border-radius: 4px;
}


.table-style01 {
	width: 100%;
	margin: auto;
	border: solid 3px #008842;
	margin-bottom: 20px;
	border-collapse: collapse;
}
.table-style01-th {
	background-color: #008842;
	color: #fff;
	padding: 15px 5px;
	border-bottom: solid 1px #fff;
	font-weight: normal;
	text-align: left;
	width: 50%;
}
.table-style01-td {
	background-color: #fff;
	font-weight: normal;
	padding: 15px 10px;
	border-bottom: solid 1px #fff;
	text-align: left;
	width: 50%;
	border-bottom: solid 1px #008842;
}


.table-style02 th.block_th,
.table-style02 td.block_td {
	display: block;
	width: 100%;
}
.table-style02 td.image {
	padding-bottom: 0;
	border-right: solid 2px #afa299;
	border-bottom: 0;
}
.table-style02 tr.block {
	width: 100%;
}
.table-style02 tr.flex {
	display: flex;
}
.table-style02 th.table-style02-th_01.title,
.table-style02 th.table-style02-th_01,
.table-style02 th.table-style02-th_02 {
	padding: 10px 15px;
}
.table-style02 td.table-style02-td {
	padding: 15px;
}

.tp02-t_detail_type_inner_block_right p,
.tp02-t_detail_type_inner_block_matome p {
	font-size: 15px;
	line-height: 2;
	padding: 7px;
}

.table-style02 {
	width: 100%;
	margin: 0 auto 40px;
	border-top: solid 1px #aaa;
	border-left: solid 1px #aaa;
	border-collapse: collapse;
}
.table-style02 th,
.table-style02 td {
	width: 50%;
	border-right: solid 1px #aaa;
	box-sizing: border-box;
}
.table-style02 th {
	padding: 15px 30px;
	color: #fff;
	font-size: 18px;
	text-align: left;
}
.table-style02 td {
	padding: 20px;
	border-bottom: solid 1px #aaa;
}
.table-style02 td.r_none {
	border-right: solid 1px #aaa;
}
.table-style02 .compare td {
	vertical-align: top;
}
.table-style02 .compare br {
	content: '';
	display: block;
	height: 0.5em;
}
.table-style02 th.table-style02-th_01 {
	background: #008842;
}
.table-style02 th.table-style02-th_02 {
	background: #ffb142;
}
.table-style02 td.table-style02-td {}
.table-style02 td.table-style02-td.price {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.table-style02 th.table-style02-th_01.title {
	font-size: 22px;
}

.tp02-medical_orthodontics_spec_rate {
	width: 90%;
	margin: 0 auto;
	border-top: 2px solid #4eaf7b;
	border-left: 0;
	border-collapse: collapse;
}
.tp02-medical_orthodontics_spec_rate_ex {
	font-size: 85%;
}

.tp02-medical_orthodontics_spec_img {
	width: 75%;
	margin: 0 auto;
	text-align: center;
}
.tp02-medical_orthodontics_spec_img img {
	width: 80%;
	height: auto;
}

.tp02-medical_orthodontics_spec_rate {
	width: 90%;
	margin: 0 auto;
	border-top: 2px solid #4eaf7b;
	border-left: 0;
}
.tp02-medical_orthodontics_spec_rate th,
.tp02-medical_orthodontics_spec_rate td {
	padding: 8px;
	border-bottom: 2px solid #4eaf7b;
	border-right: 0;
	color: #4eaf7b;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 120%;
	box-sizing: border-box;
}
.tp02-medical_orthodontics_spec_rate th {
	background: #ebfcee;
}
.tp02-medical_orthodontics_spec_rate_ex {
	font-size: 85%;
}



#orthodontics-pay-inner {
	padding: 30px 0;
	background-color: #fffcf6;
}

.orthodontics-pay-inner-contents {
	width: 100%;
	min-width: inherit;
	max-width: none;
	margin: 0 auto;
	display: wrap;
	justify-content: space-between;
}
.orthodontics-pay-inner-contents.type01 {
	/* flex-wrap: wrap; */
}

.orthodontics-pay-inner-block {
	background: #fff;
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 15px;
	vertical-align: bottom;
	width: 45%;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
	border-radius: 10px;
	margin: 0 auto;
	margin-bottom: 5%;
	box-sizing: border-box;
}

.type01 .orthodontics-pay-inner-block {
	justify-content: center;
	width: 92%;
	margin: 3% auto;
	box-sizing: border-box;
}
.orthodontics-pay-inner-block_img {
	display: flex;
	align-items: center;
	margin: 0 auto;
}
.orthodontics-pay-inner-block img {
	width: 100%;
	max-width: 120px;
	height: auto;
}
img.orthodontics-icon-1 {}
img.orthodontics-icon-2 {
	max-width: inherit;
}
img.orthodontics-icon-3 {}
img.orthodontics-icon-4 {}

.orthodontics-pay-inner-block p {
	margin-top: 20px;
	font-weight: bold;
	font-size: 16px;
	line-height: 120%;
}

.orthodontics-pay-text-inner {
	width: 98%;
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
	box-sizing: border-box;
	padding: 0 5px;
}

.orthodontics-pay-text-inner p {
	font-weight: bold;
	text-align: left;
	line-height: 1.8;
	padding: 0 12px;
	font-size: 15px;
}

.tp02-t_detail_inner_contents {
	width: 100%;
	margin-bottom: 45px;
}

.tp02-t_detail_inner_contents ul li {
	line-height: 150%;
	margin-bottom: 13px;
	list-style: none;
}




.tp02-t_detail_case {}
.tp02-t_detail_case .compare {
	display: block;
	justify-content: space-between;
	width: 100%;
	margin: 20px auto;
}


.tp02-t_detail_case .head {
	text-align: center;
}
.tp02-t_detail_case .text {
	font-size: 100%;
}
.tp02-t_detail_case .detail {
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.tp02-t_detail_case .detail p {
	font-size: 16px;
	margin-bottom: 50px;
}
.tp02-t_detail_case .compare_item {
	width: 100%;
}
.tp02-t_detail_case .compare_item .ttl {
	margin-bottom: 10px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
.tp02-t_detail_case .compare_item .image {
	position: relative;
	width: 80%;
	margin: 0 auto;
}
.tp02-t_detail_case .compare_item .image img {
	display: block;
	width: 100%;
}

.tp02-t_detail_case .compare_item.before .image {
	padding-bottom: 40px;
}

.tp02-t_detail_case .compare_item.before .image::after {
	content: '';
	position: absolute;
	top: auto;
	right: auto;
	bottom: 10px;
	left: 50%;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #4eb858;
	border-bottom: 0;
	transform: translateX(-50%);
}


.director-wrap-inner {
	background-color: #fff;
	width: 90%;
	margin: 0 auto;
	padding: 30px 0;
}
.director-wrap-inner.bg_transparent {
	background-color: transparent;
}

.tp02-director_title {
	color: #008842;
	text-align: center;
	font-size: 22px;
	margin: 20px 0;
}

.tp02-director_title span {
	color: #000;
	font-size: 18px;
	line-height: 2;
}



.tp02-director_career {
	background-color: #ebf9de;
	color: #444;
	border-radius: 10px;
	padding: 40px 0 25px 0;
	margin: 0 auto;
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: auto;
}

.tp02-director_career.clm01 {
	width: 100%;
	padding: 0 15px;
}

.tp02-director_career-flex {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

.tp02-director_career p {
	line-height: 200%;
	font-size: 16px;
}

.tp02-director_career span {
	display: block;
	font-weight: bold;
	color: #008842;
	font-size: 18px;
	margin: 10px 0 10px 0;
}

.tp02-director_career_text {
	margin-bottom: 20px;
}

.tp02-director_career-inner {
	margin-right: 70px;
	margin: 0 auto;
	border-right: 2px dashed #008842;
	width: 90%;
	border-right: none;
}

.tp02-director_career-inner-last {
	margin-right: 0;
	margin: 0 auto;
	width: 90%;
	margin-top: 10px;
}
.clm01 .tp02-director_career-inner-last {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: auto;
}

.tp02-director_career-flex-details {
	display: flex;
	justify-content: center;
	margin-bottom: 0;
	flex-direction: column;
	padding-bottom: 25px;
}
.tp02-director_staff {
	margin-bottom: 60px;
}

.tp02-director_career-flex {
	flex-direction: column;
	margin-bottom: 20px;
}

.tp02-director_picture {
	height: auto;
	margin-bottom: 0;
	border-radius: 15px;
	width: 100%;
}

.m-link_pdf {
	position: relative;
	padding-right: 3px;
}
.m-link_pdf::after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 28px;
	margin-left: 5px;
	background-image: url(../image/icon_pdf.png);
	background-size: contain;
	vertical-align: middle;
}