@charset "utf-8";
/* CSS Document */

#home div:after,#home ul:after{
	display: none;
}
.pc{ display: block; }
.sp{ display: none; }
@media screen and (max-width: 737px) {
.pc{ display: none; }
.sp{ display: block; }
}

#lean_overlay {
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}
#div787,
#div788,
#div1000{
  background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  display: none;
  padding: 30px;
  width: 60%;
  border-radius:7px;
	box-sizing: border-box;
	margin: 0 auto;
	text-align: center;
 }
.modal_close{ 
  position: absolute;
  top: 12px;
  right: 12px;
  display: block; 
  width: 14px;
  height: 14px; 
  background: url(../img/modal_close.png);
  z-index: 2;
}
#div787 p,
#div1000 p{
    font-size:16px;
    font-weight:normal;
    line-height:1.4; 
    margin:0 0 20px;
}
#div787 p span{
color: #e20000;
font-size: 20px;
font-weight: bolder;
}
#div787 .box .btnBox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#div787 .box .btnBox a{
  display: block;
  width: 48%;
  margin: 0 0 10px;
  color: #fff;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 20px;
  transition: .3s;
}
#div787 .box .btnBox img{
	width: 100%;
}
#div787 .box .btnBox a:hover{
	opacity: .7;
}
#div787 .box .btnBox a:nth-child(1){
	display: none;
	font-size: 18px;
}
@media screen and (max-width: 737px) {
	#div787,
	#div788,
	#div1000{
	  padding: 10px;
	  width: 90%;
	 }
	#div787 .box .btnBox{
		display: block;
	}
	#div787 .box .btnBox a{
	  font-size: 14px;
	  width: 100%;
	}
	#div787 .box .btnBox a .txt-gold{
		color: #B99557;
		font-size: 4.0vw;
		font-weight: bold;
	}
	#div787 .box .btnBox a:nth-child(1){
		display: block;
	}
}

#home #visual {
  background: url(../../imgs_new/home/mv.jpg) no-repeat center top;
  min-height: 900px;
  background-size: auto;
  box-sizing: border-box;
  position: relative;
}
#home #visual .txtBox{	
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10%;
	color: #fff;
	text-align: left;
}
#home #visual .txtBox .t1{
	font-size: 120px;
	line-height: 1;
	text-shadow: 0 2px 15px rgba(0,0,0,.5);
	margin-bottom: 20px;
}
#home #visual .txtBox span{
	font-size: 100px;
}
#home #visual .txtBox .t2{
	font-size: 60px;
	line-height: 1;
	text-shadow: 0 2px 15px rgba(0,0,0,.5);
	margin-bottom: 40px;
}
#home #visual .txtBox .t3{
	font-size: 30px;
	line-height: 1.8;
	text-shadow: 0 2px 15px rgba(0,0,0,.5);
}
#home #visual .bn{
	max-width: 1000px;
	width: 90%;
	position: absolute;
	bottom: -135px;
	left: 50%;
	transform: translate(-50%,50%);
}
#home #visual .bn img{
	width: 100%;
}
#home #visual .bn a{
	transition: .3s;
}
#home #visual .bn a:hover{
	opacity: .7;
}

#home #visual .bn {
	font-size: clamp(13px, 1.5vw, 20px);
	font-weight: bold;
	color: #fff;
}
#home #visual .bn .siteLink{
	font-size: clamp(13px, 1.5vw, 20px);
	font-weight: bold;
	color: #fff;
	display: inline-block;
	text-decoration: underline;
}
#home #visual .bn .siteLink-last{
	margin: 10px 0 20px;
}
@media  screen and (min-width: 738px) {
	#home #visual .bn .siteLink:hover{
		text-decoration: none;
	}
}
@media screen and (max-width: 1280px) {
	#home #visual .txtBox .t1{
		font-size: 9vw;
		margin-bottom: 2%;
	}
	#home #visual .txtBox span{
		font-size: 7vw;
	}
	#home #visual .txtBox .t2{
		font-size: 5vw;
		margin-bottom: 4%;
	}
	#home #visual .txtBox .t3{
		font-size: 2.4vw;
	}
}
@media screen and (max-width: 737px) {
	#home #visual {
	  /*background: url(../../imgs_new/home/mv_sp.jpg) no-repeat center top / contain;*/
	  background: url(../../imgs_new/home/mv_sp.jpg) no-repeat center top / cover;
	  min-height: auto;
	  height: calc(100vh - 280px);
	}
	#home #visual .txtBox{	
		position: initial;
		top: initial;
		transform: none;
		left: initial;
		padding: 10% 4% 10%;
	}
	#home #visual .txtBox .t1{
		font-size: clamp(48px,5.7vw,60px);
		margin-bottom: 2%;
	}
	#home #visual .txtBox span{
		font-size: clamp(36px,4.7vw,50px);
	}
	#home #visual .txtBox .t2{
		font-size: clamp(24px,3.7vw,40px);
		margin-bottom: 5%;
	}
	#home #visual .txtBox .t3{
		font-size: clamp(12px,1.8vw,20px);
	}
	#home #visual .bn{
		max-width: 440px;
		width: 90%;
		transform: translate(-50%, 25%);
		bottom: 2%;
	}
	
	#home #visual .bn .siteLink-last{
		margin: 5px 0 20px;
	}
	#home #visual .bn .siteLink:hover{
		text-decoration: underline;
	}
}

