@charset "utf-8";

/**************************************************/
/*                                                */
/*                   スマホ用                     */
/*                                                */
/**************************************************/

/* ================================================
 * 共通
 * ================================================*/

.pc-only {
  display: none
}

.sp-inner {
  width: 92%;
  margin: auto;
}

#wrapper {
  min-height: 100vh;
  padding-bottom: 663px;  
}

.l-main {
  padding-top: 54px;
}

/* ================================================
 * ヘッダー
 * ================================================*/

.l-header {
  position: fixed;
  width: 100%;
  height: 54px;
  background: #fff;
  z-index: 999;
}

.l-header .header-top {
  padding: 5px 0 0 10px;  
}

.l-header .logo-txt {
  font-size: 1.4rem;  
}

.l-header .logo-img {
  width: 230px; 
  margin-top: 5px;
}

/* 3本線 */
.l-header .humberger-wrap {
  position: absolute;
  top: 0;
  right: 15px;
  width: 40px;
  height: 100%;
  cursor: pointer;
}

.l-header .humberger-wrap [class*=humberger-border]  {
  position: absolute;
  height: 2px;
  transition: .4s all ease;
  transform-origin: center center;
  background: #333;
}
  
.l-header .humberger-wrap .humberger-border-1 {
  width: 30px;
  top: 17px;
  right:0;
}
  
.l-header .humberger-wrap .humberger-border-2 {
  width: 15px;
  top: 26px;
  right: 0;
}
  
.l-header .humberger-wrap .humberger-border-3 {
  width: 20px;
  top: 35px;
  right: 0;
}

  /* open時 */
  
.l-header .humberger-wrap.opened .humberger-border-1 {
  width: 30px;  
  top: 25px;
  transform: rotate(45deg);
}
	
.l-header .humberger-wrap.opened .humberger-border-2 {
  width: 30px;  
  top: 25px;
  transform: rotate(-45deg);
}
	
.l-header .humberger-wrap.opened .humberger-border-3 {
  top: 25px;
  transform: rotate(-45deg);
  opacity:0;
}

.l-header .header-menu, 
.l-header .header-right {
  display:none;
}

.l-header.opened .header-menu {
  display: block;
  width: 100%;
  height: 100vh;
  opacity: 1;
  top:54px;
  position: absolute;
  background: rgba(134,191,11,1);;
  padding: 30px 40px 0 0;
  text-align: right;
  z-index: 500;
  overflow-y: scroll;
}

/*header-bottom*/
.l-header.opened .header-bottom {
  width: 100vw;
  background-color: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #333;
}

.l-header.opened .header-bottom p {
  font-size: 1.4rem;
  line-height: 1.5;
}

.l-header .header-menu .header-bottom .tel {
  color: #333;
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 12px;
  margin-bottom: 12px;
}

.l-header .header-menu .header-bottom img {
  width: 100px;
}
  
.l-header .header-menu li a {
  color: #fff;
}

.l-header .header-menu li {
  font-size: 1.8rem;
  margin-bottom: 30px;
  color: #fff;
}

.l-header .header-menu li.dMenu-open {
  position: relative;
}

.l-header .header-menu li.dMenu-open:after {
  content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(-135deg);
    position: absolute;
    top: 3px;
    right: -20px;
}

.l-header .header-menu li.active ul {
  display: block;
}

.l-header .header-menu li ul {
  margin: 25px 0;  
}

.l-header .header-menu li ul li {
  margin-bottom: 25px;
}

.l-header .header-menu li ul li a {
  font-size: 1.8rem;
}

.l-header .header-menu li ul li a:after {
  content:"-";
  padding-left: 5px;
}

/* ================================================
 * フッター
 * ================================================*/

.footer-top-txt {
  text-align: center;
}

.footer-btn-wrap {
  margin-top: 20px;  
}

.footer-btn-wrap .btn:first-of-type.link-more:before {
  right: 42px; 
  bottom: 18px;
}

.footer-btn-wrap .btn:last-of-type.link-more:before {
  right: 34px;
  bottom: 18px;
}

.footer-btm {
  padding-top: 20px;  
}

.footer-btm .logo-img {
  width: 300px;
  height: auto; 
  margin-top: 10px;
}

.sns-wrap {
  padding: 20px 0;  
}

.footer-btm .mutenka-logo {
  width: 200px;
  height: auto;
  margin-top: 5px;  
}

.copyright {
  line-height: 1.1em;  
  padding: 5px 0;
}

/* ================================================
 * トップページ
 * ================================================*/

/* メインビジュアル */

