html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body {
  background: #fff;
  font-size: 14px;
  line-height: 1;
  width: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family:
    "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

button,
input,
select,
textarea {
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

#footer_top {
  background: #f4f0ec;
}

#container {
  background-color: #fff;
}

/*フォント*/
body,
p,
a,
span,
.headline,
.rich_font,
.rich_font_type3,
.wpcf7-submit,
.gothic_font {
  font-family:
    "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}

/* ページコンテンツ */
.page-content p {
  line-height: 2.5;
  margin: 0 0 2em 0;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  clear: both;
  line-height: 1.4;
  margin: 0 0 10px 0;
  padding: 10px 0 0 0;
}

.page-content h2 {
  font-size: 24px;
}

.page-content h3 {
  font-size: 22px;
}

/* コピーライト */
#copyright {
  width: 100%;
  line-height: 60px;
  height: 60px;
  font-size: 12px;
  z-index: 10;
  text-align: center;
  background: #58330d;
  color: #fff;
  box-sizing: border-box;
  background-color: #08bb41;
}

/* 404ページ */
#page_404_header {
  width: 100%;
  height: -webkit-calc(100vh - 151px);
  height: calc(100vh - 151px);
  position: relative;
  text-align: center;
  background-image: url(/lp/image/404/pixta_33696581_M.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

#page_404_header .catch_area {
  position: absolute;
  z-index: 2;
  text-align: center;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#page_404_header .catch {
  font-size: 48px;
  font-weight: 500;
}

#page_404_header .desc {
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0 0 0;
}

#page_404_header .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

/*改行*/
br.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  br.sp {
    display: inline;
  }

  br.pc {
    display: none;
  }
}

/*スマホ非表示*/
@media (max-width: 767px) {
  span.sp {
    display: none;
  }
}

/*アンカーリンク*/
#company {
  scroll-margin-top: 12em;
}

#before-after,
#service,
#price,
#area,
#gallery {
  scroll-margin-top: 9em;
}

@media (max-width: 767px) {
  #company {
    scroll-margin-top: 2em;
  }

  #before-after,
  #service,
  #price,
  #area,
  #gallery {
    scroll-margin-top: 0;
  }
}

/* ----------------------------------------------------------------------
 ヘッダーバー
---------------------------------------------------------------------- */
#header_fix {
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
  height: 120px;
  display: flex;
  visibility: hidden;
  opacity: 0;
  transition: all;
  transition-duration: 1s;
  transform: translateY(-20%) translateX(0%);
  border-bottom: none;
  background-color: rgb(255 255 255 / 95%);
}

#header_fix.active {
  transform: translateY(0%) translateX(0);
  visibility: visible;
  opacity: 1;
  transition-duration: 1s;
}

@media (max-width: 767px) {
  #header_fix.active {
    display: none;
  }
}

/* ----------------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------------- */
h1.spacer {
  display: none;
}

#header_blok {
  height: 120px;
  display: flex;
  width: 100%;
  background-color: #fff;
  border-bottom: 8px solid #1f9e47;
}

.header01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}

.header01 img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

.header10 {
  width: 38%;
}

.header20 {
  width: 48%;
}

#header-button ul {
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: flex-end;
}

#header-button ul li {
  line-height: 0;
  padding-right: 0.5em;
}

#header-button ul li:last-of-type {
  padding-right: 0;
}

button.btn-img {
  background-color: transparent;
  border: none;
}

.btn-img img {
  transition: all 0.4s;
}

.btn-img:hover img {
  opacity: 0.6;
}

.company {
  background-color: #fff;
  margin: 8em 0;
}

.acecontact {
  padding-top: 90px;
  background-color: #fff;
}

.thanks {
  padding-top: 100px;
  background-color: #fff;
}

@media (max-width: 1300px) {
  .header01 {
    width: 100%;
    box-sizing: border-box;
    padding: 0 2em;
  }
}

@media (max-width: 1200px) {

  #header_fix,
  #header_blok {
    height: 110px;
  }

  #header_blok {
    border-bottom: 5px solid #1f9e47;
  }

  #page_header {
    margin-top: 110px;
  }

  .company {
    margin: 6em 0;
  }

  .acecontact {
    padding-top: 80px;
  }

  .thanks {
    padding-top: 80px;
  }
}

@media (max-width: 1050px) {

  #header_fix,
  #header_blok {
    height: 100px;
  }

  #page_header {
    margin-top: 100px;
  }

  .company {
    margin: 5em 0;
  }

  .acecontact {
    padding-top: 70px;
  }

  .thanks {
    padding-top: 60px;
  }
}