#home .conts{
	padding: 100px 0;
}
#home .conts img{
	width: 100%;
}
#home .titBox{
	text-align: center;
	font-size: 60px;
	line-height: 1.4;
	position: relative;
	padding: 50px 0;
}
#home .titBox p{
	position: relative;
	z-index: 2;
}
#home .titBox p strong{
	font-size: 84px;
}
#home .titBox .en{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
#home .titBox .en img{
	width: 100%;
}
#home .contact_bn{
	position: relative;
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}
#home .contact_bn .btn{
	position: absolute;
	bottom: 45px;
	right: 45px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: none;
	border: none;
	padding: 0;
}
#home .contact_bn .btn:hover{
	background: none;
}
#home .contact_bn .btn p{
	width: 48%;
}
#home .contact_bn .btn p a{
	display: block;
	transition: .3s;
}
#home .contact_bn .btn p a:hover{
	opacity: .7;
}
#home .contact_bn.sp{
	display: none;
}
#home .btnBox .more,
#home .btn{
	text-decoration: none;
	font-size: 18px;
	background-color: #B99557;
	border: solid 1px #B99557;
	padding: 20px;
	display: block;
	color: #fff;
	position: relative;
	transition: .3s;
}
#home .btnBox .more:after,
#home .btn:after{
	content: '';
	width: 26px;
	height: 4px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: skew(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	transition: .3s;
}
#home .btnBox .more:hover,
#home .btn:hover{
	background-color: #fff;
	color: #B99557;
}
#home .btnBox .more:hover:after,
#home .btn:hover:after{
	right: 5px;
	border-color: #B99557;
}
@media screen and (max-width: 737px) {
	#home .conts{
		padding: 50px 0;
	}
	#home .titBox{
		font-size: 28px;
		padding: 10px 0 15px;
	}
	#home .titBox p strong{
		font-size: 30px;
		line-height: 1;
	}
	#home .titBox .en{
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		z-index: 1;
		max-width: 300px;
		width: 90%
	}
	#home .contact_bn.pc{
		display: none;
	}
	#home .contact_bn.sp{
		display: block;
	}
	#home .contact_bn .tel{
		position: absolute;
		bottom: 18%;
		width: 82%;
		left: 10%;
	}
	#home .contact_bn .btn{
		position: absolute;
		bottom: -4%;
		right: initial;
		width: 84%;
		left: 10%;
	}
	#home .contact_bn .btn p{
		width: 48%;
	}
	#home .btnBox .more,
	#home .btn{
		font-size: 14px;
		padding: 15px 10px;
	}
	#home .btnBox .more:after,
	#home .btn:after{
		width: 16px;
		height: 3px;
	}
}

#home .reason{
	background-color: #171717;
	padding: 100px 0 ;
}
#home .reason .titBox{
	color: #fff;
}
#home .reason .titBox .en{
	max-width: 1305px;
	width: 90%;
}
#home .reason ul{
	padding-bottom: 150px;
}
#home .reason ul li{
	position: relative;
	padding-top: 240px;
	margin-bottom: 50px;
}
#home .reason ul li:before{
	content: '';
	position: absolute;
	top: 0;
	width: 46%;
	height: 550px;
	z-index: 1;
}
#home .reason ul li:nth-child(odd):before{
	left: 0;
}
#home .reason ul li:nth-child(even):before{
	right: 0;
}
#home .reason ul li:nth-child(1):before{
	background: url(../../imgs_new/home/reason_img01.jpg) no-repeat center top / cover;
}
#home .reason ul li:nth-child(2):before{
	background: url(../../imgs_new/home/reason_img02.jpg) no-repeat center top / cover;
}
#home .reason ul li:nth-child(3):before{
	background: url(../../imgs_new/home/reason_img03.jpg) no-repeat center top / cover;
}
#home .reason ul li:nth-child(4):before{
	background: url(../../imgs_new/home/reason_img04.jpg) no-repeat center top / cover;
}
#home .reason ul li:nth-child(5):before{
	background: url(../../imgs_new/home/reason_img05.jpg) no-repeat center top / cover;
}
#home .reason ul li:nth-child(6):before{
	background: url(../../imgs_new/home/reason_img06.jpg) no-repeat center top / cover;
}
#home .reason ul li .inBox{
	border: solid 1px #B99557;
	width: 80%;
	margin: 0 0 0 auto;
	position: relative;
	color: #fff;
	font-size: 18px;
	line-height: 1.8;
	box-sizing: border-box;
}
#home .reason ul li:nth-child(odd) .inBox{
	border-right: none;
}
#home .reason ul li:nth-child(even) .inBox{
	margin: 0 auto 0 0;
	border-left: none;
}
#home .reason ul li .inBox .txtBox{
	position: relative;
	padding: 30px;
	box-sizing: border-box;
}
#home .reason ul li:nth-child(odd) .inBox .txtBox{
	padding-left: 36%;
}
#home .reason ul li:nth-child(even) .inBox .txtBox{
	padding-right: 36%;
}
#home .reason ul li .inBox .txtBox .badge{
	position: absolute;
	max-width: 229px;
	width: 50%;
	top: -90%;
	right: 20%;
	z-index: 1;
}
#home .reason ul li .inBox .txtBox .card{
	max-width: 247px;
	width: 90%;
	margin-top: 10px;
}
#home .reason ul li .inBox .txtBox .num{
	position: absolute;
	top: 0;
	right: 30px;
	transform: translateY(-50%);
	max-width: 192px;
	width: 192px;
	z-index: 1;
}
#home .reason ul li:nth-child(even) .inBox .txtBox .num{
	right: 36%;
}
#home .reason ul li .inBox .txtBox .t1{
	color: #B99557;
	font-size: 48px;
	line-height: 1.4;
	margin-bottom: 20px;
}
@media screen and (max-width: 1380px) {
	#home .reason ul li .inBox{
		font-size: 1.4vw;
	}
	#home .reason ul li .inBox .txtBox .t1{
		font-size: 3.4vw;
	}
}
@media screen and (max-width: 737px) {
	#home .reason{
		/*padding: 10% 0 50px;*/
        padding: 50px 0;
	}
	#home .reason .titBox{
		margin-bottom: 30px;
	}
	#home .reason ul{
		padding-bottom: 10px;
	}
	#home .reason ul li{
		padding-top: 60%;
		margin-bottom: 50px;
	}
	#home .reason ul li:before{
		content: '';
		display: block;
		width: 100%;
		height: 0;
		padding-top: 64%;
		z-index: 1;
	}
	#home .reason ul li:nth-child(odd):after{
		left: 0;
	}
	#home .reason ul li:nth-child(even):after{
		right: 0;
	}
	#home .reason ul li .inBox{
		width: 90%;
		font-size: 13px;
	}
	#home .reason ul li:nth-child(1):before{
		background: url(../../imgs_new/home/reason_img01_sp.jpg) no-repeat center top / contain;
	}
	#home .reason ul li:nth-child(2):before{
		background: url(../../imgs_new/home/reason_img02_sp.jpg) no-repeat center top / contain;
	}
	#home .reason ul li:nth-child(3):before{
		background: url(../../imgs_new/home/reason_img03_sp.jpg) no-repeat center top / contain;
	}
	#home .reason ul li:nth-child(4):before{
		background: url(../../imgs_new/home/reason_img04_sp.jpg) no-repeat center top / contain;
	}
	#home .reason ul li:nth-child(5):before{
		background: url(../../imgs_new/home/reason_img05_sp.jpg) no-repeat center top / contain;
	}
	#home .reason ul li:nth-child(6):before{
		background: url(../../imgs_new/home/reason_img06_sp.jpg) no-repeat center top / contain;
	}
	#home .reason ul li:nth-child(odd) .inBox .txtBox{
		padding: 40px 10px 10px;
	}
	#home .reason ul li:nth-child(even) .inBox .txtBox{
		padding: 40px 10px 10px;
	}
	#home .reason ul li .inBox .txtBox .badge{
		position: absolute;
		max-width: 108px;
		width: 50%;
		top: -40%;
		left: 20px;
		right: initial;
		z-index: 1;
	}
	#home .reason ul li .inBox .txtBox .num{
		position: absolute;
		top: 0;
		right: 30px;
		transform: translateY(-50%);
		max-width: 96px;
		width: 96px;
	}
	#home .reason ul li:nth-child(even) .inBox .txtBox .num{
		right: 30px;
	}
	#home .reason ul li .inBox .txtBox .t1{
		color: #B99557;
		font-size: 20px;
		line-height: 1.4;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 480px) {
	#home .reason{
		/*padding: 10% 0 50px;*/
        padding: 20% 0 50px;
	}	
}

