@charset "utf-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
*{
	box-sizing: border-box;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;

}
html {
	font-size: 62.5%;
}
body{
	color: #333;

}
ol, ul {
	list-style: none;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
input[type=text],
input[type=email],
input[type=tel],
textarea{
	border: 1px solid #ccc;
	padding: 12px;
	border-radius: 4px;
	width: 100%;
	outline: none;
	font-size: 1.6rem
	
}
.bg{
	background: #E0CBB0;
	padding-top: 30px;

}
.swiper {
    position: relative;
	margin-bottom: 20px;
    overflow: hidden;
}

.swiper-slide {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.sp{display: none}
.pc{display: block}
/*------------------------------------------------------------
	Stracture
------------------------------------------------------------*/
.inner{
	width:1100px;
	padding: 30px 0;
	margin: 0 auto;
}
.inner2{
	width:1100px;
	background: #FFF;
	margin: 0 auto;
	background: #FFF;
	padding: 40px 60px;
	border-radius: 15px;
	border: 3px solid #482B10;
	box-shadow: 5px 5px 0 #ccc;
	margin-bottom: 40px
}
/*------------------------------------------------------------
	Header
------------------------------------------------------------*/
header{
	z-index: 1;
	position: relative;
	width: 100%;
	height: 70px;
	min-width: 1180px;
	background: #FFF;
}
#hdr_inner{
	width:100%;
	margin: 0 auto;
	position: relative;
}
#hdr_logo{
	position: absolute;
	width: 150px;
	top:9px;
	left: 13px;
}
#hdr_logo img{
	width: 100%;
	height: auto
}
#hdr_description{
	position: absolute;
	width: 485px;
	top:25px;
	left: 180px;
	font-size: 1.7rem;
	font-weight: bold;
	color: #000
}
#hdr_tel{
	position: absolute;
	display: block;
	width: 240px;
	top:15px;
	right: 230px;
	font-size: 2.6rem;
	font-weight: bold;
	padding-left: 27px;
	line-height: 1;
	text-decoration:none;
	color: #333
}
#hdr_tel img{
	display: block;
	width: 20px;
	height: auto;
	position: absolute;
	top:4px;
	left: 0px;
}
#hdr_tel span{
	font-size: 1.1rem;
	font-weight: bold;
	display: block;
	padding-top: 3px;
}
#hdr_entry{
	display: block;
	position: absolute;
	width: 220px;
	height: 70px;
	background:#00934B;
	color: #FFF;
	font-size: 2.0rem;
	line-height: 1;
	text-decoration: none;
	padding-left: 0px;
	right: 0;
	top:0;
	font-weight: bold;
	padding-top: 24px;
	text-align: center
}
#hdr_entry img{
	vertical-align: middle;
	width: 27px;
	height: auto;
	margin-right: 3px
}
#hdr_entry:hover{
	opacity: 0.95;
}
#confirm #hdr_entry,#thanks #hdr_entry{
	display: none
}
/*------------------------------------------------------------
	Footer
------------------------------------------------------------*/
#contact{
	text-align: center;

	padding: 40px 0;
}
#contact .inner2{
	overflow: hidden;
	background: #FFF;
	border-radius: 6px;
	width: 1100px;
	margin: 0 auto;
	padding: 30px 0;

}
#contact .item{
	width: 50%;
	padding: 30px 0;
}
#contact .item:first-child h2{
	font-size: 3rem;
	padding-bottom: 5px;
	line-height: 1;
	padding-top: 5rem;
}
#contact .item:last-child h2{
	font-size: 3rem;
	padding-bottom: 5px;
	line-height: 1;
	padding-top: 1rem;
}
#contact .item h2 div{
	font-size: 1.5rem;
	display: block;
	padding:1rem  0 1rem  0 ;
}
#contact .item img{
	width: 2.5rem;
	height: auto;
	margin-right:0.5rem;
	display: inline-block;
}
#contact .item h3{
	font-size: 1.6rem;
	padding-bottom: 5px;
}
#contact .item:first-child{
	float: left;
	
}
#contact .item:first-child p{
	padding-top: 12px;
	font-size: 1.4rem;
	line-height: 160%;
	letter-spacing: 1px;
}
#contact .item:last-child{
	float: right;
	border-left: 3px solid #eee;
}
#contact .item p{
	font-size: 1.6rem;
	margin-bottom: 20px
}
#contact .bdr{
	width: 80px;
}
.btn_contact{
}
footer{
	text-align: center;
	font-size: 1.6rem;
	padding: 30px 0;


}
#ftr_logo{
	width:180px;
	margin: 0 auto
}
#ftr_logo img{
	width:90%;
	height: auto;
}
#ftr_address{
	padding-top: 10px;

}
#copyright{
	padding-top: 10px;

}

	
/*------------------------------------------------------------
	Common
------------------------------------------------------------*/
.btn1,.btn3{
	display: inline-block;
	background:#482B10;
	border: none;
	border-radius: 7px;
	color: #FFF;
	text-decoration: none;
	line-height: 1;
	text-align: center;
	width: 275px;
	padding: 21px 10px 18px 10px;
	font-size: 1.8rem;
	position: relative;
	font-weight: bold
}
.btn3{
	background:#13A1A1;
	font-size: 1.6rem;
}
.btn1:hover,.btn3:hover{
	opacity: 0.9;
}
.btn1 span,.btn2 span ,.btn3 span{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display: block;
	width: 8px;
	height: 20px;
	position: absolute;
	top:18px;
	right: 15px;
	background-image: url("../img/arrow_wh.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.bdr{
	display: block;
	width: 200px;
	height: 3px;
	background: #482B10;
	margin: 5px auto 0 auto
}
.h1{
	font-size: 3rem;
	text-align: center;
	padding: 20px;
	margin-bottom: 2rem;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"
}
.h1 p{
	font-size: 1.6rem;
}
.h1 span{
	font-size: 40px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"
}
.ta1{
	width: 100%;
	margin-bottom: 20px;
}
.ta1 td,.ta1 th{
	font-size: 1.6rem;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
.ta1 th{
	background: #eeee;
	width: 25%
}
.ta1 td{
	background: #FFF;

}
.box1{
	display: flex;
}
.box1 .item:first-child{
	width: 50%;
	font-size: 1.7rem;
	line-height: 220%;
}
.box1 .item:last-child{
	width: 50%
}
.img1{
	width:100%;
	display: block;
	margin: 0;
	padding: 0 0 0 5%;
}
.w100{
	width: 100%;
	height: auto
}
.edit_btn{ font-size: 1.6rem; }
.center{ text-align: center }

.sp{ display: none; }
.pc{ display: block; }
.mb50{ margin-bottom: 50px; }
.mb40{ margin-bottom: 40px; }
.mb30{ margin-bottom: 30px; }
.mb20{ margin-bottom: 20px; }
.mb10{ margin-bottom: 10px; }
.mb5{ margin-bottom: 5px; }
.error{ color: red; }
/*------------------------------------------------------------
	MV
------------------------------------------------------------*/
#mv{
	text-align: center;
	background: #E0CBB0;

}
#mv figure{
	width: 100%;
}
#mv figure img{
	max-width: 1800px;
	height: auto
}
#about{

	background-position: bottom;
	padding-bottom: 50px;
}
/*------------------------------------------------------------
	FAQ
------------------------------------------------------------*/
#faq,#company{

}
#faq .inner,#company .inner{
	border:3px solid #482B10;
	border-radius: 12px;
	padding: 30px 60px;
	background: #FFF;
	box-shadow: 5px 5px 0 #ccc;
}
.faq_list{
	
}
.faq_list .item{
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 2px dashed #ccc;
	font-size: 1.6rem;
}
.faq_list .item:last-child{
	border: none;
}
.faq_list h2{
	font-size: 2.3rem;
	margin-bottom: 15px;
}
.qbox,.abox{
	padding-left: 46px;
	position: relative;
}
.qbox{
	padding-top: 3px;
}
.abox{
	padding-top: 6px;
}
.q,.a{
	font-size: 20px;
	font-family: Arial, Helvetica, "sans-serif";
	color: #FFF;
	border-radius: 100px;
	background: #482B10;
	display: inline-block;
	font-weight: bold;
	padding: 8px 0 0 0;
	width: 3.5rem;
	height: 3.5rem;
	text-align: center;
	line-height: 1;
	position: absolute;
	top:0px;
	left: 0px;
}
.q{
	background: #482B10;
}
.a{
	background: #86A4D4;
}
/*------------------------------------------------------------
	Form
------------------------------------------------------------*/
#form{

}
#privacy{
	font-size: 1.4rem;
	height: 300px;
	overflow-y: auto;
	width: 100%;
	padding: 15px;
	border: 1px solid #ccc;
	margin-bottom: 30px
}
#privacy p{
	padding-bottom: 15px;
}


