@charset "UTF-8";

/* 共通
---------------------------------------------------------*/
.thumbnail{
	display: none;
}
.w1130 {
	width: 94%;
	padding: 0 3%;
	max-width: 1130px;
	margin: 0 auto;
	text-align: left;
}
.w1357 {
	width: 94%;
	padding: 0 3%;
	max-width: 1357px;
	margin: 0 auto;
	text-align: left;
}





/*メインイメージ
---------------------------------------------------------*/
.slick-list{
    overflow: visible!important;
}
#wrapper{
    overflow: hidden;
}
/*グラデーションマーク END*/

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

.m_img_area::before,
.m_img_area::after{
    position: absolute;
    display: block;
    content: "";
    background: url("../images/top/m_img_bg@2x.png")no-repeat bottom left;
    background-size: 100% auto;
    width: 40%;
    height: 100%;
    bottom:0;
    right: 0;
}
.m_img_area::before{
    z-index: -1;
}
.m_img_area::after{
    background: #EAA052;
    z-index: -2;
}

/*左側コンテンツ*/
.m_img_area .h_left::before{
	position: absolute;
	content: "";
	background: url("../images/bg_deco1@2x.png") no-repeat left top;
	background-size: 100% auto;
	width: 342px;
	height: 342px;
	left: calc(50% + -50px);
	top:-164px;
	z-index:2;
	animation:fuwa_img_r ease-in-out 5s infinite alternate;
}
.m_img_area .h_left{
z-index: 1;
}
.m_img_area .h_left .h_logo{
    position: absolute;
    top: 30px;
    left: 2.5%;
    z-index: 50;
}
.m_img_area .h_left .slide_box {
	position: absolute;
	z-index: 0;
	width:79.3%;
	left: 0;
	top: 0;
}
.m_img_area .h_left .slide_box::before{
	position: absolute;
	content: "";
	background: linear-gradient(to bottom,  rgba(33,35,0,0.3) 0%,rgba(33,35,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d212300', endColorstr='#00212300',GradientType=0 );
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100%;
	height: 240px;
	left: 0;
	top:0;
	z-index: 1;
}
.m_img_area .h_left .slide {
    position: relative;
    z-index: 1;
}
.m_img_area .h_left .slide::before{
    position: absolute;
    display: block;
    content: "";
    background: url("../images/top/m_img1@2x.jpg")no-repeat center center;
    background-size: cover;
    text-align: center;
    width: 100%;
    height:calc(100% - 120px);
    top:0;
    left: 0;
}
.m_img_area .h_left .slide2::before{
    background-image: url("../images/top/m_img2@2x.jpg");}
.m_img_area .h_left .slide3::before{
    background-image: url("../images/top/m_img3@2x.jpg");}
.m_img_area .h_left .slide4::before{
    background-image: url("../images/top/m_img4@2x.jpg");}

.m_img_area .h_left .slide .copy {
	position: absolute;
	bottom: 0;
    left:4%;
	width: 90%;
    max-width:960px;
    z-index: 2;
}
.m_img_area .h_left .slide .copy::after{
	position: absolute;
	content: "";
	background: url("../images/bg_deco2@2x.png") no-repeat left bottom;
	background-size: 100% auto;
	width: 342px;
	height: 342px;
	left: -110px;
	bottom: 4px;
	z-index:-1;
	animation:fuwa_img_l ease-in-out 5s infinite alternate;
}
.m_img_area .h_left .slide2::after{
	position: absolute;
	display: block;
    content: "";
    background: url(../images/top/m_copy3_deco@2x.png) no-repeat top right;
    background-size: 100% auto;
    width: 50%;
    max-width: 527px;
    height:810px;
  	bottom: 120px;
    right: 3.5%;
}
/* ドット */
.slick-dots {    
	position: absolute;
	bottom: 15%;
	left: 3%;
    padding: 0;
	width: 10%;
    max-width: 8px;
	line-height: 120px;
    z-index: 10!important;
}
.slick-dots li {
    position: relative;
    width: 40px;
    height: auto;
    padding: 15px 0;
    cursor: pointer;
    margin: 5px auto;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 100%;
    max-width: 8px;
    height: 3px;
    cursor: pointer;
    color: transparent;
    outline: none;
	padding: 0;
	margin: 0 auto;
	background:rgba(0,0,0,0.30);
    border:none;
	transition: background-color 1.0s;
}
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button {
   background:#EB833C;
}
.m_nav > li > a::before{
	background: #fff;
}
.m_abs_news{
	background-color: rgba(0,152,176,0.75);
	padding: 16px 1em;
	position: absolute;
	z-index: 3;
	left: 2.5%;
	top:150px;
	width: 310px;
	box-sizing: border-box;
	text-align: left;
}
.m_abs_news dt{
	display: flex;
	align-items: center;
	line-height: 1em;
}
.m_abs_news dt .wp_tit{
	color: #F9FF68;
	padding-right: 1em;
	margin-right: 1em;
	border-right: 1px solid #F9FF68;
	letter-spacing: 0.2em;
}
.m_abs_news dt .day{
	color: #fff;
	font-size: 85%;
	line-height: 1em;
	letter-spacing: 0.1em;
}
.m_abs_news .txt{
	line-height: 1.3em;
	margin-top: 0.8em;
	font-size: 95%;
}
.m_abs_news .txt a{
	color: #fff;
}
.m_abs_news::before{
	position: absolute;
	content:  ""; 
	background: url("../images/top/m_news_arrow.svg") no-repeat right center;
	background-size: 100% 100%;
	width: 24px;
	height: 24px;
	right: -12px;
	top:50%;
	transform: translateY(-50%);
}

/*右側コンテンツ*/
.h_right{
    position: relative;
    height: 100%;
}
.m_img_area .h_right{
    width: 20.7%;
    margin: auto 0 auto auto;
    text-align: center;
    padding: 33px 2% 30px;
    box-sizing: border-box;
	
}
.m_img_area .h_right h1{
    color: #fff;
    font-size:85%;
    font-weight: normal;
    line-height: 1.4em;
	z-index: 2;
}
header{
    margin-bottom: 65px;
	
}
header .h_toiawase{
    margin: 30px 0;
    text-align: center;
	position: relative;
	z-index: 1;
}
header .h_toiawase .tit{
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
header .h_toiawase .h_first{
 margin: .7rem auto 1.4rem;
}
header .h_toiawase img{
    display: block;
    margin: 0 auto;
}
header .h_toiawase > .tel{
    margin: 0 auto .4rem;
    max-width: 248px;
}
header .h_toiawase > .tel p{
	font-size: min(1.3vw,80%);
	letter-spacing: normal;
	color: #fff;
	line-height: 1.4em;
	margin-bottom: 0.8em;
}
header .h_toiawase > .tel .flex{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
header .h_toiawase > .tel .time{
	margin-top: 0.3em;
}
header .h_toiawase > .tel .h_tel{
    width: 86%;
    max-width: 208px;
}
header .h_toiawase > .tel .h_insta{
    width: 12%;
    max-width: 27px;
}
header .first_contact{
	margin: 1em auto 0.8em;
}


header .h_toiawase address{
   line-height: 1.4em;  
}
header .h_toiawase address a{
    font-size:85%;
    font-weight: normal; 
    color: #fff;
    text-decoration: underline;
}
header .h_toiawase address:hover a{
    color: #f9ff68;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1499px) {
/*左側コンテンツ*/
.m_img_area .h_left::before{
	width: 23vw;
	height: 23vw;
	left: 36vw;
	top:-11.3vw;
}
.m_img_area .h_left .slide .copy::after{
	width: 23vw;
	height: 23vw;
	left: -6vw;
	bottom: 0.3vw;
}
header .first_contact{
	font-size: 1.05vw;
}
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1475px) { 
.m_img_area::before,
.m_img_area::after{
    width: 40%; 
}
    
/*左側コンテンツ*/
.m_img_area .h_left .slide_box {
	width:74.3%;
}
.m_img_area .h_left .slide::before{
    height:calc(100% - 9vh);
}

/*右側コンテンツ*/
.m_img_area .h_right{
    width: 25.7%;
    padding: 2.4vw 2%;
}
.m_img_area .h_right h1{
    font-size: 80%;
    line-height: 1.5em;
    letter-spacing:normal;
}
header{
    margin-bottom: 3.3vw;
}
header .h_toiawase{
    margin: 2.1vw 0;
}
header .h_toiawase > .tel .h_insta{
    width: 10%;
}
header .h_toiawase address a{
    font-size:85%;
    letter-spacing: normal;
}
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1400px) { 
.m_img_area .h_left .slide2::after{
    width:32vw;
	height: 48vw;
}
header .first_contact{
	font-size: 95%;
}
}

/* PC調整（高さ）
------------------------------------------*/
@media screen and (min-height: 600px) and (max-height: 930px) and (min-width: 960px){
/*右側コンテンツ*/
.m_img_area .h_right{
    padding: 3.5vh 2%;
}
header{
    margin-bottom: 0;
}
header .h_toiawase{
    margin: 3vh 0 3.2vh;
}
header .h_toiawase .tit{
    width: 24vh;  
}
header .h_toiawase > .tel{
    margin: 1.2vh auto .5vh;
}
}

/* PC調整（高さ）
------------------------------------------*/
@media screen and (max-height: 599px) and (min-width: 960px){
.m_img_area,
.m_img_area .h_left .slide{
    min-height: 599px;
}
  
/*右側コンテンツ*/
.m_img_area .h_right{
    padding: 1% 2%;
}
header{
    margin-bottom: 5%;
}
header .h_toiawase{
    margin: 6% 0;
}
header .h_toiawase .tit{
    width: 60%;  
}
header .h_toiawase .tit img{
    width: 85%;
}
header .h_toiawase > .tel{
    margin: .5rem auto .1rem;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.m_img_area::before,
.m_img_area::after{
    width: 36%;  
}
    
/*左側コンテンツ*/
.m_img_area .h_left::before{
	width: 23vw;
	height: 23vw;
	left: 42vw;
	top:-11vw;
}
.m_img_area .h_left .h_logo{
    top: 2vw;
    left: 2%;
    width: 35%;
}
.m_img_area .h_left .slide_box {
	width:75%;
}
.m_img_area .h_left .slide::before{
    height:calc(100% - 4rem);
}
.m_img_area .h_left .slide .copy::after{
	width: 23vw;
	height: 23vw;
	left: -4vw;
	bottom: 0.3vw;
}
.m_img_area .h_left .slide2::after{
    width:32vw;
	height: 48vw;
	bottom: 8vw;
}
    
/* ドット */
.slick-dots {    
	left: 1.5%;
}
.slick-dots li {
    padding: 12px 0;
    margin: 3px auto;
}

.m_abs_news{
	top:120px;
	width: 270px;
}
.m_abs_news dt .wp_tit{
	font-size: 95%;
}
.m_abs_news dt .day{
	font-size: 80%;
}
.m_abs_news .txt{
	font-size: 90%;
}
.m_abs_news::before{
	width: 20px;
	height: 20px;
	right: -10px;
}

/*右側コンテンツ*/
.m_img_area .h_right{
    width: 25%;
    padding: 2vw 2% 5vw;
}
.m_img_area .h_right h1{
    font-size: 1.35vw;
    letter-spacing: normal;
}
header{
    margin-bottom: 1.5em;
}
header .h_toiawase{
    margin: 1em 0;
}
header .h_toiawase > .tel{
    margin: .3rem auto .4rem;
}
header .h_toiawase > .tel .h_insta{
    width: 11%;
    padding-bottom: .1em;
}
header .first_contact{
	font-size: 1.7vw;
}

header .h_toiawase address{
   line-height: 1em;  
}
header .h_toiawase address a{
    font-size:1.3vw;
    letter-spacing: normal;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.m_img_area{
    position: relative;
	display: block;
}  
.m_img_area::before{
    background-image: url("../images/top/m_img_bg_sp@2x.png");
}
.m_img_area::before,
.m_img_area::after{
    width: 30%;  
}

/*左側コンテンツ*/
.m_img_area .h_left::before{
	position: static;
	display: nonel;
}
.m_img_area .h_left .h_logo{
    top:2em;
    left: 4%;
    width: 50%;
}
.m_img_area .h_left .slide_box {
	width: 84.5%;
}
.m_img_area .h_left .slide::before{
    background-image: url("../images/top/m_img1_sp@2x.jpg");
    height:calc(100% - 17vw);
}
.m_img_area .h_left .slide2::before{
    background-image: url("../images/top/m_img2_sp@2x.jpg");}
.m_img_area .h_left .slide3::before{
    background-image: url("../images/top/m_img3_sp@2x.jpg");}
.m_img_area .h_left .slide4::before{
    background-image: url("../images/top/m_img4_sp@2x.jpg");}
	
.m_img_area .h_left .slide .copy {
    left:5vw;
	width:110%;
	bottom: 5vw ;
}
.m_img_area .h_left .slide .copy::after{
	width: 53vw;
	height: 53vw;
	left: -14vw;
	bottom: -1vw;
	animation:fuwa_img_l_sp ease-in-out 5s infinite alternate;
}

.m_img_area .h_left .slide2::after{
    width:60vw;
	height: 92.26vw;
	bottom: 12vw;
	right: -13vw;
}

/* ドット */
.slick-dots {    
	bottom: 7em;
	left: 1%;
	width: 10%;
}
.slick-dots li {
    padding: 12px 0;
    margin: 3px auto;
}

.m_abs_news{
	padding: 1em 1em;
	width: 94%;
	margin: 8% auto 0 0;
	top:0;
	position: relative;
}
.m_abs_news dt{
	font-size: 105%;
}
.m_abs_news .txt{
	font-size: 100%;
}

/*右側コンテンツ*/
.h_right{
    position: static;
}
.h_right header{
    display: none;
}
.h_right h1{
    position: absolute;
    top: .5em;
    left: 4%;
    text-align: left;
    letter-spacing: normal;
    font-size: 3vw!important;
}
}

/* Mobile (landscape)デバイスが横長の状態の場合
------------------------------------------*/
@media only screen and (max-width: 767px) and (orientation: landscape) {
.m_img_area,
.m_img_area .h_left .slide{
	min-height: 100vw;
}
}





/* スマホメニュー
---------------------------------------------------------*/
.sp_sitemap{
    display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    margin-top: 8%;
}
.sp_sitemap li{    
    position: relative;
    width: 49.5%;
    background: #F5F3EC;
    padding: .9em .5em;
    box-sizing: border-box;
    font-size: 90%;
    letter-spacing: 0.2em;
    line-height: 1.4em;
    margin-bottom: 1%;
    text-align: center;
    z-index: 5;
}
.sp_sitemap li::before{
    position:absolute;
    display: block;
    content: "";
    background: url(../images/top/sp_sitemap_deco.svg) no-repeat bottom right;
    background-size: 100% auto;
    width: 10px;
    height: 10px;
    bottom: 0;
    right: 0;
    z-index: 10;
}



/* news_link
---------------------------------------------------------*/
.news_link_list{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-top: 65px;
	position: relative;
	z-index: 6;
}
.news_link2 a{
	display: block;
	padding: 0.6em 1em;
	font-size: 150%;
	background-color:#64A16A;
	color: #fff;
	width: 21em;
	text-align: center;
	margin: 0 auto;
	letter-spacing: 0.15em;
	border: 4px #8FBB93 solid;
	/*margin-left: 1em;*/
}
.news_link2 a span{
	padding-right: 1.4em;
	position: relative;
}
.news_link2 a span::before{
	position: absolute;
	font-family: 'fontello';
	content: '\e800';
	right: 0;
	font-size: 70%;
	top: 55%;
	transform: translateY(-50%);
}
.news_link .link_txt{
	font-size: 140%;
	text-align: center;
	line-height: 1em;
	margin-bottom: 0.8em;
	letter-spacing: 0.15em;
}
.news_link .link_txt span{
	padding: 0 1.2em;
	position: relative;
}
.news_link .link_txt span::before{
	position: absolute;
	content: "";
	background: #634D3D;
	width: 1px;
	height: 1.4em;
	left: 0;
	top:-0;
	transform:rotate(-30deg);
}
.news_link .link_txt span::after{
	position: absolute;
	content: "";
	background: #634D3D;
	width: 1px;
	height: 1.4em;
	right: 0;
	top:-0;
	transform:rotate(30deg);
}
.news_link .link_btn a{
	display: block;
	padding: 0.6em 1em;
	font-size: 150%;
	background-color:#EB7F64;
	color: #fff;
	width: 13em;
	text-align: center;
	margin: 0 auto;
	border: 4px #F3B2A1 solid;
	letter-spacing: 0.15em;
}
.news_link .link_btn a span{
	padding-right: 1.4em;
	position: relative;
}
.news_link .link_btn a span::before{
	position: absolute;
	font-family: 'fontello';
	content: '\e800';
	right: 0;
	font-size: 70%;
	top: 55%;
	transform: translateY(-50%);
}
.news_link .link_btn a:hover{
	background-color:#E4512D;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1015px) {
.news_link_list{
	font-size: 1.58vw;
	letter-spacing: 0.1em;
}
 }
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.news_link_list{
	margin-top: 5%;
}
}
/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) {
.news_link_list{
	display: block;
	margin-top: 8%;
	font-size: 90%;
}
.news_link2 a,
.news_link .link_btn a{
	padding: 3% 1em;
	width:100%;
	margin: 0;
	box-sizing: border-box;
	
	line-height: 1.5em;
}
.link_btn{
	margin-bottom: 5%;
}
.news_link2 a span{
display: block;
}
.news_link2 a span::before{
	right: 3.8em;
	top: 2.15em;
	transform: translateY(0);
}
}


/* インフォメーション
---------------------------------------------------------*/
.information{
    margin: 65px auto 60px;
	display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 5;
}
.information::before{
	position: absolute;
	content: "";
	background: url("../images/bg_deco3@2x.png") no-repeat right top;
	background-size: 100% auto;
	width: 342px;
	height: 342px;
	right: -220px;
	top:-165px;
	z-index:-1;
	animation:fuwa_img_r ease-in-out 5s infinite alternate;
}
.information .con_l{
    width: 40%;   
}
.information .con_l .com_timebox,
.information .con_l .top_wpbox{
    max-width: 481px;
}
.information .con_l .com_timebox{    
    margin-bottom: 3rem;
}
.information .con_r{    
    width: 57%;
	max-width: 665px;
}

#blog{
    padding: 80px 0;
}
#blog ul{
    overflow: hidden;
    height: 100%;
}
.top_wpbox{
	display: flex;
    justify-content: space-between;
}



.top_wpbox .tit{
    width: 4.4rem;    
    text-align: center; 
}
#blog .top_wpbox .tit{
    width: 3.5rem; 
}
.top_wpbox .tit a{
    position: relative;
    padding-bottom: 1.8em;
    margin: 0 auto;
    text-align: center;
  	writing-mode: vertical-rl;
    font-size:180%;
    letter-spacing: 0.25em;
    line-height: 1em;
    color: #614D3D;
    height: 5.5em;
}
#blog .top_wpbox .tit a{
    height: 4em;
}
.top_wpbox .tit a::before,
.top_wpbox .tit a::after{
	transition:0.6s;
}
.top_wpbox .tit a:hover::before,
.top_wpbox .tit a:hover::after{
	transition:0.3s;
}
/*矢印*/
.top_wpbox .tit a::before{
    position: absolute;
	font-family: 'fontello';
	content: '\e801';	
	right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    line-height: 1em;
	font-size: 165%;
    width: 1em;
    height: 1em;
	bottom: 0;
}
.top_wpbox .tit a:hover::before{
    color: #fff;
}