#home .package .txt{
	text-align: center;
	color: #B99557;
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 20px;
	font-weight: bold;
}
#home .package ul{
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	/*justify-content: flex-start;*/
    justify-content: center;
	flex-wrap: wrap;
}
#home .package ul li{
	/*width: 48%;*/
    width: 52%;
	box-sizing: border-box;
	padding: 20px;
	border: solid 1px #B99557;
	/*margin: 0 4% 4% 0;*/
    margin: 0 0 4%;
}
#home .package ul li:nth-child(even){
	margin-right: 0;
}
#home .package ul li .t1{
	color: #B99557;
	font-size: 30px;
	line-height: 1;
    display: flex;
    align-items: center;
  margin-bottom: 20px;
}
#home .package ul li .t1:before,
#home .package ul li .t1:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #B99557;
}
#home .package ul li .t1:before {
    margin-right: 1rem;
}
#home .package ul li .t1:after {
    margin-left: 1rem;
}
#home .package ul li .price{
	color: #C73131;
	font-size: 38px;
	line-height: 1;
	font-weight: bold;
}
#home .package ul li .price s{
	display: block;
	font-size: 22px;
	line-height: 1;
	margin: 0 0 10px;
	font-weight: bold;
	color: #B99557;
}
#home .package ul li .price s span{
	font-size: 26px;
}
#home .package ul li .price strong{
	font-size: 58px;
}
@media screen and (max-width: 1050px) {
	#home .package ul li .price{
		font-size: 3vw;
	}
	#home .package ul li .price s{
		font-size: 2vw;
	}
	#home .package ul li .price s span{
		font-size: 2.6vw;
	}
	#home .package ul li .price strong{
		font-size: 5.8vw;
	}
}
@media screen and (max-width: 737px) {
	#home .package .txt{
		font-size: 13px;
		line-height: 1.4;
		margin: 0 20px 20px;
	}
	#home .package ul li{
		/*width: 49%;*/
        width: 98%;
		padding: 10px;
		border: solid 1px #B99557;
		/*margin: 0 .5% 2%;*/
        margin: 0 0 2%;
	}
	#home .package ul li .t1{
		font-size: 3vw;
	}
	#home .package ul li .t1:before {
	    margin-right: .3rem;
	}
	#home .package ul li .t1:after {
	    margin-left: .3rem;
	}
	#home .package ul li .price{
		font-size: 3.2vw;
		margin-top: 10px;
	}
	#home .package ul li .price s{
		font-size: 3vw;
		margin-bottom: 5px;
	}
	#home .package ul li .price s span{
		font-size: 3.6vw;
	}
	#home .package ul li .price strong{
		font-size: 5.8vw;
	}
}

