/* タイトルとナビゲーション */
.readme .ttl_nav_wrap{
  background: url(../../img/about/about_flow_ttl_bg.jpg) repeat-x;
  background-position: top center;
  background-size: cover;
}
.readme .ttl_nav_wrap .nav_obi{
  position: absolute;
  height: 90px;
  background: url(../../img/about/about_flow_obi_bg.png);
  left: 0;
  /*bottom: 54px;*/
  bottom: 14px;
  width: calc(50% - 300px);
  text-align: right;
}
.readme .ttl_nav_wrap .nav_obi .obi_textbox{
  width: 244px;
  float: right;
  text-align: left;
  padding: 20px 0 0 30px;
}
.readme .ttl_nav_wrap .nav_obi p.obi_en{
  color: #fff;
  font-size: 18px;
  line-height: 1;
  margin: 0 0 10px 0;
  letter-spacing: 4px;
}
.readme .ttl_nav_wrap .nav_obi p.obi_jp{
  color: #fff;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 4px;
}
.readme .ttl_nav_wrap .sec_nav ul{
  width: 71%;
}
.readme .ttl_nav_wrap .sec_nav ul li{
  width: 30%;
  margin: 0 5% 13px 0;
}
.readme .ttl_nav_wrap .sec_nav ul li:nth-child(3n){
  margin: 0 0 13px 0;
}
.readme .ttl_nav_wrap .sec_nav ul li:nth-child(4n){
  margin: 0 5% 13px 0;
}
/*５つのメリット・疑問を解決！・リフォ―ムプライスの凄さのナビは共通*/
.solve .ttl_nav_wrap,
.merit .ttl_nav_wrap,
.amazing .ttl_nav_wrap{
  background: url(../../img/about/solve_nav_bg.jpg) repeat-x;
  background-position: top center;
  background-size: cover;
}

@media screen and (max-width: 1090px) {
.readme .ttl_nav_wrap{
  background-size: cover;
  min-height: 266px;
  padding: 20px 0 40px;
}
.readme .ttl_nav_wrap .nav_obi{
  position: relative;
  background: url(../../img/about/about_flow_obi_bg.png);
  left: 0;
  top: 0;
  width: auto;
  text-align: left;
  height: auto;
}
.readme .ttl_nav_wrap .nav_obi .obi_textbox{
  width: auto;
  float: none;
  text-align: left;
  padding: 20px 0 20px 30px;
  margin: 70px 0 0 0;
}
.readme .ttl_nav_wrap .sec_nav ul{
  width: 100%;
}
}
@media screen and (max-width: 768px) {
.readme .ttl_nav_wrap{
  padding: 20px 0 180px;
}
.readme .ttl_nav_wrap .sec_nav ul{
  width: 80%;
}
.readme .ttl_nav_wrap .sec_nav ul li,
.readme .ttl_nav_wrap .sec_nav ul li:nth-child(3n),
.readme .ttl_nav_wrap .sec_nav ul li:nth-child(4n){
  width: 100%;
  margin: 0;
}
}
/*==========================================
ページ個別 ABOUT TOP
===========================================*/

/*バナ－エリア*/
.about_bnr.show_head_img {
	max-width: 1040px;
	margin: 50px auto 40px;
	text-align: center;
}
.about_bnr.show_head_img a:hover{
	opacity: 0.5;
}
@media screen and (max-width: 768px) {
.about_bnr.show_head_img {
    max-width: 96%;
    margin: 30px auto 0;
}
}
/* ナビゲーション */
.about_top .lower_nav{
  display: flex;
  justify-content: space-between;
  margin: 60px auto 0;
}
.about_top .lower_nav .leftbox{
  width: 63.3%;
  padding: 40px 0 0 0;
}
.about_top .lower_nav .leftbox .ttl{
  font-size: 4rem;
  line-height: 5.8rem;
  border-bottom: solid 2px #000;
  vertical-align: bottom;
  padding: 0 12px;
}
.about_top .lower_nav .leftbox .ttl span{
  font-size: 7.2rem;
  display: inline-block;
  margin: 0 40px 0 0;
  position: relative;
  top: 4px;
}
.about_top .lower_nav .leftbox .text{
  font-size: 1.8rem;
  line-height: 3rem;
  margin: 34px 0 20px 0;
}
.about_top .lower_nav .leftbox ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about_top .lower_nav .leftbox ul li{
  width: 48.5%;
  margin: 0 0 20px 0;
}
.about_top .lower_nav .leftbox ul li a{
  display: block;
  text-align: center;
  width: 100%;
  border: solid 1px #000;
  font-size: 1.5rem;
  line-height: 3rem;
  color: #000;
  font-weight: bold;
  padding: 10px 2px;
  height: 100%;
}
.about_top .lower_nav .leftbox ul li:nth-child(2) a{
  display: flex;
  justify-content: center;
  align-items: center;
}
.about_top .lower_nav .leftbox ul li a i:after{
  content: "\f105";
  display: inline-block;  
  margin: 0 0 0 10px;
  position: relative;
  
}
.about_top .lower_nav .leftbox ul li a:hover{
  border: solid 1px #005c3f;
  background-color: #005c3f;
  color: #fff;
}
.about_top .lower_nav .rightbox{
  width: 32%;
}
@media screen and (max-width: 768px) {
.about_top .lower_nav{
  display: block;
}
.about_top .lower_nav .leftbox .ttl{
  font-size: 3.5rem;
  line-height: 5.2rem;
}
.about_top .lower_nav .leftbox .ttl span{
  font-size: 6.5rem;
}
.about_top .lower_nav .leftbox{
  width: 100%;
  padding: 0;
}
  .about_top .lower_nav .rightbox{
  width: 100%;
  text-align: center;
}
}
@media screen and (max-width: 480px) {
.about_top .lower_nav{
  display: block;
}
.about_top .lower_nav .leftbox .ttl{
  font-size: 3rem;
  line-height: 5.2rem;
}
.about_top .lower_nav .leftbox .ttl span{
  display: block;
  font-size: 5rem;
  margin-bottom: 10px;
}
.about_top .lower_nav .leftbox ul li{
  width: 100%;
  margin: 0 0 20px 0;
}
.about_top .lower_nav .leftbox ul li a{
  display: block;
  text-align: center;
  width: 100%;
  border: solid 1px #000;
  font-size: 1.5rem;
  line-height: 3rem;
  color: #000;
  font-weight: bold;
  padding: 10px 2px;
  height: 100%;
}
.about_top .lower_nav .leftbox ul li:nth-child(2) a{
  display: block;
}
}
/* 02と04のリンク */
.about_top .img_link{
  display: flex;
  justify-content: space-between;
  margin: 90px auto 0;
}
.about_top .img_link .leftbox,.about_top .img_link .rightbox{
  width: 48.6%;
}
.about_top .img_link .rightbox{
  padding: 60px 0 0 0;
}
.about_top .img_link a{
  width: 100%;
  position: relative;
  display: block;
  color: #fff;
  padding: 70% 0 0 0;
  overflow: hidden;
}
.about_top .img_link a .bg_wrap{
  width: 100%;
  top: 0;
  position: absolute;
  padding: 61.9% 0 0 0;
  overflow: hidden;
  z-index: -1;
}

.about_top .img_link a .bg_wrap .bg01{
  top: 0;
  position: absolute;
  width: 100%;
  padding: 61.9% 0 0 0;
  background: url(../../img/about/about_top_img02.jpg) no-repeat;
  background-size: contain;
  background-position: center;
  transition: .4s ease-in-out;
}
.about_top .img_link a .bg_wrap .bg02{
  top: 0;
  position: absolute;
  width: 100%;
  padding: 61.9% 0 0 0;
  background: url(../../img/about/about_top_img03.jpg) no-repeat;
  background-size: contain;
  background-position: center;
  transition: .4s ease-in-out;
}
.about_top .img_link a .bg_wrap .bg:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0);
  position: absolute;
  top: 0;
  left: 0;
  transition: .4s ease-in-out;
}
.about_top .img_link a .textbox{
  color: #fff;
  position: absolute;
  top: 12%; 
  right: 0;
  left: 0;
  margin: auto;
  width: 90.5%;  
}
.about_top .img_link a .textbox .ttl{
  font-size: 4rem;
  line-height: 5.8rem;
  border-bottom: solid 2px #fff;
  vertical-align: bottom;
  text-align: center;
}
.about_top .img_link a .textbox .ttl span{
  font-size: 7.2rem;
  display: inline-block;
  margin: 0 40px 0 0;
  position: relative;
  top: 4px;
}
.about_top .img_link a .textbox .text{
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  margin: 22px 0 0 0;
}
.about_top .img_link a .btn{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 81.1%;
  border: solid 6px rgba(0,92,63,0.7);
  transition: .4s ease-in-out;
}
.about_top .img_link a .btn p{
  background-color: #005c3f;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: bold;
  padding: 15px 0;
}
.about_top .img_link a .btn p i:after{
  content: "\f105";
  display: inline-block;  
  margin: 0 0 0 15px;
  position: relative;
  
}
.about_top .img_link a:hover span.bg{
  transform: scale(1.1);
  background-color: #000;
}
.about_top .img_link a:hover span.bg:after{
  background-color: rgba(0,0,0,0.3);
}
.about_top .img_link a:hover .btn{
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
.about_top .img_link{
  display: block;
}
.about_top .img_link .leftbox,.about_top .img_link .rightbox{
  width: 100%;
}
}
@media screen and (max-width: 480px) {
.about_top .img_link a .textbox {
    top: 3%;
}
.about_top .img_link a .textbox .ttl{
  font-size: 2.5rem;
  line-height: 4rem;
  border-bottom: solid 2px #fff;
  vertical-align: bottom;
  text-align: center;
  text-align: left;
  vertical-align: bottom;
}
.about_top .img_link a .textbox .ttl span{
  font-size: 4rem;
  margin: 0 10px 0 0;
  position: relative;
  top: 0;
}
.about_top .img_link a .textbox .text{
  font-size: 1.4rem;
  line-height: 2.5rem;
  text-align: center;
  margin: 10px 0 0 0;
}
.about_top .img_link a .btn{
  position: relative;  
  width: 100%;  
}
}
/* リフォームプライオスの凄さ */
.about_top .awesome{
  background-color: #fff0e1;
  padding: 30px 0 40px 0;
  margin: 90px 0 0 0;
}
.about_top .awesome .awesome_outer{
  width: 100%;
  margin: 0 auto;
  max-width: 1426px;
  padding: 0 25px;
  position: relative;
}
.about_top .awesome .awesome_outer .ball{
  position: absolute;
  top: 112px;
  left: 0;
  z-index: 1;
}
.about_top .awesome_inner{
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
.about_top .awesome_inner .leftbox{
  width: 57.7%;
  z-index: 2;
  padding: 17px 0 0 0;
}

.about_top .awesome_inner .leftbox .ttl{
  font-size: 4rem;
  line-height: 5.8rem;
  border-bottom: solid 2px #000;
  vertical-align: bottom;
  padding: 0 8px 0 12px;
}
.about_top .awesome_inner .leftbox .ttl span{
  font-size: 7.2rem;
  display: inline-block;
  margin: 0 40px 0 0;
  position: relative;
  top: 4px;
}
.about_top .awesome_inner .leftbox .text{
  font-size: 1.8rem;
  line-height: 3rem;
  margin: 34px 0 10px 0;
  padding: 0 0 0 14%;
}
.about_top .awesome_inner .leftbox .btn_wrap{
  text-align: right;
  margin: 60px 0 0 0;
}
.about_top .awesome_inner .leftbox .btn_wrap a.btn{
  border: solid 6px rgba(0,92,63,0.7);
  transition: .2s ease-in-out;
  display: inline-block;
}
.about_top .awesome_inner .leftbox .btn_wrap a.btn span{
  display: inline-block;
  background-color: #005c3f;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  padding: 15px 40px;
}
.about_top .awesome_inner .leftbox .btn_wrap a.btn span i:after{
  content: "\f105";
  display: inline-block;  
  margin: 0 0 0 15px;
  position: relative;
  
}
.about_top .awesome_inner .leftbox .btn_wrap a.btn:hover{
  opacity: 0.5;
  cursor: pointer;
}

.about_top .awesome_inner .rightbox{
  width: 36.7%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
.about_top .awesome .awesome_outer{
  padding: 0;
}
.about_top .awesome .awesome_outer .ball{
  position: relative;
  top: 0;
  left: 20px;
}
.about_top .awesome_inner{
  display: block;
  justify-content: space-between;
  z-index: 2;
}
.about_top .awesome_inner .leftbox{
  width: 100%;
  z-index: 2;
  padding: 17px 0 0 0;
}
  
.about_top .awesome_inner .leftbox .ttl{
  font-size: 3.5rem;
  line-height: 5.2rem;
}
.about_top .awesome_inner .leftbox .ttl span{
  font-size: 6.5rem;
  display: block;
  margin: 0 0 10px 0;
}
.about_top .awesome_inner .leftbox .text{
  padding: 0;
}
.about_top .awesome_inner .leftbox .btn_wrap {
  text-align: center;
}
.about_top .awesome_inner .rightbox{
  width: 100%;
  margin: 40px 0 0 0;
  text-align: center;
}
}
@media screen and (max-width: 480px) {
.about_top .awesome_inner .leftbox .ttl{
  font-size: 3rem;
  line-height: 5.2rem;
}
.about_top .awesome_inner .leftbox .ttl span{
  display: block;
  font-size: 5rem;
  margin-bottom: 10px;
}
}
/*==========================================
ページ個別 リフォームの流れページ
===========================================*/
.about_flow .flexbox{
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.about_flow .flexbox:nth-child(2n){
  flex-direction: row-reverse;
}
.about_flow .flexbox .textbox,.about_flow .flexbox .imgbox{
  width: 50%;
}
/* flexboxテキスト */
.about_flow .flexbox .textbox{
  background-color: #ffa347;
  padding: 0 0 30px 0;
}
.about_flow .flexbox .textbox p.ttl{
  color: #fff;
  font-size: 3.4rem;
  vertical-align: bottom;
  line-height: 1;
  font-style: italic;
  padding: 40px 0 0 40px;
}
.about_flow .flexbox .textbox p.ttl span.number{
  font-size: 6rem;
  display: inline-block;
  margin: 0 45px 20px 0;
}
.about_flow .flexbox .textbox p.ttl span.break{
  margin: 0 0 20px 0;
}
.about_flow .flexbox .textbox p.text{
  text-align: center;
}
.about_flow .flexbox .textbox p.text span.block{
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 3rem;
  color: #fff;
  display: inline-block;
  text-align: left;
  padding: 0 2rem;
}
.about_flow .flexbox .textbox p.link{
  text-align: right;
  padding: 0 40px 0 0;
  margin: 30px 0 0 0;
}
.about_flow .flexbox .textbox p.link a{
  background-color: #fff;
  display: inline-block;
  text-align: center;
  width: 350px;
  font-size: 14px;
  line-height: 2;
  color: #000;
  border: solid 1px #cfcfcf;
  padding: 8px 10px;
}
.about_flow .flexbox .textbox p.link a i:after{
  content: "\f105";
  display: inline-block;
  padding: 0 0 0 20px;
}
.about_flow .flexbox .textbox p.link a:hover{
  background-color: #000;
  color: #fff;
  border: solid 1px #cfcfcf;
}
/* flexboxイメージ */
.about_flow .flexbox .imgbox{
  position: relative;
  padding: 280px 0 0 0;
}
.about_flow .flexbox .imgbox .arrow{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 42px;
  border-color: transparent transparent transparent #ffa347;
}
/* 偶数個めのboxを条件分けする */
.about_flow .flexbox:nth-child(2n) .textbox{
  background-color: #e5e5e5;
}
.about_flow .flexbox:nth-child(2n) .textbox p.ttl{
  color: #000;
}
.about_flow .flexbox:nth-child(2n) .textbox p.text span.block{
  color: #000;
}
.about_flow .flexbox:nth-child(2n) .imgbox .arrow{
  left: auto;
  right: 0;
  border-width: 35px 42px 35px 0;
  border-color: transparent #e5e5e5 transparent transparent;
  z-index: 2;
}
/* imgboxの背景画像 */
.about_flow .flexbox:nth-child(1) .imgbox{
  background: url(../../img/about/about_flow_img01.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.about_flow .flexbox:nth-child(2) .imgbox{
  background: url(../../img/about/about_flow_img02.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.about_flow .flexbox:nth-child(3) .imgbox{
  background: url(../../img/about/about_flow_img03.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.about_flow .flexbox:nth-child(4) .imgbox{
  background: url(../../img/about/about_flow_img04.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.about_flow .flexbox:nth-child(5) .imgbox{
  background: url(../../img/about/about_flow_img05.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.about_flow .flexbox:nth-child(6) .imgbox{
  background: url(../../img/about/about_flow_img06.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.about_flow .flexbox:nth-child(7) .imgbox{
  background: url(../../img/about/about_flow_img07.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.about_flow .flexbox:nth-child(8) .imgbox{
  background: url(../../img/about/about_flow_img08.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.about_flow .flexbox:nth-child(9) .imgbox{
  background: url(../../img/about/about_flow_img09.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.about_flow .flexbox:nth-child(10) .imgbox{
  background-color: #fff2e6;  
  min-height: 300px;
  position: relative;
}
.about_flow .flexbox:nth-child(10) .imgbox img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 95%;
  z-index: 1;
}
@media screen and (max-width: 900px) {
 .about_flow .flexbox{
  display: block;
} 
.about_flow .flexbox .textbox,.about_flow .flexbox .imgbox{
  width: 100%;
  min-height: 280px;
}  
.about_flow .flexbox .imgbox{
  margin: 0 0 20px 0;
}
.about_flow .flexbox .textbox p.link{
  text-align: center;
  padding: 0;
}
.about_flow .flexbox .imgbox .arrow{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42px 35px 0 35px;
  border-color: #ffa347 transparent transparent transparent;
} 
.about_flow .flexbox:nth-child(2n) .imgbox .arrow{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42px 35px 0 35px;
  border-color: #e5e5e5 transparent transparent transparent;
}
}
@media screen and (max-width: 480px) {
.about_flow .flexbox .textbox{
  min-height: 0;
}
.about_flow .flexbox .textbox p.ttl {
  font-size: 2.2rem;
  padding: 30px 1rem 0 1rem;
}
.about_flow .flexbox .textbox p.ttl span.number{
  font-size: 4rem;
  margin: 0 20px 20px 0;
}
.about_flow .flexbox .textbox p.text{
  text-align: center;
}
.about_flow .flexbox .textbox p.text span.block{
  font-size: 1.6rem;
  line-height: 2.8rem;
  padding: 0 1rem 0 1rem;
}
.about_flow .flexbox:nth-child(10) .textbox p.ttl {
  font-size: 2rem;
  padding: 30px 1rem 0 1rem;
}
.about_flow .flexbox:nth-child(10) .textbox p.ttl span.number{
  font-size: 2.8rem;
  margin: 0 10px 20px 0;
} 
.about_flow .flexbox .textbox p.link{
  text-align: center;
  padding: 0;
}
.about_flow .flexbox .textbox p.link a{
  max-width: 350px;
  width: 90%;
}
.about_flow .flexbox .textbox p.link a i:after {
    content: "\f105";
    color: #000;
    display: inline-block;
    padding: 0 0 0 1rem;
}
.about_flow .flexbox .imgbox{
  padding: 51.5% 0 0 0;
  background-size: contain;
  min-height: inherit;
}
.about_flow .flexbox .imgbox .arrow{
  border-width: 20px 20px 0 20px;
  border-color: #ffa347 transparent transparent transparent;
} 
.about_flow .flexbox:nth-child(2n) .imgbox .arrow{
  border-width: 20px 20px 0 20px;
  border-color: #e5e5e5 transparent transparent transparent;
}
}
/*==========================================
ページ個別 事前調査ページ
===========================================*/
.investigation .explain{
  margin: 0 auto 92px auto;
  text-align: center;
}
.investigation .explain p.text{
  font-size: 1.6rem;
  line-height: 3rem;
}
.investigation .explain p.orange{
  font-size: 1.4rem;
  line-height: 3rem;
  font-weight: bold;
  color: #ff9933;
}
.investigation_main .flexbox{
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: .5s ease-out;
}

.investigation_main .leftbox .border_orange{
  padding: 0 35px 0 0;
  border-right: solid 4px #ff9933;
}
.investigation_main .leftbox .number{
  font-style: italic;
  font-size: 6rem;
  color: #fff;
  line-height: 90px;
  vertical-align: middle;
  width: 90px;
  background-color: #ff9933;
  padding: 0 0 0 8px;
}
.investigation_main .leftbox .border_gray{
  width: 129px;
  border-right: solid 4px #959595;
  height: calc(100% - 90px);
}
.investigation_main .flexbox:last-of-type .leftbox .border_gray{
  height: 100%;
}

.investigation_main .rightbox{
  display: flex;
  justify-content: space-between;
  width: calc(100% - 129px);
  flex-wrap: wrap;
}
.investigation_main .rightbox .textbox{
  padding: 0 2% 0 5%;
  width: 59.5%;
}
.investigation_main .rightbox .textbox p.ttl{
  line-height: 90px;
  font-size: 3.4rem;
  font-weight: bold;
}
.investigation_main .rightbox .textbox p.text{
  padding: 45px 0 0 0;
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: bold;
}
.investigation_main .rightbox .imgbox{
  width: 37.5%;
}
.investigation_main .rightbox .arrow{
  width: 100%;
  padding: 80px 0 0 40.3%;
}
@media screen and (max-width: 768px) {
.investigation_main .rightbox{
  display: block;
}
.investigation_main .rightbox .textbox{
  padding: 0 5%;
  width: 100%;
  margin: 0 0 30px 0;
}
.investigation_main .rightbox .textbox p.text {
  padding: 25px 0 0 0;
}
.investigation_main .rightbox .imgbox{
  width: 100%;
  text-align: center;
}
}
@media screen and (max-width: 480px) {
.investigation_main .flexbox{
  display: block;
}
.investigation_main .rightbox{
  width: 100%;
}
.investigation_main .rightbox .textbox{
  padding: 0;
  width: 100%;
}
.investigation_main .rightbox .textbox p.text {
  padding: 10px 0 0 0;
}
.investigation_main .leftbox .border_orange{
  padding: 0;
  border-right: none;
  /*border-bottom: solid 4px #ff9933;*/
}
.investigation_main .leftbox .border_gray{
  display: none;
}
}
.investigation_main .last_text_wrap{
  text-align: center;
}
.investigation_main .last_text_wrap .last_text{
  font-size: 2.6rem;
  line-height: 4.8rem;
  text-align: center;
  padding: 0 0 45px 0;
  background: url(../../img/about/text_decoration.png) no-repeat;
  background-position: bottom center;
  background-size: contain;
  display: inline-block;
  margin: 120px auto 0;
}
/*==========================================
ページ個別 アフターメンテナンスについてページ
===========================================*/
@media screen and (max-width: 720px){
.maintenance .page_ttl .ttl_bb {
  font-size: 3vw;
  letter-spacing: 0;
}
.maintenance .page_ttl .ttl_en {
  position: relative;
  top: 30px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.1em;
}
}
@media screen and (max-width: 480px){
.maintenance .page_ttl {
    max-width: 1140px;
    margin: 60px auto 0;
    padding: 0 20px 35px;
}
.maintenance .page_ttl .ttl_bb {
  font-size: 3vw;
  letter-spacing: 0;
  padding-right: 5px;
}
.maintenance .page_ttl .ttl_en {
    position: relative;
    top: 30px;
    font-weight: bold;
    font-size: 10px;
    letter-spacing: 0.1em;
}
}
/* 背景白の部分 */
.maintenance{
  overflow: hidden;
}
.maintenance01 .flexbox{
  display: flex;
  justify-content: space-between;
}
.maintenance01 .leftbox{
  width: 22.3%;
}
.maintenance01 .leftbox p.ttl{
  font-size: 2.8rem;
  line-height: 3.6rem;
  font-weight: bold;
  padding: 0 0 26px 0;
  border-bottom: solid 1px #000;
}
.maintenance01 .centerbox{
  width: 57.2%;
  padding: 0 2% 0 7%;
}
.maintenance01 .centerbox p.text01{
  font-size: 1.8rem;
  line-height: 3rem;
  margin: 0 0 44px 0;
}
.maintenance01 .centerbox p.text02{
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: bold;

}
.maintenance01 .centerbox p.text02 a{
  color: #005c3f;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: bold;
  margin: 0 25px 0 0;
}
.maintenance01 .leftbox.ttl_second{
  width: 28.9%;
  margin: 90px 0 0 0;
}
@media screen and (max-width: 768px) {
.maintenance01 .flexbox{
  display: block;
}
.maintenance01 .leftbox{
  width: 100%;
  margin: 70px 0 0 0;
}
.maintenance01 .leftbox p.ttl{  
  padding: 0 0 15px 0;
  border-bottom: solid 1px #000;
  margin: 0 0 20px 0;
}
.maintenance01 .centerbox{
  width: 100%;
  padding: 0;
}
.maintenance01 .leftbox.ttl_second{
  width: 100%;
  margin: 90px 0 0 0;
}
.maintenance01 .rightbox{
  text-align: center;
  margin: 20px 0 0 0;
}
.maintenance01 .centerbox p.text02{
  text-align: center;
}
.maintenance01 .centerbox p.text02 span{
  color: #005c3f;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: bold;
  margin: 0;
  display: block;
}
}
/* 背景色付きの部分 */
.maintenance02{
  position: relative;
  margin: 55px 0 0 0;
  background-color: #fffefa;
  padding: 60px 0 90px 0;
}
.maintenance02 .obi{
  width: 100%;
  top: 0;
  position: absolute;
  height: 100%;
  z-index: -1;
}
.maintenance02 .obi:before{
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 120%;
  margin: 3% -10% 0;
  background: #fff2e5;  
  transform-origin: left center;  
  transform: rotate(-2deg);
  z-index: -1;
  height: 200px;
}
.maintenance02 .mention{
  font-size: 2.6rem;
  line-height: 5.2rem;
  text-align: center;
}
.maintenance02 .mention span{
  display: inline-block;
  line-height: 1rem;
  border-bottom: solid 8px #ffe1c2;
}
@media screen and (max-width: 480px) {
.maintenance02 .mention{
  font-size: 1.8rem;
  line-height: 3.6rem;
  text-align: center;
}
}
/* 「リフォーム後」のボックス */
.maintenance02 .ttlbox{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 70px 0;
}
.maintenance02 .ttlbox .label{
  padding: 20px 50px;
  background-color: #005c3f;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 50px 0 0;
}
.maintenance02 .ttlbox .ttl{
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 5rem;
  padding: 0 0 0 10px;
}
.maintenance02 .ttlbox .ttl img{
  margin: 0 0 0 20px;
  position: relative;
  top: 7px;
}
.maintenance02 .text{
  font-size: 1.8rem;
  line-height: 3rem;
}
/* 「リフォーム後」のボックス　2つのボックスの差異に対応 */
.maintenance02 .box01{
  margin: 90px 0 80px 0;
}
.maintenance02 .box02{
  margin: 40px 0 0 0;
}
.maintenance02 .box02 .textbox{
  display: flex;
}
.maintenance02 .box02 .textbox .text{
  width: 71%;
}
.maintenance02 .box02 .textbox .img{
  width: 24%;
}
.maintenance02 .box02 .textbox .img p{
  font-size: 1.6rem;
  line-height: 2.4rem;
}
/* 「リフォーム後」のボックス　2つのボックスの間の矢印 */
.maintenance02 .arrow{
  text-align: center;
}
/* 最後のヒモ装飾付きの文字 */
.maintenance02 .last_text_wrap{
  text-align: center;
  padding: 0 20px;
}
.maintenance02 .last_text_wrap .last_text {
  font-size: 2.4rem;
  line-height: 4.8rem;
  padding: 0 0 35px 0;
  background: url(../../img/about/maintenance_text_decoration.png) no-repeat;
  background-position: bottom center;
  background-size: contain;
  display: inline-block;
  margin: 60px 0 0 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
.maintenance02 .ttlbox{
  display: block;
}
.maintenance02 .box02 .textbox{
  display: block;
}
.maintenance02 .ttlbox .label{
  padding: 20px;
  margin: 0;
}
.maintenance02 .ttlbox .ttl{
  padding: 0 20px;
  margin: 20px 0 0 0;
}
.maintenance02 .box02 .textbox .text{
  width: 100%;
}
.maintenance02 .box02 .textbox .img{
  width: 100%;
  text-align: center;
  margin: 20px 0 0 0;
  padding: 0 20px;
}
}
/*==========================================
ページ個別 疑問を解決！のページ
===========================================*/
.solve{
  overflow: hidden;
}
/* オレンジの背景のタイトル部分 */
.solve .big_ttl{
  margin: 40px auto 0;
  padding: 40px 0 0;
  background-color: #ff9933;
  text-align: center;
}
.solve .triangle{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8vw 50vw 0 50vw;
  border-color: #ff9933 transparent transparent transparent;
}
.solve .big_ttl .big_ttl_inner{
  position: relative;
}
.solve .big_ttl .big_ttl_inner .text01{
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: bold;
  background-color: #fff;
  border-radius: 14px;
  width: 73.3%;
  margin: 0 auto;
  padding: 10px;
}
.solve .big_ttl .big_ttl_inner .text02{
  font-size: 3.4rem;
  line-height: 2;
  font-weight: bold;
  color: #555554;
  margin: 33px 0 23px;
}
.solve .big_ttl .big_ttl_inner .text03{
  font-size: 6.4rem;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
}
.solve .big_ttl .big_ttl_inner .text03 span{
  position: relative;
  display: inline-block;
  top: -17px;
  margin: 0 0 0 20px;
}
.solve .big_ttl .big_ttl_inner .text04{
  font-size: 8.4rem;  
  color: #fff;
  font-weight: bold;
  margin: 40px 0 0 0;
  letter-spacing: 8px;
  position: relative;
}
.solve .big_ttl .big_ttl_inner .icon01{  
  position: absolute;
  top: -13px;
  left: 120px;
  transition: 1.5s;
  transform: scale(0);
}

.solve .big_ttl .big_ttl_inner .icon02{
  position: absolute;
  top: 239px;
  right: 87px;
  transition: 1.5s;
  transform: scale(0);
}
@media screen and (max-width: 1140px) {
.solve .big_ttl .big_ttl_inner{
  padding: 0 0 170px 0;
} 
.solve .big_ttl .big_ttl_inner .icon01{  
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  margin: 0 20px 0 0;
}
.solve .big_ttl .big_ttl_inner .icon02{
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
}
}
@media screen and (max-width: 768px) {
.solve .big_ttl .big_ttl_inner .text01{
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: bold;
  background-color: #fff;
  border-radius: 14px;
  width: 73.3%;
  margin: 0 auto;
  padding: 10px;
}
.solve .big_ttl .big_ttl_inner .text02{
  font-size: 2.5rem;  
}
.solve .big_ttl .big_ttl_inner .text03 {
  font-size: 5rem;
}
.solve .big_ttl .big_ttl_inner .text03 img{
  display: block;
  margin: 0 auto;
}  
.solve .big_ttl .big_ttl_inner .text03 span{
  top: 20px;
  font-size: 5rem;  
}
.solve .big_ttl .big_ttl_inner .text04{
  font-size: 6rem;  
  color: #fff;
  font-weight: bold;
  margin: 40px 0 0 0;
  letter-spacing: 8px;
  position: relative;
}
}
@media screen and (max-width: 530px) {
.solve .big_ttl .big_ttl_inner .text01{
  width: 90%;
}
.solve .big_ttl .big_ttl_inner .text02{
  font-size: 2.5rem;
  padding: 0 10px;
  margin: 15px 0 20px;
}
.solve .big_ttl .big_ttl_inner .text03 {
  font-size: 3rem;
}
.solve .big_ttl .big_ttl_inner .text03 img{
  width: 90%;
}  
.solve .big_ttl .big_ttl_inner .text03 span{
  top: 15px;
  font-size: 3.5rem;  
}
.solve .big_ttl .big_ttl_inner .text04{
  font-size: 3.8rem;  
  margin: 60px 0 0 0;  
}
.solve .big_ttl .big_ttl_inner .text04 img{
  display: none;
}
}
/* Q and A */
.solve .q_and_a .block{
  margin: 90px 0 0 0;
}
.solve .q_and_a .block .question{
  display: flex;
  justify-content: flex-start;
}
.solve .q_and_a .block .question .number{
  background-color: #ff9933;
  font-size: 2.8rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  width: 125px;
  padding: 20px 0;
}
.solve .q_and_a .block .question .number span.figure{
  font-size: 5.1rem;  
  color: #fff;
  font-weight: bold;
  margin: 6px 0 0 0;
  display: inline-block;
}
.solve .q_and_a .block .question .text{
  color: #000;
  font-weight: bold;
  font-size: 4rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 125px);
  padding: 0 20px;
}
.solve .q_and_a .block .answer{
  text-align: center;
}
.solve .q_and_a .block .answer .ttl{
  font-size: 3rem;
  line-height: 1;
  color: #005c3f;
  text-align: center;
  margin: 20px 0 30px;
}
.solve .q_and_a .block .answer .text{
  display: inline-block;
  text-align: left;
  font-size: 1.8rem;
  line-height: 3rem;
  margin: 0 0 14px 0;
}
.solve .q_and_a .block .answer .text .linear{
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ffebd6 0%);  
}
.solve .q_and_a .block .img_area{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.solve .q_and_a .block .img_area div{
  margin: 20px 0 0 0;
}
.solve .q_and_a .block .img_area .img_w100{
  width: 100%;
}
.solve .q_and_a .block .img_area .img_w50{
  width: 48.7%;
}
.solve .q_and_a .block .img_area .img_w30{
  width: 32.1%;
}

@media screen and (max-width: 768px) {
.solve .q_and_a .block .question{
  align-items: center;
}
.solve .q_and_a .block .question .text{
  display: block;
  text-align: left;
  width: calc(100% - 125px);
  margin: 0;
  padding: 0 0 0 2.5%;
  font-size: 3rem;
}
}
@media screen and (max-width: 480px) {
.solve .q_and_a .block .question .number{
  font-size: 1.2rem;
  width: 60px;
  padding: 10px 0;
}
.solve .q_and_a .block .question .number span.figure{
  font-size: 3rem;
  margin: 5px 0 0 0;
}
.solve .q_and_a .block .question .text{
  font-size: 2.2rem;
  width: calc(100% - 60px);
}
.solve .q_and_a .block .img_area .img_w100{
  width: 100%;
}
.solve .q_and_a .block .img_area .img_w50{
  width: 100%;
}
.solve .q_and_a .block .img_area .img_w30{
  width: 48.7%;
}
}

/* 店舗リンク */
.solve .link_table{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 24px auto 0;
}
.solve .link_table table{
  width: 49%;
  border: none;
}
.solve .link_table table th{
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: bold;
  text-align: left;
  width: 160px;
  vertical-align: top;
}
.solve .link_table table th a:before{
  content: url(../../img/about/solve_i_mark.png);
  display: inline-block;
  margin: 0 7px 0 0;
}
.solve .link_table table th a:hover{
  border-bottom: solid 1px #000;
}
.solve .link_table table td{
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: left;
  padding: 0 0 24px 0;
  vertical-align: top;
}
.solve .link_table table td span{
  text-indent: -1.8rem;
  padding: 0 0 0 1.8rem;
  display: inline-block;
}
.solve .link_table .to_showroom{
  display: block;
  background-color: #ff9933;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  padding: 25px 10px;
  max-width: 600px;
  width: 90%;
  margin: 20px auto 0;
  text-align: center;
}
.solve .link_table .to_showroom i{
  margin: 0 0 0 10px;
}
.solve .link_table .to_showroom:hover{
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
.solve .link_table{
  display: block;
  padding: 0 40px;
}
.solve .link_table table{
  width: 100%;
}
}
@media screen and (max-width: 480px) {
.solve .link_table{
  padding: 0;
  padding: 0 4%;
}
.solve .link_table table th{
  display: block;
  width: 100%;
}
.solve .link_table table td{
  display: block;
  width: 100%;
}
.solve .link_table .to_showroom{
  font-size: 1.8rem;
  padding: 20px 10px;
  width: 100%;
}
.solve .link_table .to_showroom i{
  margin: 0 0 0 5px;
}
}
/* 最後の文言 */
.solve .last_text{
  background: url(../../img/about/solve_last_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  margin: 76px 0 0 0;
}
.solve .last_text .last_text_inner{
  padding: 34px 20px 68px;
  background-color: #fff;
  text-align: center;
  border-radius: 13px;
}
.solve .last_text .last_text_inner .text{
  font-size: 1.8rem;
  line-height: 3rem;
  margin: 0 0 18px 0;
  color: #313131;
}
.solve .last_text .last_text_inner .big_text{
  font-size: 3.2rem;
  line-height: 4.8rem;
  padding: 36px 0 0 0;
  color: #313131;
}
@media screen and (max-width: 480px) {
.solve .last_text .last_text_inner{
  text-align: left;
}
.solve .last_text .last_text_inner .text{
  font-size: 1.6rem;
  line-height: 2.8rem;
}
.solve .last_text .last_text_inner .big_text{
  font-size: 2rem;
  line-height: 4.4rem;
  padding: 36px 0 0 0;
}
}
/*==========================================
ページ個別 リフォームローン
===========================================*/
/* ページ上部、白い背景部分*/
.loan .main{
  margin: 40px auto 0;
}
.loan .main p{
  text-align: center;  
}
.loan .main p.ttl{
  background: url(../../img/about/loan_img01.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 116px 20px;
  margin: auto;
  font-size: 3.6rem;
  font-weight: normal;
  line-height: 2;
  text-shadow: 
    0 0 10px #edf8ff,
    0 0 10px #edf8ff,
    0 0 5px #edf8ff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loan .main .mention{
  font-size: 2.6rem;
  line-height: 3rem;
  font-weight: bold;
  color: #ff9933;
  margin: 38px 0 43px 0;
  letter-spacing: 4px;
}
.loan .main .textbox{
  border: solid 3px #ff9933;
  border-radius: 17px;
  text-align: center;
  overflow: hidden;  
}
.loan .main .textbox .headtext{
  background-color: #ff9933;
  font-size: 2.6rem;
  line-height: 3rem;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  padding: 18px 0;
}
.loan .main .textbox .text{
  font-size: 2.6rem;
  line-height: 3rem;
  color: #005c3f;
  margin: 32px 0 38px 0;
}
.loan .main .textbox .numeral{
  font-size: 4.8rem;
  line-height: 1;
  font-weight: bold;
  color: #005c3f;
  margin: 36px 0 40px 0;
}
.loan .main .comment{
  font-size: 2rem;
  line-height: 4.8rem;
  font-weight: bold;
  margin: 50px 0 26px;
}
.loan .main .comment span{
  font-weight: 500;
}

@media screen and (max-width: 480px) {
.loan .main p.ttl{  
  padding: 60px 10px;
  font-size: 2rem;
  line-height: 1.5;
  text-align: left;
} 
.loan .main .mention{
  font-size: 2.6rem;
  line-height: 3.5rem;
  font-weight: bold;
  color: #ff9933;
  margin: 38px 0 43px 0;
  text-align: left;
}  
.loan .main .textbox .headtext{
  font-size: 2.2rem;
}
.loan .main .comment{
  font-size: 1.6rem;
  line-height: 3rem;
}
}
/* ページ中段、灰色の背景部分*/
.loan .gray_bg{
  background-color: #eeeeee;
  padding: 0 0 50px 0;
}
.loan .gray_bg .triangle{
  display: block;  
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 92px 0 92px;
  border-color: #ffffff transparent transparent transparent;
}
.loan .gray_bg p{
  margin: 24px 0 0 0;
  font-size: 2.6rem;
  line-height: 5.8rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
.loan .gray_bg p{
  font-size: 1.8rem;
  line-height: 3.2rem;
}
}
/* リフォームローンのメリット */
.loan .merit .ttl_box .ttl{
  width: 40.8%;
  font-size: 2.8rem;
  line-height: 3.6rem;
  font-weight: bold;
  padding: 0 0 26px 0;
  border-bottom: solid 1px #000;
  margin: 76px 0 0 0;
}
.loan .merit .merit_box_wrap{
  margin: 40px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.loan .merit .merit_box{
  width: 46.8%;
  padding: 22px 0 0 0;
  margin: 0 0 30px 0;
}
.loan .merit .merit_box .merit_box_inner{
  border: solid 1px #000;
  padding: 0 3% 20px 4%;
  height: 100%;
}
.loan .merit .merit_box .merit_box_inner label{
  width: 275px;
  display: inline-block;
  background-color: #005c3f;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  text-align: center;  
  border-radius: 22px;
  vertical-align: middle;
  padding: 11px 10px 7px;
  position: relative;
  top: -23px;
}
.loan .merit .merit_box .merit_box_inner .flexbox{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.loan .merit .merit_box .merit_box_inner .flexbox .textbox{
  width: calc(100% - 113px);
}
.loan .merit .merit_box .merit_box_inner .flexbox .textbox .ttl{
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  margin: 0 0 8px 0;
}
.loan .merit .merit_box .merit_box_inner .flexbox .textbox .text{
  font-size: 1.6rem;
  line-height: 3rem;
}
.loan .merit .merit_box .merit_box_inner .flexbox .imgbox{
  width: 113px;
}
.loan .merit .merit_box label:before{
  display: inline-block;
  margin: 0 22px 0 0;
  vertical-align: middle;
}
.loan .merit .box01 label:before{
  content: url(../../img/about/loan_mark01.png); 
}
.loan .merit .box02 label:before{
  content: url(../../img/about/loan_mark02.png); 
}
.loan .merit .box03 label:before{
  content: url(../../img/about/loan_mark03.png); 
}
.loan .merit .box04 label:before{
  content: url(../../img/about/loan_mark04.png); 
}
.loan .merit .box05 label:before{
  content: url(../../img/about/loan_mark05.png); 
}
@media screen and (max-width: 768px) {
.loan .merit .ttl_box .ttl{
  width: 100%;
  padding: 0 0 15px 0;
}
.loan .merit .merit_box_wrap{
  display: block;
}
.loan .merit .merit_box{
  width: 100%;
} 
}
@media screen and (max-width: 480px) {
.loan .merit .ttl_box .ttl{
  font-size: 2.4rem;
  line-height: 3.2rem;
}
.loan .merit .merit_box .merit_box_inner .flexbox{
  display: block;
}
.loan .merit .merit_box .merit_box_inner .flexbox .textbox{
  width: 100%;
}
.loan .merit .merit_box .merit_box_inner .flexbox .imgbox{
  width: 100%;
  text-align: center;
  margin: 20px 0 0 0;
}
}


/* お問い合わせ */
.about .contact .contact_mention{
  font-size: 2.8rem;
  line-height: 4rem;
  text-align: center;
  margin: 78px 0 0 0;
}
.about .contact .contact_box_wrap{
  display: flex;
  justify-content: space-around;
}
.about .contact .contact_box{
  margin: 40px 0 0 0;
  max-width: 435px;
  width: 48%;
  border: solid 1px #e5e5e5;
}
.about .contact .contact_box .ttl{
  font-size: 2.8rem;
  line-height: 3.8rem;
  text-align: center;
  margin: 0 0 40px 0;
}
.about .contact .contact_box .ttl span{
  display: inline-block;
  border-bottom: solid 12px #ffebd6;
  line-height: 1rem;
}
.about .contact .contact_box.tell{
  border: solid 1px #e5e5e5;
  padding: 33px 10px 56px;
}
.about .contact .contact_box.tell .ttl{
  margin: 0 0 40px 0;
}
.about .contact .contact_box.tell .emphasize{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 30px 0;
}
.about .contact .contact_box.tell .emphasize .text{
  font-size: 2rem;
  line-height: 3rem;
  display: inline-block;
  text-align: center;
  padding: 0 25px;
}
.about .contact .contact_box.tell .emphasize:before{
  content: "";
  display: block;
  width: 2px;
  height: 75px;
  background-color: #979797;
  transform: rotate(-35deg);
}
.about .contact .contact_box.tell .emphasize:after{
  content: "";
  display: block;
  width: 2px;
  height: 75px;
  background-color: #979797;
  transform: rotate(35deg);
}
.about .contact .contact_box.tell .number{
  font-size: 4.2rem;
  line-height: 1;
  color: #005c3f;
  text-align: center;
  display: block;
}
.about .contact .contact_box.tell .number:before{
  content: url(../../img/about/loan_tell_mark.png);
  display: inline-block;
  margin: 0 18px 0 0;
}
.about .contact .contact_box.tell .caption{
  display: block;
  text-align: right;  
  margin: 4px auto 0;
  font-size: 1.4rem;
  line-height: 1;
  color: #005c3f;
  width: 330px;
}
.about .contact .contact_box.tell .time{
  font-size: 2.4rem;
  line-height: 5.3rem;
  margin: 12px 0 0 0;
  text-align: center;
}
.about .contact .contact_box.form{
  padding: 33px 10px 20px;
}
.about .contact .contact_box.form .ttl{
  margin: 0 0 55px 0;
}
.about .contact .contact_box.form .img{
  text-align: center;
  margin: 0 0 25px 0;
}
.about .contact .contact_box.form .text{
  font-size: 2rem;
  line-height: 3rem;
  width: 300px;
  margin: 0 auto;
} 
.about .contact .contact_box.form .btn{
  font-size: 2.4rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  display: block;
  width: 89.5%;
  background-color: #005c3f;
  margin: 20px auto 0;
  padding: 24px 10px;
  border-radius: 4px;
}
.about .contact .contact_box.form .btn:hover{
  opacity: 0.7;
}
.about .contact .contact_box.form .btn i:after{
  content: "\f105";
  display: inline-block;
  margin: 0 0 0 10px;
}

@media screen and (max-width: 790px) {
.about .contact .contact_box_wrap{
  display: block;
}
.about .contact .contact_box{
  max-width: none;
  width: 90%;
  margin: 40px auto 0;
}
}
@media screen and (max-width: 480px) {
.about .contact .contact_box.tell .number {
  font-size: 3.5rem;
}  
.about .contact .contact_box.tell .caption {
  width: 285px;
}
.about .contact .contact_box.form .btn {
  font-size: 1.5rem;
}
.about .contact .contact_box.tell .emphasize .text {
  font-size: 1.8rem;
  padding: 0px 7px;
}
.about .contact .contact_box.tell .emphasize:before {
    transform: rotate(-18deg);
  height: 60px;
}
.about .contact .contact_box.tell .emphasize:after {
    transform: rotate(18deg);
   height: 60px;
}
} 
@media screen and (max-width: 400px) {
.about .contact .contact_box.tell .number:before{
  content: "";
  background:  url(../../img/about/loan_tell_mark.png) no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
}
.about .contact .contact_box.tell .number {
  font-size: 2.8rem;
}
.about .contact .contact_box.tell .caption {
  width: 100%;
  text-align: center;
}
.about .contact .contact_box.form .text {
  width: 100%;
}
}
/*==========================================
ページ個別 リフォームプライスの凄さ
===========================================*/
/* タイトルが長いので例外処理 */
@media screen and (max-width: 720px){
.amazing .page_ttl .ttl_bb {
  font-size: 3.5vw;
  letter-spacing: 0;
}
.amazing .page_ttl .ttl_en {
  position: relative;
  top: 30px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.1em;
}
}
@media screen and (max-width: 480px){
.amazing .page_ttl {
  margin: 60px auto 0;
  padding: 0 2.5% 35px;
}
.amazing .page_ttl .ttl_bb {
  padding-right: 5px;
}
.amazing .page_ttl .ttl_en {
  font-size: 10px;
}
}
/* メイン画像 */
.amazing{
  overflow: hidden;
}
.amazing .main_wrap{
  margin: 40px auto 50px;
}
.amazing .main{
  background: url(../../img/about/amazing_main_bg.jpg) no-repeat;
  background-size: cover;
  padding: 69.5% 0 0 0;
  position: relative;
}
.amazing .main .main_text{
  background-color: rgba(255,255,255,0.9);
  text-align: center;
  position: absolute;
  top: 3.6%;
  left: 0;
  width: 100%;
  padding: 33px 10px 40px;
}
.amazing .main .main_text .text01{
  font-size: 5.2rem;
  line-height: 1.5;/*7.8rem*/
  font-weight: bold;
  margin: 0 0 30px 0;
}
.amazing .main .main_text .text02{
  font-size: 6.2rem;
  line-height: 1;
  font-weight: bold;
}
.amazing .main .reason{
  position: absolute;
  bottom: 16.5%;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 4.58%;
}
.amazing .main .reason .ball{
  width: 25.75%;
}
.amazing .main .reason .cross{
  width: 3.13%;
}
@media screen and (max-width: 768px) {
.amazing .main .main_text{
  padding: 13px 10px 20px;
}
.amazing .main .main_text .text01{
  font-size: 3rem;
  margin: 0 0 20px 0;
}
.amazing .main .main_text .text02{
  font-size: 3.5rem;
}
.amazing .main .reason{
  bottom: 10.5%;
}
}
@media screen and (max-width: 480px) {
.amazing .main .main_text{
  padding: 3px 5px 10px;
}
.amazing .main .main_text .text01{
  font-size: 1.8rem;
  margin: 0 0 10px 0;
}
.amazing .main .main_text .text02{
  font-size: 2rem;
}
.amazing .main .reason{
  bottom: 10.5%;
  padding: 0 3.58%;
}
.amazing .main .reason .ball{
  width: 27.75%;
}
}
/*リフォームプライスの凄さ３つの理由　改修*/
.amazing .main .cst.reason{
  
}
.reason_blc{
  background: url(../../img/about/amazing_reason_bg01.png) no-repeat;
  position: relative;
  -webkit-background-size: contain;
  background-size: contain;
  height: 0;
  padding-bottom: 26%;
  
}
.reason_blc_ttl{
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  vertical-align: 0.05em;
  color: #f93;
  text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
}
.reason_blc_txt{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
}
.fz01{
  font-size: 2.8rem;
}
.fz02{
  font-size: 3.6rem;
}
.fz03{
  font-size: 2.8rem;
}
@media screen and (max-width: 960px) {
.amazing .main .cst.reason{
  bottom: 7vw;
}
.reason_blc_ttl{
  font-size: 2.4vw;
}
.fz01{
  font-size: 2.8vw;
}
.fz02{
  font-size: 3.6vw;
}
.fz03{
  font-size: 2.8vw;
}
}
@media screen and (max-width: 768px) {
  
  
}
@media screen and (max-width: 480px) {
  
  
}
/* メイン画像下の文言*/
.amazing .mention_wrap{
  display: flex;
  justify-content: center;
  margin: 50px 0 0 0;
  padding: 0 40px;
}
.amazing p.mention{
  font-size: 1.8rem;
  line-height: 1.75;
  text-align: center;
  padding: 0 30px;
}
.amazing p.mention span{
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: bold;
  color: #005c3f;
}
.amazing .mention_wrap:before{
  content: "";
  display: inline-block;
  width: 2px;
  height: 88px;
  background-color: #ff9933;
  transform: rotate(-46deg);  
  position: relative;
  top: -8px;
}
.amazing .mention_wrap:after{
  content: "";
  display: inline-block;
  width: 2px;
  height: 88px;
  background-color: #ff9933;
  transform: rotate(46deg);
  position: relative;
  top: -8px;
}
@media screen and (max-width: 480px) {
.amazing .mention_wrap{
  align-items: flex-end;
  padding: 0 25px;
}
.amazing p.mention{
  padding: 0;
}
.amazing .mention_wrap:before{  
  height: 100px;
  transform: rotate(-25deg);  
  top: 0;
}
.amazing .mention_wrap:after{  
  height: 100px;
  transform: rotate(25deg);
  top: 0;
}
}
/* 小タイトル */
.amazing .ttl_wrap{
  text-align: center;
}
.amazing .ttl_wrap .ttl{
  display: flex;
  justify-content: center;
  align-items: center;
}
.amazing .ttl_wrap .ttl p.ttl_text{
  font-size: 3.4rem;
  line-height: 1;
  font-weight: bold;
  color: #206a50;
  margin: 0 18px 0 0;
}
.amazing .ttl_wrap .ttl .ttl_label{
  display: flex;
  align-items: center;
}
.amazing .ttl_wrap .ttl .ttl_label span{
  background-color: #ff9933;
  font-size: 3.4rem;
  line-height: 5rem;
  font-weight: bold;
  color: #fff;
  padding: 0 7px;
}
.amazing .ttl_wrap .ttl .ttl_label:before{
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 14px 25px 0;
  border-color: transparent #ff9933 transparent transparent;
}
.amazing .ttl_wrap .ttl .ttl_label:after{
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 14px;
  border-color: transparent transparent transparent #ff9933;
}
.amazing .sub_ttl_wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 34px 0 10px 0;
}
.amazing .sub_ttl_wrap .sub_ttl{
  font-size: 1.4rem;
  line-height: 1;
  color: #005c3f;
  padding: 0 20px;
}
.amazing .sub_ttl_wrap:before{
  content: "";
  height: 1px;
  width: 93px;
  display: inline-block;
  background-color: #005c3f;
}
.amazing .sub_ttl_wrap:after{
  content: "";
  height: 1px;
  width: 93px;
  display: inline-block;
  background-color: #005c3f;
}
.amazing .ttl_wrap i{
  color: #005c3f;
  font-size: 4.8rem;
}
.amazing .ttl_wrap i:after{
  content: "\f0d7";
  display: inline-block;
}
@media screen and (max-width: 480px) {
.amazing .sub_ttl_wrap:before{
  content: "";
  height: 1px;
  width: 60px;
  display: inline-block;
  background-color: #005c3f;
}
.amazing .sub_ttl_wrap:after{
  content: "";
  height: 1px;
  width: 60px;
  display: inline-block;
  background-color: #005c3f;
}
}
/* 理由その1 */
.amazing .reason01 .flexbox{
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0 0;
}
.amazing .reason01 .flexbox .leftbox p.ttl{
  font-size: 3rem;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: solid 1px #005c3f;
  display: inline-block;
  padding: 0 10px;
}
.amazing .reason01 .flexbox .leftbox p.ttl span{
  font-size: 4.8rem;
  font-weight: bold;
  letter-spacing: 4px;
  margin: 0 4px;
  display: inline-block;
  position: relative;
  top: 5px;
}
.amazing .reason01 .flexbox .leftbox p.text{
  font-size: 1.8rem;
  line-height: 4.8rem;
  margin: 27px 0 0 0;
}
.amazing .reason01 .flexbox .rightbox{
  position: relative;
  top: -40px;
}
@media screen and (min-width: 1190px) {
.amazing .reason01{
  max-width: 1190px;
}
.amazing .reason01 .flexbox .leftbox{
  padding: 0 0 0 25px;
}
}
@media screen and (max-width: 768px) {
.amazing .reason01 .flexbox{
  display: block;
}
.amazing .reason01 .flexbox .leftbox{
  width: 100%;
}
.amazing .reason01 .flexbox .rightbox{
  top: 0;
  width: 100%;
  text-align: center;
  margin: 70px 0 0 0;
}
}
@media screen and (max-width: 480px) {
.amazing .reason01 .flexbox .leftbox p.ttl{
  font-size: 2.8rem;
  padding: 0 10px;
}
.amazing .reason01 .flexbox .leftbox p.ttl span{
  font-size: 4rem;
  font-weight: bold;
  top: 0;
}
}
/* 理由その2 */
.amazing .reason02{
  position: relative;
  background: url(../../img/about/amazing_reason02_bg.jpg) no-repeat;
  background-size: cover;
  padding: 110px 0 0 0;
  z-index: -1;
}
.amazing .reason02 .wrap{
  z-index: 2;
  padding: 0 25px 100px 25px;
}
.amazing .reason02 .flexbox{
  display: flex;
  justify-content: space-between;
}
.amazing .reason02 .leftbox .ttl_box{
  display: inline-block;  
  border-bottom: solid 1px #005c3f;
}
.amazing .reason02 .leftbox .ttl01{
  font-size: 4.8rem;
  line-height: 5.4rem;
  font-weight: bold;
  background: linear-gradient(transparent 70%, #ffebd6 0%);  
  display: inline-block;
}
.amazing .reason02 .leftbox .ttl02{
  font-size: 3rem;
  line-height: 4.4rem;
  font-weight: bold;
  margin: 5px 0 0 0;
  display: inline-block;
}
.amazing .reason02 .leftbox .text{
  font-size: 1.8rem;
  line-height: 4.8rem;
  margin: 25px 0 0 0;
}
.amazing .reason02 .cut_top:before {
  content: "";
  position: absolute;
  top: -570px;
  left: 0;
  width: 120%;
  background: #fff;
  transform-origin: left center;
  transform: rotate(2deg);
  z-index: -1;
  height: 600px;
}
.amazing .reason02 .cut_bottom:before {
  content: "";
  position: absolute;
  bottom: -570px;
  left: 0;
  width: 120%;
  background: #fff;
  transform-origin: left center;
  transform: rotate(-2deg);
  z-index: -1;
  height: 600px;
}
@media screen and (max-width: 768px) {
.amazing .reason02 .flexbox{
  display: block;
}
.amazing .reason02 .leftbox .ttl01{
  display: inline;
}
}
@media screen and (max-width: 480px) {
.amazing .reason02 .leftbox .ttl_box{
  display: block;  
  border-bottom: solid 1px #005c3f;
}
.amazing .reason02 .leftbox .ttl01{
  font-size: 2.2rem;
  line-height: 3.4rem;
  display: inline;
}
.amazing .reason02 .leftbox .ttl02{
  font-size: 1.8rem;
  line-height: 3.4rem;
}
}
/* MAP */
.amazing .map .ttl{
  font-size: 2.6rem;
  line-height: 1.75;
  color: #005c3f;
  font-weight: bold;
  text-align: center;
  margin: 0 0 35px 0;
}
.amazing .map .map_img{
  max-width: 775px;
  width: 100%;
  margin: 0 auto 50px;
  text-align: right;
}
.amazing .map .map_img p.caption{
  font-size: 1.6rem;
  line-height: 1;
}
.amazing .map .text{
  font-size: 1.8rem;
  line-height: 3rem;
  padding: 0 10px;
  text-align: center;
  margin: 0 0 35px 0;
}
.amazing .map a{
  background-color: #ff9933;
  display: block;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 10px;
}
.amazing .map a:hover{
  opacity: 0.7;
}
.amazing .map a i:after{
  content: "\f138";
  display: inline-block;
  margin: 0 0 0 16px;
}
@media screen and (max-width: 480px) {
.amazing .map .text{
  text-align: left;
}
.amazing .map .map_img p.caption{
  font-size: 1.4rem;
}
  .amazing .map a{
  font-size: 1.6rem;
}  
}
/* 理由その3 */
.amazing .reason03_outer{
  background: url(../../img/about/amazing_reason03_deco.png) repeat-x;
  background-size: auto;
  background-position: top center;
  padding: 52px 0 0 0;
  margin: 90px 0 0 0;
}
.amazing .reason03{
  background: url(../../img/about/amazing_reason03_bg.png) repeat;
  background-size: auto;
  padding: 60px 0 35px 0;
  text-align: center;
}
.amazing .reason03 .text_wrap{
  display: inline-block;
  border-bottom: solid 1px #005c3f;
  text-align: center;
}
.amazing .reason03 .big_text{
  font-size: 3rem;
  line-height: 6.6rem;
  font-weight: bold;
  display: inline;
  text-align: center;
}
.amazing .reason03 .big_text span{
  font-size: 4.8rem;
  line-height: 5rem;
  position: relative;
  top: 5px;
  font-weight: bold;
  background: linear-gradient(transparent 70%, #ffebd6 0%);  
  display: inline-block;
}
.amazing .reason03 .text{
  font-size: 1.8rem;
  line-height: 3.6rem;
  margin: 32px 0 0 0;
}
.amazing .reason03 .text span{
  font-weight: bold;
}
@media screen and (max-width: 768px) {
.amazing .reason03 .text{
  text-align: left;
}
}
@media screen and (max-width: 480px) {
.amazing .reason03 .big_text{
  font-size: 2.4rem;
  line-height: 4.5rem;
}
.amazing .reason03 .big_text span{
  font-size: 3.4rem;
  top: 0;
}
}
.amazing .reason03 .ribbon_wrap{
  display: flex;
  justify-content: center;
  margin: 50px auto 0;
  max-width: 400px;
  width: 100%;
}
.amazing .reason03 .ribbon_wrap:before{
  content: "";
  display: inline-block;
  height: 43px;
  width: 12px;
  background-size: cover;
  background: url(../../img/about/amazing_ribbon_left.png) no-repeat;
}
.amazing .reason03 .ribbon_wrap:after{
  content: "";
  display: inline-block;
  height: 43px;
  width: 12px;
  background-size: cover;
  background: url(../../img/about/amazing_ribbon_right.png) no-repeat;
}
.amazing .reason03 .ribbon {
  display: inline-block;
  position: relative;
  height: 43px;/*リボンの高さ*/
  line-height: 43px;/*リボンの高さ*/
  vertical-align: middle;
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  font-size: 18px;/*文字の大きさ*/
  background: #005c3f;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
  width: 100%;
}
.amazing .reason03 .flexbox{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 70px 0 0 0;
}
.amazing .reason03 .flexbox .box{
  width: 25%;
  padding: 0 5px;
  position: relative;
  height: 282px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: flex-start;
  justify-content: center;
}
.amazing .reason03 .flexbox .box .textbox{
  width: 100%;
}
.amazing .reason03 .flexbox .box .textbox p.name{
  display: inline-block;
  text-align: left;
  font-size: 1.8rem;
  line-height: 2;
  margin: 20px 0 0 0;
}
.amazing .reason03 .flexbox .box p.skill{
  display: inline-block;
  text-align: left;
  font-size: 1.8rem;
  line-height: 2.8rem;;
  position: absolute;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  top: -30px;
  left: 30px;
  text-shadow: 1px 1px 0 #fff,
             -1px 1px 0 #fff,
             1px -1px 0 #fff,
             -1px -1px 0 #fff;
}
.amazing .reason03 .flexbox .box04 p.skill{
  left: 0;
}
@media screen and (max-width: 768px) {
.amazing .reason03 .flexbox .box{
  width: 50%;
}
.amazing .reason03 .flexbox .box03{
  margin: 50px 0 0 0;
}

.amazing .reason03 .flexbox .box04{
  margin: 50px 0 0 0;
}
}
@media screen and (max-width: 480px) {
.amazing .reason03 .flexbox{
  justify-content: center;
  margin: 0;
}
.amazing .reason03 .flexbox .box{
  width: 80%;
  margin: 50px 0 0 0;
}
}

.amazing .reason03 .white_back{
  background-color: #fff;
  border-radius: 18px;
  padding: 30px 85px 24px 85px;
  margin: 50px 0 0 0;
}
.amazing .reason03 .white_back .ttl{
  text-align: center;
  font-size: 2.4rem;
  line-height: 3rem;
  background: linear-gradient(transparent 60%, #ffebd6 0%); 
  display: inline-block;
  margin: 0 0 15px 0;
}
.amazing .reason03 .white_back .ul_flex{
  display: flex;
}
.amazing .reason03 .white_back .ul_flex ul{
  width: 50%;
  text-align: left;
}
.amazing .reason03 .white_back .ul_flex ul li{
  font-size: 1.8rem;
  line-height: 4rem;
  margin: 0 0 5px 0;
  padding: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
.amazing .reason03 .white_back{
  background-color: #fff;
  border-radius: 18px;
  padding: 30px 10px 24px 10px;
  margin: 50px 0 0 0;
}
.amazing .reason03 .white_back .ul_flex{
  display: block;
}
.amazing .reason03 .white_back .ul_flex ul{
  width: 100%;
  text-align: left;
}
.amazing .reason03 .white_back .ul_flex ul li{
  text-align: center;
}
}
@media screen and (max-width: 480px) {
.amazing .reason03 .white_back .ul_flex ul li{
  text-align: left;
  line-height: 3rem;
  margin: 0 0 10px 0;
}
}
/* 最後のブロック */
.amazing .last_comment{
  background: url(../../img/about/amazing_last_bg.png) repeat-x;
  background-size: auto;
  background-position: top center;
  padding: 56px 0 0 0;
  margin: 90px 0 0 0;
}
.amazing .last_comment .wrap{
  margin: 60px auto 0 auto;
}
.amazing .last_comment .text_wrap{
  display: flex;
  justify-content: center;
  align-items: center;
}
.amazing .last_comment .text_wrap:before{
  content: "";
  width: 64px;
  height: 137px;
  display: inline-block;
  background: url(../../img/about/amazing_deco_left.png) no-repeat;
  background-size: contain;
}
.amazing .last_comment .text_wrap:after{
  content: "";
  width: 64px;
  height: 137px;
  display: inline-block;
  background: url(../../img/about/amazing_deco_right.png) no-repeat;
  background-size: contain;
}
.amazing .last_comment .text_wrap p{
  font-size: 2.4rem;
  line-height: 7.2rem;
  text-align: center;
  display: inline-block;
  margin: 0 35px;
  width: calc(100% - 198px);
}
.amazing .last_comment .text_wrap p span.green{
  font-size: 3.6rem;
  color: #005c3f;
}
.amazing .last_comment .img_wrap{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 90px 0 0 0;
}
.amazing .last_comment .img_wrap .img01{
  width: 27.6%;
  margin: 0 1.3% 0 0;
}
.amazing .last_comment .img_wrap .img02{
  width: 37.7%;
  margin: 85px 2.3% 0 0;
}
.amazing .last_comment .img_wrap .img03{
  width: 29%;
  margin: 3px 0 0 0;
}
@media screen and (max-width: 768px) {
.amazing .last_comment .text_wrap:before{
  width: 32px;
  height: 69px;
}
.amazing .last_comment .text_wrap:after{
  width: 32px;
  height: 69px;
}
.amazing .last_comment .text_wrap p{
  font-size: 2rem;
  line-height: 5rem;
  text-align: center;

  display: inline-block;
  margin: 0 15px;
  width: calc(100% - 94px);
}
.amazing .last_comment .text_wrap p span.green{
  font-size: 3rem;
}
.amazing .last_comment .text_wrap p br.tb_br{
  display: inline;
}
}
@media screen and (max-width: 480px) {
.amazing .last_comment .text_wrap{
  position: relative;
}
.amazing .last_comment .text_wrap:before{
  display: none;
}
.amazing .last_comment .text_wrap:after{
  display: none;
}
.amazing .last_comment .text_wrap p{
  font-size: 1.8rem;
  line-height: 4rem;
  text-align: left;
  margin: 0 10px;
  width: 100%;
}
.amazing .last_comment .text_wrap p span.green{
  font-size: 2.8rem;
}
.amazing .last_comment .text_wrap p br.tb_br{
  display: none;
}
.amazing .last_comment .img_wrap{
  display: block;
  text-align: center;
  margin: 50px 0 0 0;
}
.amazing .last_comment .img_wrap .img01{
  width: auto;
  margin: 30px 0 0 0;
}
.amazing .last_comment .img_wrap .img02{
  width: auto;
  margin: 30px 0 0 0;
}
.amazing .last_comment .img_wrap .img03{
  width: auto;
  margin: 30px 0 0 0;
}
}
/*==========================================
ページ個別 ５つのメリット
===========================================*/
.merit{
  width: 100%;
  overflow: hidden;
}
.merit .cvs_btn{
  padding: 18px;
  max-width: 450px;
  display: block;
  margin: 0 auto;
  color: #ff9934;
  font-size: 1.8rem;
  line-height: 3rem;
  border: solid 3px #ff9934;
  text-align: center;
}
.merit .cvs_btn:hover{
  border-color: #000;
  color: #fff;
  background: #000;
}
.merit .cvs_btn i{
  display: inline-block;
  margin: 0 0 0 10px;
}
/*メインビジュアル＆タイトル部分*/
.merit .big_ttl{
  margin: 40px 0 0;
  padding: 60px 2.5%;
  height: 550px;
  background: url(../../img/about/merit_img01.jpg) top center;
}
.merit .big_ttl .big_ttl_inner{
  max-width: 900px;
  background: #fff;
  padding: 5% 5% 1% 5%;
  text-align: center;
}
.merit .big_ttl .big_ttl_inner .text01{
  font-size: 2.4rem;
  width: 100%;
  background: #ff9933;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
}
.merit .big_ttl .big_ttl_inner .logo{
  max-width: 470px;
  margin:5.55% 0 1.66%;
}
.merit .big_ttl .big_ttl_inner .text02{
  font-size: 8.4rem;
  font-weight: bold;
}
.merit .big_ttl .big_ttl_inner .text02 .josefin{
  color: #ff9933;
  font-size: 18rem;
}
.merit .triangle{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 250px 0 250px;
  border-color: #f1f1f1 transparent transparent transparent;
  margin: 0 auto 80px auto;
}
@media screen and (max-width: 768px) {
.merit .cvs_btn{
  font-size: 1.4rem;
  padding: 10px 0;
}
.merit .big_ttl{
  height: 90vw;
  background-size: cover;
  padding: 7.8vw 2.5vw;
}
.merit .big_ttl .big_ttl_inner .text01{
  font-size: 1.8rem;
}
.merit .big_ttl .big_ttl_inner .text02{
  font-size: 11vw;
}
.merit .big_ttl .big_ttl_inner .text02 .josefin{
  font-size: 23.4vw;
}
.merit .triangle{
  border-width: 50px 50vw 0 50vw;
}
}
/*共通タイトル*/
.merit .block .ttl{
  width: 100%;
  background: #fffaf2;
  padding: 20px 20px 20px 160px;
  position: relative;
}
.merit .block .ttl .number{
  position: absolute;
  top: -40px;
  left: 20px;
}
.merit .block .ttl .text{
  font-size: 3.6rem;
  line-height: 4.2rem;
}
.merit .block .ttl .text .linear{
  background: linear-gradient(transparent 60%, #ffcc9a 0%);  
}
.merit .block .detail{
  max-width: 1090px;
  margin: 0 auto;
}
.merit .block .text{
  font-size: 1.8rem;
  line-height: 3.6rem;
}
@media screen and (max-width: 768px) {
.merit .block .ttl .text{
  font-size: 2.1rem;
  line-height: 3rem;
}
}
@media screen and (max-width: 480px) {
.merit .block .ttl{
  padding: 35px 45px 20px 45px;
}
.merit .block .ttl .number{
  top: -50px;
  left: 0px;
  width: 75px;
  height: 75px;
}
}

/*メリット1 & スライダー*/
.merit .block.block01 .detail{
  margin: 40px auto 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap-reverse;
}
.merit .block.block01 .detail .text{
  width: calc(100% - 450px);
  margin: 20px 0 0 0;
}
.merit .slider{
  margin: 40px 0 0;
  overflow: hidden;
}
.merit .slider .text{
  text-align: right;
  font-size: 1.6rem;
  margin: 10px auto 0 auto;
  max-width: 1090px;
}
.merit .slider ul{
  height: 210px;
  position: relative;
}
.merit .slider ul li{
  position: absolute;
  top: 0;
}
.merit .slider ul li img{
  max-width: none;
}
@media screen and (max-width: 768px) {
.merit .block .text{
  font-size: 1.6rem;
  line-height: 3.2rem;
}
.merit .block.block01 .detail .text{
  width: 100%;
}
.merit .block.block01 .detail .detail_img{
  display: block;
  margin: 0 auto;
}
}

.melit01_list_item{
  display: block;
  font-weight: bold;
  margin-top: 10px;
}

/*メリット2 & フェーダー*/
.merit .block.block02{
  margin: 125px 0 0 0;
}
.merit .block.block02 .detail{
  margin: 40px auto 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.merit .block.block02 .detail .text{
  width: calc(100% - 442px);
  margin: 20px 0 0 0;
}
.merit .block.block02 .detail .text{
  margin: 40px auto 0 auto;
}
.merit .block.block02 .detail .text strong{
  font-weight: bold;
}
.merit .block.block02 .detail img{
	margin-top: 40px;
}
.merit .block.block02 .detail .fader{
  margin: 35px 0 0 0;
  display: flex;
  justify-content: space-between;
}
.merit .block.block02 .detail .fader li{
  width: 49%;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: opacity .5s ease-out;
}
.merit .block.block02 .detail .fader li:nth-of-type(n + 3){
  display: none;
}
.merit .block.block02 .detail .fader li .showroom{
  position: absolute;
  top: 34px;;
  right: 0;
  max-width: 200px;
  min-width: 100px;
  width: 37.4%;
  background: #005c3f;
  color: #fff;
  font-size: 1.8rem;
  line-height: 3.6rem;
  text-align: center;
}
.merit .block.block02 .detail .fader li .more{
  position: absolute;
  bottom: -50px;
  left: 10px;
  opacity: 0;
  width: 120px;
  font-size: 1.6rem;
  line-height: 2rem;
  background: #ff9934;
  padding: 10px 12px 7px;
  transition: .2s;
}
.merit .block.block02 .detail .fader li:hover .more{
  bottom: 10px;
  opacity: 1;
}
.merit .block.block02 .detail .fader li .more i{
  float: right;
  display: block;
}
.merit .block.block02 .detail .fader li .more i:after{
  content: "\f105";
}
@media screen and (max-width: 768px) {
.merit .block.block02 .detail .fader li .more{
  bottom: 10px;
}
.merit .block.block02 .detail .text{
  width: 100%;
  margin: 20px 0 0 0;
  order:2;
}
}
@media screen and (max-width: 480px) {
.merit .block.block02 .detail .fader li .showroom{
  font-size: 1.4rem;
  line-height: 2.8rem;
  width: 100px;
}
.merit .block.block02 .detail .fader li .more{
  font-size: 1.2rem;
  line-height: 1.4rem;
  width: 60px;
  padding: 6px 6px 4px;
}
}
/*メリット3*/
.merit .block.block03{
  margin: 125px 0 0;
}
.merit .block.block03 .detail{
  display: flex;
  justify-content: space-between;
  margin: 40px auto 0 auto;
}
.merit .block.block03 .detail .flex_left{
  width: calc(100% - 495px);
}
.merit .block.block03 .detail .text{
  margin: 40px 0 60px;
}
@media screen and (max-width: 768px) {
.merit .block.block03 .detail{
  flex-wrap: wrap-reverse;
}
.merit .block.block03 .detail .flex_left{
  width: 100%;
}
.merit .block.block03 .detail .flex_right{
  text-align: center;
  width: 100%;
}
}
/*メリット4*/
.merit .block.block04{
  margin: 125px 0 0;
}
.merit .block.block04 .detail{
  background: url(../../img/about/merit_img04.jpg) top center no-repeat;
  margin: 42px auto 0 auto;
  display: flex;
  justify-content: space-between;
}
.merit .block.block04 .detail .flex_left{
  margin: 135px 0 0 20px;
}
.merit .block.block04 .detail .flex_rignt{
  margin: 410px 0 0 0;
  width: calc(100% - 520px);
}
.merit .block.block04 .detail .text{
  max-width: 450px;
  margin: 0 auto 60px auto;
}
@media screen and (max-width: 768px) {
.merit .block.block04 .detail{
  flex-wrap: wrap;
  background-size: 150%;
}
.merit .block.block04 .detail .flex_left{
  margin: 25px 0 0 0;
  width: 100%;
  text-align: center;
}
  .merit .block.block04 .detail .flex_left img{
    width: 70%;
  }
.merit .block.block04 .detail .flex_rignt{
  margin: 40px 0 0 0;
  width: 100%;
}
}
/*メリット5*/
.merit .block.block05{
  margin: 130px 0 0;
}
.merit .block.block05 .detail{
  margin: 40px auto 0 auto;
  display: flex;
  justify-content: space-between;
}
.merit .block.block05 .detail .flex_left{
  width: calc(100% - 485px);
}
.merit .block.block05 .detail .flex_left .text{
  margin: 70px 0 60px 0;
}
@media screen and (max-width: 768px) {
.merit .block.block05 .detail{
  flex-wrap: wrap-reverse;
}

.merit .block.block05 .detail .flex_left{
width: 100%;
}
.merit .block.block05 .detail .flex_right{
width: 100%;
text-align: center;
}
}
/*ショールームの来店予約はこちら*/
.merit .go_showroom{
  background: url(../../img/about/merit_img07.jpg) top center no-repeat;
  height: 284px;
  padding: 40px 0 0 0;
  margin: 90px 0 0;
}
.merit .go_showroom .box{
  width: 900px;
  max-width: 95%;
  background: #fff;
  font-weight: bold;
  margin: 0 auto;
  padding: 35px 0;
  text-align: center;
}
.merit .go_showroom .box .text_wrap{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0 30px;
  margin: 0 0 20px 0;
}
.merit .go_showroom .text_wrap:before{
  content: " ";
  display: inline-block;
  width: 2px;
  height: 30px;
  background: #000;
  transform: rotate(-45deg);
  position: relative;
  top: 6px;
}
.merit .go_showroom .text_wrap:after{
  content: " ";
  display: inline-block;
  width: 2px;
  height: 30px;
  background: #000;
  transform: rotate(45deg);
  position: relative;
  top: 6px;
}
.merit .go_showroom .text{
  font-size: 2.1rem;
  text-align: center;
  padding: 0 15px;
  display: inline-block;
}
.merit .go_showroom .cvs_btn{
  background: #ff9934;
  color: #fff;
  width: 600px;
  max-width: 90%;
  font-size: 2.4rem;
  padding: 25px;
  font-weight: normal;
}
.merit .go_showroom .cvs_btn:hover{
  background: #000;
}
@media screen and (max-width: 768px) {
.merit .go_showroom .text_wrap:before,
.merit .go_showroom .text_wrap:after{
  top: 0;
}
.merit .go_showroom .text{
  font-size: 1.4rem;
  line-height: 3rem;
  text-align: center;
}
.merit .go_showroom .cvs_btn{
  font-size: 1.8rem;
}
}
@media screen and (max-width: 480px) {
.merit .go_showroom .cvs_btn{
  padding: 15px 0;
  font-size: 1.4rem;
}
}
/*==========================================
ページ個別 仮住まいのご案内
===========================================*/
@media screen and (max-width: 540px){
.temporary .page_ttl .ttl_bb {
  font-size: 4vw;
  letter-spacing: 0;
}
.temporary .page_ttl .ttl_en {
  position: relative;
  top: 30px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.1em;
}
}
@media screen and (max-width: 480px){
.temporary .page_ttl {
    max-width: 1140px;
    margin: 60px auto 0;
    padding: 0 20px 35px;
}
.temporary .page_ttl .ttl_bb {
  font-size: 4.5vw;
  letter-spacing: 0;
  padding-right: 5px;
}
.temporary .page_ttl .ttl_en {
    position: relative;
    top: 30px;
    font-weight: bold;
    font-size: 10px;
    letter-spacing: 0.1em;
}
}
/* ページ上部、白い背景部分*/
.temporary .main{
  margin: 40px auto 0;
}
.temporary .main p.ttl{
  background: url(../../img/about/temporary_main_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  padding: 110px 20px;
  margin: auto;
  font-size: 3.6rem;
  font-weight: normal;
  line-height: 2;
  text-shadow: 
    0 0 10px #edf8ff,
    0 0 10px #edf8ff,
    0 0 5px #edf8ff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.temporary .main p.text{
  font-size: 2rem;
  line-height: 3.6rem;
  text-align: center;
  margin: 92px 0 112px 0;
}
.temporary .main p.text span.linear{
  background: linear-gradient(transparent 70%, #ffebd6 0%);  
}
@media screen and (max-width: 768px) {
.temporary .main p.text{
  text-align: left;
}
}
@media screen and (max-width: 480px) {
.temporary .main p.ttl{  
  padding: 60px 10px;
  font-size: 2rem;
  line-height: 1.5;
  text-align: left;
}
.temporary .main p.text{
  font-size: 1.8rem;
  line-height: 3.6rem;
  margin: 52px 0 92px 0;
}
}
/* 物件紹介部分　ラッパー*/
.temporary .gray_bg{
  background: url(../../img/about/temporary_introduction_bg.png) repeat;
  padding: 0 0 100px 0;
}
.temporary .gray_bg:before{
  content: "";
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 90px 0 90px;
  border-color: #fff transparent transparent transparent;
}
/* 物件紹介部分　物件詳細*/
.temporary .introduction{
  margin: 5px auto 70px auto;
}
.temporary .introduction .ttl{
  font-size: 2.8rem;
  line-height: 6rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 24px 0;
}
.temporary .introduction .flexbox{
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
.temporary .introduction .flexbox{
  display: block;
}
}
@media screen and (max-width: 480px) {
.temporary .introduction .ttl{
  font-size: 2rem;
  line-height: 4rem;
  text-align: left;
}
}
/* leftbox*/
.temporary .introduction .leftbox{
  width: 48.7%;
}
.temporary .introduction .leftbox .img{
  padding: 0 0 0 10px;
}
.temporary .introduction .leftbox .img p.caption{
  font-size: 1.6rem;
  line-height: 1;
  margin: 5px 0 0 0;
}
.temporary .introduction .leftbox .map_ttl{
  font-size: 2.8rem;
  line-height: 1;
  margin: 40px 0 20px 0;
}
.temporary .introduction .leftbox .map{
  padding: 0 0 0 10px;
}
.temporary .introduction .leftbox .map_open {
  font-size: 1.6rem;
  line-height: 4.6rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #ff9933;
  max-width: 235px;
  width: 100%;
  margin: 20px auto 0 auto;
  display: block;
}
.temporary .introduction .leftbox .map_open i:before {
  content: "\f00e";
  display: inline-block;
  margin: 0 4px 0 0;
}
.temporary .introduction .leftbox .map_open:hover{
  opacity: 0.7;
}
  
@media screen and (max-width: 768px) {
.temporary .introduction .leftbox{
  width: 100%;
  text-align: center;
  margin: 0 0 50px 0;
}
}
@media screen and (max-width: 480px) {
.temporary .introduction .leftbox .map_ttl{
  font-size: 2rem;
}
}
/* rightbox*/
.temporary .introduction .rightbox{
  width: 48.8%; 
  padding: 0 10px 0 0;
}
.temporary .introduction .rightbox .detail{
  background-color: #fff;
  border-radius: 18px;
  padding: 50px 40px;
  height: 100%;
}
.temporary .introduction .rightbox .detail .detail_ttl{
  font-size: 2.4rem;
  line-height: 4rem;
  background: linear-gradient(transparent 55%, #ffebd6 0%); 
  display: inline;
  margin: 0 0 25px 0;
}
.temporary .introduction .rightbox .detail .detail_ttl i{
  display: inline-block;
  margin-left: 10px;
}
.temporary .introduction .rightbox .detail .detail_text{
  font-size: 1.8rem;
  line-height: 3rem;
}
.temporary .introduction .rightbox .detail .detail02 .detail_text{
  text-indent: -1em;
  padding: 0 0 0 1em;
}
.temporary .introduction .rightbox .detail .detail_text.last{
  margin: 0 0 50px 0; 
}
@media screen and (max-width: 768px) {
.temporary .introduction .rightbox{
  width: 100%;
}
}
@media screen and (max-width: 480px) {
.temporary .introduction .rightbox .detail{
  padding: 30px 20px;
}
.temporary .introduction .rightbox .detail .detail_ttl{
  font-size: 2rem;
  line-height: 3.8rem;
  background: linear-gradient(transparent 55%, #ffebd6 0%); 
  display: inline;
  margin: 0 0 25px 0;
}
.temporary .introduction .rightbox .detail .detail_text{
  font-size: 1.6rem;
  line-height: 3rem;
}
.temporary .introduction .rightbox .detail .detail_text.last{
  margin: 0 0 30px 0; 
}
}

/* 物件紹介部分　スライダーエリア*/
.temporary .detail_slide .ttl_jp{
  font-size: 2.4rem;
  line-height: 4.2rem;
  text-align: center;
  letter-spacing: 2px;
}
.temporary .detail_slide .ttl_en{
  font-size: 3.4rem;
  line-height: 4.2rem;
  text-align: center;
}
.temporary .slider_area{
  max-width: 740px;
  margin: 10px auto 0;
  width: calc(100% - 60px)
}
.temporary .slick-prev {
  width: 24px;
  height: 42px;
  right: -25px;
  top: calc(50% - 20px);
}
.temporary .slick-next {
  width: 24px;
  height: 42px;
  right: -25px;
  top: calc(50% - 20px);
}
.temporary .slick-prev:before {
  width: 24px;
  height: 42px;
  content: "";
  background: url(../../img/about/slider_left.png) no-repeat;
  background-size: contain;
  display: inline-block;
  opacity: 1;
}
.temporary .slick-next:before {
  width: 24px;
  height: 42px;
  content: "";
  background: url(../../img/about/slider_right.png) no-repeat;
  background-size: contain;
  display: inline-block;
  opacity: 1;
}
.temporary .slick-prev:before, .slick-next:before {  
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.temporary .slider li.slick-slide{
  text-align: center;
  padding: 0 20px;
}
.temporary .slider li.slick-slide a{
  display: inline-block;
  width: 100%;
} 
.temporary .slider li.slick-slide a p{
  font-size: 1.8rem;
  line-height: 2.4rem;
  text-align: left;
  margin: 15px 0 0 4px;
}
.temporary .slick-dots{
  bottom: -70px;
}
.temporary .slick-dots li {
  padding: 0;
  margin: 0 6px;
  width: auto;
  height: auto;
}
.temporary .slick-dots li button{
  width: 26px;
  height: 26px;
}
.temporary .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  content: "";
  background: url(../../img/about/slider_pentagon_off.png) no-repeat;
  background-size: contain;
  opacity: 1;
}  
.temporary .slick-dots li.slick-active button:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  content: "";
  background: url(../../img/about/slider_pentagon_on.png) no-repeat;
  background-size: contain;
  opacity: 1;
}
@media screen and (max-width: 440px) {
.temporary .detail_slide .ttl_jp{
  font-size: 2rem;
  line-height: 3.8rem;
  text-align: center;
  letter-spacing: 2px;
}
.temporary .detail_slide .ttl_en{
  font-size: 3rem;
  line-height: 3.8rem;
  text-align: center;
}
.temporary .slider_area{
  max-width: 740px;
  margin: 10px auto 0;
  width: calc(100% - 40px)
}
.temporary .slick-prev {
  left: -20px;
}
.temporary .slick-next {
  right: -20px;
}
.temporary .slider li.slick-slide{
  text-align: center;
  padding: 0 10px;
}
.temporary .slider li.slick-slide a p{
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 8px 0 0 4px;
}
.temporary .slick-dots{
  bottom: -40px;
}
.temporary .slick-dots li {
  margin: 0 5px;
}
.temporary .slick-dots li button{
  width: 16px;
  height: 16px;
}
.temporary .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  content: "";
  background: url(../../img/about/slider_pentagon_off.png) no-repeat;
  background-size: contain;
  opacity: 1;
}  
.temporary .slick-dots li.slick-active button:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  content: "";
  background: url(../../img/about/slider_pentagon_on.png) no-repeat;
  background-size: contain;
  opacity: 1;
}
}





@media screen and (max-width: 900px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 480px) {
}
