@charset "utf-8";
/*------------------------------------------------------------------

PC

-----------------------------------------------------------------*/


/* module
-------------------------------------------------------*/
.sp {
display: none;
}
.in {
width:100%;
max-width:1000px;
margin:0 auto;
}
.area {
padding: 80px 0;
}
.f-box {
display: flex;
flex-flow: row nowrap;
align-items: flex-start;
justify-content: space-between;
}
.f-box.rev {
flex-flow: row-reverse nowrap;
}
img {
width: 100%;
}
#wrapper {
overflow: hidden;
}
.gold {
color:#b18524;
}
.mb0{
margin-bottom:0!important;
}
.mt0{
margin-top:0!important;
}
.pt0{
padding-top:0!important;
}


/* header
-------------------------------------------------------*/
#header {
background:#fff;
color:#333;
padding:15px 20px;
}
#header .in {
display: flex;
flex-flow: row wrap;
align-items: flex-end;
justify-content:space-between;
width: 100%;
max-width: 100%;
}
#header h1 {
font-size: 75%;
line-height: 1.2;
margin-bottom:10px;
}
#header .logo img {
max-width:150px;
}
#header .ul-box {
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content:flex-end;
margin-top: 20px;
}
#header .ul-box>li:not(:first-child)::before {
content:"";
display: inline-block;
vertical-align: middle;
height:25px;
/*border-right: 1px solid #ccc;*/
margin:0 25px;
}
#header .ul-box>li a {
color:#333;
font-size: 80%;
}

#header ul li.txt-s a {
color:#fff;
}

#header ul.ul-in li a {
color:#fff;
}




#header .ul-box>li:nth-child(2) {
position: relative;
}
#header .ul-box>li:nth-child(2)>a::after {
content:"";
display: inline-block;
background:url(../img/common/arrow01.png)no-repeat right center/9px 13px;
width: 9px;
height: 13px;
transform: rotate(90deg);
margin-left: 10px;
}
#header .ul-box .ul-in {
position: absolute;
top: 30px;
left: 26px;
width: 280px;
background: rgba(0,0,0,1);
text-align: left;
height: 0;
font-size: 75%;
overflow: hidden;
transition: .5s;
z-index: 2;
}
#header .ul-box .ul-in.active {
height: 270px;
}
#header .ul-box .ul-in li a {
display: block;
border-bottom:1px solid #333;
padding:20px 20px;
font-size: 90%;
line-height: 1.2;
}


/* visual
-------------------------------------------------------*/
#index #visual .slide .slide01 {
padding:300px 0;
text-align: center;
background:url(../img/index/visual_bg.png)no-repeat center center/cover;
}
#index #visual .slide .slide02 {
padding:300px 0;
text-align: center;
background:url(../img/index/visual_bg02.png)no-repeat center center/cover;
}
#index #visual .slide .slide03 {
padding:300px 0;
text-align: center;
background:url(../img/index/visual_bg03.png)no-repeat center center/cover;
}
#index #visual .slide .slide04  {
padding:300px 0;
text-align: center;
background:url(../img/index/visual_bg04.png)no-repeat center center/cover;
}
#index #visual .slide li.slick-slide img {
max-width: 880px;
}

.page_vishual_txt h2 {
	text-align: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 240%;
	padding: 25px 0px;
	border-top: 1px solid #ccc;
}
.page_vishual_txt h2:first-letter {
	color: #b88a25;
}

#service.service01 .page_vishual {
background:url(../img/service/service01/visual_bg.png)no-repeat center center/cover;
text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
#service.service02 .page_vishual {
background:url(../img/service/service02/visual_bg.png)no-repeat center center/cover;
}
#service.service03 .page_vishual {
background:url(../img/service/service03/visual_bg.png)no-repeat center center/cover;
}
#service.service04 .page_vishual {
background:url(../img/service/service04/visual_bg.png)no-repeat center center/cover;
}
#service.service05 .page_vishual {
background:url(../img/service/service05/visual_bg.png)no-repeat center center/cover;
}
#service.service06 .page_vishual {
background:url(../img/service/service06/visual_bg.png)no-repeat center center/cover;
}
#recruit .page_vishual {
background:url(../img/recruit/visual_bg.png)no-repeat center center/cover;
}
#company .page_vishual {
background:url(../img/company/visual_bg.png)no-repeat center center/cover;
}
#privacy .page_vishual {
background:url(../img/privacy/visual_bg.png)no-repeat center center/cover;
text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
#contact-page .page_vishual {
background:url(../img/contact/visual_bg.png)no-repeat center center/cover;
}
#member .page_vishual {
background:url(../img/member/visual_bg.png)no-repeat center center/cover;
}
#partner .page_vishual {
background:url(../img/partner/visual_bg.png)no-repeat center center/cover;
}
#property .page_vishual {
background:url(../img/property/visual_bg.png)no-repeat center center/cover;
text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.page_vishual .nttl {
	position: relative;
	margin-bottom: 30px;
}

