@charset "utf-8";

/*
Theme Name: 株式会社リムーブ｜クリーニング（新築・中古住宅・メンテナンス）・建設雑工事一式
Theme URI: 未定
Description: 株式会社リムーブは、山口県岩国市を拠点に、新築・中古住宅のクリーニングやメンテナンス、建設雑工事一式を承っております。豊かな経験と確かな技術をもつベテランスタッフが、誠実な対応でお客様のご要望にお応えします。
Version: 202510
Author: owls
*/
/* ***************************************************************** 
*	共通設定
* ***************************************************************** */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}
section {
  margin-bottom: 100px!important;
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* まずはスマホ（～750px）を基準 */
.br-sp { display:inline; }
.br-pc { display:none; }
.works-separator{display: inline;}

/* 751px以上で切り替え */
@media screen and (min-width: 751px){
  .br-sp { display:none; }
  .br-pc { display:inline; }
.works-separator{display: none;}
}

/* ***************************************************************** 
*	基本設定
* ***************************************************************** */
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  background: #fff;
  color: #444;
  line-height: 190%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* リンク
---------------------------------------------------- */
a {
  color: #45AAB8;
  text-decoration: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
a:hover {
  color: #666;
}
a:active, a:focus {
  outline: 0;
}
/* 画像
---------------------------------------------------- */
img {
  border: 0;
  padding: 0px;
  margin: 0px
}

/* *****************************************************************
*	全体Wrapper
* ***************************************************************** */
.wrapper {
  margin: auto;
}
/* ***************************************************************** 
*	ヘッダー
* ***************************************************************** */
#header {
  width: 100%;
}

/* 見出し
---------------------------------------------------- */
h1 {
  font-size: 24px;
}
h2 {
  font-size: clamp(36px, 4vw, 55px);
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  line-height: 1.5em;
  margin: 0;
  color: #000;
}

/* テキスト
---------------------------------------------------- */
p {
  font-size: clamp(16px, 2vw, 30px);
  color: #000;
  line-height: 2em;
  padding: 15px 0;
}
p a {
  color: #45AAB8;
  text-decoration: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
p a:hover {
  color: #666;
}
p a:active, a:focus {
  outline: 0;
}

/* WP必須
---------------------------------------------------- */
.wp-caption {
  max-width: 100%;
}
.wp-caption-text {
  font-size: 90%;
  text-align: center;
}
.sticky {}
.gallery-caption {}
.bypostauthor {}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* トップヘッダー画像
---------------------------------------------------- */
.top-header {
  width: 100%;
  max-width: 1920px;
  height: clamp(600px, 62.5vw, 1200px);
  text-align: center;
  margin: 0 auto 100px;
  background-image: url(images/hero.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  padding: 20px;
  position: relative;
}


.logo{
	text-align: left;
	max-width: clamp(600px, 46.2vw, 886px);
}
.hero{
	position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.hero h2{
	font-size: clamp(36px, 2.7vw, 50px);
	text-align: left;
	line-height: 2em;
}
.recruit{
	width: 100%
}
.recruit h2 {
    font-size: 70px;
    text-align: center;
}

.service, .tel{
	width: 100%;
	text-align: center;
}
.about {
  position: relative;
  width: 100%;
  max-width: 1920px;
  background: #e8faff;
  padding: clamp(80px, 10.5vw, 200px) clamp(80px, 10.5vw, 200px) 0;
  overflow: hidden;
	margin: 0 auto;
}


/* 内側の白い帯 */
.about::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: clamp(70px, 8vw, 150px);
    background: #fff;
}

.about::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px; /* 下の白帯 */
  background: #fff;
}

.about_head {
  display: flex;
  align-content: flex-end;
  height: 650px;
  max-width: clamp(900px, 62.5vw, 1130px); /* ← これで可変 */
  margin: 0 auto;
}
@media only screen and (max-width: 1600px) {
.about_head {
        height: 500px;
    }	
}
.about_txt {
    width: 100%;
    max-width: clamp(500px, 37vw, 700px);
    margin-left: auto;
    margin-right: 0;
    position: relative;
    z-index: 10;
	right: -10px;
}
.about_heading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: clamp(500px, 49.5vw, 950px);
}

.about_txt p {
    width: 100%;
    max-width: clamp(400px, 36vw, 530px);
    margin-left: auto;
    margin-right: 0;
    padding-left: 30px;
}


.about h2, .works-section h2, .company h2, .link h2 {
    border-bottom: 3px solid #00b5ff;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.company h2 {
    border-bottom: none;
}

.about_box {
    width: 100%;
    display: flex;
    padding-top: 100px;
    position: relative;
    z-index: 30;
    max-width: 1520px;
    margin: 0 auto;
}
.about_img {
    width: calc(100% / 3);
    padding: 0 30px;
}
.works-section, .company, .map, .link{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.txt_center	{
	text-align: center;
}
.works-section p {
    display: inline-block;
    text-align: left;
    margin-bottom: 50px;
}

.quality-message {
    width: 100%;
    max-width: 1200px;
    background: #00b5ff;
    border-radius: 30px;
    color: #FFF;
    padding: 15px 0;
    line-height: 1em;
    font-size: 42px;
    text-align: center;
}

.company table {
    width: 100%;
    margin-bottom: 100px;
}
.company table th, .company table td {
    padding: 30px;
    border-bottom: 1px solid #5c4626;
    font-size: 24px;
}
.company table th:first-child, .company table td:nth-child(2) {
	border-top: 1px solid #5c4626;
}

.company table th {
    background: #8ccdf0;
    text-align: center;
    width: 20%;
    padding: 30px 0;
    vertical-align: middle;
}
.department {
    display: inline-block;
    border: 1px solid;
    padding: 5px 15px;
}
.department_box {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 50px auto 0;
}
.department_logo {
    width: calc(100% / 2);
    padding: 0 30px 0 0;
}
.department_map{
	width : calc(100% / 2) ;
}

/* *****************************************************************
*	フッター
* ***************************************************************** */
#footer {
  background: #F5F5F5;
  clear: both;
  width: 100%;
  font-size: 80%;
  margin: 0px auto 0px auto;
}

#copyright {
  font-size: 16px;
  color: #FFF;
  text-align: center;
  position: relative;
  margin: 0;
  padding: 10px;
  background: #00b5ff;
}



