@charset "utf-8";

/*--------------------------------------------------------------
  header
--------------------------------------------------------------*/
.logo {
    width: 100%;
    height: 78px;
}
.logo_left {
    float: left;
    width: 400px;
    padding: 10px;
    height: 78px;;
}
.logo_right {
    float: right;
}
.logo_right a{
  color: #fff;
  padding: 7%;
  width: 190px;
  height: 78px;
  display: inline-block;
  text-align: center;
  background: #0a1d7a;
}

.logo_right a:hover{
  text-decoration: none;
  opacity: .8;
  transition: .3s ;
}

.logo_right a i{
    margin-right: 0.4em;
}

/*--------------------------------------------------------------
  gnav
--------------------------------------------------------------*/
.gnav{
    background-color: #0a1d7a;
    height: 80px;}

.gnav ul{
    list-style: none;
    width: 980px;
    height: 80px;
    margin: 0 auto;
    padding: 0;}

.gnav ul li{
    float: left;
    display: block;
    width: calc(100% / 7);
    border-left: 1px solid #626faa;
    background-color: #fff;
}

.gnav ul li:last-child{
    border-right: 1px solid #626faa;}

.gnav ul li a{
    color: #fff;
    display: inline-block;
    padding: 28px 8px;
    width: 100%;
    text-align: center;
    background-color: #0a1d7a;
}
.gnav ul li a:hover{
  text-decoration: none;
  opacity: .8;
  transition: .3s ;
}
.gnav ul li a i{
    margin-right: 0.4em;
}

.gnav.sticky{
  position: sticky;
  top: 0;
  z-index: 30;
}
.gnav.sticky{
  height: 120px;
  transition: .3s ;
}
.gnav.sticky ul{
  height: 60px;
  transition: .3s ;
}

.gnav.sticky ul li a{
  padding: 18px 8px;
  transition: .3s ;
}

.logo2{display:none;}
.gnav2{
  background: linear-gradient(360deg,#0a1d7a 50%, #fff 50%) !important;
}

.gnav2 .logo2{
  background: #fff;
  width: 980px;
  margin: auto;
  height: 60px;
}
.gnav2 .logo2_left{
    width: 32%;
    float: left;
    height: 60px;
    padding: 1%;
}
.gnav2 .logo2_left img{
  width:100%;
}
.gnav2 .logo2_right{
  float: right;
}

.gnav2 .logo2_right a{
  color: #fff;
  padding: 5%;
  width: 280px;
  height: 60px;
  display: inline-block;
  text-align: center;
  background: #0a1d7a;
}
.gnav2 .logo2_right a:hover{
  text-decoration: none;
  opacity: .8;
  transition: .3s ;
}

.slidemenu,
.menu-button-right{display: none;}

/*--------------------------------------------------------------
  main
--------------------------------------------------------------*/
main{

}
.bg_01{
    background: linear-gradient(135deg,#dbdbdb 25%, #f5f5f5 25%);
}
.wrap{
  width:830px;
  margin:0 auto;
}

.mainv{
  width: 100%;
  overflow: hidden;
}

.slick-slide {
    max-height: 607px;
}

.mainv_01{
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: 50%;
}

.mainv_about_op{
  background-image: url(../img/about/mainv.jpg);
}
.mainv_sale_op{
  background-image: url(../img/sale/mainv.jpg);
}
.mainv_office_op{
  background-image: url(../img/office/mainv.jpg);
}
.mainv_rental_flow_op{
  background-image: url(../img/rental_flow/mainv.jpg);
}
.mainv_benefits_op{
  background-image: url(../img/benefits/mainv.jpg);
  background-position: 0 -130px;
}

h1.h1_01{
    text-align: center;
    font-style: italic;
    color: #0a1d7a;
    width: 300px;
    margin: auto;
    border-bottom: double 4px #0a1d7a;
    padding-bottom: 4px;
    margin-bottom: 60px;
}
h1.h1_01 span{
    display: block;
    font-size: 0.4em;
    border-bottom: 1px solid #0a1d7a;
    padding-bottom: 6px;
    margin-bottom: 2px;
}

.bg_02{
  background-color: #f5f5f5;
  padding-bottom: 60px;
}

.wrap_01{
  padding-top: 80px;
  width: 980px;
}

.box_01{
  background-color: #fff;
  box-shadow: 4px 4px #0a1d7a;
  padding:30px;
  margin-bottom: 60px;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
}

.box_01 h2{
  display: block;
  color: #0a1d7a;
  background-color: #cddaee;
  font-size: 1.2em;
  padding: 6px 0 6px 16px;
}

.box_01_all{
  width: 100%;
}

.box_01_left{
  width: 530px;
  float: left;
}
.box_01_right{
  width: 305px;
  float: right;
}
.box_01_right p{
  margin-bottom: 0;
}
.box_01_right p img{
  width: 100%;
}

.box_01_right p.comments{
    font-size: 0.8em;
}
.box_01_right p.comments:first-child{
    margin-top: 40px;
}
.box_01_right p.comments:before{
    content: "※";
    position: relative;
    left: -20px;
    display: block;
    top: 19px;
    margin-top: -19px;
}

.mainv_02{
  background: -webkit-linear-gradient(135deg, #dbdbdb 25%, #fff 25%);
  background: -o-linear-gradient(135deg, #dbdbdb 25%, #fff 25%);
  background: linear-gradient(135deg, #dbdbdb 25%, #fff 25%);
  height: 580px;
  text-align: center;
}

.mainv_02 h1 {
    padding-top: 100px;
    margin-bottom: 80px;
}

.mainv_02 p{
  margin-bottom:80px;
}

.button_list{
  list-style: none;
  padding:0;
}
.button_list a{
  text-decoration:none;
}

.btn_01{
  color: #fff;
  background-color: #0a1d7a;
  border:1px solid #0a1d7a;
}
.btn_01:hover{
  color: #0a1d7a;
  background-color: #fff;
  border:1px solid #0a1d7a;
}

.btn_02{
  color: #212529;
  background-color: #fff;
  border:1px solid #EA5F00;
}
.btn_02.nowork{
  background-color: #f6f6f6;
}
.btn_02:hover{
  color: #fff;
  background-color: #EA5F00;
  border:1px solid #EA5F00;
}
.btn_02.nowork:hover{
  color: #212529;
  background-color: #f6f6f6;
  border:1px solid #EA5F00;
  cursor: default;
}

.btn_03{
  color: #212529;
  background-color: #fff;
  border:1px solid #0a1d7a;
}
.btn_03:hover{
  color: #fff;
  background-color: #0a1d7a;
  border:1px solid #0a1d7a;
}

.button_list_01,
.button_list_02{
  list-style: none;
  padding:0;
}

.button_list_01 li,
.button_list_02 li{
  float: left;
  width: calc(96%/4);
  margin-right: 1%;
  margin-bottom: 1%;
}

.button_list_01 li:last-child,
.button_list_02 li:last-child{
  margin:0;
}

.button_list_01 a,
.button_list_02 a{
  text-decoration: none;
  width: 100%;
  line-height: 1em;
  padding: 0 22px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  font-size: .8em;
}

.attention_01{
  background-color: #fff;
  text-align: center;
  padding: 10px 0;
  letter-spacing: .6em;
}

.btn_box{
  width: 920px;
  margin: 0 auto;
  background-color: #0a1d7a;
  color: #fff;
  padding:20px;
}
.btn_box:hover{
  opacity: .8;
}
.btn_box a{
  color: #fff;
}
.btn_box a:hover{
  text-decoration:none;
}

.btn_box_left{
  width: 30%;
  float: left;
  padding: 29px 0px;
}
.btn_box_left p{
  margin-bottom:20px;
  font-weight:bold;
  font-size: 1.2em;
}
.btn_box_left span{
  display: block;
  background-color: #fff;
  padding:10px;
  text-align: center;
  font-weight:bold;
  color: #000;
  border-radius: 30px;
}
.btn_box_right{
  float: right;
  width: 66%;
}

.h2_01{
  text-align: center;
  font-size: 1.4em;
  margin: 40px 0;
}

.image_list{
  list-style: none;
  margin: 0;
  padding: 0;
}

.image_list li{
  width: 49%;
  float: left;
  margin-bottom: 20px;
}

.image_list li:nth-child(even){
  float: right;
}

.image_list li img{
  width:100%;
  height: 300px;
  object-fit: cover;
}

p.point_text{
  background: #fff;
  padding: 20px;
}
span.orange{
  color: #EA5F00;
}
span.orange b{
  font-size: 1.4em;
}

.ulist {
    margin: 0;
    padding: 0 2%;
    list-style: none;
    margin-bottom: 20px;
}
.ulist li {
  padding: 1em 0;
  border-bottom:1px solid rgba(0,0,0,0.2);
}
.ulist li a {
  text-decoration: none;
  display: block;
}
.ulist-left {
  display: inline-block;
  width: 20%;
  margin-right: 9%;
  vertical-align: middle;
}
.ulist-right {
  display: inline-block;
  width: 70%;
  vertical-align: middle;
}

/*--------------------------------------------------------------
  bottom
--------------------------------------------------------------*/
.bottom{
  padding: 60px 0;
}

.blue{
  color:#0a1d7a;
  text-align:center;
  display: block;
  font-size: 1em;
  margin-bottom: 40px;
  padding: 20px;
  background: #fff;
}

.bottom ul{
  width: 840px;
  list-style: none;
  padding:0;
  margin:auto;
}
.bottom ul li{
  float: left;
  margin-bottom: 30px;
}
.bottom ul li:nth-child(2n){
  float: right;
}

.bottom_01 a{
  box-shadow: 0px 0px 6px 3px #ccc;
  background-color: #EA5F00;
  color: #fff;
  display: block;
  width: 400px;
  height: 90px;
  text-align: center;
  padding: 20px;
  border-radius: 5px;
  font-weight: bold;
  position: relative;
}
.bottom_02 a{
  box-shadow: 0px 0px 6px 3px #ccc;
  background-color: #EA5F00;
  color: #fff;
  display: table-cell;
  width: 400px;
  height: 90px;
  text-align: center;
  padding: 20px;
  border-radius: 5px;
  font-weight: bold;
  position: relative;
  vertical-align: middle;
}
.bottom_03 a{
  box-shadow: 0px 0px 6px 3px #ccc;
  background-color: #fff;
  color: #000;
  display: table-cell;
  width: 400px;
  height: 90px;
  text-align: center;
  padding: 20px;
  border-radius: 5px;
  font-weight: bold;
  position: relative;
  vertical-align: middle;
}
.bottom_01 a:before{
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 30px;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.bottom_02 a:before{
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 30px;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.bottom_01 a:after{
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #EA5F00;
  right: 23px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-right: 0;
  height: 10px;
  width: 10px;
}
.bottom_02 a:after{
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #EA5F00;
  right: 23px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-right: 0;
  height: 10px;
  width: 10px;
}

.bottom_01 a:hover,
.bottom_02 a:hover{
  text-decoration:none;
  opacity: .8;
  transition: .3s;
}
.bottom_03 a:hover{
  text-decoration: none;
  cursor: default;
}

.bottom_03 a i{
  font-size: 2em;
  margin-right: .4em;
}
.bottom_03 a span{
  display: none;
}
.bottom_03 a b{
  font-size: 2em;
  color:#EA5F00;
}
.bottom_04{
  width: 400px;
}
.bottom_04 img{
  width: 100%;
}

#pagetop{
  position: fixed;
  right: 20px;
  bottom: 450px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  z-index: 20;
}

/*--------------------------------------------------------------
  footer
--------------------------------------------------------------*/
footer{
  background-color: #0a1d7a;
  color: #fff;
}

.footer_wrap{
  width: 980px;
  margin:0 auto;
  padding-top: 40px;
}

.footer_left{
  float: left;
  width: 550px;
}
.footer_right{
  float: right;
  width: 410px;
}
.footer_right img{
  width: 100%;
}

.footer_top{
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.footer_top h2{
  width: 220px;
  float: left;
}
.footer_top p{
  float: right;
  margin-bottom: 0;
  margin-top: 30px;
}


.copy{
    text-align: center;
    margin: 0;
    padding: 10px 0;
}