@media (max-width: 900px) {

  #header_fix,
  #header_blok {
    height: 80px;
  }

  #page_404_header,
  #page_header {
    margin-top: 80px;
  }

  .company {
    margin: 4em 0;
  }

  .acecontact {
    padding-top: 60px;
  }

  .thanks {
    padding-top: 40px;
  }
}

@media (max-width: 800px) {

  #header_fix,
  #header_blok {
    height: 70px;
  }

  #page_header {
    margin-top: 70px;
  }

  .acecontact {
    padding-top: 50px;
  }

  .thanks {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  #header_blok {
    position: static;
    padding: 0 4.5em;
    height: 60px;
    width: auto;
    border-top: none;
    border-bottom: 3px solid #1f9e47;
  }

  #page_404_header,
  #page_header,
  .top_content {
    margin-top: 0;
  }

  .company {
    margin: 3em 0 2em;
  }

  .acecontact {
    padding-top: 20px;
  }

  .thanks {
    margin-top: 20px;
    padding: 15px;
  }

  .header01 {
    padding: 0;
  }

  .header10 {
    width: auto;
  }

  .header20 {
    display: none;
  }
}

/* ----------------------------------------------------------------------
 ファーストビュー
---------------------------------------------------------------------- */
/* フロント */
.home .top_content01.first-view-pc {
  text-align: center;
  /* background-image: url(/lp/image/first-view/pc2.jpg); */
  background-image: url(/lp/image/first-view/sentei/pc930-2.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}

/* 伐採 */
.page-id-28 .top_content01.first-view-pc {
  text-align: center;
  /* background-image: url(/lp/image/first-view/baxtusai/pc1800-2.jpg); */
  background-image: url(/lp/image/first-view/baxtusai/pc1800-2.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}

/* 剪定 */
.page-id-22 .top_content01.first-view-pc {
  text-align: center;
  background-image: url(/lp/image/first-view/sentei/pc930-2.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}

/* 草刈り */
.page-id-16 .top_content01.first-view-pc {
  text-align: center;
  /* background-image: url(/lp/image/kusakari/kusakari-top-pc4-1920.jpg); */
  background-image: url(/lp/image/first-view/sentei/pc930-2.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}

.top_content01.first-view-pc img {
  display: block;
  margin: 0 auto;
}

.top_content02 {
  display: block;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1200px;
  box-sizing: content-box;
}

#container .first-view-tb,
#container .first-view-sp {
  display: none;
}

@media (max-width: 1100px) {
  #container .first-view-pc {
    display: none;
  }

  #container .first-view-tb {
    display: block;
  }
}

@media (max-width: 767px) {
  #container .first-view-tb {
    display: none;
  }

  #container .first-view-sp {
    display: block;
  }
}

/*iPhoneSE調整*/
/* @media screen and (max-width: 375px) {
  .first-view-sp img {
    transform: translateY(1px);
  }
} */

/* ----------------------------------------------------------------------
 背景無限スクロール
---------------------------------------------------------------------- */

/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.m_scroll {
  display: -ms-grid;
  overflow: hidden;
}

/*----------------------------*/

.m_scroll__wrap {
  display: flex;
  overflow: hidden;
}

ul.m_scroll__list {
  display: flex;
  list-style: none;
  margin: 0;
  margin-top: -2px;
}

.m_scroll__list--left {
  animation: infinity-scroll-left 195s infinite linear 0.5s both;
}

li.m_scroll__item {
  line-height: 0;
}

.m_scroll__item,
.m_scroll__item img {
  width: 600px;
}

/*マウスオーバーで一時停止*/
/* .m_scroll__wrap:hover .m_scroll__list--left{
  animation-play-state: paused;
} */

/* ----------------------------------------------------------------------
 トップ画
---------------------------------------------------------------------- */
/* @media (max-width: 767px) {
  .top_content_scroll {
    display: none;
  }
} */

.top_content_scroll {
  position: relative;
  text-align: center;
}

.top_content_scroll img {
  vertical-align: bottom;
}

.top_content_scroll01 {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
}

.top_content_scroll01 img {
  height: 600px;
  max-width: 100%;
  max-height: 100%;
}

.sp_block {
  display: none;
}

