/* altruism corporate site 2015.08 */

/* base */
@media only screen and (max-width:580px){
  body {
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    font-size: 14px;
    color: #262626;
  }
}
@media only screen and (min-width:581px){
  @import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: ;
    font-size: 14px;
    color: #262626;
}
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac */
html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.borderbottom { border-bottom: solid 1px #ddd;}
@media only screen and (max-width:580px){.borderbottom { border-bottom: none;}}
.nobordertop { border-top: none !important;}
.noborderbottom { border-bottom: none !important;}
.bordermaxwidth {  border-top: solid 1px #ccc;}
ul {list-style: none;margin: 0;padding: 0;}
a:link { text-decoration: none; color: #000;}
a:visited { text-decoration: none; color: #000;}
a:hover { text-decoration: none;}
a:active { text-decoration: none;}
.left { float:left;}
.right { float:right;}
.red { background: #e95711;}
.blue { background: #2ca6e0;}
.yellow { background: #f7b525;}
.gray { background: #eee;}
.fontwhite {display: block; width: 100%; height: 100%;}
.fontwhite:link { color: #fff;}
.fontwhite:visited { color: #fff;}

/* ----- トップページ開始 ----- */
/* ヘッダー開始 */
#headerbox {
  width: 100%;
  min-width: 1080px;
  height: 70px;
  margin: 0 auto;
  background: #fff;
  z-index: 100;
}
#thinheaderbox {
  width: 100%;
  min-width: 1080px;
  height: 50px;
  margin: 0 auto;
  background: #fff;
  z-index: 100;
  box-shadow: 0 2px 2px rgba(0,0,0,0.2);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: none;
}
#header {
  width: 1080px;
  height: 70px;
  margin: 0 auto;
  background: #fff;
}
#thinheader {
  width: 1080px;
  height: 50px;
  margin: 0 auto;
}
.headerline {
  width: 450px;
  height: 70px;
}
.thinheaderline {
  height: 50px;
}
.headerline>div {
  width: 150px;
  height: 4px;
}
.headerlogo {
  width: 200px;
  margin: 10px 0 0 10px;
}
.thinheaderlogo {
  width: 150px;
  margin: 5px 0 0 5px;
}
.headercopy {
  display: block;
  margin: 28px 0 0 15px;
}
.thinheadercopy {
  margin: 15px 0 0 10px;
}
#gnav {
  width: 528px;
  margin-top: -4px;
}
#gnav>ul>li {
  float: left;
  height: 70px;
  border-left: solid 1px #eee;
  text-align: center;
}
.gnavfst {
  width: 102px;
}
.gnavmdl {
  width: 102px;
}
.gnavlast{
  width: 120px;
  border-right: solid 1px #eee;
}
#gnav>ul>li>a {
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  padding-top: 25px;
}
#gnav>ul>li>a:link {
  color: #000;
  text-decoration: none;
}
#gnav>ul>li>a:visited {
  color: #000;
}
#gnav>ul>li>a:hover {
  background: #f7b525;
  color: #fff;
}
#gnav>ul>li>a:active {
  background: #f7b525;
  color: #fff;
}
#toggle {
  display: none;
}

/* ヘッダーレスポンシブ　*/
@media only screen and (max-width:580px){
  #headerbox {
    width: 100%;
    min-width: 100%;
    height: 44px;
    height: 12.5vw;
    min-height: 40px;
    position: fixed;
    top: 0;
    position: relative;
    z-index: 10;
  }
  #thinheaderbox {
  min-width: 100%;
  height: 44px;
  height: 12.5vw;
  min-height: 40px;
  background: #fff;
  position: relative;
  }

  #header {
    width: 100%;
    height: 44px;
    height: 12.5vw;
    min-height: 40px;
    border-bottom: solid 1px #eee;
    position: fixed;
    top: 0;
  }
  #thinheader {
  width: 100%;
  height: 44px;
  height: 12.5vw;
  min-height: 40px;
  border-bottom: solid 1px #eee;
    background: #fff;
  position: fixed;
  top: 0;
}

  .headerline {
    width: 100%;
    height: auto;
  }
  .thinheaderline {
    width: 100%;
    height: auto;
}

  .headerline>div {
    width: 33.33%;
  }
  .headerlogo {
    width: 31%;
    min-width: 100px;
    margin: 2%;
  }
  .thinheaderlogo {
  width: 31%;
  min-width: 100px;
  margin: 2%;
}

  .headercopy {
    display: none;
  }
  .thinheadercopy {
  display: none;
}

  #toggle {
    display: block;
    position: absolute;
    top: 18%;
    right: 5px;
  }
  #gnav {
    display: none;
    width: 40%;
    position: absolute;
    top: 48px;
    top: 13.6vw;
    right: 0;
    opacity: 0.7;
  }
  #gnav>ul>li {
    width: 100%;
    height: 40px;
    background: #000;
    border-bottom: solid 1px #ccc;
    text-align: center;
  }
  .gnavlast {
    border-right: none;
  }
  #gnav>ul>li>a {
    padding-top: 10px;
  }
  #gnav>ul>li>a:link {
    color: #fff;
  }
  #gnav>ul>li>a:visited {
    color: #fff;
  }
}
/* ヘッダー終了 */

