@charset "utf-8";

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

body {
	width: 100% !important;
	color: #413D3C;
	line-height: 1.4375;
	overflow: hidden;
	font-size: 1.6rem;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: "Noto Serif JP", serif!important;
	font-weight:400;
	position: relative;
}

.en{
	font-family: "Cormorant Infant", serif!important;
}

/* color */
.white{
	color: #ffffff!important;
}
.blue{
	color: blue;
}
.red{
	color: red;
}
.green{
	color: green;
}
.yellow{
	color: #B99832!important;
}
.black{
	color: #413D3C;
}

.bgwh{
	background: #ffffff;
}
.bgblu{
	background: linear-gradient(to right, #165888 , #172D6B);
}
.bgbla{
	background:#413D3C;
}
.bgred{
	background: red;
}
.bggre{
	background: green;
}
.bgyel{
	background: #B99832;
}

/*リンク表示方法*/

a {
	text-decoration: none;	
}

a:link {
	color: #413D3C;
}

a:visited {
	color: #413D3C;
}

a:active {
	color: #413D3C;
}

a:hover {
	opacity: 0.7;
}

a:hover img {
	opacity: 1;
}

.hLogo a:hover{
	opacity: 1;
}

:has( > .lista){
	position: relative;
}

.lista{
	position: absolute;
	left: 0;
	top:0;
	width:100%;
	height:100%;
	z-index: 1;
}

a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
/*-----------------------------------------------------------
PCサイズ
-----------------------------------------------------------*/

.pc,.pc2 {
	display: block;
}

.sp,.sp2, .spTel {
	display: none;
}

.pcTel {
	display: inline;
}


/*-----------------------------------------------------------
header
-----------------------------------------------------------*/

header {
	padding: 34px 2.6048%;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 9999;
	transition: .4s;
}

header.headerScroll{
	background: #fff;
	padding: 13px 2.6048%;
	background: #333333;
	/* overflow: hidden; */
	align-items: center;
}


header.headerScroll:before{
	opacity:0;
}

.hLogo{
}


.hLogo a{
	color:#fff;
	line-height:1.45833;
	font-weight:700;
	font-size: clamp(1.6rem,2vw,2.4rem);
}

.headerScroll .hLogo a{
	/* color:#413D3C; */
}

.hLogo a span{
	display:block;
	text-align:right;
	margin-top:5px;
	font-weight:400;
	font-size: clamp(1.2rem,1.6vw,1.6rem);
}


.logo a:hover img {
	opacity: 1;
}

.headerUl{
	display: flex;
	width: 32px;
	margin-left:auto;
	margin-top: 6px;
}

.menuBtn {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 9999;
	transition: .4s;
}



/*--- modal ---*/

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 32px;
  height: 12px;
  z-index: 9999;
  width: 100%;
  cursor: pointer;
}

.menu-trigger.active span {
	background:#413C3C;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 32px;
  height: 1px;
  background-color: #FFFFFF;
  right: 0;
  margin: auto;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  bottom: 0;
}

	
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(6px) rotate(-35deg);
}
.menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-6px) rotate(35deg);
}

/*gnav*/
.gnav{
    display: block;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0px;
    max-width: 594px;
    right: -100%;
    max-width: 100%;
    background: #413C3C33;
}

.gnav.active{
	right:0;
}

.gnav__menu{
    display: block;
    width: 100%;
    padding: 106px 0 60px;
}


.gnav__wrap{
    align-items: flex-start;
    display: flex;
    height: 100%;
    justify-content: flex-start;
    position: fixed;
    width: 100%;
    top: 0px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    max-width: 717px;
    background: #F5F5F5;
    right: -720px;
    transition: .7s;
}

.gnav.active .gnav__wrap{right: 0;}


.gnav__wrap::-webkit-scrollbar{
  display: none;
}


nav .gnav__menu__item{
    margin: 0px auto 0;
    width: 95%;
    text-align: center;
    max-width: 451px;
    padding: 34px 0;
    border-bottom: 1px solid #D0D0D0;
}

.gnav__menu__item a{
    font-size: 1.8rem;
    font-weight: 700;
    text-decoration: none;
    background: none;
    width: 100%;
    display: block;
    max-width: max-content;
    margin: 0 auto;
    position: relative;
}

nav .gnav__menu__item2{
    margin: 0px auto 30px;
    width: 95%;
    max-width: 321px;
}

nav .gnav__menu__item3{
    margin: 0px auto 65px;
}

nav .gnav__menu__item2 .btn1{
	width:100%;
	height:72px;
	max-width:321px;
	margin:0 auto;
	font-size: 2rem;
	box-shadow:none;
}

nav .gnav__menu__item2 .btn1.bgwh{
	font-size: clamp(2.7rem, 2.8vw, 2.8rem);
}

nav .gnav__menu__item2 .btn1 img{
	width:20px;
	margin-right:12px;
}

.gnav__menu__item2 .sns_list1{
	width:100%;
	display:flex;
	justify-content:space-between;
	max-width: 124px;
	width:100%;
}

.gnav__menu__item2 .sns_list1 li{
	width:50px;
}

a.tel_btn1 {
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:35px;
	height:60px;
	max-width:274px;
	width:100%;
	margin:0 auto;
	border:3px solid;
	color:#187441;
	font-size:3.2rem;
	font-weight:700;
}

 a.tel_btn1 img{
	margin-right:8px;
}

.gnav__menu__item2 a.tel_btn1 img{
	width:10px;
}
/*-----------------------------------------------------------
テーブル共通
-----------------------------------------------------------*/

table {
	border-collapse: separate;
}



/*-----------------------------------------------------------
 nav
-----------------------------------------------------------*/

.pc_nav{
	width: 72%;
	display: flex;
	max-width: 881px;
	align-items: center;
	justify-content: flex-end;
}

.nav_list1{
	display: flex;
	justify-content: flex-end;
	max-width: 421px;
	width: 50%;
}

.nav_list1 li {
	margin-left:auto;
}

.nav_list1 li:first-child{
	margin:0;
}

.nav_list1 a {
	display: block;
	text-decoration: none;
	font-size: 1.8rem;
	color:#fff;
}

.headerScroll .nav_list1 a {
	color:#111111;
}

.sns_list{
	display:flex;
	justify-content:space-between;
	max-width:76px;
	width: 9%;
	margin-left: auto;
}

.sns_list li{
	width: 45%;
}

.hd_link{
	display:flex;
	max-width:320px;
	width: 37%;
	margin-left: auto;
}

.hd_link_btn1{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	max-width:160px;
	width:100%;
	height:80px;
	font-size:1.4rem;
	font-weight: 500;
	line-height:2;
	transition: .4s;
}

.hd_link_btn1.bgwh:hover{
	background: #dadada;
	opacity:1;
}


/*-----------------------------------------------------------
#slide
-----------------------------------------------------------*/

#modal {
	display: none;
}

/*-----------------------------------------------------------
#cover
-----------------------------------------------------------*/

#cover {
	width: 100%;
	margin: 0 auto;
	padding: 18.959% 0 0;
	position: relative;
	z-index: 2;
	background: #333;
}


#art-cover:before,
#cover:before{
	position:absolute;
	content:"";
	height: 25.313vw;
	border-radius:50%;
	border:1px solid #FAFAFA;
	right: -13.02081vw;
	top: -10.41667vw;
	opacity:1;
	z-index: 1;
	width: 25.313vw;
	transition: .4s;
}


#cover .text{
	position:absolute;
	z-index: 1;
	top: 19.8%;
	left: 5.2088%;
	font-size: 8.8rem;
	line-height:0.92;
	font-weight:700;
	font-size: clamp(3rem,4.6vw,8.8rem);
	letter-spacing:-0.025em;
}

#cover .img{
	position:absolute;
	width: 13.256%;
	top: 20.624%;
	z-index: 1;
	right: 7%;
}

#cover .cov-div{
	position:absolute;
	z-index: 1;
	bottom: 23.17%;
	right: 13.8%;
	font-size: 5.8rem;
	line-height:1.4482;
	font-weight:700;
	font-size: clamp(2rem,3.09vw,5.8rem);
	color:#fff;
	width: 34.219%;
	width: 36%;
	max-width: 657px;
	text-shadow: 0 3px 10px #00000029;
}

#cover .cov-div .text1{
	
}

#cover .cov-div .text2{
	
margin-left: 11.7%;
}

.sns_list2{
	position:absolute;
	width: 50px;
	left: 2.6048%;
	bottom: 3.615%;
}

.sns_list2 li{
	margin-bottom:28px;
}

.sns_list2 li:last-child{
	margin-bottom:0;
}

.slider_area{
	width: 86.198%;
	height: 37.24vw;
}

.sld1{
	width:100%;
	height: 37.24vw;
}

.sld11{
	background:url(./img/top/mv2.jpg)no-repeat;
	background-size:cover;
	background-position-x:20%;
}

.sld12{
	background:url(./img/top/mv_1.jpg)no-repeat;
	background-size:cover;
	background-position-x:20%;
}

.sld13{
	background:url(./img/top/mv_2.jpg)no-repeat;
	background-size:cover;
	background-position-x:20%;
	background-position-y:15%;
}

.sld14{
	background:url(./img/top/mv_3.jpg)no-repeat;
	background-size:cover;
	background-position-x:20%;
}


.add-animation .sld1{
  animation: zoomUp 10s linear 0s normal both;
}


@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1); /* 拡大率 */
  }
}

/*-----------------------------------------------------------
 #main
-----------------------------------------------------------*/

#main {
	width: 100%;
	margin: 0px auto 0;
}

.flex{
	display: flex;
	justify-content: space-between;
}

.inner{
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}

.mainTit{
	font-size: 2rem;
	line-height: 1;
	font-weight:400;
	font-size: clamp(1.5rem,3vw,2rem);
	font-weight: 700;
}

.mainTit .en_tit{
	font-size: 12rem;
	line-height: 1;
	font-weight:700;
	font-size: clamp(5rem,7vw,12rem);
	letter-spacing:-0.025em;
	display: block;
	white-space: nowrap;
}

.mainTit.cen{
	text-align:center;
}

.mainTit.rig{
	max-width:max-content;
	margin-left:auto;
}


.mainTit2{
	font-size: 2rem;
	line-height: 1.458333;
	font-weight:700;
	font-size: clamp(1.6rem,3vw,2.4rem);
}

.mainTit2 span{
	font-size: 1.6rem;
	line-height: 1.4375;
	font-weight:400;
	font-size: clamp(1.4rem,2.4vw,1.6rem);
	display:block;
	margin-top:5px;
}



.content01{
	position: relative;
	z-index: 2;
	background: #333;
}


.content01 .ma1920{
	padding: 9.896% 0;
}

.content01:before{
	position:absolute;
	content:"";
	width: 25.573vw;
	height: 25.573vw;
	border-radius:50%;
	border:1px solid #FAFAFA;
	left: -19.5vw;
	bottom: -7.60419vw;
	opacity:1;
}