#home .coating{
	background: url(../../imgs_new/home/coating_bg.jpg) no-repeat center bottom / cover;
}
#home .coating .list{
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}
#home .coating .list .oneBox{
	border: solid 1px #B99557;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 40px;
	background-color: #fff;
	box-shadow: 0 2px 6px rgba(0,0,0,.3);
}
#home .coating .list .oneBox .nameBox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	flex-flow: row-reverse;
	border-bottom: solid 1px #B99557;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#home .coating .list .oneBox .nameBox .name{
	font-size: 38px;
	line-height: 1;
	color: #B99557;
}
#home .coating .list .oneBox .nameBox .cat{
	display: flex;
	justify-content: flex-end;

}
#home .coating .list .oneBox .nameBox .cat span{
	display: inline-block;
	padding: 5px 10px;
	border-radius: 50px;
	color: #fff;
	margin-left: 10px;
}
#home .coating .list .oneBox .nameBox .cat span.gr{
	background-color: #A5A5A5;
}
#home .coating .list .oneBox .nameBox .cat span.bl{
	background-color: #3F4A6A;
}
#home .coating .list .oneBox .nameBox .cat span.red{
	background-color: #A43232;
}
#home .coating .list .oneBox .t1{
	font-size: 28px;
	line-height: 1.4;
	margin-bottom: 20px;
}
#home .coating .list .oneBox .inBox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#home .coating .list .oneBox .inBox .img{
	min-width: 460px;
	width: 460px;
}
#home .coating .list .oneBox .inBox .txtBox{
	width: calc(100% - 480px);
}
#home .coating .list .oneBox .inBox .txtBox .data{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border: solid 1px #B99557;
	box-sizing: border-box;
	padding: 10px 10px 1px;
	margin-bottom: 20px;
}
#home .coating .list .oneBox .inBox .txtBox .data ul{
	width: 48%;
}
#home .coating .list .oneBox .inBox .txtBox .data ul li{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	font-size: 18px;
	margin-bottom: 10px;
}
#home .coating .list .oneBox .inBox .txtBox .data ul strong{
	min-width: 5rem;
	width: 5rem;
	display: block;
}
#home .coating .list .oneBox .inBox .txtBox .data ul span{
}
#home .coating .list .oneBox .inBox .txtBox .data ul.seino1 span{
	color: #B99557;
}
#home .coating .list .oneBox .inBox .txtBox .price{
	font-size: 38px;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 15px;
}
#home .coating .list .oneBox .inBox .txtBox .price span{
	display: block;
	font-size: 20px;
}
#home .coating .list .oneBox .inBox .txtBox .price strong{
	font-size: 58px;
}
#home .coating .btnBox{
	max-width: 360px;
	width: 94%;
	margin: 60px auto 0;
}
@media screen and (max-width: 1050px) {
	#home .coating .list .oneBox .inBox{
		display: block;
	}
	#home .coating .list .oneBox .inBox .img{
		min-width: auto;
		width: 100%;
		margin-bottom: 20px;
	}
	#home .coating .list .oneBox .inBox .txtBox{
		width: 100%;
	}
	#home .coating .list .oneBox .inBox .txtBox .btn{
		max-width: 300px;
		width: 300px;
		margin: 0 auto;
	}
	#home .coating .btnBox{
		max-width: 280px;
		margin: 40px auto 0;
	}
}
@media screen and (max-width: 737px) {
	#home .coating .list .oneBox{
		padding: 15px;
		margin-bottom: 30px;
		box-shadow: 0 1px 4px rgba(0,0,0,.3);
	}
	#home .coating .list .oneBox .nameBox{
		display: block;
	}
	#home .coating .list .oneBox .nameBox .name{
		font-size: 28px;
	}
	#home .coating .list .oneBox .nameBox .cat{
		justify-content: flex-start;
		margin-bottom: 10px;
		flex-wrap: wrap;
	}
	#home .coating .list .oneBox .nameBox .cat span{
		margin: 0 5px 5px 0;
		font-size: 12px;
	}
	#home .coating .list .oneBox .t1{
		font-size: 18px;
		margin-bottom: 10px;
	}
	#home .coating .list .oneBox .inBox .txtBox .data ul li{
		font-size: 13px;
	}
	#home .coating .list .oneBox .inBox .txtBox .data ul strong{
		min-width: 4rem;
		width: 4rem;
		display: block;
	}
	#home .coating .list .oneBox .inBox .txtBox .price{
		font-size: 28px;
		margin-bottom: 10px;
	}
	#home .coating .list .oneBox .inBox .txtBox .price span{
		display: block;
		font-size: 14px;
	}
	#home .coating .list .oneBox .inBox .txtBox .price strong{
		font-size: 38px;
	}
	#home .coating .list .oneBox .inBox .txtBox .btn{
		max-width: 240px;
		width: 240px;
	}
}

#home .service .list{
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#home .service .list li{
	width: 31%;
	margin: 0 2% 6% 0;
}
#home .service .list li:nth-child(3n){
	margin-right: 0;
}
#home .service .list li a{
	text-decoration: none;
}
#home .service .list li a .name{
	min-height: 40px;
	position: relative;
	margin-bottom: 10px;
}
#home .service .list li a .name span{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	color: #B99557;
}
#home .service .list li a .inBox{
	transition: .3s;
	padding-bottom: 10px;
}
#home .service .list li a:hover .inBox{
	box-shadow: 0 2px 8px rgba(0,0,0,.3);
}
#home .service .list li a .inBox .img{
	position: relative;
}
#home .service .list li a .inBox .off{
	transition: .3s;
	position: relative;
	z-index: 2;
}
#home .service .list li a:hover .inBox .off{
	opacity: 0;
}
#home .service .list li a .inBox .on{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#home .service .list li a .txtBox{
	padding: 20px;
	box-sizing: border-box;
}
#home .service .list li a .txtBox .price{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	color: #B99557;
	margin-bottom: 10px;
}
#home .service .list li a .txtBox .t1{
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 5px 1rem;
	text-indent: -1rem;
}
#home .service .list li a .btn{
	padding: 10px;
	margin: 20px 10px 10px;
}
#home .service .list li a .btn:hover{
	background-color: #B99557;
	color: #fff;
}
#home .service .list li a .btn:hover:after {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	right: 10px;
}
@media screen and (max-width: 737px) {
	#home .service .list{
		margin-top: 20px;
	}
	#home .service .list li{
		width: 49%;
		margin: 0 1% 8% 0;
	}
	#home .service .list li:nth-child(3n){
		margin-right: 1%;
	}
	#home .service .list li:nth-child(2n){
		margin-right: 0;
	}
	#home .service .list li a .name{
		margin-bottom: 5px;
		min-height: 30px;
	}
	#home .service .list li a .name span{
		font-size: 16px;
	}
	#home .service .list li a .inBox{
		border: solid 1px #B99557;
	}
	#home .service .list li a .inBox .off{
		display: none;
	}
	#home .service .list li a .inBox .on{
		position: relative;
	}
	#home .service .list li a .txtBox{
		padding: 10px;
		min-height: auto;
	}
	#home .service .list li a .txtBox .price{
		font-size: 18px;
	}
	#home .service .list li a .txtBox .t1{
		font-size: 13px;
	}
	#home .service .list li a .btn{
		font-size: 12px;
		margin: 10px;
	}
}