@media all and (-ms-high-contrast: none) {
.top_wpbox .tit a::before{	
    width: .2em;
}
}

/*背景*/
.top_wpbox .tit a::after{
    position: absolute;
    display: block;
    content: "";
	right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    line-height: 1em;
	font-size: 165%;
    width: 1em;
    height: 1em;
	bottom: 0;
    background: rgba(97,77,61,0.08);
    background-size:100% 100%;
    border-radius: 50%; 
    z-index: -1;
}
.top_wpbox .tit a:hover::after{
    background: rgba(97,77,61,0.7);
}
.top_wpbox .txt{
    width: calc(100% - 5rem);
}
#blog .top_wpbox .txt{
    width: calc(100% - 4.5rem);
}
.top_wpbox .txt > p{
    color: #64A16A;
    letter-spacing: 0.4em;
}
.information .top_wpbox .txt > p{
    line-height: 1em;
}
#blog .top_wpbox .txt > p{
    color: #EBB03C;
    margin-bottom: .7em;
}
.information .top_wpbox .txt li{
    border-bottom: 1px solid #988B81;  
    padding: 2em 0 1em; 
}
.information .top_wpbox .txt li div{    
    max-width: 545px;
    margin: 0 auto;
}
.information .top_wpbox .txt li dl{
	display: flex;
    justify-content: space-between;
    padding-right: 6%;
    padding-left: 0%;
	transition:1s;
    line-height: 1.6em;
}
.information .top_wpbox .txt li:hover dl{
    padding-right: 0%;
    padding-left: 6%;
	transition:0.3s;    
}
.information .top_wpbox .txt li dt{
    width: 7rem;
    font-size:90%;
}
.information .top_wpbox .txt li dd{
    width: calc(100% - 7rem);
    font-size:108%;    
}
.information .top_wpbox .txt li dd a{
    color: #64A16A;
}