.content01 .text_area{
	max-width:600px;
	width: 66%;
}

.content01 .text_area .title1{
	line-height:1.9166;
	margin: 13.5% 0 10%;
}

.ft24{
	font-size: 2.4rem;
	font-weight:700;
	font-size: clamp(1.8rem,2.8vw,2.4rem);
}

.content01 .text_area .text1{
	margin-top: 6.334%;
	line-height:2.375;
}

.content01 .text_area .text1 span{
	font-size: 2rem;
	font-weight:700;
	font-size: clamp(1.8rem,2vw,2rem);
}

.content01 .img1{
	position:absolute;
	box-shadow:0 0 20px #00000029;
	width: 23.49%;
	bottom: 15.102%;
	right: 11.407%;
}

.content01 .img2{
	position:absolute;
	box-shadow:0 0 20px #00000029;
	width: 19.532%;
	bottom: -2%;
	right: 23.698%;
}

.content01 .img3{
	position:absolute;
	box-shadow:0 0 20px #00000029;
	right: 0;
	width: 19.375%;
	bottom: -16.579%;
}

.content02{
	padding: 11.875% 0 9.896%;
	text-align:center;
	position: relative;
	z-index: 1;
}

.co2_div1{
	position:relative;
	padding-bottom: 5.365%;
}

.co2_div1 .title1{
	line-height:1.91666;
	margin: 6.75% auto 5%;
}

.co2_div1 .text1{
	margin-top: 3.167%;
	line-height:2.5;
}

.co2_div1 .text1 span{
	font-size: 2rem;
	font-weight:700;
	font-size: clamp(1.8rem,2vw,2rem);
	line-height:2;
}

.co2_div1 .ab_text{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	font-size: 18rem;
	line-height: 1.2111;
	font-weight:700;
	font-size: clamp(3.7rem,9vw,18rem);
	letter-spacing:-0.025em;
	color:#FAFAFA;
	z-index:-1;
}

.co2_div2{
	margin-top: 2.448%;
}

.co2_list1{
	display:flex;
	justify-content:space-between;
}

.co2_list1 li{
	width:33.333333%;
	border-right:1px solid #D0D0D0;
}

.co2_list1 li:last-child{
	border-right:none;
}

.co2_list1 li .num{
	font-size: 3.6rem;
	font-weight:700;
	font-size: clamp(2.4rem,2.4vw,3.6rem);
	line-height:1.6667;
}

.co2_list1 li .text{
	font-size: 2.9rem;
	font-weight:700;
	font-size: clamp(2rem,2.4vw,2.9rem);
	line-height:1.862;
	margin-top: 6.77%;
}


.content03{
	position: relative;
	width: 100%;
	background: #333;
	overflow: hidden;
}

.content03:before {
    position: absolute;
    content: "";
    width: 520px;
    height: 520px;
    border-radius: 50%;
    border: 1px solid #FAFAFA;
    left: -209px;
    bottom: -181px;
    width: 27.084vw;
    height: 27.084vw;
    left: -10.886%;
    bottom: -11.017%;
}

.ma1920{
	max-width:1920px;
	width:100%;
	margin:0 auto;
	position: relative;
}

.content03 .ma1920{
	height: 85.573vw;
	padding: 9.375% 0 9.896%;
	max-height: 1643px;
	position: relative;
}

.co3_div{
	position:absolute;
	width: 25.417%;
}

.co3_div .text_area{
	position:absolute;
	width: 100%;
}


.co3_div .text_area .btn{
	max-width:68px;
	width: 18.199%;
	transition: .4s;
}
	

.co3_div1{
	top: 17.4689%;
	right: 13.073%;
}

.co3_div1 .img{
	/* width: 84.87%; */
	/* margin-left: auto; */
	width: 100%;
}

.co3_div .text_area .text{
	font-size: 7.2rem;
	font-weight:700;
	font-size: clamp(2.9rem,3.8vw,7.2rem);
	line-height: 1.13;
	letter-spacing: -0.05em;
}

.co3_div .text_area .text span{
	font-size: 2rem;
	font-weight:600;
	font-size: clamp(1.2rem,1.3vw,2rem);
	line-height:1.2;
	display:block;
	letter-spacing: 0;
}

.co3_div1.co3_div .text_area{
	left: -18.5%;
	bottom: -43%;
}

.co3_div1 .text_area .text {
	margin-bottom: 2.87%;
}

.co3_div2.co3_div .text_area{
	left: -37%;
	bottom: -25%;
	max-width: 246px;
	width: 65%;
}

.co3_div2.co3_div .btn{
	position:absolute;
	bottom:0;
	left: 75%;
	width: 28%;
}
.co3_in .lista{
	z-index:2;
}

.co3_in{
	width:100%;
}

.co3_in:hover .text_area .btn{
	transform:translateX(30px);
}


.co3_div2{top: 33.111%;left: 17.448%;}


.co3_div3 {
    top: 65%;
    right: 27.396%;
}

.co3_div3.co3_div .text_area {
    left: 101.64%;
    bottom: 0;
}

.co3_div3.co3_div .text_area .text{
	margin-bottom: 2.87%;
}

.content04{
	padding: 10.417% 0 4.688%;
}

.news_list1{
	margin-top:58px;
}

.news_list1 li{
	padding:30px 15px;
	border-top:1px solid #D0D0D0;
	display:flex;
	align-items:center;
}

.news_list1 li:hover{
	opacity:0.7;
}

.news_list1 li:before{
    position: absolute;
    content: "";
    width: 38px;
    height: 38px;
    background: url(./img/common/arrow1_bla.svg) no-repeat;
    background-size: contain;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
}

.news_list1 li:last-child{
	border-bottom:1px solid #D0D0D0;
}

.news_list1 li .dacate{
	display:flex;
	align-items:center;
	margin-right:40px;
}

.news_list1 li .dacate .date{
	margin-right:40px;
}

.news_list1 li .dacate .cate{
	line-height:1.4375;
	padding:3px 8px;
	background:#B99832;
	color:#fff;
	min-width:112px;
	display:flex;
	align-items:center;
	justify-content:center;
}

.news_list1 li .title{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	padding-right: 38px;
}

.content05{
	padding: 5.209% 0 9.896%;
}

.qanda_list{
	margin: 58px auto 0;
}

.qanda_list li{
	border-top: 1px solid #D0D0D0;
	padding: 24px 15px 0;
}

.qanda_list li:last-child{
	border-bottom: 1px solid #D0D0D0;
}

.qanda_list li dt,
.qanda_list li dd{
	display:flex;
	align-items: baseline;
	font-weight: 700;
	position: relative;
}

.qanda_list li dt{padding-bottom: 24px;}

.qanda_list li dd{
	padding: 2px 0 24px;
	color: #ACAAA9;
}

.qanda_list li .que,
.qanda_list li .ans{
	display:flex;
	align-items:center;
	margin-right: 40px;
	flex-shrink:0;
	justify-content:center;
	font-size: 2.9rem;
	font-weight:700;
}

.qanda_list li .ans{
	color:#ACAAA9;
}


.qanda_list dt .pulu{
	position: absolute;
	display: flex;
	right: 5px;
	width: 20px;
	height: 24px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.qanda_list dt .pulu span{
	width: 20px;
	background: #4E3931;
	height: 1px;
	display: block;
	position: absolute;
	right: 0;
}

.qanda_list .open  .pulu span + span{transform: rotate(0deg);}

.qanda_list  .pulu span + span{transform: rotate(90deg);}

.res_area1{
	position:relative;
	margin: 72px auto 0;
	padding: 9.896% 0 7.292%;
	background: url(./img/common/bg_res.jpg)no-repeat center;
	background-size:cover;
}

.res_area1 .mainTit{
	position:absolute;
	top: -15.655%;
	left:0;
	right:0;
	margin:auto;
}

.btn1{
	display:flex;
	align-items:center;
	justify-content:center;
	width:48%;
	max-width:532px;
	height:130px;
	font-size: 3.3rem;
	font-weight:700;
	font-size: clamp(2.1rem,2.4vw,3.3rem);
	box-shadow:0 4px 20px #00000029;
	transition: .4s;
}


.btn1.bgwh{
	font-size: 4.8rem;
	font-size: clamp(3.1rem,2.6vw,4.8rem);
}

.btn1 img{
	margin-right:16px;
}


.comp_area1{
	padding: 9.896% 0;
	background: #fff;
}

.comp_area1 .flex{
	margin-top:56px;
}


.comp_area1 .flex .left{
	max-width:498px;
	width: 48%;
}

.comp_area1 .flex .right{
	max-width:600px;
	width: 50%;
}


.day_tb{
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}

.day_tb tr{
}

.day_tb th{
	font-weight:500;
}

.day_tb th img{padding-bottom: 6px;padding-right: 6px;}

.day_tb td{
	
}


.day_tb th,
.day_tb td{
	width: 11%;
	border-top:1px solid #B7B7B7;
	border-left:1px solid #B7B7B7;
	text-align:center;
	height: 75px;
}

.day_tb th:first-child,
.day_tb td:first-child{
	width: 23%;
	border-left:none;
}

.day_tb tr:first-child th{
	border-top:none;
}

.day_tb tr:last-child th,
.day_tb tr:last-child td{
	padding-bottom:0;
}


.comp_list1 li{
	display:flex;
	align-items:center;
	border-bottom:1px solid #D0D0D0;
	line-height: 1.8125;
	padding: 18px 3%;
}

.comp_list1 li:first-child{
	padding-top:0;
}

.comp_list1 li .text1{
	width: 25%;
}

.comp_list1 li .text2{
	width: 75%;
}

.day_text1{
	margin-top:20px;
	font-size:1.4rem;
	line-height:1.4285;
}

.comp_area1_div{
	display:flex;
	align-items:center;
	justify-content:space-between;
	max-width:530px;
	width:100%;
	margin-top:45px;
}

.sns_list3{
	display:flex;
	justify-content:space-between;
	align-items:center;
	max-width:96px;
	width:100%;
	flex-shrink:0;
	margin-left: 1%;
}

.sns_list3 li{
	width:38px;
}

.btn2{
	display:flex;
	align-items:center;
	max-width:398px;
	width:100%;
	height:60px;
	padding:0 30px;
	font-size:1.8rem;
	font-weight:700;
	position:relative;
	transition: .4s;
}

.btn2:before{
	position:absolute;
	content:"";
	width:26px;
	height:26px;
	background:url(./img/common/arrow1_wh.svg)no-repeat;
	background-size:contain;
	top:0;
	bottom:0;
	margin:auto;
	right:30px;
}

.map{
	height:400px;
	width:100%;
}

iframe{
	width:100%;
	height:100%;
}

/*-----------------------------------------------------------
 footer
-----------------------------------------------------------*/

footer {
	margin: 0px auto 0;
	padding: 110px 0 37px;
	color: #fff;
	background: #333;
}

.ft_list{
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:60px;
}

.ft_list li{
	padding:0 15px;
	border-right:1px solid;
	font-size:1.8rem;
	font-weight:500;
}

.ft_list li:last-child{
	border-right:none;
}


.ft_list li a{
	color:#fff;
}

.copyright {
	text-align: center;
	font-size: 1.1rem;
}



/* 全ページ共通クラス
----------------------------------------------------------- */

/*--- パンくず ---*/

.pankuzu {
    width: 95%;
    margin: 0 auto;
    font-size: 12px;
    padding: 16px 0 0;
	max-width: 1080px;
}

.pankuzu li {
    margin: 0 0 0 10px;
    display: inline;
}

.pankuzu li:first-child {
    margin: 0;
}

.pankuzu li a {
    margin: 0 10px 0 0;
    color: #F44336;
}

/*--- ページトップ ---*/
#pageTop {
	position: fixed;
	bottom: 200px;
	right: 4%;
	z-index: 99;
	width: 11.198%;
	min-width: 109px;
}
#pageTop a{
	    transition: .4s;
}