#home .enrolled{
	padding-bottom: 55px;
	position: relative;
}
#home .enrolled:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 745px;
	padding-top: 0;
	background: url(../../imgs_new/home/enrolled_bg.jpg) no-repeat center bottom / cover;
}
#home .enrolled .inner{
	max-width: 1300px;
	width: 94%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 0;
	position: relative;
	z-index: 1;
}
#home .enrolled .inner .t1{
	font-size: 38px;
	line-height: 1.6;
	color: #B99557;
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 680px);
}
#home .enrolled .inner .img{
	min-width: 640px;
	width: 640px;
}
#home .enrolled .inner .img span{
	display: block;
	margin-top: 10px;
	color: #fff;
	font-weight: bold;
}
#home .enrolled .inner .txtBox{
	width: calc(100% - 680px);
	color: #fff;
	padding-top: 220px;
}
#home .enrolled .inner .txtBox .t2{
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
}
#home .enrolled .inner .txtBox .t3{
	font-size: 16px;
}
#home .enrolled .inner .txtBox .btnBox{
	max-width: 360px;
	margin: 30px 0 0;
}
@media screen and (max-width: 1400px) {
	#home .enrolled:after{
		height: 0;
		padding-top: 74%;
	}
	#home .enrolled .inner .img{
		min-width: auto;
		width: 52%;
	}
	#home .enrolled .inner .t1{
		width: 45%;
		font-size: 2.6vw;
	}
	#home .enrolled .inner .txtBox{
		width: 45%;
		padding-top: 17%;
	}
	#home .enrolled .inner .txtBox .t2{
		font-size: 2vw;
		margin-bottom: 3%;
	}
	#home .enrolled .inner .txtBox .t3{
		font-size: 1.4vw;
	}
}
@media screen and (max-width: 1040px) {
	#home .enrolled:after{
		padding-top: 77%;
	}
	#home .enrolled .inner .txtBox{
		padding-top: 16%;
	}
}
@media screen and (max-width: 840px) {
	#home .enrolled:after{
		padding-top: 81%;
	}
}
@media screen and (max-width: 737px) {
	#home .enrolled{
		padding-bottom: 30px;
	}
	#home .enrolled:after{
		height: 70%;
		padding-top: 0;
		background: url(../../imgs_new/home/enrolled_bg.jpg) no-repeat center bottom / cover;
	}
	#home .enrolled .inner{
		display: block;
	}
	#home .enrolled .inner .t1{
		font-size: 5vw;
		position: initial;
		top: initial;
		right: initial;
		width: 100%;
		margin-bottom: 5%;
	}
	#home .enrolled .inner .img{
		min-width: auto;
		width: 100%;
		margin-bottom: 5%;
	}
	#home .enrolled .inner .txtBox{
		width: 100%;
		padding-top: 0;
	}
	#home .enrolled .inner .txtBox .t2{
			font-size: 4vw;
			margin-bottom: 3%;
	}
	#home .enrolled .inner .txtBox .t3{
			font-size: 3.4vw;
	}
}

