@charset "UTF-8";



/* ---------------------------------------------------------------------------------------------------------
 common
--------------------------------------------------------------------------------------------------------- */
/* h2 main title
-----------------------------------*/
.main_title {
  margin-top: 70px;
}
.main_title h2 {
  text-align: center;
  color: #fff;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.main_title h2 span {
  display: inline-block;
  border: #fff solid 2px;
  padding: 1em;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
  font-size: 8vw;
}
@media print, screen and (min-width: 768px) { /* Tablet1 */
  .main_title h2 span {
    font-size: 40px;
    font-size: 4.0rem;
  }
}
@media print, screen and (min-width: 992px) { /* Tablet2 */
  .main_title h2 span {
    font-size: 48px;
    font-size: 4.8rem;
  }
}
@media print, screen and (min-width: 1200px) { /* PC */
  .main_title {
    margin-top: 175px;
  }
}
.service_main_title {
  background: url("../images/service_main.jpg") no-repeat 50% 0 / cover;
}
.point_main_title {
  background: url("../images/point_main.jpg") no-repeat 50% 0 / cover;
}
.flow_main_title {
  background: url("../images/flow_main.jpg") no-repeat 50% 0 / cover;
}
.jirei_main_title {
  background: url("../images/jirei_main.jpg") no-repeat 50% 0 / cover;
}
.renovation_main_title {
  background: url("../images/renovation_main.jpg") no-repeat 50% 0 / cover;
}
.faq_main_title {
  background: url("../images/faq_main.jpg") no-repeat 50% 0 / cover;
}
.greeting_main_title {
  background: url("../images/greeting_main.jpg") no-repeat 50% 0 / cover;
}
.company_main_title {
  background: url("../images/company_main.jpg") no-repeat 50% 0 / cover;
}
.contact_main_title {
  background: url("../images/contact_main.jpg") no-repeat 50% 0 / cover;
}



.title_default {
  position: relative;
  text-align: center;
  padding-bottom: 20px;
  font-size: 7.5vw;
  margin-bottom: 1em;
  line-height: 1.3em;
}
.title_default::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: '';
  width: 30px;
  height: 2px;
  background: #333;
}
.title_default span {
  font-weight: normal;
  display: block;
  color: #db1600;
  font-size: 14px;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) { /* Tablet1 */
  .title_default {
    font-size: 30px;
    font-size: 3.0rem;
  }
  .title_default span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 992px) { /* Tablet2 */
  .title_default {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .title_default span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}


.sub_title {
  position: relative;
  font-size: 6.25vw;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: 30px;
  margin-bottom: 1em;
  color: #000080;
  border-top: #000080 solid 2px;
  border-bottom: #000080 solid 2px;
}
.sub_title::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: '';
  width: 20px;
  height: 5px;
  background: #db1600;
}
@media print, screen and (min-width: 768px) { /* Tablet1 */
  .sub_title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 992px) { /* Tablet2 */
  .sub_title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}


/* ---------------------------------------------------------------------------------------------------------
 index
--------------------------------------------------------------------------------------------------------- */

#visual {
  width: 100%;
  margin-top: 60px;
}
@media print, screen and (min-width: 1200px) { /* PC */
  #visual {
    margin-top: 175px;
  }
}