#blog .top_wpbox .txt ul{
	display: flex;
    width: 97.5%;
    margin: 0 auto;
}
#blog .top_wpbox .txt li{
    width: 30.2%;
	max-width: 310px;
	margin-right: 4.7%;
}
#blog .top_wpbox .txt li:last-child{
margin-right: 0;
}
#blog .top_wpbox .txt li .img{
    position: relative;
    overflow: hidden;
    height: 186px;
	z-index: 1;
}
#blog .top_wpbox .txt li .img img{
	position: relative;
	display: block;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
	top:50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
}
#blog .top_wpbox .txt li .img::before{
    position:absolute;
    display: block;
    content: "";
    background: #EBB03C;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    opacity: 0;
}
#blog .top_wpbox .txt li:hover .img::before{
    opacity: 0.4;
}
#blog .top_wpbox .txt li .ft_europa{
    font-size:90%;
}
#blog .top_wpbox .txt li dt{
    font-size:110%;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    color: #EBB03C;
    margin-bottom: .4em;
    margin-top: 1.1em;
}
#blog .top_wpbox .txt li dd{
    font-size:90%;
    line-height: 1.8em;
    letter-spacing: 0.12em;
}
#blog .top_wpbox .txt li .ft_europa{
    position: relative;
    padding-top: 1.2em;
    margin-top: 1.1em;
    border-top:1px solid #988B81;
}
#blog .top_wpbox .txt li:hover .ft_europa{
    border-top:1px solid #EBB03C;
}
#blog .top_wpbox .txt li a{
    position: relative;
    width: 100%;
    display: block;
    line-height: 1em;    
}
#blog .top_wpbox .txt li a::before{
    position: absolute;
	font-family: 'fontello';
	content: '\e800';	
	right: 1.5%;
	font-size: 80%;
	bottom: 0;
    color: #4b443c;
}
#blog .top_wpbox .txt li:hover a{  
    color: #EBB03C;
}
#blog .top_wpbox .txt li:hover a::before{
    right: -1.5%;
}

/*アニメーション*/
#blog .top_wpbox .txt li .img::before,
#blog .top_wpbox .txt li a,
#blog .top_wpbox .txt li a::before,
#blog .top_wpbox .txt li .ft_europa{
    -webkit-transition: 0.6s;
	-moz-transition:0.6s;
	transition:0.6s;
}
#blog .top_wpbox .txt li:hover .img::before,
#blog .top_wpbox .txt li:hover a,
#blog .top_wpbox .txt li:hover a::before,
#blog .top_wpbox .txt li:hover .ft_europa{
	transition:0.6s;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1499px) {
.information::before{
	width: 23vw;
	height: 23vw;
	right: -14vw;
	top:-11vw;
}
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1200px) {
#blog .top_wpbox .txt li .img{
    height: 15vw;
}
.information .top_wpbox .txt li dt{
    width: 6rem;
	 font-size:85%;
}
.information .top_wpbox .txt li dd{
    width: calc(100% - 6rem);
	 font-size:100%;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.information{
    margin: 5% auto 8%;
}
.information::before{
	right: -10vw;
}
.information .con_l{
    width:48%;
}
.information .con_l .com_timebox{
    margin-bottom: 8%;
}
.information .con_r{
    width:50%;
}
  
.information .con_l .com_timebox .memo{
    letter-spacing: normal;
    font-size:95%;
} 
#blog{
    padding:5% 0 8%;
}
.top_wpbox .tit{
    width: 4rem;    
}
#blog .top_wpbox .tit{
    width: 3rem; 
}
.top_wpbox .tit a{
    font-size: 135%;
    padding-bottom: 1.5em;
}
.top_wpbox .tit a::before,
.top_wpbox .tit a::after{
	font-size: 145%;
}   
.top_wpbox .txt{
    width: calc(100% - 4rem);
}
#blog .top_wpbox .txt{
    width: calc(100% - 3.5rem);
}
#blog .top_wpbox .txt > p{
    margin-bottom: .5em;
}
.information .top_wpbox .txt li{
    padding: 1em 0 .6em;
}
.information .top_wpbox .txt li dl{
    padding-right: 3%;
    line-height: 1.3em;
}
.information .top_wpbox .txt li:hover dl{
    padding-left: 3%;
}    
.information .top_wpbox .txt li dt{
    width: 6rem;
    font-size:80%;
}
.information .top_wpbox .txt li dd{
    width: calc(100% - 6rem);
    font-size: 90%;
    letter-spacing: normal;
}
#blog .top_wpbox .txt li dt{
    font-size: 100%;
    line-height: 1.5em;
    letter-spacing: normal;
    margin-bottom: .5em;
    margin-top: .7em;
}
#blog .top_wpbox .txt li dd{
    font-size: 85%;
    line-height: 1.6em;
    letter-spacing: normal;
}
#blog .top_wpbox .txt li .ft_europa{
    padding-top: 1em;
    margin-top: .9em;
}
#blog .top_wpbox .txt li .img{
    height: 15vw;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.information{
    margin: 10% auto;
	display: block;
    text-align: center;
	z-index: 1;
}
.information::before{
	width: 53vw;
	height: 53vw;
	right: -20vw;
	top:auto;
	bottom: 60vw;
	animation:fuwa_img_r_sp ease-in-out 5s infinite alternate;
	z-index: -1;
}
.information .con_l{
    width: 100%;
    margin: 0 auto 7%;
}
.information .con_l .top_wpbox{
    max-width: 100%;
}
.information .con_l .com_timebox{
    margin-bottom: 10%;
}
.information .con_r{
    width: 100%;
}
.information iframe{
    height: 90vw;
}
    
#blog{
    padding: 8% 0 9%;
}
.top_wpbox .tit{
    width:2.5rem;    
}
#blog .top_wpbox .tit{
    width: 2.5rem; 
}
.top_wpbox .tit a{
    padding-bottom: 1.6em;
    font-size:130%;
}
.top_wpbox .tit a::before,
.top_wpbox .tit a::after{
	font-size: 130%;
}
.top_wpbox .txt{
    width: calc(100% - 3rem);
}
#blog .top_wpbox .txt{
    width: calc(100% - 3rem);
}
.top_wpbox .txt > p,
#blog .top_wpbox .txt > p{
    text-align: left;
}
#blog .top_wpbox .txt > p{
    margin-bottom: .5em;
}
.information .top_wpbox .txt li{
    padding: 1em 0 .8em;
	letter-spacing: 0.05em;
}
.information .top_wpbox .txt li dl,
.information .top_wpbox .txt li:hover dl{
    padding-right: 0%;
    padding-left: 0%;
    line-height: 1.4em;
} 
.information .top_wpbox .txt li dt{
    width: 6em;
    font-size:90%;
    line-height: 1.5em;
}
.information .top_wpbox .txt li dd{
    width: calc(100% - 6em);
    font-size: 95%;
    text-align: left;
    line-height: 1.5em;
}
#blog .top_wpbox .txt li .img{
    height: 28vw;
}
#blog .flow_box{
    position: relative;
    width: 100%;
}
#blog .top_wpbox .txt ul{
    width: 170vw;
    padding-bottom: 1.7rem;
}
#blog .top_wpbox .txt li dt{
    font-size: 90%;
    letter-spacing: normal;
    line-height: 1.4em;
    margin-bottom: .2em;
    margin-top: .6em;
}
#blog .top_wpbox .txt li dd{
    font-size: 80%;
    line-height: 1.7em;
    letter-spacing: normal;
}
#blog .top_wpbox .txt li .ft_europa{
    padding-top: 1em;
    margin-top:.8em;
    letter-spacing: 0.15em;
    font-size: 80%;
}
}