/* -- お問い合わせ -- */

input {
	vertical-align: middle;
}

.btnBox1 {
	text-align: center;
}

.contact_cf .clearForm,.contact_cf .clearForm2 {
	padding: 10px 5px;
}

.choose_list1 > li {
	width: 200px;
	margin: 0 0 0 10px;
	float: left;
}

.choose_list1 > li:first-child {
	margin: 0;
}

.choose_list1 {
	width: 410px;
	margin: 20px auto;
}

.contact_tb td span {
	margin: 9px 0 0;
	display: block;
}

.clearForm,
.clearForm2,
.toHome {
	width: 200px;
	padding: 15px 5px;
	cursor: pointer;
	outline: 0;
	background: #555;
	color: #fff !important;
	font-size: 100%;
	border: none;
	font-weight: bold;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
}

.clearForm:hover,
.clearForm2:hover,
.toHome:hover {
	background: #777;
	color: #FFF;
}

.toHome {
	margin: 50px auto 0 !important;
	text-decoration: none;
	display: block;
	text-align: center;
}


#zip1, #zip2 {
	width: 150px;
}

#city, #pref, #add {
	width: 580px;
	margin: 2px 0 0 10px;
}

#add {
    margin: 2px 0 0 40px;
}

textarea {
	padding: 10px 5px;
	height: 250px;
}

input,
textarea,
button,
select,
option {
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select{
	height: 60px;
	padding: 5px;
	width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select,
option {
	border: 1px solid #CCC;
}

button {
	border: none;
	outline: none;
	background: none;
}

.form_notice1 {
	font-size: 85.714%;
	display: block;
	margin: 5px 0 0;
}

.form_notice2 {
	font-size: 87.5%;
}

.modification_wrap {
	overflow: hidden;
}

.modification {
	width: 221px;
	float: left;
	margin: 0 0 0 246px;
}

.send_bt {
	width: 221px;
	float: right;
	margin: 0 245px 0 0;
}

.error_style {
	color: #FF0000;
	display: block;
	margin: 8px 0 0;
}

.contact_tb {
	width: 1000px;
	margin: 0 auto;
}

.contact_tb th {
	width: 250px;
	text-align: left;
	position: relative;
	line-height: 1.4;
}

.contact_tb th, .contact_tb td {
	padding: 13px 10px 10px 20px;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.contact_tb th em {
	background: #F00;
	color: #FFFFFF;
	padding: 2px 5px;
	margin-left: 5px;
	right: 10px;
	font-size: 85.714%;
}


/* wordpress 記事 */
.detail_area img{
	margin-bottom:24px;
	width: revert-layer;
}

.detail_area p:has(img){
	margin:0;
}


.alignright{
	margin-left:auto;
	display:block;
}


.aligncenter{
	margin-left: auto;
	margin-right: auto;
	display:block;
}


.detail_area p{
	margin-bottom:24px;
	font-size: clamp(1.5rem,2.3vw,1.6rem);
}

.detail_area h2{
	margin-bottom:24px;
	font-size: clamp(2.4rem,3vw,2.9rem);
}

.detail_area h3{
	margin-bottom:24px;
	font-size: clamp(1.8rem,2.3vw,2.4rem);
}

.detail_area h4{
	margin-bottom:24px;
	font-size: clamp(1.6rem,2.3vw,1.8rem);
}

#art-cover{
	height: 40vw;
	background:#333333;
	z-index:-1;
	position:relative;
	max-height: 540px;
}

.cov-in{
	max-width:1330px;
	margin:0 auto;
	width: 95%;
}


#art-cover .title1{
	font-size: 2.9rem;
	line-height: 1.413;
	font-weight:700;
	font-size: clamp(1.8rem,2vw,2.9rem);
	padding-top: 15.4147%;
}

#art-cover .title1 span{
	font-size: 13rem;
	line-height: 1.1538;
	font-weight:700;
	font-size: clamp(4.5rem,7vw,13rem);
	letter-spacing:-0.025em;
	display:block;
}


.clinic01{
	padding:80px 0 110px;
}

.clinic01 .flex1{
	align-items:center;
	margin-bottom: 84px;
}

.clinic01 .flex1 .text_area{
	max-width:600px;
	width: 50%;
}

.clinic01 .flex1 .img{
	max-width:490px;
	width: 46%;
}

.clinic01 .flex1 .img img{
	box-shadow:0 0 20px #00000029;
}

.clinic01 .flex1 .text_area .text1{
	margin: 6.667% 0;
	line-height: 2.25;
}

.clinic01 .flex1 .text_area .text2{
	font-size: clamp(2rem,3vw,2.4rem);
	font-weight:700;
	line-height:1.458333;
	text-align:right;
}

.clinic01 .flex1 .text_area .text2 span{
	font-size: clamp(1.5rem,2vw,1.6rem);
	margin-right:12px;
}

.clinic01 .flex1 .text_area .text1 span{
	font-size: clamp(1.6rem,2.3vw,2rem);
	font-weight:700;
	line-height:1.8;
}

.clinic01 .flex2{
	
}

.clinic01_div{
	width:50%;
	padding-right:1%;
	display:flex;
	justify-content:space-between;
}

.artTit{
	position:relative;
	font-size: clamp(2rem,3vw,2.9rem);
	font-weight:700;
	line-height:1.4137;
	padding-bottom:16px;
}

.artTit:before,
.artTit:after{
	position:absolute;
	content:"";
	width:100%;
	height:1px;
	bottom:0px;
	left:0;
	background:#E5E5E5;
}

.artTit:after{
	width: 27.59%;
	background:#B99832;
	max-width: 72px;
}

.clinic01_div .title_area{
	margin-right: 4%;
	flex-shrink:0;
	max-width: 120px;
	width: 27%;
}

.clinic01_div .text_area{
	max-width:400px;
	width:100%;
	line-height:2.25;
}

.cli01_list li{
	display:flex;
	align-items:flex-start;
}

.cli01_list li .year1{
	flex-shrink:0;
	margin-right: 8%;
}

.cli01_list li .text1{
	width:100%;	
}

.clinic02{
	padding:80px 0 110px;
}

.clinic02 .text{
	margin:50px auto;
	font-size: clamp(1.8rem,2.3vw,2.4rem);
	font-weight:700;
	line-height:1.458333;
}

.clinic02 .title_area{
	
flex-shrink: 0;
	
margin-right: 2%;
}

.clinic02 .text_area{
	max-width: 970px;
	width: 100%;
	line-height: 2.25;
}

.clinic03 {
    padding: 80px 0 110px;
}

.cli03_list{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:-13px;
}


.cli03_list li{
	margin-top:63px;
	max-width:375px;
	width:32%;
}

.cli03_list li .img img{
	box-shadow:0 0 20px #00000029;
}

.cli03_list li .text_area{
	margin-top:30px;
}

.cli03_list li .text_area .name{
	font-size: clamp(1.8rem,2.3vw,2.4rem);
	font-weight:700;
	line-height:1.458333;
}

.cli03_list li .text_area .text1{
	line-height: 2.25;
	margin-top:20px;
}


.clinic04 {
    padding: 80px 0 190px;
}

.cli04_list{
	margin-top:37px;
}

.cli04_list li{
	padding:18px 0;
	display:flex;
	border-bottom:1px solid #D0D0D0;
}

.cli04_list li .left{
	font-size: clamp(1.6rem,2.3vw,2rem);
	line-height:1.45;
	font-weight:700;
	width: 15.417%;
	flex-shrink: 0;
	padding-left: 1.25%;
	padding-right: 1.25%;
}

.cli04_list li .right{
	width: 100%;
}

.cli04_list li .right .text1{
	line-height:2.25;
}

.cli04_list li .right .day_tb{
	max-width:600px;
	margin:0;
}

.cli04_list li .right .flex{
	
}

.cli04_list li .right .flex .text1{
	max-width: 370px;
	width: 40%;
}

.cli04_list li .right .flex .map{
	max-width:585px;
	height: 320px;
	width: 58%;
}

.clinic05{
    padding:180px 0;
	background:#333333;
	color:#fff;
	position:relative;
}

.cir_sou{
	position:relative;
	z-index:1;
}

.cir_sou:before{
    position: absolute;
    content: "";
    border-radius: 50%;
    border: 3px solid #F8F8F8;
    width: 25.573vw;
    height: 25.573vw;
    left: -12.813%;
    top: -14vw;
    z-index: -1;
}

.cosme03.cir_sou:before{
	border: 1px solid #F8F8F8;
}

.clinic05 .mainTit{
	font-size: clamp(1.8rem,3vw,2.9rem);
	font-weight:700;
	line-height: 0.5;
}

.clinic05 .flex{
	margin:58px auto 0;
	align-items: flex-start;
}

.clinic05 .flex .text_area{
max-width: 600px;
width: 50%;
}

.clinic05 .flex .img_area{
max-width: 540px;
width: 48%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}


.clinic05 .flex .img_area .img{
	width: 48.15%;
	margin-top: 3.7%;
}

.clinic05 .flex .img_area .img:nth-child(1),
.clinic05 .flex .img_area .img:nth-child(2){
	margin-top:0;
}


.clinic05 .flex .img_area .img img{
	box-shadow:0 0 20px #00000029;
}


.clinic05 .flex .text_area .text1{
	line-height:2.25;
}

.clinic05 .flex .text_area .text1 span{
	font-weight:700;
	font-size: clamp(1.6rem,2vw,2rem);
	line-height:1.8;
}

.article .res_area1{
	margin-top: 262px;
}

.clinic01.cir_sou:before{
top: auto;
bottom: -24.43%;
}


