@charset "UTF-8";



/*共通
---------------------------------------------------------*/
.frontpage .h1_box {
	width: 50%;
	position: absolute;
	height: 100vh;
}
.frontpage .h1_box h1 {
	position: absolute;
	font-size: 82%;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	white-space: nowrap;
	width: 1em;
	left: -0.5em;
	top: 50%;
	transform: translateY(-50%);
}

.frontpage .m_nav_area {
	width: 55%;
	padding-left: 40px;
	margin-left: auto;
}
.frontpage .m_nav_area .m_nav {
	width: 100%;
	max-width: 840px;
	margin-left: auto;
}


/*見出し*/
.front_title1 .ft_contralto {
	color: #787061;
	font-size: 857%;
	line-height: 1;
	letter-spacing: .15em;
}
.front_title1 .ft_serif {
	font-size: 135%;
	line-height: 1.6;
	letter-spacing: .15em;
}


/* PC調整
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-height: 700px) {
	
.frontpage .h1_box h1 {
	top: 60%;
}
	
}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
.frontpage .h1_box h1 {
	left: 0.5em;
}
	
/*見出し*/
.front_title1 .ft_contralto {
	font-size: 13vw;
	letter-spacing: .1em;
}
.front_title1 .ft_serif {
	font-size: 2.3vw;
	letter-spacing: .1em;
}
	
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.frontpage .h1_box {
    width: auto;
    position: relative;
    height: 100%;
}
.frontpage .h1_box h1 {
	position: relative;
	font-size: 70%;
	-ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
	width: auto;
	left: 0;
	top: 0;
	transform: none;
}
.frontpage .m_img_area {
	padding-bottom: 60px;
}
footer .f_bg {
	padding-top: 10%;
}
	
/*見出し*/
.front_title1 .ft_contralto {
	font-size: 20vw;
	letter-spacing: .1em;
}
.front_title1 .ft_serif {
	font-size: 4vw;
	letter-spacing: .1em;
}
	
}



