@charset "utf-8";
/* CSS Document */
*{
	box-sizing:border-box;
	padding:0;
	margin:0;
	word-break:normal;
	word-wrap:break-word;

}
body{
	font-family: "UDDigiKyokashoN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W6", "メイリオ","Meiryo",Arial, sans-serif;
	/*font-family: "Yu Mincho", "游明朝", "游明朝体", "	Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "MS Mincho", "ＭＳ 明朝", "	MS PMincho", "ＭＳ Ｐ明朝", "Sawarabi Mincho";*/
	background-color:#fff;
	color:#000;
	font-size: 14px;
	line-height: 1.7;
}
img{
	display: block;
	vertical-align:bottom;
	margin:0;
	padding:0;
	border:0;
	max-width:100%;
}
.clearfix:before,
.clearfix:after{
	display: table;
  	content: " ";
}
.clearfix:after{
	clear: both;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
ul li{
	list-style:none;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0px;
}


.fixedcontainer{
	width:1080px;
	margin:0 auto;
	padding:0px;
}
a{
	color: inherit;
}
a:visited,
a:link,
a:hover,
a:active,
a:focus{
	outline:none;
	text-decoration:none;
}
a:hover{
	opacity:0.8;
	transition:opacity 0.5s ease;
}


.red{
	color:#ed1c24;
}
.bkyellow{
	background-color:#fff100;
}
.bold{
	font-weight:bold;
}
.btline{
	text-decoration:underline;	
}
.underline{
	text-decoration:underline;
}
.text-center{
	text-align:center;
}
.text-left{
	text-align:left;
}
.text-right{
	text-align:right;
}
.visible-tablet{
	display:none;
}
.hidden-tablet{
	display:block;
}
.visible-sp{
	display:none;
}
.hidden-sp{
	display:block;
}
.visible-xs{
	display:none;
}
.hidden-xs{
	display:block;
}
.visible-500{
	display:none;
}
.hidden-500{
	display:block;
}
.flex{
  display:-webkit-flex;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    flex-direction:row;
    flex-wrap: nowrap;
}
/*-------------header----------------------*/
header{
	position: relative;
	z-index: 2;
}
.top_triangle1{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 132px 60vw 0 0;
	border-color: #533b24 transparent transparent transparent;
}
.top_triangle2{
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 60vw 132px 0;
	border-color: transparent #bd3d3e transparent transparent;
}
.logo{
	position: absolute;
	left: 30px;
	top: 20px;
}
#main{
	height: 80vh;
	background: url(../img/main.png) no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
}
.main_flower1{
	position: absolute;
	left: 0;
	bottom: 0;
}
.main_flower2{
	position: absolute;
	top: 100px;
	right: 0;
}
.main_in{
	position: absolute;
	bottom: 100px;
	width: 100%;
	left: 0;
}
.main_btn{
	text-align: center;
	font-size: 20px;
	margin-bottom: 30px;
}
.main_btn span{
	display: inline-block;
	background-color: #bd3d3e;
	color: #fff;
	padding: 8px 30px 4px;
	border-radius: 30px;
}
.main_txt{
	font-size: 39px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
h2{
	font-size: 21px;
	font-weight: bold;
	color: #bd3d3e;
	margin-bottom: 20px;
}
.concept_txt{
	/*font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;*/
}
#concept{
	padding: 60px 0;
}
.concept_in{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.concept_content{
	margin-left: 40px;
}
.concept_txt{
	line-height: 2.5;
}
#kodawari{
	background: url(../img/flower.svg) no-repeat;
	background-size: 720px;
	background-position: calc(50% + 300px) 29%;
}
.kodawari-in{
	position: relative;
	padding: 30px 0;
}
.kodawari-back{
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.kodawari-list{
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
}
.kodawari-div{
	text-align: center;
	margin: 0 10px;
}
.kodawari-ttl{
	font-size: 21px;
	height: 134px;
	width: 134px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: #bd3d3e;
	color: #fff;
	font-weight: bold;
	margin: 0 auto 10px;
}
#kodawari h2{
	text-align: center;
}
.kodawari-txt{
	text-align: center;
	line-height: 2.5;
	/*font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;*/
}
#voice{
	padding: 72px 0 16px;
}
#kodawari #voice h2{
	text-align: left;
	margin-left: 90px;
	margin-bottom: 20px;
}
.doctor-list{
	display: flex;
	justify-content: center;
}
.doctor-one{
	margin: 0 10px;
	display: flex;
	justify-content: space-between;
}
.doctor-img{
	margin-right: 5px;
}
.doctor-info{
	font-size: 12px;
	margin-top: 50px;
	/*font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;*/
}
.doctor-info span{
	text-decoration: underline;
}
.voice-txt{
	text-align: center;
	margin: 20px 0 30px;
	font-size: 16px;
	color: #bd3d3e;
	font-weight: bold;
}
.pro-group{
	display: flex;
	justify-content: space-between;
}
.pro-group-list{
	display: flex;
	justify-content: center;
}
.pro-group-one{
	margin: 0 15px;
}
.pro-group-link{
	text-align: right;
}
.pro-group-link a{
	display: inline-block;
	width: 240px;
	font-weight: bold;
	color: #bd3d3e;
	padding: 5px 10px 2px;
	border: 1px solid #bd3d3e;
	border-radius: 3px;
	text-align: center;
}
.pro-group-link a:hover{
	background: #bd3d3e;
	color: #fff;
}
#media{
	padding-bottom: 90px;
}
#media .fixedcontainer{
	position: relative;
}
.media_img{
	position: absolute;
	right: 0;
	top: 30px;
	z-index: -1;
}
#media h2{
	position: absolute;
	bottom: 20px;
	right: 100px;
}
.media_in{
	display: flex;
}
.media_one{
	margin-right: 50px;
	margin-bottom: 15px;
}
.media_txt{
	display: inline-block;
	background: #bd3d3e;
	color: #fff;
	padding: 5px 10px 2px;
	margin-bottom: 10px;
}
.tv_txt{
	margin-bottom: 20px;
}
#flow .fixedcontainer{
	padding: 40px 0 90px;
	background: url(../img/flow-back.png) no-repeat;
	background-position: top left;
}
.flow_in{
	display: flex;
	justify-content: center;
	align-items: center;
}
.flow_in div{
	margin: 0 30px;
}
#flow h2{
	text-align: center;
}
.example-list{
	display: flex;
	justify-content: center;
}
.example-one{
	width: 206px;
	margin: 0 30px;
	text-align: center;
}
.example-ttl{
	margin: 10px 0;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0 2px;
	border-top: 1px solid #533b24;
	border-bottom: 1px solid #533b24;
	color: #533b24;
}
.example-txt{
	/*font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;*/
	font-size: 10px;
}
#example{
	padding: 30px 0;
	background: url(../img/example-back.png) no-repeat;
	background-position: top right;
}
#example h2{
	text-align: center;
	margin-bottom: 30px;
}
.video-img{
	position: relative;
}
.video-img span{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
#video{
	background: url(../img/flower.svg) no-repeat;
	background-size: 720px;
	background-position: calc(50% - 300px) 29%;
}
#video-flow{
	display: flex;
	margin-top: 120px;
}
.video-flow-content{
	text-align: center;
	width: 590px;
}
.method-txt{
	/*font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;*/
	line-height: 2.5;
}
.method_in{
	display: flex;
	justify-content: space-between;
}
.method-content{
	margin: 60px 20px 0 85px;
}
#method{
	padding: 60px 0 80px;
}
#price .fixedcontainer{
	background: url(../img/kodawari1.png) no-repeat;
	background-position: top left;
}
.price_in{
	padding-bottom: 40px;
	background: url(../img/example-back.png) no-repeat;
	background-position: bottom right;
	
}
#price h2{
	text-align: center;
	margin-bottom: 50px;
}
.plan-list{
	display: flex;
	justify-content: center;
}
.plan-one{
	width: 290px;
	margin: 0 10px;
	text-align: center;
	color: #533b24;

}
.plan-num{
	width: 58px;
	height: 58px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 20px;
	font-size: 33px;
	color: #fff;
	background: #bd3d3e;
	border-radius: 50%;
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
}
.plan-ttl{
	font-size: 20px;
	font-weight: bold;
}
.plan-price{
	font-size: 27px;
	color: #bd3d3e;
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
}
.plan-subprice{
	font-size: 16px;
	font-weight: bold;
}
.plan-list-txt{
	max-width: 700px;
	margin: 10px auto 20px;
	font-size: 15px;
	color: #bd3d3e;
	font-weight: bold;
}
.plan-list2-in{
	display: flex;
	justify-content: center;
}
.plan-one2{
	display: flex;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 23px;
	line-height: 23px;
	text-align: center;
}
.plan-one2:last-child{
	margin-right: 0;
}
.plan-one2 p{
	padding: 21px 0 17px;
}
.plan-one2 p:first-child{
	width: 90px;
	color: #fff;
	margin-right: 5px;
	background: #533b24;
	border: 1px solid #533b24;
	font-weight: bold;
}
.plan-one2 p:last-child{
	border: 1px solid #533b24;
	width: 140px;
	background: #fff;
}
.plan-one2:nth-child(2) p:first-child{
	font-size: 18px;
}
.plan-one2:nth-child(3) p:first-child{
	font-size: 16px;
}
.plan-list2-txt{
	text-align: right;
	max-width: 715px;
	margin: 0 auto;
	color: #533b24;
	font-weight: bold;
}
.price-txt{
	font-size: 22px;
	text-align: center;
	margin-top: 100px;
	font-weight: bold;
}
.price-txt span{
	color: #bd3d3e;
}
.banner{
	margin: 20px auto 80px;
	text-align: center;
}
#intro{
	padding: 60px 0 50px;
	background: url(../img/flower2.svg) no-repeat;
	background-size: 720px;
	background-position: calc(50% - 300px) 70%;
	background-color: #533b24;
}
#intro h2{
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
}
.intro_in{
	max-width: 940px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.intro-one{
	width: 227px;
	margin-right: 10px;
	margin-bottom: 28px;
	background: #fff;
	padding: 32px 22px 16px;
	position: relative;
}
.intro-one:nth-child(4n){
	margin-right: 0;
}
.intro-cat{
	color: #fff;
	position: absolute;
	left: 10px;
	font-weight: bold;
	top: 5px;
	z-index: 2;
	font-size: 16px;
	/*font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;*/
}
.intro-one:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 140px 0 0;
	border-color: #bd3d3e transparent transparent transparent;
}
.intro-ttl{
	font-size: 20px;
	font-weight: bold;
	color: #bd3d3e;
	text-align: center;
	margin: 10px 0 5px;
}
.intro-address{
	padding-left: 20px;
	position: relative;
	/*font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;*/
	font-size: 16px;
	text-align: left;
}
.intro-address:before{
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 15px;
	height: 15px;
	background: url(../img/map-icon.png) no-repeat;
}
.intro-tel{
	padding-left: 20px;
	position: relative;
	font-size: 22px;
	text-align: left;
}
.intro-tel:before{
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	width: 15px;
	height: 15px;
	background: url(../img/tel-icon.png) no-repeat;
}
.intro-btn a{
	display: block;
	font-size: 16px;
	text-align: center;
	border: 1px solid #bd3d3e;
	border-radius: 3px;
	color: #bd3d3e;
	padding: 2px 0 0px;
	background: #fff;
}