.clinic02.cir_sou:before{top: auto;bottom: -10%;border: 1px solid #F8F8F8;}


.clinic03.cir_sou:before{top: auto;bottom: 25%;}


.cir_sou.r_cir:before{
	left: auto;
	right: -13.813%;
}

.whi01{
	padding:130px 0 48px;
}

.whi01 .flex{
	
}

.whi01 .flex .text_area{
	max-width:400px;
	width: 46%;
}

.whi01 .flex .img{
	max-width:600px;
	width: 50%;
}

.whi01 .flex .img img{
	box-shadow:0 0 20px#00000029;
}

.fukiTit_area{
	
}

.fukiTit_area .fuki1{
	padding:10px 20px;
	display:flex;
	align-items:center;
	justify-content:center;
	max-width:max-content;
	position:relative;
	margin:0 0 7px;
	font-weight:700;
	font-size: clamp(1.6rem,2vw,2rem);
	line-height:1.45;
}

.fukiTit_area .fuki1:before{
	position:absolute;
	content:"";
	height: 0;
	border-style: solid;
	border-right: 14px solid transparent;
	border-left: 14px solid transparent;
	border-top: 19px solid #B99832;
	border-bottom: 0;
	margin:auto;
	left:0;
	right:0;
	width: 0;
	bottom: -7px;
}

.fukiTit{
	font-size: 4.8rem;
	font-size: clamp(2.6rem,2.6vw,4.8rem);
	font-weight:700;
	line-height:1.4375;
}

.whi01 .artTit{font-size: clamp(1.8rem, 2.6vw, 2.4rem);}

.whi01_list1{
	margin-top:40px;
}

.whi01_list1 li{
	margin-top:34px
}

.whi01_list1 li .text_area2{
	display:flex;
	align-items:center;
	margin:8px 0 0;
}

.whi01_list1 li .text_area2 .left{
	line-height:1.4375;
}

.whi01_list1 li .text_area2 .center{
	margin:0 12px 0 16px;
	display: flex;
}

.whi01_list1 li .text_area2 .right{
	font-size: clamp(2.4rem,3vw,3.2rem);
	font-weight:700;
	line-height:1.4375;
}

.whi01_text{
	margin:155px auto 0;
	text-align:center;
}

.ft29{
	font-size: clamp(2rem,3vw,2.9rem);
	font-weight:700;
	line-height:1.827;
}

.whi02{
	padding:120px 0 180px;
	background:#333333;
	color:#fff;
}

.whi02 .ab_img{
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	width:100%;
	text-align:center;
	top: -40px;
}

.whi02.cir_sou:before{
	border:1px solid #F8F8F8;
	top: auto;
	bottom: -10.5%;
}

.whi02_list1{
	margin-top:50px;
}

.whi02_list1 li{
	margin-top:30px;
	background:#FFFFFF;
	color:#413D3C;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 3.167% 4.167% 1.75%;
}


.whi02_list1 li .point{
	flex-shrink: 0;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	margin-right: 2%;
}

.whi02_list1 li .point .text1{
	line-height: 1;
    font-weight: 700;
    font-size: clamp(1.6rem, 3vw,3.3rem);
    letter-spacing: -0.025em;
}

.whi02_list1 li .point .text2{
	line-height: 0.8;
	font-weight: 700;
	font-size: clamp(6rem, 7vw, 12rem);
	letter-spacing: -0.025em;
}

.whi02_list1 li .text_area{
	max-width: 916px;
	width: 100%;
}

.whi02_list1 li .text_area .title1{
	line-height: 1.4137;
	margin-bottom: 2.184%;
}

.whi02_list1 li .text_area .text1{
	line-height:2.25;
}

.whi02_list1 li .text_area .text1 span{
	font-weight:700;
	font-size: clamp(1.6rem,2vw,2rem);
	line-height:1.45;
}


.whi03{
	padding:180px 0 110px;
}

.whi03.cir_sou:before{top: 44%;}

.whi03_text1{
	font-size: clamp(1.8rem, 3vw, 2.4rem);
	line-height:2.08;
	font-weight:700;
	text-align:center;
	margin:50px auto 60px;
}

.whi_tb1{
	width: 100%;
}

.whi_tb1 th,
.whi_tb1 td{
	border-top:1px solid #D0D0D0;
	border-right:1px solid #D0D0D0;
	padding:20px 0;
}

.whi_tb1 th{
	background: #F2F2F2;
	font-weight:700;
	font-size: clamp(1.6rem,2vw,2rem);
	line-height: 2;
}

.whi_tb1 td{
	width: 44.5%;
	padding-left: 4%;
	padding-right: 7%;
	line-height: 2.25;
}

.whi_tb1 tr:nth-child(1) th:nth-child(2),
.whi_tb1 th:nth-child(1){
	border-left:1px solid #D0D0D0;
}

.noth{
	opacity:0;
}

.whi_tb1 th.th2{
	background:#333333;
	color:#fff;
}

.whi_tb1 tr:last-child th,
.whi_tb1 tr:last-child td{
	border-bottom:1px solid #D0D0D0;
}

.whi_div11{
	display:flex;
	align-items:center;
	background:#FFFFFF;
	box-shadow:0 4px 20px #00000029;
	max-width:882px;
	width:100%;
	margin: 32px auto 180px;
	justify-content:space-between;
	padding: 2.5% 4.167%;
}


.whi_div11 .title_area{flex-shrink: 0;margin-right: 2%;}

.whi_div11 .title_area .title1{
	text-align: center;
	line-height: 1.41;
}

.whi_div11 .title_area .title1 span{
	line-height: 1.25;
	font-weight: 600;
	display: block;
	font-size: 1.6rem;
}

.whi_div11 .text_area{
	max-width:655px;
	width:100%;
	line-height: 2.25;
}

.whi_div11 .text_area span{
	font-weight:700;
	font-size: clamp(1.6rem,2vw,2rem);
	line-height: 2;
}

.whi_div2{
	margin:130px auto 0;
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
}

.whi_div2 .img{
	max-width:490px;
	width: 46%;
}

.whi_div2 .img img{
	box-shadow:0 0 20px#00000029;
}

.whi_div2 .img:has(video){
	height: 24vw;
	max-height: 304px;
	background: #ccc;
}


.whi_div2 .img video{
	width:100%;
	height:100%;
	object-fit:cover;
}

.whi_div2 .text_area{
	max-width:600px;
	width: 50%;
}

.artTit2{
	font-size: clamp(2rem, 3vw, 2.9rem);
	font-weight: 700;
	line-height: 1.4137;
}

.artTit2 .en{
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.25;
	display: block;
}

.whi_div2 .text_area .text1{
	margin:30px 0 0;
	line-height:2.25;
}

.whi_div2.whi_div3{
	flex-direction:row-reverse;
}

.whi04{
	padding:80px 0 110px;
}

.whi04.cir_sou:before{
	bottom: -19%;
	top: auto;
	border: 1px solid #F8F8F8;
}

.whi04.imp05.cir_sou:before{
	bottom: -15%;
}

.cases_list1 li{
	margin-top:60px;
}


.cases_list1 li .flex{
	margin: 32px auto 0;
	align-items: flex-start;
}


.cases_list1 li .flex .text_area{
	max-width:600px;
	width:50%;
}

.cases_list1 li .flex .slider_area2{
	max-width:490px;
	width:46%;
}

.thumbnail{
	display:flex;
	margin-top:16px;
}

.t_sld{
	margin-top:8px;
	width: 23.47%;
	margin-right: 2.04%;
}

.t_sld:nth-child(4n+4){
	margin-right:0;
}

.thumbnail-img{
	max-height:70px;
	width:100%;
	height: 7vw;
}

.t_sld img{
	box-shadow:0 0 20px #00000029;
	width:100%;
	height:100%;
	object-fit:cover;
}

.t_sld.active{
	border:1px solid
}


.whi_tb2{
	width: 100%;
}

.whi_tb2 th,
.whi_tb2 td{
	border-top:1px solid #D0D0D0;
	border-right:1px solid #D0D0D0;
	padding: 20px 0;
}

.whi_tb2 th{
	background:#333333;
	color:#fff;
	font-weight:700;
	font-size: clamp(1.4rem,1.6vw,2rem);
	line-height: 1.45;
	text-align: left;
	padding-left: 2.667%;
	padding-right: 2.667%;
	padding-left: 2%;
	padding-right: 2%;
}

.whi_tb2 td{
	width: 67.334%;
	padding-left: 3%;
	padding-right: 3%;
	line-height: 1.4375;
	font-size: clamp(1.4rem, 1.8vw, 2rem);
}

.whi_tb2 tr:nth-child(1) th:nth-child(2),
.whi_tb2 th:nth-child(1){
	border-left:1px solid #D0D0D0;
}


.whi_tb2 tr:last-child th,
.whi_tb2 tr:last-child td{
	border-bottom:1px solid #D0D0D0;
}

.cases_list1 .whi_tb2 th{
	    padding-left: 3%;
	    padding-right: 3%;
}

.cases_list1 .whi_tb2 td{
	width: 70%;
	font-size: clamp(1.4rem,1.8vw,1.6rem);
	line-height: 1.45;
}

.slider2{
	/* box-shadow:0 0 20px #00000029; */
	position:relative;
}

.slider2:before{
	position:absolute;
	content:"";
	width:100%;
	left:0;
	top:0;
	box-shadow:0 0 20px #00000029;
	max-height: 300px;
	height: 24vw;
}

.sld2{
	max-height: 300px;
	height: 24vw;
}

.slider2 .cap{
	margin-top: 8px;
}


.sld2 img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.whi04 .btn2{
	margin:60px auto 0;
}

.whi05 {
    padding: 80px 0 110px;
}

.whi05 .flex{
	margin:55px auto 0;
}

.whi05_div{
	width:48%;
	max-width: 560px;
}

.whi05_list1{
	margin:36px auto 0;
}

.whi05_list1 li{
	position:relative;
	padding:0 0 40px;
	z-index:1;
}

.whi05_list1 li:last-child{
	padding: 0!important;
}

.whi05_list1 li:before{
	position:absolute;
	content:"";
	width:8px;
	height:100%;
	bottom:0;
	left: 35px;
	background:#E3E3E3;
	z-index:-1;
}


.whi05_list1 li:last-child:before{
	display:none;
}

.whi05_list1 li .title_area{
	padding: 10px 20px 8px;
	background:#FFFFFF;
	box-shadow:0 3px 6px #00000029;
	display:flex;
	align-items:center;
}

.whi05_list1 li:nth-child(2n+2) .title_area{
	background:#F2F2F2;
}

.whi05_list1 li .title_area .num{
	text-align:center;
	margin-right: 4.618%;
}

.whi05_list1 li .title_area .num .text1{
	font-size:1.5rem;
	font-weight:700;
	letter-spacing:-0.025em;
	line-height:1;
}

.whi05_list1 li .title_area .num .text2{
	line-height: 0.8;
	font-size:2.9rem;
	font-weight:700;
	letter-spacing:-0.025em;
}

.whi05_list1 li .title_area .title1{
	font-weight:700;
	font-size: clamp(1.8rem,2vw,2rem);
	line-height: 1.45;
}

.whi05_list1 li > .text_area > .text1,
.whi05_list1 li > .text1{
	max-width:480px;
	width: calc(100% - 80px);
	margin-top:16px;
	line-height:2.25;
	margin-left: auto;
}

.whi06 {
    padding: 80px 0 0px;
    position: relative;
}

.whi06 .mainTit{
	margin-bottom:50px;
}

.whi_tb2 td .text1{
	display:flex;
	align-items:center;
}

.whi_tb2 td .text1 img{
	margin: 0 11px 0 18px;
}

.whi_tb2 td .text1 span{
	font-weight:700;
}

.whi06 .whi_tb2{
	margin:0 auto 25px
}

.whi06 .text{
	margin-top:16px;
	font-size:1.5rem;
	line-height:1.4;
}

.whi06.cir_sou.r_cir:before{
	top: auto;
	bottom: -15%;
	border: 1px solid #F8F8F8;
}

.whi01.cosme01 .flex .text_area{
	max-width: 580px;
	width: 50%;
}

.whi01.cosme01 .flex .img{
	max-width:490px;
	width: 48%;
}

.whi01.cosme01 .fukiTit{
	line-height:1.75;
}

.cosme01_div1{
	margin: 60px auto 190px;
}

.cosme01_div1 .title1{
	max-width: max-content;
	margin: 0 auto;
	border-bottom: 1px solid #D0D0D0;
	line-height: 1.4137;
	padding-bottom: 8px;
}

.cosme01_list1{
	display:flex;
	justify-content:space-between;
	margin-top:20px;
}

.cosme01_list1 li{
	margin-top:16px;
	background: #fff;
	box-shadow: 0 3px 6px #00000029;
	width: 19%;
	text-align: center;
	font-weight:700;
	font-size: clamp(1.8rem,2vw,2rem);
	line-height: 1.6;
	height: 103px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cosme01_div1 .text1{
	max-width:max-content;
	margin:50px auto 0;
	font-weight:700;
	font-size: clamp(2.4rem,3vw,3.3rem);
	line-height:2.09;
	text-align: center;
}

.cosme01_div1 .text1 .big{
	font-size: clamp(3.1rem,2.6vw,4.8rem);
	line-height:1.4375;
}


.cosme01_div1 .text1 .dot{
	position:relative;
}


.cosme01_div1 .text1 .dot:before{
	position:absolute;
	content:"";
	width:10px;
	height:10px;
	background:#B99832;
	border-radius:50%;
	left:0;
	right:0;
	margin:auto;
	top:-4px;
}

.cosme02{
	padding:184px 0 180px;
}

.cosme02 .title{
	position:relative;
	text-align:center;
	font-size: clamp(3.1rem,2.6vw,4.8rem);
	line-height:1.4375;
}

.cosme02 .title .en_tit{
	position:absolute;
	line-height: 1;
	font-weight: 700;
	font-size: clamp(4rem, 7vw, 12rem);
	letter-spacing: -0.025em;
	color: #FAFAFA;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	z-index: -1;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cosme02 .title .sub{
	font-weight:700;
	font-size: clamp(1.8rem,2vw,2rem);
	line-height: 1.45;
	display:block;
	margin-bottom: 8px;
}

.cosme02_list1{
	display:flex;
	justify-content:space-between;
	margin-top:50px;
}

.cosme02_list1 li{
	width:32%;
	max-width:370px;
}

.cosme02_list1 li .img{
	box-shadow:0 0 20px #00000029;
}

.cosme02_list1 li .text_area{
	margin:22px auto 0;
}

.cosme02_list1 li .text_area .title_area{
	display:flex;
	align-items: center;
	margin-bottom: 17px;
}

.cosme02_list1 li .text_area .title_area .num{
	text-align:center;
	margin-right: 5%;
}

.cosme02_list1 li .text_area .title_area .num .text1{
	font-size:1.5rem;
	font-weight:700;
	letter-spacing:-0.025em;
	line-height:1;
}

.cosme02_list1 li .text_area .title_area .num .text2{
	line-height: 0.8;
	font-size: clamp(3rem,6vw,6rem);
	font-weight:700;
	letter-spacing:-0.025em;
}

.cosme02_list1 li .text_area .title_area .title1{
	font-size: clamp(1.8rem, 2.2vw, 2.4rem);
	line-height:1.333;
	font-weight:700;
}

.cosme02_list1 li .text_area .text{
	line-height:2.25;
}

.cosme03_div{
	background:#fff;
	color:#413D3C;
	margin:60px auto 0;
	padding: 3.334% 6.667%;
	line-height:2.25;
}

.cosme03_div .text1{
	margin-bottom: 2.5%;
}

.cosme03_div .text1:last-child{
	margin-bottom:0px;
}

.cosme03_div .text1 span{
	font-weight:700;
	font-size: clamp(1.8rem,2vw,2rem);
	line-height: 1.45;
}

.cosme04{
	padding:190px 0 110px;
}

.cosme04.cir_sou:before{
	bottom: -15%;
	top:auto;
}

.cosme04_list1{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top: 10px;
}

.cosme04_list1 li{
	width: 49%;
	max-width: 580px;
	border: 1px solid #D0D0D0;
	background: #fff;
	margin-top: 40px;
	padding: 47px 24px 40px;
}

.cosme04_list1 li .title1{
	text-align:center;
	padding-bottom:6px;
	border-bottom:1px solid #D0D0D0;
	font-weight:700;
	font-size: clamp(2rem,2.6vw,3.3rem);
	line-height:1.4242;
	margin-bottom:20px;
}

.cosme04_list1 li .text1{
	line-height:2.25;
	min-height:131px;
	margin-bottom:44px;
}

.cosme04_div1 .title_area{
	border:1px solid #D0D0D0;
	background:#F0F0F0;
	text-align:center;
	font-weight:700;
	font-size: clamp(1.8rem,2vw,2rem);
	line-height: 1.45;
	padding:16px 0;
	border-bottom:none;
}

.cosme04_div1 .text_area{
	border:1px solid #D0D0D0;
	padding: 4.53% 10.38%;
	min-height: 153px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.cosme04_div1 .text_area .text{
	position:relative;
	line-height:1.9;
	font-size:2rem;
	padding-left:18px;
}

.cosme04_div1 .text_area .text:before{
	position:absolute;
	content:"";
	top:14px;
	left:0;
	border-radius:50%;
	background:#B99832;
	width:10px;
	height:10px;
}

.cosme04_list1 li .text2{
	margin-top:23px;
	line-height:2.25;
}

.cosme04_list1 li .btn2{
	margin:36px auto 0;
	max-width:293px;
	height:64px;
}

.cosme06{
	padding:80px 0 110px;
}

.cosme06_text{
	font-size: clamp(1.8rem, 3vw, 2.4rem);
	line-height:1.916667;
	font-weight:700;
	margin:50px auto 0;
	text-align:center;
}

.cosme06_div{
	margin:70px auto 0;
}

.cosme06_div .text{
	margin:32px auto 40px;
	line-height:2.25;
}

.cosme06_div .flex .text_area{
	max-width:731px;
	width: 61%;
}

.cosme06_div .flex .img{
	max-width: 410px;
	width: 36%;
}

.cosme06_div .whi_tb2 th{
	font-size: clamp(1.4rem,1.8vw,1.6rem);
	line-height: 1.45;
	padding-left: 2%;
	padding-right: 2%;
}

.cosme06_div .whi_tb2 td{
	width: 79.208%;
	font-size: clamp(1.4rem,1.8vw,1.6rem);
	line-height: 2;
	padding: 28px 0;
	padding-left: 2.738%;
	padding-right: 1%;
}

.cosme06_div_add{
	margin:0 auto 40px;
}

.cos06_add_title{
	font-size: clamp(1.7rem, 4vw, 2rem);
	line-height:1.916667;
	font-weight:700;
}

.cosme07 .whi_tb2 td {
    width: 25.667%;
    font-weight: 700;
}

.cosme07 .whi_tb2 td:last-child{
    width: 41.667%;
    font-weight: 400;
}

.whi_tb2 td.td2{
	background:#F8F8F8;
}

.cosme05.whi04.cir_sou:before{
	bottom: -14%;
	border: 3px solid #F8F8F8;
}


.whi01.imp01 .flex .text_area{
	max-width:715px;
	width: 60%;
}

.whi01.imp01 .flex .img{
	max-width:405px;
	width: 38%;
}

.imp01_list1{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:24px;
	max-width:600px;
	width:100%;
}


.imp01_list1 li{
	width:48%;
	margin-top:34px;
	background: #fff;
	box-shadow: 0 3px 6px #00000029;
	text-align: center;
	font-weight: 700;
	font-size: clamp(1.6rem, 2vw, 2rem);
	line-height: 1.6;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width:280px;
}

.whi01.imp01 .flex{
	margin:0 auto 180px;
}

.imp02{
	padding:142px 0 180px;
	position: relative;
	z-index: 2;
}

.imp02 .sld_div{
	margin:50px auto 0;
}

.imp02 .text1{
	margin-top: 14px;
}

.whi_tb3{
	width: 100%;
}

.whi_tb3 th,
.whi_tb3 td{
	border-top:1px solid #D0D0D0;
	border-right:1px solid #D0D0D0;
	padding: 25px 0;
}

.whi_tb3 th{
	background:#333333;
	color:#fff;
	font-weight:700;
	font-size: clamp(1.4rem,1.6vw,2rem);
	line-height: 1.45;
	text-align: center;
}

.whi_tb3 td{
	width: 28.667%;
	padding-left: 2%;
	padding-right: 2%;
	line-height: 2;
}

.whi_tb3 td.td2{
/* 	background:#F8F8F8; */
}

.whi_tb3 tr:nth-child(1) th:nth-child(2),
.whi_tb3 th:nth-child(1){
	border-left:1px solid #D0D0D0;
}


.whi_tb3 tr:last-child th,
.whi_tb3 tr:last-child td{
	border-bottom:1px solid #D0D0D0;
}

.whi_tb3 .cen_text{
	text-align:center;
	font-weight:700;
	font-size: clamp(1.6rem,1.6vw,2rem);
	line-height: 1.45;
}

.whi_tb3 .cen_text img{
	max-width:126px;
	width:100%;
	margin:8px auto 0;
	display:block;
}

.imp03{
	background:#333333;
	padding:180px 0;
}

.imp03.cir_sou:before{
	border:1px solid #F8F8F8;
}

.cir_sou2:after{
	position: absolute;
	content: "";
	border-radius: 50%;
	border: 1px solid #F8F8F8;
    width: 25.573vw;
    height: 25.573vw;
	right: -17vw;
	bottom: 39.6vw;
	z-index: -1;
}

.imp03_list1{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:-10px;
}

.imp03_list1 li{
	width:48%;
	background:#fff;
	margin-top:60px;
	padding: 3.334% 3%;
}

.imp03_list1 li.big{
	width:100%;
	padding: 4.167% 3.334%;
}


.imp03_list1 li .img{
	box-shadow:0 0 20px #00000029;
}

.imp03_list1 li .text_area{
	margin:22px auto 0;
}

.imp03_list1 li .text_area .title_area{
	display:flex;
	align-items: center;
	margin-bottom: 17px;
}

.imp03_list1 li .text_area .title_area .num{
	text-align:center;
	margin-right: 4.765%;
}

.imp03_list1 li .text_area .title_area .num .text1{
	font-size:1.5rem;
	font-weight:700;
	letter-spacing:-0.025em;
	line-height:1;
}

.imp03_list1 li .text_area .title_area .num .text2{
	line-height: 0.8;
	font-size: clamp(3rem,6vw,6rem);
	font-weight:700;
	letter-spacing:-0.025em;
}

.imp03_list1 li .text_area .title_area .title1{
	font-size: clamp(1.8rem, 2.2vw, 2.4rem);
	line-height:1.333;
	font-weight:700;
}

.imp03_list1 li .text_area .text{
	line-height:2.25;
}


.imp03_list1 li .text_area .text span{
	font-size: clamp(1.6rem,1.8vw,2rem);
	font-weight: 700;
}

.imp03_list1 li.big .text_area .title_area{
	align-items:flex-end;
}

.imp03_list1 li.big .text_area .title_area .num{
	margin-right: 5%;
}

.imp03_list1 li.big .text_area .title_area .num .text1{
	font-size: clamp(1.4rem, 3vw, 3rem);
}

.imp03_list1 li.big .text_area .title_area .num .text2{
	font-size: clamp(3rem,9vw,12rem);
}

.imp03_list1 li.big .text_area .title_area .title1{
	font-size: clamp(1.8rem, 3.4vw, 2.9rem);
	line-height:1.72;
}


.imp04{
	padding: 180px 0 110px;
}

.imp04 .whi05_list1{
	margin:50px auto 0;
}

.whi05_list1.whi05_list2 li{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	padding: 0 0 24px;
}

.whi05_list1 li > .text_area > .text1{
max-width: 743px;
}

.whi05_list1.whi05_list2 li .text_area{
	max-width:820px;
	width: 69%;
}

.whi05_list1.whi05_list2 li .img{
	max-width:320px;
	width: 29%;
}

.whi05_list1.whi05_list2 li .img img{
	box-shadow:0 0 20px #00000029;
}

.whi05_list1.whi05_list2 li .title_area .num{
	margin-right: 3.078%;
}

.news01{
	padding:130px 0 0;
}

.det_title_area{
	padding-bottom:20px;
	margin-bottom:30px;
	border-bottom:1px solid #E5E5E5;
}

.det_title_area .title1{
	font-weight:700;
	font-size: clamp(2rem,2.6vw,3.3rem);
	line-height:1.4242;
}

.news01 .btn2{
	margin:40px auto 0;
}


.pagination-list{
	display:flex;
	margin: 60px auto 0;
	justify-content: center;
	width: 100%;
}

.pagination-list .page-numbers{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	width: 32px;
	height: 32px;
	background: #fff;
	margin: 0 0.6%;
	transition:.4s;
	font-weight: 700;
	text-decoration: none;
	color: #B99832;
	border-radius:50%;
}


.pagination-list .page-numbers.current,
.pagination-list .page-numbers:hover{
	background: #B99832;
	opacity:1;
	color:#fff;
}


.pagination-list .page-numbers.next,
.pagination-list .page-numbers.prev{
	display:none;
}

.content04 .btn2{
	margin:40px auto 0;
}

.whi06.imp06{
	position:relative;
	z-index:1;
}

.cli04_list2{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:5%;
}

.cli04_list2 li{
	width:48%;
	margin-top:4%;
}

.add_comp_area{
	margin:80px auto;
}

.add_comp_div1{
	display:flex;
	justify-content:space-between;
	border: 2px solid #D0D0D0;
	padding: 2% 1%;
	width: 100%;
	max-width: 830px;
	margin: 0 auto;
}


.add_comp_div1 .img1{
	width: 21%;
	max-width:171px;
}

.add_comp_div1 .text_area{
	width: 48%;
	max-width: 350px;
}

.add_comp_div1 .img2{
	width: 30%;
}


.add_comp_div1 .text_area .title{
	font-weight:700;
	font-size: clamp(1.8rem,3vw,2.4rem);
	margin-bottom:3%;
}

.add_comp_div1 .text_area .text1{
	line-height:1.8;
}

.add_comp_div1 .text_area .text1 a{
	text-decoration:underline;
}

.add_comp_sns{
	display:flex;
	justify-content:flex-start;
	margin-top: 2%;
}

.add_comp_sns li{
	max-width:50px;
	margin-right:16px;
	width: 10%;
}

.only-center {
    text-align: center;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
}

/*-- 固定ここまで --*/


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1921px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1921px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1400px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1400px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
	
		

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1200px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	
		
.content01 .img1{
	bottom: 26%;
}

.content01 .img2{
	bottom: 8%;
}

.content01 .img3{
	bottom: -3%;
}

.content01:before{
	bottom: -13vw;
}

.co3_div2.co3_div .btn{
	left: 60%;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
	
	

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1000px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

img {
	width: auto;
	max-width: 100%;
	height: auto;
}



/*-----------------------------------------------------------
header
-----------------------------------------------------------*/

header {padding: 20px 2.6048%;}


.sns_list2 li{
	margin-bottom:7px;
}

#cover{
	padding:25% 0 0 0;
}

.sns_list2{
	width:36px;
}

#cover .text{
	top: 25%;
}

#cover .img{
	top:28%;
}

.content01 .text_area .title1 {
    margin: 6% 0 5%;
}

.content01 .text_area .text1 {
    margin-top: 4%;
    line-height: 2;
}
	
.content01 .img1{
	bottom: 45%;
	right: 4%;
}

.content01 .img2{
	bottom: 21%;
	right: 14%;
}

.content01 .img3{
	bottom: -1%;
}

.news_list1 li .dacate{
	margin-right:20px;
}

.news_list1 li .dacate .date{
	margin-right:20px;
}

.content05{
	padding:80px 0;
}

.res_area1{
	padding:100px 0;
}
.res_area1 .mainTit{
	top:-40px;
}

.btn1{
	height:100px;
}


.btn2{
	padding:0 10px;
	font-size:1.6rem;
}

.btn2:before{
	right:5px;
}

#art-cover{
	height:300px;
}

