@charset "utf-8";

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

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

.pc-only {
  display: none
}

section {
  padding-bottom: 50px;
}

.inner {
  padding: 0 20px;
}

/*メニュー表示時に背景スクロールしない*/
html.fixed ,
html.fixed body {
  height: 100%;
  overflow: hidden;
}

/* アイコン */
.icon-arw {
  transform: scale(0.9, 0.9)
}
.icon-arw-w {
  width: 60px;
  height: 60px;
} 
.icon-arw-w::before {
  right: 19px;
  width: 18px;
}
.icon-arw-w::after {
  right: 16px;
}

/* ボタン */
.btn {
  margin-top: 30px;
}

/* 見出し */
.head-wrap {
  margin-bottom: 35px;
}
.head-wrap-center {
  margin: 0 auto 35px;
  text-align: center;
}
.txt-head-line {
  display: inline-block;
  margin-top: 20px;
  font-size: 3.4rem;
  font-weight: 600;
  color: transparent;
  letter-spacing: 0.1em;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to right, #FF5B4A 0%, #FE6442 15%, #FE7D2D 30%, #FEA310 70%, #FFCA58 100%);
}
.txt-head-line::before {
  content: '';
  position: relative;
  top: -10px;
  display: block;
  width: 50px;
  height: 4px;
  border-radius: 4px;
  background: linear-gradient(to right, #FF5B4A 0%, #FE6442 15%, #FE7D2D 30%, #FEA310 70%, #FFCA58 100%);
}
.txt-head-line.headline-center::before {
  margin: 0 auto;
}
.txt-head-txt {
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}
.txt-head-sub {
  display: block;
  margin-top: 15px;
  font-size: 1.6rem;
  font-weight: 600;
}
.txt-lead {
  margin-bottom: 35px;
  font-size: 1.5rem;
  line-height: 1.6;
}
.txt-lead.lead-center {
  text-align: center;
}

/* txt */
.txt {
  font-size: 1.6rem;
  line-height: 2;
}
.txt * + p,
.txt p + * {
  margin-top: 30px;
}

/* grid */
.grid-wrap {
  margin-top: 40px;
}
.grid {
  display: flex;
  flex-direction: column;
  margin-top: -20px;
  box-sizing: border-box;
}
.grid > * {
  margin-top: 20px;
  box-sizing: border-box;
}
.grid.grid-2 > *,
.grid.grid-3 > *,
.grid.grid-4 > * {
  width: 100%;
}
.grid-sp-2 {
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -20px; 
}
.grid.grid-sp-2 > * {
  width: calc( calc(100% - calc(20px * 2)) / 2 );
  margin-left: 20px;
}

/* link-detail　詳しく見る */
.link-detail {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 30px;
  font-size: 1.8rem;
}
.link-detail a {
  display: flex;
  align-items: center;
  color: #FE8F1F; 
}
.link-detail a span {
  font-weight: 600;
}
.link-detail a:hover {
  opacity: 1;
}
.link-detail .icon {
  width: 65px;
  height: 65px;
  margin-left: 20px;
  border-radius: 50%;
  border: 2px solid #FE8F1F;
}
.link-detail a:hover .icon {
  background-color: #FE8F1F;
  transform: scale(1.2, 1.2);
}
.link-detail a .icon {
  transition: all 0.5s;
}
.link-detail .icon::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 21px;
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #FE8F1F;
}
.link-detail a:hover .icon::before {
  background: #fff;
}
.link-detail .icon::after {
  content: '';
  position: absolute;
  top: calc(50% + 1px);
  right: 18px;
  width: 10px;
  height: 10px;
  border: 2px solid #FE8F1F;
  border-left: 0;
  border-bottom: 0;
  border-radius: 2px;
  transform: rotate(45deg);
  transform-origin: top right;
}
.link-detail a:hover .icon::after {
  border: 2px solid #fff;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
}

/* テキスト＋アイコンリンク（黒枠） */
.link-txtarw {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 30px;
  font-size: 1.8rem;
}
.link-txtarw a {
  display: flex;
  align-items: center;
  color: #3A2C2C;
}
.link-txtarw a span {
  font-weight: 600;
}
.link-txtarw a:hover {
  opacity: 1;
}
.link-txtarw .icon {
  width: 65px;
  height: 65px;
  margin-left: 20px;
  border-radius: 50%;
  border: 2px solid #3A2C2C;
}
.link-txtarw a:hover .icon {
  background-color: #3A2C2C;
  transform: scale(1.2, 1.2);
}
.link-txtarw a .icon {
  transition: all 0.5s;
}
.link-txtarw .icon::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 21px;
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #3A2C2C;
}
.link-txtarw a:hover .icon::before {
  background: #fff;
}
.link-txtarw .icon::after {
  content: '';
  position: absolute;
  top: calc(50% + 1px);
  right: 18px;
  width: 10px;
  height: 10px;
  border: 2px solid #3A2C2C;
  border-left: 0;
  border-bottom: 0;
  border-radius: 2px;
  transform: rotate(45deg);
  transform-origin: top right;
}
.link-txtarw a:hover .icon::after {
  border: 2px solid #fff;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
}

/* お見積もり相談 */
#consult-wrap {
  background-image: url(../img/common/bg_consult.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#consult-wrap .inner {
  padding: 40px 20px;
}
.consult-box {
  padding: 40px 20px;
  background-color:rgba(255,255,255,0.9);
}
.consult-box h3 {
  margin-bottom: 40px;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
}
.consult-box h3 span {
  position: relative;
  display: inline-block;
  margin: 0 auto 15px;
  font-size: 1.6rem;
  text-align: center;
}
.consult-box h3 span::before {
  position: absolute;
  content: '';
  top: -5px;
  left: -20px;
  display: inline-block;
  width: 2px;
  height: 25px;
  transform: rotate(-20deg);
  background-color: #3A2C2C;
}
.consult-box h3 span::after {
  position: absolute;
  content: '';
  top: -5px;
  left: calc(5em + 20px);
  display: inline-block;
  width: 2px;
  height: 25px;
  transform: rotate(20deg);
  background-color: #3A2C2C;
}
.consult-box .txt{
  font-size: 1.5rem;
  line-height: 1.8;
}
.consult-box .btn-box {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  text-align: center;
}
.consult-box .btn-box p {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  border-radius: 10px;
}
.consult-box .btn-box p:hover {
  opacity: 0.7;
}
.consult-box .btn-box p + p {
  margin-top: 10px;
}
.consult-box .btn-box p a {
  display: block;
  padding: 20px;
  color: #fff;
}
.consult-box .btn-box p a:hover {
  opacity: 1;
}