/*------------------------------------------------------------
	Work
------------------------------------------------------------*/

.box_about{
	display: flex;
	width: 100%;
	padding: 0;
	margin: 0;
	color: #FFF;
}
.box_about .item:first-child{
	width: 40%;
	position: relative
}
.box_about .item:first-child img{
	position: absolute;
	bottom: 0;
	right: 30px;
}
.box_about .item:last-child{
	width: 60%;
	padding: 42px 0 60px 0;
}
.box_about h1{
	font-size: 2.7rem;
	border-bottom: 1px solid #FFF;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
.box_about p{
	font-size: 1.6rem;
	line-height: 200%;
}
.work_detail{
	background: #FDFFD5;
	padding: 15px;
}
.work_detail p,.work_detail h2{
	color: #333
}
.work_detail h2{
	font-size: 2rem;
}
.box_about ul{
	padding: 15px 0 10px 0;
	display: flex;
}
.box_about li{
	width: 100%;
	padding: 0 3px;
}
/*------------------------------------------------------------
	Access
------------------------------------------------------------*/
#access{

}
#flow{

}
/*------------------------------------------------------------
	Movie
------------------------------------------------------------*/
#movie{
	background: #002253;
	padding: 20px;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*------------------------------------------------------------
	Reason
------------------------------------------------------------*/