/* トップエリア開始 */
.toparea1 {
  width: 100%;
  min-width: 1080px;
  height: 682px;
  margin: 0 auto;
  z-index: 3;
  background: url(../images/bases/topbg.jpg);
  background-size: 100% auto;
  position: relative;
}
.toparea1thin {
  margin: 70px auto 0;
}
.toparea2 {
  width: 719px;
  height: 93px;
  margin: 0 auto;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
}
.topbtnarea {
  width: 240px;
  height: 40px;
  margin: 0 auto;
  z-index: 5;
  position: absolute;
  top: 65%;
  left: 0;
  right: 0;
}
.topbtnarea>a {
  display: block;
  width: 240px;
  height: 40px;
  background: #262626;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 5px;
  text-align: center;
  padding-top: 3%;
  position: relative;
  opacity: 0.9;
}
.topbtnarea>a>span {
  position: absolute;
  right: 5px;
  color: #fff;
  font-size: 16px;
}
.topbtnarea>a:link {
  text-decoration: none;
}
.topbtnarea>a:visited {
  text-decoration: none;
}
.topbtnarea>a:hover {
  background: #f7b525;
}
.topbtnarea>a:active {
  background: #f7b525;
}
.toparea3 {
  width: 100%;
  min-width: 1080px;
  height: 98px;
  background: #ddd;
  position: relative;
}
.toparea4 {
  width: 1080px;
  margin: 0 auto;
  z-index: 10;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
}
.toparea4>li {
  width: 33.33%;
  height: 264px;
  float: left;
  position: relative;
}
.topsvc {
  display: block;
  width: 326px;
  height: 264px;
  margin: 0 auto;
}
.topsvcfire {
  position: absolute;
  top: -14%;
  left: 11%;
}
.swiper-container {
  display: none;
}
/*.fotorama {
  display: none;
}*/
.toparea5 {
  width: 100%;
  min-width: 1080px;
  height: 120px;
  background: #eee;
}