/* works-list  */
.works-list .item-inner {
  border: 1px solid #E3E0D9;
  border-radius: 3px;
  background-color: #fff;
}
.works-list .media-wrap {
  position: relative;
}
.works-list .media-inner { 
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: -1px -1px 0 -1px;
  height: 60vw;
}
.works-list .media-inner > * {
  overflow: hidden;
}
.works-list .media-inner p {
  width: calc(calc(100% / 2) - 2px);
}
.works-list .media-inner p img { 
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'; /* IE */
}
.works-list .media-inner .img-before img {
  border-radius: 3px 0 0 0;
}
.works-list .media-inner .img-after img {
  border-radius: 0 3px 0 0;
}
.works-list .media-wrap .icon {
  position: absolute;
  top: calc(50% - calc(55px / 2));
  left: calc(50% - calc(55px / 2));
}
.works-list .txt-wrap {
  padding: 20px;
}
.works-list .txt-wrap dl {
  display: flex;
  flex-wrap: wrap;
  /*align-items: center;*/
  margin-top: -5px;
}
.works-list .txt-wrap dt {
  width: 3em;
  margin-top: 11px;
  font-size: 1.3rem;
}
.works-list .txt-wrap dd {
  width: calc(100% - 3em);
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: 600;
}
.works-list .txt-wrap .tax {
  display: inline-block;
  font-size: 1rem;
  margin-bottom: 12px;
  margin-right: 3px;
}
.works-list .txt-wrap .diff {
  display: inline-block;
  margin-top: -5px;
  margin-bottom: 5px;
  padding: 3px 10px 7px 10px;
  font-size: 1.2rem;
  font-weight: 600;
  border: 1px solid #D1CABA;
  border-radius: 16px;
}
.works-list .txt-wrap .diff .per {
  font-weight: 600;
  color: #F83807;
}
.works-list .txt-wrap .diff .per span {
  font-size: 1.6rem;
  font-weight: 600;
  color: #F83807;
}


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

.l-header {
  box-shadow: 0 6px 3px -3px rgba(50,50,50,0.1);
}
.header-inner {
  display: flex;
  align-items: center;
  height: 70px;
}
.l-header.opened .header-inner {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
}
.header-inner .logo {
  display: block;
  width: 135px;
  margin-right: 35px;
  padding-left: 20px;
}
.l-header.opened .logo {
  /*display: none;*/
}
.est a {
  display: flex;
  align-items: center;
  height: 30px;
  padding: 10px 15px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.1em;
  border-radius: 30px;
  background: #FF6509;
  background: linear-gradient(to right, #F83807 0%, #FF6509 100%);
}
.est  img {
  display: none;
}
.l-header.opened .est {
  /*display: none;*/
}

/*-- ハンバーガー --*/
.hamburger-wrap {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 10001;
  width: 50px;
  height: 50px;
  background-image: url(../img/common/icon_spmenu-open.png);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
  transition: .4s all ease;
  cursor: pointer;
}
.hamburger-wrap.opened {
  background-image: url(../img/common/icon_spmenu-close.png);
}

/* menu */
.sp-fixed-menu {
  display:none;
}
.l-header.opened .sp-fixed-menu {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 70px;
  line-height: 1;
  box-shadow: 0 6px 3px -3px rgba(50,50,50,0.1) inset;
  background-color: #F9F6F1;
  overflow-y: scroll;
  z-index: 10000;
}
.l-header.opened .header-menu {
  width: 100%;
  height: calc(100vh + 70px);
}
.header-menu > ul {
  display: flex;
  flex-direction: column;
  height: calc(100% + 70px);
}
.header-menu ul li {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  border-bottom: 2px solid #fff;
}
.header-menu ul li a {
  display: block;
  padding: 22px 20px 25px;
  cursor: pointer;
}
.header-menu li a.toggle {
  position: relative;
  opacity: 1;
}
.header-menu li a.toggle::after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: calc(50% - 7px);
  right: 22px;
  border: 0px;
  border-bottom: solid 3px #FE8F1F;
  border-right: solid 3px #FE8F1F;
  transform: rotate(45deg);
  transition: all 0.2s;
}
.header-menu li a.toggle.is-open::after {
    border: 0px;
    border-top: solid 3px #FE8F1F;
    border-left: solid 3px #FE8F1F;
}
.header-menu ul li span  {
  display: block;
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #FE8F1F;
  letter-spacing: 0.1em;
}
.header-menu ul li .header-submenu {
  margin: -20px 0 25px;
  display: none;
  transition: unset;
}
.header-menu ul li .header-submenu li {
  margin: 0;
  border: none;
}
.header-menu ul li .header-submenu li a {
  position: relative;
  display: inline-block;
  margin: 22px 0 0 0;
  padding: 0 0 0 15px;
  font-weight: normal;
}

.header-menu ul li .header-submenu li a::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #FE8F1F;
  border-right: solid 2px #FE8F1F;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}


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

.l-footer {
  background-color:#F9F6F1;
  background-image: url(../img/common/bg_footer.png);
  background-repeat: no-repeat;
  background-position: right 0% bottom 60px;
  background-size: 60%;
}
.l-footer .inner {
  padding: 50px 20px 60px;
}
.l-footer .footer-box {
  display: block;
}
.l-footer .footer-about {
}
.l-footer .logo {
  width: 190px;
}
.l-footer .footer-about dt {
  margin-bottom: 35px;
  padding-bottom: 40px;
  border-bottom: 1px solid #E3E0D9;
}
.l-footer .footer-about dd {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.l-footer .footer-menu {
  display: none;
}
.l-footer .link-line {
  margin-top: 40px;
  font-weight: 600;
}
.l-footer .link-line img {
  margin-right: 15px;
  vertical-align: middle;
}
.l-footer .txt-small {
  font-size: 1.2rem;
}

/*-- ページトップ --*/
#page-top {
  bottom: 3%;
  right: 3%;
  width: 50px;
  height: 50px;
}


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