#manga{
	text-align: center;
	background: #eee;
}

#manga img{
	width: 90%;
	height: auto
}
.waku{
	background: #FFF;
	padding: 40px;
	border-radius: 15px;
	border: 3px solid #482B10;
	box-shadow: 5px 5px 0 #ccc;
}
ul.list2{
	overflow: hidden;
	margin-bottom: 0px;
	background: #FFF;
	padding: 40px;
	border-radius: 15px;
	border: 3px solid #482B10;
	box-shadow: 5px 5px 0 #ccc;
}
ul.list2 li{
	float: left;
	width: 33%;
	padding: 0 8px 25px 8px;
}
ul.list2 h3{
	font-size: 2.1rem;
	margin-bottom: 6px;
	text-align: center
}
ul.list2 figure{
	padding-bottom: 10px;
}
ul.list2 p{
	font-size: 1.7rem
}
#boshu{
	background: #eee
}
#ceo{
	background: #eee	
}
#ceo .inner{
	border:3px solid #482B10;
	border-radius: 12px;
	padding: 20px 20px;
	background: #FFF;
	box-shadow: 5px 5px 0 #ccc;
}
#ceo_box{
	display: flex
}
#ceo_box .item1{
	width: 60%;


}
#ceo_box .item2{
	width: 40%;
	padding-left: 10px;
	text-align: center
}
#ceo_box img{
	margin-bottom: 10px;
}
#ceo_box p{
	font-size: 1.6rem;
	line-height: 200%;

}
.txt1{
	text-align: center;
	font-size: 1.6rem;
	line-height: 180%;
	margin-bottom: 2rem;
}
.exp{
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 2rem;
}
.mbox{
	display: flex;
	margin-bottom: 40px;
}
.mbox figure{
	display: block;
	width: 50%;
}
.mbox_txt {
	width: 50%;
	padding-left: 3%
}
.mbox_txt p{
	font-size: 1.6rem;
	line-height: 200%;
	margin-bottom: 20px;
}
.seko_rei {
	font-size: 1.5rem;
	background: #FFF4D1;
	padding: 20px;
	line-height: 150%
}
.seko_rei h3{
	margin-bottom: 10px;
}
.t5{
	color: #FFF;
	background-color:#482B10;
	background-image:url("../img/bdr_wh.png");
	background-repeat: repeat-x;
	background-position: left 0 bottom 10px;
	font-size: 2.9rem;
	margin-bottom: 30px;
	padding: 20px;
	position: relative;
}
.t5 span{
	position: absolute;
	display: block;
	width: 168px;
	height: 168px;
	right: 0;
	bottom: 0;
	background-image: url("../img/person1.png");
	background-size: 100% auto;
	background-position: bottom;
	background-repeat: no-repeat
}
#works{
	margin-bottom: 40px;
	background: #eee
}
#works ul{
	overflow: hidden;
}
#works li{
	float: left;
	width: 50%;
	padding: 0 2%;
	margin-bottom: 30px;
}
#works li:nth-child(3){
	clear: both
}
#works figure{
	display: block;
	margin-bottom: 30px;
}
#works h3{
	font-size: 1.8rem;
	line-height: 180%;
	border-bottom: 1px solid #482B10;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-align: center
}
#works p{
	font-size: 1.6rem;
	line-height: 180%
}
#works .inner{
	border:3px solid #482B10;
	border-radius: 12px;
	padding: 30px 60px;
	background: #FFF;
	box-shadow: 5px 5px 0 #ccc;
}
#yakusoku{
	width: 1100px;
	margin: 0 auto 40px auto;

}
#yakusoku .inner{
	border:3px solid #482B10;
	border-radius: 12px;
	padding: 0px !important;
	background: #FFF;
	box-shadow: 5px 5px 0 #ccc;
}
#yakusoku h1{
	background: #482B10;
	color: #FFF;
	text-align: center;
	font-size: 3.3rem;
	padding:20px;
}
#yakusoku ul{
	overflow: hidden;
	padding: 40px 40px 0 40px;

}
#yakusoku li{
	float: left;
	width: 50%;

	padding: 0 20px 40px 20px;
}
#yakusoku li:nth-child(3){
	clear: both
}
#yakusoku h2{
	font-size: 2.8rem;
	padding: 10px 10px 10px 140px;
	position: relative;
	line-height: 130%;
	margin-bottom: 10px;

}
#yakusoku img{
	display: block;
	position: absolute;
	left: 0;
	bottom:0;
}
#yakusoku h2 span{
	color: #482B10;
}
#yakusoku p{
	font-size: 1.6rem;
	padding: 0 0 20px 0;
	line-height: 180%;
}