/* 院長
---------------------------------------------------------*/
#intyo .bg{
    position: relative;
    padding-top: 100px;
    margin-bottom: 100px;
}
#intyo .bg::before{
    position: absolute;
    display: block;
    content: "";
    background: #f8f6ef;
    background-size: 100% auto;
    width: 78%;
    height: calc(100% - 95px);
    top:0;
    left: 0;
    z-index: -3;
    /*anime*/
    transition: transform 2s;
    transform: scaleX(0);
	transform-origin: left;
}
#intyo .bg.anime_on::before{ /*anime*/
    transform:scaleX(1);
}
#intyo .bg::after{
	position: absolute;
	content: "";
	background: url("../images/bg_deco1@2x.png") no-repeat left bottom;
	background-size: 100% auto;
	width: 342px;
	height: 342px;
	left:calc(50% + 195px);
	bottom: 180px;
	z-index:-1;
	animation:fuwa_img_l ease-in-out 5s infinite alternate;
}

#intyo .txtbox{
    position: relative;
    padding: 0 5%;
    box-sizing: border-box;
}
#intyo .bg.anime_on .txtbox{
	transition: 2.5s ease-in-out;
}
#intyo .txtbox .txt,
#intyo .txtbox .com_btn1{
    padding: 0 25% 0 3%;
    box-sizing: border-box;
}
#intyo .txtbox .txt{
    line-height: 2.7em;
}
#intyo .txtbox .img1{
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
    right: 0;
    width: 31%;
    max-width: 414px;
    z-index: -1;
}
#intyo .txtbox h2{
    font-size:290%;
    line-height: 1.7em;
    letter-spacing: 0.1em;
    margin-bottom: .6em;
}
#intyo .name{
    font-size:120%;
    line-height: 1em;
    margin-top: 3.2rem;
}
#intyo .name strong{
    font-size:180%;
    padding-left:.5em;
    box-sizing: border-box;
	font-weight: normal;
}
#intyo .img2{
    margin-top: 80px;
    width:61%;
    max-width: 826px;
}

/*表示アニメーション*/
#intyo .bg .img2{
	opacity: 0;
}
#intyo .bg.anime_on .img2{
    opacity: 1;
	transition: 2.5s linear;
	transition-delay:1s;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1499px) { 
#intyo .bg::after{
	width: 23vw;
	height: 23vw;
	left:68vw;
	bottom: 12vw;
}
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1300px) {
#intyo .txtbox{
    padding: 0;
}
#intyo .txtbox .txt,
#intyo .txtbox .com_btn1{
    padding: 0 33% 0 3%;
}
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1200px) {
#intyo .txtbox h2{
    font-size: 3.9vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#intyo .bg{
    padding-top: 7%;
    margin-bottom:10%;
}
#intyo .bg::before{
    width: 78%;
    height: calc(100% - 4rem);
}
#intyo .bg::after{
	left:74vw;
}
#intyo .txtbox{
    padding: 0;
}
#intyo .txtbox .txt,
#intyo .txtbox .com_btn1{
    padding: 0 34% 0 2%;
}
#intyo .txtbox .txt{
    line-height: 2em;
}
#intyo .txtbox h2{
    font-size: 4vw;
    line-height: 1.6em;
    margin-bottom: .5em;
}
#intyo .name{
    font-size:100%;
    margin-top: 2rem;
}
#intyo .txtbox .img1{
    top: 38%;
}
#intyo .img2{
    margin-top: 5%;
    width:70%;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#intyo .bg{
    padding-top: 10%;
    margin-bottom: 12%;
}
#intyo .bg::before{
    width: 80%;
    height: calc(100% - 3rem);
}
#intyo .bg::after{
	width: 53vw;
	height: 53vw;
	left:70vw;
	bottom: 60vw;
	animation:fuwa_img_l_sp ease-in-out 5s infinite alternate;
}
#intyo .txtbox{
    padding: 0 0 1rem;
}
#intyo .txtbox .txt,
#intyo .txtbox .com_btn1{
    padding: 0;
}
#intyo .txtbox .txt{
    line-height: 1.8em;
}
#intyo .txtbox .img1{
    top: auto;
    bottom:6vw;
	transform: translateY(0);
    width:40%;
}
#intyo .txtbox h2{
    /*font-size: 6.2vw;*/
    font-size: 6.2vw;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    margin-bottom: .7em;
}
#intyo .name{
    font-size:80%;
    margin-top: 2rem;
	line-height: 2.2em;
}
#intyo .name strong{
    font-size:160%;
}
#intyo .img2{
    margin-top: 0;
    width: 100%;
}
}





/* 当院が選ばれる6つの理由
---------------------------------------------------------*/
#reason .titbox{
    position: relative;
}
#reason .titbox .rolltxt{
    position: relative;
    display: block;
    width: 6405px;
    z-index: -1;    
}
#reason .titbox .tit{
    width: 70%;
    max-width: 625px;
    margin: -50px auto 90px;
    text-align: center;
	position: relative;
	z-index: 2;
}
#reason .reason_box{
	transition: 1.5s ease-in-out;
}
#reason .reason_box .fltbox .imgbox{
    width: 43%;
    max-width: 526px;
}
#reason .reason_box .fltbox .txtbox{
    width: 53%;
    max-width: 625px;
}
#reason .reason_box .titbox{
	display: flex;
    justify-content: space-between;
    font-size: 245%;
    letter-spacing: 0.1em;
    line-height: 1.35em;
    color: #8B6945;
    margin-bottom: 1.5rem;
}
#reason .reason_box .titbox .number{
    width: 2.5em;
    padding-top: 0.15em;
}
#reason .reason_box .titbox h3{
    width: calc(100% - 3.1em);
}
#reason .rolltxt li{
    width: 1281px!important;
}
/*表示アニメーション*/
#reason .titbox .tit{
	opacity: 0;
}
#reason .titbox .tit.anime_on{
	opacity: 1;
	transition: 1s linear;
	transition-delay:0s;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1200px) {
#reason .reason_box .titbox{
    font-size: 3.2vw;
}
#reason .reason_box .titbox .number{
    width: 2.3em;
}
#reason .reason_box .titbox h3{
    width: calc(100% - 2.9em);
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#reason .titbox .tit{
    width:60%;
    margin: -3% auto 5%;
}
#reason .reason_box .fltbox .imgbox{
    width: 40%;
    margin-bottom: .5em;
}
#reason .reason_box .fltbox .imgbox.flt_r{
     margin-left: 3%;
}  
#reason .reason_box .fltbox .imgbox.flt_l{
     margin-right: 3%;
}
#reason .reason_box .fltbox .txtbox{
    float: none;
    width: 100%;
    max-width: 100%;
}
#reason .reason_box .titbox{
    font-size:3.3vw;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
}
#reason .reason_box .titbox .number{
    width: 2.2em;
    padding-top: 0.25em;
}
#reason .reason_box .titbox h3{
    width: calc(100% - 2.6em);
}
#reason .rolltxt li{
    width: 700px!important;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#reason .titbox .tit{
    width: 85%;
    margin: -1.5rem auto 2rem;
}
#reason .reason_box .fltbox .imgbox{
    width: 90%;
    margin: 0 auto 1em;
    float: none;
    text-align: center;
}
#reason .reason_box .fltbox .txtbox{
    width: 100%;
    max-width: 100%;
    float: none;
}
#reason .reason_box .titbox{
    font-size: 6vw;
    line-height: 1.5em;
    margin-bottom: .7rem;
}
#reason .reason_box .titbox .number{
    width: 2.5em;
    padding-top: 0.07em;
}
#reason .reason_box .titbox h3{
    width: calc(100% - 3em);
}
#reason .rolltxt li{
    width: 700px!important;
}
}