@media (max-width: 1300px) {
  .top_content_scroll01 img {
    height: auto;
    max-width: calc(100% - 40px);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 1200px) {

  .m_scroll__item,
  .m_scroll__item img {
    width: 550px;
  }
}

@media (max-width: 1100px) {

  .m_scroll__item,
  .m_scroll__item img {
    width: 500px;
  }
}

@media (max-width: 1000px) {

  .m_scroll__item,
  .m_scroll__item img {
    width: 480px;
  }
}

@media (max-width: 950px) {

  .m_scroll__item,
  .m_scroll__item img {
    width: 450px;
  }
}

@media (max-width: 900px) {

  .m_scroll__item,
  .m_scroll__item img {
    width: 430px;
  }
}

@media (max-width: 850px) {

  .m_scroll__item,
  .m_scroll__item img {
    width: 410px;
  }
}

@media (max-width: 800px) {

  .m_scroll__item,
  .m_scroll__item img {
    width: 390px;
  }
}

@media (max-width: 767px) {
  .pc_block {
    display: none;
  }

  .sp_block {
    display: block;
  }

  .top_content_scroll01 img {
    margin: 0 auto;
    height: 550px;
  }

  .m_scroll__item,
  .m_scroll__item img {
    width: 550px;
  }
}

/* ----------------------------------------------------------------------
 ブロックの基本調整
---------------------------------------------------------------------- */
.ace400_blok {
  padding: 5em 0;
}

.ace410_blok {
  width: 800px;
  margin: 0 auto;
}

.top_content img,
.ace400_blok img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

#container .nemsp {
  display: none;
}

@media (max-width: 1100px) {
  .ace400_blok {
    padding: 4em 0;
  }

  .ace410_blok {
    width: auto;
    margin: 0 4em;
  }
}

@media (max-width: 850px) {
  .ace410_blok {
    margin: 0 2em;
  }
}

@media (max-width: 767px) {
  .ace410_blok {
    margin: 0 1em;
  }

  #container .nempc {
    display: none;
  }

  #container .nemsp {
    display: block;
  }
}

/* ----------------------------------------------------------------------
 BG_imgブロック
---------------------------------------------------------------------- */
@media (min-width: 750px) {
  .ace400_blok.BG_img {
    background: url(/lp/image/content/bg-pattern_g.jpg) repeat;
  }

  .ace400_blok.BG_img .arrow {
    border-top: 50px solid #009a31;
  }

  .BG_img .main_content_g1.heading {
    padding: 0;
  }
}

.ace400_blok.BG_img {
  padding: 0;
}

.BG_img .ace410_blok {
  width: auto;
}

.main_content_g1 {
  padding: 4em 1em 8em;
}

.BG_img .main_content_g1.heading img {
  display: block;
  margin: 0 auto;
  width: 800px;
}

@media (max-width: 1100px) {
  .BG_img .ace410_blok {
    margin: 0;
  }

  .main_content_g1.main1 {
    padding: 4em 6em 8em;
  }
}

@media (max-width: 850px) {
  .BG_img .main_content_g1.heading img {
    width: auto;
  }

  .main_content_g1.main1 {
    padding: 4em 2em 8em;
  }
}

@media (max-width: 767px) {
  .ace400_blok.BG_img {
    padding: 0;
  }

  .main_content_g1,
  .main_content_g1.main1 {
    padding: 0;
  }
}

@media (max-width: 375px) {
  .front_contents .ace400_blok:nth-child(2) {
    margin-top: -1px;
  }
}

/*サービスの特徴*/
@media (min-width: 800px) {
  .BG_img.service .ace410_blok {
    text-align: center;
    background-image: url(/lp/image/content/service-title-1920.jpg);
    background-repeat: no-repeat;
    background-position: center top;
  }
}

.service .main_content_g1 img {
  width: 1100px;
}

@media (max-width: 1200px) {
  .service .main_content_g1 img {
    width: auto;
  }
}

/* 動画レイアウト調整 */
.main_content_g1.service_conten3 {
  @media (width >=768px) {
    /* padding-block-end: 18em; */
    padding-block-end: 8em;
  }
}

/* -----------------------------------------------------
	動画
----------------------------------------------------- */
.video {
  padding: 80px 10px 70px;
  margin-block-start: -44px;
  background-image: url("../image/content/dougahaikei_osouji_sp.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;

  @media (width >=768px) {
    margin-block-start: -11.4svw;
    background-image: url("../image/content/dougahaikei_osouji_pc.webp");
  }

  iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
  }
}

.video_title {
  margin-block-end: 24px;

  @media (width >=768px) {
    width: min(62.96svw, 1020px);
    padding-block-start: 12.5svw;
    margin-inline: auto;
  }
}

.video_content {
  @media (width >=768px) {
    width: min(55.56svw, 800px);
    margin-inline: auto;
  }
}

/*ビフォーアフター*/
@media (min-width: 800px) {
  .BG_img.before-after .ace410_blok {
    text-align: center;
    background-image: url(/lp/image/content/baa-title2-1920.jpg);
    background-repeat: no-repeat;
    background-position: center top;
  }
}

.before-after .main_content_g1 img {
  width: 700px;
  display: block;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .before-after .main_content_g1 img {
    width: auto;
  }
}

