@charset "UTF-8";
/* CSS Document */
/*------------------共通------------------*/
body {
  width: 100%;
  margin: 0 auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","Noto Sans JP","メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  color: #2a2a2a;
  line-height: 1.5;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media screen and (min-width: 767px) {
  body {
    min-width: 1280px;
  }
}

body *, body *:before, body *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.08em;
}

body img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  body img {
    width: auto;
    height: auto;
  }
}

body table {
  table-layout: fixed;
  width: 100%;
}

body table tr, body table td, body table th {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

a:link, a:visited, a:active {
  text-decoration: none;
  color: inherit;
}

a:focus {
  overflow: visible;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: block;
}

@media screen and (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .pc_none {
    display: none !important;
  }
}

.inbox {
  width: 1080px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .inbox {
    width: auto;
    padding: 0 5%;
  }
}

.text-box {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.8;
}

.text-box p {
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  .text-box p br {
    display: none;
  }
}

.text-box p + p {
  padding-top: 1.8em;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text_c {
  text-align: center;
}

/*img thumb*/
.thumb {
  display: block;
  width: 100%;
  /*トリミング後の横幅*/
  padding-top: 66.666%;
  /*トリミング後の縦幅*/
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.thumb a {
  display: block;
}

.thumb a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.thumb img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  /*IE対策*/
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.thumb.no-photo {
  background: #eee;
}

.thumb.no-photo img {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain;';
  /*IE対策*/
  width: auto;
  max-width: 90%;
  height: auto;
  max-height: 90%;
}

/*footer 固定 css*/
html, body {
  height: 100%;
}

#wrap {
  width: 100%;
  position: relative;
  height: auto !important;
  /*IE6対策*/
  height: 100%;
  /*IE6対策*/
  min-height: 100%;
  overflow: hidden;
}

/*flex*/
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.fle-bet {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fle-aro {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.fle-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fle-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fle-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fle-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
}

/*header
---------------------------------------------*/
.header {
  background: #FFF;
  padding: 12px 5%;
  height: 70px;
}

.header__logo {
  width: 120px;
}

.header__right {
  display: none;
}

.tel {
  color: #02a15e;
  font-size: 30px;
  font-family: "メイリオ", Meiryo,"Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
}

.tel a {
  letter-spacing: 0;
}

.tel span {
  font-size: 18px;
  letter-spacing: 0;
  display: inline-block;
  padding-right: 12px;
}

/*nav
---------------------------------------------*/
.navi {
  display: none;
  margin-top: 24px;
}

.navi li {
  margin-left: 40px;
  font-weight: 700;
}

.navi li a {
  letter-spacing: 0.12em;
}

.sp_nav {
  position: fixed;
  right: 3%;
  top: 5px;
  z-index: 9999;
  max-width: 55px;
}

.sp_nav svg {
  width: 100%;
  height: 25px;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.sp_nav path {
  fill: none;
  stroke-width: 40px;
  stroke-linecap: round;
  stroke: #fff;
  stroke-dashoffset: 0px;
}

.sp_nav path#top-bd,
.sp_nav path#bottom-bd {
  stroke-dasharray: 1000px 50px;
}

.sp_nav path#middle-bd {
  stroke-dasharray: 1000px 50px;
}

.sp_nav a {
  display: block;
  cursor: pointer;
  padding: 15% 0% 13%;
  background: #0ab06a;
  border-radius: 5px;
}

.sp_nav a span {
  text-align: center;
  color: #fff;
  font-size: 13px;
  display: block;
  line-height: 1;
}

#sp_nav_li {
  padding: 50px 0 0;
  background: #0ab06a;
}

#sp_nav_li > li {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #fff;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#sp_nav_li > li:nth-child(odd) {
  border-right: 1px solid #fff;
}

#sp_nav_li > li:last-child {
  width: 100%;
  border-bottom: none;
  text-align: center;
  padding: 5% 3%;
  background: #fff;
  border-bottom: 5px solid #0ab06a;
}

#sp_nav_li > li > a {
  display: block;
  color: #fff;
  padding: 12px;
  font-size: 4vw;
  font-weight: bold;
  padding: 15px 5px;
}