/* reason1
---------------------------------------------------------*/
.reason1,
.reason2,
.reason3,
.reason4{
    margin-bottom: 100px;
}
.reason1::before{
	position: absolute;
	content: "";
	background: url("../images/bg_deco4@2x.png") no-repeat right top;
	background-size: 100% auto;
	width: 342px;
	height: 342px;
	right: -290px;
	top:-88px;
	z-index:-1;
	animation:fuwa_img_l ease-in-out 5s infinite alternate;
}
.reason1 .mtm_box{
    max-width: 1100px;
    margin: 70px auto 0;    
}
.reason1 .mtm_box .inbox{
    position: relative;
    padding: 50px 3.5% 35px;
    box-sizing: border-box;
    background: #EB9786;
    width: 100%;
}
.reason1 .mtm_box .inbox::before{
    position: absolute;
    display: block;
    content: "";
    background: url("../images/top/reason1_img2@2x.jpg")no-repeat top right;
    background-size: auto 100%;
    width:100%;
    height: 100%;
    top:0;
    right: 0;
}
.reason1 .mtm_box .inbox .boxdeco{
    position: absolute;
    top: -0.5em;
    left: 3.5%;
    font-size: 400%;
    letter-spacing: 0.1em;
    line-height: 1em;
    color: rgba(218,87,39,0.85);
    opacity: 0.85;
}
.reason1 .mtm_box .inbox .img{
    position:absolute;
    bottom: -1rem;
    right: 9%;
    width: 25%;
    max-width: 272px;
    display: block;
    z-index: 2;
}
.reason1 .mtm_box .inbox .txt{
    color: #fff;
    z-index: 2;
    position: relative;
    width: 64%;
}
.reason1 .mtm_box .inbox .txt dl{    
    border-bottom: 1px solid #fff;
    padding-bottom: .8rem;
    margin-bottom: 1.5rem;
}
.reason1 .mtm_box .inbox .txt dl dt{
    font-size:125%;
    letter-spacing: 0.15em;
    line-height: 1.6em;
    margin-bottom: .1em;
}
.reason1 .mtm_box .inbox .txt dl dd{
    font-size:220%;
    letter-spacing: 0.13em;
    line-height: 1.3em;
    color: #ffff89;
} 
.reason1 .mtm_box .inbox .txt dl,
.reason1 .mtm_box .inbox .txt p{
    padding-left: 4%;
    padding-right:4%;
    box-sizing: border-box;
}
.reason1 .mtm_box .btn{
    background: #EB7F64;
    width: 100%;
    text-align: center;
    padding:1.1em 1em 1em;
    box-sizing: border-box;
	transition:0.6s;
}
.reason1 .mtm_box .btn:hover{
    background: #E4512D;
	transition:0.6s;
}
.reason1 .mtm_box .btn a{
    position: relative;
    color: #fff;
    padding-right: 2.2em;
}
.reason1 .mtm_box .btn a::before{
    position: absolute;
	font-family: 'fontello';
	content: '\e800';	
	right: 0;
	font-size: 70%;
	top: 50%;
	transform: translateY(-50%);
    color: #fff;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1499px) { 
.reason1::before{
	width: 23vw;
	height: 23vw;
	right: -19vw;
	top:-7vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.reason1,
.reason2,
.reason3,
.reason4{
    margin-bottom: 8%;
}
.reason1::before{
	right: -16vw;
}
.reason1 .mtm_box{
    margin: 8% auto 0;    
}
.reason1 .mtm_box .inbox{
    padding: 6% 3% 3%;
}
.reason1 .mtm_box .inbox .boxdeco{
    font-size: 300%;
}
.reason1 .mtm_box .inbox .img{
    right: 1%;
    width: 26%;
}
.reason1 .mtm_box .inbox .txt{
    width:75%;
}
.reason1 .mtm_box .inbox .txt dl{   
    margin-bottom: 1.1rem;
}
.reason1 .mtm_box .inbox .txt dl dt{
    font-size: 2.3vw;
    letter-spacing: 0.05em;
    margin-bottom: .1em;
}
.reason1 .mtm_box .inbox .txt dl dd{
    font-size: 4vw;
    letter-spacing: 0.05em;
} 
.reason1 .mtm_box .inbox .txt dl,
.reason1 .mtm_box .inbox .txt p{
    padding-left: 0;
    padding-right: 0;
}
.reason1 .mtm_box .btn{
    padding: .9em 1em .8em;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.reason1,
.reason2,
.reason3,
.reason4{
    margin-bottom: 15%;
}
.reason1::before{
	width: 53vw;
	height: 53vw;
	right: -30vw;
	top:-10vw;
	animation:fuwa_img_l_sp ease-in-out 5s infinite alternate;
}
.reason1 .mtm_box{
    margin: 15% auto 0;    
}
.reason1 .mtm_box .inbox{
    padding:15rem 4% 4%;
}
.reason1 .mtm_box .inbox::before{
    background-size: 80% auto;
}
.reason1 .mtm_box .inbox .boxdeco{
    font-size: 10vw;
    left: 5%;
}
.reason1 .mtm_box .inbox .img{
    bottom: auto;
    top: 5.5%;
    right: auto;
    left: 4%;
    width: 13rem;
}
.reason1 .mtm_box .inbox .txt{
    width: 100%;
}
.reason1 .mtm_box .inbox .txt dl{    
    padding-bottom: .9rem;
    margin-bottom: .9rem;
}
.reason1 .mtm_box .inbox .txt dl dt{
    font-size: 90%;
    letter-spacing: 0.1em;
    margin-bottom: .2em;
}
.reason1 .mtm_box .inbox .txt dl dd{
    font-size: 150%;
    letter-spacing: 0.1em;
} 
.reason1 .mtm_box .inbox .txt dl,
.reason1 .mtm_box .inbox .txt p{
    padding-left:0;
    padding-right:0;
}
.reason1 .mtm_box .btn{
    padding:1em 1em .9em;
}
.reason1 .mtm_box .btn a{
    padding-right: 1.5em;
}
}





/* reason2
---------------------------------------------------------*/
.reason2 .bg{
	position: relative;
	padding: 100px 0;
}
.reason2 .bg::before{
    position: absolute;
    display: block;
    content: "";
    background:rgba(249,245,202,0.50);
    background-size: 100% auto;
    width: 100%;
    height:100%;
    top:0;
    left: 0;
    z-index: -1;
    /*anime*/
    transition: transform 2s;
    transform: scaleX(0);
	transform-origin: left;
}
.reason2 .bg.anime_on::before{ /*anime*/
    transform:scaleX(1);
}
.reason2 .bg::after{
	position: absolute;
	content: "";
	background: url("../images/bg_deco5@2x.png") no-repeat left top;
	background-size: 100% auto;
	width: 342px;
	height: 342px;
	right: calc(50% + 460px);
	top:-140px;
	z-index:-1;
	animation:fuwa_img_r ease-in-out 5s infinite alternate;
}
.reason2 .col3box li:nth-child(2){
    background-image: url("../images/top/reason2_img3@2x.jpg");}
.reason2 .col3box li:nth-child(3){
    background-image: url("../images/top/reason2_img4@2x.jpg");
    padding: 5.2em 3.5% 1.3em;
}
.reason2 .col3box li:hover{
    background-size: 130% auto;
}
@media all and (-ms-high-contrast: none) {
.reason2 .col3box li:hover{
    background-size: 100% auto;
    opacity: 0.8;
}
}
.reason2 .col3box li,
.reason2 .col3box li:hover{
	transition:0.6s;
}

.reason2 .col3box li a{
    color: #fff;
}
.reason2 .col3box li::before{
    position: absolute;
    display: block;
    content: "";
    background: #82ff9f;
    background-size: 100% auto;
    width: 90%;
    height: 5px;
    bottom: .4em;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0.4;
}
.reason2 .col3box li:nth-child(2)::before{
    background: #78ffff;}
.reason2 .col3box li:nth-child(3)::before{
    background: #ffd32b;}

.reason2 .col3box li .deco{
    position: absolute;
    top:-0.5em;
    right: 3%;
    width:50%;
    max-width: 131px;
}

/*表示アニメーション*/
.reason2 .col3box{
	opacity: 0;
}
.reason2 .anime_on .col3box{
	opacity: 1;
	transition: 1.5s linear;
	transition-delay:0.5s;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1499px) { 
.reason2 .bg::after{
	width: 23vw;
	height: 23vw;
	right: auto;
	left: -8vw;
	top:-9vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.reason2 .bg{
	padding: 10% 0;
}
.reason2 .bg::after{
	left: -12vw;
}
.reason2 .col3box{
    margin-top: 5%;
    margin:5% 5% auto auto;
}
.reason2 .col3box li{
    font-size:120%;   
    max-height: 100%;
}
.reason2 .col3box li .deco{
    width: 43%;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.reason2 .bg{
    padding: 15% 0;
}
.reason2 .bg::after{
	width: 53vw;
	height: 53vw;
	right: auto;
	left: -60px;
	top:-18vw;
}
.reason2 .col3box{
    width: 90%;
    max-width: 100%;
	display: block;
    margin: 7% auto 0;
}
.reason2 .col3box li{
    width: 100%;
    font-size:120%;  
    padding: 4em 3.5% 1em;
    max-height: 100%;
    margin-bottom: 2%;
}
.reason2 .col3box li span{
    letter-spacing: normal;
}
.reason2 .col3box li:nth-child(3){
    padding: 4.5em 3.5% 1em;
}
.reason2 .col3box li::before{
    width: 94%;
}
.reason2 .col3box li .deco{
    top: 7%;
    right: 2%;
    width: 25%;
}
}





/* reason3
---------------------------------------------------------*/
.reason3{
position: relative;
z-index: 2;
}





/* reason4
---------------------------------------------------------*/
.reason4{
	position: relative;
}
.reason4::after{
	position: absolute;
	content: "";
	background: url("../images/bg_deco2@2x.png") no-repeat right top;
	background-size: 100% auto;
	width: 342px;
	height: 342px;
	right: -84px;
	top:-240px;
	z-index:-1;
	animation:fuwa_img_l ease-in-out 5s infinite alternate;
}
.reason4 .titbox h3{
    position: relative;
}
.reason4 .titbox h3 span{
    position:absolute;
    top:0;
    left: 0;
    width: calc(100% + 2em);
}
.reason4 .titbox h3 strong{
    font-weight: normal;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1499px) {
.reason4::after{
	width: 23vw;
	height: 23vw;
	right:-8vw;
	top:-16vw;
}
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1400px) {
.reason4 .titbox h3 span{
    position: static;
    width: 100%;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.reason4 .titbox h3{
    letter-spacing: normal;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) {
.reason4::after{
	width: 53vw;
	height: 53vw;
	right:-16vw;
	top:-38vw;
	animation:fuwa_img_l_sp ease-in-out 5s infinite alternate;
}
.reason4 .titbox h3 span{
    position: static;
    width:100%;
}
}





/* reason5_6
---------------------------------------------------------*/
.reason5_6 .bg{
    position: relative;    
    padding: 100px 0;
}
.reason5_6 .bg::before{
    position: absolute;
    display: block;
    content: "";
    background:rgba(247,245,238,0.50);
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    z-index: -1;
    /*anime*/
    transition: transform 2s;
    transform: scaleX(0);
	transform-origin: left;
}
.reason5_6 .bg.anime_on::before{ /*anime*/
    transform:scaleX(1);
}
.reason5_6 .bg::after{
	position: absolute;
	content: "";
	background: url("../images/bg_deco1@2x.png") no-repeat left top;
	background-size: 100% auto;
	width: 342px;
	height: 342px;
	right:calc(50% + 463px);
	top:-110px;
	z-index:-1;
	animation:fuwa_img_r ease-in-out 5s infinite alternate;
}
.reason5_6 ul{
	display: flex;
    justify-content: space-between;   
}
.reason5_6 ul li{
    width: 48%;
    max-width: 506px;
}
.reason5_6 ul li .imgbox{
    margin-bottom: 1.8rem;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1499px) { 
.reason5_6 .bg::after{
	width: 23vw;
	height:23vw;
	right:auto;
	left: -8vw;
	top:-8vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.reason5_6 .bg{
    padding: 8% 0;
}
.reason5_6 .bg::after{
	left: -12vw;
}
.reason5_6 ul li .imgbox{
    margin-bottom: 1.3rem;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.reason5_6 .bg{
    padding: 15% 0;
}
.reason5_6 .bg::after{
	width: 53vw;
	height:53vw;;
	right:auto;
	left: -12vw;
	top:-14vw;
	animation:fuwa_img_r_sp ease-in-out 5s infinite alternate;
}
.reason5_6 ul{
	display: block;  
}
.reason5_6 ul li{
    width: 100%;
    max-width: 100%;
    margin-bottom: 10%;
}
.reason5_6 ul li:last-child{
    margin-bottom: 0;
}
.reason5_6 ul li .imgbox{
    width: 90%;
    margin: 0 auto 1rem;
    text-align: center;
}
}





/* MEDICAL
---------------------------------------------------------*/
#medical .bg{
    position: relative;
    background:rgba(235,131,60,0.85);
    padding: 80px 0 60px;
    box-shadow: 0 25px 40px -10px rgba(0, 0, 0, 0.15); 
}
#medical .bg::before{
    position: absolute;
    display: block;
    content: "";
    background: url("../images/top/med_bg@2x.jpg")no-repeat top center;
    background-size: 100% auto;
    width: 100%;
    height: 1000px;
    top:0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: -1;
}
#medical .bg > .w1220{
	position: relative;
	z-index: 1;
}
#medical .bg > .w1220::before{
	position: absolute;
	content: "";
	background: url("../images/bg_deco6@2x.png") no-repeat right top;
	background-size: 100% auto;
	width: 342px;
	height: 342px;
	right:-200px;
	top:-184px;
	z-index:-1;
	animation:fuwa_img_r ease-in-out 5s infinite alternate;
}
#medical .bg > .w1220::after{
	position: absolute;
	content: "";
	background: url("../images/bg_deco7@2x.png") no-repeat left bottom;
	background-size: 100% auto;
	width: 342px;
	height: 342px;
	left:-175px;
	bottom:-105px;
	z-index:-1;
	animation:fuwa_img_l ease-in-out 5s infinite alternate;
}
#medical .top_titbox{
    margin-bottom: 75px;
    text-align: center;
    color: #fff;
}
#medical .top_titbox .ft_europa{
    font-size:180%;
    letter-spacing: 0.25em;
    line-height: 1em;
    color: #F9FF68;
}
#medical .top_titbox .ft_zen_maru{
    font-size:240%;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    margin: .3em auto .7em;
}
#medical .kodomo_link{
	max-width: 744px;
	width: 61%;
	border-top: 5px solid #BEEDFF;
	font-size: 150%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	padding: 1em 0 1em 2em;
	color: #fff;
	margin: 0 0 0 auto;
}
#medical .kodomo_link dt{
	margin-bottom: 0.5em;
}
#medical .kodomo_link dd a{
	font-size: 210%;
	letter-spacing: 0.15em;
	line-height: 1em;
	color: #F9FF68;
	font-weight: bold;
}
#medical .kodomo_link dd a span{
	padding-right: 1.2em;
	position: relative;
}
#medical .kodomo_link dd a span::before{
	position: absolute;
	font-family: 'fontello';
	content: '\e801';
	right: 0;
	text-align: center;
	line-height: 1em;
	font-size: 90%;
	width: 1em;
	height: 1em;
	top:0.38em;
	background: rgba(64,54,49,0.40);
	border-radius: 50%;
	color: #fff;
	transition: 0.6s;
}
#medical .kodomo_link:hover dd a span::before{
	background:rgba(249,255,104,0.50);
	right: -2%;
}
#medical .myobrace_box{
	background-color: #BEEDFF;
	border-radius: 0 0 50px 50px;
	padding: 30px 3%;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 80px;
}
#medical .myobrace_box .txt{
	max-width: 647px;
	width: 56%;
	margin: 0 0 0 auto;
}
#medical .myobrace_box .txt p{
	margin-bottom: 1.5em;
}
#medical .myobrace_box .check_list{
	background-color: #fff;
	font-size: 105%;
	color: #3090E5;
	font-weight: bold;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	padding: 1.2em;
	box-sizing: border-box;
	border-radius: 10px;
}
#medical .myobrace_box .check_list ul{
	display: flex;
	justify-content: space-between;
}
#medical .myobrace_box .check_list ul li{
	padding-left: 1.6em;
	position: relative;
}
#medical .myobrace_box .check_list ul li::before{
	position: absolute;
	content: "";
	background: url("../images/top/check.svg")no-repeat top right;
	width: 1.3em;
	height: 1.3em;
	left: 0;
	top:0.15em;
}
#medical .myobrace_box .abs_img{
	position: absolute;
	display: block;
	max-width: 489px;
	width: 41%;
	left: 0;
	top:25%;
	transform: translateY(-50%);
}
#medical .bnr_otona{
	text-align: center;
	color: #fff;
	font-size: 150%;
	letter-spacing: 0.1em;
	line-height: 1.6em;
}
#medical .bnr_otona dt{
	margin-bottom: 0.8em;
}