/*悩み*/
@media (min-width: 800px) {
  .BG_img.assignment .ace410_blok {
    text-align: center;
    background-image: url(/lp/image/content/assignment-title-1920-01.jpg);
    background-repeat: no-repeat;
    background-position: center top;
  }
}

.assignment .main_content_g1 img {
  width: 850px;
}

@media (max-width: 950px) {
  .assignment .main_content_g1 img {
    width: auto;
  }
}

/*料金表*/
@media (min-width: 800px) {
  .BG_img.price .ace410_blok {
    text-align: center;
    background-image: url(/lp/image/content/price-title2-1920.jpg);
    background-repeat: no-repeat;
    background-position: center top;
  }
}

.price .main_content_g1 img {
  width: 700px;
  display: block;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .price .main_content_g1 img {
    width: auto;
  }
}

/* ----------------------------------------------------------------------
 コンテンツのみimgの場合
---------------------------------------------------------------------- */
.nem1.content3 .ace410_blok {
  padding: 0;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .nem1.content3 .nemsp {
    padding: 2em 0 5em;
  }
}

/*対応エリア*/
.nem1.content3.area .ace410_blok {
  width: 950px;
}

@media (max-width: 1050px) {
  .nem1.content3.area .ace410_blok {
    width: auto;
    padding: 0 3em;
  }
}

@media (max-width: 850px) {
  .nem1.content3.area .ace410_blok {
    padding: 0 1em;
  }
}

/* ----------------------------------------------------------------------
 見出し ＋ コンテンツのみimgの場合
---------------------------------------------------------------------- */
@media (max-width: 767px) {
  .ace400_blok.nem2 {
    padding: 0;
    background: url(/lp/image/content/bg-pattern_g.jpg) repeat;
    background-size: 12px;
  }

  .ace400_blok.nem2 .arrow {
    border-top: 25px solid #0ea33f;
  }

  .nem2 .main_content_g1.main1.nemsp {
    padding: 0 1em;
  }

  .nem2 .main_content_g1.main1.nemsp img {
    padding: 1em 0 5em;
  }
}

/* ----------------------------------------------------------------------
　見出し/コンテンツエリア
---------------------------------------------------------------------- */
.ace400_blok.nem1 {
  padding: 0;
  background: url(/lp/image/content/bg-pattern_g.jpg) repeat;
}

.nem1 .ace410_blok {
  padding: 5em 0 8em;

  @media (width <=767px) {
    padding: 2em 0 5em;
  }
}

@media (max-width: 767px) {
  .ace400_blok.nem1 {
    background-size: 12px;
  }
}

/*文字*/
.ace410_c2 {
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: #00a73c;
}

h2.ace410_m2 {
  text-align: center;
  line-height: 1.6;
  font-size: 38px;
  margin: 0;
  padding: 2em 0 2.5em;
  line-height: 1.9;
}

h2.ace410_m2:after {
  content: "";
  margin: 0 auto;
  display: block;
  width: 140px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
}

.ace400_blok .arrow {
  width: 0;
  border-top: 50px solid #00a73c;
  border-right: 80px solid transparent;
  border-left: 80px solid transparent;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  body h2.ace410_m2 {
    font-size: 22px;
  }

  h2.ace410_m2:after {
    width: 90px;
  }

  .ace400_blok .arrow {
    border-top: 25px solid #00a73c;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
  }
}

/* ----------------------------------------------------------------------
　見出し/会社概要・フォーム
---------------------------------------------------------------------- */
h2.ace500_m2 {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-bottom: 1rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  color: #1e2d3c;
  margin: -10px 0 80px 0;
  padding-top: 12px;
}

h2.ace500_m2:before {
  content: "";
  display: block;
  height: 0.375rem;
  width: 6rem;
  background-color: #08bb41;
  border-radius: 0.375rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}

@media (max-width: 767px) {
  h2.ace500_m2 {
    font-size: 20px;
    margin: 20px 0 50px 0;
  }
}

/* ----------------------------------------------------------------------
対象地域
---------------------------------------------------------------------- */
.area_ul {
  list-style: none;
}

.area_li {
  border: 3px solid #00a73c;
  border-radius: 5px;
  margin-bottom: 3em;
  background-color: #fff;
}

.area_li:last-of-type {
  margin-bottom: 0;
}

h3.area_m1 {
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: #00a73c;
  padding: 0.8em 0;
  font-size: 22px;
}

.area_t1 {
  padding: 1em;
  font-size: 18px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .area_li {
    margin-bottom: 1em;
  }

  h3.area_m1 {
    font-size: 18px;
  }

  .area_t1 {
    font-size: 16px;
  }
}