.top .main-visual-img {
  height: 450px;  
}

.top .main-visual-1 {
  background-position: 100px;  
}

.top .main-visual-2 {
  background-position: 700px;  
}

.top .main-visual-txt {
  width: 100%;  
}

.top .main-visual-txt-h {
  padding-bottom: 20px;
}

.top .main-visual-txt-h span {
  line-height: 1.5em;
  padding: 0 5px;
}

.top .main-visual-txt-h span:not(:nth-of-type(3)) {
  font-size: 3.6rem;  
}

.top .main-visual-txt-h span:not(:nth-of-type(3)):before {
  left: -6px;   
}

.top .main-visual-txt-h span:nth-of-type(1):before {
  top: 0;
}

.top .main-visual-txt-h span:nth-of-type(2):before {
  top: 0;
}

.top .main-visual-txt-h span:nth-of-type(4):before,
.top .main-visual-txt-h span:nth-of-type(5):before {
  top: 0;
}

.top .main-visual-txt-p {
  text-shadow: 3px 3px 15px #fff;  
}

.top .main-visual .btn {
  width: 300px;  
  margin-top: 350px;
}

/* メインビジュアル下 */

.top-bnr-flex {
  padding: 20px 0;  
}

.top-bnr-left,
.top-bnr-right {
  padding: 20px 10px 20px 100px;
  height: 300px;
  display: block;
}

.top-bnr-left:after,
.top-bnr-right:after {
  height: 300px;  
}

.top-bnr-ttl {
  font-size: 2.7rem;
  margin: 0 0 15px;
  line-height: 1.5em;
}

/* タイトル */

.top-ttl-h {
  font-size: 3rem;
}

/* Event */
/* Information */

.top-news {
  padding: 30px 0 30px 20px;  
}

.top-news:before {
  width: 90%;
  height: 410px;  
}

.top-news-wrap {
  padding: 45px 20px 20px;
}

.agency .top-news-list {
  padding-top: 20px;  
}

.top-event .top-news-item .flex {
  display: flex;  
  align-items: center; 
}

.top-event .news-date {
  margin-top: 10px;  
}

.agency .top-event .top-news-item .flex {
  flex-wrap: wrap;  
}

.agency .top-news-item .news-ttl {
  width: 100%;  
  margin-top: 10px;
}

.top-news.top-info .news-ttl {
  padding-top: 10px;  
}

.top-info:before {
  left: 0;  
}

.top-news .link-more {
  margin: 20px 0 0 auto;
}

/* Review, Works一覧 */