/* *****************************************************************
*	CSS3アニメーション
* ***************************************************************** */
.img-anime2 img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.img-anime2:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
/* *****************************************************************
*   レスポンシブ（メディアクエリ）
* ***************************************************************** */

/* Tablet (Portrait) 画面の横幅が751px〜1299pxまで
---------------------------------------------------- */
@media only screen and (max-width: 1024px) {
.recruit h2 {
    font-size: 42px;
}
.about {
    padding: 100px 50px 0;
}
.about::after {
    height: 200px;
}
.about_heading {
    max-width: 380px;
}
.about_txt {
    max-width: 310px;
    right: 0;
}
    .about_head {
        height: 250px;
    }
.about_box {
    padding-top: 80px;
}
.about_img {
    padding: 0 5px;
}
.works-section, .company, .map, .link {
    padding: 0 25px;
}
.works-section p {
    font-size: 20px;
}
	
	
}

/* Mobile (Portrait) 画面の横幅が300px~750pxまで（基本）
---------------------------------------------------- */
@media only screen and (max-width: 750px) {
section {
    margin-bottom: 50px !important;
}
h2 {
    font-size: 24px;
}
    .top-header {
        height: 550px;
        background-position: -130px center;
        margin-bottom: 50px;
		padding: 10px;
    }
	
.hero {
    left: 0;
	padding: 0 10px;
}
.hero h2 {
  font-size: 24px;
  color: #000;
  text-shadow:
    0 0 4px  rgba(255,255,255,0.9),
    0 0 8px  rgba(255,255,255,0.8),
    0 0 12px rgba(255,255,255,0.7),
    0 0 16px rgba(255,255,255,0.6),
    0 0 20px rgba(255,255,255,0.5);
  filter: drop-shadow(0 0 4px rgba(255,255,255,0.8));
}

.recruit h2 {
    font-size: 22px;
}
.service, .tel {
    width: 80%;
    text-align: center;
    margin: 0 auto;
}
    .about {
        padding: 10px 25px 0;
    }
.about h2, .works-section h2, .company h2, .link h2 {
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.about::before {
    height: 40px;
}
    .about::after {
        height: 40px;
    }
	
    .about_head {
        flex-direction: column;
        height: 100%;
    }
    .about_heading {
        max-width: 100%;;
        position: relative;
		margin-bottom: 15px;
    }
    .about_txt {
        max-width: 100%;
    }
.about_txt p {
    padding-left: 0;
    font-weight: 400;
}
    .about_box {
        padding-top: 10px;
    }
    .works-section p {
        font-size: 16px;
        font-weight: 400;
    }
.quality-message {
    line-height: 1.5em;
	font-size: 20px;
	padding: 10px 5px;
}
.company table {
    margin-bottom: 50px;
}
.company table th, .company table td {
    padding: 10px;
    font-size: 18px;
	display: block;
	width: 100%;
	border: none;
}
.company table th:first-child, .company table td:nth-child(2) {
    border-top: none;
}
	
	
.ggmap {
position: relative;
padding-bottom: 93%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.department_box {
    flex-direction: column;
	margin:20px auto 0;
}
.department_logo {
    width: calc(100% / 1);
    padding: 10px 0;
}
.department_map {
    width: calc(100% / 1);
}
#copyright {
	text-align: left;
}
.nowrap {
  white-space: nowrap;
}

	
}