/* ----------------------------------------------------------------------
よくあるご質問
---------------------------------------------------------------------- */
@media (min-width: 750px) {
  .ace400_blok.nem1.faq {
    background: #fff;
  }
}

.faq dl {
  margin-bottom: 2em;
  padding: 0px 0 10px 0;
  line-height: 1.6em;
  font-size: 18px;
  color: #1a1a1a;
  background-color: #ffffff;
  overflow: hidden;
  border: 3px solid #00a73c;
  border-radius: 5px;
}

.faq dl:last-of-type {
  margin-bottom: 0;
}

.faq dl dt {
  margin: 0 0 0 0;
  padding: 20px 50px 20px 60px;
  position: relative;
  background-color: #00a73c;
  color: #fff;
  font-weight: bold;
  font-family:
    "Sawarabi Mincho",
    Noto Sans CJK,
    sans-serif;
  display: flex;
  align-items: center;
}

span.faq_q {
  color: #00a73c;
  font-weight: bold;
  background-color: #fff;
  padding: 0px 10px 4px;
  border-radius: 20px;
  font-size: 17px;
  margin-right: 1em;
}

.faq dl dd {
  margin: 20px 0 5px 0;
  padding: 0 50px 0 60px;
  position: relative;
  font-family:
    "Sawarabi Mincho",
    Noto Sans CJK,
    sans-serif;
  display: flex;
  align-items: flex-start;
}

span.faq_a {
  color: #fff;
  font-weight: bold;
  background-color: #00a73c;
  padding: 1px 12px 4px;
  border-radius: 20px;
  font-size: 17px;
  margin-right: 1em;
}

span.faq_qText {
  padding-bottom: 0.2em;
}

@media (max-width: 767px) {
  .faq dl {
    font-size: 14px;
    border: 2px solid #00a73c;
  }

  .faq dl dt {
    padding: 1.5em 1em 1.5em 1.5em;
  }

  span.faq_q {
    padding: 1px 9px 5px;
    font-size: 16px;
    margin-right: 0.5em;
  }

  .faq dl dd {
    padding: 0em 1.5em 0.5em 1.5em;
    font-family:
      "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  }

  span.faq_a {
    padding: 2.5px 9px 5px 10px;
    font-size: 18px;
    margin-right: 0.5em;
  }

  span.faq_qText {
    padding-bottom: 0;
  }

  span.faq_aText.s1 {
    padding-top: 0.25em;
  }
}

/* ----------------------------------------------------------------------
ご利用の流れ
---------------------------------------------------------------------- */
@media (min-width: 750px) {
  .ace400_blok.nem1.flow {
    background: #fff;
  }
}

.flow_ul {
  list-style: none;
  border-bottom: none;
  border-top: none;
}

.flow_li {
  position: relative;
  display: flex;
  padding: 2em 3em;
  background-color: #fff;
  border: 3px solid #00a73c;
  border-radius: 5px;
  margin-bottom: 6em;
  line-height: 1.6em;
  font-size: 18px;
}

.flow_li:last-of-type {
  margin-bottom: 0;
}

.flow_li::before {
  content: "step:01";
  position: absolute;
  top: -19px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  padding: 0 10px 4px;
  border-radius: 20px;
  background-color: #fff;
  border: 3px solid #00a73c;
  color: #00a73c;
  line-height: 1.5;
}

.flow_li:nth-child(2)::before {
  content: "step:02";
}

.flow_li:nth-child(3)::before {
  content: "step:03";
}

.flow_li::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  border-top: 50px solid #00a73c;
  border-right: 80px solid transparent;
  border-left: 80px solid transparent;
  border-radius: 3px;
}

.flow_li:last-of-type:after {
  display: none;
}

.flow_li1 {
  width: 40%;
  box-sizing: border-box;
}

.flow_li2 {
  width: 60%;
  box-sizing: border-box;
  padding-left: 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flow_g1 img {
  vertical-align: bottom;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3 / 2;
  border-radius: 8px;
}

h3.flow_m1 {
  color: #fe4610;
  margin-bottom: 0.5em;
}

.flow_t1 {
  margin-bottom: 0;
  font-size: 14px;
}

@media screen and (max-width: 950px) {
  h3.flow_m1 {
    font-size: 16px;
  }

  .flow_t1 {
    font-size: 12px;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .nem1.flow .ace410_blok {
    padding: 3em 0 5em;
  }

  .flow_li {
    flex-direction: column;
    padding: 1.5em 1em 1em 1em;
    margin-bottom: 4em;
    border: 2px solid #00a73c;
  }

  .flow_li::before {
    border-radius: 18px;
    line-height: 1.4;
    border: 2px solid #00a73c;
  }

  .flow_li::after {
    bottom: -42px;
    border-top: 30px solid #00a73c;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
  }

  .flow_li1 {
    width: auto;
  }

  .flow_li2 {
    width: auto;
    padding-left: 0;
  }

  h3.flow_m1 {
    font-size: 16px;
    padding: 1em 0 0 0.3em;
    margin-bottom: 0.2em;
  }

  .flow_t1 {
    font-size: 14px;
    line-height: 2;
  }
}

/* -----------------------------------------------------
	お客様の声
----------------------------------------------------- */

:where(.voice) {
  .ace410_blok {
    width: 700px;

    @media (width <=1100px) {
      width: auto;
    }
  }
}

.voice_ul {
  list-style: none;
  border-bottom: none;
  border-top: none;
}

li.voice_li {
  background-color: #fff;
  padding: 2em;
  border: 2px solid #e5e5e5;
  border-radius: 5px;
}

.voice_c10 {
  display: flex;
  margin-bottom: 2em;
}

.voice_c2 {
  width: 80%;
}

.voice_c3 {
  width: 20%;
}

li.voice_li {
  padding: 2em;
  border: 2px solid #e5e5e5;
  border-radius: 5px;
  margin-bottom: 2em;
  line-height: 1.6;
}

h3.voice_m1 {
  font-size: 20px;
  color: #00a73c;
}

p.voice_t1 {
  margin-top: 0.8em;
  font-weight: bold;
}

p.voice_t2 {
  font-size: 16px;
}

@media (max-width: 767px) {
  li.voice_li {
    padding: 1em;
    margin-bottom: 1em;
  }

  .voice_c2 {
    width: 75%;
  }

  .voice_c3 {
    width: 25%;
  }

  .voice_c10 {
    margin-bottom: 1em;
  }

  h3.voice_m1 {
    font-size: 14px;
  }

  p.voice_t1 {
    font-size: 10px;
  }

  p.voice_t2 {
    font-size: 12px;
  }
}

/* ----------------------------------------------------------------------
作業風景
---------------------------------------------------------------------- */
.gallery ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.gallery ul li {
  width: calc(100% / 2);
  line-height: 0;
  list-style: none;
}

.gallery_photo {
  padding: 0.3em;
}

.gallery_photo_1 {
  overflow: hidden;
}

.gallery_photo_1 img {
  vertical-align: bottom;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

@media (min-width: 1100px) {
  .gallery .ace410_blok {
    width: 1000px;
  }

  .gallery ul li {
    width: calc(100% / 3);
  }
}

/* ----------------------------------------------------------------------
 コンバージョンエリア
---------------------------------------------------------------------- */
.ace400_blok.contactblok {
  padding: 3em 0;
  overflow: hidden;
  background: url(/lp/image/conversion/cv-bg-pc.webp) repeat 8% 21%;
  background-size: 130% auto;
  position: relative;
}

.ace400_blok.contactblok::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgb(255 255 255 / 20%);
  z-index: 1;
}

.contactblok .ace410_blok {
  width: 850px;
  position: relative;
  z-index: 99;
}

.contact {
  text-align: center;
  letter-spacing: 0.05em;
  padding: 1.2em 0 0.9em;
  border-radius: 16px;
  border: 4px solid #08bb41;
  background: #fff url(/lp/image/content/anshin-kaitai-footer-image-test-03.png) right calc(100% + 1px) no-repeat;
  background-size: 40%;
}

.contact_tag {
  margin-bottom: 0.5em;
}

.contact_tag.nempc {
  margin: 0 1em 1em;
}

.contact_box {
  display: flex;
  margin: 0 auto;
}

.contact_box.nempc {
  flex-direction: column;
  width: 65%;
  margin: 0 auto 0 5%;
}

.nempc .contact_item {
  padding: 0.5em;
}

.nempc .contact_item:first-of-type img {
  margin: 0 auto;
  width: 90%;
}

.contact_item {
  box-sizing: border-box;
  padding: 1em;
  flex: 1;
}

.contact_item img {
  transition: all 0.4s;
}

.contact_itembutton:hover img,
.nemsp .contact_item:hover img {
  opacity: 0.7;
}

.contact_item.button_box {
  display: flex;
  gap: 0.5em;
}

.contact_itembutton {
  flex: 1;
}

@media (max-width: 1100px) {
  .contactblok .ace410_blok {
    width: auto;
  }
}

@media (max-width: 950px) {
  .contactblok .ace410_blok {
    margin: 0 2em;
  }

  .contact {
    border: 4px solid #08bb41;
  }
}

@media (max-width: 767px) {
  .ace400_blok.contactblok {
    background: url(/lp/image/content/pixta_93544403_M.jpg) repeat 0% top;
    background-size: cover;
    /* background-size: auto 100%; */
  }

  .ace400_blok.contactblok::before {
    background-color: rgb(255 255 255 / 30%);
  }

  .contactblok .ace410_blok {
    margin: 0 1em;
  }

  .contact {
    border-radius: 8px;
    padding: 1.2em 0.8em 0.5em;
    text-align: left;
    background: #fff;
    border: 3px solid #08bb41;
  }

  .contact_box {
    width: auto;
  }

  .contact_item {
    padding: 0em 0 0.5em;
  }
}

/* ----------------------------------------------------------------------
 フッターバー
---------------------------------------------------------------------- */
@media (min-width: 750px) {
  #acebar {
    display: none !important;
  }
}

@media (max-width: 767px) {

  #acebar {
    position: fixed;
    right: 0px;
    bottom: -3px;
    z-index: 999;
    width: 100%;
    opacity: 0;
    transition: all;
    transition-duration: 1s;
    transform: translateY(20%) translateX(0%);
  }

  #acebar.active {
    transform: translateY(0%) translateX(0);
    opacity: 1;
    transition-duration: 1s;
    background: #fff;
  }

  ul.acebar {
    margin: 0;
    list-style: none;
    background: transparent;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    text-align: center;
    width: 100%;
    z-index: 9998;
    line-height: 1.5;
    height: auto;
  }

  .acebar_item {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }

  .acebar a {
    display: block;
  }

  .acebar a img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
  }

  #footer {
    background: #f0f0f0;
  }
}