#art-cover .title1{
	padding-top: 120px;
}

.clinic01 .flex1 .text_area .text1{
	line-height:1.8;
}

.clinic01 .flex1{
	margin-bottom: 60px;
}

.clinic02 .text_area{
	line-height:1.8;
}

.cli03_list li .text_area .text1{
	line-height:1.8;
}


.cli04_list li .right .text1{
	line-height:1.8;
}

.clinic05 .flex .text_area .text1{
	line-height:1.8;
}

.article .res_area1{
	margin:160px auto 0;
}

.cli04_list li .right .flex .map{
	height:250px;
}

.whi_tb1 th, .whi_tb1 td{
	padding:15px 0;
}
	
.whi_tb1 td {
    padding-left: 2%;
    padding-right: 2%;
    line-height: 1.8;
}

.whi02_list1 li .text_area .text1 {
    line-height: 1.8;
}

.whi_div2 .text_area .text1 {
    line-height: 1.8;
}

.cases_list1 .whi_tb2 th{
	padding-left: 2%;
	padding-right: 2%;
}

.whi_tb2 th{
	padding-left:1%;
	padding-right: 1%;
}

.whi_tb2 td {
    width: 65%;
    padding-left: 1%;
    padding-right: 1%;
}

.whi06 .text{
	font-size:1.4rem;
	margin-top:12px;
}
	