/* トップエリアレスポンシブ */
@media only screen and (max-width:580px){
  .toparea1 {
    width: 100%;
    min-width: 100%;
    height: 240px;
    height: 63.15vw;
    background-image: url(../images/bases/topbgsp.jpg);
    background-color: none;
/*    margin-bottom: 4%;*/
  }
  .toparea1thin {
  margin: 12.5vw auto 0;
}
  .toparea2 {
    width: 65%;
    height: auto;
    top: 12%;
  }
  .toparea2>img {
    width: 100%;
    height: auto;
  }
  .topbtnarea {
  width: 50%;
  height: 30px;
  top: 45%;
}
  .topbtnarea>a {
    width: 100%;
    height: 30px;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 2px;
  }
  .topbtnarea>a>span {
    font-size: 14px;
  }
  .toparea3 {
    display: none;
  }
  .toparea4 {
    display: none;
/*    width: 100%;
    top: 5vw;
    bottom: 5vw;*/
  }
/*  .toparea4>li {
    width: 100%;
    height: auto;
    float: none;
    text-align: center;
  }
  .topsvc {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .topsvcfire {
    display: none;
  }*/
  .swiper-container {
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .swiper-slide {
    width: 100%;
    height: auto;
  }
  .swiper-slide img {
    width: 100%;
    height: auto;
  }
/*  .fotorama {
    display: block;
    width: 90%;
    height: auto;
    margin: 5% auto 0;
  }*/
  .toparea5 {
    min-width: 100%;
    height: 2px;
/*    margin-top: 4%;*/
  }
}
/* トップエリア終了 */

/* サービスエリア開始 */
.svcarea1 {
  width: 100%;
  min-width: 1080px;
  height: 89px;
  border-bottom: solid 1px #eee;
  padding-top: 20px;
}
.mdstext {
  text-align: center;
  font-size: 30px;
  font-weight: lighter;
  letter-spacing: 10px;
  color: #262626;
  margin: 0 auto 10px;
  padding-left: 10px;
}
.mdsbar {
  width: 120px;
  height: 4px;
  margin: 0 auto;
}
.svcarea2 {
  width: 100%;
  min-width: 1080px;
  height: 150px;
}
.svcarea3 {
  width: 100%;
  min-width: 1080px;
  height: 175px;
  background: #eee;
  position: relative;
}
.svcarea4 {
  width: 1080px;
  margin: 0 auto;
  z-index: 10;
  position: absolute;
  top: -120px;
  left: 0;
  right: 0;
}
.svcarea4>li {
  width: 50%;
  height: 260px;
  float: left;
  position: relative;
}
.svcbox {
  display: block;
  width: 520px;
  height: 260px;
  margin: 0 auto;
}
.svctitle {
  width: 520px;
  height: 40px;
  margin: 0 auto;
  position: absolute;
  top: 46.2%;
  left: 0;
  right: 0;
  text-align: center;
  padding-top: 5px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 10px;
  opacity: 0.9;
}

/* サービスエリアレスポンシブ */
@media only screen and (max-width:580px){
  .svcarea1 {
    width: 100%;
    min-width: 100%;
    height: auto;
    border: none;
  }
  .svcarea2 {
    display: none;
  }
  .svcarea3 {
    min-width: 100%;
    height: auto;
    background: #fff;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
    position: static;
    border-bottom: solid 2px #eee;
  }
  .svcarea4 {
    width: 100%;
    height: auto;
    position: static;
  }
  .svcarea4>li {
    width: 90%;
    height: auto;
    margin: 2.5% 5%;
  }
  .svcbox {
    width: 100%;
    height: auto;
    margin: 0%;
  }
  .svctitle {
    width: 100%;
    height: 30px;
    padding-top: 5px;
    font-weight: normal;
    font-size: 14px;
}
}
/* サービスエリア終了 */

/* ニュースエリア開始 */
.newsarea1 {
  width: 100%;
  min-width: 1080px;
  height: 89px;
  border-bottom: solid 1px #eee;
  padding-top: 20px;
}
.newsarea2 {
  width: 100%;
  min-width: 1080px;
  height: 295px;
  border-bottom: solid 1px #eee;
  padding-top: 37px;
}
.newsarea3 {
  width: 840px;
  margin: 0 auto;
  border-bottom: solid 1px #ddd;
}
.table-responsive {
  border: none;
  height: 186px;
  overflow-y: scroll;
}
.newsarea3 a {
  display: block;
  width: 100%;
  height: 100%;
}
.newstitle {
  width: 1080px;
  height: 45px;
  margin: 40px auto 0;
  border-bottom: solid 1px #eee;
}
.newsdate {
  font-size: 14px;
  position: absolute;
  top: -24px;
  left: 5px;
}
.newstext {
  width: 100%;
  padding: 0 16px;
  font-weight: normal;
}
.newstext p {
  display: block;
  margin-top: 20px;
}
.newspdf {
  display: block;
  margin: 20px 10px 30px;
  font-weight: normal;
}
.newspdf:link { color: #e95711; }
.newspdf:visited { color: #e95711; }
.newspdf:before {
  content: url(../images/news/newsicon.png);
  margin: 5px;
  position: relative;
  top: 6px;
}
/* ニュースエリアレスポンシブ　*/
@media only screen and (max-width:580px){
  .newsarea1 {
    width: 100%;
    min-width: 100%;
    height: auto;
    border: none;
  }
  .newsarea2 {
    min-width: 100%;
    height: auto;
    border: none;
    padding-top: 15px;
  }
  .newsarea3 {
    width: 100%;
    font-weight: normal;
    font-size: 12px;
  }
  .table-responsive {
    height: 171px;
  }
  .newstitle {
    width: 100%;
    height: auto;
  }
  .newsdate {
    font-weight: normal;
  }
  .newstext p {
    margin-top: 16px;
  }
}
/* ニュースエリア終了 */

/* スペシャルコンテンツ開始 */
.spcarea {
  width: 100%;
  height: 330px;
  margin: 0 auto;
  position: relative;
}
.spcbg1 {
  background:#e5f0f6 url(../images/bases/R3.png) 100% 0 no-repeat;
}
.spcbg2 {
  background: #e5f0f6 url(../images/bases/R4.png) 0 0 no-repeat;
}
.mdsbarSP {
  width: 120px;
  height: 4px;
  margin: 0 auto;
}
.spctitle {
  font-weight: lighter;
  font-size: 30px;
  text-align: center;
  letter-spacing: 10px;
  margin: 0;
  padding-top: 70px;
}
.noletterspacing {
  letter-spacing: 0px;
}
.spctext {
  width: 380px;
  font-size: 16px;
  font-weight: lighter;
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
}
.spcbtnarea {
  width: 240px;
  height: 40px;
  margin: 0 auto;
  z-index: 5;
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
}
.spcbtnarea>a {
  display: block;
  width: 240px;
  height: 40px;
  background: #262626;
  color: #fff;
  border-radius: 3px;
  font-size: 16px;
  letter-spacing: 5px;
  text-align: center;
  padding-top: 3%;
  position: relative;
  opacity: 0.9;
}
.spcbtnarea>a>span {
  position: absolute;
  right: 5px;
  color: #fff;
  font-size: 16px;
}
.spcbtnarea>a:hover {
  background: #f7b525;
}
.spcbtnarea>a:active {
  background: #f7b525;
}

/* スペシャルコンテンツレスポンシブ */
@media only screen and (max-width:580px){
.spcarea {
  width: 100%;
  height: 234px;
}
.spcbg1 {
  background:#e5f0f6 url(../images/bases/R3.png) 85% 30% no-repeat;
}
.spcbg2 {
  background: #e5f0f6 url(../images/bases/R4.png) -150px 0 no-repeat;
}
.spctitle {
  margin: 0 auto;
  font-size: 22px;
  letter-spacing: 1px;
  padding-top: 15%;
  text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
}
  .spctitlewidth1 {
    width: 240px;
  }
  .spctitlewidth2 {
    width: 220px;
  }
.noletterspacing {
  letter-spacing: 0px;
}
.spctext {
  display: none;
}
.spcbtnarea {
  width: 50%;
  height: 40px;
}
.spcbtnarea>a {
  width: 100%;
  height: 40px;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 2px;
  padding-top: 5%;
}
.spcbtnarea>a>span {
  position: absolute;
  right: 10px;
  font-size: 16px;
}
}
/* スペシャルコンテンツ終了 */

/* gotop開始 */
#gotop {
  display: none;
}
@media only screen and (max-width:580px){
  #gotop {
    background: url(../images/parts/gotop.png);
    background-size: cover;
    width: 45px;
    height: 54px;
    position: fixed;
    right: 3px;
    bottom: 3px;
  }
}
/* gotop終了 */

/* フッター開始 */
footer {
  width: 100%;
  min-width: 1080px;
  height: auto;
}
.footarea1 {
  height: 160px;
  padding: 20px 50px;
}
.footarea3 {
  height: 70px;
  background: #555;
  padding: 10px 0 0 0;
}
.footarea4>ul {
  width: 500px;
  margin: 0 auto;
}
.footarea4>ul>li {
  width: 100px;
  float: left;
}
.footarea4 a {
  color: #fff;
}
.footarea5 {
  clear: both;
  width:100%;
  min-width: 1080px;
  margin: 0 auto;
}
.footarea5>p {
  color: #fff;
  text-align: center;
  padding-top: 10px;
}
/* フッターレスポンシブル */
@media only screen and (max-width:580px){
  footer {
    min-width: 100%;
    height: 40px;
  }
  .footarea1 {
    display: none;
  }
  .footarea3 {
    height: 40px;
    padding: 0;
  }
  .footarea4 {
    display: none;
  }
  .footarea5 {
    min-width: 100%;
    font-size: 12px;
  }
  .footarea5>p {
    min-width: 100%;
  }
}

/* スティッキーヘッダー2 */
/*
#thin {
  width: 100%;
  min-width: 1080px;
  height: 50px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 2px 2px rgba(0,0,0,0.2);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: none;
}
.thinheader {
  width: 1080px;
  height: 50px;
  margin: 0 auto;
}
.headerlogothin {
  width: 150px;
  margin: 5px 0 0 5px;
}
.headercopythin {
  display: block;
  margin: 15px 0 0 10px;
}
#gnavthin {
  width: 528px;
  margin-top: -4px;
}
#gnavthin>ul>li {
  float: left;
  height: 50px;
  border-left: solid 1px #eee;
  text-align: center;
}
#gnavthin>ul>li>a {
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  padding-top: 15px;
}
#gnavthin>ul>li>a:link {
  color: #000;
  text-decoration: none;
}
#gnavthin>ul>li>a:visited {
  color: #000;
}
#gnavthin>ul>li>a:hover {
  background: #f7b525;
  color: #fff;
}
#gnavthin>ul>li>a:active {
  background: #f7b525;
  color: #fff;
}
*/
/* ----- トップページ終了 ----- */

/* ----- 会社概要開始 ----- */
/* パンくずリスト開始 */
.breadcrumbs {
  width: 1080px;
  margin: -15px auto 10px;
  padding-left: 8px;
  font-size: 14px;
  font-weight: lighter;
  color: #999;
}
.breadcrumbs ul li {
        display: inline;
}
.breadcrumbs ul li:before {
        content: "> ";
}
.breadcrumbs ul li:first-child:before {
        content: none;
}
.breadcrumbs ul li a:link {
  color: #999;
}
.breadcrumbs ul li a:visited {
  color: #999;
}
.breadcrumbs ul li a:hover {
  color: #999;
}
.breadcrumbs ul li a:active {
  color: #999;
}
@media only screen and (max-width:580px){
  .breadcrumbs {
    width: 100%;
    font-size: 12px;
    margin: -15px auto 20px;
    }
}
/* パンくずリスト終了 */

/* index開始 */
.titlearea {
  width: 100%;
  min-width: 1080px;
  height: auto;
  border-top: solid 1px #eee;
  padding-top: 20px;
}
.titleareathin {
  margin: 70px auto 0;
}
.titlearea2 {
  width: 100%;
  min-width: 1080px;
  height: 260px;
  margin: 0 auto;
  position: relative;
}
.aboutusgray {
  background: #faf4eb;
}
.titlebg {
  display: block;
  width: 1280px;
  height: 260px;
  margin: 0 auto;
}
.companysubtitle {
  display: block;
  width: 1080px;
  margin: -160px auto 0;
  padding-left: 370px;
  font-size: 18px;
  letter-spacing: 3px;
}
.companyparts {
  display: block;
  width: 40px;
  height: auto;
  margin: 15px 0 0 85px;
}
.aboutarea3 {
  width: 720px;
  height: 640px;
  margin: 20px auto;
}
.aboutarea3>li {
  display: block;
  width: 360px;
  height: 280px;
  margin: 20px auto;
  float: left;
  position: relative;
}
.aboutbox {
  display: block;
  width: 280px;
  height: 280px;
  margin: 0 auto;
}
.abouttitle {
  display: block;
  width: 266px;
  height: 40px;
  margin: 0 auto;
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  background: #262626;
  opacity: 0.7;
  text-align: center;
  color: #fff;
  padding-top: 10px;
}
/* indexレスポンシブ */
@media only screen and (max-width:580px){
  .titlearea {
    width: 100%;
    min-width: 100%;
    height: auto;
    border: none;
  }
  .titleareathin {
  margin: 12.5vw auto 0;
}

  .titlearea2 {
    min-width: 100%;
    height: auto;
  }
  .titlebg {
    width: 100%;
    height: auto;
  }
  .companysubtitle {
    display: none;
  }
  .companyparts {
    display: none;
  }
  .aboutarea3 {
    width: 100%;
    height: auto;
    position: static;
  }
  .aboutarea3>li {
    width: 47.5%;
    height: auto;
    margin: 1.25%;
  }
  .aboutbox {
    width: 100%;
    height: auto;
  }
  .abouttitle {
    width: 95%;
    height: 30px;
    margin: 0 auto;
    top: 42%;
    padding-top: 5px;
    font-weight: normal;
    font-size: 14px;
}
}
/* index終了 */

/* 会社概要開始 */
.aboutsubtitle {
  display: block;
  width: 1080px;
  margin: -140px auto 0;
  padding-left: 150px;
  font-size: 18px;
  letter-spacing: 3px;
}
.aboutparts {
  display: block;
  width: 40px;
  height: auto;
  margin: -40px 0 0 -60px;
}
.abouttable {
  margin: 80px auto;
}
.abouttable th {
  width: 128px;
  font-weight: lighter;
  padding: 10px 0 5px 10px;
  vertical-align: top;
  border: solid 1px #ccc;
  background: #eee;
}
.abouttable td {
  width: 420px;
  padding: 10px;
  border: solid 1px #ccc;
}
/* 会社概要レスポンシブ */
@media only screen and (max-width:580px){
  .aboutsubtitle {
    display: none;
  }
  .aboutparts {
    display: none;
  }
  .abouttable {
    width: 100%;
    margin: 20px auto 40px;
    font-weight: normal;
  }
  .abouttable th {
    width: 25%;
    font-weight: normal;
    padding: 10px 0 5px 5px;
  }
  .abouttable td {
    width: 75%;
  }
}
/* 会社概要終了 */

/* グループ理念開始 */
.msnarea1 {
  width: 1080px;
  height: 45px;
  margin: 40px auto 0;
  border-bottom: solid 1px #eee;
}
.msntitle {
  font-weight: normal;
  font-size: 20px;
  padding-left: 15px;
  position: relative;
}
.msntitlespan {
  font-weight: normal;
  font-size: 14px;
  padding-left: 15px;
}
.msntitle:before {
  content: "";
  width: 4px;
  height: 25px;
  background: #e95711;
  position: absolute;
  top: 1px;
  left: 0;
}
.msnareabox {
  width: 1080px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.msnarea2 {
  width: 740px;
  height: auto;
  padding: 20px 40px;
  border-bottom: dotted 1px #eee;
}
.msnsubtitle {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 2px;
  padding-left: 150px;
  position: relative;
}
.msnsubtitle:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #e95711;
  position: absolute;
  top: 7px;
  left: 132px;
}
.msnsubtext {
  padding-left: 130px;
}
.msnarea3 {
  width: 740px;
  height: auto;
  padding: 20px 40px;
}
.msnlogotxt {
  width: 120px;
  height: auto;
  margin: 20px 0 0 -20px;
}
.msnlogophoto {
  position: absolute;
  top: 20px;
  left: 800px;
}
.msnarea4 {
  width: 1080px;
  margin: 20px auto;
}
.msnarea4mds {
  width: 500px;
  font-weight: normal;
  font-size: 24px;
  padding-left: 30px;
}
.msn4subtext {
  padding-top: 5px;
  padding-left: 30px;
}
.msnarea5 {
  width: 1080px;
  margin: 20px auto 80px;
}
.msnarea5mds {
  width: 500px;
  font-weight: normal;
  font-size: 24px;
  padding-left: 30px;
}
.msnlogophotosp {
  display: none;
}
/* グループ理念レスポンシブ */
@media only screen and (max-width:580px){
  .msnarea1 {
  width: 100%;
  height: 40px;
  margin: 15px auto 0;
}
.msntitle {
  font-size: 18px;
  padding-left: 15px;
  position: relative;
}
.msntitlespan {
  display: none;
}
.msntitle:before {
  height: 20px;
  top: 3px;
  left: 5px;
}
.msnareabox {
  width: 100%;
}
.msnarea2 {
  width: 100%;
  padding: 10px 16px;
}
.msnarea2>img {
  width: 50%;
  float: none;
  display: block;
  margin: 0 auto 10px;
}
.msnsubtitle {
  padding-left: 15px;
  position: relative;
}
.msnsubtitle:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #e95711;
  position: absolute;
  top: 7px;
  left: 0;
}
.msnsubtext {
  padding-left: 0;
  font-weight: normal;
}
.msnarea3 {
  width: 100%;
  padding: 10px 16px;
}
.msnlogotxt {
  width: 60%;
  float: none;
  display: block;
  margin: 0 auto 10px;
}
.msnlogophoto {
  display: none;
}
.msnarea4 {
  width: 100%;
  margin: 0;
  padding: 10px 16px;
}
.msnarea4mds {
  width: 100%;
  float: none;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 0;
}
.msn4subtext {
  padding-top: 10px;
  padding-left: 0px;
  font-weight: normal;
}
.msnarea5 {
  width: 100%;
  padding: 10px 16px;
  margin: 0 auto;
}
.msnarea5mds {
  width: 100%;
  text-align: center;
  font-size: 20px;
  padding: 0;
  display: block;
  margin: 0 auto;
}
  .msnlogophotosp {
    display: block;
    margin: 10px auto;
  }
}
/* グループ理念終了 */