.page_vishual .nttl:after {
	content:"";
	width: 50px;
	height: 3px;
	background-color: #fff;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -25px;
}

.page_vishual p {
	font-size: 22px;
}

/* footer
-------------------------------------------------------*/
#footer {
background:#272727;
color:#fff;
}
#footer .footer-banner {
background:#EEEEEE;
padding:40px 0;
}
#footer .footer-banner ul {
display: flex;
flex-flow: row nowrap;
align-items: flex-start;
justify-content: center;
}
#footer .footer-banner ul li {
padding:0 10px;
}
#footer .footer-cont {
padding:60px 0 100px;
}
#footer .footer-cont .logo {
text-align: center;
margin-bottom:30px;
}
#footer .footer-cont .logo img {
max-width:148px;
}
#footer .footer-cont .ul-box {
display: flex;
flex-flow: row nowrap;
align-items: flex-start;
justify-content: center;
}
#footer .footer-cont .ul-box>li {
padding:0 20px;
}
#footer .footer-cont ul a {
color:#fff;
}
#footer .copy {
font-size: 75%;
text-align: center;
display: block;
margin-top:50px;
color:#767474;
}

/* ページ共通(一時アップ用)
-------------------------------------------------------*/

.page_vishual {
padding: 150px 10px;
box-sizing: border-box;
text-align: center;
background: #f6f4f4;
margin-bottom: 20px;
}
.page_vishual {
color:#fff;
padding:120px 10px;
}

.page_vishual h2 {
font-size: 200%;
font-weight: bolder;
}

.area_wrap {
max-width: 1020px;
margin: 0 auto;
margin-bottom: 40px;
padding: 20px;
}

.page_ttl {
font-size: 160%;
font-weight: bolder;
border-bottom: 1px solid #b18524;
padding-bottom: 10px;
margin-bottom: 40px;
text-align: center;
}

.page_subttl {
font-size: 140%;
font-weight: bolder;
margin-bottom: 40px;
text-align: center;
}

.page_subttl span {
display: block;
font-size: 60%;
font-weight:normal;
color: #b18e40;
}

.page_subttl02 {
font-size: 120%;
font-weight: bolder;
margin-bottom: 20px;
border-left: 3px solid #b18e40;
padding-left: 15px;
line-height: 1.2;
}

.pan {
max-width: 1020px;
margin: 0 auto;
margin-bottom: 40px;
padding: 20px;
}

.pan ul {
font-size: 70%;
}

.pan ul li{
display: inline-block;
}

.pan ul li span {
display: inline-block;
padding: 0px 10px;
}

.step_flow li {
margin-bottom: 15px;
}

.step_flow li span {
background: #333;
padding: 2px 10px;
display: inline-block;
margin-right: 10px;
border-radius: 3px;
color: #fff;
font-size: 75%;
}

.baseTB dl {
display: table;
width: 100%;
border-bottom: 1px solid #d6d6d6;
}

.baseTB dl dt{
display:table-cell;
width: 18%;
padding: 2%;
    font-weight: bold;
}

.baseTB dl dd{
display:table-cell;
width: 78%;
padding: 2%;
}

.small_page_ttl {
font-weight: normal;
font-size: 60%;
display: block;
}

.cation_list {
border: 1px solid #ccc;
padding: 15px;
box-sizing: border-box;
margin-top: 20px;
background: #f0f0f0;
font-size: 80%;
}

.cation_list li {
padding-left: 40px;
text-indent: -40px;
}

.cation_list02 {
border: 1px solid #ccc;
padding: 15px;
box-sizing: border-box;
margin-top: 20px;
background: #f0f0f0;
font-size: 80%;
}