/*表示アニメーション*/
#medical .top_titbox{
	opacity: 0;
}
#medical .top_titbox.anime_on{
	opacity: 1;
	transition: 1s linear;
	transition-delay:0;
}

.bnr_implant dt{
	font-size: 110%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	color: #fff;
	margin: 2em 0 0.5em;
}
#medical  .flex{
	display: flex;
	align-items: center;
    justify-content: space-between;
	margin: 0 auto 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #F9D4BD;
}
#medical .myobrace_member{
	font-size: min(160%,1.8vw);
	letter-spacing: 0.1em;
	line-height: 1.5em;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 53.7%;
}
#medical .myobrace_member dt{
	margin-right: 1em;
	/*margin-top: -48px;*/
	position: relative;
	z-index: 1;
}
#medical .myobrace_member dt::before{
	position: absolute;
	content: "";
	background: url(../images/top/myobrace_member_abs@2x.png) no-repeat left center;
	background-size: 100% auto;
	max-width: 450px;
	width: 100%;
	height: 141px;
	left: 0;
	top:50%;
	transform: translateY(-50%);
	z-index: -1;
	opacity: 0.3;
}
#medical .myobrace_member dt span{
	font-size: 75%;
}
#medical .myobrace_member dd{
	max-width: 300px;
	width: 46%;
	margin-top: 35px;
}
#medical .bnr_kidsortho{
	max-width: 540px;
	width: 44.3%;
	margin: 0;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1499px) { 
#medical .bg > .w1220::before{
	width: 23vw;
	height:23vw;
	right:-13vw;
	top:-11vw;
}
#medical .bg > .w1220::after{
	width: 23vw;
	height:23vw;
	left:-12vw;
	bottom:-7vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1295px) {
#medical .myobrace_member dd{
	margin-top: 2.7vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1235px) {
#medical .myobrace_box .check_list ul{
	display: block;
}
#medical .myobrace_box .check_list ul li{
	padding-left: 1.6em;
	position: relative;
	display: inline-block;
	margin-right: 1em;
	margin-top: 0.5em;
}
#medical .myobrace_box .check_list ul li:nth-child(1),
#medical .myobrace_box .check_list ul li:nth-child(2){
	margin-top: 0;
}
#medical .myobrace_box .check_list{
	padding: 1em 1.2em;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1115px) {
.bnr_implant dt{
	font-size:1.65vw;
	letter-spacing: 0.03em;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#medical .bg{
    padding: 8% 0 7%;
}
#medical .bg > .w1220::before{
	right:-6vw;
}
#medical .bg > .w1220::after{
	left:-5vw;
}
#medical .top_titbox{
    margin-bottom: 4%;
}
#medical .top_titbox .ft_europa{
    font-size:150%;
}
#medical .top_titbox .ft_zen_maru{
    font-size:180%;
    margin: .3em auto .5em;
}
#medical .kodomo_link{
	font-size: 130%;
}
#medical .myobrace_box{
	border-radius: 0 0 30px 30px;
	padding: 3% 3%;
	margin-bottom: 6%;
}
#medical .myobrace_box .check_list{
	font-size: 2.1vw;
}
#medical .bnr_otona{
	font-size: 130%;
}
#medical .flex{
	display: block;
	margin: 0 auto 5%;
	padding-bottom: 5%;
}
#medical .myobrace_member{
	width: 100%;;
}
#medical .myobrace_member{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size:3vw;
}
#medical .myobrace_member dt{
	margin-top: -0.5em;
}
#medical .bnr_kidsortho{
	max-width: 489px;
	width: 100%;
	margin: 3% auto 0;
}
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 905px) {
/*#medical .myobrace_member dt{
	margin-top: -5.3vw;
}*/
}
/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#medical .bg{
    padding: 15% 0 12%;
}
#medical .bg > .w1220::before{
	width: 53vw;
	height:53vw;
	right:-28vw;
	top:-28vw;
	animation:fuwa_img_r_sp ease-in-out 5s infinite alternate;
}
#medical .bg > .w1220::after{
	width: 53vw;
	height:53vw;
	left:-15vw;
	bottom:30vw;
	animation:fuwa_img_l_sp ease-in-out 5s infinite alternate;
}
#medical .top_titbox{
    margin-bottom: 5%;
}
#medical .top_titbox .ft_europa{
    font-size:140%;
}
#medical .top_titbox .ft_zen_maru{
    font-size: 160%;
    margin: .5em auto .5em;
}
#medical .top_titbox .txt{
    text-align: left;
}
#medical .kodomo_link{
	max-width: 100%;
	width: 100%;
	font-size: 110%;
	letter-spacing: 0.05em;
	padding: 1.2em 0;
	box-sizing: border-box;
}
#medical .myobrace_box{
	border-radius: 0 0 20px 20px;
	padding: 5%;
	margin-bottom:8%;
}
#medical .myobrace_box .txt{
	max-width:100%;
	width:100%;
}
#medical .myobrace_box .txt p{
	margin-bottom: 1.5em;
}
#medical .myobrace_box .check_list{
	letter-spacing: 0.05em;
}
#medical .myobrace_box .check_list ul{
	display: block;
}
#medical .myobrace_box .abs_img{
	position: static;
	display: block;
	width: 80%;
	transform: translateY(0);
	margin:5% auto 0;
	text-align: center;
}
#medical .bnr_otona{
	font-size: 110%;
	letter-spacing: 0.05em;
}
#medical .bnr_otona dt{
	margin-bottom: 0.8em;
}