/* 組織図開始 */
.orgsubtitle {
  display: block;
  width: 1080px;
  margin: -140px auto 0;
  padding-left: 110px;
  font-size: 18px;
  letter-spacing: 3px;
}
.orgparts {
  display: block;
  width: 40px;
  height: auto;
  margin: -80px 0 0 110px;
}
.orgarea {
  width: 900px;
  height: auto;
  display: block;
  margin: 40px auto 60px;
}
/* 組織図レスポンシブ */
@media only screen and (max-width:580px){
.orgsubtitle {
  display: none;
}
.orgparts {
  display: none;
}
  .orgareabox {
    width: 100%;
    height: auto;
  }
.orgarea {
  width: 95%;
  margin: 20px auto 20px;
}
}
/* 組織図終了 */

/* 役員紹介開始 */
.subtext {
  width: 710px;
}
.ofctitle {
  font-weight: normal;
  font-size: 14px;
  padding-left: 15px;
}
.bottom80 {
  margin-bottom: 80px;
}
/* 役員紹介レスポンシブ */
@media only screen and (max-width:580px){
  .subtext {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0 16px;
    font-weight: normal;
  }
  .bottom80 {
    margin-bottom: 40px;
  }
}
/* 役員紹介終了 */
/* ----- 会社概要終了 ----- */