.intro-btn a:hover{
	background: #bd3d3e;
	color: #fff;
}

.sub_main{
	position: relative;
	z-index: 1;
	height: 33vw;
	background: url(../img/first-main.png) no-repeat;
	background-position: center;
	background-size: cover;
}
.sub_main h2{
	font-size: 3vw;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 10vw;
	color: #fff;
	text-shadow: 0px 0px 11px #533b24;
}
#intro-video{
	padding: 50px 0;
}
.intro-video-ttl{
	text-align: center;
}
.intro-video-ttl span{
	font-size: 12px;
	color: #000;
}
.intro-video-in{
	text-align: center;
}
.intro-video-in video{
    width: 675px;
}
#intro-flow{
	padding: 50px 0;
	background: url(../img/flower.svg) no-repeat;
	background-size: 720px;
  background-position: calc(50% - 300px) 29%;
}
#intro-flow h2{
	text-align: center;
}
.intro-flow-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 904px;
	margin: 0 auto;
}
.intro-flow-one{
	width: 206px;
	margin-bottom: 50px;
}
.intro-flow-num{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #533b24;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
.intro-flow-ttl{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #533b24;
	background-color: #e9e1cb;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	margin-bottom: 9px;
}
.intro-flow-img{
	margin-bottom: 20px;
}
#reason{
	padding: 0 0 60px;
}
#reason .concept_content{
	max-width: 460px;
}
#improve_add{
	padding-top: 180px;
}
#improve_add .concept_content{
	max-width: 460px;
}
#improve_add .intro-btn{
	max-width: 205px;
	margin-top: 30px;
}
#improve{
	padding: 90px 0 60px;
	background: url(../img/flower.svg) no-repeat;
  background-size: 720px;
  background-position: calc(50% + 300px) 0;
}
#improve h2{
	text-align: center;
}
#improve_add h2{
	text-align: left;
}
#improve .fixedcontainer{
	position: relative;
}
.improve_back{
	position: absolute;
	left: 0;
	top: -30px;
	z-index: -1;
}
.improve_in{
	display: flex;
	justify-content: center;
}
.improve_txt{
	margin-left: 40px;
	margin-right: 40px;
}
.improve_content{
	margin-right: 40px;
}
.improve_content{
	display: flex;
}
.improve_content_in{
	background: #e9e1cb;
	font-size: 12px;
	width: 223px;
	margin-right: 2px;
}
.improve_content_in p:first-child{
	color: #fff;
	background: #533b24;
	text-align: center;
	height: 40px;
	line-height: 1.4;
	padding: 5px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.improve_content_in p:last-child{
	padding: 10px;
}
#first-media{
	padding: 0 0 60px;
	text-align: center;
}
#first-media .fixedcontainer{
	position: relative;
}
.first-media-back{
	position: absolute;
	left: 0;
	top: 20px;
	z-index: -1;
}
.first-media-txt{
	line-height: 2;
	margin-top: 20px;
}
#first-voice{
	padding: 60px 0;
}
#first-voice h2{
	text-align: center;
}
#first-voice .fixedcontainer{
	background: url(../img/example-back.png) no-repeat;
  background-position: center right;
}
.first-voice-list{
	display: flex;
	justify-content: center;
}
.first-voice-one{
	margin: 0 60px;
	text-align: center;
	font-size: 12px;
}
.first-voice-img{
	margin-bottom: 20px;
}
.first-voice-name span{
	font-size: 20px;
}
#support{
	padding: 60px 0;
}
#support .fixedcontainer{
	position: relative;
	padding: 55px 0;
}
.support_back{
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
#support h2{
	text-align: center;
}
.support-in{
	display: flex;
	justify-content: center;
}
.support-one{
	text-align: center;
	margin: 0 20px;
	font-size: 12px;
}
.support-img{
	margin-bottom: 10px;
}
#faq{
	padding: 60px 0;
	background: url(../img/flower.svg) no-repeat;
  background-size: 720px;
  background-position: calc(50% - 300px) 100%;
}
#faq h2{
	text-align: center;
}
.faq_in{
	display: flex;
	justify-content: space-between;
}
.faq_list{
	width: 520px;
}
.faq_one{
	margin-top: 30px;
	border-top: 3px solid #533b24;
}
.faq_ttl{
	font-size: 17px;
	color: #533b24;
	text-align: center;
	padding: 20px 0 15px;
	font-weight: bold;
}
.faq_txt{
	padding: 15px;
	background: #e9e1cb;
}
#feature{
	padding-top: 90px;
}
#feature .concept_content{
	max-width: 460px;
	line-height: 2;
}
#feature .concept_content h2{
	text-align: left;
}
.map_main{
	background: url(../img/map-main.png) no-repeat;
	background-position: center;
	background-size: cover;
}
.map_main h2{
	text-shadow: 0px 0px 11px #2a4d15;
}
#company{
	padding: 66px 0;
}
#company h2{
	text-align: center;
}
.company-ttl{
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	color: #533b24;
}
.company-tel{
	text-align: center;
}
.company-btn{
	text-align: center;
}
.company-btn a{
	display: inline-block;
	width: 350px;
	padding: 4px 0 3px;
	background: #bd3d3e;
	color: #fff;
	font-size: 15px;
	margin-top: 16px;
	border-radius: 5px;
}
.company-btn2{
	text-align: center;
}
.company-btn2 a{
	display: inline-block;
	width: 350px;
	padding: 4px 0 3px;
	border: 1px solid #bd3d3e;
	color: #bd3d3e;
	background: #fff;
	font-size: 15px;
	margin-top: 16px;
	border-radius: 5px;
}