#sp_nav_li > li > a span {
  font-size: 10px;
  font-weight: 400;
}

/*#sp_nav_li > li:nth-last-child(3) {
	border-bottom: 1px solid #fff;
}*/
/*  #sp_nav_li>li:nth-child(n+5):nth-child(odd){
border-right: none;
} */
.remodal-close {
  color: #fff;
}

/*---------main_visual------------*/
.mv {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.mv-ttl {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 1080px;
  max-width: 90%;
  text-align: center;
}

.mv-ttl img {
  display: inline-block;
}

.mv-slider div {
  height: 80vmin;
}

.mv-slider div:nth-child(1) {
  background: url(../img/top/mv_bg_1.jpg) no-repeat center/cover;
}

.mv-slider div:nth-child(1) .mv-ttl {
  text-align: left;
}

.mv-slider div:nth-child(2) {
  background: url(../img/top/mv_bg_2.jpg) no-repeat center/cover;
}

.mv-slider div:nth-child(3) {
  background: url(../img/top/mv_bg_3.jpg) no-repeat center/cover;
}

/* bxslider
---------------------------------------------------- */
.bx-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.bx-wrapper .bx-viewport {
  margin: auto;
  text-align: center;
}

.bx-wrapper .bx-pager {
  display: none;
}

/*setting
----------------------------------------------------*/
.cmn-btn a {
  color: #fff;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  border-radius: 10px;
  position: relative;
  background: #02c15c;
  background: -webkit-gradient(linear, left top, left bottom, from(#02c15c), to(#02a15e));
  background: -webkit-linear-gradient(top, #02c15c 0%, #02a15e 100%);
  background: linear-gradient(to bottom, #02c15c 0%, #02a15e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=0 );
  z-index: 1;
}

.cmn-btn a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #0ab06a;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cmn-btn a:hover {
  opacity: 1;
}

.cmn-btn a:hover:before {
  opacity: 0;
}

.cmn-btn a span {
  letter-spacing: 0.12em;
  padding-left: 12px;
  position: relative;
  display: inline-block;
  font-weight: 700;
}

.cmn-btn a span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

/*sec-greeting
-----------------------------------------------------*/
.sec-greeting {
  padding: 15% 0;
  background: url(../img/top/sec_greeting_bg.png) no-repeat center/cover;
}

.sec-greeting__ttl {
  font-size: 6.5vmin;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 10%;
}

.sec-greeting__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec-greeting__text {
  width: 100%;
}

.sec-greeting__text .cmn-btn {
  margin-top: 40px;
}

.sec-greeting__img {
  margin-top: 10%;
}

.color-green {
  color: #0ab06a;
}

.color-orange {
  color: #f7811e;
}

/*sec-trouble
-----------------------------------------------------*/
.sec-trouble {
  padding-top: 20%;
  background: #FFF;
}

.sec-trouble__ttl {
  font-size: 8vmin;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 10%;
}

.sec-trouble__ttl:first-line {
  font-size: 7vmin;
}

.sec-trouble__ttl .fz36 {
  font-size: 7vmin;
}

.sec-trouble__ttl em {
  font-size: 9vmin;
  letter-spacing: 0.08em;
  color: #0ab06a;
  position: relative;
  z-index: 1;
}

.sec-trouble__ttl em.bottom-bd:before {
  content: "";
  width: 100%;
  height: 0.3em;
  background: url(../img/common/pt_st.png) repeat left top;
  position: absolute;
  left: 0;
  bottom: 0.1em;
  z-index: -1;
}

.sec-trouble__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.sec-trouble__item {
  margin: 4% 2% 0;
  width: 44%;
}

.sec-trouble__item:nth-child(-n+2) {
  /*margin-top: 0;*/
}

.sec-trouble__item:nth-child(1) {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.sec-trouble__item:nth-child(2) {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.sec-trouble__item:nth-child(3) {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.sec-trouble__item:nth-child(4) {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.sec-trouble__item:nth-child(5) {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.sec-trouble__bnrs {
  margin-top: 15%;
  padding: 0 5%;
  /*display: flex;
		justify-content: space-between;*/
}

.sec-trouble__bnr {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding: 10vmin;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  background: url(../img/top/bnr_bg_service.jpg) no-repeat center/cover;
}

.sec-trouble__bnr--sale {
  background-image: url(../img/top/bnr_bg_car.jpg);
  margin-top: 5%;
}

.sec-trouble__bnr--sale .sec-trouble__bnr__text:before {
  background: rgba(236, 189, 17, 0.9);
}

.sec-trouble__bnr--sale .sec-trouble__bnr__text h4 span:after {
  background: url(../img/common/icon_bnr_car.png) no-repeat center right/contain;
}

.sec-trouble__bnr:hover {
  opacity: 1;
}

.sec-trouble__bnr:hover .sec-trouble__bnr__text:before {
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.sec-trouble__bnr__text {
  width: 100%;
  padding: 8% 3%;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}

.sec-trouble__bnr__text p {
  font-size: 4vmin;
  letter-spacing: 0.04em;
}

.sec-trouble__bnr__text p br {
  display: inline;
}

.sec-trouble__bnr__text:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(247, 129, 30, 0.9);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sec-trouble__bnr__text h4 {
  font-size: 5.5vmin;
  padding-bottom: 5%;
  background: url(../img/common/border_dot.png) no-repeat center bottom;
  margin-bottom: 5%;
  font-weight: 700;
}

.sec-trouble__bnr__text h4 span {
  position: relative;
  display: inline-block;
  padding: 0 8vmin;
}

.sec-trouble__bnr__text h4 span:before {
  content: "";
  width: 5vmin;
  height: 5vmin;
  background: url(../img/common/arr_cl.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sec-trouble__bnr__text h4 span:after {
  content: "";
  width: 10vmin;
  height: 10vmin;
  background: url(../img/common/icon_service.png) no-repeat center/contain;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(70%);
  -ms-transform: translateX(70%);
  transform: translateX(70%);
  z-index: -1;
}

/*sec-news
-----------------------------------------------------*/
.sec-news {
  padding: 15% 0;
}

.sec-news__in {
  /*display: flex;*/
  /*justify-content: space-between;*/
  /*align-items: center;*/
  position: relative;
  padding-bottom: 72px;
}

.sec-news__ttl-wrap {
  text-align: center;
  margin-bottom: 5%;
}

.sec-news__ttl-wrap .cmn-btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80%;
}

.sec-news__ttl-wrap .cmn-btn a {
  height: 50px;
  font-size: 15px;
  letter-spacing: 0.08em;
}

.sec-news__ttl {
  font-size: 9vmin;
  letter-spacing: 0.14em;
  font-weight: 700;
  line-height: 1;
}

.sec-news .news-list {
  /*width: 760px;*/
}

.contact-area {
  background: #fafafa;
  padding: 15% 0;
}

.contact-area__ttl {
  text-align: center;
  color: #f7811e;
  font-weight: 700;
  font-size: 8vmin;
  margin-bottom: 8%;
}

.contact-area__ttl span {
  font-size: 7vmin;
}

.contact-area__inner {
  /*display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;*/
}

.contact-area .mail-btn {
  margin: 8% auto 0;
  width: 100%;
}

.contact-area .mail-btn a {
  font-size: 5vmin;
  height: 20vmin;
}

.contact-area .mail-btn a span {
  padding-left: 7vmin;
}

.tel-box {
  /*display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;*/
}

.tel-box p {
  background: #0ab06a;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 40px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 16px;
  position: relative;
  z-index: 1;
}

.tel-box p span {
  display: inline-block;
  padding-left: 16px;
  position: relative;
}

.tel-box p span:before {
  content: "";
  width: 20px;
  height: 18px;
  background: url(../img/common/icon_tel.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tel-box p:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 13px 0 13px;
  border-color: #0ab06a transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tel-box .tel {
  color: #2a2a2a;
  text-align: center;
}

.mail-btn a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 360px;
  max-width: 100%;
  height: 80px;
  background: #0ab06a;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
}

.mail-btn a span {
  position: relative;
  padding-left: 24px;
}

.mail-btn a span:before {
  content: "";
  width: 23px;
  height: 16px;
  background: url(../img/common/icon_mail.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-75%, -50%);
  -ms-transform: translate(-75%, -50%);
  transform: translate(-75%, -50%);
}

/*footer
-----------------------------------------------------*/
#pageTop {
  position: fixed;
  bottom: 3%;
  right: 3%;
  z-index: 9999;
}

.footer {
  background: #FFF;
}

.footer__in {
  padding: 64px 0 32px;
  text-align: center;
}

.footer__logo {
  margin-bottom: 28px;
}

.footer__text {
  font-size: 14px;
  margin-bottom: 24px;
}

.footer__text p + p {
  margin-top: 8px;
}

.footer__text span {
  display: inline-block;
  margin-top: 4px;
}

.footer__text span + span {
  margin-left: 1em;
}

.footer .tel {
  color: #2a2a2a;
}

.footer__btns {
  margin-top: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__btns .mail-btn a {
  width: 210px;
  height: 50px;
  font-size: 14px;
  letter-spacing: 0;
}

.footer__btns .mail-btn a span {
  letter-spacing: 0;
  padding-left: 28px;
}

.footer__btns .mail-btn a span:before {
  width: 19px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer .sns-btns {
  margin-left: 16px;
}

.sns-btns {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sns-btn + .sns-btn {
  margin-left: 12px;
}

.footer__nav {
  text-align: center;
  padding: 28px 0;
  border-top: 1px solid #e5e5e5;
  display: none;
}

.footer__nav li a {
  display: block;
  font-size: 12px;
  padding: 3px 5px;
}

#copyright {
  font-size: 12px;
  text-align: center;
  line-height: 40px;
  background: #FAFAFA;
  letter-spacing: 0;
}

#copyright > * {
  letter-spacing: 0;
}

/*下層
-------------------------------------------------*/
.sv {
  background: url(../img/common/sv_bg.jpg) no-repeat center;
  background-size: cover;
}

.sv__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 30vmin;
}

.sv__ttl {
  padding: 0 5%;
}

.sv__ttl img {
  max-height: 12vmin;
}

#bread {
  padding: 16px 0;
  width: 100%;
  max-width: 1080px;
}

#bread ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#bread li {
  font-size: 12px;
  margin-right: 2px;
  padding-right: 14px;
  position: relative;
}

#bread li:after {
  content: "|";
  position: absolute;
  right: 3px;
  top: 1px;
}

#bread li:last-child:after {
  display: none;
}

#bread li {
  opacity: 0.7;
}

#bread li:last-child {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #bread {
    padding: 8px 5%;
  }
  #bread ul {
    width: auto;
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    white-space: nowrap;
  }
  #bread li {
    display: inline;
    padding-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
}

.btt-content {
  padding: 15% 0 20%;
}

.inbox.btt-content {
  padding: 15% 5% 20%;
}

.title01 {
  font-size: 7vmin;
  font-weight: 700;
  position: relative;
  z-index: 1;
  padding-left: 5vmin;
  line-height: 1.3;
}

.title01:before {
  content: "";
  width: 5px;
  height: calc(100% - 0.1em);
  background: #0ab06a;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0.05em;
}

.title01:after {
  content: "";
  width: 100%;
  height: 5px;
  border-top: 2px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  position: absolute;
  left: 0;
  bottom: -16px;
}

.title01 + * {
  margin-top: 40px;
}

.title01--center {
  font-size: 8vmin;
  color: #0ab06a;
  font-weight: 700;
  position: relative;
  line-height: 1;
  margin-bottom: 8vmin;
  text-align: center;
}

.title01--center:after {
  content: "";
  width: 100%;
  height: 5px;
  border-top: 2px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  position: absolute;
  left: 0;
  bottom: -20px;
}

.title02 {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  padding-left: 10px;
}

.title02:before {
  content: "";
  width: 3px;
  height: calc(100% - 0.2em);
  background: #0ab06a;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0.1em;
}

.title02:after {
  content: "";
  width: 100%;
  height: 5px;
  border-top: 2px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.title02 + * {
  margin-top: 32px;
}

/*.cmn-ol.ol-reset*/
.cmn-ol ol {
  list-style: none;
  /* olがはき出す数字を消す */
  counter-reset: li;
  position: relative;
}

.cmn-ol ol.cmn-ol-list li:before {
  counter-increment: li;
  /*リストの数字を1つ進める。IE7以下、未対応*/
  content: counter(li) ".";
  /*リストを連番にする*/
}

.cmn-sec + .cmn-sec {
  padding-top: 15%;
}

.e404-content a {
  text-decoration: underline;
  color: #ecbd11;
}

.tel a {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .tel a {
    pointer-events: auto;
  }
}

.map-wrap {
  width: 100%;
  margin-top: 48px;
}

.map {
  position: relative;
  width: 100%;
  padding-top: 400px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .map {
    padding-top: 50%;
  }
}

.map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.map-ttl {
  text-align: center;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 18px;
}

.map-ttl span {
  display: inline-block;
  padding-left: 24px;
  background: url(../img/common/map_icon.svg) no-repeat left center;
}

.cmn-table {
  width: 100%;
}

.cmn-table tr th {
  position: relative;
}

.cmn-table tr th:before {
  content: "";
  width: 5px;
  height: 1.5em;
  background: #0ab06a;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .cmn-table tr {
    display: block;
    padding: 16px 0;
  }
  .cmn-table tr + tr {
    border-top: 1px solid rgba(42, 42, 42, 0.2);
  }
  .cmn-table tr th, .cmn-table tr td {
    display: block;
  }
  .cmn-table tr th {
    font-weight: 700;
    padding-bottom: 5px;
    padding-left: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .cmn-table tr th, .cmn-table tr td {
    padding: 16px 0;
  }
  .cmn-table tr th {
    padding-left: 16px;
    width: 120px;
  }
  .cmn-table tr + tr th, .cmn-table tr + tr td {
    border-top: 1px solid rgba(42, 42, 42, 0.2);
  }
}

.cmn-text-area {
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.cmn-img {
  width: 100%;
  margin-bottom: 16px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

/*strengths
------------------------------------------*/
.strengths {
  counter-reset: li;
}

.strengths__sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  /*&:nth-of-type(2n){
			.cmn-text-area{
				order: 2;
			}
		}*/
}

.strengths__sec .cmn-img {
  margin-top: 16px;
}

.strengths__ttl {
  font-size: 6.5vmin;
  padding-left: 64px;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.strengths__ttl br {
  display: none;
}

.strengths__ttl:before {
  counter-increment: li;
  content: "0" counter(li);
  width: 48px;
  height: 48px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "メイリオ", Meiryo,"Noto Sans JP", sans-serif;
  font-size: 20px;
  background: url(../img/common/num_bg.png) no-repeat center/contain;
  text-shadow: 0 0 5px #0a8b55;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.strengths__ttl em {
  color: #0ab06a;
  font-size: 7.5vmin;
  font-weight: 900;
}

.strengths__ttl span {
  font-size: 6vmin;
}

.strengths .other-img-area {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 5% 0;
}

.strengths .other__img {
  width: 48%;
  margin-top: 4%;
}

.strengths .other__img p {
  margin-top: 3%;
  font-size: 3.2vmin;
}
.strengths .other__img h4{
  font-size: 4vmin;
  font-weight: 700;
  margin: 3% 0;
  line-height: 1.3;
}

/*service
------------------------------------------*/
.service__sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service .cmn-img {
  margin-top: 0.2em;
}

.service .cmn-btn {
  margin-top: 28px;
}

/*sale
------------------------------------------*/
.sale__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
}

.sale__list li {
  width: 100%;
  margin-top: 10%;
  /*margin: 30px;*/
}

.sale__text {
  background: #fafafa;
  padding: 10px 10px 24px;
}

.sale__text__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.sale__text__list div {
  /*flex-grow: 1;*/
  margin: 8px 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 2px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  /*flex-wrap: wrap;*/
}

.sale__text__list dd {
  margin-left: 8px;
}

.sale__text .price {
  text-align: right;
  margin-top: 8px;
}

.price {
  font-weight: 700;
  font-size: 20px;
  color: #0ab06a;
}

.price span {
  font-size: 15px;
  color: #2a2a2a;
}

.list-ttl {
  font-size: 18px;
  font-weight: 700;
}

.list-ttl__small {
  font-size: 14px;
  color: #5d5d5d;
  line-height: 1;
  margin-bottom: 4px;
}

/*case
------------------------------------------*/
.case-card li {
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  padding: 24px 10px;
  border: 1px solid #e6e6e6;
  margin-top: 40px;
}

.case-card li:nth-child(-n+2) {
  margin-top: 0;
}

.case-card__ttl {
  margin-top: 16px;
}

.case-card__ttl + p {
  margin-top: 24px;
}

.case-card p {
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.case-img-wrap {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.case-img-text {
  font-weight: 700;
  font-size: 17px;
  color: #fff;
  text-align: center;
  padding: 2px;
  border-radius: 5px;
  margin-bottom: 5px;
  letter-spacing: 0.06em;
}

.before-text {
  background: #ecbd11;
}

.after-text {
  background: #f7811e;
}

.case-before {
  width: 220px;
  max-width: 60%;
  position: relative;
}

.case-before:after {
  content: "";
  width: 58px;
  height: 52px;
  background: url(../img/common/arr_case.png) no-repeat center;
  position: absolute;
  right: -4px;
  bottom: -14px;
  -webkit-transform: translateY(100%) rotate(30deg);
  -ms-transform: translateY(100%) rotate(30deg);
  transform: translateY(100%) rotate(30deg);
}

.case-after {
  width: 100%;
  margin-top: 80px;
}

/*info
------------------------------------------*/
.page-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.page-btns .page-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 24px;
  background: #0ab06a;
  color: #fff;
  border-radius: 8px;
  font-weight: 700;
  position: relative;
}

.page-btns .page-btn:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-btns .page-btn + .page-btn {
  margin-left: 24px;
}

.faq-list {
  margin-top: 20%;
}

.faq-list__item {
  padding-left: 18vmin;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #e5e5e5;
}

.faq-list__item + .faq-list__item {
  margin-top: 40px;
}

.faq-list__item dt:before, .faq-list__item dd:before {
  content: '';
  width: 15vmin;
  height: 15vmin;
  background-position: center;
  position: absolute;
  left: -20vmin;
  top: 0;
}

.faq-list__item dt {
  font-size: 6vmin;
  font-weight: 700;
  position: relative;
  margin-bottom: 16px;
}

.faq-list__item dt:before {
  background: url(../img/common/icon_q.png) no-repeat center/contain;
  top: -0.5em;
}

.faq-list__item dd {
  position: relative;
  background: #f2f2f2;
  padding: 16px 20px;
  border-radius: 10px;
}

.faq-list__item dd:before {
  background: url(../img/common/icon_a.png) no-repeat center/7vmin;
}

/*site_map
------------------------------------------*/
.site_map-li > li {
  border-bottom: 1px dotted #2a2a2a;
}

.site_map-li > li span {
  display: block;
  color: #2a2a2a;
  padding: 14px 0 11px;
  font-size: 18px;
}

.site_map-li > li a {
  display: block;
  color: #2a2a2a;
  padding: 14px 40px 11px;
  font-size: 18px;
  position: relative;
}

.site_map-li > li a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #0ab06a;
  position: absolute;
  left: 15px;
  top: 19px;
}

.site_map-li > li ul {
  margin: -10px 0 10px;
}

.site_map-li > li ul li a {
  font-size: 16px;
  margin-left: 40px;
  padding: 9px 40px 6px;
  border-bottom: 0;
}

.site_map-li > li ul li a:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0ab06a;
  position: absolute;
  left: 15px;
  top: 15px;
  border-width: 0;
}

/*privacy
----------------------------------*/
.privacy_box {
  margin-bottom: 45px;
}

.privacy_text {
  font-size: 16px;
}

/*news
-----------------------------------*/
.news-list li {
  padding: 16px 16px;
  position: relative;
}

.news-list li + li {
  border-top: 1px solid #e5e5e5;
}

.news-list li .news-list-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*flex-wrap: wrap;*/
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.news-list .thumb {
  z-index: 0;
}

.news-list .news-ymd {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  margin-right: 8px;
  display: inline-block;
  padding: 8px 12px 8px 0;
  line-height: 1;
  z-index: 2;
}

.news-list .tag {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 4px 8px 4px 0;
  display: block;
  min-width: 100px;
  letter-spacing: 0.08em;
  position: relative;
}

.news-list .tag a {
  position: relative;
  z-index: 9;
  display: block;
  text-align: center;
  padding: 2px 10px;
  background: #f7811e;
  color: #fff;
  border-radius: 4px;
}

.news-list .tag--9580 a {
  background: #ecbd11;
}

.news-list .news-ttl {
  /*max-width: 784px;*/
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-list .news-ttl a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.a-news-list .news-list li {
  margin-bottom: 15px;
}

.a-news-list .news-list li > a {
  background: #FFF;
  padding: 24px;
}

.a-news-list .news-list li .news-ttl {
  width: 100%;
  margin-top: 4px;
  font-size: 18px;
}

.a-news-list .news-list li .news-body {
  font-size: 14px;
  color: rgba(42, 42, 42, 0.7);
  margin-top: 16px;
}

.a-news-list .news-list li .news-body p {
  text-align: justify;
}

/*news-sg
-----------------------------------*/
.category__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*justify-content: center;*/
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px 32px;
}

.category__item {
  margin: 8px 8px;
}

.category__item a {
  display: block;
  padding: 4px 8px 4px;
  color: #0ab06a;
  border-radius: 8px;
  border: 1px solid #0ab06a;
}

.category__item a:hover {
  opacity: 1;
  background: #0ab06a;
  color: #fff;
}

.category__item.is-active a {
  background: #0ab06a;
  color: #fff;
}

.aside-category {
  /*position: sticky;
		top: 141px;
		right: 0;
		width: 240px;
		order:2;*/
  border: 2px solid #0ab06a;
  padding-bottom: 8px;
  margin-bottom: 40px;
  padding: 16px;
}

.aside-category h3 {
  padding-bottom: 8px;
  font-size: 18px;
  color: #555;
  font-weight: 500;
}

.aside-category ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.aside-category li {
  padding: 8px 16px 8px 32px;
  line-height: 1.3;
  position: relative;
  color: #797979;
  /*border-bottom: 1px solid $main_color;*/
  font-size: 14px;
  -webkit-transition: 0.12s;
  transition: 0.12s;
  margin-right: 24px;
}

.aside-category li span {
  -webkit-transition: 0.12s;
  transition: 0.12s;
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 0px solid #0ab06a;
}

.aside-category li.is-active {
  color: #0ab06a;
}

.aside-category li.is-active a {
  color: #0ab06a;
}

.aside-category li.is-active span {
  border-bottom: 1px solid #0ab06a;
}

.aside-category li:last-child {
  border-bottom: none;
}

.aside-category li:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #0ab06a;
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#sg_box {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#sg_box ol {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}

#sg_box ul {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: disc;
}

#sg_box img {
  margin: 12px 0;
}

.sg_day {
  font-size: 16px;
  color: #0ab06a;
  text-align: right;
  padding: 24px 0 0;
  font-weight: 700;
}

.page_btn {
  padding-top: 24px;
  margin-top: 40px;
  border-top: 1px solid #0ab06a;
  position: relative;
  font-weight: 700;
}

.page_btn a {
  font-size: 16px;
  color: #0ab06a;
}

.page_btn a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page_btn .left {
  position: absolute;
  left: 0;
  top: 24px;
}

.page_btn .left a {
  padding: 0 0 2px 16px;
  position: relative;
}

.page_btn .left a:before {
  border-width: 4px 6px 4px 0;
  border-color: transparent #0ab06a transparent transparent;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page_btn .right {
  position: absolute;
  right: 0;
  top: 24px;
}

.page_btn .right a {
  padding: 0 16px 2px 0;
  position: relative;
}

.page_btn .right a:before {
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #0ab06a;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page_btn .text_c a::before {
  display: none;
}

.pagenation {
  text-align: center;
  margin-top: 32px;
}

.pagenation li {
  display: inline-block;
  border: 1px solid #0ab06a;
  color: #0ab06a;
  margin: 0 8px;
}

.pagenation li a {
  display: block;
  padding: 8px 16px;
}

.pagenation li.current {
  background-color: #0ab06a;
  color: #fff;
  padding: 8px 16px;
}

.sns-sharerbtn-list {
  margin-top: 40px;
}

.sns-sharerbtn-list li + li {
  margin-left: 20px;
}