.cation_list02 li {
padding-left: 15px;
text-indent: -15px;
}

.checklist {
margin-top: 20px;
margin-bottom: 20px;
}

.checklist li {
background:url(../img/common/checkmark.png)no-repeat 0px 5px /20px 16px;
padding-left: 25px;
margin-bottom: 10px;
}

.g_box {
border: 1px solid #b18e40;
padding: 15px;
box-sizing: border-box;
margin-top: 20px;
margin-bottom: 20px;
}

.service03_flow {

}

.service03_flow ul {
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-around;
justify-content: space-around;
}

.service03_flow ul li {
width: 20%;

}

.service03_flow ul li .flow_img {
position: relative;
}

.service03_flow ul li .flow_img:after {
display: block;
content:"";
background:url(../img/service/service03/arrow.png)no-repeat;
background-size: 14px 28px;
width: 14px;
height: 28px;
position: absolute;
right: -30px;
top: 50%;
margin-top: -14px;
}

.service03_flow ul li:last-child .flow_img:after {
display: none;
}

.service03_flow ul li p {
margin-top: 10px;
font-size: 90%;
}

.l_btn {
background: #272727;
color: #fff;
padding: 5px 10px;
text-align: center;
font-size: 90%;
display: block;
margin-top: 10px;
}

.two_box {
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-around;
justify-content: space-around;
}

.center_txt {
text-align: center;
}

.mb20 {
margin-bottom: 20px;
}

.kojin_box #privacy {
height: 200px;
overflow-x: hidden;
}

.mincho {
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.center {
text-align: center;
}

.font_big {
font-size: 130%;
}

.form_cap {
font-size: 85%;
margin-bottom: 10px;
}

.red {
color: #ff0000;
}

#contact .text_zipcord {
margin: 0;
padding: 3px;
height: 40px;
box-sizing: border-box;
width: 100px;
}

.form_line {
margin-bottom: 10px;
margin-top: 15px;
}

/* index
-------------------------------------------------------*/
#index h3 {
text-align: center;
margin-bottom:40px;
}

#index h3 img {
max-width: 260px;
}

#index #area02 h3 img {
max-width: 384px;
}
#index #area01 {
background:#F6F4F4;
padding-bottom:50px;
}
#index .txt-t .txt {
text-align: center;
padding:0 20px;
}
#index #area01 ul {
display: flex;
flex-flow: row wrap;
align-items: flex-start;
justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
}
#index #area01 ul li {
width: 48%;
/*border-right: 1px solid #bfbfbf;*/
box-sizing: border-box;
margin-bottom:30px;
	border-bottom: 1px solid #bfbfbf;
}
#index #area01 ul li a {
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: space-between;
height: 100px;
padding:0 40px;
}
#index #area01 ul li a::after {
content:"";
display: inline-block;
background:url(../img/common/arrow01.png)no-repeat center right /12px 20px;
width: 12px;
height: 20px;
}
#index #area01 ul li:nth-child(3n){
/*border:none;*/
}
#index #area01 ul li a>span {
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: flex-start;
}
#index #area01 ul li span img {
max-width:60px;
margin-right:15px;
}
#index #area02 {
padding:0;
}
#index #area02 .in {
display: flex;
flex-flow: row nowrap;
align-items: flex-start;
width: 100%;
max-width: 100%;

}
#index #area02 .in > * {
width: 50%;
color:#fff;
overflow: hidden;
}
#index #area02 .in .boximg01 {
background:url(../img/index/img02_1.png)no-repeat center center/cover;

}
#index #area02 .in .boximg02 {
background:url(../img/index/img02_2.png)no-repeat center center/cover;

}