.company_in{
	margin-top: 66px;
	display: flex;
	justify-content: space-between;
}
.company_info{
	width: calc(100% - 425px);
}
.company_info table{
	width: 100%;
}
.company_info table th{
	width: 100px;
	text-align: center;
	background: #e9e1cb;
	vertical-align: middle;
	padding: 25px 20px;
	line-height: 2;
	border-top: 1px solid #533b24;
	border-bottom: 1px solid #533b24;
}
.company_info table td{
	padding: 25px;
	border-top: 1px solid #533b24;
	border-bottom: 1px solid #533b24;
}
.map{
	margin-top: 66px;
}
#company_imgs{
	padding: 0 0 60px;
}
#company_imgs h2{
	text-align: center;
}
.company_imgs_in{
	display: flex;
	justify-content: center;
}
.company_imgs_in p{
	margin: 20px;
}


#ikikata h2{
	text-align: center;
}

#ikikata img{
	text-align: center;
}

.miti-item {
	display: flex;
	background: #e9e1cb;
	border-bottom: 1px dashed #fff;
	padding: 20px 8px;
}

.miti-photo {
	margin-right: 16px;

}

.miti-text {
	flex: 0 0 336px;
}

#staff{
	padding: 60px 0;
}
#staff h2{
	text-align: center;
}
.staff-one{
	margin-bottom: 60px;
}
.staff-header{
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	border-bottom: 10px solid #e9e1cb;
	margin-bottom: 20px;
}
.staff-in{
	max-width: 694px;
	width: 90%;
	margin: 0 auto;
}
.staff-name span{
	font-size: 29px;
	margin-right: 20px;
}
.staff-date{
	font-size: 10px;
}
.staff-content{
	display: flex;
	justify-content: space-between;
}
.staff-msg{
	width: 205px;
}
.staff-info{
	width: 466px;
}
.staff-msg-in{
	background: #e9e1cb;
	padding: 10px;
	font-size: 12px;
	margin-top: 20px;
	position: relative;
}
.staff-msg-in:before{
	content: '';
	position: absolute;
	width: 40px;
	height: 34px;
	top: -16px;
	left: 50%;
	transform: translateX(-50%);
	background: url(../img/staff-msg-icon.png) no-repeat;
	background-position: center;
	background-size: contain;
	z-index: -1;
}
.staff-info-ttl{
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	border-bottom: 1px solid #533b24;
}
.staff-info-txt{
	padding-left: 5px;
	margin-bottom: 20px;
}
.staff-two-wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.staff-two-wrap .staff-one{
	width: 48%;
}
.effect_main{
	background: url(../img/effect-main.png) no-repeat;
	background-position: center;
	background-size: cover;
}
#effect1{
	padding: 80px 0;
}
#effect2{
	padding: 40px 0 80px;
}
.effect h2{
	text-align: center;
}
.effect-one{
	margin-top: 50px;
}
.effect-ttl{
	font-size: 20px;
	/*font-weight: bold;*/
	text-align: center;
	border-bottom: 10px solid #e9e1cb;
	margin-bottom: 25px;
	color: #533b24;
}
.effect-content{
	display: flex;
}
.effect-img{
	width: 315px;
	margin-left: 50px;
}
.effect-txt{
	line-height: 2;
}
.effect-content .effect-txt{
	width: calc(100% - 365px);
}
.voice_main{
	background: url(../img/voice-main.png) no-repeat;
	background-position: center;
	background-size: cover;
}
#voice2{
	padding: 80px 0;
}
#voice2 .fixedcontainer{
	width: 906px;
}
.voice-one{
	border-bottom: 1px solid #533B24;
}

