@charset "UTF-8";



/*メインイメージ
---------------------------------------------------------*/
.m_img_area.com_bg_l::before {
	height: calc(100% - 390px);
}
.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: auto 100%;
	position: relative;
}
.m_img_area .slide::before {
	content: "";	/*上のグラデ*/
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 205px;
	left: 0;
	top: 0;
background: -moz-linear-gradient(top,  rgba(253,253,245,1) 20%, rgba(253,253,245,0) 100%);
background: -webkit-linear-gradient(top,  rgba(253,253,245,1) 20%,rgba(253,253,245,0) 100%);
background: linear-gradient(to bottom,  rgba(253,253,245,1) 20%,rgba(253,253,245,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdf5', endColorstr='#00fdfdf5',GradientType=0 );
}
.m_img_area .slide1 {background-image: url("../images/top/m_img1@2x.png");}
.m_img_area .slide2 {background-image: url("../images/top/m_img2@2x.png");}
.m_img_area .slide3 {background-image: url("../images/top/m_img3@2x.png");}
.m_img_area .slide4 {background-image: url("../images/top/m_img4@2x.png");}
.m_img_area .slide .copy {
	position: absolute;
	z-index: 1;
	width: 90%;
	max-width: 1310px;
}
.m_img_area .slide .copy p {
	position: relative;
	z-index: 0;
}
.m_img_area .slide .copy p:last-child {
	position: absolute;
	width: 25%;
	max-width: 270px;
}
.m_img_area .slide1 .copy,
.m_img_area .slide3 .copy {
	left: 50%;
	top: 50%;
	transform: translate(-48%, -50%);
}
.m_img_area .slide1 .copy p:last-child,
.m_img_area .slide3 .copy p:last-child {
	left: 1%;
	top: 0;
	transform: translateY(-31%);
}
.m_img_area .slide2 .copy {
	right: 0%;
	top: 50%;
	transform: translateY(-50%);
}
.m_img_area .slide2 .copy p:last-child {
	right: 13%;
	top: 0;
	transform: translateY(-20%);
}
.m_img_area .slide4 .copy {
	left: 50%;
	top: 50%;
	transform: translate(-53%, -30%);
}
.m_img_area .slide4 .copy p:last-child {
	left: 0;
	top: 0;
	transform: translateY(-31%);
}
.m_img_area .slick-current .copy p:last-child {
    animation-name: copyAnime;
    animation-duration: 1.0s;
    animation-timing-function: ease;
	animation-delay: 2.0s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes copyAnime {
0% {
	opacity:0;
	padding-bottom: 2.5em;
}
100% {
	opacity:1;
	padding-bottom: 0;
}
}

.m_img_area .m_inf {
	width: 75%;
	box-sizing: border-box;
	padding-left: 6.5%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 15;
}
.m_img_area .m_inf .m_nav_area {
	width: 100%;
	max-width: 800px;
}

/*お知らせ*/
.m_img_area .top_news {
	margin-top: 40px;
	width: 100%;
	max-width: 835px;
	box-sizing: border-box;
	background: rgba(75,64,51,0.55);
	padding: 15px 0;
	display: flex;
    justify-content: space-between;
    align-items: center;
	color: #fff;
}
.m_img_area .top_news a {
	color: #fff;
}
.m_img_area .top_news > div {
	width: 148px;
	text-align: center;
	font-size: 130%;
	letter-spacing: .2em;
	line-height: 1.2em;
}
.m_img_area .top_news > dl {
	width: calc(100% - 148px);
	box-sizing: border-box;
	border-left: solid 1px #fff;
	padding: 10px 3%;
	padding-right: 50px;
	display: flex;
    justify-content: space-between;
	position: relative;
	text-align: left;
}
.m_img_area .top_news dt {
	width: 120px;
	color: #fdfcab;
	font-size: 85%;
	letter-spacing: .2em;
	line-height: 1.2em;
	padding-top: .5em;
}
.m_img_area .top_news dd {
	width: calc(98% - 120px);
}
.m_img_area .top_news dd p {
	font-size: 125%;
	letter-spacing: .1em;
	line-height: 1.4em;
}
.m_img_area .top_news .com_arrow {
	position: absolute;
	right: 2%;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	font-size: 70%;
}

/* 1100px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1100px) {
.m_img_area .m_inf {
	padding-left: 3%;
}
}

/* 画面高さ：1000px以下
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-height: 1000px) {
.m_img_area .slide .copy p:last-child {
	left: 0;
	top: 0;
	transform: translate(-20%, -10%);
}
/*お知らせ*/
.m_img_area .top_news {
	margin-top: 2vh;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.m_img_area.com_bg_l::before {
	height: calc(100% - 20vw);
}
.m_img_area .m_inf {
	padding-left: 3%;
}

/*お知らせ*/
.m_img_area .top_news {
	margin-top: 3%;
}
.m_img_area .top_news > div {
	width: 16%;
	font-size: 100%;
	letter-spacing: .1em;
}
.m_img_area .top_news > dl {
	width: 84%;
	padding: 5px 3%;
	padding-right: 50px;
}
.m_img_area .top_news dt {
	width: 90px;
	letter-spacing: .1em;
}
.m_img_area .top_news dd {
	width: calc(98% - 90px);
}
.m_img_area .top_news dd p {
	font-size: 115%;
	letter-spacing: .05em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.m_img_area.com_bg_l::before {
	height: calc(100% - 50vw);
}
	
.m_img_area .slide1 {background-image: url("../images/top/m_img1_sp.png");}
.m_img_area .slide2 {background-image: url("../images/top/m_img2_sp.png");}
.m_img_area .slide3 {background-image: url("../images/top/m_img3_sp.png");}
.m_img_area .slide4 {background-image: url("../images/top/m_img4_sp.png");}
.m_img_area .slide5 {background-image: url("../images/top/m_img5_sp.png");}

.m_img_area .slide::before {
	height: 20%;	/*上のグラデ*/
}
.m_img_area .slide .copy {
	width: 100%;
}
.m_img_area .slide .copy p:last-child {
	width: 35%;
}
.m_img_area .slide1 .copy {
	left: 4%;
	top: 50%;
	transform: translateY(-30%);
}
.m_img_area .slide1 .copy p:last-child {
	left: 0;
	top: 0;
	transform: translate(-10%, -80%);
}
.m_img_area .slide2 .copy {
	right: 0%;
	top: auto;
	bottom: 2%;
	transform: none;
}
.m_img_area .slide2 .copy p:last-child {
	right: 5%;
	top: 0;
	transform: translateY(-100%);
}
.m_img_area .slide3 .copy {
	left: 0;
	top: 50%;
	transform: translateY(-45%);
}
.m_img_area .slide3 .copy p:last-child {
	left: 1%;
	top: 0;
	transform: translateY(-60%);
}
.m_img_area .slide4 .copy {
	left: 5%;
	top: auto;
	bottom: 4%;
	transform: none;
}
.m_img_area .slide4 .copy p:last-child {
	left: 0;
	top: 0;
	transform: translate(-10%, -50%);
}

.m_img_area .m_inf {
	width: 94%;
	padding-left: 0;
	position: static;
	margin: 0 auto;
}
.m_img_area .m_inf .m_nav_area {
	display: none !important;
}

/*お知らせ*/
.m_img_area .top_news {
	margin-top: 4%;
	max-width: 100%;
	padding: .8em 3% .8em 4%;
	display: block;
	font-size: 90%;
}
.m_img_area .top_news > div {
	width: 100%;
	padding-bottom: .3em;
	font-size: 110%;
	text-align: left;
	position: relative;
}
.m_img_area .top_news > div::before {
	content: "";
	position: absolute;
	width: 15%;
	height: 1px;
	left: 0;
	bottom: 0;
	background: #fff;
}
.m_img_area .top_news > dl {
	width: 100%;
	border-left: none;
	padding: 1.0em 2.0em 0 0;
	display: block;
}
.m_img_area .top_news dt {
	width: 100%;
	font-size: 90%;
	padding: 0 0 .2em;
}
.m_img_area .top_news dd {
	width: 100%;
}
.m_img_area .top_news dd p {
	letter-spacing: .05em;
}
.m_img_area .top_news .com_arrow {
	right: 0;
	top: 50%;
	transform: translateY(-30%);
	width: 2.8em;
	height: 2.8em;
}
	
/*スマホメニュー*/
.sp_menu_btn {
	width: 100%;
	box-sizing: border-box;
	padding: 4% 3% 6%;
}
.sp_menu_btn ul {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	text-align: left;
}
.sp_menu_btn li {
	width: 48%;
	position: relative;
	font-size: 100%;
	letter-spacing: normal;
	line-height: 1.4em;
}
.sp_menu_btn li a {
	display: block;
	padding: .8em 0;
	border-bottom: solid 1px #4b4033;
	padding-left: 1.5em;
	background: url("../images/arrow_ora@2x.png") no-repeat left center;
	background-size: 1.0em auto;
}
}



/*ドット
---------------------------------------------------------*/
.slick-dots {
	position: absolute;
	z-index: 5;
	width: 8px;
	left: 1.5%;
	bottom: 22%;
}
.slick-dots li {
	width: 8px;
    padding: 0;
    cursor: pointer;
	margin-top: 20px;
}
.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: 8px;
    height: 8px;
	background: #4b4033;
	opacity: 0.2;
}
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button {
    outline: none;
	background: #e87e3a;
	opacity: 0.8;
}

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

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.slick-dots {
	width: 20%;
	left: 2%;
	bottom: 1.5%;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.slick-dots li {
	margin: 0;
}
.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: 8px;
    height: 8px;
	background: #4b4033;
	opacity: 0.2;
}
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button {
    outline: none;
	background: #e87e3a;
	opacity: 0.8;
}
}



/*concept
---------------------------------------------------------*/
.concept {
	padding-top: 100px;
	background: url("../images/top/lead_bg2@2x.png") no-repeat right bottom;
	background-size: 1050px auto;
}
.concept .con_style {
	width: 56%;
	max-width: 670px;
}
.concept .con_style > dt {
	color: #b37c24;
	font-size: 250%;
	letter-spacing: .1em;
	line-height: 1.6em;
	margin-bottom: .5em;
}
.concept .box1 {
	background: url("../images/top/lead_bg1@2x.png") no-repeat left bottom;
	background-size: 1050px auto;
	padding-bottom: 70px;
}
.concept .box1 .con_style {
	margin-left: auto;
	margin-right: 0;
}

.concept .box2 .w1220 {
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
}
.concept .box2 .w1220 .abs {
	position: absolute;
	z-index: 0;
	width: 42%;
	right: 3%;
	top: 0;
	transform: translateY(-10%);
}
.concept .box2 .w1220 .con_style {
	position: relative;
	z-index: 1;
}

.concept .bnr_first {
	background: rgba(164,96,20,0.8);
	padding: 25px 0 35px;
	position: relative;
}
.concept .bnr_first::before {
content: "";	/* 影 */
position: absolute;
z-index: 1;
width: 100%;
height: 80px;
left: 0;
bottom: 0;
opacity: 0.2;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.concept .bnr_first::after {
	content: "";	/*マウスオーバー背景*/
	position: absolute;
	z-index: 0;
	width: 0;
	height: 100%;
	left: 0;
	top: 0;
	background: #a46014;
	opacity: 0;
	transition: all 0.8s;
}
.concept .bnr_first:hover::after {
	width: 100%;
	opacity: 1;
}
.concept .bnr_first a {
	display: block;
	width: 50%;
	max-width: 498px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 65px;
	position: relative;
	z-index: 2;
}
.concept .bnr_first a .com_arrow {
	position: absolute;
	right: 0;
	bottom: 0;
}

/* 1200px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1200px) {
.concept {
	background-size: 90% auto;
}
.concept .con_style > dt {
	font-size: 3.8vw;
	line-height: 1.4em;
}
.concept .con_style > dt br.tb_only {
	display: block !important;
}
.concept .box1 {
	background-size: 90% auto;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.concept {
	padding-top: 8%;
	background-size: 90% auto;
}
.concept .con_style > dt {
	font-size: 3.6vw;
	line-height: 1.4em;
}
.concept .box1 {
	background-position: left center;
	background-size: 90% auto;
	padding-bottom: 0;
}

.concept .box2 .w1220 {
	padding-top: 4%;
	padding-bottom: 4%;
}
.concept .box2 .w1220 .abs {
	width: 45%;
	right: 0;
	top: 3%;
	transform: none;
}

.concept .bnr_first {
	padding: 2% 0 3%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.concept {
	padding-top: 5%;
	background-size: 120% auto;
}
.concept .con_style {
	width: 100%;
	max-width: 100%;
}
.concept .con_style > dt {
	font-size: 150%;
	letter-spacing: .05em;
}
.concept .box1 {
	background-size: 80% auto;
	padding-bottom: 35vw;
}

.concept .box2 .w1220 {
	padding-top: 10%;
	padding-bottom: 10%;
}
.concept .box2 .w1220 .abs {
	width: 70%;
	right: 0;
	top: 0;
	transform: translate(12%, -40%);
}

.concept .bnr_first {
	padding: 3% 2% 4%;
	position: relative;
}
.concept .bnr_first::before {
	height: 8vw;	/* 影 */
}
.concept .bnr_first a {
	width: 100%;
	box-sizing: border-box;
	padding-right: 15%;
}
.concept .bnr_first a .com_arrow {
	bottom: 50%;
	transform: translateY(50%);
	width: 2.8em;
	height: 2.8em;
}
}



/*point
---------------------------------------------------------*/
.point {
	position: relative;
	z-index: 0;
}
/*共通*/
.point .title_box {
	font-size: 250%;
	letter-spacing: .1em;
	line-height: 1.4em;
	margin-bottom: .5em;
	display: flex;
    justify-content: space-between;
}
.point .title_box > div {
	width: 2.7em;
	transform: translateY(-.2em);
}
.point .title_box > div img {
	margin-left: 0;
}
.point .title_box > h3 {
	width: calc(100% - 3.0em);
}
/********/
/* box1 */
/********/
.point .box1 {
	z-index: 1;		/*左帯を白背景の上にする*/
	padding: 120px 0 80px;
	margin-bottom: 5px;
}
/*point1*/
.point .point1 {
	position: relative;
	margin-bottom: 50px;
}
.point .point1::before {
	content: "";	/*背景*/
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	right: 0;
	bottom: -230px;
	background: url("../images/top/point1_bg@2x.png") no-repeat right center;
	background-size: 890px auto;
}
.point .point1 .w1220 {
	position: relative;
	z-index: 1;
}
.point .point1 .img_box {
	position: absolute;
	z-index: 0;
	width: 65%;
	max-width: 830px;
	right: 0;
	top: 0;
	transform: translate(5%, -5%);
}
.point .point1 h2 {
	width: 35%;
	max-width: 380px;
	padding-bottom: 50px;
	position: relative;
	z-index: 1;
	margin-bottom: 70px;
}
.point .point1 h2::before {
	content: "";	/*罫線*/
	position: absolute;
	width: 130%;
	height: 1px;
	background: #4b4033;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.point .point1 .txt_box {
	width: 100%;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}
.point .point1 .txt_box .txt {
	width: 70%;
	max-width: 800px;
}
/*point2*/
.point .point2 .w1220 {
	display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.point .point2 .w1220 .img_box {
	width: 42%;
	max-width: 496px;
}
.point .point2 .w1220 .txt_box {
	width: 55%;
	max-width: 650px;
}
.point .point2 .txt_box .txt {
	width: 100%;
	max-width: 620px;
}
.point .point2 .title_box {
	display: block;
}
.point .point2 .title_box > div {
	transform: none;
	margin-bottom: .2em;
}
.point .point2 .title_box > h3 {
	width: 100%;
}
/********/
/* box2 */
/********/
.point .box2{
	width: 100%;
	display: flex;
    justify-content: space-between;
}
.point .box2 > div {
	width: 50%;
}
.point .box2 .img_box {
	position: relative;
	background-image: url("../images/top/point3_img1@2x.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.point .box2 .img_box::before {
	content: "";
	display: block;
	padding-top: 356px;	/*高さ*/
}
.point .box2 .img_box p {
	position: absolute;
	z-index: 0;
}
.point .box2 .txt_box {
	padding: 80px 8% 90px;
	text-align: left;
	position: relative;
	z-index: 1;
}
/*point3*/
.point .point3 .img_box p {
	width: 55%;
	max-width: 321px;
	right: 5%;
	bottom: 0;
	transform: translateY(40%);
}
/*point4*/
.point .point4 .img_box {
	background-image: url("../images/top/point4_img1@2x.jpg");
}
.point .point4 .img_box p {
	width: 65%;
	max-width: 404px;
	right: 0;
	bottom: 0;
	transform: translateY(28%);
}
/********/
/* box3 */
/********/
.point .box3 {
	background: #c78d7d url("../images/top/point5_bg@2x.jpg") no-repeat right bottom;
	background-size: 820px auto;
	color: #fff;
	position: relative;
}
.point .box3 a {
	color: #fff;
}
.point .box3::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 130px;
	z-index: 0;
	background: #fff;
	left: 0;
	top: 0;
}

.point .box3 .sub_slide2 {
	z-index: 1;
}
.point .box3 .sub_slide2 .slide {
	width: 70vw;
	max-width: 620px;
	transform: scale(.85);
	overflow: hidden;
	transition: .8s ease;
}
.point .box3 .sub_slide2 .slide::before {
	transition: .8s ease;
	content: "";
	display: block;
	padding-top: 69%;	/*高さ*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 130% auto;
	filter: blur(15px);
}
.point .box3 .slide.slick-current,
.point .box3 .slide.is-active-next {
	transform: scale(1);
}
.point .box3 .slide.slick-current::before,
.point .box3 .slide.is-active-next::before {
	background-size: 100% auto;
	filter: blur(0px);
}
.point .box3 .sub_slide2 .slide1::before {background-image: url("../images/top/point5_slide1@2x.jpg");}
.point .box3 .sub_slide2 .slide2::before {background-image: url("../images/top/point5_slide2@2x.jpg");}
.point .box3 .sub_slide2 .slide3::before {background-image: url("../images/top/point5_slide3@2x.jpg");}
.point .box3 .sub_slide2 .slide4::before {background-image: url("../images/top/point5_slide4@2x.jpg");}
.point .box3 .sub_slide2 .slide5::before {background-image: url("../images/top/point5_slide5@2x.jpg");}

.point .box3 .w1170 {
	padding-top: 60px;
	padding-bottom: 80px;
}
.point .box3 .flex_box {
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.point .box3 .flex_box .txt {
	width: calc(97% - 210px);
	max-width: 830px;
}
.point .box3 .flex_box .com_link1 {
	width: 210px;
}

/* Arrows */
.point .box3 .slick-prev,
.point .box3 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
	z-index: 10;
    display: block;
	top: 50%;
	transform: translateY(-50%);
	width: 5vw;
	max-width: 60px;
    height: 100%;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
	background: url("../images/prev@2x.png") no-repeat center center;
	background-size: contain;
	transition: opacity 1.0s;
}
.point .box3 .slick-prev:hover,
.point .box3 .slick-next:hover {
	opacity: 0.5;
}
.point .box3 .slick-prev {
	left: auto;
	right: calc(50% + 280px);
}
.point .box3 .slick-next {
	background-image: url("../images/next@2x.png");
	right: auto;
	left: calc(50% + 280px);
}

/* 1400px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1400px) {
/********/
/* box1 */
/********/
.point .point1::before {
	bottom: -25vw;
	background-size: 60% auto;	/*背景*/
}
/********/
/* box2 */
/********/
.point .box2 .title_box > h3 br {
	display: none !important;
}
}

/* 1200px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1200px) {
/*共通*/
.point .title_box {
	font-size: 3.6vw;
}
/********/
/* box3 */
/********/
.point .box3 {
	background-size: 70% auto;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*共通*/
.point .title_box {
	font-size: 3.8vw;
}
/********/
/* box1 */
/********/
.point .box1 {
	padding: 8% 0 6%;
}
/*point1*/
.point .point1 {
	margin-bottom: 4%;
}
.point .point1::before {
	bottom: -30vw;
	background-size: 60% auto;	/*背景*/
}
.point .point1 .img_box {
	top: 7%;
	transform: translate(5%, 0%);
}
.point .point1 h2 {
	padding-bottom: 4%;
	margin-bottom: 6%;
}
/*point2*/

/********/
/* box2 */
/********/
.point .box2 .img_box::before {
	padding-top: 50%;	/*高さ*/
}
.point .box2 .txt_box {
	padding: 4% 6% 10%;
}
.point .box2 .title_box {
	display: block;
}
.point .box2 .title_box > div {
	transform: none;
	margin-bottom: .2em;
}
.point .box2 .title_box > h3 {
	width: 100%;
}
.point .box2 .title_box > h3 br {
	display: block !important;
}
/*point3*/
/*point4*/

/********/
/* box3 */
/********/
.point .box3::before {
	height: 15vw;
}

.point .box3 .w1170 {
	padding-top: 4%;
	padding-bottom: 8%;
}

/* Arrows */
.point .box3 .slick-prev {
	right: 85%;
}
.point .box3 .slick-next {
	left: 85%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/*共通*/
.point .title_box {
	font-size: 150%;
	line-height: 1.6em;
	margin-bottom: .3em;
	display: block;
}
.point .title_box > div {
	width: 2.7em;
	transform: none;
	margin-bottom: .2em;
}
.point .title_box > h3 {
	width: 100%;
}
/********/
/* box1 */
/********/
.point .box1 {
	padding: 10% 0 6%;
}
/*point1*/
.point .point1 {
	padding-bottom: 12%;
	margin-bottom: 0;
}
.point .point1::before {
	bottom: -90vw;	/*背景*/
	background-size: 90% auto;
}
.point .point1 h2 {
	width: 50%;
	margin: 0 auto 8%;
	padding-bottom: 4%;
}
.point .point1 .img_box {
	width: 95%;
	right: 0;
	top: 42vw;
	transform: translateX(5%);
}
.point .point1 .txt_box {
	padding-top: 28vw;
}
.point .point1 .txt_box .txt {
	width: 100%;
	max-width: 100%;
}
/*point2*/
.point .point2 .w1220 {
	display: block;
}
.point .point2 .w1220 .img_box {
	width: 70%;
	margin: 0 auto 0;
}
.point .point2 .w1220 .txt_box {
	width: 100%;
	max-width: 100%;
}
.point .point2 .txt_box .txt {
	max-width: 100%;
}
.point .point2 .title_box > h3 {
	width: 100%;
}
/********/
/* box2 */
/********/
.point .box2{
	display: block;
}
.point .box2 > div {
	width: 100%;
}
.point .box2 .img_box::before {
	padding-top: 35%;	/*高さ*/
}
.point .box2 .txt_box {
	padding: 4% 3% 6%;
}
/*point3*/
.point .point3 .img_box p {
	width: 45%;
	right: 5%;
	bottom: 0;
	transform: translateY(70%);
}
/*point4*/
.point .point4 .img_box p {
	width: 55%;
	transform: translateY(45%);
}
/********/
/* box3 */
/********/
.point .box3 {
	background-size: 80% auto;
}
.point .box3::before {
	height: 15vw;
}

.point .box3 .sub_slide2 .slide {
	width: 75vw;
}

.point .box3 .w1170 {
	padding-top: 4%;
	padding-bottom: 10%;
}
.point .box3 .flex_box {
	display: block;
}
.point .box3 .flex_box .txt {
	width: 100%;
	max-width: 100%;
}
.point .box3 .flex_box .com_link1 {
	width: auto;
}

/* Arrows */
.point .box3 .slick-prev,
.point .box3 .slick-next {
	width: 8vw;
}
.point .box3 .slick-prev {
	right: 85%;
}
.point .box3 .slick-next {
	left: 85%;
}
}



/*nayami
---------------------------------------------------------*/
.nayami {
	width: 100%;
	box-sizing: border-box;
	padding: 60px 3.3%;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.nayami::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 50%;
	background: #7d6c6e;
	left: 0;
	bottom: 0;
}
.nayami .bg {
	position: relative;
	z-index: 1;
	background: #f9f8f4;
	padding: 70px 6%;
	text-align: left;
}
.nayami .bg::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 50px;
	left: 0;
	top: 100%;
	background: url("../images/top/nym_shadow@2x.png") no-repeat center top;
	background-size: 100% 100%;
}
.nayami .bg .title_box {
	position: absolute;
	z-index: 0;
	width: 25%;
	max-width: 308px;
	left: 4%;
	top: 3%;
	transform: translateY(-10%);
	opacity: 0;
	transition: all 1.0s;
}
.nayami .bg .title_box.anime_on {
	transform: translateY(0%);
	opacity: 1;
}
.nayami .bg .title_box h2,
.nayami .bg .title_box p {
	position: relative;
	z-index: 1;
}
.nayami .bg .title_box p {
	line-height: 1.8em;
	margin-top: 30px;
}
.nayami .bg .title_box .bg_circle {
	position: absolute;
	width: 230%;
	max-width: 694px;
	left: 50%;
	top: 50%;
	transform: translate(-52%, -51%);
}
.nayami .bg ul {
	position: relative;
	z-index: 1;
	width: 72%;
	margin-left: auto;
	margin-right: 0;
	display: flex;
    flex-wrap: wrap;
}
.nayami .bg li {
	width: 31%;
	margin-right: 3.5%;
	margin-top: 2.5%;
	position: relative;
}
.nayami .bg li::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
background: rgb(187,187,126);
background: -moz-linear-gradient(left,  rgba(187,187,126,1) 0%, rgba(249,248,244,1) 40%, rgba(249,248,244,1) 60%, rgba(187,187,126,1) 100%);
background: -webkit-linear-gradient(left,  rgba(187,187,126,1) 0%,rgba(249,248,244,1) 40%,rgba(249,248,244,1) 60%,rgba(187,187,126,1) 100%);
background: linear-gradient(to right,  rgba(187,187,126,1) 0%,rgba(249,248,244,1) 40%,rgba(249,248,244,1) 60%,rgba(187,187,126,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbb7e', endColorstr='#bbbb7e',GradientType=1 );
	opacity: 0.35;
	transition: all 1.0s;
}
.nayami .bg li:hover::before {
	opacity: 1.0;
	transition: all 0.4s;
}
.nayami .bg li,
.nayami .bg li::before {
	border-radius: 100px;
}
.nayami .bg li:nth-child(3n) {
	margin-right: 0;
}
.nayami .bg li:nth-child(-n+3) {
	margin-top: 0;
}
.nayami .bg li a {
	position: relative;
	z-index: 1;
	display: block;
	padding: 30px 5%;
}
.nayami .bg li img {
	margin-left: auto;
	margin-right: auto;
}
.nayami .bg li .arrow {
	position: absolute;
	width: 48px;
	line-height: 48px;
	background: #e87e3a;
	border-radius: 50%;
	text-align: center;
	right: 0;
	bottom: 0;
	transform: translateX(10px);
}
.nayami .bg li .arrow i {
	color: #fff;
}

/* 1300px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1300px) {
.nayami {
	padding-left: 2%;
	padding-right: 2%;
}
.nayami .bg {
	padding-left: 3%;
	padding-right: 3%;
}
.nayami .bg .title_box {
	left: 1%;
}
.nayami .bg .title_box p br {
	display: none;
}
.nayami .bg li {
	width: 32%;
	margin-right: 2%;
}
.nayami .bg li a {
	padding: 10%;
}
.nayami .bg li .arrow {
	font-size: 1.6vw;
	width: 2.5em;
	line-height: 2.5em;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.nayami {
	padding: 6% 2% 8%;
}
.nayami .bg {
	padding: 5% 3%;
}
.nayami .bg .title_box {
	left: 2%;
	top: 10%;
}
.nayami .bg .title_box p {
	margin-top: 6%;
}
.nayami .bg ul {
	width: 65%;
    justify-content: space-between;
}
.nayami .bg li {
	width: 48%;
	margin-right: 0;
	margin-top: 2.5% !important;
}
.nayami .bg li:nth-child(-n+2) {
	margin-top: 0 !important;
}
.nayami .bg li a {
	padding: 8% 12%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.nayami {
	padding: 8% 3% 10%;
}
.nayami .bg {
	padding: 0 3% 6%;
}
.nayami .bg::before {
	height: 10vw;	/*影*/
}
.nayami .bg .title_box {
	position: relative;
	width: 75%;
	max-width: 100%;
	left: auto;
	top: auto;
}
.nayami .bg .title_box h2 {
	width: 70%;
	margin: 0 auto;
}
.nayami .bg .title_box p {
	line-height: 1.8em;
	margin-top: 1.0em;
}
.nayami .bg .title_box .bg_circle {
	width: 180%;
	left: 50%;
	top: 50%;
	transform: translate(-55%, -51%);
}
.nayami .bg ul {
	width: 100%;
    justify-content: space-between;
}
.nayami .bg li {
	width: 49%;
	margin: 4% 0 0 !important;
}
.nayami .bg li a {
	padding: 1.0em 10%;
}
.nayami .bg li .arrow {
	font-size: 80%;
	width: 2.5em;
	line-height: 2.5em;
	transform: none;
}
}



/*medical
---------------------------------------------------------*/
.top_index {
	font-size: 130%;
	letter-spacing: .2em;
	line-height: 1.2em;
}

.medical {
	background: #7d6c6e;
	color: #fff;
}
.medical a {
	color: #fff;
}
.medical .lead {
	text-align: center;
	padding-bottom: 60px;
}
.medical .lead .top_index {
	color: #fdedab;
}
.medical .lead dt {
	font-size: 280%;
	letter-spacing: .1em;
	line-height: 1.6em;
	margin: .1em 0 .5em;
}

.medical h3 {
	font-size: 250%;
	letter-spacing: .1em;
	line-height: 1.4em;
	margin-bottom: .4em;
}
.medical .link_bar {
	width: 100%;
	background: rgba(75,64,51,0.25);
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.medical .link_bar::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 150px;
	height: 100%;
	transform: skewX(-18deg) translateX(30%);
	background: #ccc;
	opacity: 0.3;
	right: 0;
	top: 0;
	transition: all 0.4s;
}
.medical .link_bar:hover::before {
	transition: all 0.2s;
	transform: skewX(-18deg) translateX(10%);
	opacity: 0.5;
}
.medical .link_bar a {
	display: block;
	position: relative;
	z-index: 1;
	text-align: right;
	font-size: 180%;
	letter-spacing: .1em;
	line-height: 1.2em;
	padding: .7em 1.5em;
}
.medical .link_bar span {
	display: inline-block;
	padding-right: 1.2em;
	position: relative;
}
.medical .link_bar span::before {
	font-family: 'fontello';
	content: '\e800';
	font-size: 60%;
	font-weight: normal;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-45%);
}

/* box1 */
.medical .box1 {
	background: rgba(75,64,51,0.3) url("../images/top/med1_bg@2x.png") no-repeat right top;
	background-size: 650px auto;
}
.medical .box1 .w1220 {
	padding-top: 60px;
	padding-bottom: 60px;
	display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-start;
}
.medical .box1 .txt_box {
	width: 52%;
	max-width: 605px;
}
.medical .box1 .img_box {
	width: 45%;
	max-width: 540px;
	position: relative;
}
.medical .box1 .img_box div {
	position: relative;
	z-index: 0;
}
.medical .box1 .img_box p {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translateY(55%);
	margin: auto;
}
.medical .box1 h3 {
	color: #fdfcab;
}
.medical .box1 .link_bar::before {
	background: #fdfcab;
}

/* box2 */
.medical .box2 {
	display: flex;
    justify-content: space-between;
}
.medical .box2 > li {
	margin-top: 10px;
	width: calc(33.3333% - 6px);
	background: rgba(75,64,51,0.3) url("../images/top/med2_img1@2x.png") no-repeat center top;
	background-size: contain;
	box-sizing: border-box;
	padding-top: 170px;
	text-align: left;
}
.medical .box2 .txt {
	padding: 0 10% 30px;
}
.medical .box2 .txt p {
	text-align: justify;
}
.medical .box2 > li:nth-child(1) {background-image: url("../images/top/med2_img1@2x.png");}
.medical .box2 > li:nth-child(1) h3 {color: #ffd3d6;}
.medical .box2 > li:nth-child(1) .link_bar::before {background: #ffd3d6;}
.medical .box2 > li:nth-child(2) {background-image: url("../images/top/med3_img1@2x.png");}
.medical .box2 > li:nth-child(2) h3 {color: #bdefac;}
.medical .box2 > li:nth-child(2) .link_bar::before {background: #bdefac;}
.medical .box2 > li:nth-child(3) {background-image: url("../images/top/med4_img1@2x.png");}
.medical .box2 > li:nth-child(3) h3 {color: #99f3d3;}
.medical .box2 > li:nth-child(3) .link_bar::before {background: #99f3d3;}

/* box3 */
.medical .box3 {
	padding-top: 65px;
	padding-bottom: 60px;
	display: flex;
    flex-wrap: wrap;
	text-align: center;
	box-sizing: content-box;
}
.medical .box3 > li {
	width: 19%;
	margin-right: 1.25%;
}
.medical .box3 > li:nth-child(5n) {
	margin-right: 0;
}
.medical .box3 > li > div {
	width: 100%;
	max-width: 248px;
	margin-left: auto;
	margin-right: auto;
	transition: all 0.4s;
}
.medical .box3 > li:hover > div {
	transition: all 0.2s;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.4);
}
.medical .box3 dl {
	letter-spacing: .1em;
	text-align: left;
	padding: 0 2%;
}
.medical .box3 dt {
	line-height: 1.6em;
	margin: .8em 0 .5em;
}
.medical .box3 dd a {
	display: inline-block;
	font-size: 150%;
	letter-spacing: .05em;
	line-height: 1.2em;
	position: relative;
	padding-right: 1.0em;
}
.medical .box3 dd a::before {
	font-family: 'fontello';
	content: '\e800';
	font-size: 80%;
	font-weight: normal;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-40%);
}

/* 1450px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1450px) {
.medical h3 br.irregular {
	display: none !important;
}	
}

/* 1400px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1400px) {
.medical .box3 dl {
	font-size: 1.3vw;
	letter-spacing: normal;
}
.medical .box3 dd a {
	font-size: 160%;
	letter-spacing: normal;
	padding-right: .9em;
}
.medical .box3 dd a::before {
	font-size: 70%;
}
}

/* 1300px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1300px) {
.medical .lead dt {
	font-size: 250%;
}
.medical h3 {
	font-size: 3.2vw;
}
.medical .link_bar a {
	font-size: 150%;
	padding: .7em 2vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.medical .lead {
	padding-bottom: 6%;
}
.medical .lead dt {
	font-size: 220%;
}

.medical h3 {
	font-size: 3.8vw;
}
.medical .link_bar a {
	font-size: 130%;
}
.medical .link_bar span {
	padding-right: 1.0em;
}

/* box1 */
.medical .box1 {
	background-size: 50% auto;
}
.medical .box1 .w1220 {
    align-items: center;
	padding-top: 5%;
	padding-bottom: 5%;
}

/* box2 */
.medical .box2 > li {
	padding-top: 14vw;
}
.medical .box2 .txt {
	padding: 0 8% 12%;
}
.medical .box2 h3 {
	font-size: 3.4vw;
}

/* box3 */
.medical .box3 {
	padding-top: 6%;
	padding-bottom: 4%;
    justify-content: center;
}
.medical .box3 > li {
	width: 33%;
	margin: 4% 0 0;
}
.medical .box3 > li:nth-child(1) {
	margin-left: 15%;
}
.medical .box3 > li:nth-child(2) {
	margin-right: 15%;
}
.medical .box3 > li:nth-child(-n+2) {
	margin-top: 0;
}
.medical .box3 > li > div {
	width: 90%;
}
.medical .box3 dl {
	font-size: 100%;
	letter-spacing: .15em;
	text-align: center;
	padding: 0;
}
.medical .box3 dt {
	margin-bottom: .2em;
}
.medical .box3 dd a {
	font-size: 140%;
	letter-spacing: .05em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.top_index {
	font-size: 100%;
}

.medical .lead {
	padding-bottom: 6%;
}
.medical .lead dt {
	font-size: 170%;
	letter-spacing: .1em;
}
.medical .lead dd {
	text-align: left;
}

.medical h3 {
	font-size: 150%;
	letter-spacing: .05em;
}
.medical .link_bar a {
	font-size: 130%;
	letter-spacing: .05em;
	padding: .5em 1.5em;
}

/* box1 */
.medical .box1 {
	background-size: 80% auto;
}
.medical .box1 .w1220 {
	padding-top: 10%;
	padding-bottom: 15%;
	display: block;
}
.medical .box1 .txt_box {
	width: 100%;
	max-width: 100%;
}
.medical .box1 .img_box {
	width: 80%;
	margin: 6% auto 0;
}
.medical .box1 .img_box p {
	width: 90%;
}

/* box2 */
.medical .box2 {
	display: block;
}
.medical .box2 > li {
	margin-top: 10px;
	width: 100%;
	padding-top: 25vw;
}
.medical .box2 .txt {
	padding: 0 3% 4%;
}

/* box3 */
.medical .box3 {
	padding-top: 10%;
	padding-bottom: 6%;
    justify-content: space-between;
    flex-wrap: wrap;
}
.medical .box3 > li {
	width: 48%;
	margin: 5% 0 0 !important;
}
.medical .box3 > li:nth-child(-n+2) {
	margin-top: 0 !important;
}
.medical .box3 dl {
	padding: 0;
	font-size: 85%;
}
.medical .box3 dt {
	letter-spacing: .05em;
	margin: .5em 0 .2em;
}
.medical .box3 dd a {
	letter-spacing: normal;
	padding-right: 1.0em;
}
.medical .box3 dd a::before {
	font-size: 70%;
}
}



/*greet
---------------------------------------------------------*/
.gree_inf.com_bg_l::before {
	height: calc(100% - 250px);
}
.greet {
	padding-top: 80px;
	padding-bottom: 90px;
	position: relative;
}
.greet::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 60px;
	left: 0;
	top: 100%;
	background: url("../images/top/gre_shadow@2x.png") no-repeat center top;
	background-size: 100% 100%;
}
.greet .top_index {
	color: #7db695;
	margin-bottom: 20px;
}
.greet .flt_box .box_r {
	float: right;
	width: 44.5%;
	max-width: 542px;
	position: relative;
	padding-bottom: 70px;
}
.greet .flt_box .box_l {
	float: left;
	width: 55.5%;
}
.greet .flt_box .box_r div {
	position: relative;
	z-index: 0;
	width: 92%;
	max-width: 496px;
	margin-left: auto;
	margin-right: 0;
}
.greet .flt_box .box_r div.abs {
	position: absolute;
	z-index: 1;
	width: 66%;
	max-width: 354px;
	left: 0;
	bottom: 0;
}
.greet .dr_name {
	display: flex;
    align-items: center;
	margin-bottom: 30px;
}
.greet .dr_name dt {
	font-size: 130%;
	letter-spacing: .1em;
	line-height: 1.2em;
	margin-right: 1.0em;
}
.greet .dr_name dd {
	font-size: 220%;
	letter-spacing: .1em;
	line-height: 1.6em;
}
.greet .message {
	width: 100%;
	max-width: 620px;
	margin-left: auto;
	margin-right: 0;
}
.greet .message dt {
	font-size: 270%;
	letter-spacing: .1em;
	line-height: 1.4em;
	margin-bottom: .5em;
}
.greet .message dd {
	width: 90%;
}
.greet .message .com_link1 {
	margin-top: 30px;
}

/* 1200px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1200px) {
.greet .dr_name {
	font-size: 90%;
}
.greet .message dt {
	font-size: 3.8vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.gree_inf.com_bg_l::before {
	height: calc(100% - 25vw);
}
.greet {
	padding-top: 6%;
	padding-bottom: 6%;
}
.greet .top_index {
	margin-bottom: 3%;
}
.greet .flt_box .box_r {
	width: 41%;
	margin-left: 3%;
	margin-bottom: 1.0em;
}
.greet .flt_box .box_l {
	width: 100%;
	float: none;
}
.greet .message,
.greet .message dd {
	width: 100%;
	max-width: 100%;
}
.greet .dr_name {
	font-size: 80%;
	margin-bottom: 3%;
}
.greet .message dt {
	font-size: 4.5vw;
	margin-bottom: .3em;
}
.greet .message .com_link1 {
	margin-top: 1.0em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.gree_inf.com_bg_l::before {
	height: calc(100% - 40vw);
}
.greet {
	padding-top: 10%;
	padding-bottom: 8%;
}
.greet::before {
	height: 10vw;
}
.greet .top_index {
	margin-bottom: 6%;
}
.greet .flt_box .box_r {
	float: none;
	width: 90%;
	margin: 0 auto 3%;
	padding-bottom: 8vw;
}
.greet .flt_box .box_l {
	float: none;
	width: 100%;
}
.greet .flt_box .box_r div {
	width: 70%;
}
.greet .flt_box .box_r div.abs {
	width: 55%;
}
.greet .dr_name {
	font-size: 70%;
    justify-content: center;
	margin-bottom: 6%;
}
.greet .message {
	max-width: 100%;
}
.greet .message dt {
	font-size: 160%;
	margin-bottom: .3em;
}
.greet .message dd {
	width: 100%;
	max-width: 100%;
}
.greet .message .com_link1 {
	margin-top: 1.0em;
}
}



/*Case・News・Blog
---------------------------------------------------------*/
.gree_inf .inf_title .line_under {
	font-size: 130%;
	letter-spacing: .2em;
	line-height: 1.2em;
	padding-bottom: 1.0em;
	position: relative;
}
.gree_inf .inf_title .line_under::before {
	content: "";
	position: absolute;
	width: 4em;
	height: 3px;
	left: 0;
	bottom: 0;
	background: #ccc;
}

.gree_inf .inf_list dt {
	font-family: new-order, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 80%;
	letter-spacing: .2em;
	line-height: 1.2em;
}
.gree_inf .inf_list dd {
	font-family: zen-old-mincho, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 140%;
	letter-spacing: .1em;
	line-height: 1.4em;
}
.gree_inf .inf_list p {
	font-size: 90%;
	letter-spacing: .15em;
	line-height: 1.6em;
	margin-top: .6em;
}
.gree_inf .inf_list p a {
	color: #a9a49d;
	text-decoration: underline;
}

/*case*/
.gree_inf .case {
	padding: 110px 3% 70px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.gree_inf .case .inf_title {
	width: 20%;
}
.gree_inf .case .box_r {
	width: 80%;
}
.gree_inf .case .inf_title .line_under {color: #4b6f83;}
.gree_inf .case .inf_title .line_under::before {background: #4b6f83;}
.gree_inf .case .inf_title p.ft_min {
	font-size: 190%;
	letter-spacing: .1em;
	line-height: 1.2em;
	margin-top: 1.0em;
}
.gree_inf .case .inf_list {
	display: flex;
}
.gree_inf .case .inf_list li {
	width: 29.6%;
	margin-right: 5.6%;
}
.gree_inf .case .inf_list li:nth-child(3n) {
	margin-right: 0;
}
.gree_inf .case .inf_list .img_thum {
	position: relative;
	background: #fff;
	border: solid 1px #e6e6e6;
	overflow: hidden;
	margin-bottom: 20px;
}
.gree_inf .case .inf_list .img_thum::before {
	content: "";	/* 高さ */
	display: block;
	padding-top: 65%;
}
.gree_inf .case .inf_list .img_thum a {
	display: block;
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.8s;
}
.gree_inf .case .inf_list .img_thum a img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
}
.gree_inf .case .inf_list li:hover .img_thum a {
	transition: all 0.3s;
	width: 110%;
}
.gree_inf .case .inf_list dl {
	color: #4b6f83;
}
.gree_inf .case .inf_list dt {
	margin-bottom: .5em;
}

/*information*/
.gree_inf .information {
	/*display: flex;
    justify-content: space-between;*/
	/*margin-bottom: 100px;*/
    margin-bottom: 50px;
}
.gree_inf .information > div {
	/*width: 49%;*/
    width: 90%;
    max-width: 780px;
	box-sizing: border-box;
	background: rgba(234,233,168,0.3);
	padding: 50px 4% 40px;
	border-radius: 10px;
    margin: 0 auto;
}
.gree_inf .information .inf_title {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.gree_inf .information .inf_title .com_link1 {
	margin-top: 0;
}
.gree_inf .information .inf_list li {
	padding: 1.2em 6% 1.5em 3%;
	border-bottom: solid 1px #c0bcb8;
	transition: all 1.0s;
}
.gree_inf .information .inf_list li:hover {
	transition: all 0.4s;
	padding-left: 6%;
	padding-right: 3%;
}
.gree_inf .information .inf_list dl {
	display: flex;
    flex-wrap: wrap;
}
.gree_inf .information .inf_list dt {
	width: 120px;
	padding-top: .8em;
}
.gree_inf .information .inf_list dd {
	width: calc(100% - 120px);
}

.gree_inf .news .inf_title .line_under {color: #7d6c6e;}
.gree_inf .news .inf_title .line_under::before {background: #7d6c6e;}
.gree_inf .news .inf_list dl {color: #7d6c6e;}

.gree_inf .blog .inf_title .line_under {color: #a37b80;}
.gree_inf .blog .inf_title .line_under::before {background: #a37b80;}
.gree_inf .blog .inf_list dl {color: #a37b80;}

/* 1200px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1200px) {
/*case*/
.gree_inf .case {
	padding-left: 0;
	padding-right: 0;
}
.gree_inf .case .inf_title {
	width: 22%;
}
.gree_inf .case .box_r {
	width: 78%;
}
.gree_inf .case .inf_list li {
	width: 31%;
	margin-right: 3.5%;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.gree_inf .inf_title .line_under {
	letter-spacing: .1em;
	padding-bottom: .6em;
}
.gree_inf .inf_title .line_under::before {
	height: 2px;
}

.gree_inf .inf_list dd {
	font-size: 110%;
	letter-spacing: .05em;
}
.gree_inf .inf_list p {
	letter-spacing: .05em;
}

/*case*/
.gree_inf .case {
	padding: 8% 0 6%;
}
.gree_inf .case .inf_title {
	width: 23%;
}
.gree_inf .case .box_r {
	width: 77%;
}
.gree_inf .case .inf_title p.ft_min {
	margin-top: .6em;
}
.gree_inf .case .inf_list li {
	width: 31%;
	margin-right: 3.5%;
}
.gree_inf .case .inf_list .img_thum {
	margin-bottom: .8em;
}

/*information*/
.gree_inf .information {
	margin-bottom: 7%;
}
.gree_inf .information > div {
	padding: 3% 3% 4%;
}
.gree_inf .information .inf_list dl {
	display: block;
}
.gree_inf .information .inf_list dt {
	width: 100%;
	padding-top: 0;
	margin-bottom: .2em;
}
.gree_inf .information .inf_list dd {
	width: 100%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.gree_inf .inf_title .line_under {
	font-size: 110%;
	padding-bottom: .3em;
}
.gree_inf .inf_title .line_under::before {
	height: 2px;
}

.gree_inf .inf_list {
	font-size: 90%;
}
.gree_inf .inf_list dt {
	font-size: 90%;
}
.gree_inf .inf_list dd {
	letter-spacing: .05em;
}
.gree_inf .inf_list p {
	letter-spacing: .05em;
	line-height: 1.6em;
	margin-top: .3em;
}

/*case*/
.gree_inf .case {
	padding: 15% 3% 10%;
	display: block;
}
.gree_inf .case .inf_title {
	width: 100%;
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
	margin-bottom: .5em;
}
.gree_inf .case .box_r {
	width: 100%;
	position: relative;
}
.gree_inf .case .inf_title .line_under {
	width: 100%;
}
.gree_inf .case .inf_title p.ft_min {
	font-size: 150%;
	margin-top: .2em;
}
.gree_inf .case .inf_list {
	width: 150%;
	padding-bottom: 1.0em;
}
.gree_inf .case .inf_list li {
	width: 32%;
	margin-right: 2%;
}
.gree_inf .case .inf_list .img_thum {
	margin-bottom: 1.0em;
}
.gree_inf .case .inf_list dt {
	margin-bottom: .2em;
}

/*information*/
.gree_inf .information {
	display: block;
	margin-bottom: 0;
}
.gree_inf .information > div {
	width: 100%;
	padding: 3% 5% 5%;
	margin-bottom: 4%;
}
.gree_inf .information .inf_list li {
	padding: 1.0em 0 1.0em !important;
}
.gree_inf .information .inf_list dl {
	display: block;
}
.gree_inf .information .inf_list dt {
	width: 100%;
	padding: 0 0 .2em;
}
.gree_inf .information .inf_list dd {
	width: 100%;
}
}



/*sns_box
---------------------------------------------------------*/
.gree_inf .sns_box {
	width: 90%;
	/*max-width: 1100px;*/
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
	background: rgba(140,109,96,0.75);
	box-sizing: border-box;
	padding: 30px 4%;
	border-radius: 10px;
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 80px;
}
.gree_inf .sns_box dl {
	/*width: 35%;*/
	width: 55%;
}
.gree_inf .sns_box .com_sns_list {
	/*width: 63%;*/
	width: 42%;
}
.gree_inf .sns_box dt {
	width: 28%;
	max-width: 92px;
}
.gree_inf .sns_box dd {
	color: #fff;
	line-height: 1.8em;
	padding-top: 1.0em;
	position: relative;
}
.gree_inf .sns_box dd .abs {
	position: absolute;
	left: 35%;
	bottom: 100%;
	width: 60%;
	max-width: 195px;
}

.recruit {
	position: relative;
	z-index: 1;
}
.recruit::before,
.recruit::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 70%;
	left: 0;
	bottom: 0;
}
.recruit::before {
	z-index: -2;
	background: #fc945d;
}
.recruit::after {
	z-index: -1;
	background: url("../images/top/rec_bg@2x.png") no-repeat left bottom;
	background-size: 526px auto;
	transform: scale(0.5, 0.5);
	transform-origin: left bottom;
	opacity: 0;
	transition: all .8s;
}
.recruit.anime_on::after {
	opacity: 1;
	transform: scale(1, 1);
}
.recruit .sub_slide1 li:nth-child(even) {
	padding-top: 20px;
}
.recruit .flex_box {
	padding-top: 50px;
	padding-bottom: 60px;
	color: #fff;
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.recruit .flex_box a {
	color: #fff;
}
.recruit .flex_box .box_l {
	width: 50%;
}
.recruit .flex_box .box_r {
	width: 47%;
	max-width: 550px;
}
.recruit .flex_box .title_box {
	display: flex;
    align-items: center;
}
.recruit .flex_box .title_box h2 {
	margin-right: 1.5em;
	margin-bottom: 1.0em;
}
.recruit .flex_box .title_box h2 img {
	display: block;
	vertical-align: middle;
}
.recruit .flex_box .title_box .com_arrow {
	margin-bottom: 1.0em;
}
.recruit .flex_box .box_l dt {
	font-size: 260%;
	letter-spacing: .2em;
	line-height: 1.6em;
	margin: .1em 0 .4em;
}
.recruit .flex_box .box_l dd {
	letter-spacing: .1em;
}

/* 1300px以下
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1300px) {
.recruit .flex_box .title_box h2 {
	width: 80%;
	margin-right: 5%;
}
.recruit .flex_box .title_box .com_arrow {
	font-size: 1.5vw;
	width: 2.8em;
	height: 2.8em;
}
.recruit .flex_box .box_l dt {
	font-size: 3.5vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.gree_inf .sns_box {
	padding: 3% 4%;
	margin-bottom: 6%;
}
	
.recruit::before {
	background-size: 40% auto;
}
.recruit .flex_box {
    align-items: center;
	padding-top: 4%;
	padding-bottom: 5%;
}
.recruit .flex_box .box_l dt {
	letter-spacing: .1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.gree_inf .sns_box {
	width: 100%;
	padding: 6%;
	display: block;
	margin-bottom: 8%;
}
.gree_inf .sns_box dl {
	width: 100%;
}
.gree_inf .sns_box .com_sns_list {
	margin-top: 1.0em;
	width: 100%;
}
.gree_inf .sns_box dt {
	width: 20%;
}
.gree_inf .sns_box dd {
	padding-top: .5em;
	letter-spacing: .1em;
}
.gree_inf .sns_box dd .abs {
	left: 25%;
	width: 40%;
}

.recruit::before {
	height: 90%;
	background-size: 70% auto;
}
.recruit .sub_slide1 li:nth-child(even) {
	padding-top: 5vw;
}
.recruit .flex_box {
	padding-top: 6%;
	padding-bottom: 6%;
	display: block;
}
.recruit .flex_box .box_l {
	width: 100%;
}
.recruit .flex_box .box_r {
	width: 100%;
	margin: 2% auto 0;
}
.recruit .flex_box .title_box h2 {
	width: 80%;
	margin-right: 5%;
}
.recruit .flex_box .title_box .com_arrow {
	font-size: 80%;
}
.recruit .flex_box .box_l dt {
	font-size: 160%;
	letter-spacing: .1em;
	margin: 0 0 .2em;
}
.recruit .flex_box .box_l dd {
	letter-spacing: .1em;
}
}



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

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

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