.imgWrap {
overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
/*	width: 320px;
height: 180px;*/
width: 50%;

}
.imgWrap .box {
display: block;
transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.imgWrap .box.scale,.imgWrap .box.scale2 {
transform: scale(1.1);	/*画像の拡大率*/
transition-duration: 0.3s;	/*変化に掛かる時間*/

}


#index #area02 h3 {
text-align: center;
margin-bottom:30px;
}
#index #area02 h3 span {
padding-top:10px;
display: block;
}
#index #area02 .btn {
display: flex;
align-items: center;
justify-content: center;
}
#index #area02 .btn a {
color:#fff;
border:1px solid #fff;
max-width: 407px;
width: 70%;
text-align: center;
padding:20px;
}
#index #area02 .box {
padding:120px 0;
}
#index #area02 .btn a span {
position: relative;
}
#index #area02 .btn a span::after {
content:"";
display: inline-block;
width:0;
height: 0;
border:6px solid transparent;
border-left:6px solid #fff;
position: absolute;
top:0;
bottom:0;
right: -20px;
margin:auto;
}
#index #area03 h3 {
margin-bottom:20px;
}
#index #area03 .txt {
text-align: center;
margin-bottom:40px;
}
#index #area03 ul {
display: flex;
flex-flow: row nowrap;
align-items: flex-start;
justify-content: center;
}
#index #area03 ul li {
padding:0 15px;
}
#index #area03 ul li img {
max-width: 46px;
}
@media screen and (max-width:1100px){
#index #area01 ul li {
width: 50%;
}
#index #area01 ul li a {
padding: 0 20px;
}
#index #area01 ul li:nth-child(3n) {
border-right: 1px solid #bfbfbf;
}
#index #area01 ul li:nth-child(even) {
border:none;
}
}
@media screen and (max-width:820px){
#index #area02 .in {
flex-flow: column nowrap;
}
#index #area02 .in > * {
width: 100%;
}
#index #area02 .box {
padding: 60px 0;
}
}

.eng {
display: block;
font-weight: normal;
font-size: 60%;
color: #b99441;
}

#index #area02 .in .box:hover {
opacity: 0.7;
}

#index #area02 .in .box a:hover {
background: #b99441;
}

.fbpage {
max-width: 500px;
margin: 0 auto;

margin-bottom: 25px;
}
#index #area02 .in .box {
padding:0;
}
#index #area02 .in .box:hover {
opacity: 1;
}
#index .mask,#index .mask2 {
background:rgba(0,0,0,0.5);
height: 100%;
transition: .5s;
padding:120px 0;
}
#index .mask.bg-no,#index .mask.bg-no2 {
background: none;
}


/* contact
-------------------------------------------------------*/
#contact #form {
width:100%;
margin-bottom:30px;
border: 1px solid #d6d6d6;
}
#contact .txt-t {
font-size: 120%;
text-align:center;
color:#CE3939;
margin-bottom:20px;
}
#contact .text {
margin:0;
padding:3px;
height:40px;
box-sizing: border-box;
width:100%;
}
#contact textarea {
height: 100px!important;
}
#contact label {
display: inline-block;
}
#contact .ttl-txt {
color:#e70012;
font-size: 120%;
text-align: center;
line-height: 1.3;
font-weight: bold;
}
#contact tr {
display: table;
width:100%;
    border-bottom: 1px solid #d6d6d6;
}
#contact tr:last-child {
border-bottom:0;
}
#contact tr > * {
padding:20px;
box-sizing: border-box;
display: table-cell;
vertical-align: middle;
line-height: 1;
}

#contact tr th {
width: 250px;
text-align: left;
font-weight: bold;
border-right: 1px solid #d6d6d6;
background-color: #EFE8D9;
}

#contact tr td {
text-align: left;
}

#contact tr th.hissu {
background:url(../img/common/hissu.png)no-repeat right 20px center/37px 21px;
background-color: #EFE8D9;
}
#contact tr th.nini {
background:url(../img/nini.png)no-repeat right 20px center/47px 22px;
}
#contact .radio-area {
padding-bottom:10px;
}
#contact .radio-btn {
margin-bottom:10px;
}
#contact .contact-btn {
border:none;
border-radius: 5px;
color:#fff;
font-weight: bold;
font-size: 150%;
box-sizing: border-box;
padding:20px;
width: 65%;
max-width:300px;
margin:50px 10px 0;
background:#e37d04;
line-height: 1;
}
#contact .back-btn {
border:none;
border-radius: 5px;
color:#fff;
font-weight: bold;
font-size: 150%;
box-sizing: border-box;
padding:20px;
width: 65%;
max-width:300px;
margin:50px 10px 0;
background:#333;
line-height: 1;
}
#contact.conf .f-box {
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: center;
}
#contact .error-messe {
color:red;
padding:0 20px;
}

.kojin_wrap {
border: 1px solid #d6d6d6;
padding: 15px;
box-sizing: border-box;
}

.kojin_wrap p {
margin-bottom: 15px;
}

.kojin_ttl {
font-weight: bolder;
}


/* contact
-------------------------------------------------------*/

#privacy p {
margin-bottom: 20px;
}

#privacy dl dt {
font-weight: bolder;
margin-bottom: 10px;
}

#privacy dl dd {
margin-bottom: 30px;
}

/* service
-------------------------------------------------------*/
#service .area_wrap {
max-width: 980px;
}
#service .ul-flow{
display: flex;
flex-flow: row wrap;
align-items: stretch;
justify-content: space-between;
}
#service .ul-flow li {
width:180px;
border:1px solid #c9c9c9;
padding:15px;
box-sizing: border-box;
position: relative;
}
#service .ul-flow li:not(:last-child)::after {
content:"";
display: inline-block;
background: url(../img/service/service01/arrow.png)no-repeat center center/11px 22px;
width: 11px;
height: 22px;
position: absolute;
top:0;
bottom:0;
right: -18px;
margin:auto;
}
#service .ul-flow .ttl {
font-weight: bold;
text-align: center;
line-height: 1.2;
}
#service .ul-flow .img {
text-align: center;
height: 80px;
display: flex;
align-items: center;
justify-content: center;
}
#service .ul-flow .img img {
width:76px;
}
#service .ul-flow .txt {
font-size: 90%;
line-height: 1.3;
	text-align: center;
}
#service .ul-flow .gold {
font-size: 80%;
}
@media screen and (max-width:1060px){
#service .ul-flow{
justify-content: center;
}
#service .ul-flow li {
width: 31%;
margin:0 1% 2%;
}
#service .ul-flow li:not(:last-child)::after {
right: -16px;
}
#service .ul-flow li:nth-child(3)::after {
display: none;
}
}

#service .ul-img-box li,
#service .ul-txt-box li {
max-width: 450px;
width: 48%;
}
#service .ul-img-box{
display: flex;
flex-flow: row nowrap;
align-items: stretch;
justify-content: space-between;
}
#service .ul-img-box li {
border:1px solid #d2d2d2;
padding:15px;
box-sizing: border-box;
}
#service .ul-img-box li .img {
text-align: center;
}
#service .ul-img-box li .img img {
max-width: 420px;
}
#service .ul-img-box li .ttl {
font-weight: bold;
text-align: center;
font-size: 130%;
line-height: 1.2;
margin:20px 0 0;
}
#service .ul-img-box li .ttl::after {
content:"";
display:block;
width:50px;
height: 2px;
background:#b18524;
margin:15px auto 15px;
}
#service .ul-img-box li .txt {
line-height: 1.8;
}

#service .ul-txt-box{
display: flex;
flex-flow: row wrap;
align-items: stretch;
justify-content: space-between;
}
#service .ul-txt-box li {
border:1px solid #d2d2d2;
margin-bottom:40px;
}
#service .ul-txt-box li .ttl {
font-weight: bold;
font-size: 120%;
line-height: 1.2;
border-bottom:1px solid #b18524;
padding:20px 15px 10px;
box-sizing: border-box;
}
#service .ul-txt-box li .txt {
line-height: 1.8;
padding:10px 15px 30px;
box-sizing: border-box;
}
#service .ul-txt-box.col {
display: block;
}
#service .ul-txt-box.col li {
display: flex;
flex-flow: row nowrap;
align-items: flex-start;
justify-content: flex-start;
width:100%;
max-width: 100%;
padding:10px;
box-sizing: border-box;
}
#service .ul-txt-box.col li:last-child {
margin-bottom:0;
}
#service .ul-txt-box.col li .img {
text-align: center;
}
#service .ul-txt-box.col li .img img {
width: 270px;
margin-right: 10px;
}
#service .ul-txt-box.col li .ttl {
padding: 0 0 10px;
}
#service .ul-txt-box.col.txt li {
padding:0;
}
#service .ul-txt-box.col.txt li .ttl {
padding: 20px 15px 15px;
}
#service .ul-txt-box.col.txt li .txt {
padding: 20px 15px 20px;
}
#service .ul-txt-box li .txt.img {
display: flex;
flex-flow: row nowrap;
align-items: flex-start;
justify-content: flex-start;
}