/* ----- 事業紹介開始 ----- */
/* 事業紹介開始 */
.bizarea {
  background: #fff;
  height: 215px;
  margin-top: 10px;
}
/* 事業紹介レスポンシブ */
@media only screen and (max-width:580px){
  .bizarea {
    height: auto;
    margin-top: 0;
  }
}
/* 事業紹介終了 */

/* 不動産IT事業開始 */
.weblogo {
  position: absolute;
  top: -40px;
  right: 0;
  border-radius: 10px;
  border: solid 1px #eee;
  box-shadow: 2px 2px 2px #ccc;
}
.bottom30 {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.webarea {
  width: 100%;
  height: auto;
  background: #eee;
  padding-top: 1px;
  padding-bottom: 1px;
}
.webareaimg {
  width: 1080px;
  height: auto;
  display: block;
  margin: 40px auto 60px;
}
.btnchange {
  display: block;
  width: 230px;
  height: 30px;
  font-size: 14px;
  letter-spacing: 1px;
  padding-top: 5px;
  padding-left: 2px;
  text-align: center;
  background: #f7b525;
  color: #fff;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 160px;
}
.gositebtn {
  display: block;
  width: 220px;
  height: 40px;
  text-align: center;
  background: #262626;
  color: #fff !important;
  font-size: 16px;
  padding-top: 8px;
  border-radius: 3px;
  margin-top: 20px;
}
/* 不動産IT事業レスポンシブ */
@media only screen and (max-width:580px){
  .btnchange {
    width: 200px;
    height: 24px;
    padding-top: 3px;
    letter-spacing: 0;
    padding-left: 0;
    left: 120px;
    text-align: left;
    background: transparent;
    color: #262626;
  }
  .weblogo {
    display: none;
  }
  .webareaimg {
    width: 95%;
    margin: 20px auto 20px;
  }
  .gositebtn {
    width: 50%;
    height: 30px;
    margin: 20px auto -10px;
    opacity: 0.9;
    font-size: 14px;
    padding-top: 5px;
  }
  .bottom30 {
    margin-bottom: 0px;
    padding-bottom: 30px;
  }
}
/* 不動産IT事業終了 */

/* 広告・デザイン事業開始 */
.designarea1 {
  font-weight: normal;
  font-size: 16px;
  margin-top: 20px;
  padding-left: 20px;
}
.designarea1:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #e95711;
  position: absolute;
  top: 7px;
  left: 5px;
}
.designarea2 {
  display: block;
  font-weight: normal;
  margin: 30px 15px 20px;
}
.designbox {
  width: 1080px;
  height: auto;
  margin: 10px auto 50px;
}
.designbox>li {
  width: 33.33%;
  height: auto;
  float: left;
}
.designbox>li>img {
  display: block;
  width: 93%;
  height: auto;
  margin: 0 auto;
  box-shadow: 2px 2px 2px #ccc;
}
.designbox3 {
  width: 1080px;
  height: 503px;
  margin: 40px auto 0;
}
.designbox3>li {
  width: 50%;
  height: auto;
  float: left;
}
.designbox3>li>img {
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto;
}
.designbtn {
  width: 240px;
  height: 40px;
  margin: 40px auto;
  background: #e95711;
  border-radius: 3px;
}
.designbtn>a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
  padding-top: 10px;
}
/* 広告・デザインレスポンシブ */
@media only screen and (max-width:580px){
  .designbox {
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
  }
  .designbox3 {
    width: 100%;
    height: auto;
  }
  .designbtn {
    width: 50%;
    height: 30px;
    margin: 20px auto;
    letter-spacing: 0px;
    font-weight: normal;
  }
  .designbtn>a {
    padding-top: 5px;
  }
}
/* 広告・デザイン終了 */
/* ----- 事業紹介終了 ----- */

/* ----- アクセス開始 ----- */
.acsleft {
  width: 380px;
  height: auto;
  float: left;
  margin-top: 20px;
  border-bottom: dotted 1px #eee;
}
.acsright {
  width: 630px;
  height: auto;
  margin-top: 20px;
  float: right;
}
.acsleft1 {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-bottom: dotted 1px #eee;
}
.acsleft2 {
  width: 100%;
  height: auto;
}
.acstitle {
  font-weight: normal;
  padding-left: 20px;
  position: relative;
}
.acstitle:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #e95711;
  position: absolute;
  top: 5px;
  left: 5px;
}
.acssubtitle {
  font-weight: normal;
  padding-left: 15px;
}
.acstext {
  padding-left: 15px;
}
.acsright>iframe {
  display: block;
  width: 100%;
  height: 450px;
  margin: 0 auto;
}
.acsright>ul {
  width: 90%;
  height: auto;
  margin: 10px auto 0;
}
.acsright>ul>li {
  width: calc(100% / 3);
  height: auto;
  float: left;
}
.acsright>ul>li>img {
  display: block;
  width: 95%;
  height: auto;
  margin: 0 auto;
}
/* アクセスレスポンシブ */
@media only screen and (max-width:580px){
  .acsleft {
    width: 100%;
  }
  .acstext {
    font-weight: normal;
  }
  .acsright {
    width: 100%;
  }
  .acsright>iframe {
    width: 90%;
    height: 300px;
    height: 70vw;
  }
}
/* ----- アクセス終了----- */

/* ----- お問い合わせ開始 ----- */
.ccttitle {
  width: 660px;
  margin: 20px 0 10px;
  border-bottom: dotted 1px #eee;
}
.ccttext {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 3px;
  padding: 0 16px;
}
.cctsubtext {
  font-weight: normal;
  padding: 0 16px;
  margin: 10px auto 20px;
}
.cctsub2 {
  padding: 0 16px;
}
.cctbtn {
  width: 220px;
  height: 40px;
  margin: 10px 20px;
  background: #262626;
  border-radius: 3px;
  text-align: center;
  padding-top: 10px;
  float: left;
}
.cctbtn>a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.cctsubtext2 {
  font-weight: normal;
  padding-left: 16px;
  margin: 20px auto 10px;
}
/* お問い合わせレスポンシブ */
@media only screen and (max-width:580px){
  .ccttitle {
    width: 100%;
  }
  .cctsub2 {
    font-weight: normal;
  }
  .cctbtn {
    width: 70%;
    float: none;
    margin: 20px auto;
  }
}
/* ----- お問い合わせ終了 ----- */