.whi_div11 .text_area{
	line-height: 1.8;
}

.cases_list1 .whi_tb2 td{
	width:65%;
}

.cosme01_div1 .text1 .dot:before{
	width:6px;
	height:6px;
	top: -6px;
}

.cosme01_div1 {
    margin: 60px auto 0px;
}

.cosme04_div1 .text_area .text {
    line-height: 1.8;
    font-size: 1.6rem;
}
	
.cosme04_div1 .text_area .text:before{
	width: 8px;
	height: 8px;
	top: 10px;
}

.cosme04_div1 .text_area{
	padding:4%;
}

.cosme02_list1 li .text_area .title_area .num .text1{
	font-size: 1.1rem;
}

.cosme02_list1 li .text_area .title_area .num{
	margin-right: 3%;
}

.cosme02_list1 li .text_area .title_area{
	margin-bottom:16px;
}

.imp01_list1 li{
	height:100px;
	margin-top:20px;
	font-size: clamp(1.6rem, 4vw, 2rem);
}

.whi01.imp01 .flex{
	margin:0 auto;
}

.imp03_list1 li{
	padding:2%;
}

.imp03_list1 li.big{
	padding:3%;
}

.imp04{
	padding:110px 0 40px;
}

.imp03{
	padding:110px 0;
}

.imp02 {
    padding: 80px 0;
}

.imp03_list1 li .text_area .title_area .num .text1{
	font-size:1.1rem;
}

.imp03_list1 li .text_area .text{
	line-height:1.8;
}
	
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1000px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

	

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 820px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

	
.btn2{
	font-size:1.5rem;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 820px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc {
	display: none;
}

.sp {
	display: block;
}

nav li a {
	font-size: 1.5rem;
}


a[href*="tel:"] {
	pointer-events: initial;
	cursor: pointer;
	text-decoration: none;
	}


.pc_nav{
	display:none;
}

#cover{
	padding: 250px 0 0;
}

.sld1 {
    height: 588px;
}

#cover .text{font-size: 5rem;line-height: 1.117;top: 18%;}

.slider_area {
    width: 89.334%;
    height: 588px;
}

    #cover .img {
        top: 18%;
        width: 34%;
        right: -8%;
    }

nav .gnav__menu__item{
	padding:30px 0;
	width: 69.07%;
}

nav .gnav__menu__item3 {
    margin: 0px auto 48px;
}

nav .gnav__menu__item2{
	width: 69.07%;
	margin: 0px auto 20px;
}

.gnav__menu{
	padding:60px 0;
}

nav .gnav__menu__item2 .btn1{
	height:64px;
}

header{
	padding: 14px 20px;
	align-items: flex-start;
}

header.headerScroll{
	padding: 5px 20px;
}


#art-cover:before, #cover:before{
	height: 44vw;
	right: -21.33334vw;
	top: -21.33334vw;
	width: 44vw;
}

.sns_list2 {
    width: 34px;
    left: auto;
    bottom: auto;
    right: 5.337%;
    top: 11%;
    z-index: 1;
}

#cover .cov-div {
    bottom: 13%;
    right: 8.8%;
    line-height: 1.45;
    width: 57.6%;
    font-size: clamp(2rem, 5vw, 5.8rem);
}