#service .ul-txt-box li .txt.img.img_s {

    display: block;

}


#service .ul-txt-box.col.txt li .img {
text-align: left;
}
#service .ul-txt-box.col.txt li .img img {
width: 450px;
margin-right: 15px;
}
#service .ul-txt-box.col.txt li ul.txt li {
margin:0;
border:0;
padding:0;
padding-left:1em;
text-indent: -1em;
}
#service .ul-txt-box.col.txt li .txt-box {
width: 100%;
}
#service .ul-txt-box.col.txt li .checklist-box {
padding:0 15px;
box-sizing: border-box;
}
#service .ul-txt-box.col.txt li ul.checklist.txt {
border:1px solid #bfbfbf;
background:#EEEEEE;
margin:0;
}
#service .ul-txt-box.col.txt li ul.checklist.txt li {
padding-left:25px;
text-indent: 0;
line-height:1.3;
}
#service .ul-txt-box.col.txt li ul.checklist.txt li:not(:last-child) {
margin-bottom:10px;
}
#service .ul-service05 {
display: flex;
flex-flow: row nowrap;
align-items: flex-start;
justify-content: space-between;
margin-bottom:30px;
}
#service .ul-service05 li {
border:1px solid #b18524;
width: 48%;
max-width:450px;
text-align: center;
padding:20px;
box-sizing: border-box;
font-weight: bold;
}
#service .ul-service05 li .img {
text-align: center;
margin:20px 0;
}
#service .ul-service05 li .img img {
max-width:90px;
}
#service.service05 .ttl-t {
text-align: center;
font-size: 150%;
margin-bottom:20px;
margin-top:50px;
}
#service.service05 .ul-b {
text-align: center;
font-size: 110%;
margin-bottom:50px;
}
#service .ul-txt-box li .txt02 {
padding:10px 0 0;
}
#service.service06 .ul-flow {
width: 600px;
max-width: 600px;
margin: 0 auto;
justify-content: center;
}
#service.service06 .ul-flow li {
width: 30%;
margin: 0 1.5% 20px;
}
#service.service06 .ul-flow li:not(:last-child)::after {
content: "";
display: inline-block;
background: url(../img/service/service01/arrow.png)no-repeat center center/11px 22px;
width: 11px;
height: 22px;
position: absolute;
top: 0;
bottom: 0;
right: -16px;
margin: auto;
}
#service.service06 .ul-flow li:nth-child(3)::after {
display: none;
}
@media screen and (max-width:850px){
#service .ul-txt-box.col.txt li .img img {
width: 225px;
}
}


#service.service06 .ul-img-box li, #service.service06  .ul-txt-box li {

    max-width:inherit;
    width: 32%;

}

#service.service06 .ul-txt-box li .txt02 {

    padding: 20px;

}

#service.service06 .ul-txt-box li .ttl {
    font-size: 110%;
	text-align: center;
	min-height: 70px;
}


#service.service04 .ul-txt-box.col.txt li .img.img_s img {

    width: 100%;
    margin-right: 0px;
	margin-bottom: 15px;

}

/* company
-------------------------------------------------------*/
.ul-company li {
display: flex;
flex-flow: row nowrap;
align-items: stretch;
justify-content: space-between;
}
.ul-company li:last-child {
flex-flow: row-reverse nowrap;
}
.ul-company li:first-child .img {
background:url(../img/company/img01.png)no-repeat center center/cover;
}
.ul-company li:last-child .img {
background:url(../img/company/img02.png)no-repeat center center/cover;
}
.ul-company li .box {
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: center;
border:1px solid #b18524;
box-sizing: border-box;
background:#f6f6f6;
padding:20px;
}
.ul-company li .page_subttl {
margin-bottom:15px;
}
.ul-company li .page_subttl::after {
content: "";
display: block;
width: 50px;
height: 2px;
background:#b18524;
margin:15px auto 0;
}