#nayami_cnt{
	display: flex;
	background:#FFF;
	margin-bottom: 40px;
	padding-right: 40px;
	justify-content: space-between
}
#nayami_cnt figure{
	display: block;
	width:33%;
	position: relative;

}
#nayami_cnt figure img{
	position: absolute;
	bottom: 0;
	right: 3rem;
}
#nayami_txt{
	width:63%;
	padding: 4rem 0;

}
#nayami_cnt h2{
	font-size: 3.8rem;

	margin-bottom: 1rem;
}
#nayami_cnt h2 span{
	color:#B20000;
}
#nayami_cnt ul{
	
}
#nayami_cnt li{
	background-image:url("../img/icn_check.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 2.5rem auto;
	font-weight: bold;
	font-size: 2.6rem;
	padding:0.5rem 0 0.5rem 4rem;
	border-bottom: 2px dashed #ccc;
}
#kominka{
	padding-bottom: 30px;

}
.kj{
	padding-bottom: 30px;
}
.kj h2{
	text-align: center;
	font-size: 42px;
	line-height: 130%;
	position: relative;
	margin-bottom: 2.5rem;
	border-bottom: 3px solid #482B10;
	padding-bottom: 10px;
}
.kj h2 span{
	color: #B20000
	}
.kj h2 img{
	position: absolute;
	right: 10px;
	bottom: 0;
	width: 130px;
	height: auto
}
.kj p{
	text-align: center;
	font-size: 1.7rem;
	line-height: 200%;
	margin-bottom: 2rem;
}
.ss_list{
	display: flex
}
.ss_list li{
	width: 33%;
	margin: 0 1%;
	background: #EEEEEE
}
.ss_list li h4{
	width: 80%;
	color: #FFF;
	background:#482B10;
	border-radius: 100px;
	line-height: 1;
	text-align: center;
	font-size:1.9rem;
	padding: 1.2rem;
	margin: -2rem auto 1rem auto;
	position: relative;
	z-index: 2
}
.ss_list li figure{
	display: block
}
.ss_list li figure img{
	width: 100%;
	height: auto
}
.ss_list li h3{
	font-size: 3.3rem;
	text-align: center;
	color: #482B10;
	margin-bottom: 1rem;
		
}
.ss_list li div{
	font-size: 1.6rem;
	line-height: 180%;
	padding:0 9% 8% 9%;
}