#cover .cov-div .text2 {
    margin-left: 7.41%;
}

.sns_list2 li{
	margin-bottom:12px;
}

#pageTop{
	
right: 1.867%;
}

.content01 .text_area{
	width:100%;
	max-width:initial;
}

.content01 .ma1920{
	padding: 19% 0 50%;
}

    .content01 .text_area .title1 {
        margin: 64px 0 56px;
		line-height:2;
    }

.inner{
	width:89.334%;
}


    .content01 .text_area .text1 {
        margin-top: 32px;
    }


.content01 .img1{
	bottom: -0.896%;
	right: 31.4%;
	width: 27%;
}

.content01 .img2{
	bottom: -6.082%;
	right: auto;
	width: 29.334%;
	left: 13.937%;
}

.content01 .img3{
	bottom: -12.935%;
	width: 30.934%;
}

    .content01:before {
        bottom: 3.2vw;
        width: 37.334vw;
        height: 37.334vw;
        left: -18.9334vw;
    }

.content02 {
    padding: 60% 0 20%;
    text-align: left;
    padding: 224px 0 74px;
}

.content02 .mainTit.cen{
	text-align:left;
}

.co2_div1 .title1 {
    line-height: 2;
    margin: 64px 0 56px;
}

.co2_div1 .text1 {
    margin-top: 32px;
    line-height: 2;
}

.co2_list1{
	flex-direction:column;
}

.co2_list1 li{
	width:100%;
	border-right:none;
	border-bottom:1px solid #D0D0D0;
	padding:36px 0;
	text-align:center;
}

.co2_list1 li:last-child{
	border-right:none;
	border-bottom:none;
}

.co2_list1 li .text{
	margin-top:10px;
}

.content04 {
    padding: 120px 0 0;
}

.news_list1 {
    margin-top: 28px;
}

.news_list1 li {
    padding: 28px 0px;
	flex-direction:column;
	align-items:flex-start;
	padding-right:52px;
}

.news_list1 li .title {
    -webkit-line-clamp: 2;
    padding-right: 0;
	line-height:2;
}

.news_list1 li .dacate{
	margin-right:0;
	margin-bottom:18px;
}

.news_list1 li .dacate .date{
	margin-right:30px;
	font-size:1.5rem;
}

.news_list1 li .dacate .cate{
	line-height:1.4375;
	font-size:1.5rem;
}

.news_list1 li:before{
	right:0;
}

.content05{
	padding:120px 0 0;
}

.qanda_list {
    margin: 28px auto 0;
}

.qanda_list li dt{
	line-height:2;
	padding-bottom: 28px;
}


.qanda_list li .que,
.qanda_list li .ans{
	margin-right: 25px;
	font-size: 2.4rem;
	line-height: 1.3;
}

.qanda_list li{
	padding: 28px 0 0;
}

.qanda_list li dt, .qanda_list li dd{
	align-items:flex-start;
	line-height: 2;
	padding-right: 42px;
}

.res_area1{
	margin: 156px auto 0;
	padding: 77px 0 60px;
	background: url(./img/common/bg_res_sp.jpg) no-repeat center;
	background-size: cover;
}

.res_area1 .flex{
	flex-direction:column;
}

.btn1{
	width:100%;
	height:70px;
}

.res_area1 .flex .btn1{
	margin:0 auto 20px;
}
	
.res_area1 .flex .btn1:last-child{
	margin:0 auto 0px;
}

.res_area1 .mainTit{
	top: -36px;
}

.btn1 img {
    margin-right: 10px;
	width:20px;
}

.btn1.bgwh img {
    margin-right: 9px;
	width:24px;
}

.comp_area1{
	padding: 80px 0;
}

.comp_area1 .flex{
	margin-top:32px;
	flex-direction:column;
}


.comp_area1 .flex .left{
	max-width:initial;
	width: 100%;
}

.comp_area1 .flex .right{
	max-width:initial;
	width: 100%;
	margin:72px auto 0;
}

.comp_list1 li {
    padding: 18px 0;
}

.comp_list1 li .text1{
	width: 33%;
}

.comp_list1 li .text2{
	width: 67%;
}

.day_text1 {
    margin-top: 13px;
    font-size: 1.5rem;
}

.comp_area1_div{
	flex-direction:column;
	align-items:flex-start;
	margin-top: 40px;
}

.sns_list3{
	margin-left:0;
	margin-top:20px;
	max-width: 88px;
}

.btn2{
	font-size:1.6rem;
	padding: 0 26px;
}

.btn2:before{
	right: 26px;
	width: 23px;
	height: 23px;
}

.map {
    height: 197px;
}

footer{
	padding:40px 0 20px;
}

.ft_list{
	flex-wrap:wrap;
	max-width: 300px;
	margin: 0 auto 30px;
}
	
.ft_list li{
	padding: 0 16px;
	font-size: 1.4rem;
	margin-bottom: 10px;
}


.ft_list li:nth-child(3){
	border:none;
}

.content03 .ma1920 {
    height: initial;
    padding: 90px 0 100px;
    max-height: initial;
}

.content03 .inner{
	width:100%;
}
	
.content03 .mainTit{
	width:89.334%;
	margin:0 auto -4px;
}

.co3_div {
    position: initial;
    width:100%;
    margin-top: 17%;
}

.co3_div .img{
	width: 64.534%;
}

.co3_div1 .img{
	margin-left:auto;
}

.co3_div .text_area{
	position: relative;
}

.co3_div1.co3_div .text_area{
	width: 76.8%;
	margin-left: auto;
	margin-top: -3.6%;
	left: initial;
	bottom: initial;
}

.co3_div .text_area .text{
	font-size: clamp(3.8rem,8vw,7.2rem);
	line-height: 1.1;
	margin-bottom: 8px;
}

.co3_div .text_area .text span{
	font-size: clamp(1.6rem,3vw,2rem);
	line-height:1.25;
}

.co3_div .text_area .btn {
    width: 45px;
    left: 40%;
}

.co3_div2.co3_div .text_area{
	width: 46%;
	max-width: initial;
	margin-left: 5.334%;
	margin-top: -3.4%;
	left: initial;
	bottom: initial;
}

.co3_div3.co3_div .img{
	margin:0 auto;
}

.co3_div3.co3_div .text_area{
	width: 63.47%;
	margin-left: auto;
	margin-top: -3.87%;
	left: initial;
	bottom: initial;
}

.content03:before {
    width: 37.334vw;
    height: 37.334vw;
    left: -22.4%;
    bottom: -4.423%;
    border: 2px solid #FAFAFA;
}

.clinic01 .flex1{
	flex-direction:column;
}

.clinic01 .flex1 .text_area {
    max-width: initial;
    width: 100%;
}

.clinic01 .flex1 .img{
	width:100%;
	margin:40px auto 0;
}

.clinic01 .flex2{
	flex-direction:column;
	margin-top:-30px;
}

.clinic01_div{
	padding:0;
	width:100%;
	margin-top:30px;
	flex-direction:column;
}

.clinic01_div .title_area{
	width:100%;
	margin-bottom:20px;
	max-width: initial;
}

.artTit{
	font-size: clamp(2.4rem, 4vw, 2.9rem);
	width: 100%;
	min-width: 120px;
}

.clinic01 {
    padding: 80px 0 40px;
}

.clinic02{
    padding: 80px 0 40px;
}

.clinic02 .flex{
	flex-direction:column;
}

	.clinic02 .title_area{
		margin-right:0;
		margin-bottom:20px;
	}

.cli03_list{
	margin-top:0;
}
	
.cli03_list li{
	width:48%;
	max-width:max-content;
	margin-top:40px;
}

.cli03_list li .text_area .name {
    font-size: clamp(2rem, 4vw, 2.4rem);
}

.clinic03 {
    padding: 80px 0 40px;
}

.clinic04 {
    padding: 80px 0 80px;
}

.cli04_list{
	margin-top:22px;
}

.cli04_list li{
	flex-direction:column;
}

.cli04_list li .left{
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	margin-bottom:8px;
}

.cli04_list li .right .flex{
	flex-direction:column;
}


.cli04_list li .right .flex .text1{
	margin-right:0;
	margin-bottom:16px;
	width: 100%;
	max-width: initial;
}

.cli04_list li .right .flex .map{
	height:197px;
	width: 100%;
	max-width: initial;
}

.clinic05 {
    padding: 80px 0;
}

.clinic05 .mainTit{
	line-height:1.4;
}

.clinic05 .flex{
	margin-top:40px;
	flex-direction:column;
}

.clinic05 .flex .text_area{
	max-width:initial;
	width:100%;
}

.clinic05 .flex .img_area{
	width:100%;
	margin:40px auto 0;
	max-width: initial;
}


#art-cover{
	height:300px;
}

#art-cover .title1{
	padding-top: 130px;
}

.cir_sou:before {
	width: 37.334vw;
	height: 37.334vw;
	border: 2px solid #F8F8F8;
	top: -7%;
	left: -20%;
	width: 130px;
	height: 130px;
	left: -85px;
	top: -65px;
}


.cir_sou.r_cir:before{
	right: -85px;
}

.clinic01.cir_sou:before{
	bottom: -65px;
}
	

.clinic02.cir_sou:before{
	bottom:0;
}

.whi01{
	padding:80px 0 40px;
}

.whi01 .flex{
	flex-direction:column;
}

.whi01 .flex .text_area{
	max-width:initial;
	width: 100%;
}

.whi01 .flex .img{
	width: 100%;
	margin:40px auto 0;
}
	
.whi01_text{
	margin:50px auto 0;
}

.whi02 {
    padding: 80px 0;
 }

.whi02_list1 li{
	flex-direction:column;
	padding: 20px 16px;
}

.whi02_list1 li .text_area{
	max-width:initial;
	margin:20px auto 0;
}

.whi02_list1 li .text_area .title1{
	margin-bottom:16px;
	text-align:center;
}

.whi02.cir_sou:before{
	bottom: -65px;
}

.whi03 {
    padding: 80px 0 40px;
}

.sld_div{
	overflow-x:scroll;
	width:100%;
}

.whi_div1 .sld_tb{
	width: 750px;
}

.whi_div11{
	max-width: initial;
	margin: 32px auto 80px;
	padding: 20px 16px;
	flex-direction: column;
}


.whi_div11 .title_area{margin-right: 0;margin-bottom: 12px;}


.whi_div11 .title_area .title1 span{
	font-size: 1.5rem;
}

.whi_div11 .text_area{
	max-width:initial;
	width:100%;
}


.whi_div2{
	margin:60px auto 0;
	flex-direction:column-reverse!important;
}

.whi_div2 .img{
	width: 100%;
	margin: 30px auto 0;
}

.whi_div2 .text_area{
	max-width:initial;
	width: 100%;
}

whi_div2 .text_area .text1 {
    margin: 20px 0 0;
}

.cases_list1 li .flex {
	flex-direction:column-reverse!important;
}


