@charset "utf-8";
/* トップページ
------------------------------------------------------------*/
a {
  text-decoration: none;
}
.top_area {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin-top: 0px;
  background-image: url(../images/home/main_img.jpg);
  background-size: cover;
  background-position: center center;
}
.slide_tx {
  margin-top: 10%;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 105px;
  color: #000000;
  font-weight: bold;
  line-height: 1.0;
}
.slide_tx2 {
  margin-top: 0%;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 50px;
  color: #000000;
}
@media screen and (max-width:991px) {
  .slide_tx {
    font-size: 75px;
  }
  .slide_tx2 {
    font-size: 30px;
  }
}
@media screen and (max-width:576px) {
  .slide_tx {
    margin-top: 10%;
    text-align: left;
    font-size: 60px;
    color: #000000;
  }
  .slide_tx2 {
    text-align: left;
    font-size: 30px;
  }
}
.slide_tx2 span {
  color: #E94829;
}
/* message
------------------------------------------------------------*/
.message_area {
  padding-top: 10%;
  padding-bottom: 10%;
  padding-right: 0px;
  padding-left: 0px;
  background: linear-gradient(90deg, #000 0%, #000 80%, #DFE4E7 80%, #DFE4E7 100%);
}
/*#o-top-message_bg{
    position: absolute;
    top: 0%;
    left: 0;
    width: 80%;
    background-color: #000;
    top: 0vh;
    bottom: 0;
    height: 100%
}*/
.message_ttl {
  font-size: 38px;
  color: #fff;
  margin-bottom: 3%;
  writing-mode: vertical-rl;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Noto Serif JP', serif;
}
.message_ttl:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 2px;
  height: 115vh;
  margin: auto;
  background-color: #fff;
  top: 30vh;
}
@media screen and (max-width:1199px) {
  .message_ttl:after {
    height: 120vh;
    top: 35vh;
  }
}
@media screen and (max-width:576px) {
  .message_ttl3 {
    display: flex;
    align-items: center;
    font-size: 28px;
    margin-bottom: 3%;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
  }
  .message_ttl3:after {
    border-top: 1px solid #FFFFFF;
    content: "";
    flex-grow: 1;
  }
  .message_ttl3:after {
    margin-left: 1rem;
  }
}
.message_box {
  padding: 10%;
  background-color: #fff;
}
.message_ttl2 {
  margin-top: 1%;
  font-family: 'Oswald', sans-serif;
  font-size: 60px;
  color: #000000;
  font-weight: bold;
  line-height: 1.0;
}
.message_ttl2_sub {
  margin-top: 0%;
  font-family: 'Noto Serif JP', serif;
  font-size: 35px;
  color: #000000;
}
@media screen and (max-width:991px) {
  .message_ttl2 {
    font-size: 40px;
  }
  .message_ttl2_sub {
    font-size: 20px;
  }
}
@media screen and (max-width:576px) {
  .message_ttl2 {
    font-size: 30px;
  }
  .message_ttl2_sub {
    font-size: 28px;
  }
}
.message_ttl2_sub span {
  color: #E94829;
}
.message_tx {
  padding-top: 3%;
  font-size: 16px;
  color: #000;
  margin-top: 0px;
}
/* news
------------------------------------------------------------*/
.news_area {
  padding-top: 10%;
  padding-bottom: 10%;
  padding-right: 0px;
  padding-left: 0px;
}
.news_area a {
  color: #000000;
}
.news_ttl {
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 45px;
  color: #000000;
  font-weight: bold;
  line-height: 1.0;
}
.news_box {
  padding-top: 5%;
}
.news_box2 {
  border-bottom: 1px solid #a6b5bd;
  padding-bottom: 15px;
  padding-top: 15px;
}