#renoleaseback .area_wrap {
max-width: 1170px;
}
#renoleaseback hr {
border:0;
border-top:1px dashed #bd6856;
margin-bottom:60px;
}
#renoleaseback .renoleaseback_visual .in {
max-width: 1170px;
width: 1170px;
}
#renoleaseback .renoleaseback_visual h2 {
margin-bottom:60px;
}
#renoleaseback .renoleaseback_visual .img {
max-width: 1150px;
margin:0 auto;
}
#renoleaseback .area_wrap.main h3,
#renoleaseback .area_wrap.main ul {
max-width: 1000px;
margin:0 auto;
}
#renoleaseback .area_wrap.main h3 {
margin-bottom:60px;
}
#renoleaseback .area_wrap.main ul li {
margin-bottom:60px;
}
#renoleaseback .area_wrap.main .txt {
margin-bottom:60px;
max-width: 800px;
margin:0 auto 60px;
}
#renoleaseback .area_wrap.main .btn-area {
display: flex;
flex-flow: row nowrap;
align-items: flex-start;
justify-content: space-between;
}




.sv3_newarea dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #f6f6f6;
}

.sv3_newarea dl dt {
	width: 50%;
}

.sv3_newarea dl dd {
	width: 50%;
}

.sv3_newarea dl dd p {
	padding: 20px;
	box-sizing: border-box;
}


.new_sub_ttl {
	border-left: 4px solid #b18524;
	padding-left: 20px;
	font-weight: bolder;
	font-size: 140%;
	margin-bottom: 30px;
}

.new_box {
	margin-bottom: 50px;
}

.new_img_list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.new_img_list li {
	width: 32%;
}

.new_img_list_img {
	display: flex;
	justify-content: center;
	align-items:flex-end;
	min-height: 300px;
}

.new_img_list_img .txt {
	text-align: center;
	font-weight: bolder;
	font-size: 140%;
	color: #fff;
	background: rgba(0,0,0,0.5);
	width: 100%;
	padding: 10px 0px;
}

.new_img_list_img01 {
	background: url("../img/service/service03/service03_newimg01.png") no-repeat;
	background-size: cover;
}

.new_img_list_img02 {
	background: url("../img/service/service03/service03_newimg02.png") no-repeat;
	background-size: cover;
}

.new_img_list_img03 {
	background: url("../img/service/service03/service03_newimg03.png") no-repeat;
	background-size: cover;
}

.new_img_list_txt {
	background: #f0f0f0;
	padding: 20px;
	box-sizing: border-box;
	/*min-height: 120px;*/
}

.right_cap {
}


.new_img_list.col_two li {
	width: 48%;
}

.col_two .new_img_list_img01 {
	background: url("../img/service/service04/service04_newimg01.png") no-repeat;
	background-size: cover;
}

.col_two .new_img_list_img02 {
	background: url("../img/service/service04/service04_newimg02.png") no-repeat;
	background-size: cover;
}

.col_two .new_img_list_img {
	min-height: 300px;
}

.col_two .new_img_list_txt {
	/*min-height: 220px;*/
}

.pc_center {
	text-align: center;
}

.page_subttl_gold {
	color: #b18e40;
}


.sv3_newarea_block {
	max-width: 800px;
	margin: 0 auto;
}

.sv3_newarea.sv3_newarea_block dl {
  display: block;
}

.sv3_newarea.sv3_newarea_block dl dt {
	width: 100%;
}

.sv3_newarea.sv3_newarea_block dl dd {
	width: 100%;
}


.sv3_newarea.bg_none dl {
	background: none;
}

.sv3_newarea.bg_none dl p {
	border-left: 2px solid #b89240;
	padding-left: 20px;
}

.sv3_newarea.bg_none dl dd {
	padding-left: 40px;
}



.company_cont_flex {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.left_img {
	width: 25%;
}
.left_txt {
	width: 70%;
}

.company_sub {
	text-align: center;
	margin-bottom: 40px;
	font-size: 120%;
}

.left_txt01 {
	font-weight: 700;
	color: #b18524;
}


#under {
  display: flex;
  justify-content: center; /* 横方向中央 */
  align-items: center;     /* 縦方向中央 */
  min-height: 100vh;       /* 画面の高さを基準にする */
  margin: 0;               /* デフォルト余白を消す */
}

.under_wrap {
	max-width: 500px;
	margin: 0;
	border: 1px solid #000;
	padding: 50px;
	box-sizing: border-box;
}

.under_logo {
	margin-bottom: 30px;
}

.under_txt {
	text-align: center;
	margin-bottom: 30px;
}

.under_btn a {
	display: block;
	padding: 10px;
	background: #000;
	color: #fff;
	box-sizing: border-box;
	text-align: center;

}