.bnr_implant dt{
	font-size: 100%;
	letter-spacing: 0.05em;
	text-align: center;
}

.bnr_implant dd{
	margin: 0 auto;
	text-align: center;
}
#medical  .flex{
	display: block;
	margin: 0 auto 8%;
	padding-bottom: 8%;
}
#medical .myobrace_member{
	font-size:165%;
	letter-spacing: 0.05em;
	line-height: 1.4em;
	text-align: center;
	display: block;
	width: 100%;;
}
#medical .myobrace_member dt{
	margin-right:auto;
	margin-bottom: 0.8em;
}
#medical .myobrace_member dt::before{
	background: url(../images/top/myobrace_member_abs_sp@2x.png) no-repeat center center;
	background-size: 100% auto;
	max-width: 500px;
	width: 94%;
	height: 156px;
	right: 0;
	margin: auto;
	top:50%;
	transform: translateY(-50%);
}
#medical .myobrace_member dd{
	width: 80%;
	max-width: 398px;
	margin: 0 auto;
	text-align: center;
}
#medical .bnr_kidsortho{
	width: 100%;
	margin: 6% auto 0;
}
}





/* このようなお悩みはありませんか？
---------------------------------------------------------*/
#nayami .bg{
    position: relative;
    padding: 100px 0 115px;
}
#nayami .bg::before{
    position: absolute;
    display: block;
    content: "";
    background: url("../images/top/nayami_bg@2x.png")no-repeat top right;
    background-size: 100% auto;
    width: 31.5%;
    max-width: 471px;
    height: 415px;
    top:0;
    right: 0;
    z-index: -1;
}
#nayami .bg::after{
    position: absolute;
    display: block;
    content: "";
    background:rgba(235,131,60,1);
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    z-index: -2;
}
#nayami .flt_r{
    width:69.5%;
    /*anime*/
	transition: 1.5s ease-in-out;
}
#nayami .flt_r .tit{
	display: flex;
    justify-content: space-between;
    align-items: center;
    font-size:330%;
    line-height: 1.3em;
    letter-spacing: 0.05em;
    color: #fff;
    margin-bottom: .5em;
}
#nayami .flt_r .tit .icon{
    width: 2.8em;
}
#nayami .flt_r .tit h3{
    width: calc(100% - 3.2em);
    padding-bottom: .7em;
}
#nayami .flt_r .tit h3 span{
    font-size:140%;
    color: #FFDAE3;
}
#nayami .flt_r ul{
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
#nayami .flt_r ul li{
    position: relative;
    width: 24.3%;
    height: 8em;
    margin-bottom: .8%;
    background: url("../images/top/nayami1@2x.jpg")no-repeat center center;
    background-size: 100% auto;
    font-size:130%;
    font-weight: bold;
    line-height: 1.4em;
    letter-spacing: 0.25em;
}
#nayami .flt_r ul li:nth-child(2){
    background-image: url("../images/top/nayami2@2x.jpg");}
#nayami .flt_r ul li:nth-child(3){
    background-image: url("../images/top/nayami3@2x.jpg");}
#nayami .flt_r ul li:nth-child(4){
    background-image: url("../images/top/nayami4@2x.jpg");}
#nayami .flt_r ul li:nth-child(5){
    background-image: url("../images/top/nayami5@2x.jpg");}
#nayami .flt_r ul li:nth-child(6){
    background-image: url("../images/top/nayami6@2x.jpg");}
#nayami .flt_r ul li:nth-child(7){
    background-image: url("../images/top/nayami7@2x.jpg");}
#nayami .flt_r ul li:nth-child(8){
    background-image: url("../images/top/nayami8@2x.jpg");}
#nayami .flt_r ul li:nth-child(9){
    background-image: url("../images/top/nayami9@2x.jpg");}
#nayami .flt_r ul li:nth-child(10){
    background-image: url("../images/top/nayami10@2x.jpg");}
#nayami .flt_r ul li:nth-child(11){
    background-image: url("../images/top/nayami11@2x.jpg");}
#nayami .flt_r ul li:nth-child(12){
    background-image: url("../images/top/nayami12@2x.jpg");}

#nayami .flt_r ul li:hover{
    background-size: 120% auto;
}

@media all and (-ms-high-contrast: none) {
#nayami .flt_r ul li:hover{
    background-size: 100% auto;
    opacity: 0.8;
}
}

#nayami .flt_r ul li,
#nayami .flt_r ul li:hover{
	transition:0.6s;
}
#nayami .flt_r ul li::before{
    position: absolute;
    display:block;
    content: "";
    background: url("../images/top/nayami_btn.svg")no-repeat bottom right;
    background-size: 100% auto;
    width: 10px;
    height: 10px;
    bottom: 10px;
    right: 10px;
}
#nayami .flt_r ul li a{
    position: absolute;
    bottom: .8em;
    left: 1em;
}
#nayami .flt_r ul li a span{
    color: #EB833C;
}
#nayami .flt_r .btn_box{
    text-align: right;
}
#nayami .flt_r .btn{
    position: relative;
    display: inline-block;
    text-align: left;
    margin: auto 1.5% auto auto;
    border-left: 1px solid #F9FF68;
    box-sizing: border-box;
    padding: 1em 5.5em 1em 2.5em;
    margin-top: 2rem;
}
#nayami .flt_r .btn::before{
    position: absolute;
	font-family: 'fontello';
	content: '\e801';	
	right: 0;
    text-align: center;
    line-height: 1em;
	font-size: 310%;
    width: 1em;
    height: 1em;
	top: 50%;
	transform: translateY(-50%);
    background:rgba(64,54,49,0.35);
    border-radius: 50%;
    color: #fff;
	transition:0.6s;
}
#nayami .flt_r .btn:hover::before{
    background:rgba(249,255,104,0.50);
}
#nayami .flt_r .btn .ft_europa{
    font-size:180%;
    letter-spacing: 0.22em;
    line-height: 1em;
    color: #F9FF68;
}
#nayami .flt_r .btn .ft_min{
    font-size:130%;
    letter-spacing: 0.2em;
    line-height: 1em; 
    margin-top: .5em;
}
#nayami .flt_r .btn .ft_min a{
    color: #fff;
}

#nayami .flt_l{
    width: 25.5%;
}
#nayami .flt_l .tit{
    color: #fff;
    background: rgba(255,255,255,0.28);
    text-align: center;
    font-size:140%;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: 0.25em;
    padding: .6em 1em;
    box-sizing:border-box;
    margin: .2em;
}
#nayami .flt_l li{
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.28);
    padding: .75rem 1rem;
    box-sizing: border-box;
}
#nayami .flt_l li::before{
    position: absolute;
	font-family: 'fontello';
	content: '\e801';	
	right: 1.2rem;
    text-align: center;
    line-height: 1em;
	font-size: 160%;
    width: 1em;
    height: 1em;
	bottom: .9rem;
    background:rgba(64,54,49,0.40);
    border-radius: 50%;
    color: #fff;
	transition:0.6s;
}
#nayami .flt_l li:hover::before{	
	right: 0.5rem;
	transition:0.6s;
}
#nayami .flt_l li dl{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
#nayami .flt_l li dt{
    width: 3.2rem;
    height: 3.2em;
    line-height: 3.2em;
}
#nayami .flt_l li dt .icon{    
    transform: rotateY(0deg);
	transition:1s;
}
#nayami .flt_l li:hover dt .icon .target{
    transform: rotateY(360deg);
	transition:1s;
}
#nayami .flt_l li dd{
    width: calc(100% - 3.6rem);
}
#nayami .flt_l li dd p:nth-child(1){
    font-size:90%;
    line-height: 1.4em;
    letter-spacing: 0.13em;
    color: #F9FF68;
    margin-bottom: .1em;
}
#nayami .flt_l li dd p:nth-child(2){
    font-size:150%;
    letter-spacing: 0.15em;
    line-height: 1.4em;
}
#nayami .flt_l li dd p:nth-child(2) a{
    color: #fff;
}
#nayami .flt_l li:hover dd p:nth-child(2) a{
    color: #F9FF68;
}

/*表示アニメーション*/
#nayami .flt_l,
#nayami .monshin{
	opacity: 0;
}
#nayami .bg.anime_on .flt_l,
#nayami .bg.anime_on .monshin {
	opacity: 1;
	transition: 1.5s linear;
	transition-delay:0.5s;
}