#home .construction{
	background: url(../../imgs_new/home/construction_bg.jpg) no-repeat center bottom / cover;
	padding: 440px 0 100px;
}
#home .construction .units {
  text-align: center;
  font-size: 80px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 20px;
  color: #C73131;
  padding: 0;
}
#home .construction .units span {
  font-size: 80px;
}
#home .construction .units .mini {
  font-size: 40px;
}
#home .construction .units .grey {
  display: block;
  width: 550px;
  max-width: 100%;
  text-align: right;
  font-size: 13px;
  color: #333;
  font-weight: 400;
  margin: -10px auto 0;
}
#home .construction .units strong {
  font-size: 30px;
  display: inline-block;
  background-color: #C73131;
  color: #fff;
  padding: 3px 15px;
  vertical-align: middle;
  margin: -10px 20px 0 0;
}
#home .construction .units sup{
  font-size: 20px;
  color: #000;
  vertical-align: baseline;
}
#home .construction .midashi{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	color: #B99557;
	width: fit-content;
	margin: 0 auto;
}
#home .construction .midashi span{
	display: block;
	text-align: right;
  font-size: 14px;
  color: #000;
  font-weight: normal;
}
#home .construction ul li{
	background-color: #fff;
}
#home .construction ul li .img{
	padding: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 54%;
}
#home .construction ul li .img img{
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#home .construction ul li .txtBox{
	padding: 20px;
}
#home .construction ul li .data{
	text-align: left;
	padding: 0;
	margin-bottom: 10px;
}
#home .construction ul li .tit{
	text-align: left;
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	color: #B99557;
}
#home .construction .btnBox{
	max-width: 360px;
	width: 94%;
	margin: 60px auto 0;
}
#home .construction .slick-prev{
	background: none;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 20px 0;
	border-color: transparent #b99557 transparent transparent;
	left: 35%;
}
#home .construction .slick-next{
	background: none;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 20px;
	border-color: transparent transparent transparent #b99557;
	right: 36%;
}
@media screen and (max-width: 737px) {
	#home .construction{
		padding: 20% 0 50px;
	}
	#home .construction p{
		margin: 0;
	}
	#home .construction .units {
	  font-size: 40px;
	  margin: 0 0 10px;
	}
	#home .construction .units span {
	  font-size: 40px;
	}
	#home .construction .units .mini {
	  font-size: 20px;
	}
	#home .construction .units strong {
	  font-size: 13px;
	  padding: 3px 10px;
	  margin: -10px 10px 0 0;
	}
	#home .construction .units sup{
	  font-size: 10px;
	}
	#home .construction .midashi{
		font-size: 16px;
	}
	#home .construction span.sp{
		display: block;
		color: #000;
	  font-size: 10px;
	  margin-top: 5px;
	}
	#home .construction .midashi span{
		display: none;
	}
	#home .construction ul li,
	#home .construction ul li:nth-child(2n){
		margin: 0 10px;
	}
	#home .construction ul li .img{
		margin: 0;
	}
	#home .construction ul li .txtBox{
		padding: 10px;
	}
	#home .construction ul li .tit{
		font-size: 16px;
	}
	#home .construction .slick-prev{
		background: none;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 10px 10px 0;
		border-color: transparent #b99557 transparent transparent;
		left: 5%;
	}
	#home .construction .slick-next{
		background: none;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 0 10px 10px;
		border-color: transparent transparent transparent #b99557;
		right: 5%;
	}
	#home .construction .btnBox{
		max-width: 290px;
		width: 94%;
		margin: 30px auto 0;
	}
}

#home .snsList{
	position: relative;
}
#home .snsList:after{
	content: '';
	width: 100%;
	height: 300px;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
#home .snsList .inner{
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}
#home .snsList .inner .oneBox{
	position: relative;
	margin-bottom: 50px;
}
#home .snsList .inner .oneBox .tit{
	display: flex;
	justify-content: flex-start;
	flex-flow: wrap;
	align-items: center;
	margin-bottom: 20px;
}
#home .snsList .inner .oneBox .tit .icon{
	min-width: 60px;
	width: 60px;
	margin-right: 10px;
}
#home .snsList .inner .oneBox .tit .name{
	font-size: 22px;
}
#home .snsList .inner .oneBox .tit .name strong{
	font-size: 30px;
	line-height: 1.2;
	color: #B99557;
	display: block;
}
#home .snsList .inner .oneBox .btnBox{
	position: absolute;
	top: 0;
	right: 0;
	max-width: 300px;
	width: 300px;
}
#home .snsList .inner .oneBox .insta{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
#home .snsList .inner .oneBox .insta li{
	width: 24%;
}
#home .snsList .inner .oneBox .youtube{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
#home .snsList .inner .oneBox .youtube li{
	width: 31%;
}
#home .snsList .inner .oneBox .youtube li iframe{
	width: 100%;
}

/* 2022104 依田追加 */
#home .snsList .inner .oneBox .youtube a:hover{
	opacity: .7;
}
/* 依田追加ここまで */


@media screen and (max-width: 737px) {
	#home .snsList:after{
		height: 200px;
	}
	#home .snsList .inner .oneBox{
		margin-bottom: 30px;
	}
	#home .snsList .inner .oneBox .tit .icon{
		min-width: 30px;
		width: 30px;
		display: block;
	}
	#home .snsList .inner .oneBox .tit .name{
		font-size: 16px;
		width: calc(100% - 40px);
	}
	#home .snsList .inner .oneBox .tit .name strong{
		font-size: 20px;
	}
	#home .snsList .inner .oneBox .btnBox{
		position: initial;
		top: initial;
		right: initial;
		max-width: 280px;
		width: 280px;
		margin: 20px auto 0;
	}
	#home .snsList .inner .oneBox .insta{
		display: flex;
		justify-content: space-between;
		flex-flow: wrap;
	}
	#home .snsList .inner .oneBox .insta li{
		width: 24%;
	}
	#home .snsList .inner .oneBox .youtube{
		display: flex;
		justify-content: space-between;
		flex-flow: wrap;
	}
	#home .snsList .inner .oneBox .youtube li{
		width: 48%;
	}
	#home .snsList .inner .oneBox .youtube li iframe{
		width: 100%;
		height: 150px;
	}
	#home .snsList .inner .oneBox .youtube li:nth-child(5){
		display: none;
	}
}

/* 2022104 依田追加 */
.pc{ display: block; }
.sp{ display: none; }
@media screen and (max-width: 737px) {
.pc{ display: none; }
.sp{ display: block; }
}
/* 依田追加ここまで */

#home .message{
	background: url(../../imgs_new/home/message_bg.jpg) no-repeat center bottom / cover;
	padding: 100px 0;
}
#home .message .inBox{
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	box-sizing: border-box;
	background-color: rgba(65,60,52,.8);
	padding: 50px;
	color: #fff;
	font-size: 18px;
	line-height: 1.8;
}
#home .message .inBox .t1{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 30px;
}
#home .message .inBox .t1 .br{
	display: none;
}
@media screen and (max-width: 737px) {
	#home .message{
		padding: 50px 0;
	}
	#home .message .inBox{
		padding: 20px;
		font-size: 14px;
	}
	#home .message .inBox .t1{
		font-size: 20px;
		margin-bottom: 20px;
	}
	#home .message .inBox .t1 .br{
		display: block;
	}
}

