@charset "UTF-8";

#container {
  padding-top: 180px;
}

/*==================================================================

  メインビジュアル

==================================================================*/
.header_main {
  background: none;
}
.nav_wrap {
  width: 100%;
  position: absolute;
  top: 1000px;
  z-index: 10;
}
.top_mainvisual {
    display: block;
    position: relative;
    height: 1000px;
}
.mainvisual_wrap {
    height: 1000px;
}
.top_mainvisual .inner {
    height: inherit;
    min-width: 1200px;
    max-width: 1800px;
    width: calc(100% - 100px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* キャッチフレーズ */
.mainvisual_catch{
  position:absolute;
  top:430px;
}
.mainvisual_catch p{
  display:block;
  letter-spacing: 0.08em;
  font-size: 18.2px;
}
.mainvisual_catch span{
  display:block;
  letter-spacing: 0.08em;
  font-size: 15px;
}
.mainvisual_open {
    position: absolute;
    bottom: 33px;
    left: -17px;
}
.mainvisual_open img{
  width:100%;
}

/* メインスライド */
#slick_fade{
  width: 100%;
  height: 1000px;
}
#slick_fade .slide_item img{
  width: 100%;
  height: 1000px;
  object-fit: cover;
  object-position: center;
}



/*==================================================================

  .top_program

==================================================================*/
.top_program {
    position: relative;
    padding: 0 0 0px;
}
.tit_sub_program{
	position: relative;
	text-align: center;
	padding-top: 216px;
}
.tit_h2_program {
    position: relative;
    text-align: center;
    font-size: 60px;
    letter-spacing: 0.12em;
    color: #222222;
    padding-top: 45px;
    line-height: 1.7;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
.program_box {
    position: relative;
    padding-bottom: 135px;
    background: url(../images/point_bg_left.png) no-repeat left top, url("../images/point_bg_right.png") no-repeat right top, #e8e0d4;
}


.program_box2 {
    position: relative;
	display: flex;
	gap: 0 40px; 
	justify-content: space-between;
    max-width: calc(100% - 100px);
    margin: -63px auto 0;
}
.program_box2::before {
    position: absolute;
    content: "";
    background: #e8e0d4;
    width: calc(100% + 100px);
    height: calc(100% - 40px);
    top: 0;
    left: -50px;
    z-index: -1;
}
.program_point_box {
  position: relative;
  max-width: 420px;
  min-width: 250px;
  width: calc(25% - 10px);
  height: 715px;
  background: #fff;
  z-index: 4; 
}
.program_point_box::before {
    position: absolute;
    content: "";
    background: url("../images/point_number_01.jpg") no-repeat;
    width: 154px;
    height: 102px;
    right: 12px;
    top: -65px;
	z-index: 2;
}
.program_point_box:nth-child(2)::before{
	background: url("../images/point_number_02.jpg") no-repeat;
}
.program_point_box:nth-child(3)::before{
	background: url("../images/point_number_03.jpg") no-repeat;
}
.program_point_box:nth-child(4)::before{
	background: url("../images/point_number_04.jpg") no-repeat;
}
.program_point_box::after {
    position: absolute;
    content: "";
    background: url("../images/icon_point_x.png") no-repeat;
    width: 66px;
    height: 66px;
    right: -52px;
    top: 0%;
    bottom: 0;
    margin: auto;
    z-index: 2;
}
.program_point_box:nth-child(2)::after{
	top: 0;
}
.program_point_box:nth-child(3)::after{
	top: 0;
}
.program_point_box:nth-child(4)::after{
	display: none;
}


.img_program_point{
	position: relative;
}
.program_point_box h3 {
    position: relative;
    font-size: 24px;
    letter-spacing: 0.12em;
    color: #222;
    line-height: 1.5;
    text-align: center;
    padding: 44px 0 18px;
    margin-bottom: 32px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
.program_point_box h3::before {
    position: absolute;
    content: "";
    background: #be2221;
    max-width: 280px;
    width: 90%;
    min-width: 180px;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.point_text {
    position: relative;
    width: calc(100% - 60px);
    margin: 0 auto;
    font-size: 16px;
    letter-spacing: 0.12em;
    line-height: 2.1;
    font-weight: 500;
}
.program_point_box:nth-child(2){
  margin-top: 65px;
  z-index: 3; 
}
.program_point_box:nth-child(3){
  margin-top: 130px;
  z-index: 2; 
}
.program_point_box:nth-child(4){
  margin-top: 195px;
  z-index: 1; 
}



.program_box3 {
    position: relative;
    padding: 316px 0 166px;
}
.program_box3::before{
	position: absolute;
	content: "";
	background: url("../images/point_bg_sankaku.png") no-repeat bottom center;
	width: 100%;
	height: 261px;
	left: 0;
	top: -41px;
}
.program_text_under {
    position: relative;
    font-size: 40px;
    letter-spacing: 0.12em;
    text-align: center;
    line-height: 1.0;
    padding-bottom: 25px;
    width: 1175px;
    margin: 0 auto;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
.program_text_under::before{
	position: absolute;
	content: "";
	background: #024b34;
	width: 100%;
	height: 10px;
	bottom: 0;
	left: 0;
}








/*==================================================================

  .smile_program

==================================================================*/

.smile_program {
    position: relative;
    background: #b48960;
}
.home_smile {
    position: relative;
    max-width: calc(100% - 405px);
    margin: 0 auto;
}
.tit_sub_smile {
    position: relative;
    letter-spacing: 0.12em;
    color: #fff;
    line-height: 1.8;
    width: 70.7%;
    padding: 108px 0px 108px calc((50% - 600px));
    background: #024b34;
    z-index: 3;
    font-size: clamp(30px, 2vw, 40px);
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
.img_smile {
    position: absolute;
    right: 0;
    top: 197px;
    z-index: 2;
    width: calc(50% - 220px);
}
.img_smile img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
.smile_ul {
    position: relative;
    padding: 111px 0 131px 148px;
    background: #fff;
    box-shadow: 14px 14px 0px #be2221;
}
.smile_ul ul{
	
}
.smile_ul ul li {
    position: relative;
    letter-spacing: 0.12em;
    color: #222;
    line-height: 1.7;
    padding-left: 55px;
    margin-bottom: 34px;
    font-size: clamp(12px, 1.5vw, 26px);
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
.smile_ul ul li::before{
	position: absolute;
	content: "";
	background: url("../images/icon_check_program.png") no-repeat 0% 0%;
	width: 39px;
	height: 35px;
	left: 0;
	top: 0;
}
.smile_bnr {
    position: relative;
    text-align: center;
    padding-top: 113px;
    padding-bottom: 223px;
}
.smile_bnr p a{
	position: relative;
	display: inline-block;
	transition: 0.2s;
}
.smile_bnr p a:hover{
	opacity: 0.7;
}



@media screen and (min-width: 1240px) and (max-width: 1800px)  {
.img_smile {
    top: 160px;
    width: calc(50% - 260px);
}	
.tit_sub_smile {
    padding: 108px 0px 108px calc((50% - 400px));
}
}






/*==================================================================

  .program_point

==================================================================*/

.program_point {
  position: relative;
  padding-top: 197px;
  background: url("../images/program_point02_bg_up.png") no-repeat 50% calc(100% + 120px),#e8e0d4;
}
.program_point_contents {
    position: relative;
    width: calc(100% - 60px);
    margin: 0 auto 39px;
}
.program_point_number {
    position: relative;
    display: inline-block;
    letter-spacing: 0.12em;
    color: #fff;
    line-height: 1.0;
    font-size: clamp(100px, 11vw, 200px);
    z-index: 2;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 700;
    font-style: normal;
}
.program_point_number span {
    position: absolute;
    font-size: 40px;
    letter-spacing: 0.12em;
    color: #222;
    left: 80px;
    right: 0;
    margin: auto;
    text-align: center;
    bottom: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
.tit_h2_point {
    position: relative;
    display: table;
    margin: 0 0 59px auto;
    font-size: 60px;
    letter-spacing: 0.12em;
    color: #fff;
    line-height: 1.5;
    background: #024b34;
    padding: 32px 20px;
    width: 600px;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
.tit_sub_point {
    position: relative;
    padding-bottom: 32px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
.tit_sub_point p{
	margin-bottom: 10px;
}
.tit_sub_point p span {
    display: table;
    font-size: 32px;
    letter-spacing: 0.12em;
    line-height: 1.5;
    padding: 20px 47px;
    background: #fff;
}
.tit_sub_point p:nth-child(2) span{
	background: #be2221;
	color: #fff;
}
.program_point01_flex01 {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-bottom: 103px;
}
.img_program_point01{
	position: relative;
	width: 45%;
}
.program_point01_flex01_right {
    position: relative;
    width: 50%;
    padding-top: 78px;
}
.program_point01_flex01_right p {
    font-size: 18px;
    letter-spacing: 0.12em;
    color: #222;
    line-height: 2.4;
    margin-bottom: 47px;
    font-weight: 700;
}
.program_point01_flex02 {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 82%;
  margin: 0 auto;
  z-index: 2;
}
.program_point01_flex02 p{
	position: relative;
}
.program_point01_flex02 p::before{
	position: absolute;
	content: "";
	background: url("../images/icon_x_point01.png") no-repeat;
	width: 66px;
	height: 66px;
	right: -81px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.program_point01_flex02 p:nth-child(2)::before{
	display: none;
}




/* インハウスアライナー vs インビザライン 比較 */
.program_point01_table {
  position: relative;
  max-width: 1400px;
  width: 100%;
  min-width: 1240px;
  margin: -75px auto 0;
  padding: 154px 99px 96px;
  border: 2px solid #b48960;
}
.program_point01_table::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 29.5%;
  height: calc(100% - 369px);
  left: -50px;
  right: 0;
  margin: auto;
  top: 310px;
}
/* テーブルヘッダー */
.program_point01_table .table_header {
  display: flex;
  gap: 2px;
  margin-bottom: 49px;
}
.program_point01_table .table_header .table_cell {
  padding: 18px 20px;
}
.program_point01_table .table_header .table_cell_left {
  width: 38%;
  background: transparent;
}
.program_point01_table .table_header .table_cell_left::after {
  display: none;
}
.program_point01_table .table_header .table_cell_center {
  position: relative;
  width: 42.5%;
  background: #024b34;
  text-align: center;
}
.program_point01_table .table_header .table_cell_center::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #024b34 transparent transparent transparent;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: none;
}

.program_point01_table .table_header .table_cell_right {
  position: relative;
  width: 42.5%;
  background: #b48960;
  text-align: center;
}
.program_point01_table .table_header .table_cell_right::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #b48960 transparent transparent transparent;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: none;
}
.program_point01_table .table_header h3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  font-size: 22px;
  letter-spacing: 0.12em;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  height: 100%;
}
.program_point01_table .table_header h3 span {
  font-size: 20px;
  display: block;
  margin-top: 8px;
}

/* テーブル行 */
.program_point01_table .table_row {
  display: flex;
  gap: 2px;
  margin-bottom: 2px;
}
.program_point01_table .table_row:last-child {
  margin-bottom: 0;
}
.program_point01_table .table_cell {
  position: relative;
  padding: 19px 44px;
}
.program_point01_table .table_cell::after {
  position: absolute;
  content: "";
  background: #b48960;
  height: 2px;
  bottom: 0;
  left: 10px;
  right: 10px;
}
.program_point01_table .table_row:last-child .table_cell::after {
  display: none;
}
.program_point01_table .table_cell_left {
  width: 38%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.program_point01_table .table_cell_left p {
    font-size: 20px;
    letter-spacing: 0.12em;
    color: #222;
    line-height: 1.7;
    font-weight: bold;
    text-align: left;
    padding-right: 0;
    width: 100%;
}
.program_point01_table .table_cell_center {
  width: 41.5%;
  /* background: #fff; */
  text-align: center;
}
.program_point01_table .table_cell_right {
  width: 42.5%;
  text-align: center;
}
.program_point01_table .table_cell_center p, .program_point01_table .table_cell_right p {
  font-size: 18px;
  letter-spacing: 0.12em;
  color: #222;
  line-height: 1.5;
  margin-top: 0;
  font-weight: 700;
  text-align: left;
  padding: 0 7px;
}
.program_point01_table .table_cell_center.table_text_center p,.program_point01_table .table_cell_right.table_text_center p{
  text-align: center;
}
/* アイコン */
.program_point01_table .icon_circle,
.program_point01_table .icon_circle_outline,
.program_point01_table .icon_triangle,
.program_point01_table .icon_x {
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
  font-size: 32px;
  font-weight: bold;
}
.program_point01_table .icon_circle {
  color: #be2221;
  padding-top: 14px;
}
.program_point01_table .icon_circle::before {
  content: "◎";
  font-size: 36px;
  font-weight: 700;
}
.program_point01_table .icon_circle_outline {
  color: #df794c;
}
.program_point01_table .icon_circle_outline::before {
    content: "○";
    font-family: "游ゴシック体", "Yu Gothic", YuGothic,sans-serif;
}
.program_point01_table .icon_triangle {
  color: #b48960;
  padding-top: 12px;
}
.program_point01_table .icon_triangle::before {
  content: "△";
  font-size: 36px;
  font-weight: 700;
}
.program_point01_table .icon_x {
  color: #bd8f6d;
}
.program_point01_table .icon_x::before {
  content: "×";
  font-size: 46px;
  font-weight: 700;
}
.program_point01_table .icon_circle img,
.program_point01_table .icon_circle_outline img,
.program_point01_table .icon_triangle img,
.program_point01_table .icon_x img {
  display: none;
}






/* 超音波電動メスによる加速矯正 */
.program_point01_why {
  position: relative;
  max-width: 1400px;
  min-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 116px 0 0;
}
.program_point01_why .tit_sub_point {
  padding-left: 100px;
  z-index: 2;
}
.program_point01_why .tit_sub_point p:nth-child(1) span {
    font-size: 36px;
    letter-spacing: 0.12em;
    padding: 26px 69px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
.program_point01_why .tit_sub_point p:nth-child(1) {
  margin-bottom: 20px;
}
.program_point01_why .tit_sub_point p:nth-child(2) span {
  font-size: 36px;
  letter-spacing: 0.12em;
  padding: 36px 109px;
}
.program_point01_why .tit_sub_point p:nth-child(2) {
  margin-bottom: 20px;
}
.point01_why_box {
  position: relative;
  padding: 183px 99px 102px;
  margin-top: -92px;
  background: #fff;
}
.img_point01_why {
    position: absolute;
    right: 100px;
    top: 113px;
    z-index: 1;
}
.program_point01_why .point01_why_contents {
  position: relative;
  width: 54.5%;
  padding: 64px 49px;
  margin-bottom: 101px;
  background: #eeeeed;
}
.program_point01_why .point01_why_contents:last-of-type {
  margin-bottom: 0;
}
.point01_why_contents::before {
  position: absolute;
  content: "";
  background: url("../images/icon_why.png") no-repeat;
  width: 131px;
  height: 131px;
  right: -50px;
  top: -67px;
  margin: auto;
  z-index: 2;
}
.point01_why_contents:last-of-type::before {
  background: url("../images/icon_how.png") no-repeat;
}
.point01_why_contents p {
    font-size: 17px;
    letter-spacing: 0.12em;
    color: #222;
    line-height: 2.3;
    font-weight: 700;
}
.point01_why_kome {
    position: relative;
    width: 88%;
    margin: 37px auto 0;
    font-size: 15px;
    letter-spacing: 0.12em;
    line-height: 1.8;
    font-weight: 500;
}








/* 肌管理 */
.program_point02 {
    padding-top: 244px;
    background: #ddd1be;
}
.program_point02 .tit_h2_point {
  margin: 0 0 89px auto;
  width: 992px;
}
.program_point02 .tit_h2_point span {
  font-size: 40px;
}
.program_point02_flex01 {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.img_program_point02 {
  position: relative;
  width: 45%;
}
.program_point02_flex02_right {
  position: relative;
  width: 54%;
}
.img_program_point02 p {
  font-size: 16px;
  padding-top: 20px;
  padding-left: 40px;
/*  font-weight: 700;*/
}
.point_flex02_right_p {
  width: 93%;
  margin-left: auto;
  padding-top: 10px;
  font-size: 18px;
  letter-spacing: 0.12em;
  line-height: 2.4;
  font-weight: 700;
}
.point02_flex_right_check {
  position: relative;
  margin-top: 75px;
  padding-bottom: 42px;
  margin-bottom: 40px;
}
.point02_flex_right_check::before {
  position: absolute;
  content: "";
  border: 2px solid #be2221;
  width: 100%;
  height: calc(100% - 29px);
  top: 31px;
}
.point02_flex_right_check h3 {
  position: relative;
  font-size: 24px;
  letter-spacing: 0.12em;
  display: table;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
  background: #be2221;
  padding: 12px 20px;
  width: 333px;
  text-align: center;
  margin-left: 48px;
  z-index: 2;
}
.point02_flex_right_check p {
  font-size: 18px;
  letter-spacing: 0.12em;
  line-height: 2.4;
  font-weight: 700;
}
.point02_flex_right_check_box {
  position: relative;
  padding: 13px 52px;
}
.list_point02_check {
  position: relative;
  padding: 17px 0 10px;
}
.list_point02_check li {
  position: relative;
  padding-left: 48px;
  font-size: 18px;
  letter-spacing: 0.12em;
  font-weight: 700;
  line-height: 2.2;
  background: url("../images/icon_check_program_2.png") no-repeat 2% 29%;
}
.program_point02_flex02_right .btn01 {
    padding-left: 47px;
}



.point02_merit {
    position: relative;
    display: grid;
    gap: 0 10px;
    grid-template-columns: repeat(3,1fr);
    margin-top: 130px;
    z-index: 2;
}
.point02_merit_box {
    position: relative;
    padding: 130px 41px 40px;
    height: 378px;
    font-size: 16px;
    letter-spacing: 0.12em;
    line-height: 2.2;
    font-weight: 700;
	background: #fff;
}
.point02_merit_box::before {
    position: absolute;
    content: "";
    background: url("../images/program_number_02_01.png") no-repeat;
    width: 180px;
    height: 180px;
    left: 0;
    right: 0;
    margin: auto;
    top: -87px;
}
.point02_merit_box:nth-child(2)::before {
    background: url("../images/program_number_02_02.png") no-repeat;
}
.point02_merit_box:nth-child(3)::before {
    background: url("../images/program_number_02_03.png") no-repeat;
}
.point02_merit_box::after {
    position: absolute;
    content: "Merit01";
    font-size: 50px;
    letter-spacing: 0.12em;
    color: #024b34;
    line-height: 1.0;
    bottom: -9px;
    right: 4px;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 700;
    font-style: normal;
}
.point02_merit_box:nth-child(2)::after {
    content: "Merit02";
}
.point02_merit_box:nth-child(3)::after {
    content: "Merit03";
}







/* プログラム03 */
.program_point03 {
    background: url("../images/program02_bg_under_sankaku.png") no-repeat 50% -520px,#e8e0d4;
    margin-top: -240px;
    padding-top: 440px;
}
.program_point03 .tit_h2_point {
    width: 800px;
    margin: 0 0 113px auto;
}
.program_point03 .tit_sub_point p{
	margin-bottom: 22px;
}
.program_point03 .tit_sub_point p:nth-child(2) {
    margin-bottom: 15px;
}
.program_point03 .tit_sub_point p span {
    font-size: 36px;
    letter-spacing: 0.12em;
    padding: 25px 78px;
}
.program_point03 .tit_sub_point p:nth-child(2) span {
    padding: 35px 76px;
    width: 876px;
}
.program_point03 .tit_sub_point {
    padding-bottom: 0px;
    z-index: 2;
}
.point03_flex {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-top: 48px;
}
.point03_illust_text {
    font-size: 18px;
    letter-spacing: 0.12em;
/*    font-weight: 700;*/
    padding-top: 26px;
    line-height: 2.2;
    padding-bottom: 25px;
}
.img_point03_right {
    position: relative;
    margin-top: -171px;
}


.point03_feture {
    position: relative;
    max-width: 1400px;
    min-width: 1240px;
    width: 100%;
    margin: 63px auto 0;
    z-index: 2;
}
.point03_feture_contents {
    position: relative;
    width: 84.2%;
    padding: 78px 99px 100px;
    border: 2px solid #b48960;
}
.point03_feture_contents h3 {
    font-size: 36px;
    letter-spacing: 0.12em;
    color: #222;
    padding: 0 15px 31px 0;
    display: table;
    border-bottom: 2px solid #b48960;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
.point03_feture_contents h3 span {
    display: inline-block;
    width: 85px;
    height: 85px;
    font-size: 45px;
    letter-spacing: 0.12em;
    background: #024b34;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    margin: 0 10px;
}











.top_greeting {
    position: relative;
    margin-top: -237px;
    padding-bottom: 286px;
    background: #b48960;
}
.top_greeting::before{
	position: absolute;
	content: "";
	background: #e8e0d4;
	width: 100%;
	height: 576px;
	top: 0;
	left: 0;
}
.greeting_up_bg{
	position: relative;
	width: 100%;
	height: 830px;
	background: url("../images/greeting_bg_up_left.png") no-repeat 0% 0%,url("../images/greeting_bg_up_right.png") no-repeat 100% 0%;
}
.tit_sub_greeting {
    position: relative;
    font-size: clamp(30px, 2.9vw, 60px);
    color: #fff;
    text-align: center;
    padding-top: 413px;
    letter-spacing: 0.12em;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
.greeting_contents {
    position: relative;
    margin-top: -49px;
    padding-bottom: 49px;
}
.greeting_contents::before {
    position: absolute;
    content: "";
    background: #fff;
    width: calc(((100% - 1200px) /2) + 1200px);
    height: calc(100% - 307px);
    right: 0;
    bottom: 0;
}
.greeting_contents .program_point_contents {
    width: calc(100% - 150px);
    margin: 0 auto 39px;
}
.greeting_flex {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    padding-top: 32px;
}
.greeting_flex_right {
    position: relative;
    width: 61%;
}
.greeting_flex_left {
    position: relative;
    width: 39%;
}
.greeting_contents .tit_h2_point {
    margin: 0 0 96px auto;
    font-size: 60px;
    letter-spacing: 0.12em;
    width: 674px;
}
.tit_h3_greeting {
    position: relative;
    font-size: 34px;
    letter-spacing: 0.12em;
    color: #333;
    line-height: 1.5;
    padding-bottom: 51px;
    font-weight: 700;
}
.greeting_text {
    font-size: 18px;
    letter-spacing: 0.12em;
    line-height: 2.8;
}
.greeting_text {
    font-size: 18px;
    letter-spacing: 0.12em;
    line-height: 2.8;
    padding-bottom: 49px;
    font-weight: 500;
}
.tit_sub_carr {
    position: relative;
    display: table;
    font-size: 24px;
    letter-spacing: 0.12em;
    color: #fff;
    line-height: 1.5;
    padding: 10px 20px;
    width: 168px;
    text-align: center;
    background: #be2221;
    z-index: 2;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
.list_carr {
    position: relative;
    width: 85%;
    padding: 45px 65px;
    margin: -28px 0 0 45px;
    border: 2px solid #be2221;
}
.list_carr li {
    position: relative;
    font-size: 16px;
    letter-spacing: 0.12em;
    padding-left: 25px;
    line-height: 2.3;
    font-weight: 500;
}
.list_carr li::before{
	position: absolute;
	content: "";
	background: #be2221;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.img_greeting {
    position: relative;
    left: -300px;
    top: -120px;
}
.img_greeting img {
    width: 670px;
    height: 700px;
    max-width: 670px;
}
.greeting_name {
    position: relative;
    padding: 60px 81px;
    width: 523px;
    left: -227px;
    top: -155px;
    background: #e8e0d4;
}
.greeting_name p{
	font-size: 24px;
	letter-spacing: 0.12em;
	font-weight: 700;
}


@media screen and (min-width:641px) and (max-width:1800px) {
.img_greeting {
    left: 0px;
    top: -120px;
}
.img_greeting img {
    width: 440px;
    height: 600px;
    max-width: 440px;
	object-fit: cover;
}	
.greeting_name {
    position: relative;
    padding: 60px 30px;
    width: 440px;
    left: 0px;
    top: -155px;
}
}




.clinic_equ {
    position: relative;
    max-width: 1400px;
    min-width: 1240px;
    width: 100%;
    margin: 0 auto;
    margin-top: 126px;
    padding: 100px 100px 164px;
    background: #fff;
}
.clinic_equ h3 {
    font-size: 45px;
    letter-spacing: 0.12em;
    text-align: center;
    line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
.tit_sub_clinic {
    text-align: center;
    font-size: 26px;
    letter-spacing: 0.12em;
    padding-top: 27px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
.clinic_flex{
	position: relative;
	padding-top: 90px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 40px 0;
}
.clinic_flex_box {
    width: 32.5%;
}
.tit_sub_clinic_box {
    position: relative;
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.12em;
    padding: 21px 15px;
    background: #e8e0d4;
    font-weight: 700;
}
.clinic_flex_box-text{
  margin-top: 10px;
  font-size: 20px;
  text-align:center;
}












.top_case {
    position: relative;
    padding: 236px 0 140px;
    background: #e8e0d4;
}
.case_inner{
	position: relative;
	max-width: 1400px;
	min-width: 1240px;
	width: 100%;
	margin: 0 auto;
}
.tit_h2_case {
    position: relative;
    font-size: 60px;
    letter-spacing: 0.12em;
    color: #222;
    text-align: center;
    display: table;
    margin: 0 auto 137px;
    z-index: 2;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
.tit_h2_case::before {
    position: absolute;
    content: "Case";
    font-size: 200px;
    letter-spacing: 0.12em;
    color: #fff;
    left: -280px;
    top: -95px;
    line-height: 1.0;
    z-index: -1;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 700;
    font-style: normal;
}
.top_case_contents {
    position: relative;
    padding: 140px 100px 134px;
    background: #fff;
    margin-bottom: 150px;
}
.top_case_contents h3 {
    position: relative;
    font-size: 34px;
    letter-spacing: 0.12em;
    text-align: center;
    display: table;
    margin: -200px auto 76px;
    padding: 28px 40px;
    color: #fff;
    background: #024b34;
    width: 765px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
.top_case_img_flex{
	position: relative;
	display: flex;
	justify-content: space-between;
}
.case_img_flex {
    position: relative;
    width: 45.8%;
}
.case_img_flex:first-of-type::before {
    position: absolute;
    content: "";
    background: url("../images/icon_arrow_case.png") no-repeat;
    width: 69px;
    height: 41px;
    right: -86px;
    top: -70px;
    bottom: 0;
    margin: auto;
}
.case_img_flex p {
    padding: 46px 0px;
    border: 2px solid #e8e0d4;
}
.case_img_flex span {
    display: block;
    color: #fff;
    font-size: 24px;
    letter-spacing: 0.12em;
    text-align: center;
    line-height: 1.5;
    padding: 20px;
    width: 350px;
    background: #be2221;
    margin: 10px auto 0;
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 700;
    font-style: normal;
}
.top_case_talbe{
	padding-top: 80px;
}
.top_case_talbe table {
    width: 100%;
	border: 2px solid #b48960;
}
.top_case_talbe table th {
    padding: 27px 89px;
    width: 34%;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    background: #b48960;
    border-bottom: 2px solid #fff;
}
.top_case_talbe table td {
    padding: 27px 60px;
    font-size: 18px;
    color: #333;
    width: 66%;
    font-weight: 500;
    line-height: 1.8;
    border-bottom: 2px solid #b48960;
}
.top_case_talbe table tr:last-of-type td,.top_case_talbe table tr:last-of-type th{
	border: none;
}
.top_case_contents02 .case_img_flex:first-of-type::before{
	display: none;
}
.top_case_contents02 .case_img_flex p {
	position: relative;
    padding: 4px 0px;
    border: none;
    text-align: center;
}

.top_case_contents02 .case_img_flex:nth-child(1) p::before {
    position: absolute;
    content: "";
    background: url("../images/icon_arrow_case.png") no-repeat 0% 80px,url("../images/icon_arrow_case.png") no-repeat 0% calc(100% - 86px);
    width: 69px;
    height: 400px;
    right: -84px;
    margin: auto;
    top: 0;
}
.top_case_contents02 .top_case_img_flex::before {
    position: absolute;
	content: "";
	border: 2px solid #e8e0d4;
	width: 100%;
	height: calc(100% - 82px);
	left: 0;
	top: 0;
}
.top_case_contents03{
	padding: 135px 100px 134px;
}
.top_case_contents03 .case_img_flex p {
    padding: 0px 0px;
}






/*==================================================================

  .top_price

==================================================================*/
.top_price {
    position: relative;
    padding: 229px 0 0;
}
.top_price .tit_h2_case {
    margin: 0 auto 51px;
}
.top_price .tit_h2_case::before {
    content: "Price";
	color: #e8e0d4;
}
.top_price_table01 {
    position: relative;
    margin-bottom: 28px;
}
.top_price_table01 table {
    width: 100%;
    border: 2px solid #b48960;
}
.top_price_table01 table th {
    padding: 27px 89px;
    width: 39.5%;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    background: #b48960;
}
.top_price_table01 table td {
    padding: 27px 89px;
    font-size: 22px;
    color: #333;
    width: 66%;
    font-weight: 700;
    line-height: 1.8;
    border-bottom: 2px solid #b48960;
    text-align: center;
}
.top_price_table01 table td span{
	font-size: 40px;
	letter-spacing: 0.12em;
	color: #be2221;
	line-height: 1.0;
}
.top_price_table01 table td i{
	font-size: 16px;
	letter-spacing: 0.12em;
	font-style: normal;
	color: #333;
}
.price_text {
	position: relative;
    font-size: 17px;
    letter-spacing: 0.12em;
    color: #333;
    padding: 17px 0px 17px 150px;
    margin-bottom: 17px;
}
.price_text::before {
    position: absolute;
    content: "";
    background: url("../images/icon_arrow_price.png") no-repeat;
    width: 27px;
    height: 44px;
    left: 100px;
    top: 10px;
}

.top_price_table02{
	position: relative;
	width: 90%;
	margin: 0 auto;
}
.top_price_table02 table {
    width: 100%;
    border: 2px solid #b48960;
}
.top_price_table02 table th {
  padding: 22px 29px;
  width: 51%;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  background: #b48960;
  border-bottom: 2px solid #fff;
}
.top_price_table02 table tr:last-of-type th{
  border: none;
}
.top_price_table02 table th span{
	font-size: 16px;
	letter-spacing: 0.12em;
	color: #fff;
	line-height: 1.5;
	background: #024b34;
	padding: 7px 15px;
	margin-right: 10px;
}
.top_price_table02 table td {
    padding: 22px 89px;
    font-size: 22px;
    color: #333;
    width: 49%;
    font-weight: 700;
    line-height: 1.8;
    border-bottom: 2px solid #b48960;
    text-align: center;
}
.top_price_table02 table td span{
	font-size: 40px;
	letter-spacing: 0.12em;
	color: #be2221;
	line-height: 1.0;
}
.top_price_table02 table td i{
	font-size: 16px;
	letter-spacing: 0.12em;
	font-style: normal;
	color: #333;
}
.list_price_kome {
    position: relative;
    padding-top: 13px;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 89px;
}
.top_price_pay {
    position: relative;
    padding: 34px 59px 58px;
    margin-bottom: 87px;
    background: #e8e0d4;
}
.tit_sub_price {
    font-size: 24px;
    letter-spacing: 0.12em;
    color: #333;
    display: table;
    margin: 0 auto 30px;
    padding: 0 10px 8px;
    border-bottom: 3px solid #024b34;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
.price_box {
    position: relative;
    padding: 41px 150px 48px;
    background: #fff;
}
.list_card {
    position: relative;
    padding: 15px 0 0 0px;
}
.list_card li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    font-weight: 700;
}
.list_card li::before {
    position: absolute;
    content: "";
    background: #333;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.bnr_price {
    position: relative;
    z-index: 2;
}
.bnr_price a{
	display: block;
	transition: 0.2s;
}
.bnr_price a:hover{
	opacity: 0.7;
}

/*==================================================================

  .top_info

==================================================================*/
/* ↓↓↓見た目確認用↓↓↓ */
.top_info:not(.top_info2){
}
.top_info:not(.top_info2) .top_info_flex{
  padding: 64px 0;
}
/* ↑↑↑見た目確認用↑↑↑ */

.top_info_flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_info_item{
  width: 49%;
}

/********************************
  .top_news お知らせ
*********************************/
/* 旧仕様 */
.top_news_frame{
  padding:35px 33px;
  border:15px solid #F0F0F0;
}
.top_news_headline{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_info .top_news .top_news_frame{
  border: none;
  padding: 0;
  background: #fff;
  padding: 20px 12px;
}

/* お知らせの高さ */
.top_info .top_news .scroll_area{
  height: 285px;
  overflow-y: scroll;
}
.top_info .top_news ul{
  padding-right: 24px;
}

.news_list li{
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_list li span{
  margin-right: 5px;
}
.news_list li em{
  margin-right: 5px;
  display:inline-block;
  min-width:75px;
  padding:1px 6px;
  font-style: normal;
  text-align:center;
}

/*スクロールバーの横幅指定*/
.scroll_area::-webkit-scrollbar {
  width: 5px;
}
/*スクロールバーの背景色・角丸指定*/
.scroll_area::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #fff;
}
/*スクロールバーの色・角丸指定*/
.scroll_area::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #ccc;
}

/********************************
  .top_sche 診療時間
*********************************/
.top_sche .sub_info_note li{
  color: var(--main-color);
  text-align: center;
  padding: 10px 5px;
  border: 1px solid var(--main-color);
  margin-bottom: 12px;
}
/* 補足リスト */
.top_sche .sub_info_note li:last-child{
  margin-bottom: 0;
}
.top_info2 .top_sche{
  border-radius: 10px;
  padding: 12px;
  background-color: rgba(192,171,154,0.3);
}
/* 診療科目、お問い合わせリスト */
.top_sche_note {
  margin-top: 10px;
}
.top_sche_note dl{
  display: flex;
  margin-bottom: 12px;
}
.top_sche_note dl:last-child{
  margin-bottom: 0;
}
.top_sche_note dl dt{
  width: 25%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-weight: bold;
  padding: 16px 5px;
  background: #C0AB9A;
  border-radius: 10px;
  margin-right: 2%;
}
.top_sche_note dl dd{
  width: 73%;
  display: flex;
  align-items: center;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
}
.top_sche_note dl dd a{
  color: inherit;
}
.top_sche_note dl dd a:hover{
  color: inherit;
}

/********************************
  .top_access アクセス
*********************************/
.top_info2 .top_access{
  border-radius: 10px;
  background-color: rgba(192,171,154,0.3);
}
.top_access{
  padding: 12px;
}
.top_access .map{
  position: relative;
}
.top_access .map .btn01{
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
}
.top_access .map img{
  width: 100%;
  /* 下記はサンプル画像が正方形のため調整用に記載しています */
  height: 320px;
  object-fit: cover;
  object-position: center;
}
.top_access p{
  margin-top: 10px;
}

/*==================================================================

  .top_doctor

==================================================================*/
.top_doctor_flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_doctor_flex .text{
  position:relative;
  width:70%;
}
.top_doctor_name{
  color:var(--main-color);
  line-height: 1.4;
  font-weight:bold;
}
.top_doctor_name span{
  font-size: 30px;
}
.top_doctor_img{
  width: 28%;
}
.top_doctor_img img{
  width: 100%;
}
.top_doctor .btn01{
  float:right;
  width:240px;
}
.top_doctor .btn01 a{
  display:block;
}

/*==================================================================

  .top_medical

==================================================================*/
.top_medical .text p{
  text-align:center;
}
.top_medical_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_medical_list a{
  display:block;
  width:22%;
  margin-bottom:20px;
  text-align:center;
}
.top_medical_list a img{
  width: 100%;
}
.top_medical_list dl{
  width:100%;
}
.top_medical_list dl dt{
  margin-bottom:7px;
}
.top_medical_list dl dd{
  font-weight:bold;
}
/*==================================================================

  .top_medical2

==================================================================*/
.top_medical2 .text p{
  text-align:center;
}
.top_medical2_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_medical2_list a{
  display:block;
  width: 120px;
  margin-right: 17.14px;
  margin-bottom:20px;
  text-align:center;
}
.top_medical2_list a:last-child{
  margin-right:0;
}
.top_medical2_list dl{
  width:100%;
}
.top_medical2_list dl dt{
  margin-bottom:7px;
}
.top_medical2_list img{
  width:100%;
}
.top_medical2_list dl dd{
  font-weight:bold;
}
/*==================================================================

  .top_medical3

==================================================================*/
.top_medical3 .text p{
  text-align:center;
}
.top_medical3_list ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_medical3_list li{
  width: 120px;
  margin-right: 17.14px;
  margin-bottom:20px;
  text-align:center;
}
.top_medical3_list li:last-child{
  margin-right:0;
}
.top_medical3_list img{
  width:100%;
}
/*==================================================================

  .top_medical4

==================================================================*/
.top_medical4{
  padding-top:80px;
}
.top_medical4_list{
  width:980px;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_medical4_list dl{
  position:relative;
  width: 270px;
  text-align:center;
  margin-bottom: 30px;
}
.top_medical4_list a{
  position:absolute;
  height:100%;
  width:100%;
  top:0;
  left:0;
}
.top_medical4_list dt img{
  width:100%;
  border-radius:100%;
}

/*==================================================================

  .loop_slide

==================================================================*/
.loop_slide_wrap .slick-slider div{
 transition: none;
}
.loop_slide_wrap .slick-list{
  overflow: hidden!important;
}
.loop_slide_wrap .slick-initialized .slick-slide{
  height: auto;
}
.loop_slide_wrap .slick-initialized .slick-slide img{
  width: 400px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.loop_slide_wrap .slick-initialized .slick-slide:focus{
  outline: none;
}


/*==================================================================================================================

  スマホ

==================================================================================================================*/
@media screen and (max-width:640px) {
  #wrapper, html, body{
    min-height:500px;
  }

  /*==================================================================

    メインビジュアル（スマホ）

  ==================================================================*/
  .top_mainvisual{
    height:/*370px*/450px;
  }

  .mainvisual_wrap {
    height:/*370px*/450px;
}

  .top_mainvisual .inner {
    width: auto;
  }

  /* トップページキャッチフレーズ */
  .mainvisual_catch {
    position: absolute;
    left: 10px;
    top: /*150px*/120px;
    width: /*290px*/ 190px;
}
  .mainvisual_catch h2 {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .mainvisual_catch p {
    font-size: 15px;
  }
  .mainvisual_open {
    right: 10px;
    bottom: 10px;
    width: 270px;
}

  /* メインスライド */
  #slick_fade{
    height:/*370px*/450px;
  }
  #slick_fade .slide_item img{
    height:/*370px*/450px;
  }
	
.top_mainvisual .inner {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
}
	
#container {
    padding-top: 0;
}
.program_point01_why .tit_sub_point p:nth-child(1) {
    margin-bottom: 0;
}	
	
	
	
	
	
	
	
	
	
	
.tit_sub_program {
    padding: 46px 0px 0;
}
.program_box {
    background: #e8e0d4;
    padding: 0 10px 60px;
}
.tit_h2_program {
    font-size: 20px;
    letter-spacing: 0;
    padding-top: 25px;
    line-height: 1.5;
}
.program_box2 {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}	
.program_point_box::after{
	display: none;
}	
.program_box2::before {
    width: 100%;
    height: 100%;
    top: -4px;
    left: 0;
}	
.program_point_box {
    max-width: 350px;
    min-width: 250px;
    width: 100%;
    height: auto;
    margin: 0 auto 60px;
}	
.program_point_box::before,.program_point_box:nth-child(2)::before,.program_point_box:nth-child(3)::before,.program_point_box:nth-child(4)::before {
    background-size: contain;
    width: 104px;
    height: 62px;
    right: 2px;
    top: -33px;
}
.btn01 a::before {
    right: 20px;
}
.program_point_box h3 {
    font-size: 18px;
    letter-spacing: 0;
    padding: 24px 0 18px;
    margin-bottom: 20px;
}	
.point_text {
    width: calc(100% - 60px);
    margin: 0 auto;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.8;
    padding-bottom: 30px;
}	
.program_point_box:nth-child(2) {
    margin-top: 0;
}	
.program_point_box:nth-child(3) {
    margin-top: 0;
}
.program_point_box:nth-child(4) {
    margin-top: 0;
}
.program_box3::before {
    width: 100%;
    height: 151px;
    left: 0;
    top: -100px;
}
.program_box3 {
    padding: 136px 0 86px;
    top: 0;
    z-index: -1;
}
.program_text_under {
    font-size: 14px;
    letter-spacing: 0;
    padding-bottom: 25px;
    width: 100%;
    margin: 0 auto;
}	
.program_text_under::before {
    width: calc(100% - 16px);
    height: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}	
.tit_sub_smile {
    letter-spacing: 0;
    width: 100%;
    padding: 28px 15px 28px 15px;
    font-size: 17px;
    text-align: center;
}	
.home_smile {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}	
.img_smile {
    position: static;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}	
.smile_ul {
    padding: 25px 15px;
    box-shadow: 5px 5px 0px #be2221;
    margin-top: 10px;
}	
.smile_ul ul li {
    letter-spacing: 0;
    padding-left: 44px;
    margin-bottom: 20px;
    font-size: 14px;
}	
.smile_ul ul li::before {
    width: 22px;
    height: 19px;
    background-size: contain;
}	
.smile_bnr {
    padding: 40px 15px 70px;
}	
.clinic_flex_box {
    /* width: 100%; */
    width: calc(100% / 2 - 10px);
    max-width: 350px;
}
	
	
	
	
.program_point {
    padding-top: 57px;
    background: #e8e0d4;
    margin-top: 0px;
}
.program_point_number {
    letter-spacing: 0;
    line-height: 1.0;
    font-size: 38px;
}
.program_point_number span {
    font-size: 20px;
    letter-spacing: 0;
    left: 0;
    bottom: -6px;
}
.tit_h2_point {
    margin: 0 0 30px auto;
    font-size: 20px;
    letter-spacing: 0;
    padding: 10px;
    width: 100%;
}
.tit_sub_point p span {
    display: block;
    font-size: 17px;
    letter-spacing: 0;
    padding: 10px 15px;
    text-align: center;
}
.tit_sub_point p {
    margin-bottom: 0;
}
.img_program_point01 {
    width: 100%;
}
.case_img_flex:first-of-type::before{
	display: none;
}
.program_point01_flex01_right {
    width: 100%;
    padding-top: 20px;
}	
.program_point01_flex01 {
    padding-bottom: 40px;
    flex-wrap: wrap;
}	
.program_point01_flex01_right p {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 2.0;
    margin-bottom: 25px;
}	
.program_point01_flex02 {
    width: 100%;
    gap: 0 10px;
}	
.program_point01_table {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
    margin: -75px auto 0;
    padding: 105px 10px 15px;
}
.program_point02_flex02_right .btn01 {
    padding-left: 0;
}
.program_point01_flex02 p::before {
    background-size: contain;
    width: 24px;
    height: 24px;
    right: -18px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.program_point01_flex02 p {
    z-index: 3;
}
.program_point01_flex02 p:last-of-type {
    z-index: 2;
}
	

  .program_point01_table {
    min-width: auto;
    width: calc(100% - 40px);
    margin: -40px auto 0;
    padding: 40px 20px;
    border: 1px solid #b48960;
  }
  
  .program_point01_table::before {
    display: none;
  }
  
  /* ヘッダーを縦並びに */
  .program_point01_table .table_header {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
  }
  
  .program_point01_table .table_header .table_cell {
    padding: 15px;
  }
  
  .program_point01_table .table_header .table_cell_left {
    display: none; /* 左列のヘッダーは非表示 */
  }
  
  .program_point01_table .table_header .table_cell_center,
  .program_point01_table .table_header .table_cell_right {
	display: none;
    width: 100%;
  }
  
  .program_point01_table .table_header .table_cell_center::after,
  .program_point01_table .table_header .table_cell_right::after {
    display: none;
  }
  
  .program_point01_table .table_header h4 {
    font-size: 18px;
  }
  
  .program_point01_table .table_header h4 span {
    font-size: 16px;
    margin-top: 5px;
  }
  
  /* 各行を縦積みに */
  .program_point01_table .table_row {
    flex-direction: column;
    gap: 0;
    margin-bottom: 30px;
    border: 1px solid #b48960;
    border-radius: 8px;
    overflow: hidden;
  }
  
  .program_point01_table .table_row:last-child {
    margin-bottom: 0;
  }
  
  /* 項目名（左列） */
  .program_point01_table .table_cell_left {
    width: 100%;
    background: #f5f5f5;
    padding: 15px;
    justify-content: flex-start;
  }
  
  .program_point01_table .table_cell_left p {
    font-size: 16px;
    padding-right: 0;
    text-align: center;
    width: 100%;
  }
  
  .program_point01_table .table_cell_left::after {
    display: none;
  }
  
  /* インハウスとインビザラインのセル */
  .program_point01_table .table_cell_center,
  .program_point01_table .table_cell_right {
    width: 100%;
    padding: 15px 20px;
    position: relative;
  }
  
  /* 各セルにラベルを追加 */
  .program_point01_table .table_cell_center::before {
    content: "インハウスアライナー";
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #024b34;
    margin-bottom: 10px;
    text-align: center;
  }
  
  .program_point01_table .table_cell_right::before {
    content: "インビザライン";
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #b48960;
    margin-bottom: 10px;
    text-align: center;
  }
  
  .program_point01_table .table_cell_center p,
  .program_point01_table .table_cell_right p {
    font-size: 15px;
    padding: 0;
  }
  
  /* セル間の区切り線 */
  .program_point01_table .table_cell::after {
    left: 0;
    right: 0;
    height: 1px;
  }
  
  .program_point01_table .table_cell_right::after {
    display: none; /* 最後のセルには下線不要 */
  }
  
  /* アイコンサイズ調整 */
  .program_point01_table .icon_circle,
  .program_point01_table .icon_circle_outline,
  .program_point01_table .icon_triangle,
  .program_point01_table .icon_x {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
  }
  
  .program_point01_table .icon_circle::before,
  .program_point01_table .icon_triangle::before {
    font-size: 30px;
  }
  
  .program_point01_table .icon_x::before {
    font-size: 40px;
  }
	
	
	
	
	
	
	
.program_point01_why {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    padding: 76px 15px 0;
}
.program_point01_why .tit_sub_point p:nth-child(1) span {
    font-size: 16px;
    letter-spacing: 0;
    padding: 15px;
    display: block;
    text-align: center;
}
.program_point01_why .tit_sub_point p:nth-child(2) span {
    font-size: 16px;
    letter-spacing: 0;
    padding: 15px;
    display: block;
    text-align: center;
}
.program_point01_why .tit_sub_point {
    padding-left: 0;
}
.point01_why_box {
    padding: 133px 15px 50px;
    margin-top: -112px;
}	
.img_point01_why {
    position: static;
    margin-bottom: 40px;
}	
.program_point01_why .point01_why_contents {
    width: 100%;
    padding: 64px 15px 30px;
    margin-bottom: 30px;
}
.point01_why_contents::before {
    background-size: contain;
    width: 71px;
    height: 71px;
    right: 0;
    top: -27px;
}	
.point01_why_contents p {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.8;
}	
.point01_why_contents:last-of-type::before {
    background-size: contain;
}	
.point01_why_kome {
    width: 100%;
    margin: 27px auto 0;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.8;
    font-weight: 500;
}
	
	
	
	
	
	
	
.program_point02 .tit_h2_point {
    margin: 0 0 35px auto;
    width: 100%;
    font-size: 20px;
}
.program_point02 .tit_h2_point span {
    font-size: 17px;
}
.program_point02_flex01 {
    display: block;
}	
.img_program_point02 {
    width: 100%;
    text-align: center;
}
.img_program_point02 p {
    font-size: 12px;
    padding-left: 0;
}
.img_point03 {
    text-align: center;
}
.program_point02_flex02_right {
    width: 100%;
}	
.point_flex02_right_p {
    width: 100%;
    padding-top: 20px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 2.0;
}	
.point02_flex_right_check {
    margin-top: 35px;
    padding-bottom: 42px;
    margin-bottom: 30px;
}	
.point02_flex_right_check h3 {
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 20px;
    padding: 9px 15px;
    width: 100%;
    margin-left: 0;
}	
.point02_flex_right_check_box {
    padding: 8px 15px;
}	
.point02_flex_right_check p {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 2.0;
}	
.list_point02_check li {
    padding-left: 38px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 2.2;
    background: url("../images/icon_check_program_2.png") no-repeat 2% 41% / 20px;
}
.point02_merit {
    display: block;
    margin-top: 130px;
}
.point02_merit_box {
    padding: 80px 15px 40px;
    height: auto;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 2.2;
    margin-bottom: 80px;
}
.point02_merit_box:last-of-type{
	margin-bottom: 0;
}
.point02_merit_box::before {
    background-size: contain;
    width: 120px;
    height: 120px;
    top: -57px;
}
.point02_merit_box:nth-child(2)::before,.point02_merit_box:nth-child(3)::before{
	background-size: contain;
}
.point02_merit_box::after {
    font-size: 30px;
    letter-spacing: 0;
    bottom: -6px;
    right: 4px;
}
	
	
	
	
	
	
	
	
.program_point03 .tit_h2_point {
    width: 100%;
    margin: 0 0 30px auto;
    font-size: 20px;
}
.program_point03 .tit_sub_point p span {
    font-size: 18px;
    letter-spacing: 0;
    padding: 8px 15px;
}
.program_point03 .tit_sub_point p:nth-child(2) span {
    padding: 10px 15px;
    width: 100%;
}
.program_point03 .tit_sub_point p {
    margin-bottom: 0;
}
.point03_flex {
    display: block;
    padding-top: 28px;
}
.point03_illust_text {
    font-size: 12px;
    letter-spacing: 0;
    padding-top: 6px;
    line-height: 2.0;
    padding-bottom: 25px;
}
.img_point03_right {
    margin-top: 30px;
    text-align: center;
}
.point03_feture {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    margin: 63px auto 0;
}	
.btn01 {
    text-align: center;
}	
.point03_feture_contents {
    width: calc(100% - 16px);
    padding: 15px 15px 30px;
    margin: 0 auto;
}	
.point03_feture_contents h3 {
    font-size: 17px;
    letter-spacing: 0;
    padding: 0 0px 15px 0;
    display: block;
    text-align: center;
}
.point03_feture_contents h3 span {
    display: inline-block;
    width: 55px;
    height: 55px;
    font-size: 25px;
    letter-spacing: 0;
    margin: 0 7px;
}	
.layout10 {
    padding-top: 20px;
}	
.layout_tit {
    font-size: 15px;
    line-height: 1.5;
    display: block;
    letter-spacing: 0;
    padding: 10px 15px;
    margin-bottom: 15px !important;
}	
.layout10_text {
    font-size: 14px;
    letter-spacing: 0;
}	
.top_greeting {
    margin-top: 0;
    padding-bottom: 96px;
}	
.tit_sub_greeting {
    font-size: 19px;
    padding-top: 33px;
    letter-spacing: 0;
    line-height: 1.2;
}	
.greeting_up_bg {
    width: 100%;
    height: 150px;
    background: #e8e0d4;
}
.greeting_flex {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
}	
.greeting_flex_left {
    width: 100%;
    padding: 0 15px;
}	
.img_greeting {
    left: 0;
    top: 0;
}	
.img_greeting img {
    width: 100%;
    height: auto;
    max-width: 100%;
}	
.greeting_contents .program_point_contents {
    width: calc(100% - 150px);
    margin: 0 auto 39px;
    text-align: center;
}
.greeting_contents .program_point_contents .program_point_number{
	color: #222;
}
.greeting_contents {
    margin-top: -49px;
    padding-bottom: 49px;
    padding-top: 30px;
}
.greeting_name {
    padding: 10px 15px;
    width: 100%;
    left: 0;
    top: 0;
}
.greeting_name p {
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
}
.greeting_flex_right {
    width: 100%;
    padding: 30px 15px 0;
}
.greeting_contents .tit_h2_point {
    margin: 0 0 25px auto;
    font-size: 22px;
    letter-spacing: 0;
    width: 100%;
}
.tit_h3_greeting {
    font-size: 17px;
    letter-spacing: 0;
    line-height: 1.5;
    padding-bottom: 30px;
}
.greeting_text {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.8;
    padding-bottom: 30px;
}
.list_carr {
    width: 100%;
    padding: 15px 15px;
    margin: 0px 0 0 0px;
}	
.tit_sub_carr {
    font-size: 19px;
    letter-spacing: 0;
    padding: 8px 15px;
    width: 140px;
}	
.list_carr li {
    font-size: 15px;
    letter-spacing: 0;
    padding-left: 15px;
    line-height: 2.0;
}	
.greeting_contents::before {
    width: 100%;
    height: 100%;
}	
.clinic_equ {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    margin: 0 auto;
    margin-top: 66px;
    padding: 20px 15px 40px;
}	
.clinic_equ h3 {
    font-size: 22px;
    letter-spacing: 0;
}	
.tit_sub_clinic {
    font-size: 17px;
    letter-spacing: 0;
    padding-top: 15px;
}	
.clinic_flex {
    padding-top: 30px;
    gap: 10px/* 0*/;
    justify-content: center;
}
.tit_sub_clinic_box {
    font-size: 16px;
    letter-spacing: 0;
    padding: 7px;
}	
.clinic_flex_box-text{
  font-size: 13px;
}	
	
	
	
	
.top_case {
    padding: 56px 0 20px;
}
.case_inner {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
}	
.tit_h2_case {
    font-size: 24px;
    letter-spacing: 0;
    margin: 0 auto 37px;
}
.tit_h2_case::before {
    font-size: 40px;
    letter-spacing: 0;
    left: -10px;
    top: -15px;
}
.top_case_contents h3 {
    font-size: 19px;
    letter-spacing: 0;
    display: block;
    margin: 0px auto 30px;
    padding: 8px 15px;
    width: 100%;
}
.top_case_contents {
    padding: 20px 15px 50px;
    margin-bottom: 80px;
}
.top_case_contents:last-of-type{
	margin-bottom: 20px;
}
.top_case_img_flex {
    display: block;
}
.case_img_flex p {
    padding: 16px 0px;
    text-align: center;
}
.case_img_flex {
    width: 100%;
}	
.case_img_flex span {
    display: block;
    font-size: 16px;
    letter-spacing: 0;
    padding: 10px;
    width: 100%;
    margin: 10px auto 0;
}
.top_case_talbe {
    padding-top: 50px;
}
.top_case_talbe table th {
    padding: 1%;
    font-size: 13px;
}	
.top_case_talbe table td {
    padding: 1%;
    font-size: 13px;
    line-height: 1.5;
}	
.top_case_contents02 .case_img_flex:nth-child(1) p::before{
	display: none;
}
.top_case_contents02 .top_case_img_flex::before{
	display: none;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
.top_price {
    padding: 79px 0 0;
}	
.top_price_table01 table th {
    padding: 1%;
    font-size: 13px;
}
.price_text::before{
	display: none;
}
.top_price_table01 table td {
    padding: 1%;
    font-size: 13px;
    line-height: 1.5;
}	
.top_price_table01 table td span {
    font-size: 16px;
    letter-spacing: 0;
}
.top_price_table02 {
    width: 100%;
    margin: 0 auto;
}
.tit_sub_price {
    font-size: 18px;
    letter-spacing: 0;
    margin: 0 auto 20px;
    padding: 0 8px 3px;
}
.price_text {
    font-size: 14px;
    letter-spacing: 0;
    padding: 0;
    margin-bottom: 30px;
}	
.top_price_table02 table th {
    padding: 1%;
    font-size: 13px;
}	
.top_price_table02 table td {
    padding: 1%;
    font-size: 13px;
    line-height: 1.5;
}	
.top_price_table02 table td span {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.0;
}
.top_price_table02 table th span {
    display: block;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.5;
    padding: 3px 10px;
    margin-right: 0;
    text-align: center;
}	
.top_price_table02 table td i {
    display: block;
    font-size: 12px;
    letter-spacing: 0;
}	
.list_price_kome {
    padding-top: 13px;
    padding-bottom: 29px;
}	
	
	
	
	
	
	
.top_price_pay {
    padding: 15px 10px 15px;
    margin-bottom: 40px;
}	
.price_box {
    padding: 10px;
}	
.list_card li {
    padding-left: 17px;
    margin-bottom: 12px;
}
	
	
	
	
	
	
	
	


	
	
  /*==================================================================

    .top_info（スマホ）

  ==================================================================*/
  .news_list li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .top_info_item {
    width: 100%;
    margin-top: 40px;
  }
  
  .top_info_item:first-child {
    margin-top: 0;
  }
  
  .top_info .top_news .scroll_area {
    height: 200px;
  }

  /*==================================================================

    .top_doctor（スマホ）

  ==================================================================*/
  .top_doctor_flex {
    flex-direction: column-reverse;
  }

  .top_doctor .text {
    width: auto;
  }

  .top_doctor_img {
    width: auto;
    margin-bottom: 15px;
  }

  .top_doctor_img p {
    text-align: center;
  }

  .top_doctor_img p img {
    width: 60%;
    margin: 0 auto 15px;
    display: block;
  }

  /*==================================================================

    .top_medical2（スマホ）

  ==================================================================*/
  .top_medical2_list a {
    width: 46%;
    margin-right: 8%;
  }

  .top_medical2_list a:nth-child(even) {
    margin-right: 0;
  }
  /*==================================================================

    .top_medical3（スマホ）

  ==================================================================*/
  .top_medical3_list li {
    width: 46%;
    margin-right: 8%;
  }

  .top_medical3_list li:nth-child(even) {
    margin-right: 0;
  }
  /*==================================================================

    .top_medical4（スマホ）

  ==================================================================*/
  .top_medical4_list {
    width: auto;
    margin: 0 8%;
  }

  .top_medical4_list dl {
    width: 45%;
    margin-right: 0;
  }
}