/* ----------------------------------------------------------------------
ふわっ/画面が読み込まれたら現れる
---------------------------------------------------------------------- */
.fadeUpTrigger {
  opacity: 0;
  transition: all;
  transform: translateY(20px) translateX(0);
}

.fadeUpTrigger.fadeUp {
  transform: translateY(0) translateX(0);
  opacity: 1;
  transition-duration: 3s;
}

/* ----------------------------------------------------------------------
ローディング
---------------------------------------------------------------------- */
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  margin: 60px auto;
  font-size: 5px;
  position: relative;
  text-indent: -9999em;
  border: 3px solid rgba(3, 110, 183, 0.2);
  border-top-color: #08bb41;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*========= ローディング画面のためのCSS ===============*/
#splash2,
#splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999999;
  text-align: center;
  color: #fff;
}

#splash-logo2,
#splash-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*========= 画面遷移のためのCSS ===============*/
.splashbg {
  display: none;
}

body.appear .splashbg {
  display: block;
  content: "";
  position: fixed;
  z-index: 999;
  width: 120%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: scaleX(0);
  background-color: #10b544;
  animation-name: PageAnime;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@media (max-width: 767px) {
  body.appear .splashbg {
    width: 200%;
    animation-duration: 1s;
    background-color: #0cad3f;
  }
}

@keyframes PageAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }

  50% {
    transform-origin: left;
    transform: scaleX(1);
  }

  50.001% {
    transform-origin: right;
  }

  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}

#container {
  opacity: 0;
}

body.appear #container {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* フロントページ以外のローディング */
#splash2 {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999999;
  text-align: center;
  color: #fff;
  margin-top: 0;
}

/* #container {
  opacity: 0;
} */

body.appear2 #container {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* ----------------------------------------------------------------------
会社概要
---------------------------------------------------------------------- */
.company h2.ace500_m2 {
  margin-bottom: 2em;
}

.ace500_table {
  width: 1000px;
  margin: 0 auto;
}

.ace500_table {
  padding: 0 1em 1em 1em;
  text-align: left;
  line-height: 2.5;
  font-size: 15px;
}

.ace500_table table {
  width: 100%;
  border-collapse: collapse;
}

.ace500_table th {
  border-right: 1px solid #ddd;
}

.ace500_table th:last-of-type {
  border-right: none;
}

.ace500_table th,
.ace500_table td {
  padding: 20px 5px 20px 50px;
}

.ace500_table td:nth-child(1) {
  width: 25%;
  font-weight: bold;
  vertical-align: top;
}

.ace500_table tbody tr {
  border-bottom: 1px solid #ddd;
}

@media (max-width: 1050px) {
  .ace500_table {
    width: 95%;
  }
}