#home .qa .inner{
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}
#home .qa dl{
	border-bottom: solid 1px #B99557;
	padding: 20px 0;
}
#home .qa dl dt{
	display: flex;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	color: #B99557;
	cursor: pointer;
	position: relative;
	padding-right: 20px;
}
#home .qa dl dt:after{
	content: '＋';
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
#home .qa dl dt.open:after{
	content: '−';
}
#home .qa dl dt span{
	display: block;
	margin-right: 10px;
}
#home .qa dl dt p{
	display: block;
}
#home .qa dl dd{
	display: none;
}
#home .qa dl dd .box {
	display: flex;
	font-size: 16px;
	padding-top: 10px;
}
#home .qa dl dd .box span{
	font-weight: bold;
	color: #C73131;
	display: block;
	margin-right: 10px;
	font-size: 20px;
}
#home .qa dl dd .box strong{
	display: block;
	font-size: 20px;
	margin-bottom: 5px;
}
#home .qa .btnBox{
	max-width: 360px;
	width: 94%;
	margin: 60px auto 0;
}
@media screen and (max-width: 737px) {
	#home .qa .titBox .en{
		max-width: 160px;
	}
	#home .qa dl{
		padding: 15px 0;
	}
	#home .qa dl dt{
		font-size: 16px;
	}
	#home .qa dl dd .box {
		font-size: 14px;
	}
	#home .qa dl dd .box span{
		font-size: 16px;
	}
	#home .qa dl dd .box strong{
		display: block;
		font-size: 16px;
	}
	#home .qa .btnBox{
		max-width: 290px;
		width: 94%;
		margin: 30px auto 0;
	}
}

#home .info{
	background-color: #171717;
}
#home .info .titBox p{
	color: #fff;
}
#home .info .list{
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
#home .info .list li{
	width: 31%;
	background-color: #fff;
}
#home .info .list li a{
	text-decoration: none;
	display: block;
}
#home .info .list li a .img{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56%;
	overflow: hidden;
}
#home .info .list li a .img img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: auto;
}
#home .info .list li a .txtBox{
	padding: 15px;
}
#home .info .list li a .txtBox .tit{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	color: #B99557;
}
#home .info .btnBox{
	max-width: 360px;
	width: 94%;
	margin: 60px auto 0;
}
#home .info .btnBox .more{
	background-color: #000;
	color: #fff;
	border-color: #fff;
}
#home .info .btnBox .more:hover{
	background-color: #fff;
	color: #000;
}
@media screen and (max-width: 737px) {
	#home .info .list li a .txtBox{
		padding: 10px;
	}
	#home .info .list li a .txtBox .tit{
		font-size: 14px;
	}
	#home .info .btnBox{
		max-width: 290px;
		width: 94%;
		margin: 30px auto 0;
	}
}

#home .voice h2{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 20px;
}
#home .voice .area-voice-list{
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 737px) {
	#home .voice .area-voice-list{
		display: block;
	}
	#home .voice .area-voice-list li{
		margin: 0 0 10px;
	}
}

#home .store{
	position: relative;
}
#home .store:after{
	content: '';
	width: 100%;
	height: 300px;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
#home .store .titBox p br{
	display: none;
}
#home .store .list{
	display: flex;
	justify-content: center;
	flex-flow: wrap;
	max-width: 1600px;
	width: 94%;
	margin: 0 auto;
}
#home .store .list li{
	width: 31%;
	margin: 0 3.5% 4% 0;
}
#home .store .list li:nth-child(3n){
	margin-right: 0;
}
#home .store .list li .inBox{
	background-color: #fff;
	width: 94%;
	margin: -14% auto 0;
	box-sizing: border-box;
	box-shadow: 0 2px 7px rgba(0,0,0,.3);
	padding: 20px;
	position: relative;
	z-index: 10;
	font-size: 16px;
	line-height: 1.6;
}
#home .store .list li .inBox .name{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	color: #B99557;
}
#home .store .list li .inBox .t1{
	min-height: 80px;
}
#home .store .list li .inBox .btnBox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 10px;
}
#home .store .list li .inBox .btnBox .btn2{
	width: 49%;
	text-decoration: none;
	font-size: 16px;
	box-sizing: border-box;
	border: solid 1px #B99557;
	padding: 15px;
	display: block;
	color: #B99557;
	position: relative;
	transition: .3s;
}
#home .store .list li .inBox .btnBox .btn2:after{
	content: '';
	width: 26px;
	height: 4px;
	border-bottom: 1px solid #B99557;
	border-right: 1px solid #B99557;
	transform: skew(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	transition: .3s;
}
#home .store .list li .inBox .btnBox .btn2:hover{
	background-color: #fff;
	color: #B99557;
}
#home .store .list li .inBox .btnBox .btn2:hover:after{
	right: 5px;
	border-color: #B99557;
}
@media screen and (max-width: 737px) {
	#home .store .titBox p br{
		display: block;
	}
	#home .store .titBox span{
		display: none;
	}
	#home .store .titBox .en{
		max-width: 180px;
	}
	#home .store .list li{
		width: 49%;
		margin: 0 2% 4% 0;
	}
	#home .store .list li:nth-child(3n){
		margin-right: 2%;
	}
	#home .store .list li:nth-child(2n){
		margin-right: 0;
	}
	#home .store .list li .inBox{
		padding: 10px;
		font-size: 14px;
	}
	#home .store .list li .inBox .name{
		font-size: 16px;
	}
	#home .store .list li .inBox .t1{
		min-height: 100px;
	}
	#home .store .list li .inBox .btnBox .btn2{
		width: 100%;
		font-size: 14px;
		padding: 10px;
		margin-top: 5px;
	}
	#home .store .list li .inBox .btnBox .btn2:after{
		width: 16px;
		height: 3px;
	}
}