.top_owner .container {
  background: url("../images/top_pr_pics.png") no-repeat 50% bottom;
  color: #fff;
  text-align: center;
}
.top_owner h3 {
  line-height: 1.2em;
  font-size: 5.625vw;
}
.top_owner p {
  padding-top: 1em;
  line-height: 1.4em;
  font-size: 4.375vw;
}
@media print, screen and (min-width: 768px) { /* Tablet1 */
  .top_owner h3 {
    font-size: 40px;
    font-size: 4.0rem;
  }
  .top_owner p {
    font-size: 20px;
    font-size: 2.0rem;
  }
}
@media print, screen and (min-width: 992px) { /* Tablet2 */
  .top_owner h3 {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .top_owner p {
    font-size: 24px;
    font-size: 2.4rem;
  }
}


.top_pickup_menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_pickup_menu li {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.snip1200 {
  position: relative;
  overflow: hidden;
  min-width: 220px;
  max-width: 360px;
  max-height: 360px;
  width: 100%;
  background: #000000;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 16px;
}
@media print, screen and (min-width: 768px) { /* Tablet1 */
  .snip1200 {
    min-width: 120px;
    max-width: 220px;
    max-height: 220px;
  }
}
@media print, screen and (min-width: 992px) { /* Tablet2 */
  .snip1200 {
    min-width: 220px;
    max-width: 300px;
    max-height: 300px;
  }
}
@media print, screen and (min-width: 1200px) { /* PC */
  .snip1200 {
    min-width: 220px;
    max-width: 360px;
    max-height: 360px;
  }
}

.snip1200 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.snip1200 img {
  max-width: 100%;
  position: relative;
  opacity: 0.9;
}
.snip1200 .pickup_text {
  position: absolute;
  top: 45%;
  left: 7%;
  right: 7%;
  bottom: 45%;
  border: 1px solid white;
  border-width: 1px 1px 0;
}
.snip1200 .heading {
  overflow: hidden;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  position: absolute;
  bottom: 0;
  width: 100%;
}
.snip1200 h2 {
  display: table;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  text-align: center;
  width: auto;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
}
.snip1200 h2:before,
.snip1200 h2:after {
  position: absolute;
  display: block;
  width: 1000%;
  height: 1px;
  content: '';
  background: white;
  top: 50%;
}
.snip1200 h2:before {
  left: -1000%;
}
.snip1200 h2:after {
  right: -1000%;
}
.snip1200 p {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  padding: 0 20px;
  margin: 0;
  opacity: 0;
  line-height: 1.6em;
  font-size: 0.9em;
  text-align: left;
}
.snip1200 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.snip1200:hover img,
.snip1200.hover img {
  opacity: 0.25;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.snip1200:hover .pickup_text,
.snip1200.hover .pickup_text {
  top: 7%;
  bottom: 7%;
}
.snip1200:hover p,
.snip1200.hover p {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.top_service {
  background: #fff;
  padding-top: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.19);
  margin-bottom: 30px;
}
.top_service:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-moz-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}
.top_service_title {
  color: #333 !important;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}
.top_service_img {
	background: #fff;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 150px;
}
.top_service_img img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);	
}
@media (min-width: 768px) { /* Tablet1 */
/*
  .top_service {
    margin-bottom: 0;
  }
*/
	.top_service_img {
		width: 100%;
		height: 150px;
	}
}
@media (min-width: 992px) { /* Tablet2 */
	.top_service_img {
		width: 100%;
		height: 200px;
	}
}
@media (min-width: 1200px) { /* PC */
	.top_service_img {
		width: 100%;
		height: 250px;
	}
}


/* ---------------------------------------------------------------------------------------------------------
 service
--------------------------------------------------------------------------------------------------------- */
.service_read {
  font-size: 5vw;
}
@media print, screen and (min-width: 768px) { /* Tablet1 */
  .service_read {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.service_list {
  width: 100%;
}
.service_list li {
	width: 100%;
  padding: 10px;
	background: #0084ec;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  border-radius: 5px;
}

.service_item {
  padding-top: 30px;
}
.service_item dt {
  border-bottom: #000080 double 3px;
  color: #000080;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
.service_item dd {
  padding: 1em;
  background: #e9eef4;
}


/* ---------------------------------------------------------------------------------------------------------
 point
--------------------------------------------------------------------------------------------------------- */
.point_catch {
  text-align: center;
}
.point_catch_01 {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  color: #fff;
  font-size: 5.625vw;
  padding-bottom: 1em;
}
.point_catch_02 {
  color: #eb7308;
  font-size: 5vw;
  position: relative;
  padding-left: 15px;
/*  margin-bottom: 1em;*/
}
@media print, screen and (min-width: 768px) { /* Tablet1 */
  .point_catch_01 {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .point_catch_02 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 992px) { /* Tablet2 */
  .point_catch_01 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .point_catch_02 {
    font-size: 20px;
    font-size: 2.0rem;
  }
}


.point_pr {}
.point_pr .container {
  height: 400px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.point_pr01 .container {
  background: url("../images/point_img01.jpg") no-repeat 50% 0;
}
.point_pr02 .container {
  background: url("../images/point_img02.jpg") no-repeat 50% 0;
}
.point_pr03 .container {
  background: url("../images/point_img03.jpg") no-repeat 50% 0;
}
.point_pr04 .container {
  background: url("../images/point_img04.jpg") no-repeat 50% 0;
}

.point_pr_text {
  padding: 1em;
  background: rgba(255,255,255,0.8);
  width: 90%;
  margin-left: 5%;
}
.point_pr_text h3 {
  color: #000080;
  font-size: 4.6875vw;
  padding-left: 30px;
  margin-bottom: 1em;
  position: relative;
}
.point_pr_text h3::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  background: #db1600;
  width: 20px;
  height: 5px;
}

@media print, screen and (min-width: 768px) { /* Tablet1 */
  .point_pr_text {
    padding: 2em;
    background: rgba(255,255,255,0.8);
    width: 72%;
    margin-left: 2em;
  }
  .point_pr_text h3 {
    color: #000080;
    font-size: 20px;
    font-size: 2.0rem;
    padding-left: 30px;
    margin-bottom: 1em;
    position: relative;
  }
}
@media print, screen and (min-width: 992px) { /* Tablet2 */
  .point_pr_text {
    padding: 2em;
    width: 60%;
    margin-left: 2em;
  }
}



.pont_list li {
  background: #fff;
  border-radius: 10px 10px 0 0;
}
.pont_list li:nth-of-type(1) {
  background: url("../images/point_pics01.png") no-repeat 50% 90% #fff;
}
.pont_list li:nth-of-type(2) {
  background: url("../images/point_pics02.png") no-repeat 50% 80% #fff;
}
.pont_list li dl dt {
  background: #000080;
  color: #fff;
  text-align: center;
  border-radius: 10px 10px 0 0;
  padding: 1em 0.5em;
}
.pont_list li dl dd {
  padding: 1.5em;
}


@media print, screen and (min-width: 992px) { /* Tablet2 */
  .pont_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
  }
  .pont_list li {
    width: calc( 100% / 3 - 15px);
    margin-right: 15px;
  }
  .pont_list li dl dt {
    font-weight: bold;
    line-height: 1.4em;
    font-size: 24px;
    font-size: 2.4rem;
  }
}


/* ---------------------------------------------------------------------------------------------------------
 flow
--------------------------------------------------------------------------------------------------------- */
.flow_step {
  border: #000080 solid 5px;
  padding: 1em;
  position: relative;
  margin-bottom: 50px;
}
.flow_step_last {
  border: #000080 solid 5px;
  padding: 1em;
}
.flow_step::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 100px 0 100px;
  border-color: #000080 transparent transparent transparent;
}
.flow_step p,
.flow_step_last p {
  padding-bottom: 1em;
}
.flow_step_title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 1em;
}
.flow_step_circle {
  background: #000080;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-right: 10px;
  line-height: 1.2em;
}
.flow_step_circle span {
  display: block;
  font-size: 10px;
  font-size: 1.0rem;
  padding-top: 5px;
}
.flow_step_circle em {
  display: block;
  font-style: normal;
  font-size: 5vw;
}
.flow_step_title h3 {
  color: #000080;
  font-size: 5vw;
}
.flow_step dt {
  font-weight: bold;
  color: #000080;
}
.flow_step [data-tel] {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 8vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
}

@media print, screen and (min-width: 768px) { /* Tablet1 */
  .flow_step,
  .flow_step_last{
    padding: 2em;
  }
  .flow_step_circle {
    width: 60px;
    height: 60px;
  }
  .flow_step_circle span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .flow_step_circle em {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .flow_step_title h3 {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .flow_step .btn_red {
    margin-left: 0;
    width: 215px;
  }
  .flow_step [data-tel] {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 28px;
    font-size: 2.8rem;
    text-align: left;
  }
}
@media print, screen and (min-width: 992px) { /* Tablet2 */
  .flow_step_circle {
    width: 80px;
    height: 80px;
    line-height: 1.8em;
  }
  .flow_step_circle span {
    font-size: 15px;
    font-size: 1.5rem;
    padding-top: 8px;
  }
  .flow_step_circle em {
    font-size: 30px;
    font-size: 3.0rem;
  }
  .flow_step_title h3 {
    font-size: 30px;
    font-size: 3.0rem;
  }
  .flow_step dt {
    font-weight: bold;
    color: #000080;
  }
  .flow_step .btn_red {
    margin-left: 0;
    width: 215px;
  }
  .flow_step [data-tel] {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.flow_backup {
  margin-top: -60px;
  padding-top: 60px;
}
@media (min-width: 1200px) { /* PC */
  .flow_backup {
    margin-top: -175px;
    padding-top: 175px;
  }
}

.flow_backup_title {
  background: url("../images/top_pr_pics.png") no-repeat 50% bottom;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.flow_backup_title p {
  color: #fff;
  font-weight: bold;
  font-size: 6vw;
}
@media print, screen and (min-width: 768px) { /* Tablet1 */
  .flow_backup_title p {
    font-size: 30px;
    font-size: 3.0rem;
  }
}

.flow_backup .bg_lblue {
  padding-top: 50px;
  padding-bottom: 50px;
}
.flow_backup_list {
  background: #fff;
  padding: 1em;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) { /* Tablet1 */
  .flow_backup_list {
    padding: 2em;
  }
}
.flow_backup_list .flow_step_circle {
  background: #ffa800;
}
.flow_backup_list .flow_step_title h3 {
  color: #ffa800;
}


/* ---------------------------------------------------------------------------------------------------------
 jirei
--------------------------------------------------------------------------------------------------------- */
.works_menu {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.works_menu li {
  width: 46%;
/*  border-right: #fff solid 1px;*/
  margin: 0 2%;
}
.works_menu li a {
  display: block;
  background: #ffa800;
  color: #fff !important;
  text-align: center;
  padding: 1em;
}
@media print, screen and (min-width: 992px) { /* Tablet2 */
  .works_menu {
    width: 80%;
  }
}

.works_item_box {
  margin-bottom: 50px;
  border-top: #000080 dashed 1px;
  padding-top: 30px;
}

.works_item_title {
  background: #000080;
  color: #fff;
  padding: .8em;
  font-weight: bold;
  margin-bottom: 1em;
}

.scroll{
overflow: auto;
white-space: nowrap !important;
}
.scroll::-webkit-scrollbar{
 height: 5px;
}
.scroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
.works_list_tbl02 {
  width: 100%;
}
.works_list_tbl02 th {
  background: #eee;
  border: solid 1px #ccc;
  padding: 10px;
}
.works_list_tbl02 td {
  border: solid 1px #ccc;
  padding: 10px;
}
.works_list_tbl02 thead .w5 {
  width: 5em;
}
.works_list_tbl02 thead .w7 {
  width: 7em !important;
}
.works_list_tbl02 thead .w10 {
  width: 10em !important;
}
.works_list_tbl02 thead .w14 {
  width: 14em !important;
}

/*
.works_list_tbl02 {
  width: 100%;
}
.works_list_tbl02 th {
  background: #eee;
  border: solid 1px #ccc;
  padding: 10px;
}
.works_list_tbl02 td {
  border: solid 1px #ccc;
  padding: 10px;
}
.works_list_tbl02 thead .w5 {
  width: 5em;
}
.works_list_tbl02 thead .w7 {
  width: 7em !important;
}
.works_list_tbl02 thead .w10 {
  width: 10em !important;
}
.works_list_tbl02 thead .w14 {
  width: 14em !important;
}


@media screen and (max-width: 640px) {
  .works_list_tbl02 tr td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .works_list_tbl02 th,
  .works_list_tbl02 td,
  .works_list_tbl02 .map,
  .works_list_tbl02 .w3,
  .works_list_tbl02 .w10,
  .works_list_tbl02 .w14 {
    border-bottom: none;
    display: block;
    width: 100%;
  }
  .works_list_tbl02 .thead {
    display: none;
  }
  .works_list_tbl02 tr {
    width: 100%;
  }
  .works_list_tbl02 td {
    display: block;
    text-align: right;
    width: 100%;
    min-height: 3em;
  }
  .works_list_tbl02 td:first-child {
    background: #000080;
    color: #fff;
  }
  .works_list_tbl02 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}
*/

.works_item_img {
  background: #e9eef4;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 200px;
  margin-bottom: 15px;
}
.works_item_img img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);	
}
@media (min-width: 768px) { /* Tablet1 */
	.works_item_img {
		width: 100%;
		height: 300px;
	}
}
@media (min-width: 992px) { /* Tablet2 */
	.works_item_img {
		width: 100%;
		height: 350px;
	}
}
@media (min-width: 1200px) { /* PC */
	.works_item_img {
		width: 100%;
		height: 400px;
	}
}

@media print, screen and (min-width: 992px) { /* Tablet PC */
	.dl_table.works_item_tbl dt {
		width: 30%;
		float: left;
	}
  .dl_table.works_item_tbl dd {
		background: #fff;
		padding-bottom: 15px;
		margin-left: 30%;
		border-left: 1px solid #ccc;
	}
}



.works_list_img {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 80px;
}
.works_list_img img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);	
}
@media (min-width: 768px) { /* Tablet1 */
	.works_list_img {
		width: 100%;
		height: 40px;
	}
}
@media (min-width: 992px) { /* Tablet2 */
	.works_list_img {
		width: 100%;
		height: 60px;
	}
}
@media (min-width: 1200px) { /* PC */
	.works_list_img {
		width: 100%;
		height: 70px;
	}
}



.works_detail_arrow {
  background: url("../images/arrow_down.png") no-repeat 50% 50%;
}

@media print, screen and (min-width: 768px) { /* Tablet1 */
  .works_detail_arrow {
    background: url("../images/arrow_right.png") no-repeat 50% 50%;
  }
}

.works_detail_img {
  background: #e9eef4;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 220px;
}
.works_detail_img img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);	
}
@media (min-width: 768px) { /* Tablet1 */
	.works_detail_img {
		width: 100%;
		height: 130px;
	}
}
@media (min-width: 992px) { /* Tablet2 */
	.works_detail_img {
		width: 100%;
		height: 180px;
	}
}
@media (min-width: 1200px) { /* PC */
	.works_detail_img {
		width: 100%;
		height: 200px;
	}
}

@media print, screen and (min-width: 768px) { /* Tablet1 */
}
@media print, screen and (min-width: 992px) { /* Tablet2 */
}
@media print, screen and (min-width: 1200px) { /* PC */
}
.grid-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}



/* ---------------------------------------------------------------------------------------------------------
 renovation
--------------------------------------------------------------------------------------------------------- */
.renovation_good {
  padding: 2em 1em 0;
  position: relative;
  margin-bottom: 100px;
}
.renovation_good::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 100px 0 100px;
  border-color: #e9eef4 transparent transparent transparent;
}