.cases_list1 li .flex .text_area{
	max-width:initial;
	width:100%;
	margin:40px auto 0;
}

.cases_list1 li .flex .slider_area2{
	max-width:initial;
	width:100%;
	margin:0 auto;
}

.sld2{
	max-height: initial;
	height: 54vw;
}

.thumbnail-img {
    max-height: initial;
    height: 13vw;
}

.whi04 {
    padding: 80px 0 40px;
}

.whi06 .whi_tb2 th,
.whi06 .whi_tb2 td{
	display:block;
	width:100%;
	border:none;
	padding:16px;
	font-size: 1.6rem;
}
.whi06 .whi_tb2 td{
	border-left:1px solid #D0D0D0;
	border-right:1px solid #D0D0D0;
	font-size:1.6rem;
}


.whi05 {
    padding: 80px 0 40px;
}

.whi05 .flex{
	margin:0px auto 0;
	flex-direction:column;
}
	
.whi05_div{
	width:100%;
	max-width: initial;
	margin:40px auto 0;
}

.whi05_div .artTit{
	max-width:initial;
}

	
.whi05_list1{
	margin:30px auto 0;
}
	
.whi05_list1 li > .text_area > .text1,
.whi05_list1 li > .text1 {
    max-width: initial;
    line-height:1.8;
    width: calc(100% - 45px);
}

.whi05_list1 li:before{
	width: 4px;
	left: 25px;
}

.whi05_list1 li .title_area{
	padding:10px;
}


.artTit2 {
    font-size: clamp(2.4rem, 5vw, 2.9rem);
}

.whi01 .artTit{
	max-width:initial;
}

.whi01.cosme01 .flex .text_area{
	max-width: initial;
	width: 100%;
}

.whi01.cosme01 .flex .img {
    max-width: initial;
    width: 100%;
    margin: 40px auto 0;
}

.cosme01_list1{
	flex-wrap:wrap;
	justify-content:center;
}

.cosme01_list1 li{
	width:32%;
	margin-right:2%;
	font-size: clamp(1.4rem, 3vw, 2rem);
}
	
.cosme01_list1 li:nth-child(3n+3){
	margin-right:0;
}

.cosme02 {
    padding: 80px 0;
}

.cosme02_list1{
	flex-direction:column;
	margin-top: 20px;
}

.cosme02_list1 li {
    width: 100%;
    max-width: 700px;
    margin: 60px auto 0;
}

.cosme02_list1 li .text_area .title_area .title1 {
    font-size: clamp(2rem, 4vw, 2.4rem);
}

.cosme02_list1 li .text_area .title_area .num .text1{
	font-size: clamp(1.2rem,3vw,1.5rem);
}

.cosme02_list1 li .text_area .title_area .num .text2{
	font-size: clamp(4rem,8vw,6rem);
}

.cosme04 {
    padding: 80px 0 40px;
}

.cosme06_div{
	margin:50px auto 0;
}

.cosme06_div .text{
	margin: 20px auto 30px;
	line-height:1.8;
}

.cosme06_div .flex{
	flex-direction:column;
}
	
.cosme06_div .flex .text_area{
	max-width:initial;
	width: 100%;
}

.cosme06_div .flex .img{
	width: 100%;
	margin:30px auto 0;
}

.cosme06_div .whi_tb2 td{
	padding-top:20px;
	padding-bottom:20px;
}
	
.cosme06_div .whi_tb2 td {
    width: 65%;
}

.cosme06_div .artTit{
	max-width:initial;
}

.cosme06_text{
	text-align:left;
	margin:40px auto 0;
}

.cosme06 {
    padding: 80px 0 40px;
}


.cosme07 .whi_tb2 td:last-child{
	width:100%;
	padding-top: 0px;
}

.cosme07 .whi_tb2 td{
	padding:8px 16px;
}

.cosme07 .whi_tb2 tr:last-child td:nth-child(1){
	border-bottom:none;
}



.cosme04_list1 li{
	width: 100%;
	max-width: initial;
	margin: 40px auto 0;
	padding: 30px 16px;
}

.cosme04_div1 .text_area{
	min-height:initial;
}

.cosme04_list1 li .text1 {
    line-height: 1.8;
    min-height: initial;
    margin-bottom: 20px;
}

.cosme04_list1 li .text2 {
    margin-top: 16px;
    line-height: 1.8;
}

.cosme04_list1 li .title1 {
    font-size: clamp(2rem, 4vw, 3.3rem);
}

.cosme04_list1 li .btn2 {
    margin: 20px auto 0;
    height: 50px;
}

.cosme05.whi04.cir_sou:before{
	bottom:0;
}

.cosme04.cir_sou:before{
	bottom:50%;
}

.whi06.cir_sou.r_cir:before {
    bottom: 0%;
}



.whi01.imp01 .flex .text_area{
	max-width:initial;
	width: 100%;
}

.whi01.imp01 .flex .img{
	width: 100%;
}

.fukiTit{
	font-size: clamp(2.4rem, 4vw, 4.8rem);
}
	
.whi_div2 .img:has(video){
	height: 50vw;
	max-width: initial;
	max-height: initial;
}

.imp02 .sld_div{
	margin:40px auto 0;
}

	.imp02 .sld_tb{
		width:800px;
	}

.whi_tb3 th, .whi_tb3 td {
    padding: 16px 1%;
}

.whi_tb3 td{
	line-height:1.8;
}

.imp04 .whi05_list1{
	margin:50px auto 0;
}

.whi05_list1.whi05_list2 li{
	flex-direction:column;
	padding: 0 0 40px;
}


.whi05_list1.whi05_list2 li .text_area{
	max-width:initial;
	width: 100%;
}

.whi05_list1.whi05_list2 li .img{width: calc(100% - 45px);margin-left:auto;margin-top:20px;max-width: initial;}

.imp03_list1 li.big .text_area .title_area{
	align-items:center;
}

.imp03_list1 li{
	width:100%;
	margin: 60px auto 0;
}

.imp03_list1 li,
.imp03_list1 li.big{
	padding:20px 16px;
}

.imp03_list1 li.big .text_area .title_area .num .text2,
.imp03_list1 li .text_area .title_area .num .text2 {
    font-size: clamp(4rem,8vw,6rem);
}

.imp03_list1 li.big .text_area .title_area .num .text1,
.imp03_list1 li .text_area .title_area .num .text1{
	font-size: clamp(1.2rem,3vw,1.5rem);
}

.imp03_list1 li.big .text_area .title_area .num,
.imp03_list1 li .text_area .title_area .num{
	margin-right:2%;
}

.imp03_list1 li.big .text_area .title_area .title1{
	line-height: 1.333;
	font-size: clamp(1.8rem, 4vw, 2.9rem);
}

.imp03_list1 li .text_area .text{
	line-height:1.8;
}

.imp03{
	padding:80px 0;
}

.imp04{
	padding:80px 0 40px;
}

.imp03_list1 li .text_area .title_area .title1{
	font-size: clamp(1.8rem, 4vw, 2.4rem);
}

.imp01_list1{
	margin:24px auto 0;
}

.whi05_list1 li .title_area .title1{
	font-size: clamp(1.8rem, 3vw, 2rem);
}


.news01{
	padding:80px 0 0;
}

.whi02_list1 li .point .text2{
	line-height:0.9;
}

.whi05_list1 li .title_area .num .text1{
	font-size:1.3rem;
}

.fukiTit_area {
	text-align:center;
}

.fukiTit_area .fuki1{
	margin:0 auto 8px;
	padding: 6px 10px;
}

.cosme04_div1 .title_area{
	font-size: clamp(1.6rem, 3vw, 2rem);
	padding: 8px 0;
}

.cases_list1 li {
    margin-top: 50px;
}

.whi04.imp05.cir_sou:before{
	bottom: -40px;
}

.add_comp_area{
	margin:50px auto;
}

.add_comp_div1{
	padding:5% 2%;
	flex-wrap: wrap;
}


.add_comp_div1 .img1{
	width: 30%;
}

.add_comp_div1 .text_area{
	width: 68%;
	max-width: initial;
}

.add_comp_div1 .img2{
	width: 100%;
	margin:20px auto 0;
}
	
	.slider2:before{
        max-height: initial;
        height: 54vw;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 591px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc2, .pcTel {
	display: none;
}

.sp2 {
	display: block;
}

.spTel  {
	display: inline;
}


/*-- テーブル --*/

table {
	width: 100%;
}




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


/* フッター
----------------------------------------------------------- */

.sp nav {
	margin: 0 auto;
}


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

#main {
}

    #cover .text {
        font-size: 3rem;
        line-height: 1.117;
        top: 17.9%;
    }

    #cover {
        padding: 201px 0 0;
    }



.sld11{
	background:url(./img/top/mv2_sp.jpg)no-repeat;
	background-size:cover;
	background-position-x:0%;
}

.sld12{
	background:url(./img/top/mv_1.jpg)no-repeat;
	background-size:cover;
	background-position-x:45%;
}

.sld13{
	background:url(./img/top/mv_2.jpg)no-repeat;
	background-size:cover;
	background-position-x:55%;
	background-position-y:15%;
}

.sld14{
	background:url(./img/top/mv_3.jpg)no-repeat;
	background-size:cover;
	background-position-x:30%;
}

#cover .cov-div {
    bottom: 35.488%;
}

    .sns_list2 {
        top: 7.606%;
    }


.content01 .ma1920{
        padding: 26.67% 0 50.137%;
}
	
.content01 .img1{
	bottom: -2.896%;
	right: 26.4%;
	width: 31.734%;
}

.content01 .img2{
	bottom: -6.082%;
	right: auto;
	width: 33.334%;
	left: 10.937%;
}

.content01 .img3{
	bottom: -12.935%;
	width: 34.934%;
}

body{
	font-size:1.5rem;
}


.day_tb th, .day_tb td{
	height:57px;
	line-height: 1.2;
}

    .co3_div1.co3_div .text_area {
        margin-top: -5.6%;
    }
	
    .co3_div2.co3_div .text_area {
        margin-top: -5.4%;
    }


	.co3_div3.co3_div .text_area {
        margin-top: -5.87%;
    }

    .co3_div .text_area .btn {
        width: 30px;
        left: 53%;
    }


.cli03_list li{
	width:100%;
	margin: 50px auto 0;
}

    .cosme04_div1 .text_area .text {
        font-size: 1.5rem;
    }
	

.imp01_list1 li{
	font-size: clamp(1.8rem, 3vw, 2rem);
	width: 100%;
	margin: 20px auto 0;
}

.imp01_list1{
	margin:0 auto;
}

.cosme01_list1 li{
	height: 80px;
}

.add_comp_div1 .img1{
	width: 100%;
	margin:0 auto 20px;
}

.add_comp_div1 .text_area{
	width: 100%;
}

.add_comp_sns li{
	margin-right:8px;
}

	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 591px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 320px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 320px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */