@charset 'utf-8';

/*
 * リセット
 */
body,header,footer,section,article,div,p,ul,ol,li,h1,h2,h3,h4,h5,h6,a,figure,figcaption,img,table,tr,th,td,dl,dt,dd{
  padding:0;
  margin:0;
  box-sizing:border-box;
}
h1,h2,h3,h4,h5,h6,th{font-weight:normal;}

/*
 * 共通
 */
body{
  font-family:Hiragino Kaku Gothic ProN, Meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height:1.4;
  -webkit-text-size-adjust: 100%;
}
img{
  max-width:100%;
  vertical-align:top;
}
.img2x{width:100%;}
a{text-decoration:none;}
.link-hover{transition:.2s;}
.link-hover:hover{opacity:.8;}
ul,ol{list-style:none;}

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb70{margin-bottom:70px;}

.align-left{text-align:left;}
.align-center{text-align:center;}
.align-right{text-align:right;}
.v-top{vertical-align:top;}
.v-middle{vertical-align:middle;}
.v-bottom{vertical-align:bottom;}

.bld{font-weight:bold;}

.tbl{display:table;}
.row{display:table-row;}
.col,.col-l,.col-c,.col-r{display:table-cell;}
.ib{display:inline-block;}

.flex-container{display:flex;}

.visible480{display:none;}
.visible768{display:none;}

.wrapper{
  max-width:1640px;
  margin:0 auto;
  padding:0 10px;
}
.container{
  max-width:780px;
  margin:0 auto;
}

.ggmap{
  position: relative;
  padding-bottom:32.3%;
  height: 0;
  overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.attention{
  text-indent:-1em;
  padding-left:1em;
  display:inline-block;
}
.attention:before{content:'\203B';}

/* ヘッダー
---------------------------------------------------------------------------------- */
.common_header {
  margin-bottom: 110px;
}
.slicknav_menu{display:none;}
.home .mainvisual {
  width: 100%;
  height: 892px;
  background: url(../images/home/mainvisual.jpg) center top no-repeat;
  background-size: cover;
  margin-bottom: 70px;
}
.header_outer {
  background: rgba(255,255,255,.8);
  padding: 30px 10px 10px;
}
.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1020px;
  margin: auto;
}
.logo {
  flex-basis: 224px;
  padding-right: 50px;
}
.gnav {
  flex-basis: 720px;
  padding-bottom: 15px;
}
.gnav > ul {
  display: flex;
  justify-content: space-between;
}
.gnav > ul > li:nth-child(1) {
  flex-basis: 95px;
  padding: 0 10px;
}
.gnav > ul > li:nth-child(2) {
  flex-basis: 142px;
  padding: 0 10px;
}
.gnav > ul > li:nth-child(3) {
  flex-basis: 100px;
  padding: 0 10px;
}
.gnav > ul > li:nth-child(4) {
  flex-basis: 124px;
  padding: 0 10px;
}
.gnav > ul > li:nth-child(5) {
  flex-basis: 155px;
  padding: 0 10px;
}
.gnav li {
  position: relative;
}
.gnav a {
  display: block;
}
.gnav ul > .current:after,
.gnav > ul > li:hover:after {
  content: '';
  width: calc(100% - 20px);
  height: 3px;
  background: #487FA0;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 10px;
  right: 10px;
}
.gnav > ul > .current:nth-child(5):after,
.gnav > ul > li:nth-child(5):hover:after {
  width: calc(80% - 20px);
}

/* ==================================================================================

  769px以上（ヘッダー）

================================================================================== */
@media screen and (min-width:769px){
  
  /* ドロップダウン */
  .submenu {
    position: relative;
  }
  .submenu ul {
    display: none;
  }
  .submenu:hover ul {
    display: block;
    width: 308px;
    letter-spacing: -0.4em;
    padding-top: 10px;
    position: absolute;
    top: 100%;
    left: calc((-308px / 2) + (100px / 2));
  }
  .submenu:hover ul li {
    display: inline-block;
    width: 150px;
    letter-spacing: normal;
    margin: 2px;
  }
  .submenu:hover ul a {
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: rgba(35,24,21,.6);
    padding: 5px;
  }
  .submenu:hover ul a:hover {
    opacity: .8;
  }
}

/* コンテンツ
---------------------------------------------------------------------------------- */
/* 共通 */
.main_img {
  margin-bottom: 100px;
}
.article_ttl {
  max-width: 1760px;
  font-size: 50px;
  font-weight: bold;
  color: #487FA0;
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.company .article_ttl {
  font-size: 38px;
  text-align: center;
}
.product .article_ttl {
  margin-bottom: 25px;
}
.article_ttl.kirara span {
  display: inline-block;
  position: relative;
}
.article_ttl.kirara span:before {
  content: '';
  width: 202px;
  height: 90px;
  background: url(../images/kirara/kirara_logo.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -10px;
  left: calc(100% + 30px);
}
.interior_exterior .article_ttl,
.exterior .article_ttl {
  line-height: 1.2;
}
.interior_exterior .article_ttl span,
.exterior .article_ttl span {
  display: inline-block;
  font-size: 21px;
  color: #000;
  line-height: 1.4;
  padding-left: 20px;
}
.recruit .article_ttl {
  font-size: 50px;
  text-align: center;
  margin-bottom: 40px;
}
.recruit .article_ttl.sub {
  font-size: 22px;
  text-align: center;
  margin-bottom: 40px;
}
.contact .article_ttl {
  font-size: 22px;
  text-align: center;
  margin-bottom: 40px;
}
/* HOME */
.news_area {
  display: table;
  width: 100%;
  max-width: 1350px;
  padding: 0 134px 0 10px;
  margin: 0 auto 90px;
  position: relative;
}
.news_l,
.news_r {
  display: table-cell;
  vertical-align: middle;
}
.news_l {
  width: 130px;
}
.ifrm {
  display:inline-block;
  max-width: 1000px;
  width:100%;
  height: 230px;
  border-left: 4px solid #487FA0;
  padding-left: 30px;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
}
.ifrm iframe{
  display:block;
  width:100%;
  height: 230px;
  height:100%;
  border:none;
  padding:0em;
}
.news_img {
  width: 114px;
  height: 294px;
  position: absolute;
  left: calc(100% - 124px);
}
.link_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}
.link_list li {
  flex-basis: 294px;
  padding-right: 20px;
}
.link_list li:last-child {
  flex-basis: 274px;
  padding-right: 0;
}
.link_list a {
  transition: .2s;
}
.link_list a:hover {
  opacity: .7;
}
.eyecatch {
  width: 100%;
  height: 300px;
  background: url(../images/home/eyecatch.png) center top no-repeat;
  background-size: cover;
  margin-bottom: 100px;
}
.home_link01{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1650px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
.home_link01,
.home_link02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
.home_link01 .link_l span,
.home_link01 .link_r span,
.home_link02 .link_l span,
.home_link02 .link_r span {
  display: block;
}
.home_link01 .link_l a,
.home_link01 .link_r a,
.home_link02 .link_l a,
.home_link02 .link_r a {
  display: block;
  position: relative;
  transition: .2s;
}
.home_link01 .link_l a:hover,
.home_link01 .link_r a:hover,
.home_link02 .link_l a:hover,
.home_link02 .link_r a:hover {
  opacity: .7;
}
.home_link01 .link_l {
  width: 391px;
}
.home_link01 .link_l .blog_txt {
  margin-top: -40px;
  margin-left: 20px;
  margin-bottom: 40px;
}
.home_link01 .link_l a {
  background: #487FA0;
  padding-top: 5px;
  padding-left: 20px;
}
.home_link01 .link_l .link_ttl {
  position: absolute;
  top: 70px;
  right: 20px;
}
.home_link01 .link_r {
  flex-basis: 1264px;
  flex: 1;
  padding-left: 20px;
}
.home_link01 .link_r .link_ttl {
  position: absolute;
  top: 60px;
  right: 40px;
}
.home_link02 .link_l {
  padding-right: 10px;
}
.home_link02 .link_r {
  padding-left: 10px;
}
.home_link02 .link_l .link_ttl {
  position: absolute;
  top: 20px;
  left: 40px;
}
.home_link02 .link_r .link_ttl {
  position: absolute;
  top: 34%;
  right: 40px;
}
.home_link02 .link_l .recruit_txt {
  text-align: right;
  margin-top: 30px;
}
.home_link02 .link_r .contact_txt {
  text-align: right;
  margin-right: 150px;
  margin-bottom: -60px;
}
.more_btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
/* COMPANY */
.ceo_msg {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}
.ceo_msg .txt_l {
  flex-basis: 70%;
  font-size: 22px;
  text-align: justify;
  line-height: 1.6;
  padding-right: 40px;
}
.ceo_msg .img_r {
  flex-basis: 30%;
}
.company_about {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
.company_about .about_l,
.company_about .about_r {
  flex-basis: 50%;
  display: table;
  width: 100%;
  font-size: 22px;
  padding: 0 10px;
}
.company_about dl {
  margin-bottom: 10px;
}
.company_about dt,
.company_about dd {
  display: table-cell;
  vertical-align: top;
}
.company_about dt {
  width: 8em;
  padding-left: 1em;
  position: relative;
}
.company_about dt:before {
  content: '';
  width: .9em;
  height: .9em;
  background: #487FA0;
  position: absolute;
  top: .1em;
  left: 0;
}
.company_detail {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.company_detail > li {
  flex-basis: 31%;
  background: rgba(72,127,160,0.14);
}
.detail_ttl {
  font-size: 38px;
  color: #fff;
  text-align: center;
  background: #487FA0;
  padding: 10px 10px 8px;
}
.detail_content {
  font-size: 24px;
  padding: 20px;
}
.license.circle,
.circle li {
  padding-left: 1em;
  position: relative;
}
.license.circle:before,
.circle li:before {
  content: '';
  width: .9em;
  height: .9em;
  background: #000;
  border-radius: 100%;
  position: absolute;
  top: .1em;
  left: 0;
}
.license.circle {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.license.circle dd {
  font-size: 21px;
  text-indent: -1em;
  padding-left: 1em;
}
.business_kind {
  letter-spacing: -.4em;
}
.business_kind li {
  display: inline-block;
  width: 50%;
  letter-spacing: normal;
  vertical-align: top;
}
.business_kind li:nth-child(odd) {
  padding-right: 1em;
}
.certificate {
  display: table;
  width: 100%;
  padding-left: 1em;
  position: relative;
}
.certificate:before {
  content: '';
  width: .9em;
  height: .9em;
  background: #487FA0;
  border-radius: 100%;
  position: absolute;
  top: .1em;
  left: 0;
}
.certificate dt {
  display: table-cell;
  vertical-align: top;
}
.certificate dd {
  display: table-cell;
  width: 3em;
  vertical-align: top;
  padding-left: 1em;
}
.manufacturer {
  background: #9E9F9F;
  padding: 30px 10px;
}
.associate {
  background: #487FA0;
  padding: 30px 10px;
}
.section_ttl {
  font-size: 38px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.company_list {
  font-size: 21px;
}
.company_list a {
  color: #fff;
  cursor: default;
}
.company_list li {
  padding-left: 1em;
  position: relative;
}
.company_list li:before {
  content: '';
  width: .9em;
  height: .9em;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: .1em;
  left: 0;
}
.company_list_outer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: auto;
}
.manufacturer .company_list li {
  padding: 0 1em;
}
.associate .company_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: auto;
}
.associate .company_list li {
  padding: 0 1em;
}
/* WORK */
.business_img {
  display: flex;
  justify-content: space-between;
}
.interior_exterior:first-of-type .business_img {
  margin-bottom: 60px;
}
.interior_exterior:last-of-type .business_img {
  margin-bottom: 100px;
}
.exterior .business_img {
  margin-bottom: 100px;
}
.kirara .business_img,
.sash .business_img,
.real_estate .business_img {
  margin-bottom: 20px;
}
.interior_exterior .img_l,
.exterior .img_l {
  flex-basis: 71%;
}
.interior_exterior .txt_r,
.exterior .txt_r {
  flex-basis: 28%;
  font-size: 18px;
  line-height: 1.8;
}
.kirara .img_l {
  flex-basis: 67%;
}
.kirara .img_r {
  flex-basis: 32%;
}
.sash .img_l {
  flex-basis: 48%;
}
.sash .img_r {
  flex-basis: 51%;
}
.real_estate .img_l,
.real_estate .img_r {
  flex-basis: 49%;
}
.summary_txt {
  font-size: 21px;
  line-height: 1.8;
}
.kirara .summary_txt,
.sash .summary_txt {
  margin-bottom: 30px;
}
.real_estate .summary_txt {
  margin-bottom: 120px;
}
.addr {
  font-size: 23px;
  margin-bottom: 120px;
}
.addr a {
  color: #000;
  text-decoration: underline;
}
.addr a:hover {
  text-decoration: none;
}
/* 取扱商材 */
.product {
  margin-bottom: 100px;
}
.product:last-of-type {
  margin-bottom: 160px;
}
.product_wrapper {
  display: flex;
  justify-content: space-between;
}
.product:nth-of-type(odd) .product_l,
.product:nth-of-type(even) .product_r {
  flex-basis: 44%;
}
.product:nth-of-type(odd) .product_r,
.product:nth-of-type(even) .product_l {
  flex-basis: 54%;
}
.product:nth-of-type(odd) .article_ttl {
  max-width: 750px;
}
.product:nth-of-type(even) .article_ttl {
  max-width: 750px;
  text-align: right;
  margin-right: auto;
}
.product:nth-of-type(odd) .product_txt {
  max-width: 650px;
  margin-left: auto;
}
.product:nth-of-type(even) .product_txt {
  max-width: 650px;
  margin-right: auto;
}
.product_txt {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.8;
  padding: 0 10px;
}
/* サッシ事業部 */
.addr dt {
  padding-left: 1.1em;
  position: relative;
}
.addr dt:before {
  content: '';
  width: .9em;
  height: .9em;
  background: #000;
  border-radius: 100%;
  position: absolute;
  top: .2em;
  left: 0;
}
/* 不動産事業部 */
.building_list {
  max-width: 1000px;
  font-size: 23px;
  letter-spacing: -.4em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}
.building_list li {
  display: inline-block;
  width: 50%;
  letter-spacing: normal;
  vertical-align: top;
  margin-bottom: 10px;
}
.building_list dl {
  display: table;
  width: 100%;
}
.building_list dt,
.building_list dd {
  display: table-cell;
  vertical-align: top;
}
.building_list li:nth-child(odd) dt {
  width: 200px;
}
.building_list li:nth-child(even) dt {
  width: 250px;
}
.building_list dt {
  padding-left: 1.1em;
  position: relative;
}
.building_list dt:before {
  content: '';
  width: .9em;
  height: .9em;
  background: #000;
  border-radius: 100%;
  position: absolute;
  top: .2em;
  left: 0;
}
/* CONTACT/RECRUIT */
.contact_tel,
.recruit_list {
  max-width: 1050px;
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto;
}
.contact_tel {
  text-align: center;
  margin-bottom: 60px;
}
.recruit_list {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 40px;
}
.recruit_list th,
.recruit_list td {
  padding: 5px 0;
}
.recruit_list th {
  width: 200px;
  font-weight: bold;
  color: #487FA0;
  text-align: left;
  vertical-align: top;
}
.form {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
.form th,
.form td {
  font-size: 15px;
  padding: 5px 10px;
}
.form td:nth-of-type(1) {
  width: 370px;
}
input,
textarea {
  width: 100% !important;
  box-sizing: border-box;
}
input,
textarea,
select {
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 5px 10px !important;
}
textarea {
  min-height: 160px;
}
.short_form {
  width: 60px !important;
}
.attention_txt {
  font-size: 15px;
  color: #E50012;
  text-align: center;
  margin-bottom: 10px;
}
.require {
  color: #E50012;
}
.confirm {
  font-size: 13px;
}
.confirm span {
  color: #E50012;
}
.attention_list {
  max-width: 700px;
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
}
.attention_list li:before {
  content: '※';
}
#mfp_button_send,
#mfp_button_cancel,
.submit {
  font-size: 15px;
  color: #fff;
  text-shadow: none;
  border: 0;
  background: #487FA0;
  border-radius: 5px;
  padding: 2px 10px;
  transition: .2s;
}
#mfp_button_send:hover,
#mfp_button_cancel:hover,
.submit:hover {
  box-shadow: none;
  background: #487FA0;
  opacity: .7;
}

/* フッター
---------------------------------------------------------------------------------- */
.footer_outer {
  border-top: 1px solid #231815;
  padding: 35px 10px 40px 20px;
  margin-top: 50px;
  margin-left: 290px;
  position: relative;
}
#pagetop {
  width: 106px;
  height: 106px;
  position: absolute;
  top: -20px;
  left: -136px;
  cursor: pointer;
  transition: .2s;
}
#pagetop:hover {
  opacity: .8;
}
.footer_wrapper {
  display: table;
  width: 100%;
  max-width: 1400px;
}
.footer_logo {
  display: table-cell;
  width: 440px;
  padding-right: 30px;
}
.fnav {
  display: table-cell;
}
.fnav ul {
  font-size: 17px;
}
.fnav li {
  display: inline-block;
  padding-bottom: 10px;
}
.fnav li:not(:last-child) {
  padding-right: 2em;
}
.fnav a {
  color: #231815;
}
.fnav a:hover {
  text-decoration: underline;
}
.copyright {
  display: block;
  font-size: 13px;
  text-align: center;
  margin-bottom: 15px;
}

/* ==================================================================================

  1400px以下

================================================================================== */
@media screen and (max-width:1400px){
  
/* ヘッダー
---------------------------------------------------------------------------------- */
  .home .mainvisual {
    width: 100%;
    height: 0;
    background: url(../images/home/mainvisual.jpg) center top no-repeat;
    background-size: cover;
    padding-bottom: 60%;
  }
/* コンテンツ
---------------------------------------------------------------------------------- */
/* HOME */
  .home_link01 .link_l .blog_txt img {
    width: 120px;
  }
  .home_link02 .link_l .recruit_txt img,
  .home_link02 .link_r .contact_txt img {
    width: 150px;
  }
/* COMPANY */
  .company_about .about_l,
  .company_about .about_r {
    font-size: 18px;
  }
  .detail_ttl {
    font-size: 28px;
  }
  .detail_content {
    font-size: 18px;
  }
  .license.circle dd {
    font-size: 16px;
  }
/* 取扱商材 */
  .product .article_ttl {
    font-size: 40px;
  }
  .product_txt {
    font-size: 18px;
  }
  
/* フッター
---------------------------------------------------------------------------------- */
  .footer_outer {
    border-top: 1px solid #231815;
    padding: 35px 10px 40px 20px;
    margin-left: 116px;
    position: relative;
  }
  #pagetop {
    width: 70px;
    height: 70px;
    left: -96px;
  }
  .footer_wrapper,
  .footer_logo,
  .fnav {
    display: block;
    width: 100%;
  }
  .footer_logo {
    max-width: 350px;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
/* ==================================================================================

  1200px以下

================================================================================== */
@media screen and (max-width:1200px){
  
/* コンテンツ
---------------------------------------------------------------------------------- */
/* HOME */
  .home_link01 .link_l .blog_txt,
  .home_link02 .link_l .recruit_txt,
  .home_link02 .link_r .contact_txt {
    display: none;
  }
  
}
/* ==================================================================================

  1000px以下

================================================================================== */
@media screen and (max-width:1000px){
  .ggmap {
    height: 340px;
    padding-bottom: 0;
  }
/* ヘッダー
---------------------------------------------------------------------------------- */
  .common_header {
    margin-bottom: 80px;
  }
  
/* コンテンツ
---------------------------------------------------------------------------------- */
/* 共通 */
  .article_ttl {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .product .article_ttl {
    font-size: 30px;
  }
  .article_ttl.kirara span:before {
    content: '';
    width: 120px;
    height: 54px;
    left: calc(100% + 20px);
  }
  .interior_exterior .article_ttl span,
  .exterior .article_ttl span {
    font-size: 16px;
    padding-left: 20px;
  }
  .recruit .article_ttl {
    font-size: 30px;
  }
/* HOME */
  .link_list {
    flex-wrap: wrap;
  }
  .link_list li {
    flex-basis: 33%;
    padding-right: 2%;
    margin-bottom: 20px;
  }
  .link_list li:nth-child(3),
  .link_list li:last-child {
    flex-basis: 31%;
    padding-right: 0;
  }
  .home_link01,
  .home_link02 {
    display: block;
    max-width: 700px;
    margin-bottom: 0;
  }
  .home_link01 .link_l,
  .home_link01 .link_r,
  .home_link02 .link_l,
  .home_link02 .link_r {
    margin-bottom: 20px;
  }
  .home_link01 .link_l {
    width: 100%;
  }
  .home_link01 .link_l a {
    padding-left: 40px;
  }
  .home_link01 .link_l .link_ttl {
    top: 70px;
    right: 40px;
  }
  .home_link01 .link_r .link_ttl {
    width: 200px;
    top: 7%;
    right: 5%;
  }
  .home_link01 .link_r {
    padding-left: 0;
  }
  .home_link02 .link_l {
    padding-right: 0;
  }
  .home_link02 .link_r {
    padding-left: 0;
  }
  .home_link02 .link_l .link_ttl {
    width: 190px;
  }
  .home_link02 .link_r .link_ttl {
    width: 190px;
  }
/* COMPANY */
  .section_ttl {
    font-size: 30px;
  }
  .ceo_msg .txt_l {
    font-size: 16px;
  }
  .ceo_msg {
    display: block;
  }
  .ceo_msg .txt_l {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .ceo_msg .img_r {
    max-width: 300px;
    margin: auto;
  }
  .company_detail {
    display: block;
  }
  .company_list {
    font-size: 18px;
  }
  .license.circle {
    max-width: inherit;
  }
  .associate .company_list {
    max-width: 1100px;
    margin: auto;
  }
  .associate .company_list li {
    display: inline-block;
  }
/* WORK */
  .kirara .business_img,
  .interior_exterior .business_img,
  .exterior .business_img {
    display: block;
  }
  .interior_exterior .img_l,
  .exterior .img_l {
    margin-bottom: 20px;
  }
  .kirara .img_r {
    text-align: center;
    margin-bottom: 80px;
  }
  .interior_exterior .txt_r,
  .exterior .txt_r {
    font-size: 16px;
  }
  .summary_txt {
    font-size: 16px;
  }
  .real_estate .summary_txt {
    margin-bottom: 80px;
  }
/* 取扱商材 */
  .product_wrapper {
    display: block;
  }
  .product:nth-of-type(odd) .article_ttl,
  .product:nth-of-type(even) .article_ttl {
    max-width: inherit;
  }
  .product:nth-of-type(odd) .product_txt,
  .product:nth-of-type(even) .product_txt {
    max-width: inherit;
    margin-bottom: 20px;
  }
  .product_txt {
    font-size: 16px;
  }
/* サッシ事業部 */
  .addr {
    font-size: 18px;
  }
/* 不動産事業部 */
  .building_list {
    max-width: 500px;
    font-size: 18px;
  }
  .building_list li {
    display: block;
    width: 100%;
  }
  .building_list li:nth-child(odd) dt {
    padding-right: 1em;
  }
  .building_list li:nth-child(odd) dt,
  .building_list li:nth-child(even) dt {
    width: 250px;
  }
/* きらら事業部 */
  .addr {
    margin-bottom: 80px;
  }
/* CONTACT/RECRUIT */
  .recruit_list {
    font-size: 16px;
  }
  .recruit_list th {
    width: 150px;
    font-weight: bold;
    color: #487FA0;
    text-align: left;
  }
}
/* ==================================================================================

  768px以下

================================================================================== */
@media screen and (max-width:768px){

/* ヘッダー
---------------------------------------------------------------------------------- */
  .common_header {
    margin-bottom: 0;
  }
  .gnav {
    display: none;
  }
  .header_outer {
    padding: 5px 10px;
    position: relative;
  }
  .header_inner {
    align-items: center;
  }
  .logo {
    flex-basis: 120px;
  }
  .slicknav_menu{
    display: block;
    background: none;
    padding: 0;
  }
  .slicknav_btn {
    border-radius: 0;
    padding: 10px 12px;
  }
  .slicknav_menu .slicknav_icon:before,
  .slicknav_menu .slicknav_icon {
    width: 22px;
    height: 16px;
  }
  .slicknav_menu .slicknav_icon-bar {
    width: 22px;
    height: 2px;
  }
  .slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
    margin-top: 5px;
  }
  .slicknav_nav {
    width: 100%;
    background: rgba(255,255,255,.8);
    position: absolute;
    top: 100%;
    left: 0;
  }
  .slicknav_nav li {
    border-top: 1px dotted #000;
  }
  .slicknav_nav > li:last-child {
    border-bottom: 1px dotted #000;
  }
  .slicknav_nav a {
    color: #000;
  }
  .slicknav_nav ul {
    margin: 0;
  }
  .slicknav_nav ul a {
    padding-left: 20px;
  }
  .slicknav_nav .slicknav_row:hover,
  .slicknav_nav a:hover {
    background: none;
  }
  .slicknav_nav .slicknav_arrow {
    font-size: 25px;
    color: #000;
    position: relative;
    top: 10px;
    left: 10px;
  }
  
/* コンテンツ
---------------------------------------------------------------------------------- */
/* HOME */
  .news_img {
    display: none;
  }
  .news_area {
    padding: 0 10px 0 10px;
  }
  .news_l {
    width: 100px;
    padding-right: 10px;
  }
/* COMPANY */
  .company_about {
    display: block;
  }
  .company_list_outer {
    display: block;
  }
  .manufacturer .company_list li {
    padding: 0 1em;
  }
/* CONTACT/RECRUIT */
  .form,
  .form tbody,
  .form tr,
  .form th,
  .form td,
  .form td:nth-of-type(1) {
    display: block;
    width: 100%;
  }
  .form {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .form tr {
    margin-bottom: 20px;
  }
  .form th {
    font-weight: bold;
    text-align: left;
  }
  .form td:nth-of-type(2) {
    font-size: 13px;
  }
  .form th br {
    display: none;
  }
  input,
  textarea,
  select {
    width: 100%;
  }
  
/* フッター
---------------------------------------------------------------------------------- */
  .footer_outer {
    border-top: 1px solid #231815;
    padding: 35px 10px 40px;
    margin-top: 140px;
    margin-left: 0;
  }
  #pagetop {
    top: inherit;
    bottom: calc(100% + 20px);
    left: 10px;
  }
  .footer_wrapper,
  .footer_logo,
  .fnav {
    max-width: 350px;
    margin: auto;
  }
  .footer_logo {
    margin: 0 auto 30px;
  }
  .fnav ul {
    font-size: 13px;
  }
  .fnav li {
    display: inline-block;
    width: 49%;
  }
  .fnav li:not(:last-child) {
      padding-right: 0;
  }
  .copyright {
    font-size: 11px;
  }
  
}
/* ==================================================================================

  480px以下

================================================================================== */
@media screen and (max-width:480px){

/* コンテンツ
---------------------------------------------------------------------------------- */
/* 共通 */
  .article_ttl {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .product .article_ttl {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .article_ttl.kirara {
    margin-bottom: 50px;
  }
  .article_ttl.kirara span:before {
    content: '';
    width: 120px;
    height: 54px;
    top: 100%;
    left: 0;
  }
  .interior_exterior .article_ttl span,
  .exterior .article_ttl span {
    font-size: 12px;
  }
  .main_img {
    margin-bottom: 60px;
  }
/* HOME */
  .news_area,
  .news_l,
  .news_r {
    display: block;
    width: 100%;
  }
  .news_l {
    border-bottom: 4px solid #487FA0;
    padding-right: 0;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .news_ttl {
    width: 80px;
  }
  .ifrm {
    height: 230px;
    border-left: 0;
    padding-left: 0;
  }
  .link_list li,
  .link_list li:nth-child(3) {
    flex-basis: 50%;
    padding-right: 2%;
    margin-bottom: 20px;
  }
  .link_list li:nth-child(even),
  .link_list li:last-child {
    flex-basis: 48%;
    padding-right: 0;
  }
  .home_link01 .link_l a {
    padding-left: 10px;
  }
  .home_link01 .link_l .link_img {
    width: 180px;
  }
  .home_link01 .link_l .link_ttl {
    width: 100px;
    top: 12%;
    right: 5%;
  }
  .home_link01 .link_r .link_ttl {
    width: 150px;
    top: 7%;
    right: 5%;
  }
  .home_link02 .link_l .link_ttl {
    width: 140px;
    top: 7%;
    left: 5%;
  }
  .home_link02 .link_r .link_ttl {
    width: 140px;
    top: 30%;
    right: 5%;
  }
/* COMPANY */
  .company_about .about_l,
  .company_about .about_r {
    font-size: 14px;
  }
  .ceo_msg .txt_l {
    font-size: 14px;
  }
  .business_kind li {
    display: block;
    width: 100%;
  }
  .detail_content {
    font-size: 16px;
  }
  .license.circle {
    margin-bottom: 20px;
  }
  .company_list {
    font-size: 14px;
  }
/* WORK */
  .business_img {
    display: block;
  }
  .img_l {
    margin-bottom: 10px;
  }
  .interior_exterior .txt_r,
  .exterior .txt_r {
    font-size: 14px;
  }
  .summary_txt {
    font-size: 14px;
  }
  .real_estate .summary_txt {
    margin-bottom: 50px;
  }
  .addr {
    font-size: 16px;
  }
/* 取扱商材 */
  .product {
    margin-bottom: 60px;
  }
  .product_txt {
    font-size: 14px;
  }
/* 不動産事業部 */
  .building_list {
    font-size: 16px;
  }
  .building_list dt,
  .building_list dd {
    display: block;
  }
  .building_list dd {
    font-size: 0.9em;
    padding-left: 1em;
  }
  .building_list li:nth-child(odd) dt {
    padding-right: 0;
  }
  .building_list li:nth-child(odd) dt,
  .building_list li:nth-child(even) dt {
    width: 100%;
  }
/* CONTACT/RECRUIT */
  .recruit_list {
    font-size: 14px;
    font-weight: normal;
  }
  .recruit_list th {
    width: 120px;
    font-weight: normal;
  }
/* フッター
---------------------------------------------------------------------------------- */
  .footer_logo {
    max-width: 250px;
  }
  .fnav li {
    display: block;
    width: 100%;
    text-align: center;
  }
  
}

.th{text-align:center;}