.renovation_good_text {
  background: url("../images/renovation_pics03.png") no-repeat 50% 50%;
  text-align: center;
  color: #000080;
  font-weight: bold;
  line-height: 1.3em;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 5.625vw;
}

@media print, screen and (min-width: 768px) { /* Tablet1 */
  .renovation_good {
    margin-bottom: 100px;
  }
  .renovation_good_text {
    padding-top: 65px;
    padding-bottom: 65px;
    font-size: 20px;
    font-size: 2.0rem;
  }
}
@media print, screen and (min-width: 992px) { /* Tablet2 */
  .renovation_good_text {
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 30px;
    font-size: 3.0rem;
  }
}

/* ---------------------------------------------------------------------------------------------------------
 faq
--------------------------------------------------------------------------------------------------------- */
.faq_menu {
  margin-bottom: 50px;
}
.faq_menu li {
  margin-bottom: 5px;
}
.faq_menu li a {
  display: block;
  width: 100%;
  padding: 15px;
  background: #a2a2a2;
  text-align: center;
  color: #fff!important;
  position: relative;
}
.faq_menu li a::after {
  font-family:'FontAwesome';
  content: '\f105';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.faq_menu li.current a {
  background: #000080;
}
@media print, screen and (min-width: 768px) { /* Tablet1 */
  .faq_menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .faq_menu li {
    width: calc(100% / 3);
    margin-bottom: 0;
  }
  .faq_menu li a {
    border-right: #fff solid 1px;
  }
  .faq_menu li:last-child a {
    border-right: none;
  }
}

.faq_list {
  margin-bottom: 30px;
}
.faq_list dt {
  font-weight: bold;
  padding-bottom: 15px;
  padding-left: 40px;
  position: relative;
  color: #000080;
}
.faq_list dt span {
  position: absolute;
  left: 0;
  display: inline-block;
  padding: 3px 10px;
  background: #000080;
  border-radius: 5px;
  color: #fff;
  margin-right: 10px;
}
.faq_list dd {
  border-bottom: #000080 dashed 1px;
  padding-bottom: 15px;
}

/* Paging
---------------------------------------------------- */
div.paging {
  text-align: center;
  margin-bottom: 50px;
}
div.paging span.current, div.paging span.paging-text {
	margin: 0px 2px;
	color: #333;
	border: 1px solid #ccc;
  border-radius: 3px;
	zoom: 1;
	display: inline-block;
	overflow: hidden;
	text-decoration: none;
  line-height: 1.3;
}
div.paging span.paging-text a {
	padding: 3px 8px;
	display: block;
}
div.paging span.current {
	background: #000080;
	border: 1px solid #000080;
	color: #fff;
	zoom: 1;
	padding: 3px 8px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}
div.paging span.paging-text a:hover {
	background: #CCC;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
@media only screen and ( max-width: 630px ) {
	div.paging span {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	div.paging span.current,
	div.paging span:first-of-type,
	div.paging span:last-of-type {
		position: initial;
		top: initial;
		left: initial;
	}
}

/* ---------------------------------------------------------------------------------------------------------
 greeting
--------------------------------------------------------------------------------------------------------- */
.greeting_text h4 {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  color: #000082;
  text-align: center;
  font-size: 5.625vw;
  padding-bottom: 2em;
}
.greeting_text h5 {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  color: #000082;
  font-size: 5vw;
  position: relative;
  padding-left: 15px;
  margin-bottom: 1em;
}
.greeting_text h5::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: '';
  width: 10px;
  height: 3px;
  background: #000082;
}
@media print, screen and (min-width: 768px) { /* Tablet1 */
  .greeting_text h4 {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .greeting_text h5 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 992px) { /* Tablet2 */
  .greeting_text h4 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .greeting_text h5 {
    font-size: 20px;
    font-size: 2.0rem;
  }
}
.greeting_text_read p {
  padding-bottom: 2em;
}

.pl40{
  padding-left:40px;
}

.greeting_reed-title{
  margin:30px auto;
  font-size:25px;
  line-height:1.8;
  font-weight:bold;
}

.greeting_reed-title p{
  text-align:center;
  font-size:20px;
}

.greeting_reed-message{
  line-height:2.2;
}

.bold{
  font-weight:bold;
}

@media print, screen and (min-width: 992px) {
  .greeting_reed-title{
    max-width:70%;
    margin:60px auto;
  }

  .greeting_reed-message{
    max-width:70%;
    margin:0 auto;
    line-height:2.2;
  }
}

@media print, screen and (min-width: 768px) {
  .greeting_reed-title{
    margin:60px auto;
  }

  .greeting_reed-message{
    margin:0 auto;
    line-height:2.2;
  }

  .greeting_reed-title p{
    font-size:34px;
  }

  .greeting_reed-title p:first-of-type{
    text-align:left;
  }

  .greeting_reed-title p:last-of-type{
    text-align:right;
  }
}


/* ---------------------------------------------------------------------------------------------------------
 company
--------------------------------------------------------------------------------------------------------- */
.company_letter {
  padding: 2em;
  text-align: center;
  border-radius: 15px;
}
.company_letter h3 {
  color: #eb7308;
  font-size: 20px;
  font-size: 2.0rem;
  margin-bottom: 1em;
}

.company_letter_voice {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.company_letter_voice li {
  padding: 0 10px 10px;
  width: 50%;
}
.company_letter_voice {
  margin-top: 30px;
}
.letter_voice_img {
	background: #fff;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 80px;
}
.letter_voice_img img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);	
}
@media (min-width: 768px) { /* SP */
	.letter_voice_img {
		width: 100%;
		height: 100px;
	}
  .company_letter_voice li {
    width: 25%;
    padding: 0 10px 10px;
  }
}
@media (min-width: 992px) { /* Tablet */
	.letter_voice_img {
		width: 100%;
		height: 130px;
	}
  .company_letter_voice {
    margin-top: 0;
  }
  .company_letter_voice li {
    width: 50%;
    padding: 0 10px 10px;
  }
}
@media (min-width: 1200px) { /* PC */
	.letter_voice_img {
		width: 100%;
		height: 140px;
	}
}

/* ---------------------------------------------------------------------------------------------------------
 contact
--------------------------------------------------------------------------------------------------------- */
.contact_tel {}
.contact_tel li {
  text-align: center;
  font-weight: bold;
  font-size: 8vw;
}

@media print, screen and (min-width: 768px) { /* Tablet1 */
  .contact_tel {
    text-align: center;
  }
  .contact_tel li {
    display: inline-block;
    padding: 0 15px;
    font-size: 30px;
    font-size: 3.0rem;
  }
}
@media print, screen and (min-width: 992px) { /* Tablet2 */
  .contact_tel li {
    font-size: 40px;
    font-size: 4.0rem;
  }
}
@media print, screen and (min-width: 1200px) { /* PC */
}
.grid-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.required {
	display: inline-block;
	background: #be1010;
	color: #fff;
	padding: 3px 5px;
	border-radius: 3px;
	line-height: 1;
	margin-right: 5px;
	font-size: 76%;
}
.any {
	display: inline-block;
	background: #999;
	color: #fff;
	padding: 3px 5px;
	border-radius: 3px;
	line-height: 1;
	margin-right: 5px;
	font-size: 76%;
}


/* form
-----------------------------------*/
/* Chrome */
::-webkit-input-placeholder {
	color: #999;
}
/* Firefox */
::-moz-placeholder {
	color: #bebebe;
}
/* IE */
:-ms-input-placeholder {
	color: #bebebe;
}
input[type="checkbox"] {
	border: 1px solid #ccc;
	margin-right: 5px;
}

input[type="text"],
textarea {
	padding: 10px;
	outline: none;
	border-radius: 3px;
	border: 1px solid #ccc;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 16px;
	font-size: 1.6rem;
	box-sizing: border-box;
}
input[type="text"]:focus,
textarea:focus {
	box-shadow: 0 0 7px #1abc9c;
	border: 1px solid #1abc9c;
}
input[type="text"] {
	width: 100%;
}
input.w50[type="text"] {
	width: 100%;
}
@media print, screen and (max-width: 767px) {
	input.w50[type="text"] {
		width: 50%;
	}
}

textarea {
	width: 100%;
	height: 10em;
}

.accept {
	text-align: center;
	margin-bottom: 80px;
}
.btn_submit,
.btn_back {
	width: 100%;
	padding: 1em 0;
	color: #fff !important;
	border: none;
	font-size: 16px;
	font-size: 1.6rem;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 1em;
  text-align: center;
}
.btn_submit {
	background: #db1600;
}
.btn_back {
	background: gray;
}

@media print, screen and (min-width: 992px) { /* Tablet2 */
	.btn_submit,
  .btn_back {
		width: 300px;
	}
  .accept ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  .accept ul li {
    margin: 0 10px;
  }
}
.hissu{
	font-size:77%;
	color:#C00;
}
.error {
	border: #e28585 2px solid !important;
}
.error_radio {
	outline: solid 1px #e28585 !important;
}
#dis_msg{
    -webkit-appearance: none;
    background: #fceded;
    color: #C00;
    margin-top:15px;
    padding: 5px 10px;
}

/* privacy policy
-----------------------------------*/
.pp {
	height: 250px;
	overflow: auto;
	margin-bottom: 50px;
}
.pp h4 {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1em;
	margin-top: 2em;
}


.recruit p {
  margin-bottom: 1em;
}
.recruit h3 + p span,.recruit_midashi span {
  display: inline-block;
  border-radius: 50px;
  padding: 12px 10px 10px 20px;
  background: #eb7308;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 1;
}