/*メインイメージ
---------------------------------------------------------*/
.m_img_area {
	width: 100%;
	position: relative;
	z-index: 0;
}
.m_img_area .m_img {
	position: relative;
	z-index: 0;
}
.m_img_area .m_img::before,
.m_img_area .m_img::after {
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-size: auto 100%;
	width: 20%;
	height: 100%;
	top: 0;
	z-index: 1;
}
.m_img_area .m_img::before {
	background-image: url("../images/top/m_line1.svg");
	background-position: left top;
	left: 0;
}
.m_img_area .m_img::after {
	background-image: url("../images/top/m_line2 .svg");
	background-position: right top;
	right: 0;
}
.m_img_area .slide_area {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
.m_img_area .slide {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	opacity: 0;
}
.m_img_area .slide1 {background-image: url("../images/top/m_img1@2x.jpg");}
.m_img_area .slide2 {background-image: url("../images/top/m_img2@2x.jpg");}
.m_img_area .slide3 {background-image: url("../images/top/m_img3@2x.jpg");}
.m_img_area .slide4 {background-image: url("../images/top/m_img4@2x.jpg");}
.m_img_area .slide5 {background-image: url("../images/top/m_img5@2x.jpg");}

.m_img_area .slide::after {
	position: absolute;
	content: "";
	background-color: rgba(43,30,6,0.18);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.m_img_area .slide .copy {
	position: absolute;
	z-index: 1;
	top: 50%;
	margin: auto;
}
.m_img_area .slide .copy.left {
	width: 48%;
	max-width: 630px;
	left: 12%;
	transform: translateY(-50%);
}
.m_img_area .slide .copy.center {
	width: 57%;
	max-width: 751px;
	left: 50%;
	transform: translate(-50% , -55%);
}
.m_img_area .slick-current .copy {
    animation-name: copyAnime;
    animation-duration: 2s;
    animation-timing-function: ease;
	animation-delay: 0.8s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes copyAnime {
0% {
	opacity:0;
	padding-bottom: 3.5em;
}
40% {
	opacity:0;
	padding-bottom: 3.5em;
}
100% {
	opacity:1;
	padding-bottom: 0;
}
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-height: 900px) {
	
.m_img_area .slide .copy {
	width: 60vh;
	min-width: 400px;
}
	
}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
.m_img_area .m_img::before,
.m_img_area .m_img::after {
	width: 25%;
	background-size: cover;
}
.m_img_area .m_img::before {
	background-position: right top;
}
.m_img_area .m_img::after {
	background-position: left top;
}
.m_img_area .slide .copy.left {
	width: 60%;
}
.m_img_area .slide .copy.center {
	width: 71%;
}
	
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.m_img_area .slide1 {background-image: url("../images/top/m_img1_sp@2x.jpg");}
.m_img_area .slide2 {background-image: url("../images/top/m_img2_sp@2x.jpg");}
.m_img_area .slide3 {background-image: url("../images/top/m_img3_sp@2x.jpg");}
.m_img_area .slide4 {background-image: url("../images/top/m_img4_sp@2x.jpg");}
.m_img_area .slide5 {background-image: url("../images/top/m_img5_sp@2x.jpg");}

.m_img_area .m_img::before,
.m_img_area .m_img::after {
	width: 25%;
}
.m_img_area .m_img::before {
	background-position: right top;
}
.m_img_area .m_img::after {
	background-position: left top;
}
.m_img_area .slide .copy {
	width: 80%;
	max-width: 100%;
}
.m_img_area .slide .copy.left {
	width: 90%;
	left: 5%;
	top: auto;
	bottom: 15%;
	transform: none;
}
.m_img_area .slide .copy.center {
	width: 105%;
}
.m_img_area .slide1 .copy.center {
	left: 15%;
}
.m_img_area .slide2 .copy.center {
	width: 95%;
}
	
/*スマホメニュー*/
.sp_menu_btn {
	width: 100%;
	background-color: #f8f7f2;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 3% 4% 7%;
	margin: 0 auto 10%;
}
.sp_menu_btn ul {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	text-align: left;
}
.sp_menu_btn li {
	width: 48%;
	position: relative;
}
.sp_menu_btn li a {
	display: block;
	font-family: source-han-serif-japanese, serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: .05em;
	line-height: 1.4em;
	padding: .8em 0;
	border-bottom: solid 1px #9e998e;
	padding-left: 1.2em;
}
.sp_menu_btn li a::before {
	font-family: 'fontello';
	content: '\e800';
	color: #b2943d;
	font-size: 90%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

}



/*ドット
---------------------------------------------------------*/
.slick-dots {
	position: absolute;
	z-index: 5;
	width: 100px;
	height: 10px;
	right: 0;
	bottom: 0;
	margin: auto;
	display: flex;
    justify-content: space-between;
	align-items: center;
}
.slick-dots li {
	width: 16px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    color: transparent;
    outline: none;
	padding: 0;
	transition: all 1.0s;
	margin: auto;
	box-sizing: border-box;
	border-radius: 50%;
    border: none;
    width: 6px;
    height: 6px;
	background: #c5c2bb;
	opacity: 0.75;
}
.slick-dots li.slick-active button {
	background: url("../images/top/slide_dot.svg") no-repeat center center;
	background-size: contain;
	width: 16px;
	height: 16px;
}
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button {
    outline: none;
	opacity: 0.8;
}

.m_img_area .slick-dots {
	width: 16px;
	height: 98px;
	right: -40px;
	bottom: 0;
	flex-direction: column;
}

.clinic .slick-dots {
	align-items: center;
	width: 98px;
	height: 16px;
	right: 0;
	top: calc(100% + 10px);
	bottom: auto;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

.m_img_area .slick-dots {
	right: -30px;
}
	
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.m_img_area .slick-dots {
	width: 98px;
	height: 16px;
	right: 0;
	top: calc(100% + 10px);
	bottom: auto;
	flex-direction: row;
}

}

/*NEWS（ページ上）
---------------------------------------------------------*/
.top_news {
	position: absolute;
	display: inline-block;
	width: 33%;
	max-width: 495px;
	color: #FFF;
	background-color: #6b575c;
	box-sizing: border-box;
	padding: 33px 3%;
	left: 2.3em;
	bottom: -100px;
	z-index: 1000;
}
.top_news dt {
	 margin-bottom: .5em;
}
.top_news .ft_contralto,
.top_news .date {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
.top_news .ft_contralto {
	font-size: 194%;
	letter-spacing: .15em;
	margin-right: .2em;
	margin-bottom: .2em;
}
.top_news .date {
	color: #9c8e92;
}
.top_news dd {
	position: relative;
	font-size: 117%;
	line-height: 1.6;
	padding-right: 2.5em;
}
.top_news dd .com_arrow1 {
	position: absolute;
	display: inline-block;
	background-color: transparent;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.top_news:hover dd .com_arrow1 {
	background-color: rgba(255,255,255,0.2);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
.top_news {
    width: 30%;
    padding: 3%;
    left: 2em;
	bottom: -82px;
}
.top_news .ft_contralto {
	font-size: 3.4vw;
}
.top_news dd {
	font-size: 105%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
	
.top_news {
	width: 60%;
	padding: 5% 3%;
	left: 0;
	bottom: 0;
	z-index: 10;
}
.top_news .ft_contralto {
	font-size: 170%;
}
.top_news dd {
	font-size: 100%;
}
	
}

.onegai {
	color: #C71100;
	border: 1px solid #C71100;
	font-size:  min(100%,2.1vw);
	padding: 1.25em 1em;
	box-sizing: border-box;
	text-align: center;
	max-width: 1000px;
	width: 94%;
	margin: 50px auto 1em;
}
.onegai .ft_serif{
	font-size: 130%;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	margin-bottom: 0.7em;
	padding-bottom: 0.7em;
	position: relative;
}
.onegai .ft_serif::before{
	position: absolute;
	content: "";
	background: #C71100;
	width: 4em;
	height: 2px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0.2;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1080px) {
.onegai {
	margin: 4vw auto 1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.onegai {
	font-size: 96%;
	width: 100%;
	padding: 5%;
	margin: 7vw auto 1em;
}
.onegai .ft_serif{
	letter-spacing: 0.05em;
	margin-bottom: 0.6em;
	padding-bottom: 0.6em;
}
.onegai .ft_serif::before{
	width: 3.5em;
}
}


/*BLOG/NEWS
---------------------------------------------------------*/
.blg_nws .b_inbox {
	display: flex;
}
.blg_nws .b_title {
	margin-right: 5%;
}
.blg_nws .b_title .ft_contralto {
	font-size: 300%;
	letter-spacing: .15em;
	line-height: 1;
}
.blg_nws .article_list {
	position: relative;
	z-index: 0;
}
.blg_nws .com_link1 {
	margin-top: .5em;
}
.blg_nws .com_link1 a {
	font-size: 88%;
	padding-left: 3.2em;
}
.blg_nws .com_link1 a .com_arrow1 {
	width: 2.4em;
	height: 2.4em;
}
.blg_nws .com_link1 a .com_arrow1 i {
	font-size: 120%;
}
.blg_nws .article_list ul {
	display: flex;
}
.blg_nws .article_list ul li {
	width: 31%;
	margin-right: 3.5%;
}
.blg_nws .article_list ul li:last-of-type {
	margin-right: 0;
}
.blg_nws .article_list dl dt {
	margin-bottom: .7em;
}
.blg_nws .article_list dl dt .b_date {
	font-size: 82%;
	color: #7e7668;
}
.blg_nws .article_list dl dt .b_index {
	position: relative;
	font-size: 105%;
	line-height: 1.6;
	color: #b2943d;
	padding-bottom: .7em;
}
.blg_nws .article_list dl dt .b_index::after {
	position: absolute;
	content: "";
	background-color: #b2943d;
	width: 2em;
	height: 1px;
	left: 0;
	top: 100%;
	transition: all .5s;
}
.blg_nws .article_list dl dd {
	font-size: 88%;
	line-height: 1.6;
}

.blg_nws .article_list ul li:hover .b_index::after  {
	width: 60%;

}

/*BLOG*/
.blg_nws.blog {
	margin-top: 110px;
}
/*NEWS*/
.blg_nws.news .b_inbox {
	padding: 120px 5% 0;
	border-top: 1px solid #b2ada5;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
.blg_nws .b_title .ft_contralto {
	font-size: 280%;
	letter-spacing: .15em;
}
.blg_nws .article_list ul li {
	width: 32%;
	margin-right: 2%;
}

/*BLOG*/
.blg_nws.blog {
	margin-top: 10%;
}
/*NEWS*/
.blg_nws.news .b_inbox {
	padding: 10% 0 0;
}
	
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.blg_nws .b_inbox {
	display: block;
}
.blg_nws .b_title {
	margin-right: 0;
	margin-bottom: 1em;
}
.blg_nws .b_title .ft_contralto,
.blg_nws .com_link1 {
	display: inline-block;
	vertical-align: middle;
}
.blg_nws .b_title .ft_contralto {
	font-size: 200%;
	letter-spacing: .1em;
	margin-right: .3em;
}
.blg_nws .com_link1 {
	margin-top: .4em;
}
.blg_nws .com_link1 a {
	padding-left: 2.5em;
}
.blg_nws .com_link1 a .com_arrow1 {
	width: 2em;
	height: 2em;
}
.blg_nws .com_link1 a .com_arrow1 i {
	font-size: 100%;
}
.blg_nws .article_list ul {
	position: relative;
}
.blg_nws .article_list ul li {
    min-width: 230px;
	margin-right: 1.5em;
	padding-bottom: 1.2em;
}
.blg_nws .article_list dl dt .b_date {
    margin-bottom: .5em;
}
	
/*BLOG*/
.blg_nws.blog {
	margin-top: 14%;
}
/*NEWS*/
.blg_nws.news .b_inbox {
	padding: 10% 0 0;
}
	
}

/*slide,concept
---------------------------------------------------------*/
.slide_box {
	position: relative;
}
.slide_box::before {
    content: "";
    display: block;
    padding-top: 410px;
}
.slide_box .slide_wrap {
	position: absolute;
	left: 0;
	top: 0;
}
.slide_box .slide_list li {
	padding: 0 2.5px;
}
.concept {
	position: relative;
}
.concept .concept_inbox {
	position: relative;
	padding-top: 90px;
}
.concept .bg_wave1 {
    top: 200px;
}
.concept .concept_inbox .com_an_star {
	position: absolute;
	width: 28%;
	left: 3%;
	top: -3%;
}
.concept .concept_inbox .abs {
	position: absolute;
	text-align: center;
	font-size: 129%;
	line-height: 1.3;
	left: 7%;
	top: 8%;
	transition-delay: .3s;
}
.concept .concept_inbox .txt {
	padding-left: 22%;
}
.concept .concept_title {
	width: 66%;
	margin-bottom: 2em;
}
.concept p {
	font-size: 111%;
	line-height: 2.5;
}


/* PC調整
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1245px) {
	
.slide_box::before {
    padding-top: 32.9%;
}
	
}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
.concept .bg_wave1 {
    top: 150px;
}
.concept .concept_inbox {
	padding-top: 9%;
}
.concept .concept_inbox .com_an_star {
	top: -1%;
}
.concept .concept_inbox .txt {
	padding-left: 18%;
}
.concept .concept_title {
	margin-bottom: 1.5em;
}
.concept p {
	font-size: 105%;
	line-height: 2;
}

	
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
	
.slide_box::before {
    padding-top: 40%;
}

.concept .bg_wave1 {
    top: 120px;
}
.concept .concept_inbox {
	padding-top: 14%;
}
.concept .concept_inbox .com_an_star {
	width: 40%;
	left: 1%;
	top: -1%;
}
.concept .concept_inbox .abs {
	font-size: 100%;
	left: 3%;
	top: 3%;
}
.concept .concept_inbox .txt {
	padding-left: 20%;
}
.concept .concept_title {
	width: 90%;
	margin-bottom: 1.5em;
}
.concept p {
	font-size: 100%;
	line-height: 2.2;
}
	
}

/*clinic
---------------------------------------------------------*/
.clinic .cli_index {
	white-space: nowrap;
	margin-bottom: 1em;
}
.clinic .cli_index .no,
.clinic .cli_index p {
	display: inline-block;
	vertical-align: bottom;
}
.clinic .cli_index p {
	position: relative;
	font-size: 117%;
	line-height: 1.4;
	padding: 1.3em 0;
	margin-left: .6em;
}
.clinic .cli_index p::after {
	position: absolute;
	content: "";
	background-color: #b2943d;
	width: 2em;
	height: 1px;
	left: 0;
	top: 92%;
}
.clinic .cli_style1 dt {
	font-size: 176%;
	line-height: 1.4;
	margin-bottom: .8em;
}
.clinic .cli_style1 dt p:nth-of-type(2) {
	font-size: 133%;
}
.clinic .cli_col3 {
	display: flex;
	justify-content: space-between;
}
.clinic .cli_col3 > div {
	width: 33%;
}
.clinic .cli_col3 .col3_bg {
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.clinic .cli_col3 .col3_bg::before {
	content: "";
    display: block;
    padding-top: 76%;
}
.clinic .cli_col3 .box_txt {
	padding: 2em 8%;
}
.clinic .cli_col3 .cli_index p {
	vertical-align: top;
	padding: 0 0 .8em 0;
}

/*box1*/
.clinic .slide_box2 {
	position: relative;
}
.clinic .slide_box2::before {
	content: "";
    display: block;
    padding-top: 600px;
}
.clinic .cli_slider {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.clinic .box1 {
	position: relative;
}
.clinic .box1 .bg_wave2 {
	bottom: -300px;
}
.clinic .box1 .cli_title {
	position: absolute;
	color: #787061;
	font-size: 970%;
	line-height: 1;
	letter-spacing: .1em;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	left: 0;
	top: -50px;
	z-index: 10;
}
.clinic .box1 .slide_area {
	position: relative;
	box-sizing: border-box;
	padding: 0 5.7%;
	margin-bottom: 2.3em;
}
.clinic .box1 .box_txt {
	max-width: 1200px;
	margin: 0 auto;
}
.clinic .box1 .flt_l {
	width: 63%;
}
.clinic .box1 .flt_r {
	width: 34%;
	margin-top: 4em;
}
.clinic .box1 .cli_index p {
	color: #ba6f96;
}
.clinic .box1 .cli_index p::after {
	background-color: #ba6f96;
}
.clinic .box1 .point_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 410px;
}
.clinic .box1 .point_list li {
	width: 42%;
}
.clinic .box1 .point_list li:nth-of-type(2) {
	margin-right: 12%;
}
.clinic .box1 .point_list li:nth-of-type(3) {
	margin-left: 12%;
}

/*box2*/
.clinic .box2 .flt_l {
	position: relative;
	width: 48%;
	z-index: 1;
}
.clinic .box2 .flt_r {
	width: 46%;
}
.clinic .box2 .cli_index p {
	color: #635987;
}
.clinic .box2 .cli_index p::after {
	background-color: #635987;
}
.clinic .box2 .cli_style1 {
	max-width: 545px;
	margin-right: auto;
}
.clinic .box2 .point_care {
	position: relative;
	padding: 40px 0;
	margin-top: 60px;
}
.clinic .box2 .point_care::before {
	position: absolute;
	content: "";
	background-color: #bc9cbf;
	width: 130%;
	height: 100%;
	left: -100px;
	top: 0;
	z-index: 0;
}
.clinic .box2 .point_care > * {
	position: relative;
	z-index: 1;
}
.clinic .box2 .point_care dt {
	color: #ffff4a;
	font-size: 147%;
	margin-bottom: .7em;
}
.clinic .box2 .point_care .fuki::before,
.clinic .box2 .point_care .fuki::after {
	background-color: #ffff4a;
	height: 1.6em;
	top: .3em;
}
.clinic .box2 .point_care dd {
	color: #FFF;
}
.clinic .box2 .point_care .flt_l {
	width: 31%;
}
.clinic .box2 .point_care .flt_r {
	width: 62%;
}

/*box3*/
.clinic .box3 .col3_bg {
	background-image: url("../images/top/cli3_img1@2x.jpg");
	background-size: cover;
}
.clinic .box3 .cli_index p {
	color: #5a963a;
}
.clinic .box3 .cli_index p::after {
	background-color: #5a963a;
}

/*box4*/
.clinic .box4.com_an_fade {
	transition-delay: .5s;
}
.clinic .box4 .col3_bg {
	background-image: url("../images/top/cli4_img1@2x.jpg");
	background-size: cover;
}
.clinic .box4 .col3_bg::after {
	background-image: url("../images/top/cli3_line.svg");
    width: 69%;
	height: 50%;
	right: 0;
	bottom: 0;
}
.clinic .box4 .cli_index p {
	color: #3b86b5;
}
.clinic .box4 .cli_index p::after {
	background-color: #3b86b5;
}

/*box5*/
.clinic .box5.com_an_fade {
	transition-delay: 1s;
}
.clinic .box5 .col3_bg {
	background-image: url("../images/top/cli5_img1@2x.jpg");
	background-size: cover;
}
.clinic .box5 .cli_index p {
	color: #b2943d;
}
.clinic .box5 .cli_index p::after {
	background-color: #b2943d;
}

/*認定医院*/
.clinic .cli_nintei {
	position: relative;
	z-index: 3;
}
.clinic .cli_nintei .box_img {
	width: 50%;
	background: url("../images/top/cli_nintei_img1@2x.jpg") no-repeat center center;
	background-size: cover;
}
.clinic .cli_nintei .box_txt {
	position: relative;
	width: 50%;
	background-color: #f6f6f6;
	box-sizing: border-box;
	padding: 50px 5% 90px;
}
.clinic .cli_nintei .box_txt .cli_style1 {
	color: #405e76;
}
.clinic .cli_nintei .box_txt .com_arrow1 {
	position: absolute;
	background-color: #405e76;
	right: 1.2em;
	bottom: 1.2em;
}
.clinic .cli_nintei:hover .com_arrow1 {
	background-color: transparent;
	border: 1px solid #405e76;
}
.clinic .cli_nintei:hover .com_arrow1 i {
	color: #405e76;
}


/* PC調整
------------------------------------------*/
@media only screen and (min-width: 1500px) {
	
.clinic .cli_col3 .col3_bg::before {
	padding-top: 380px;
}
	
}

@media only screen and (min-width: 960px) and (max-width: 1500px) {
	
.clinic .box1 .cli_title {
	font-size: 11vw;
}
	
}

@media only screen and (max-width: 1400px) {
	
/* box1*/
.clinic .slide_box2::before {
    padding-top: 52.2%;
}
	
}


@media only screen and (min-width: 960px) and (max-width: 1320px) {
	
.clinic .cli_index .no {
	width: 12vw;
}
.clinic .cli_index p {
	font-size: 1.5vw;
}
.clinic .cli_style1 dt {
	font-size: 2.2vw;
}
.clinic .cli_style1 dt p:nth-of-type(2) {
	font-size: 133%;
}
	
/*box2*/
.clinic .box2 .point_care dt {
	font-size: 1.9vw;
	letter-spacing: .1em;
}
	
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
.clinic .cli_index .no {
	width: 16vw;
}
.clinic .cli_index p {
	font-size: 110%;
}
.clinic .cli_style1 dt {
	font-size: 130%;
}
.clinic .cli_style1 dt p:nth-of-type(2) {
	font-size: 133%;
}

.clinic .cli_col3 {
	display: flex;
	justify-content: space-between;
}
.clinic .cli_col3 > div {
	width: 33%;
}
.clinic .cli_col3 .box_txt {
	padding: 1.5em 5%;
}
.clinic .cli_col3 .cli_index .no {
	width: 12.5vw;
}
.clinic .cli_col3 .cli_index p {
	font-size: 100%;
}

/*box1*/
.clinic .box1 .bg_wave2 {
	bottom: -160px;
}
.clinic .box1 .cli_title {
	font-size: 12vw;
	top: -30px;
}
	
/*box2*/
.clinic .box2 .flt_r {
    width: 47%;
}
.clinic .box2 .point_care {
	width: 80%;
	padding: 0 0 3% 5%;
	margin-top: 20px;
}
.clinic .box2 .point_care::before {
    width: 110%;
	height: 120%;
    left: 0;
	top: auto;
	bottom: 0;
}
.clinic .box2 .point_care dt {
	text-align: center;
	font-size: 130%;
}
.clinic .box2 .point_care .flt_l {
    width: 25%;
}
.clinic .box2 .point_care .flt_r {
    width: 70%;
}
	
/*認定医医院*/
.clinic .cli_nintei .box_img {
	width: 40%;
}
.clinic .cli_nintei .box_txt {
	width: 60%;
	padding: 4% 3% 6%;
}
	
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
	
.clinic .cli_index .no {
	width: 30%;
}
.clinic .cli_index p {
    font-size: 105%;
    padding: 1em 0;
}
.clinic .cli_style1 dt {
	font-size: 130%;
}
.clinic .cli_style1 dt p {
	letter-spacing: .05em;
}

.clinic .cli_col3 {
	display: block;
}
.clinic .cli_col3 > div {
	width: 100%;
	box-sizing: border-box;
	padding: 0 3%;
}
.clinic .cli_col3 .col3_bg {
    background-size: 90% auto;
}
.clinic .cli_col3 .col3_bg::before {
    padding-top: 60%;
}
.clinic .cli_col3 .box_txt {
	padding: 1.5em 0 0;
}
.clinic .cli_col3 .cli_index .no {
	width: 30%;
}
.clinic .cli_col3 .cli_index p {
	font-size: 105%;
}

/*box1*/
.clinic .box1 .bg_wave2 {
	bottom: -80px;
}
.clinic .box1 .cli_title {
	font-size: 14vw;
	top: -15px;
}
.clinic .box1 .flt_l {
	float: none;
	width: 100%;
}
.clinic .box1 .flt_r {
	float: none;
	width: 100%;
	margin-top: 0;
}
.clinic .box1 .point_list {
	max-width: none;
	justify-content: space-between;
	margin-top: 2.5em;
	margin-bottom: 1em;
}
.clinic .box1 .point_list li {
	width: 24%;
}
.clinic .box1 .point_list li:nth-of-type(2) {
	margin-right: 0;
}
.clinic .box1 .point_list li:nth-of-type(3) {
	margin-left: 0;
}
	
/*box2*/
.clinic .box2 .flt_l {
	float: none;
    width: 90%;
	margin: 0 auto 1em;
}
.clinic .box2 .flt_r {
	float: none;
    width: 100%;
}
.clinic .box2 .point_care {
	width: 100%;
	box-sizing: border-box;
	padding: 6% 4%;
	margin-top: 10%;
}
.clinic .box2 .point_care::before {
    width: 100%;
    left: 0;
}
.clinic .box2 .point_care dt {
	text-align: center;
	font-size: 105%;
	margin-bottom: 1em;
}
.clinic .box2 .point_care dt .fuki {
	padding-left: 1em;
	padding-right: .8em;
}
.clinic .box2 .point_care dd {
	font-size: 95%;
}
.clinic .box2 .point_care .flt_l {
	width: 40%;
	float: left;
	margin: 0 7% 0 0;
}
.clinic .box2 .point_care .flt_r {
    width: 100%;
}
	
/*box3*/
.clinic .box3 {
	margin-bottom: 12%;
}
	
/*box4*/
.clinic .box4 {
	margin-bottom: 12%;
}
	
/*認定医医院*/
.clinic .cli_nintei .flex_box {
	display: block;
}
.clinic .cli_nintei .box_img {
	position: relative;
	width: 100%;
}
.clinic .cli_nintei .box_img::before {
	display: block;
	content: "";
	padding-top: 50%;
}
.clinic .cli_nintei .box_txt {
	width: 100%;
	padding: 6% 5% 12%;
}
	
}

/*MENU
---------------------------------------------------------*/
.menu {
	position: relative;
	padding-bottom: 120px;
}
.menu::after {
	position: absolute;
	content: "";
	background-color: #f8f7f2;
	width: 100%;
	height: calc(100% - 60px);
	left: 0;
	bottom: 0;
	z-index: -1;
}
.menu .bg_wave1 {
	top: -190px;
	z-index: 0;
}
.menu .front_title1 {
	margin-bottom: 80px;
}
.menu .front_title1 .ft_serif {
	margin-top: 1.5em;
}
.menu .menu_bg {
	position: relative;
	background-repeat: no-repeat;
	background-position: right top;
	box-sizing: border-box;
}
.menu .menu_bg::after {
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	z-index: 0;
}
.menu .menu_bg > * {
	position: relative;
	z-index: 1;
}
.menu .menu_style1 {
	color: #FFF;
}
.menu .menu_style1 dt {
	position: relative;
	font-size: 135%;
	line-height: 1.4;
	margin-bottom: 2em;
	padding-left: 5.5em;
}
.menu .menu_style1 dt::before {
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	width: 5em;
	height: 5em;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.menu .menu_style1 dt div {
	position: relative;
	top: 50%;
	transform: translateY(-50%)
}
.menu .menu_style1 dt p:nth-of-type(1) {
	margin-bottom: .2em;
}
.menu .menu_style1 dt p:nth-of-type(2) {
	font-size: 195%;
	line-height: 1;
}
.menu .menu_style1 dt p:nth-of-type(2) span {
	display: inline-block;
	font-size: 78%;
}
.menu .com_link1 a .ft_contralto {
	color: #FFF;
}
.menu .com_link1 .com_arrow1 {
	background-color: transparent;
}
.menu .com_link1 a:hover .com_arrow1 {
	background-color: rgba(255,255,255,0.2);
}

/*box1,box2*/
.menu .menu_bg.box1,
.menu .menu_bg.box2 {
	background-size: 47% auto;
	padding: 50px 0 50px 4%;
	margin-right: 2.3%;
}
.menu .menu_bg.box1 .flex_box,
.menu .menu_bg.box2 .flex_box {
	justify-content: space-between;
	align-items: flex-end;
}
.menu .menu_bg.box1 .box_txt,
.menu .menu_bg.box2 .box_txt {
	width: 44%;
}
.menu .menu_bg.box1 .box_img,
.menu .menu_bg.box2 .box_img {
	width: 51%;
	margin-right: -2.3%;
}

/*box3,box4*/
.menu .menu_col2 {
	display: flex;
	justify-content: space-between;
}
.menu .menu_bg.box3,
.menu .menu_bg.box4 {
	width: 49.3%;
	background-size: 92% auto;
	padding: 0 4% 50px;
}
.menu .menu_bg.box3 .box_img,
.menu .menu_bg.box4 .box_img {
	width: 44%;
	margin-top: -20px;
}
.menu .menu_bg.box3 dt,
.menu .menu_bg.box4 dt {
	margin-bottom: 1em;
}

/*box1*/
.menu .menu_bg.box1 {
	background-color: #6ba880;
	background-image: url("../images/top/menu_bg1@2x.png");
	margin-bottom: 1.2em;
}
.menu .menu_bg.box1::after {
	background-image: linear-gradient(to top, rgba(154,190,137,1) 0, rgba(154,190,137,0) 50%);
	background-size: 100% 100%;
}
.menu .menu_bg.box1 .menu_style1 dt::before {
	background-image: url("../images/top/menu_icon1.svg");
}

/*box2*/
.menu .menu_bg.box2 {
	background-color: #a78e42;
	background-image: url("../images/top/menu_bg2@2x.png");
	margin-bottom: 2.4em;
}
.menu .menu_bg.box2::after {
	background-image: linear-gradient(to top, rgba(206,155,89,1) 0, rgba(206,155,89,0) 50%);
	background-size: 100% 100%;
}
.menu .menu_bg.box2 .menu_style1 dt::before {
	background-image: url("../images/top/menu_icon2.svg");
}

/*box3*/
.menu .menu_bg.box3 {
	background-color: #808ab9;
	background-image: url("../images/top/menu_bg3@2x.png");
}
.menu .menu_bg.box3::after {
	background-image: linear-gradient(to top, rgba(175,168,192,1) 0, rgba(175,168,192,0) 50%);
	background-size: 100% 100%;
}
.menu .menu_bg.box3 .menu_style1 dt::before {
	background-image: url("../images/top/menu_icon3.svg");
}

/*box4*/
.menu .menu_bg.box4 {
	background-color: #5a81a3;
	background-image: url("../images/top/menu_bg4@2x.png");
	transition-delay: .5s;
}
.menu .menu_bg.box4::after {
	background-image: linear-gradient(to top, rgba(90,157,194,1) 0, rgba(90,157,194,0) 50%);
}
.menu .menu_bg.box4 .menu_style1 dt::before {
	background-image: url("../images/top/menu_icon4.svg");
}


/*menu_list*/
.menu .menu_list {
	display: flex;
	justify-content: space-between;
	max-width: 1148px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
.menu .menu_list li {
	position: relative;
	width: 16%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 2.3em 2.3em;
}
.menu .menu_list li a {
	position: relative;
	display: block;
	text-align: center;
	background-image: linear-gradient(to top, rgba(222,222,187,0.8) 0, rgba(222,222,187,0) 70%);
	box-sizing: border-box;
	padding: 50px 3% 45px;
	transition: all .5s ease;
}
.menu .menu_list li p {
	position: relative;
	font-size: 117%;
	line-height: 1.4;
	height: 100%;
}
.menu .menu_list li p span {
	position: relative;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
}
.menu .menu_list li .com_arrow1 {
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
}
.menu .menu_list li.med_car {
	background-image: url("../images/med_icon_car.svg");
}
.menu .menu_list li.med_per {
	background-image: url("../images/med_icon_per.svg");
}
.menu .menu_list li.med_kid {
	background-image: url("../images/med_icon_kid.svg");
}
.menu .menu_list li.med_mat {
	background-image: url("../images/med_icon_mat.svg");
}
.menu .menu_list li.med_den {
	background-image: url("../images/med_icon_den.svg");
}
.menu .menu_list li.med_sur {
	background-image: url("../images/med_icon_sur.svg");
}
.menu .menu_list li a:hover .com_arrow1 {
	background-color: #405e76;
}

/*.link_wh_list*/
.menu .link_wh_list {
	margin-top: 70px;
}
.menu .link_wh_list li a {
	padding-left: 5.2em;
}
.menu .link_wh_list li a::after {
	position: absolute;
	content: "";
	background: url("../images/top/icon_price.svg") no-repeat center center;
	background-size: 2em 2em;
	width: 5.2em;
	height: 100%;
	left: 0;
	top: 0;
}
.menu .link_wh_list li:nth-of-type(2) a::after {
	background-image: url("../images/top/icon_fuki.svg");
}
.menu .link_wh_list li a span {
	display: inline-block;
	font-size: 117%;
	line-height: 1.2;
	padding: 0 2em;
	border-left: 2px solid #b2943d;
}
.menu .link_wh_list li a i {
	font-size: 150%;
}

/*visit*/
.menu .visit {
	max-width: 1000px;
	border-top: 2px solid #b2943d;
	border-bottom: 2px solid #b2943d;
	margin-left: auto;
	margin-right: auto;
}
.menu .visit dl {
	position: relative;
	display: table;
	padding: 1.5em 6%;
}
.menu .visit dl::after {
	position: absolute;
	content: "";
	background: url("../images/top/line.svg") repeat-x left top;
	background-size: 6px auto;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
}
.menu .visit dt,
.menu .visit dd {
	display: table-cell;
	vertical-align: middle;
}
.menu .visit dt {
	width: 24%;
}
.menu .visit dt span {
	background: url("../images/med_icon_vis.svg") no-repeat left center;
	background-size: 2em 2em;
	font-size: 117%;
	padding: .5em 1em .5em 2.5em;
}
.menu .visit dd {
	width: 76%;
}
.menu .visit p {
	padding: .8em 5%;
}
.menu .visit p span {
	text-decoration: underline;
}


/* PC調整
------------------------------------------*/
@media only screen and (min-width: 1500px) {
	
/*box1,box2*/
.menu .menu_bg.box1,
.menu .menu_bg.box2 {
	background-size: 615px 279px;
}
	
/*box3,box4*/
.menu .menu_bg.box3,
.menu .menu_bg.box4 {
	background-size: 608px 524px;
}
	
}

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

/*box1,box2*/
.menu .menu_bg.box1 .box_txt,
.menu .menu_bg.box2 .box_txt {
    width: 48%;
}
/*box3,box4*/
.menu .menu_col2 .menu_bg .menu_style1 dt {
	font-size: 1.6vw;
}

}

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

.menu .menu_style1 dt {
	font-size: 1.9vw;
	letter-spacing: .1em;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
.menu {
	padding-bottom: 12%;
}
.menu::after {
	height: calc(100% - 40px);
}
.menu .bg_wave1 {
	top: -100px;
}
.menu .front_title1 {
	margin-bottom: 8%;
}
.menu .front_title1 .ft_serif {
	margin-top: 1em;
}
.menu .menu_style1 dt {
	font-size: 2.2vw;
	padding-left: 5em;
	margin-bottom: 1.5em;
}
.menu .menu_style1 dt::before {
	width: 4.5em;
	height: 4.5em;
}
.menu .menu_style1 dt p:nth-of-type(2) {
	font-size: 170%;
}

/*box1,box2*/
.menu .menu_bg.box1,
.menu .menu_bg.box2 {
	background-size: 55% auto;
	padding: 5% 0 5% 4%;
}
.menu .menu_bg.box1 .box_txt,
.menu .menu_bg.box2 .box_txt {
	width: 49%;
}
.menu .menu_bg.box1 .box_img,
.menu .menu_bg.box2 .box_img {
	width: 50%;
}

/*box3,box4*/
.menu .menu_col2 {
	display: flex;
	justify-content: space-between;
}
.menu .menu_bg.box3,
.menu .menu_bg.box4 {
	padding: 0 2.5% 4%;
}
.menu .menu_col2 .menu_bg .box_img {
	margin-top: -20px;
}
.menu .menu_col2 .menu_bg .menu_style1 dt {
	font-size: 1.8vw;
	padding-left: 5em;
}
	
/*menu_list*/
.menu .menu_list {
	margin-top: 5%;
}
.menu .menu_list li a {
	padding: 45px 3% 40px;
}
.menu .menu_list li p {
	font-size: 2vw;
}
	
/*.link_wh_list*/
.menu .link_wh_list {
	margin-top: 7%;
}
.menu .link_wh_list li a span {
	font-size: 105%;
}
.menu .link_wh_list li a i {
	font-size: 140%;
}
	
/*visit*/
.menu .visit dl {
	padding: 1.5em 4%;
}
.menu .visit p {
	text-align: center;
	padding: .8em 0;
}
	
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
	
.menu {
	padding-bottom: 12%;
}
.menu::after {
	height: calc(100% - 30px);
}
.menu .bg_wave1 {
	top: -40px;
}
.menu .front_title1 {
	margin-bottom: 8%;
}
.menu .front_title1 .ft_serif {
	margin-top: 1em;
}
.menu .menu_style1 dt {
	font-size: 4vw;
	padding-left: 5em;
	margin-bottom: 1.5em;
}
.menu .menu_style1 dt::before {
	width: 4.5em;
	height: 4.5em;
}
.menu .menu_style1 dt p:nth-of-type(2) {
	font-size: 170%;
}
.menu .menu_style1 dt div {
	position: relative;
	top: 0;
	transform: none;
}

/*box1,box2*/
.menu .menu_bg.box1,
.menu .menu_bg.box2 {
	background-size: 90% auto;
	padding: 15% 4% 5%;
}
.menu .menu_bg.box1 .box_txt,
.menu .menu_bg.box2 .box_txt {
	width: 100%;
	order: 2;
}
.menu .menu_bg.box1 .box_img,
.menu .menu_bg.box2 .box_img {
	position: relative;
	width: 110%;
	order: 1;
	right: -5%;
	margin-bottom: 2em;
}

/*box3,box4*/
.menu .menu_col2 {
	display: block;
}
.menu .menu_bg.box3,
.menu .menu_bg.box4 {
	width: 100%;
	padding: 0 4% 5%;
}
.menu .menu_col2 .menu_bg .box_img {
	top: -10px;
}
.menu .menu_bg.box3 dt,
.menu .menu_bg.box4 dt {
	margin-bottom: 1.5em;
}
	
/*box3*/
.menu .menu_col2 {
	display: block;
}
.menu .menu_bg.box3 {
	margin-bottom: 2.2em;
}
	
/*menu_list*/
.menu .menu_list {
	flex-wrap: wrap;
	margin-top: 10%;
}
.menu .menu_list li {
	width: 32%;
}
.menu .menu_list li:nth-of-type(n+4) {
	margin-top: 2em;
}
.menu .menu_list li a {
	padding: 40px 3% 35px;
}
.menu .menu_list li p {
	font-size: 105%;
}
	
/*.link_wh_list*/
.menu .link_wh_list {
	margin-top: 10%;
}
.menu .link_wh_list li a {
	padding: .8em 1em;
	padding-left: 5em;
}
.menu .link_wh_list li a::after {
	background-size: 2em 2em;
	width: 5em;
}
.menu .link_wh_list li a sp an {
	font-size: 105%;
	padding: 0 1.5em;
}
	
/*visit*/
.menu .visit dl {
	display: block;
	padding: 1.2em 3%;
}
.menu .visit dt,
.menu .visit dd {
	display: block;
	width: 100%;
	vertical-align: normal;
}
.menu .visit dt {
	text-align: center;
	margin-bottom: .5em;
}
.menu .visit p {
	font-size: 95%;
	padding: .8em 3%;
}

}

/*FIRST
---------------------------------------------------------*/
.first .bg {
	position: relative;
	padding: 70px 0 120px;
}
.first .bg::before,
.first .bg::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 579px;
	left: 0;
	top: 0;
}
.first .bg::before {
	background-color: #6b575c;
	z-index: -2;
}
.first .bg::after {
	position: absolute;
	content: "";
	background: url("../images/top/fir_bg@2x.png") no-repeat center top;
	background-size: cover;
	mix-blend-mode: multiply;
	opacity: 0.5;
	z-index: -1;
}
.first .front_title1 {
	position: relative;
	text-align: center;
	margin-bottom: 1.5rem;
}
.first .front_title1 .ft_contralto {
	color: rgba(255,255,255,0.18);
}
.first .front_title1 .ft_serif {
	position: absolute;
	color: #FFF;
	white-space: nowrap;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -20%);
}
.first .front_title1 + p {
	text-align: center;
	color: #FFF;
	font-size: 135%;
	line-height: 1.6;
}
.first .front_title1 + p span {
	color: #ffff75;
}
.first .attention_list {
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}
.first .attention_list li {
	position: relative;
	width: 32.8%;
	background-color: #FFF;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 100px 3% 40px;
	box-shadow: 0px 60px 30px -50px rgb(0 0 0 / 15%);
}
.first .attention_list li::before {
	position: absolute;
	content: "";
	background-image: url("../images/top/first_icon1.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	width: 7em;
	height: 7em;
	left: 50%;
	top: -2.3em;
	transform: translateX(-50%);
}
.first .attention_list li:nth-of-type(2)::before {
	background-image: url("../images/top/first_icon2.svg");
}
.first .attention_list li:nth-of-type(3)::before {
	background-image: url("../images/top/first_icon3.svg");
}
.first .attention_list li dt {
	color: #99575c;
	text-align: center;
	font-size: 135%;
	line-height: 1.5;
	margin-bottom: .8em;
}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
.first .bg {
	padding: 7% 0 12%;
}
.first .bg::before,
.first .bg::after {
	height: 430px;
}
.first .front_title1 {
	margin-bottom: 1rem;
}
.first .front_title1 + p {
	font-size: 120%;
}
.first .attention_list {
	margin-top: 8%;
}
.first .attention_list li {
	padding: 10% 2% 3%;
	box-shadow: 0px 30px 20px -20px rgb(0 0 0 / 15%);
}
.first .attention_list li::before {
	width: 6em;
	height: 6em;
	top: -2em;
}
.first .attention_list li dt {
	font-size: 120%;
	margin-bottom: .8em;
}
	
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
	
.first .bg {
	padding: 7% 0 12%;
}
.first .bg::before,
.first .bg::after {
	height: 72%;
}
.first .front_title1 {
	margin-bottom: 1rem;
}
.first .front_title1 + p {
	font-size: 115%;
}
.first .attention_list {
	display: block;
	margin-top: 16%;
	margin-bottom: 15%;
}
.first .attention_list li {
	width: 100%;
	padding: 18% 5% 6%;
	box-shadow: 0px 20px 20px -15px rgb(0 0 0 / 15%);
}
.first .attention_list li::before {
	width: 5.5em;
	height: 5.5em;
	top: -2em;
}
.first .attention_list li:nth-of-type(n+2) {
	margin-top: 3.2em;
}
.first .attention_list li dt {
	font-size: 120%;
	margin-bottom: .8em;
}
	
}


/*bnr_list
---------------------------------------------------------*/
.bnr_list ul {
	display: flex;
	justify-content: space-between;
	max-width: 1020px;
	margin: 0 auto;
}
.bnr_list ul li {
	position: relative;
	width: 49.1%;
	box-sizing: border-box;
}
.bnr_list ul li a {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	
}
.bnr_list ul li a > * {
	position: relative;
	z-index: 1;
}
.bnr_list ul li .bnr_arrow {
	position: absolute;
	right: 1em;
	bottom: 0;
	z-index: 3;
	transition: all .5s;
}
.bnr_list ul li .bnr_arrow .ft_serif {
	font-size: 141%;
	line-height: 1.2;
}
/*採用情報*/
.bnr_list ul li.bnr_rec {
	position: relative;
	padding-bottom: 10px;
	overflow: hidden;
}
.bnr_list ul li.bnr_rec::before {
	position: absolute;
	content: "";
	background-color: #f6f6f6;
	width: 69%;
	height: 76%;
	right: 10px;
	top: 5px;
}
.bnr_list ul li.bnr_rec a::after {
	position: absolute;
	content: "";
	background: url("../images/top/rec_abs@2x.png") no-repeat left bottom;
	background-size: 100% auto;
	width: 100%;
	height: 45%;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.bnr_list ul li.bnr_rec .box_img {
	width: 47.2%;
}
.bnr_list ul li.bnr_rec .box_txt {
	width: 52.8%;
}
.bnr_list ul li.bnr_rec .box_txt div {
	width: 81%;
	max-width: 214px;
	margin: 0 auto .5em;
}
.bnr_list ul li.bnr_rec .box_txt p {
	text-align: center;
	font-size: 82%;
	line-height: 1.5;
}
.bnr_list ul li.bnr_rec a::before {
	position: absolute;
	content: "";
	top: 0;
	left: -100%;
    width: 30%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 100%);
	transform: skewX(25deg);
	z-index: 10;
}
.bnr_list ul li.bnr_rec a:hover .bnr_arrow {
	color: #ba6f96;
}
.bnr_list ul li.bnr_rec a:hover::before {
	animation: 1s shine ease;
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

/*インスタグラム*/
.bnr_list ul li.bnr_insta {
	transition-delay: .2s;
}
.bnr_list ul li.bnr_insta a {
	position: relative;
	color: #264863;
	background-color: #ffffad;
	padding: 30px 10%;
	overflow: hidden;
	transition: all .5s ease;
}
.bnr_list ul li.bnr_insta a::after {
	position: absolute;
	content: "";
	background-color: #ffe3de;
	width: 63%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
	transition: all .5s ease;
}
.bnr_list ul li.bnr_insta p {
	display: inline-block;
	font-size: 88%;
	padding-bottom: .5em;
	border-bottom: 2px solid #264863;
}
.bnr_list ul li.bnr_insta .ft_contralto {
	font-size: 300%;
	letter-spacing: .15em;
	line-height: 1.5;
}
.bnr_list ul li.bnr_insta .ft_serif {
	position: relative;
	font-size: 117%;
	padding-left: 2.5em;
}
.bnr_list ul li.bnr_insta .ft_serif i {
	position: absolute;
	color: #ffbbb0;
	font-size: 180%;
	left: -0.1em;
	top: 50%;
	transform: translateY(-50%);
}
.bnr_list ul li.bnr_insta a:hover::after {
	left: 63%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

.bnr_list ul li .bnr_arrow .ft_serif {
	font-size: 2.5vw;
}
	
/*採用情報*/
.bnr_list ul li.bnr_rec .box_txt div {
    margin-bottom: .2em;
}
	
/*インスタグラム*/
.bnr_list ul li.bnr_insta a {
	padding: 8% 10% 6%;
}
.bnr_list ul li.bnr_insta .ft_contralto {
	font-size: 250%;
}
.bnr_list ul li.bnr_insta .ft_serif {
	font-size: 105%;
	padding-left: 2.2em;
}
.bnr_list ul li.bnr_insta .ft_serif i {
	font-size: 160%;
}
	
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
	
.bnr_list ul {
	display: block;
	width: 90%;
}
.bnr_list ul li {
	width: 100%;
}
.bnr_list ul li .bnr_arrow {
	position: absolute;
	right: 1em;
	bottom: 0;
	z-index: 3;
}
.bnr_list ul li .bnr_arrow .ft_serif {
	font-size: 120%;
}
/*採用情報*/
.bnr_list ul li.bnr_rec {
	padding-bottom: 20px;
	margin-bottom: 1.5em;
}
/*インスタグラム*/
.bnr_list ul li.bnr_insta a {
	padding: 6% 8% 8%;
}
.bnr_list ul li.bnr_insta .ft_contralto {
	font-size: 230%;
}
.bnr_list ul li.bnr_insta .ft_serif {
	font-size: 105%;
	padding-left: 2.2em;
}
.bnr_list ul li.bnr_insta .ft_serif i {
	font-size: 160%;
}
	
}



/*OPEN告知/新型コロナウイルス感染対策について
---------------------------------------------------------*/
.open_announce {
	margin-top: 50px;
}
.open_announce .open_txt {
	width: 60%;
	max-width: 602px;
	margin: 0 auto 1em;
}
.open_announce .open_detail {
	display: block;
	max-width: 300px;
	margin: 0 auto;
}

.bnr_corona {
	width: 94%;
	max-width: 1000px;
	box-sizing: border-box;
	margin: 0 auto 70px;
}
.bnr_corona .open_btn {
	box-sizing: border-box;
	margin: 0 auto;
	background: #948974;
	color: #FFF;
	font-size: 147%;
	letter-spacing: .15em;
	line-height: 1.4em;
	padding: .9em 3%;
	text-align: center;
	cursor: pointer;
	transition: all 1.0s;
}
.bnr_corona .open_btn:hover {
	transition: all 0.4s;
	background: #787061;
}
.bnr_corona .open_btn span {
	display: inline-block;
	padding-right: 1.5em;
	position: relative;
}
.bnr_corona .open_btn span::before {
	position: absolute;
	content: "";
	background: url("../images/plus.svg") no-repeat left top;
	background-size: contain;
	width: .8em;
	height: .8em;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.bnr_corona .open_btn.active span::before {
	background-image: url("../images/minus.svg");
}
.bnr_corona .corona_inbox {
	display: none;
	width: 100%;
	box-sizing: border-box;
	padding: 30px 3%;
	background: rgba(255,255,255,1.0);
	text-align: left;
}
.bnr_corona .corona_inbox dl {
	margin-bottom: 40px;
}
.bnr_corona .corona_inbox dl:last-of-type {
	margin-bottom: 0;
}
.bnr_corona .corona_inbox dt {
	padding: 0 3% .5em;
	color: #b2943d;
	font-size: 120%;
	letter-spacing: .15em;
	line-height: 1.4em;
	margin-bottom: .8em;
	text-align: center;
	border-bottom: 2px solid #b2943d;
}
.bnr_corona .corona_inbox dd {
	padding: 0 3%;
}
.bnr_corona .corona_inbox dd > * {
	margin-bottom: 1em;
}
.bnr_corona .corona_inbox dd > *:last-child {
	margin-bottom: 0;
}
.bnr_corona .corona_inbox dd .maru_list li::before {
	color: #b2943d;
	font-size: 90%;
	top: 0.05em;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
.open_announce {
	margin-top: 5%;
}

.bnr_corona {
	margin-bottom: 5%;
}
.bnr_corona .open_btn {
	font-size: 130%;
	padding: .7em 3%;
}
.bnr_corona .corona_inbox {
	padding: 3%;
}
.bnr_corona .corona_inbox dl {
	margin-bottom: 3%;
}
.bnr_corona .corona_inbox dt {
	font-size: 120%;
}

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
	
.open_announce {
	margin-top: 7%;
}

.open_announce .open_txt {
	width: 95%;
}
.open_announce .open_detail {
	width: 60%;
}

.bnr_corona {
	width: 100%;
	margin-bottom: 16%;
}
.bnr_corona .open_btn {
	font-size: 105%;
	letter-spacing: .05em;
	padding: .8em 0;
}
.bnr_corona .corona_inbox {
	padding: 3%;
}
.bnr_corona .corona_inbox dl {
	margin-bottom: 8%;
}
.bnr_corona .corona_inbox dt {
	font-size: 100%;
	letter-spacing: .05em;
	margin-bottom: .6em;
	border-bottom-width: 1px;
}
.bnr_corona .corona_inbox dd {
	font-size: 90%;
	padding: 0;
}

}

/*
---------------------------------------------------------*/

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
}