#top .mv-wrap {
  position: relative;
  width: 100%;
  height: 597px;
  overflow: hidden;
}
#top .mv-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'; /* IE */
  overflow: hidden;
}
#top .mv-wrap .inner {
  display: flex;
  align-items: center;
  height: 100%;
  padding-bottom: 105px; /* pickup-newsの高さ */
  position: absolute;
  top: 0;
  left: 20px;
}
#top .mv-txt {
  font-size: 3.6rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
  text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.8);
}
#top .mv-txt span {
  position: relative;
  display: inline-block;
  font-weight: 600;
  line-height: 1.8;
}
#top .mv-txt span:not(:last-of-type) {
  margin-bottom: 10px;
}
#top .mv-txt span::after {
  content: '';
  display: block;
  height: 5px;
  border-radius: 5px;
  background: linear-gradient(to right, #FF5B4A 0%, #FE6442 15%, #FE7D2D 30%, #FEA310 70%, #FFCA58 100%);
}

#top .pickup-news {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 35px 20px 30px 30px;
  border-radius: 30px 0 0 0;
  background-color: #fff;
  opacity: 0.9;
}
#top .pickup-news .ttl {
  position: absolute;
  top: 25px;
  right: 20px;
  font-size: 2rem;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
  color: #FE8F1F;
  letter-spacing: 0.1em;
}
#top .pickup-news .cont {
  display: inline-block;
  width: 20em;
  font-size: 1.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#top .pickup-news a {
  display: inline-block;
}
#top .pickup-news a:hover {
  color: #666;
  opacity: 1;
}
#top .pickup-news .date {
  margin-bottom: 12px;
  font-size: 1.2rem;
  font-family: 'Lato', sans-serif;
}
#top .pickup-news a .more {
  position: relative;
  top: -3px;
  display: inline-block;
  margin-left: 35px;
  padding: 4px 15px 6px;
  font-size: 1.2rem;
  color: #FE8F1F;
  border: 1px solid #FE8F1F;
  border-radius: 15px;
}
#top .pickup-news a:hover .more {
  color: #fff;
  border: 1px solid #fff;
  background-color: #FE8F1F;
  opacity:  1;
}

#top .section-wrap {
  background-image: url(../img/top/section-wrap-bg.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 993px 2711px; /* 50%  */
}

/* Repair */
#top .section-repair {
  padding-top: 80px;
  padding-bottom: 0;
  background-color: #F9F6F1;
  background-image: url(../img/top/repair-bg.png);
  background-repeat: no-repeat;
  background-position: -130px -220px ;
  background-size: 375px;
}
#top .section-repair .inner {
  position: relative;
}
#top .section-repair .inner .flex {
  flex-direction: column;
}
#top .section-repair .txt-wrap {
  position: relative;
  padding: 60px 40px;
  border-radius: 20px 20px 0 0;
  background-color: #fff;
  order: 1;
}
#top .section-repair .txt-head-line {
  position: absolute;
  top: -25px;
  left: 20px;
  height: 90px;
  margin-top: 0;
}
#top .section-repair .txt-lead {
  margin-bottom: 40px;
  font-size: 3rem;
  font-weight: 600;
  /*line-height: 2;*/
}
#top .section-repair .media-wrap {
  width: calc(100% + 60px);
  margin: 50px 0 50px -60px;
}
#top .section-repair .media-wrap img {
  width: 100%;
}

/* service  リライクのサービス  */
/*#top .section-service {
  padding-top: 40px;
}*/
#top .service-list .grid-item { 
  padding: 10px;
}
#top .service-list .grid-item {
  background-size: cover;
  background-position: top center;
  background-repeat:  no-repeat;   
}
#top .service-list .item-01 { 
  background-image: url(../img/top/service-bg-01.jpg);
}
#top .service-list .item-02 { 
  background-image: url(../img/top/service-bg-02.jpg);
}
#top .service-list .item-03 { 
  background-image: url(../img/top/service-bg-03.jpg);
}
#top .service-list .item-04 { 
  background-image: url(../img/top/service-bg-04.jpg);
}
#top .service-list .grid-item .item-inner {
  padding: 45px 30px 35px;
  height: 100%; 
  background-color:rgba(255,255,255,0.9);
}
#top .service-list .item-inner dt {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}
#top .service-list .item-inner dt img {
  display: block;
  margin: 25px auto 0;
}
#top .service-list .item-inner dd {
  margin-top: 30px;
  font-size: 1.3rem;
  line-height: 1.8;
}

/* works  リペアのちから  */
#top .section-works {
  position: relative;
  margin-top: 60px;
  padding-top: 0;
  background: linear-gradient( rgba(0,0,0,0) 42px, #F9F6F1 42px, #F9F6F1 100%);
}
#top .section-works .inner {
  margin-top: -60px;
}

/* flow　リペアの流れ */
#top .section-flow {
  position: relative;
  /*padding-top: 50px;*/
}
#top .section-flow .media {
  position: absolute;
  right: 0;
  /*left: 75px;*/
  max-width: 80%;
}
#top .section-flow .txt-wrap {
  position: relative;
  width: 100%;
  padding-top: 55px;
}
#top .section-flow .txt-wrap .head-wrap {
  margin-bottom: 60px;
}
#top .section-flow .txt-wrap .txt-head-sub {
  width: calc(6em + 10px);
  padding: 10px 10px 10px 0;
  background-color: rgba(255, 255, 255, 0.7);
  /*text-shadow: 1px 1px 3px rgba(255, 255, 255, 1);*/
}
#top .section-flow .flow-list .list-item {
  position: relative;
  margin-bottom: 25px;
  padding: 40px;
  background-color: #F9F6F1;
}
#top .section-flow .flow-list .list-item::after {
  content: "";
  position: absolute;
  bottom: -17px; 
  left: calc(50% + 22px);
  margin-left: -40px;
  border-top: 17px solid #FE8F1F;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
}
#top .section-flow .flow-list .list-item:last-child::after {
  border: none;
}
#top .section-flow .flow-list dl {
  display: flex;
  flex-wrap: wrap;
}
#top .section-flow .flow-list dl > * {
  align-self: center;
}
#top .section-flow .flow-list dt {
  width: 25%;
  color: #FE8F1F;
  font-family: 'Lato', sans-serif;
  font-size: 2rem;
  font-weight: 600;
}
#top .section-flow .flow-list dt span {
  display: inline-block;
  margin-left: 5px;
  font-size: 3rem;
  font-weight: 600;
}
#top .section-flow .flow-list dd {
  width: 75%;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8;
}

/* News　お知らせ */
#top .section-news {
  padding: 60px 0;
}
#top .section-news .flex {
  display: block;
}
#top .section-news .news-list {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.8;
  border-top: 1px solid #E3E0D9;
}
#top .section-news .news-list li {
  padding: 15px 0 20px;
  border-bottom: 1px solid #E3E0D9; 
}
#top .section-news .news-list li > * {
  display: block;
}
#top .section-news .news-list .date {
  font-family: 'Lato', sans-serif;
}
#top .section-news .news-list .detail,
#top .section-news .news-list .link {
  font-size: 1.5rem;
}
#top .section-news .news-list .ttl {
  margin-bottom: 15px;
}
#top .section-news .news-list a .link,
#top .section-news .news-list .link a {
  position: relative;
  display: inline-block;
  padding-left: 13px;
}
#top .section-news .news-list a .link::before,
#top .section-news .news-list .link a::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #FE8F1F;
  border-right: solid 2px #FE8F1F;
  transform: rotate(45deg);
  position: absolute;
  top: 14px;
  left: 0;
  margin-top: -4px;
  /*color: #FE8F1F;*/
}
#top .section-news .news-list .link a[target="_blank"]::after,
#top .section-news .news-list a[target="_blank"] .link::after {
  content:"";
  width: 14px;
  height: 14px;
  padding-right: 20px;  
  background-image: url(../img/common/icon_blank.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 14px;
}

/* ================================================
 * ページ名
 * ================================================*/

/*  下層ページ共通
---------------------------------------------------*/
/* breadcrumb */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin-top: 22px;
}
.breadcrumb li {
  position: relative;
  margin-right: 8px;
  padding-right: 10px;
}
.breadcrumb li:first-of-type {
  padding-left: 0;
}
.breadcrumb li:not(:last-of-type) a {
  color: #3A2C2C;  
}
.breadcrumb li span {
  display: inline-block;
}
.breadcrumb li:not(:last-child) span {
  margin-right: 8px;  
}
.breadcrumb li:not(:last-of-type) :after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1px #FE8F1F;
  border-right: solid 1px #FE8F1F;
  transform: rotate(45deg);
  position: absolute;
  top: 6px;
  right: 0;
  margin-right: 3px; 
}
.breadcrumb li span {
  font-size: 1.2rem;
  padding-bottom: 5px;
}

/* page-ttl */
.page-ttl-wrap {
  margin-top: 40px;
}
.page-ttl .ttl {
  display: block;
  margin-top: -8px;
  font-size: 4rem;
  font-weight: 600;
  color: transparent;
  line-height: normal;
  letter-spacing: 0.1em;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to right, #FF5B4A 0%, #FE6442 15%, #FE7D2D 30%, #FEA310 70%, #FFCA58 100%);
}
.page-ttl .ttl-sub {
  display: block;
  margin-top: 8px;
  font-size: 1.8rem;
  font-weight: 600;
}
.page-ttl-wrap .ttl-txt p {
  margin-top: 40px;
  font-size: 1.5rem;
  line-height: 1.8;
}
.page-ttl-wrap .ttl-txt p + p {
  margin-top: 20px;
}

/* page-head */
.page-head-wrap {
  margin-bottom: 25px;
}
.page-head-wrap span {
  display: block;
}
.page-head {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.6;
}
.page-head::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 50%;
  border: 5px solid #FE8F1F;
}
.page-head-txt {
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: 1.8;
}

/* txt-ttl */
.txt-ttl-wrap {
  margin-top: 50px;
}
.txt-ttl .ttl {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.6;
}
.txt-ttl .ttl-sub {
  display: block;
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 100;
}
.txt-ttl .attn {
  font-size: 1.2rem;
  font-weight: normal;
}

/* lead */
.lead-wrap {
  margin-top: 60px;
}
section .lead-wrap {
  margin-top: 0;
}
.lead-wrap .lead-ttl .ttl {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.6;
}
.lead-wrap .lead-ttl-sub {
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
}
.lead-box {
  margin-top: 25px;
}


/* cont-head-txt */
.cont-head-txt {
  margin-bottom: 15px;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.6;
}
.cont-head-txt .tag {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 10px;
  padding: 1px 20px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.8;
  color: #fff;
  background-color: #3A2C2C;
  vertical-align: middle;
}

/* site-menu */
.site-menu-wrap {
  margin-bottom: 80px;
}
.site-menu ul {
  display: flex;
  flex-direction: column;
  margin-top: -5px;
}
.site-menu ul > li  {
  width: 100%;
  margin-top: 5px;
  overflow: hidden;
}
.site-menu ul > li a {
  position: relative;
  display: block;
}
.site-menu ul > li .scale {
  width: 100%;
  height: 200px;
}
.site-menu ul > li .scale img {
  object-fit: cover;
  font-family: 'object-fit: cover;'; /* IE */
}
.site-menu-txt {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.site-menu-txt  p {
  position: relative;
  width: 100%;
  padding-left: 50px;
  font-size: 3.2rem;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
  color: #fff;
}
.site-menu-txt p span {
  display: block;
  margin-top: 10px;
  font-size: 1.3rem;
}
.site-menu-txt p .icon {
  position: absolute;
  top: calc(50% - 30px);
  right: 45px;
  margin-top: 0;
}
a:hover .site-menu-txt p .icon {
  transform: unset;
}

/* table-box */
.table-box dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -20px;
}
.table-box dt,
.table-box dd {
  display: flex;
  /*align-items: center;*/
  padding: 20px 20px 20px 0;
  font-size: 1.5rem;
  line-height: 1.8;
}
.table-box dt {
  width: 22%;
  font-weight: 600;
  border-bottom: 1px solid #8F8A8A;
}
.table-box dd {
  width:75%;
  border-bottom: 1px solid #E3E0D9;
}

/* box-wrap */
.box-contents .box-contents-inner + .box-contents-inner {
  margin-top: 60px;
}


/*  service　リライクのサービス
---------------------------------------------------*/
#service .section-wrap {
  margin-top: 50px;
}
#service .txt-wrap .txt {
  margin-top: 20px;
}
#service .lead-box .txt-wrap .txt:first-of-type {
  margin-top: 25px;
}
#service .lead-box .lead-img {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 30px auto 0;
  border-radius: 50%;
  background:linear-gradient(to right, #FF5B4A 0%, #FE6442 15%, #FE7D2D 30%, #FEA310 70%, #FFCA58 100%);
}
#service .lead-box .lead-img::before {
  content: "";
  position:absolute;
  left:4px;
  top: 4px;
  width: calc(300px - 8px);
  height: calc(300px - 8px);
  border-radius: 50%;
  background-color: #F9F6F1;
}
#service .lead-box .lead-img-inner {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-flow: column wrap;
  justify-content: center;
  width: 300px;
  height: 300px;
  text-align: center;
}
#service .lead-box .lead-img-inner p {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.8;
}
#service .lead-box .lead-img-inner p span {
  font-size: 4rem;
  font-weight: 600;
}
#service .lead-box .lead-img-inner p + p {
  margin-top: 25px;
}
#service .service-list {
  margin-top: 50px; 
}
#service .service-list .grid-item {
  padding: 25px 10px;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  background-color: #fff;
}
#service .service-list li img {
  display: block;
  margin: 20px auto 0;
}
.menu-wrap {
  padding: 50px 20px;
  background-color: #fff;
}
.menu-wrap .txt-ttl-wrap {
  margin-top: 0;
  text-align: center;
}
.menu-wrap .txt-ttl span {
  display: block;
}
.menu-list {
  margin-top: 10px;
}
.menu-list .grid-item {
  margin-top: 40px;
}
.menu-list .page-head-wrap {
  margin-bottom: 10px;
}
.menu-list li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1.5rem;
  line-height: 1.6;
  padding-bottom: 0.75em;
}
.menu-list li > * {
  display: block;
}
.menu-list li .details {
  position: relative;
  width: 75%;
  padding: 0 10px 0 20px;
}
.menu-list li .details::before {
  content: "・";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 1px;
}
.menu-list li .cost {
  width: 25%;
  text-align: right;
}
.menu-list li .note {
  font-size: 1.4rem;
  position: relative;
  width: 100%;
  padding: 0 10px 0 20px;
}
.menu-list-attn {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #D1CABA;
}
.menu-list-attn li {
  position: relative;
  padding-left: 1.2em;
  font-size: 1.2rem;
  line-height: 1.8;
}
.menu-list-attn li::before {
  content: "※";
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  left: 0;
}
.section-service-area .inner {
  background: #E3E0D9;
}
.service-area-box {
  display: flex;
  flex-direction: column;
  padding: 30px 0;
}
.service-area-img {
  margin-top: 30px;
}


/*  service/repair　リペアでできること
---------------------------------------------------*/
#repair section {
  padding-bottom: 80px;
}
.section-repair-diff {
  margin-top: -30px;
}
.section-repair-diff .txt-wrap {
  margin-bottom: 30px;
}
.section-repair-diff .lead-wrap {
  margin-bottom: 60px;
}
.section-repair-merit .merit-list li {
  padding: 35px 40px 50px;
  background-color: #fff;
}
.section-repair-merit .merit-list li::before {
  content: "";
  position: relative;
  top: -35px;
  display: block;
  width: 72px;
  height: 8px;
  margin: 0 auto;
  border-radius: 8px;
  background: linear-gradient(to right, #FF5B4A 0%, #FE6442 15%, #FE7D2D 30%, #FEA310 70%, #FFCA58 100%);
}
.section-repair-merit .merit-list dt {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
.section-repair-merit .merit-list dt span {
  display: block;
  font-size: 4rem;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
  color: #FE8F1F;
}
.section-repair-merit .merit-list dd {
  margin-top: 25px;
  font-size: 1.5rem;
  line-height: 1.8;
}
.section-repair-recommend .lead-wrap {
  margin-top: 0;
  text-align: center;
}
.section-repair-recommend .works-list {
  margin-top: 20px;
}
.section-repair-recommend .link-detail {
  justify-content: center;
}


/*  service/flow　リペアの流れ
---------------------------------------------------*/
.flow-wrap > ul {
  position: relative;
  padding-bottom: 100px;
}
.flow-wrap > ul::after {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 50%;
  margin-left: -40px;
  border-top: 40px solid #FE8F1F;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
}
.flow-wrap > ul > li {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 120px;
  padding: 20px 20px 60px;
  background-color: #fff;
  counter-increment: num;
}
.flow-wrap > ul > li::before {
  position: absolute;
  top: -80px;
  left: 0px;
  font-size: 4rem;
  font-weight: 600;
  color: #FE8F1F;
  font-family: 'Lato', sans-serif;
  content: '0'counter(num);
  z-index: 2;
}
.flow-wrap > ul > li::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -40px;
  border-top: 40px solid #fff;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
}
.flow-wrap > ul > li:last-child::after {
  content: none;
}
.flow-wrap .media-box {
  position: relative;
  top: -80px;
}
.flow-wrap .media-box img {
  width: 100%;
} 
.flow-wrap .txt-box {
  margin-top: -50px;
} 
.flow-wrap .txt-box .ttl {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 600;
} 
.flow-wrap .txt-box p {
  margin-top: 15px;
  font-size: 1.8rem;
  line-height: 1.6;
} 
.flow-wrap .txt-box p + p {
  margin-top: 20px;
} 
.flow-wrap .btn-box ul {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.flow-wrap .btn-box li {
  width: 100%;
  margin-top: 15px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  border-radius: 10px;
}
.flow-wrap .btn-box li:hover {
  opacity: 0.7;
}
.flow-wrap .btn-box a {
  display: block;
  padding: 20px;
  color: #fff;
  text-align: center;
}
.flow-wrap .btn-box a:hover {
  opacity: 1;
}
#flow #consult-wrap {
  background-image: none;
  background-size: cover;
}
#flow #consult-wrap .inner {
  padding: 0;
}
#flow .consult-box {
  border: 2px solid #FE8F1F ;
  border-radius: 5px;
  background-color: transparent;
  background-image:
  radial-gradient(#fe8f1f38 18%, transparent 18%);
  background-size: 24px 24px;
}


/*  works　リペアのちから
---------------------------------------------------*/
.works-nav {
  width: calc(100vw - 20px);
  margin-right: -20px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  white-space: nowrap;
  overflow-x: scroll;
}
.works-nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: flex-end;
  width: 768px;
  border-bottom: 1px solid #8F8A8A;  
}
.works-nav ul li {
  display: block;
  width: 100%;
  margin-bottom: -1px;
  padding-bottom: 25px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
}
.works-nav ul li.is-active,
.works-nav ul li.is-active:hover  {
  padding-bottom: 21px;
  color: #F83807;
  border-bottom: 5px solid #F83807;
}
.works-nav ul li:hover  {
  padding-bottom: 20px;
  color: #F83807;
  border-bottom: 5px solid #F83807;
  cursor: pointer;
}


/*  works　リペアのちから 詳細
---------------------------------------------------*/
#works .txt-ttl-wrap .list-tag li {
  font-size: 1.6rem;
}
.detail-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 -20px;
  padding: 30px 20px 50px;
  background-color: #fff;
}
.detail-box-1 {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 35px;
}
.detail-box-1::before {
  content: "Repair";
  width: 80px;
  height: 35px;
  position: absolute;
  bottom: -10px;
  left: 60px;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
  color: #F83807;
  letter-spacing: 0.1em;
  text-align: center;
}
.detail-box-1::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 12px;
  left: 40px;
  text-align: center;
  border: 0px;
  border-bottom: solid 4px #FE8F1F;
  border-right: solid 4px #FE8F1F;
  transform: rotate(45deg);
  border-image: linear-gradient( #FF5B4A 0%, #FE6442 50%, #FE7D2D 75%, #ffca58 100%);
  border-image-slice: 1;
}
.detail-box-1 .media-box {
  width: 40%;
  height: auto;
}
.detail-box-1 .media-box img {
  object-fit: cover;
  font-family: 'object-fit: cover;'; /* IE */
}
.detail-wrap .info-box {
  width: calc(60% - 20px);
  margin-top: -5px;
}
.detail-wrap .info-box dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  line-height: 1.8;
}
.detail-wrap .info-box dt {
  width: 3em;
  margin-top: 3px;
  padding-top: 2px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #8F8A8A;
}
.detail-wrap .info-box dd {
  width: calc(100% - 3em);
  margin-top: 3px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #3A2C2C;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.detail-wrap .info-box .tax {
  font-size: 1rem;
}
.detail-wrap .info-box .diff {
  font-size: 1.2rem;
  color: #F83807;
}
.detail-wrap .info-txt {
  margin-top: 55px;
  font-size: 1.5rem;
  line-height: 1.8;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.detail-wrap .info-txt p + p {
  margin-top: 30px;
}
.detail-wrap .media-box {
  position: relative;
}
.detail-wrap .media-box img {
  width: 100%;
}
.detail-wrap .box-before::before,
.detail-wrap .box-after::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 5px 20px;
  font-size: 1.1rem;
  font-family: 'Lato', sans-serif;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: #3A2C2C;
  z-index: 1;
}
.detail-wrap .box-before::before {
  content: "Before";
}
.detail-wrap .box-after::before {
  content: "After";
}
.section-works-detail .page-nav-wrap {
  margin: 45px 0 30px;
  text-align: center;
}
.section-works-detail .btn-return {
  margin-top: 35px  ;
}
.section-works-detail .btn-return a {
  display: block;
  width: 100%;
  padding: 20px;
  border: 1px solid #E3E0D9;
  border-radius: 50px;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
}
.section-works-detail .btn-return a:hover {
  color: #FE8F1F;
  opacity: 1;
}


/*  company　会社案内
---------------------------------------------------*/
#company section {
  padding-bottom: 60px;
}
.section-company-philosophy .media-wrap {
  margin: 0 -20px;
}
.section-company-philosophy .media-wrap img {
}
.section-company-philosophy .txt-wrap {
  margin-top: 60px;
}
.section-company-overview .map-outer {
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding-top: 60%; /* = height ÷ width × 100 */
}
.section-company-overview .map-outer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*  company/recruit　採用情報
---------------------------------------------------*/
.section-recruit .media-wrap {
  margin-top: 30px;
}
.section-recruit .table-box dt,
.section-recruit .table-box dd {
  font-size: 1.6rem;
}


/*  service/faq　よくあるご質問
---------------------------------------------------*/
body#faq .section-wrap {
  margin-bottom: 80px;
}
.section-faq > dl {
  position: relative;
  margin-top: 25px;
  border-bottom: 1px solid #D1CABA;
  background-color: #fff;
}
.section-faq > dl > dt,
.section-faq > dl > dd {
  position: relative;
  padding: 22px 30px 22px 50px;
  border-top: 1px solid #D1CABA;
}
.section-faq > dl > dt {
  /*font-size: 1.3rem;*/
  font-weight: 600;
  line-height: 1.6;
  cursor:pointer;
}
.section-faq > dl > dt::before {
  content: "Q";
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 10px;
  /*top: 15px;*/
  line-height: 25px;
  font-size: 1.4rem;
  color: #FE8F1F;
  text-align: center;
  font-family: 'Lato', sans-serif;
  border: 2px solid #FE8F1F;
  border-radius: 50px;
}
.section-faq > dl > dt::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: calc(50% - 4px);
  right: 12px;
  border: 0px;
  border-bottom: solid 2px #FE8F1F;
  border-right: solid 2px #FE8F1F;
  transform: rotate(45deg);
  transition: all 0.2s; 
}
.section-faq > dl > dt.is-open::after {
  border: 0px;
  border-top: solid 2px #FE8F1F;
  border-left: solid 2px #FE8F1F;
}
.section-faq > dl > dd {
  /*font-size: 1.3rem;*/
  line-height: 1.8;
  display: none;
  transition: unset;
}
.section-faq > dl > dd::before {
  content: "A";
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 10px;
  /*top: 15px;*/
  line-height: 25px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  font-family: 'Lato', sans-serif;
  border: 2px solid #FE8F1F;
  border-radius: 50px;
  background-color: #FE8F1F;
}


/*  consult　お見積もり相談
    contact　お問合せ
---------------------------------------------------*/
.section-consult {
  padding: 0 20px;
}
.section-contact {
  padding: 0 20px 50px;
}
.section-consult .inner,
.section-contact .inner {
  padding: 30px 20px;
  border-radius: 30px;
  background-color: #fff;
}
.section-consult h2,
.section-contact h2 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
  color: #F83807;
}
.section-consult h2 span {
  display: block;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6;
  color: #3A2C2C;
}
h2 + .form-box,
.form-box:not(:first-of-type){
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #D1CABA;
}
.section-consult .form-box .page-head,
.section-consult .form-box .page-head-txt {
  text-align: center;
}
.section-consult .radio-box .grid {
  margin-top: 0;
}
.section-consult .radio-box .grid input {
  display: none;
}
.section-consult .radio-box .grid-2 label {
  display: block;
  position: relative;
  font-size: 1.5rem;
  padding: 20px 20px 20px 55px;
  border-radius: 5px;
  border: 4px solid #D1CABA;
  transition: all 0.5s;
}
.section-consult .radio-box .grid-2 label:hover {
  background-color: #F9F6F1;
  cursor: pointer;
}
.section-consult .radio-box .grid-2 label::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 17px;
  left: 25px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background-color: #fff;
}
.section-consult .radio-box .grid-2 label::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 20px;
  left: 28px;
  border-radius: 50%;
  background-color: #FE8F1F;
  transition: all 0.2s;
  opacity: 0;
}
.form-box .radio-box .grid-2 input:checked + label::after {
  opacity: 1;
}
.form-box .btn-top {
  text-align: center;
  font-size: 1.5rem;
}
.form-box .btn-top a {
  display: inline-block;
  padding: 20px 80px;
  border: 1px solid #E3E0D9;
  border-radius: 50px;
}
.form-box .btn-top a:hover {
  background-color: #E3E0D9;
}
.form-horizontal dl:first-of-type {
  margin-top: 0;
}
.form-horizontal dl {
  margin-top: 30px;
}
.form-horizontal dt {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8;
}
.form-horizontal dd {
  margin-top: 2px;
  font-size: 1.5rem;
  line-height: 1.4;
}
.form-horizontal ul {
  margin-top: -5px;
}
.form-horizontal ul.flex {
  margin-top: -5px;
}
.form-horizontal li {
  margin-top: 10px;
}
.form-horizontal .radio-box ul {
  margin-top: 0;
}
.form-horizontal .radio-box ul.flex {
  display: block;
}
.form-horizontal .radio-box li {
  margin-top: 20px;
}
.form-horizontal .radio-box input {
  display: none;
}
.form-horizontal .radio-box label {
  position: relative;
  padding-left: 30px;
}
.form-horizontal .radio-box label:hover {
  cursor: pointer;
}
.form-horizontal .radio-box label::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 2px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background-color: #fff;
}
.form-horizontal .radio-box label::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 5px;
  left: 3px;
  border-radius: 50%;
  background-color: #FE8F1F;
  transition: all 0.2s;
  opacity: 0;
}
.form-horizontal .radio-box input:checked + label::after {
  opacity: 1;
}
.form-horizontal .check-box ul {
  margin-top: 0;
}
.form-horizontal .check-box ul.flex {
  display: block;
}
.form-horizontal .check-box li {
  margin-top: 20px;
}
.form-horizontal .check-box input {
  display: none;
}
.form-horizontal .check-box label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.form-horizontal .check-box label::before {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff; 
}
.form-horizontal .check-box label::after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  position: absolute;
  top: 10px;
  left: 5px;
  border-bottom: 2px solid #FE8F1F;
  border-left: 2px solid #FE8F1F;
  transform: rotate(-45deg);
  transition: all 0.2s;
  opacity: 0;
}
.form-horizontal .check-box input:checked + label::after {
  opacity: 1;
}
.form-horizontal .label-upload {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 30px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  color: #3A2C2C;
  border: 1px solid #D1CABA;
  border-radius: 5px;
  background-color: #F9F6F1;
  transition: all 0.5s;
  cursor: pointer;
}
.form-horizontal .label-upload::before {
  content: "";
  padding-left: 25px;
  background-image: url(../img/common/icon_file.png);
  background-repeat: no-repeat;
  background-position: center center
}
.form-horizontal .label-upload:hover {
  background-color: #D1CABA;
}
.form-horizontal .label-upload input {
  display: none;
}
.form-horizontal .input-box input {
  width: 100%;
  height: 50px;
  padding: 10px;
  font-size: 1.5rem;
  line-height: 1.6;
  border: solid 1px #ddd;
  border-radius: 5px;
}
::placeholder {
  color: #BBB;
}
.form-horizontal textarea {
  width: 100%;
  height: 140px;
  padding: 10px;
  font-size: 1.5rem;
  line-height: 1.6;
  border: solid 1px #ddd;
  border-radius: 5px;
}
.form-horizontal .inquiry {
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: right;
  color: #8F8A8A;
}
.form-box .important {
  margin-left: 10px;
  font-size: 1.2rem;
  color: #F83807;
}
.form-box .attn {
  display: inline-block;
  margin-top: 10px;
  font-size: 1.2rem;
}
.form-box .small {
  font-size: 1.2rem;
}
.privacy-box {
  margin-top: 20px;
  font-size: 1.5rem;
  text-align: center;
}
.privacy-box input {
  display: none;
}
.privacy-box label {
  position: relative;
  display: block;
  padding-top: 30px;
  font-weight: 600;
  cursor: pointer;
}
.privacy-box label a {
  color: #F83807;
}
.privacy-box label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 1px;
  left: 50%;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
}
.privacy-box label::after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  position: absolute;
  top: 7px;
  left: calc(50% + 5px);
  border-bottom: 2px solid #FE8F1F;
  border-left: 2px solid #FE8F1F;
  transform: rotate(-45deg);
  transition: all 0.2s;
  opacity: 0;
  }