/*------------------------------------------------------------
	point
------------------------------------------------------------*/
#point{

}
#point ul{

}
#point li{
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
#point h3{
	font-size: 2.6rem;
	margin:0 0 1rem 0; 
}
#point p{
	font-size: 1.7rem;
	line-height: 200%;
}
#point figure{
	display: block;
	float: left;
	width: 48%;
}
.pint_txt{
	float: right;
	width: 52%;
}
.pint_txt div{
	margin-bottom: 8px;
}
.pint_txt div img{
	width: 100px;
	height: auto
}
.h1_2{
	text-align: center;
	font-size: 4.1rem;
	border: 2px solid #482B10;
	padding: 30px 0 28px 0;
	border-radius: 100px;
	line-height: 1;
	color: #482B10;
	background: #FFF
}
ul.list1{

}
ul.list1 li{
	margin-bottom: 15px;
	background: #FFF;
	border-radius: 8px;
	padding: 20px 40px;
	overflow: hidden
}
ul.list1 .point{
	width: 7%;
	float: left;
}
ul.list1 .point_r{
	width: 93%;
	float: right;
	overflow: hidden
}
ul.list1 h2{
	font-size: 2.4rem;
	width: 22%;
	padding: 10px 0 0 0px;
	float: left;
	color: #482B10;
	text-align: center
}
ul.list1 p{
	font-size: 1.8rem;
	width: 78%;
	float: right;
	padding-top: 5px;
	display: table-cell;
	visibility: middle;
	vertical-align: middle;
	border-left: 2px solid #eee;
	padding-left: 20px;
}
ul.list1 .maru{
	font-size: 3.5rem;
	background: #482B10;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	width: 72px;
	font-weight: bold;
	height: 72px;
	line-height: 1;
	border-radius: 72px;
}
ul.list1 span{
	font-size: 1rem;
	display: block;
	padding-top: 15px;
	padding-bottom: 4px
}
.triangle {
  width: 0;
  height: 0;
	display: block;
	margin: 0 auto 20px auto;
  border-style: solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 25px solid #482B10;
  border-bottom: 0;
}
.txt2{
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 2rem
}
.tabox{
	display: flex;
	padding-top: 1rem;
}
.tabox .item1{
	width: 75%;
	position: relative
}
.tabox .item1 table{
	position: absolute;
	left: 0;
	bottom: 0;
}
.tabox .item2{
	width: 25%;
	text-align: right
}
.gbox{
 	text-align: center
}
.gbox img{
	width: 70%;
	height: auto;
	padding-top: 30px
}
.rbox{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	border-bottom: 2px solid rgba(61,28,29,1.00);
	padding-bottom: 40px;
}
.rbox:nth-last-of-type(1),.rbox:nth-last-of-type(3){
	flex-direction: row-reverse;
}
.rbox .item1{
	width:55%;
}
.rbox .item1 img{
	width:100%;
	height: auto
}
.rbox .item2{
	width:45%;
	padding: 70px 30px 0 40px;
}
.rbox:nth-last-of-type(1) .item2,.rbox:nth-last-of-type(3) .item2{
	padding-left:0
}
.rbox .item2 h3{
	font-size: 27px;
	margin-bottom:10px;
	color: rgba(61,28,29,1.00);
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"
}
.rbox .item2 h3 span{
	font-size: 37px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"
}
.bdr2{
	width: 100px;
	height: 1px;
	background: rgba(61,28,29,1.00);
	margin-bottom: 20px;
}
.rbox .item2 p{
	font-size: 16px;
	line-height: 200%;
}
.ii{
	font-size: 16px;
	line-height: 200%;
	margin-bottom: 40px
}
@media screen and (max-width: 768px) {

.sp{ display: block; }
.pc{ display: none; }

/*------------------------------------------------------------
	Stracture
------------------------------------------------------------*/
.inner{
	width: 90%;
	padding: 20px 0;
	margin: 0 auto;
}
.waku{
	background: #FFF;
	padding: 15px;
	border-radius: 15px;
	border: 3px solid #482B10;
	box-shadow: 5px 5px 0 #ccc;
}
/*------------------------------------------------------------
	Header
------------------------------------------------------------*/
header{
	min-width: 100%;
	height: 60px
}
#hdr_inner{
	width: 100%
}
#hdr_logo{
	position: relative;
	width: 120px;
	float: left;
	left: 12px;
	top:10px
}
#hdr_logo img{
	width: 100%;
	height: auto
}
#hdr_description,#hdr_tel{
	display: none
}
#hdr_entry{
	width: 145px;
	font-size: 1.9rem;
	height: 60px;
	right: 0;
	top:0;
	padding-top: 19px;
	text-align: center
}
#hdr_entry img{

}