/* PC調整
------------------------------------------*/
@media only screen and (min-width: 960px) and (max-width: 1300px) {
#nayami .flt_r{
    width:69.5%;
}
#nayami .flt_r .tit{
    font-size:4.5vw;
}
#nayami .flt_r ul li{
    height: 7em;
    font-size: 1.6vw;
    letter-spacing: 0.15em;
}
#nayami .flt_r ul li::before{
    width: 8px;
    height: 8px;
    bottom: 8px;
    right: 8px;
}
#nayami .flt_r ul li a{
    bottom: .5em;
    left: .8em;
}

#nayami .flt_l{
    width: 28%;
}
#nayami .flt_l li{
    padding: .75rem 0;
}
#nayami .flt_l li::before{	
	right: 0;
	font-size: 130%;
}
#nayami .flt_l li:hover::before{	
	right: -0.5rem;
}
#nayami .flt_l li dd p:nth-child(1){
    font-size: 85%;
    letter-spacing: normal;
}
#nayami .flt_l li dd p:nth-child(2){
    font-size:130%;
    letter-spacing: 0.1em;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#nayami .bg{
    padding: 8% 0;
}
#nayami .flt_r{
    width:62.5%;
}
#nayami .flt_r .tit{
    font-size: 3.2vw;
}
#nayami .flt_r .tit .icon{
    width:3.2em;
}
#nayami .flt_r .tit h3{
    width: calc(100% - 3.8em);
}
#nayami .flt_r ul li{
    width: 32.3%;
    height:6.5em;
    margin-bottom: 1.5%;
    font-size: 100%;
    letter-spacing: normal;
}
#nayami .flt_r ul li::before{
    width:8px;
    height:8px;
    bottom:5px;
    right:5px;
}
#nayami .flt_r ul li a{
    bottom: .5em;
    left: .7em;
}
#nayami .flt_r .btn{
    margin: auto 0 auto auto;
    padding:.5em 2.5em .5em 1.5em;
    margin-top: 1rem;
}
#nayami .flt_r .btn::before{
	font-size: 160%;
}
#nayami .flt_r .btn .ft_europa{
    font-size:130%;
}
#nayami .flt_r .btn .ft_min{
    font-size:100%;
}
#nayami .flt_l{
    width:35%;
}
#nayami .flt_l .tit{
    font-size:110%;
    letter-spacing: 0.2em;
    padding: .5em 1em;
}
#nayami .flt_l li{
    padding: .75rem 0;
}
#nayami .flt_l li::before{
	right: 0;
	font-size: 120%;
	bottom: .9rem;
}
#nayami .flt_l li:hover::before{	
	right: -0.5rem;
}
#nayami .flt_l li dt{
    width: 2.3rem;
    height: 2.3rem;
    line-height: 2.5rem;
}
#nayami .flt_l li dd{
    width: calc(100% - 2.9rem);
}
#nayami .flt_l li dd p:nth-child(1){
    font-size: 85%;
    letter-spacing: normal;
}
#nayami .flt_l li dd p:nth-child(2){
    font-size: 130%;
    letter-spacing: normal;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#nayami .bg{
    padding: 13% 0 10%;
}
#nayami .bg::before{
    display: none;
}
#nayami .flt_r{
    position: relative;
    width: 100%;
    float: none;
}
#nayami .flt_r::before{
    position: absolute;
    display: block;
    content: "";
    background: url("../images/top/nayami_bg@2x.png")no-repeat top right;
    background-size: 100% auto;
    width: 60%;
    max-width: 471px;
    height: 415px;
    top:-5%;
    right:-10%;
    z-index: -1;
}
#nayami .flt_r .tit{
    font-size: 7.5vw;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    margin-bottom: 0.2em
}
#nayami .flt_r .tit .icon{
    width: 3.5em;
    padding: 0 2%;
    box-sizing: border-box;
}
#nayami .flt_r .tit h3{
    width: calc(100% - 3.6em);
    padding-bottom: .3em;
}
#nayami .flt_r ul li{
    width: 32.3%;
    height:6.5em;
    margin-bottom: 1.7%;
    font-size: 85%;
    letter-spacing: 0.05em;
}
#nayami .flt_r ul li::before{
    width: 8px;
    height:8px;
    bottom:5px;
    right:5px;
}
#nayami .flt_r ul li a{
    position: absolute;
    bottom: .6em;
    left: .6em;
}
#nayami .flt_r .btn{
    margin: auto 0 auto auto;
    padding: .5em 3em .5em 1.5em;
    margin-top: 1rem;
}
#nayami .flt_r .btn::before{
	font-size: 150%;
}
#nayami .flt_r .btn .ft_europa{
    font-size:130%;
}
#nayami .flt_r .btn .ft_min{
    font-size:100%;
}
#nayami .flt_l{
    width: 100%;
    float: none;
    margin-bottom: 10%;
}
#nayami .flt_l .tit{
    font-size:120%;
    letter-spacing: 0.2em;
}
#nayami .flt_l ul{
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
#nayami .flt_l li{
    width: 48%;
    padding: .8rem 0;
}
#nayami .flt_l li::before{	
	right: 0;
	font-size: 90%;
	bottom: 1.25rem;
}
#nayami .flt_l li:hover::before{	
	right: 0;
}
#nayami .flt_l li dl{
    position: relative;
    padding-top: 1.4em;
}
#nayami .flt_l li dt{
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
}
#nayami .flt_l li dd{
    width: calc(100% - 2.45rem);
    padding-bottom: 0.08em;
}
#nayami .flt_l li dd p:nth-child(1){
    position: absolute;
    top:0;
    left: 0;
    font-size: 78%;
    line-height: 1.4em;
    letter-spacing: normal;
}
#nayami .flt_l li dd p:nth-child(2){
    font-size: 4.3vw;
    letter-spacing: normal;
    line-height: 1.4em;
}
#nayami .flt_l li:nth-child(4) dd p:nth-child(2){
    letter-spacing:normal;
}
/*#nayami .flt_l li:nth-child(4) dd p:nth-child(2) span,
#nayami .flt_l li:nth-child(5) dd p:nth-child(2),
#nayami .flt_l li:nth-child(10) dd p:nth-child(2){
    letter-spacing: -0.1em;
}*/
#nayami .flt_l li:nth-child(8) dd p:nth-child(2) span{
    margin-left: -0.5em;
}
}





/* ブログ
---------------------------------------------------------*/
#blog > .w1130{
	position: relative;
	z-index: 2;
}
#blog > .w1130::before{
	position: absolute;
	content: "";
	background: url("../images/bg_deco8@2x.png") no-repeat right bottom;
	background-size: 100% auto;
	width: 342px;
	height: 342px;
	right:-140px;
	bottom:-120px;
	z-index:-1;
	animation:fuwa_img_r ease-in-out 5s infinite alternate;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1499px) {
#blog > .w1130::before{
	width: 23vw;
	height:23vw;
	right:-9vw;
	bottom:-8vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#blog > .w1130::before{
	right:-6vw;
	bottom:-4vw;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) {
#blog > .w1130::before{
	width: 53vw;
	height:53vw;
	right:-14vw;
	bottom:-12vw;
}
}





/* RECRUITMENT
---------------------------------------------------------*/
#recruitment .bg{
    position: relative;
    border-top:1px solid #d9d7d6;
    padding: 80px 0 65px;    
    text-align: right;
	z-index: 1;
}
#recruitment .bg::before{
    position: absolute;
    display: block;
    content: "";
    background: url("../images/top/rec_bg@2x.jpg")no-repeat top left;
    background-size: auto 100%;
    width: 750px;
    height: 100%;
    top:0;
    left: 0;
    z-index: -1;
    opacity: 0;
}
#recruitment .bg.anime_on::before{ /*anime*/
    opacity: 1;
	transition: 1s linear;
	transition-delay:0s;
}
#recruitment .inbox{
    position: relative;
    width: 90%;
    max-width: 1019px;
    margin: auto 0 auto auto;
    text-align: left;
}
#recruitment .inbox .txtbox{
    width: 80%;
}
#recruitment .inbox .txtbox .tit{
    width: 75%;
}
#recruitment .inbox .txtbox dt{
    font-size: 185%;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
#recruitment .inbox .btn{
    position: absolute;
    bottom: 0;
    right: 0;
    background: #F197B0;
    border-radius: 50%;
	transition:1.5s;
}
#recruitment .inbox .btn:hover{
    background: #efc84b;
	transition:0.6s;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
#recruitment .bg{
    padding: 7% 0 5%;
}
#recruitment .bg::before{
    max-width: 63%;
    height: 100%;
}
#recruitment .inbox{
    width: 70%;
}
#recruitment .inbox .txtbox{
    width: 75%;
}
#recruitment .inbox .txtbox .tit{
    width: 100%;
}
#recruitment .inbox .txtbox dt{
    font-size: 160%;
    line-height: 1.5em;
    margin-bottom: .5rem;
    margin-top:1rem;
}
#recruitment .inbox .btn{
    width: 22%;
    max-width: 136px;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
#recruitment .bg{
    padding: 23% 0 8%;
}
#recruitment .bg::before{
    background-size: 100% auto;
    width: 100%;
    height: 337px;
}
#recruitment .inbox{
    width: 100%;
}
#recruitment .inbox .txtbox{
    width: 100%;
}
#recruitment .inbox .txtbox .tit{
    width: 90%;
}
#recruitment .inbox .txtbox dt{
    font-size:6vw;
	letter-spacing: 0.05em;
    margin-bottom: .4rem;
}
#recruitment .inbox .txtbox dd{
    width: 72%;
}
#recruitment .inbox .btn{
    width: 25%;
}
}