#home .sponsor .list{
	display: flex;
	justify-content: flex-start;
	flex-flow: wrap;
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}
#home .sponsor .list li{
	width: 49%;
	margin: 0 2% 2% 0;
}
#home .sponsor .list li:nth-child(2n){
	margin-right: 0;
}
@media screen and (max-width: 737px) {
#home .sponsor .list{
	display: block;
}
#home .sponsor .list li{
	width: 100%;
	margin: 0 0 2% 0;
}
}

#request #cont .cBox01 .img-bnr{
	text-align: center;
}
#request #cont .cBox01 .img-bnr img{
	max-width: 100%;
}


/*** 23.04.14 無料診断ページ用 追記 ***/
#request .flow{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 40px 0 60px;
}
#request .flow:after{
	display: none;
}
#request .flow li{
	width: calc(100% / 3 - 30px);
	background-color: #EFEFEF;
	box-sizing: border-box;
	padding: 50px 20px 20px;
	position: relative;
}
#request .flow li:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 0 40px 40px;
	border-color: transparent transparent transparent #EFEFEF;
	position: absolute;
	top: 50%;
	right: -40px;
	transform: translateY(-50%);
}
#request .flow li:last-child:after{
	display: none;
}
#request .flow li .num{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: 0;
	background-color: #032C52;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	list-style: 50px;
	width: 50px;
	height: 50px;
	border-radius: 50px;
}
#request .cBox01 .flow li .icon{
	max-width: 110px;
	margin: 0 auto 10px;
}
#request .flow li .txt1{
	color: #032C52;
	font-size: 18px;
	font-weight: bold;
	list-style: 1.4;
	margin: 0 auto 10px;
}
#request .flow li .txt2{
	font-size: 14px;
	list-style: 1.6;
	margin: 0;
	text-align: left;
}
@media screen and (max-width: 737px) {
	#request .flow{
		display: block;
		padding: 20px 0 40px;
	}
	#request .flow li{
		width: 100%;
		padding: 30px 15px 15px;
		margin: 0 0 50px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
	}
	#request .flow li:after{
		border-width: 20px 20px 0 20px;
		border-color: #EFEFEF transparent transparent transparent;
		top: initial;
		right: initial;
		bottom: -20px;
		left: 50%;
		transform: translateX(-50%);
	}
	#request .flow li:last-child{
		margin-bottom: 0;
	}
	#request .flow li:last-child:after{
		display: none;
	}
	#request .cBox01 .flow li .icon{
		max-width: 90px;
		width: 90px;
		margin: 0;
	}
	#request .flow li .txt-box{
		width: calc(100% - 115px);
	}
	#request .flow li .txt1{
		text-align: left;
		margin-bottom: 5px;
	}
}

/*** 25.01.23 インタビュー記事用 追記 ***/
#interview #visual{
	background: url(../../imgs_new/interview/visual.jpg?ver=250714) center center no-repeat #F2F2F2;
}
#interview .intro{
	text-align: center;
	padding: 150px 0 100px;
}
#interview .intro p.catch {
	margin: 0 0 20px;
	text-align: center;
	color: #fff;
	font-size: 1.143em;
	line-height: 1.1;
}
#interview .intro p.catch span {
	padding: 5px 20px 3px;
	background-color: #001527;
	border-radius: 15px;
	display: inline-block;
}
#interview .intro h3 {
	margin: 0 0 40px;
	text-align: center;
	color: #001527;
	font-size: 2.429em;
	line-height: 1.2;
}
#interview .intro .txt{
	font-size: 1.143em;
}
#interview .list{
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 30px;
}
#interview .list li{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0 0 80px;
}
#interview .list li .img{
	min-width: 420px;
	width: 420px;
}
#interview .list li.reverse .img{
  order: 2;
}
#interview .list li .img img{
	width: 100%;
}
#interview .list li .txt-box{
	width: calc(100% - 470px);
}
#interview .list li .txt-box--full{
	width: 100%;
}
#interview .list li.reverse .txt-box{
  order: 1;
}
#interview .list li .txt-box .midashi{
	font-size: 1.571em;
	font-weight: bold;
	border-bottom: solid 1px #D5D5D5;
	padding-bottom: 10px;
	margin: 40px 0 20px;
}
#interview .list li .txt-box .midashi:first-of-type{
	margin-top: 0;
}
#interview .list li .txt-box .txt{
	font-size: 1.143em;
}
@media screen and (max-width: 737px) {
	#interview #visual .inner{
		padding: 50px 10px 0;
	}
	#interview .intro{
		text-align: center;
		padding: 70px 0 50px;
	}
	#interview .intro p.catch span {
		padding: 5px 10px;
	}
	h3 {
		margin: 0 0 20px;
		font-size: 1.714em;
		line-height: 1.4;
	}
	#interview .list{
		padding-bottom: 20px;
	}
	#interview .list li{
		display: block;
		margin: 0 0 40px;
	}
	#interview .list li .img{
		min-width: auto;
		max-width: 500px;
		width: 100%;
		margin: 0 auto 10px;
	}
	#interview .list li .txt-box{
		width: 100%;
	}
	#interview .list li .txt-box .midashi{
		margin: 20px 0 10px;
		font-size: 1.429em;
	}
}

/****25.02.20 追記 ****/
@media screen and (max-width: 737px) {
	.fix-ft-btn{
		transform: translateY(100%);
		transition: .3s;
	}
	.fix-ft-btn.move{
		transform: translateY(0);
	}
}	