.voice-one:first-child{
	border-top: 1px solid #533B24;
}
.voice-header-img{
	width: 150px;
	margin-right: 25px;
}
.voice-header{
	display: flex;
	align-items: center;
	padding: 25px 0;
	padding-left: 108px;
	background: url(../img/voice-arrow.png) no-repeat;
	background-position: 40px center;
}
.voice-one.active .voice-header{
	background: url(../img/voice-arrow2.png) no-repeat;
	background-position: 40px center;
}
.voice-one-ttl{
	font-size: 20px;
}
.voice-one-date{
	font-size: 10px;
	color: #595858;
}
.voice-content{
	margin-top: 60px;
	padding-bottom: 80px;
	display: none;
	overflow: hidden;
}

.voice-one-list{
	width: 420px;
	float: left;
}
.voice-content-imgs{
	width: 340px;
	text-align: right;
	float: right;	
}
.voice-content-img{
	margin-bottom: 10px;
}
.voice-one-in>p:first-child{
	color: #BD3D3E;
	font-weight: bold;
	text-align: center;
	padding: 10px 20px;
	padding-bottom: 30px;
	background: url(../img/voice-border.png) no-repeat;
	background-size: 100%;
	background-position: bottom;
	margin-bottom: 10px;
}
.voice-one-in{
	margin-bottom: 30px;
}
.voice-one-in:last-child{
	margin-bottom: 0;
}
.voice-content-txt2{
	color: #9E9E9F;
	font-size: 10px;
}
.voice-content-img{
	margin-top: 30px;
}
.voice-content-img:first-child{
	margin-top: 0;
}
#about{
	padding: 80px 0;
}
#about .fixedcontainer{
	width: 780px;
}
.about_one h3{
	font-size: 38px;
	color: #533B24;
	border-bottom: 22px solid #ECE1CA;
	margin-bottom: 20px;
	font-weight: normal;
	padding-left: 20px;
}
.about_ttl{
	font-size: 46px;
	text-align: center;
	border-bottom: 22px solid #ECE1CA;
	font-weight: bold;
	margin-bottom: 20px;
	color: #BD3D3E;
}
.about_in{
	margin-top: 80px;
}
.about_ing{
	margin : 0 auto;
}
.about_in ul{
	font-size: 38px;
	color: #533B24;
}
.about_one{
	margin: 80px 0;
}
.about_one p{
	font-size: 30px;
}
#video1.fixed{
	width: 300px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 5;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}

.menu{
	position: absolute;
	display: flex;
	right: 30px;
	top: 30px;
	font-size: 21px;
	color: #fff;
}
@media (max-width: 1200px) {
	.menu{
		font-size: 18px;
	}
}

.menu li{
	margin-left: 30px;
}

footer{
	text-align: center;
	font-size: 14px;
	padding: 0;
}

.d-none {
	display: none;
}
@media (min-width: 767px) {
	.d-sm-block {
		display: block;
	}
	.d-sm-none {
		display: none;
	}
}