.privacy-box input:checked + label::after {
  opacity: 1;
}
.submit-box {
  padding-top: 30px;
  text-align: center;
}
.submit-box .grid {
  flex-direction: column-reverse;
}
.submit-box .btn-submit {
  width: 100%;
  padding: 20px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  line-height: 2;
  border: none;
  border-radius: 10px;
  background: #FF8324;
  background: linear-gradient(to right, #F83807 0%, #FF6509 75%, #FF8324 100%);
  transition: all 0.2s; 
  cursor: pointer;
}
.submit-box .btn-reset {
  width: 100%;
  padding: 20px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  line-height: 2;
  border: none;
  border-radius: 10px;
  background: #bbb;
  transition: all 0.2s; 
  cursor: pointer;
}
.submit-box .btn-submit:hover,
.submit-box.btn-reset:hover {
  opacity: 0.7;
}


/*  consult/line　かんたんLINE相談
---------------------------------------------------*/
.lineflow-wrap > ul > li {
  position: relative;
  padding: 20px 20px 60px;
  background-color: #fff;
}
.lineflow-wrap > ul > li + li {
  margin-top: 120px;
}
.lineflow-wrap > ul > li::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -40px;
  border-top: 40px solid #fff;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
}
.lineflow-wrap > ul > li:last-child::after {
  content: none;
}
.lineflow-wrap .list-box { 
  margin-top: 60px;
}
.lineflow-wrap .ttl + .list-box { 
  margin-top: 40px;
}
.lineflow-wrap .list-box .flex {
  flex-direction: column;
}
.lineflow-wrap .ttl {
  display: flex;
  flex-direction: column;
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 600;
} 
.lineflow-wrap .ttl .step {
  width: 140px;
  font-size: 2rem;
  font-weight: 600;
  color: #FE8F1F;
  font-family: 'Lato', sans-serif;
} 
.lineflow-wrap .ttl .step span {
  display: inline-block;
  margin-left: 5px;
  font-size: 3.5rem;
  font-weight: 600;
}
.lineflow-wrap .list-box .flex > * + * {
  margin-top: 30px;
}
.lineflow-wrap .list-box .flex .media-box {
  width: 100%;
}
.lineflow-wrap .list-box .flex .media-box img {
  width: 100%;
}
.lineflow-wrap .list-box .flex .txt-box {
  width: 100%;
} 
.lineflow-wrap .txt-box p,
.lineflow-wrap .txt-box li {
  font-size: 1.8rem;
  line-height: 1.6;
} 
.lineflow-wrap .txt-box p + p,
.lineflow-wrap .txt-box p + ul {
  margin-top: 20px;
} 
.lineflow-wrap .txt-box .attn,
.lineflow-wrap .txt-box .list-attn li {
  font-size: 1.5rem;
}
.lineflow-wrap .grid li {
  text-align: center;
}
.lineflow-wrap .grid li + li {
  margin-top: 50px;
}
.lineflow-wrap .grid .screen img {
}
.lineflow-wrap .grid .qr img {
  width: 40%;
}
.lineflow-wrap .list-box .btn-box {
  display: flex;
  flex-direction: column;
}
.lineflow-wrap .list-box .btn-box > * {
  width: 100%;
}
.lineflow-wrap .list-box .btn-box > * + * {
  margin-top: 20px;
}
.lineflow-wrap .list-box .btn {
  margin-top: 0;
  text-align: center;
  border-radius: 10px;
}
.lineflow-wrap .list-box .btn a {
  display: block;
  padding: 20px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  color: #fff;
}
.lineflow-wrap .list-box .btn-box .btn:hover {
  opacity: 0.7;
}
.lineflow-wrap .list-box .btn-box .btn a:hover {
  opacity: 1;
}


/*  company/privacy　個人情報保護方針
---------------------------------------------------*/
#privacy .page-ttl-wrap {
  display: block;
}
#privacy .page-ttl {
  width: 100%;
}
#privacy .ttl-txt {
  margin-top: 50px;
}
#privacy .privacy-wrap + .privacy-wrap {
  margin-top: 50px;
}
.privacy-wrap .page-head-wrap {
  margin-bottom: 15px;
}
.privacy-wrap .txt {
  font-size: 1.5rem;
  line-height: 1.8;
}


/*  エラーページ
---------------------------------------------------*/
.section-error {
  padding: 0 20px;
}
.section-error .inner {
  padding: 40px 20px;
  border-radius: 30px;
  background-color: #fff;
}
.section-error h2 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
  color: #F83807;
}
.error-box {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #D1CABA;
}
.error-box .page-head,
.error-box .page-head-txt {
  text-align: center;
}
.error-box .btn-top {
  text-align: center;
  font-size: 1.5rem;
}
.error-box .btn-top a {
  display: inline-block;
  padding: 20px 80px;
  border: 1px solid #E3E0D9;
  border-radius: 50px;
}
.error-box .btn-top a:hover {
  background-color: #E3E0D9;
}