/*------------------------------------------------------------
	Footer
------------------------------------------------------------*/
#contact .inner2{
	width: 90%;
	padding: 20px 0;
}
#contact .item{
	width: 100%;
	padding: 10px 0;
}
#contact .item:first-child{
	padding: 0px 0 0px 0;
	border: none
}
#contact .item:last-child{
	padding: 0px 0 15px 0;
}
#contact .item h2{
	font-size: 2.3rem;
	padding-bottom: 5px;
}
#contact .item h3{
	font-size: 1.6rem;
	padding-bottom: 5px;
}

/*------------------------------------------------------------
	Common
------------------------------------------------------------*/
.h1{
	font-size: 2.2rem;
	text-align: center;
	padding: 15px;
	margin-bottom: 10px
}
.box1{
	flex-wrap :wrap;
}
.box1 .item:first-child{
	width: 100%;
	font-size: 1.7rem;
	line-height: 220%;
}
.box1 .item:last-child{
	width: 100%;
	padding-top: 15px;
}
.img1{
	padding: 0;
}
/*------------------------------------------------------------
	MV
------------------------------------------------------------*/
#mv img{
		width: 100%;
	height: auto
	}
.bg {
	padding-top: 10px;
}
/*------------------------------------------------------------
	About
------------------------------------------------------------*/
.box_about{
	display: flex;
	width: 100%;
	padding: 0;
	margin: 0;
	color: #FFF;
}
.box_about .item:first-child{
	display: none;
}
.box_about .item:last-child{
	width:100%
}
/*------------------------------------------------------------
	Movie
------------------------------------------------------------*/
#movie{
	padding: 0px;
}
/*------------------------------------------------------------
	Reason
------------------------------------------------------------*/

.h1_2{
	text-align: center;
	font-size: 3rem;
	border: 2px solid #482B10;
	padding: 20px 0 18px 0;
	border-radius: 10px;
	line-height: 1;
	color: #482B10;
	background: #FFF
}
ul.list1 .point{
	width: 23%;
	float: left;
}
ul.list1 li{
	border-radius: 8px;
	padding: 20px 10px;
}
ul.list1 .point_r{
	width: 74%;
	float: right;
	overflow: hidden
}
ul.list1 h2{
	font-size: 2em;
	text-align: left;
	width: 100%;
	padding:0px 0 0 2rem;
	float: none;
}
ul.list1 p{
	font-size: 1.6rem;
	width: 100%;
	float: none;
	padding-top: 0px;

}
ul.list1 .maru{
	margin: 0 auto
}
/*------------------------------------------------------------
	CEO
------------------------------------------------------------*/