.news_day {
  font-size: 17px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  font-weight: bold;
  margin-right: 15px;
  font-family: 'Oswald', sans-serif;
}
.news_type {
  font-size: 17px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  /*border: 1px solid #FF4500;*/
  margin-right: 15px;
  display: inline-block;
  background-color: #FF4500;
}
.news_tx {
  font-size: 17px;
  padding-left: 0px;
  padding-right: 10px;
  display: inline-block;
}
@media screen and (max-width:576px) {
  .news_tx {
    padding-top: 5px;
    display: block;
  }
}
.news_link {
  margin-top: 3%;
}
/* home staging
------------------------------------------------------------*/
.staging_area {
  padding-top: 0%;
  padding-bottom: 3%;
  padding-right: 0px;
  padding-left: 0px;
  background: linear-gradient(90deg, #fff 0%, #fff 70%, #DFE4E7 70%, #DFE4E7 100%);
  position: relative;
}
@media screen and (max-width:576px) {
  .staging_area {
    background: linear-gradient(90deg, #fff 0%, #fff 80%, #DFE4E7 80%, #DFE4E7 100%);
  }
}
#o-top-staging_bg {
  position: absolute;
  top: 40%;
  right: 0;
  width: 30%;
  background-color: #FF4500;
  bottom: 0;
  height: 30%
}
@media screen and (max-width:1199px) {
  #o-top-staging_bg {
    top: 30%;
  }
}
@media screen and (max-width:767px) {
  #o-top-staging_bg {
    top: 25%;
    height: 20%
  }
}
@media screen and (max-width:576px) {
  #o-top-staging_bg {
    top: 20%;
    width: 20%;
    height: 10%
  }
}
.staging_box {
  padding-top: 10%;
  padding-right: 10%;
  padding-left: 10%;
  padding-bottom: 5%;
  background-color: #fff;
}
@media screen and (max-width:576px) {
  .staging_box {
    background-color: transparent;
  }
}
.staging_ttl {
  font-size: 88px;
  color: #000;
  margin-bottom: 1%;
  font-family: 'Noto Serif JP', serif;
}
@media screen and (max-width:991px) {
  .staging_ttl {
    font-size: 58px;
  }
}
.staging_ttlsub {
  font-size: 28px;
  color: #000;
  margin-bottom: 3%;
  font-family: 'Noto Serif JP', serif;
}
@media screen and (max-width:576px) {
  .staging_ttl {
    font-size: 38px;
  }
  .staging_ttlsub {
    font-size: 20px;
  }
}
.staging_tx {
  padding-top: 3%;
  font-size: 16px;
  color: #000;
  margin-top: 0px;
}
.staging_tx2 {
  padding-top: 0%;
  font-size: 14px;
  color: #000;
  margin-top: 0px;
}
/* Revitalization
------------------------------------------------------------*/
.revitalization_area {
  padding-top: 0%;
  padding-bottom: 3%;
  padding-right: 0px;
  padding-left: 0px;
  background: linear-gradient(90deg, #DFE4E7 0%, #DFE4E7 30%, #fff 30%, #fff 100%);
  position: relative;
}
@media screen and (max-width:576px) {
  .revitalization_area {
    background: linear-gradient(90deg, #fff 0%, #fff 80%, #DFE4E7 80%, #DFE4E7 100%);
  }
}
#o-top-revitalization_bg {
  position: absolute;
  top: 40%;
  left: 0;
  width: 30%;
  background-color: #FF4500;
  bottom: 0;
  height: 30%
}
@media screen and (max-width:1199px) {
  #o-top-revitalization_bg {
    top: 30%;
  }
}
@media screen and (max-width:767px) {
  #o-top-revitalization_bg {
    top: 25%;
    height: 20%
  }
}
@media screen and (max-width:576px) {
  #o-top-revitalization_bg {
    top: 20%;
    width: 20%;
    height: 10%
  }
}
.revitalization_box {
  padding-top: 10%;
  padding-right: 10%;
  padding-left: 10%;
  padding-bottom: 5%; /*
  background-color: #fff;*/
}
.revitalization_ttl {
  font-size: 88px;
  color: #000;
  margin-bottom: 1%;
  font-family: 'Noto Serif JP', serif;
}
@media screen and (max-width:991px) {
  .revitalization_ttl {
    font-size: 58px;
  }
}
.revitalization_ttlsub {
  font-size: 28px;
  color: #000;
  margin-bottom: 3%;
  font-family: 'Noto Serif JP', serif;
}
@media screen and (max-width:576px) {
  .revitalization_ttl {
    font-size: 38px;
  }
  .revitalization_ttlsub {
    font-size: 20px;
  }
}
.revitalization_tx {
  padding-top: 3%;
  font-size: 16px;
  color: #000;
  margin-top: 0px;
}
/* consulting
------------------------------------------------------------*/
.consul_area {
  padding-top: 0%;
  padding-bottom: 3%;
  padding-right: 0px;
  padding-left: 0px;
  background: linear-gradient(90deg, #fff 0%, #fff 70%, #DFE4E7 70%, #DFE4E7 100%);
  position: relative;
}
@media screen and (max-width:576px) {
  .consul_area {
    background: linear-gradient(90deg, #fff 0%, #fff 80%, #DFE4E7 80%, #DFE4E7 100%);
  }
}
#o-top-consul_bg {
  position: absolute;
  top: 25%;
  right: 0;
  width: 30%;
  background-color: #FF4500;
  bottom: 0;
  height: 20%
}
@media screen and (max-width:1199px) {
  #o-top-consul_bg {
    top: 15%;
  }
}
@media screen and (max-width:767px) {
  #o-top-consul_bg {
    top: 10%;
    height: 10%
  }
}
@media screen and (max-width:576px) {
  #o-top-consul_bg {
    top: 10%;
    width: 20%;
    height: 5%
  }
}
.consul_box {
  padding: 10%;
  background-color: #fff;
}
@media screen and (max-width:576px) {
  .consul_box {
    background-color: transparent;
  }
}
.consul_box2 {
  padding-top: 3%;
  padding-right: 10%;
  padding-left: 10%;
  padding-bottom: 10%;
  background-color: #fff;
}
@media screen and (max-width:576px) {
  .consul_box2 {
    background-color: transparent;
  }
}
.consul_ttl {
  font-size: 88px;
  color: #000;
  margin-bottom: 1%;
  font-family: 'Noto Serif JP', serif;
}
@media screen and (max-width:991px) {
  .consul_ttl {
    font-size: 58px;
  }
}
.consul_ttl2 {
  font-size: 48px;
  color: #000;
  margin-bottom: 1%;
  font-family: 'Noto Serif JP', serif;
}
@media screen and (max-width:991px) {
  .consul_ttl2 {
    font-size: 38px;
  }
}
.consul_ttlsub {
  font-size: 28px;
  color: #000;
  margin-bottom: 3%;
  font-family: 'Noto Serif JP', serif;
}
@media screen and (max-width:576px) {
  .consul_ttl {
    font-size: 38px;
  }
  .consul_ttlsub {
    font-size: 20px;
  }
}
.consul_tx {
  padding-top: 3%;
  font-size: 16px;
  color: #000;
  margin-top: 0px;
}
.staging_tx2 {
  padding-top: 0%;
  font-size: 14px;
  color: #000;
  margin-top: 0px;
}
.staff_box {
  padding: 5%;
  background-color: #EFEFEF;
  background-image: url(../images/home/sankaku.png);
  background-repeat: no-repeat;
  margin-top: 5%;
}
@media screen and (max-width:991px) {
.staff_box {
  padding: 10%;
  margin-top: 5%;
}
}
@media screen and (max-width:576px) {
.staff_box {  
  margin-top: 10%;
}
}
.staff_name {
  font-size: 24px;
  color: #000;
  margin-top: 0px;
  font-family: 'Noto Serif JP', serif;
}
.staff_name span {
  margin-left: 20px;
}
@media screen and (max-width:1199px) {
  .staff_name span {
    font-size: 18px;
  }
}
@media screen and (max-width:991px) {
  .staff_name span {
    display: block;
    margin-left: 0px;
  }
}
@media screen and (max-width:576px) {
  .staff_name span {
    font-size: 13px;
  }
}
.staff_tx {
  padding-top: 2%;
  font-size: 14px;
  color: #000;
  margin-top: 0px;
}
/* contact
------------------------------------------------------------*/
.contact_area {
  padding-top: 5%;
  padding-bottom: 5%;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #FF4500;
  text-align: center;
}
.contact_list {
  display: inline-block;
}
.contact_list ul {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width:991px) {
  .contact_list ul {
    flex-direction: column;
  }
}
.contact_list ul li {
  padding: 0 1.5vw;
  font-size: 1.5rem;
  font-family: 'Noto Serif JP', serif;
  color: #000;
}
.contact_list ul li a {
  color: #000;
  display: inline-block;
  text-decoration: none;
  position: relative;
  font-size: 1.5rem;
  font-family: 'Oswald', sans-serif;
}
.contact_list ul li a:hover {
  color: #fff;
}
/* company
------------------------------------------------------------*/
.company_area {
  padding-top: 10%;
  padding-bottom: 5%;
  padding-right: 0px;
  padding-left: 0px;
  background: #EAE6CE;
}
.company_ttl {
  font-size: 38px;
  color: #000;
  margin-bottom: 3%;
  writing-mode: vertical-rl;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Noto Serif JP', serif;
}
.company_ttl:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 2px;
  height: 80vh;
  margin: auto;
  background-color: #000;
  top: 30vh;
}
@media screen and (max-width:1199px) {
  .company_ttl:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 2px;
    height: 70vh;
    margin: auto;
    background-color: #000;
    top: 35vh;
  }
}

@media screen and (max-width:576px) {
  .company_ttl2 {
    display: flex;
    align-items: center;
    font-size: 28px;
    margin-bottom: 3%;
    color: #000;
    font-family: 'Noto Serif JP', serif;
  }
  .company_ttl2:after {
    border-top: 1px solid #000;
    content: "";
    flex-grow: 1;
  }
  .company_ttl2:after {
    margin-left: 1rem;
  }
}
.company_box {
  padding-left: 10%;
  padding-right: 10%;
}
@media screen and (max-width:576px) {
  .company_box {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.s_table {
  clear: both;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 25px;
  margin-right: auto;
  margin-left: auto;
  color: #000;
}
.s_table th {
  text-align: left;
}
.s_table td {
  text-align: left;
}
.s_table th, .s_table td {
    font-size: 16px;
    line-height: 1.4;
    vertical-align: top;
    padding: 10px;
    font-weight: normal;
    word-break: break-all;
}

@media screen and (max-width:375px) {}