.top-review-wrap {
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.works .top-review-wrap {
  padding-bottom: 20px;  
}

.top-review-item {
  width: 48%; 
  margin-bottom: 30px;
}

.top-review-img img {
  width: 100%;
  height: 150px;  
}

.top-review-txt {
  padding: 10px;
  margin-top: -1px;
  line-height: 1.5em;
}

.works .top-review {
  padding-bottom: 40px;  
}

/* リンクエリア */

.top-link-area {
  padding: 40px 0;  
}

.top-link {
  display: block; 
  width: 96%;
  height: 100px;  
  margin: 0 auto 20px;
}

.top-link:before {
  width: 97%;
  height: 90px;  
}

.top-link-column .top-link-txt:after {
  background-image: url(../img/icon_shield_sp.png);
}

.top-link-blog .top-link-txt:after {
  background-image: url(../img/icon_blog_sp.png);
}

.top-link-agency .top-link-txt:after {
  background-image: url(../img/icon_house_sp.png);
}

.top-link-company .top-link-txt:after {
  background-image: url(../img/icon_bag_sp.png);
}

.top-link-column .top-link-txt {
  padding-top: 10px;    
}
.top-link-blog .top-link-txt {
  padding-top: 18px;  
}

.top-link-agency .top-link-ttl,
.top-link-company .top-link-ttl {
  font-size: 2.2rem;
  letter-spacing: 0.2em;  
}

.top-link-p {
  line-height: 1.3em;  
}

/* ================================================
 * 下層
 * ================================================*/

.page .main-visual {
  height: 360px;
}

.page .main-visual-txt-h {
  padding-bottom: 30px; 
  font-size: 2.7rem;
  line-height: 1.4em;
  white-space: nowrap
}

.agency-info .main-visual-txt-h span:before,
.company .main-visual-txt-h span:before,
.news .main-visual-txt-h span:before,
.works .main-visual-txt-h span:before, 
.contact .main-visual-txt-h span:before,
.policy .main-visual-txt-h span:before,
.error .main-visual-txt-h span:before {
  top: -5px;
  left: -5px;
}

.page-top-ttl {
  font-size: 2.4rem;  
  margin-bottom: 30px;
}

.page-top-subttl {
  font-size: 2.2rem;
  line-height: 1.6em;
  margin-bottom: 20px;  
}

.page-top-subttl span {
  font-size: 2.8rem;  
}

.page1 .main-visual-txt-h {
  font-size: 2.7rem;  
  letter-spacing: 0.2em;
  padding: 60px 0 20px;
  text-shadow:0 0 20px #fff;
  line-height: 1.5em;
}

.page-contents-ttl {
  font-size: 2.4rem;
  padding: 20px 0;
}

.philosophy .btn,
.material .btn,
.lineup .btn {
  width: 300px;
  margin: 40px auto 0;
  font-size: 1.5rem;
}

/* ================================================
 * リフォームの想い
 * ================================================*/

.philosophy .page-contents,
.material .page-contents {
  padding: 20px 0 40px;  
}

.philosophy-top {
  background-size: cover; 
  background-position: right;
}

.philosophy .bg-philosophy:after {
  top: 15px;
  left:  0;  
}

.philosophy .page-top-txt span {
  font-size: 2.2rem;
  line-height: 1.5em;
}

.philosophy .page-contents-wrap {
  background: #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;  
}

.philosophy .page-contents-wrap:nth-of-type(2) .flex {
  display: flex;
  flex-direction: column-reverse;  
}

.philosophy .page-contents-ttl {
  display: flex;
  line-height: 1.5em;
  align-items: center;  
}

.philosophy-contents .page-contents-ttl span {
  font-size: 5.4rem;
  padding-right: 20px;
}

.philosophy-contents .page-contents-p {
  padding-bottom: 30px;
}

.philosophy-contents .page-contents-p span {
  font-size: 2rem; 
}

.philosophy .link-more:before {
  bottom: 23px;
  right: 18px;  
}

/* ================================================
 * 独自素材
 * ================================================*/

.material-top {
  position: relative;  
}

.material-top:before {
  top: 0;
  left: 0;
  z-index: 1;
}

.material-top:after {
  bottom: 0;
  right: 0;
}

.material .page-top-ttl {
  line-height: 1.5em; 
  position: relative;
  z-index: 2;
}

.material .page-top-subttl, .material .page-top-txt,
.material .page-contents-ttl, .material .page-contents-p {
  position: relative;
  z-index: 2;  
}

.material .page-contents-wrap {
  margin: 20px 0; 
  padding: 20px 0;
  background: rgba(202,202,202,.3)
}

.material .page-contents-ttl {
  line-height: 1.6em;
}

.material .page-contents-ttl span:first-of-type {
  padding-left: 10px;  
}

.material .page-contents-ttl span:not(:first-of-type) {
  font-size: 2rem;  
}

.material-contents .page-contents-ttl span:first-of-type:before {
  top: -5px;
  left: 0;
  width: 66px;
  height: 80px;
}

.material-contents .page-contents-txt {
  background: #fff; 
  border-radius: 10px;
  padding: 10px 20px 20px;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}

.material-contents .flex:after {
  width: 100vh;
  height: 270px;
  top: 160px;
}

.material .link-more:before {
  bottom: 23px;
  right: 27px;  
}

/* ================================================
 * リフォームのラインナップ
 * ================================================*/

.lineup .page-top {
  padding: 40px;
}

.lineup-txt-wrap {
  padding: 20px; 
  margin: 20px auto 40px;
  width: 92%;
}

.lineup-ttl {
  font-size: 2.4rem;
}

.lineup-menu-top {
  padding: 30px 0;  
}

.lineup-menu-item.link-more {
  width: 300px;  
}

.lineup-menu-top li:nth-of-type(1) .lineup-menu-item.link-more:before {
  right: 34px;  
}

.lineup-menu-top li:nth-of-type(2) .lineup-menu-item.link-more:before,
.lineup-menu-top li:nth-of-type(4) .lineup-menu-item.link-more:before,
.lineup-menu-top li:nth-of-type(5) .lineup-menu-item.link-more:before {
  right: 51px;  
}

.lineup-menu-top li:nth-of-type(3) .lineup-menu-item.link-more:before {
  right: 40px;  
}

.lineup-menu-btm {
  padding: 30px;
  margin-bottom: 40px;  
}

.lineup-menu-btm p {
  line-height: 1.5em;  
}

.lineup-menu-top .lineup-menu-item {
  margin: 10px auto;  
}

.lineup-contents {
  padding-bottom: 40px;  
}

.lineup .link-more:before {
  bottom: 23px;
  right: 106px;  
}
/* ================================================
 * 代理店制度のご案内
 * ================================================*/

.agency-top:after {
  width: 100%;
  height: 303px;
  left: 0;
  bottom: 0;
  background-position: bottom;
}

.agency .top-news-wrap .btn {
  width: 280px;
  height: 50px;
  border-radius: 30px;
  line-height: 48px;
  margin: 40px auto 20px;
}

.agency .page-contents-wrap:last-of-type {
  margin-bottom: 60px;  
}

.agency .page-contents-ttl {
  padding: 70px 20px 20px 100px;  
  position: relative;
  line-height: 1.2em;
}

.agency .page-contents-ttl span {
  top: 40px; 
}

.agency .page-contents-ttl span:before {
  top: 0;
  left: -45px;   
}

.agency .page-contents-p {
  padding: 30px;
}

/* 募集要項 */

.requirements-inner .top-ttl {
  padding-top: 40px;  
}

.requirements-wrap {
  width: 92%;  
  margin: -65px auto 70px;
  padding: 90px 20px 40px;  
}

/* フロー */

.flow-inner .top-ttl {
  top: -15px;  
}

.flow-list-item {
  width: 92%;
  border-radius: 10px; 
  padding: 20px;
}

.agency-system .top-event .link-more:before {
  right: 105px;
  bottom: 16px;  
}

/* ================================================
 * 全国代理店情報
 * ================================================*/

.agency-info .logo-img {
  width: 240px;
  height: auto;  
}

.agency-info .main-visual-logo {
  margin-bottom: 10px;  
}

.agency-info .page-top {
  display: flex;
  flex-direction: column-reverse;  
  margin-bottom: 30px;
}

.agency-top-txt {
  padding-bottom: 20px;  
}

.agency-info-wrap {
  padding-top: 40px; 
}

.agency-info-item {
  width: 90%;
  margin: 0 auto;  
}

.agency-info-item:not(:last-of-type) {
  margin-bottom: 40px;  
}

.agency-info-img img {
  width: 100%;
  height: 180px;  
  object-fit: contain;
  font-family: "object-fit: contain;";
  background: #fff;
}

.agency-info-tab-wrap .flex-wrap {
  display: flex;
  flex-wrap: wrap; 
}

.agency-info-tab-btn {
  width: 155px;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.agency-info-tab-btn:nth-of-type(odd) {
  margin-right: 10px;  
}

.agency-info.l-main {
  padding-bottom: 60px;  
}

/* ================================================
 * 施工事例
 * ================================================*/

/* ワークス下層 */

.works-detail-ttl {
  width: 100%;
  height: 230px;
  background-color: rgba(202,202,202,.3);
  position: relative;
  z-index: 1
}

.works-detail-h {
  margin: auto;
  font-size: 2.2rem;
  color: #00261c;
  display: block;
  padding-top: 20px;
}

.works-detail .works-page-contents .inner {
  padding-bottom: 10px;
}

.works-detail-ttl {
  font-size: 2.4rem;
  line-height: 1.5em;
  font-weight: 500;  
}

.works-detail-slider {
  margin-bottom: 30px;
  margin-top: -120px;
  position: relative;
  z-index: 1;
}

.works-detail-slider li {
  margin-bottom: 10px;
}

.works-detail-txt-wrap {
  margin-top: 30px;
  line-height: 1.8em;
}

.works-detail-txt-wrap dl:nth-of-type(2) dt,
.works-detail-txt-wrap dl:nth-of-type(3) dt {
  float: left;
  padding-right: 15px;
}

.works-detail-txt {
  padding-bottom: 20px;
}

.works-detail-info {
  padding: 20px;
}

.works-detail-txt-wrap dl {
  padding-bottom: 5px;
}

.works-detail .pager {
  margin: 40px auto;
  position: relative;
}

/* ================================================
 * お知らせ・イベント
 * ================================================*/

.news-btn {
  margin: 0 auto 60px; 
  width: 270px;
}

.news-btn-item {
  width: 270px;
  height: 60px;
  display: block;
  margin-bottom: 10px;
}

.news-wrap-top {
  display: flex;  
}

.news-wrap-item {
  width: 100%;
  min-height: 230px;
  margin-bottom: 70px;
  display: block;
  position: relative;
}

/* 詳細ページ */

.news-detail-wrap {
  width: 100%;
  margin: 80px auto 70px;
  padding: 20px;    
}

.news-detail-wrap .news-ttl {
  font-size: 2.1rem; 
}

.news-detail-wrap .news-detail-txt {
  margin-bottom: 20px;  
}

/* ================================================
 * 企業情報
 * ================================================*/

.company-profile, .company-access {
  background: linear-gradient(180deg, transparent 0%, transparent 20px, rgba(202,202,202,.2) 20px, rgba(202,202,202,.2) 100%);   
}

.company-profile-list {
  margin: 30px 0 40px;
  line-height: 1.5em;
  padding-bottom: 30px;
}

.company-profile-list dt {
  width: 90px; 
  padding: 20px 10px;
}

.company-profile-list dt:nth-of-type(2),
.company-profile-list dt:nth-of-type(3),
.company-profile-list dt:nth-of-type(8) {
  height: 88px;  
}

.company-profile-list dt:nth-of-type(4) {
  height: 112px;  
}

.company-profile-list dd {
  margin-left: 90px; 
  background: #fff;
  padding: 20px 10px;
  margin-bottom: 20px;
}

/* アクセス */

.company-access iframe {
  width: 100%;
  margin: 20px 0;     
}

.company-access-right {
  margin-top: 40px;  
}

/* 事業内容、沿革 */

.company-info .top-ttl {
  padding-top: 40px;  
}

.company-business.inner,
.company-history.inner {
  background: linear-gradient(180deg, transparent 0%, transparent 60px, #fff 60px, #fff 100%);
  padding-right: 10px;
  padding-left: 10px;
}

.company-history-list {
  margin: 30px auto 0;
  padding-bottom: 60px;  
}

/* ================================================
 * プライバシーポリシー, 404, 送信完了
 * ================================================*/

.policy .inner, .error .inner, .contact .inner, .news .inner {
  padding-bottom: 60px;  
}

.policy-contents, .txt-contents {
  padding: 20px;
}


.policy-contents {
  margin-top: -10px;
}

.policy .visual-ttl {
  top: 30%;
}

.error .txt-contents {
  margin-top: 50px;  
}

/* ================================================
 * お問合せ
 * ================================================*/

.form {
  padding: 10px;
}

form dl {
  padding: 20px 0;
}

form .form-ttl {
  margin-bottom: 15px;
}

.contact-form dl:nth-of-type(1) .form-ttl {
  margin-bottom: 40px;
}

.contact-form dl:nth-of-type(1) .required {
  top: 24px;  
  left: 0;
  margin-left: 0;
}

.contact-form .radio-list li {
  width: 150px;
  margin: 10px 0;
}

.agency-form  .radio-list li:nth-of-type(3) input {
  margin-top: 10px;  
}

.form-content input:not([type]),
.form-content textarea, select.pref-select {
   padding: 20px 10px;
}

select.pref-select {
  width: 80%;  
}

.form-submit p {
  line-height: 1.4em;
}

.form-submit .btn {
  margin: 10px auto;
}

.confirm form dl {
  padding: 20px;  
}


/* ================================================
 * ナビゲーション
 * ================================================*/

.breadcrumb {
  padding-top: 15px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.breadcrumb li span {
  font-size: 1.1rem;
}

#toPageTop {
  width: 50px;
  height: 50px;  
  bottom: 36px;
  right: 3%;
}

.works-detail .pager a {
  font-size: 1.4rem;  
}

.works-detail .pager .back a {
  width: 140px;  
}

.news .pager .back a {
  width: 300px;
  font-size: 1.4rem;  
}

.works-detail .pager .prev a,
.works-detail .pager .next a {
  width: 70px;
  margin: 0;  
}

.works-detail .pager .prev a:before {
  left: 10px;  
}

.works-detail .pager .next a:after {
  left: 60px;  
}

/* ================================================
 * WP
 * ================================================*/

.wp-blog .l-content {
  padding-top: 54px;  
  padding-bottom: 50px;  
}

.wp-blog .l-main {
  padding-top: 30px;  
}

.wp-blog .p-breadcrumb {
  padding: 20px 0 8px;  
}

.wp-blog .p-breadcrumb__item {
  line-height: 15px;  
}

/* ヘッダー */

.wp-blog .logo-txt {
  font-size: 0.875rem;  
}

.wp-blog .l-header .header-menu li {
  font-size: 1.25rem;  
}

.wp-blog .l-header .header-menu li ul li a {
  font-size: 1.125rem;  
}

.wp-blog .footer-top-txt {
  font-size: 1.125rem;    
}

.wp-blog .btn {
  font-size: 1rem;  
}