#ceo .inner{
	border:3px solid #482B10;
	border-radius: 12px;
	padding: 20px 20px;
	background: #FFF;
	box-shadow: 5px 5px 0 #ccc;
}
#ceo_box{
	display: block
}
#ceo_box .item1{
	width: 100%;
	padding-bottom: 15px;
}
#ceo_box .item2{
	width: 100%;
	padding-left: 0px;
	text-align: center
}
#ceo_box img{
	margin-bottom: 10px;
}
#ceo_box p{
	font-size: 1.6rem;
	line-height: 200%
}
/*------------------------------------------------------------
	FAQ
------------------------------------------------------------*/
#faq .inner{
	padding: 10px 15px;
}
.faq_list h2{
	font-size: 1.8rem;
	margin-bottom: 15px;
}

ul.list2{
	overflow: hidden;
	margin-bottom: 0px;
	padding: 15px
}
ul.list2 li{
	float: left;
	width: 100%;
	padding: 0 0 20px 0;
}
ul.list2 h3{
	font-size: 2.1rem;
	margin-bottom: 6px;
}
ul.list2 figure img{
	width: 100%;
	height: auto
}

.txt1{
	text-align: left
}
.t5{
	color: #FFF;
	background-color:#482B10;
	background-image:url("../img/bdr_wh.png");
	background-repeat: repeat-x;
	background-position: left 0 bottom 0.6rem;
	font-size: 1.9rem;
	line-height: 120%;
	margin-bottom: 20px;
	padding: 1rem 10rem 1.6rem 1rem;
	position: relative;
}
.t5 span{
	position: absolute;
	display: block;
	width: 10rem;
	height:10rem;
	right: 0;
	bottom: 0;
	background-image: url("../img/person1.png");
	background-size: 100% auto;
	background-position: bottom;
	background-repeat: no-repeat
}

.mbox{
	display: block;
	margin-bottom: 20px;
}
.mbox figure{
	width: 100%;
	margin-bottom: 0.5rem;
}
.mbox_txt {
	width: 100%;
	padding-left: 0%
}
.mbox_txt p{
	font-size: 1.6rem;
	line-height: 200%;
	margin-bottom: 20px;
}
#works{
	margin-bottom: 30px;
	background: #eee
}
#works ul{
	overflow: hidden;
}
#works li{
	float: none;
	width: 100%;
	padding: 0;
	margin-bottom: 30px;
}
#works figure{
	display: block;
	margin-bottom: 2rem;
}
#works h3{
	font-size: 1.8rem;
	line-height: 180%;
	border-bottom: 1px solid #482B10;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-align: center
}
#works p{
	font-size: 1.6rem;
	line-height: 180%
}
#works .inner{
	border:3px solid #482B10;
	border-radius: 12px;
	padding: 30px 3rem;
	background: #FFF;
	box-shadow: 5px 5px 0 #ccc;
}
#yakusoku{
	width: 100%;
	margin: 0 auto 20px auto;
}
#yakusoku .inner{
	border:3px solid #482B10;
	border-radius: 12px;
	padding: 0px !important;
	background: #FFF;
	box-shadow: 5px 5px 0 #ccc;
}
#yakusoku h1{
	background: #482B10;
	color: #FFF;
	text-align: center;
	font-size: 2.5rem;
	padding:1.5rem;
}
#yakusoku ul{
	overflow: hidden;
	padding: 40px 1.5rem 0 1.5rem;

}
#yakusoku li{
	float: none;
	width: 100%;
	padding: 0 20px 2rem 20px;
}

#yakusoku h2{
	font-size: 2.2rem;
	padding: 10px 10px 10px 7.5rem;
	position: relative;
	line-height: 130%;
	margin-bottom: 10px;

}
#yakusoku img{
	display: block;
	position: absolute;
	left: 0;
	bottom:1rem;
	width: 7rem;
	height: auto;
}
#yakusoku h2 span{
	color: #482B10;
}
#yakusoku p{
	font-size: 1.6rem;
	padding: 0 0 20px 0;
	line-height: 180%;
}
	