@media (max-width: 767px) {
  .company h2.ace500_m2 {
    margin-bottom: 1em;
  }

  .ace500_table {
    width: auto;
    font-size: 14px;
  }

  .ace500_table tbody tr {
    display: flex;
    flex-direction: column;
    padding: 1em 0;
  }

  .ace500_table th,
  .ace500_table td {
    padding: 0;
  }

  .ace500_table td a {
    color: #000;
  }

  .ace500_table td:nth-child(1) {
    width: auto;
  }

  .ace500_table td:nth-child(2) {
    padding: 0 1em;
  }

  .ace500_table tbody tr:last-of-type {
    border-bottom: none;
  }
}

/*営業拠点*/
ul.ace526 {
  margin: 0;
  list-style: none;
}

li.ace526_item {
  display: flex;
  margin-bottom: 0.8em;
}

.ace526_c1:first-of-type {
  white-space: nowrap;
  font-weight: bold;
}

@media (max-width: 767px) {
  li.ace526_item {
    line-height: 2;
    margin: 0.8em 0;
    flex-direction: column;
  }

  .ace526_c1:first-of-type {
    border-bottom: 1px dashed #ccc;
  }
}

/*Yahoo広告の電話するを非表示*/
#container~a:not([class]) {
  display: none;
}

/* ----------------------------------------------------------------------
 もっと見る
---------------------------------------------------------------------- */
.acc-content {
  width: fit-content;
  margin-inline: auto;
  max-height: 80px;
  overflow-y: hidden;
  position: relative;
  transition: max-height 1s ease-in-out;
}

.acc-item {
  &:not(:has(.acc-on)) {
    .acc-content {
      &::before {
        display: block;
        position: absolute;
        bottom: -4px;
        left: 0;
        width: 100%;
        content: "";
        height: 80px;
        background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.8) 50%,
            rgba(255, 255, 255, 0.8) 50%,
            #fff 100%);
        z-index: 9999;
      }
    }
  }
}

.acc-btn {
  cursor: pointer;
  background-color: #fff;
  color: #1f9e47;
  border: 0;
  border-radius: 30px;
  border: solid 2px #1f9e47;
  display: block;
  padding-inline: 30px;
  padding-block: 15px;
  margin-block-start: 20px;
  margin-inline: auto;
  width: 100%;
  max-width: 280px;
  transition: opacity 0.3s;
}

@media (hover: hover) {
  .acc-btn:hover {
    opacity: 0.7;
  }
}

/*ビフォーアフター2*/
@media (max-width: 767px) {
  .ace400_blok.BG_img.before-after.case2 {
    background: url(/lp/image/content/bg-pattern_g.jpg) repeat;
    background-size: 14px;
  }

  .before-after.case2.before-after .acc-img img:nth-child(n + 2),
  .before-after.case2.before-after .acc-content img {
    padding: 1em 1em 0;
    box-sizing: border-box;
  }

  .acc-btn-block {
    background: #fff;
    padding: 20px 0 50px;
  }

  .acc-btn {
    margin-block-start: 0;
  }

  .acc-btn-block.acc-on {
    background: transparent;
  }
}

/*サイトマップ*/
.footer-sitemap {
  padding-block: 20px;

  ul {
    list-style: none;
    display: flex;
    justify-content: center;

    li {
      &:nth-child(n + 2):before {
        content: "｜";
      }

      a {
        color: #333;
        margin: 0 1em;
        transition-property: color;
        transition-duration: 0.3s;
        transition-timing-function: ease;

        &:hover {
          @media (hover: hover) {
            text-decoration: underline;
          }
        }
      }
    }
  }
}

/*-----------------------------------------------------
	privacy プライバシーポリシー
-----------------------------------------------------*/
.aceprivacy {
  padding-block-start: 90px;

  @media (max-width: 800px) {
    padding-block-start: 50px;
  }

  @media (max-width: 767px) {
    padding-block-start: 20px;
  }
}

.ttlbox h2 {
  font-size: 36px;
  text-align: center;
}

.inner {
  display: block;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1000px;
}

#privacy .ttlbox .inner {
  padding-top: 50px;
  padding-bottom: 0px;
}

#privacy .cntbox .inner {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: left;

  @media (max-width: 767px) {
    padding-top: 40px;
  }
}

#privacy .cntbox .inner dl:nth-of-type(n + 2) {
  margin-top: 30px;
}

#privacy .cntbox .inner {
  font-size: 18px;
  line-height: 1.5;

  @media (max-width: 767px) {
    font-size: 14px;
  }
}

#privacy .cntbox .inner dt {
  margin-bottom: 5px;
  font-weight: bold;
}

#privacy .cntbox .prfbox {
  margin-top: 50px;
  padding: 30px;
  border: 1px solid #ccc;

  @media (max-width: 767px) {
    padding: 25px;
  }
}

#privacy .cntbox .prfbox .cmp {
  margin-bottom: 10px;
}

#footer {
  background: #f0f0f0;
}