#manga img{
	width: 100%;
	height: auto
}
#nayami{
	padding: 1rem 0;
	background-image: url("../img/bg2.jpg");
	background-size: cover
}
#nayami_cnt{
	display: block;
	background:#FFF;

	padding-right: 0;
}
#nayami_cnt figure{
	display:none
}
#nayami figure img{
	position: absolute;
	bottom: 0;
	right: 3rem;
}
#nayami_txt{
	width:100%;
	padding: 2rem 0;
}
#nayami_cnt h2{
	font-size: 2.5rem;
	color: #1346A0;
	margin-bottom: 1rem;
	line-height: 130%;
	text-align: center
}
#nayami_cnt ul{
	padding: 0rem;
}
#nayami_cnt li{
	background-image:url("../img/icn_check.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 2.2rem auto;
	font-weight: bold;
	font-size: 1.5rem;
	padding:0.5rem 0 0.5rem 2.5rem;
}

/*------------------------------------------------------------
	point
------------------------------------------------------------*/
#point{

}
#point ul{

}
#point li{
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
#point h3{
	font-size: 2.2rem;
	margin:0 0 0.7rem 0; 
}
#point p{
	font-size: 1.7rem;
	line-height: 200%;
}
#point figure{
	display: block;
		width: 100%;
	margin-bottom: 1rem
}
.pint_txt{
	float: none;
	width: 100%;
}
.pint_txt div{
	margin-bottom: 8px;
}
.pint_txt div img{
	width: 100px;
	height: auto
}
#service{

}
.kj h2{

	font-size: 2.7rem;
	line-height: 130%;
	position: relative;
	margin-bottom: 2.5rem;
}

.kj h2 img{
	position: absolute;
	right: -30px;
	bottom: 0;
	width: 20%;
	height: auto;
	display: none
}
.kj p{
	text-align: left;
	font-size: 1.7rem;
	line-height: 200%;
	margin-bottom: 2rem;
}
.ss_list{
	display: block
}
.ss_list li{
	width: 100%;
	padding: 0rem 0 2rem 0;

	margin-bottom: 2rem
}
.ss_list li:last-child{
	border: none
}
.ss_list li h4{
	width: 85%;
	color: #FFF;
	background:#482B10;
	border-radius: 100px;
	line-height: 1;
	text-align: center;
	font-size:1.8rem;
	padding: 1.2rem;
	margin: -2rem auto 1rem auto;
	position: relative;
	z-index: 2
}
.ss_list li figure{
	display: block
}
.ss_list li figure img{
	width: 100%;
	height: auto
}
.ss_list li h3{
	font-size: 3.3rem;
	text-align: center;
	color: #482B10;
	margin-bottom: 1rem;
		
}
.ss_list li div{
	font-size: 1.6rem;
	line-height: 180%
}
#company .inner{
	border:3px solid #482B10;
	border-radius: 12px;
	padding: 2rem;
	background: #FFF;
	box-shadow: 5px 5px 0 #ccc;
}
.tabox{
	display: block
}
.tabox .item1,.tabox .item2{
	width: 100%
}
.tabox .item2{
	display: none
}
	.tabox .item1 table{
	position:relative
}
	.sp_none{
		display: none	
	}
.swiper {
    position: relative;
	width: 100%;

    overflow: hidden;

}
.rbox{
	display: block;
	margin-bottom: 40px;
	border-bottom: 2px solid rgba(61,28,29,1.00);
	padding-bottom: 40px;
}
.rbox:nth-last-of-type(1),.rbox:nth-last-of-type(3){
	flex-direction: row-reverse;
}
.rbox .item1{
	width:100%;
}
.rbox .item2{
	width:100%;
	padding: 20px !important;
}
.rbox .item2 h3{
	text-align: center;
	font-size: 24px
}
.bdr2{
	margin: 0 auto 30px auto
	}
	
.inner2{
	width:95%;
	background: #FFF;
	margin: 0 auto;
	background: #FFF;
	padding: 0px 20px;
	border-radius: 15px;
	border: none;
	box-shadow: none;
	margin-bottom: 40px
}
	.ta1 td,.ta1 th{
		display: block;
		width: 100%;	
	}
.gbox img{
	width: 90%;
	height: auto;
	padding-top: 0px
}
}