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: #f4f0ec;
  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;
}

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: #00a73c;
}

/* 404ページ */
#page_404_header {
  width: 100%;
  height: -webkit-calc(100vh - 151px);
  height: calc(100vh - 151px);
  position: relative;
  text-align: center;
  background-image: url(/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;
  }
}

/*アンカーリンク*/
#area,
#assignment,
#place,
#service,
#price {
  scroll-margin-top: 9em;
}

@media (max-width: 767px) {

  #area,
  #assignment,
  #place,
  #service,
  #price {
    scroll-margin-top: 0;
  }
}

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

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

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

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

#header_blok {
  height: 120px;
  display: flex;
  width: 100%;
  background-color: #fff;
  /* position: fixed;
  top: 0;
  z-index: 999; */
  border-bottom: 8px solid #40b556;
}

/* #page_404_header,
.top_content {
  margin-top: 120px;
} */

.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: 37%;
}

.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: 210px;
  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_blok {
    height: 110px;
    border-bottom: 5px solid #00a73c;
  }

  /* #page_404_header,
  .top_content {
    margin-top: 110px;
  } */

  #page_header {
    margin-top: 110px;
  }

  .company {
    margin: 6em 0;
  }

  .acecontact {
    padding-top: 200px;
  }


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

@media (max-width: 1050px) {
  #header_blok {
    height: 100px;
  }

  /* #page_404_header,
  .top_content {
    margin-top: 100px;
  } */

  #page_header {
    margin-top: 100px;
  }

  .company {
    margin: 5em 0;
  }

  .acecontact {
    padding-top: 190px;
  }

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

@media (max-width: 900px) {
  #header_blok {
    height: 80px;
  }

  /* .top_content {
    margin-top: 80px;
  } */

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

  .company {
    margin: 4em 0;
  }

  .acecontact {
    padding-top: 170px;
  }

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

@media (max-width: 800px) {
  #header_blok {
    height: 70px;
  }

  /* #page_404_header,
  .top_content {
    margin-top: 70px;
  } */

  #page_header {
    margin-top: 70px;
  }

  .acecontact {
    padding-top: 160px;
  }

  .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 #00a73c;
  }

  #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 #header_blok {
  display: none;
} */

.top_content_c2 {
  position: relative;
}

.top_content_c1 .header01 {
  position: absolute;
  top: 20px;
  left: 0;
}

@media (max-width: 767px) {
  .top_content_c1 .header01 {
    top: 1em;
    left: 1em;
    width: auto;
  }

  .top_content_c1 .header01 img {
    width: 230px;
  }
}

/* ----------------------------------------------------------------------
 ファーストビュー
---------------------------------------------------------------------- */
@media (min-width: 1800px) {
  .top_content01.first-view-pc {
    height: 810px;
  }

  .top_content01.first-view-pc img {
    display: none;
  }
}


.top_content_c1 {
  text-align: center;
  background-image: url(/image/content/top-pc-1920-2.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}

.top_content_c1 img {
  display: block;
  margin: 0 auto;
}

.top_content_c2,
.top_content01.first-view-pc {
  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;
  }

  .top_content_c2 {
    padding: 0;
  }
}

@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);
  }
} */

/* ----------------------------------------------------------------------
 ブロックの基本調整
---------------------------------------------------------------------- */
.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: 767px) {
  .ace400_blok.BG_img {
    background: url(/image/content/bg-pattern-g.jpg) repeat;
  }

  .ace400_blok.BG_img2 .arrow,
  .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;
  }

  .ace400_blok.BG_img2 .arrow,
  .ace400_blok.BG_img .arrow {
    border-top: 25px solid #019632;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
  }

  .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(/image/content/service-title1-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;
  }
}

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

.price .main_content_g1 img {
  width: 800px;
}

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

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

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

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

/* ----------------------------------------------------------------------
imgブロック+コンテンツ
---------------------------------------------------------------------- */
.ace400_blok.BG_img2,
.BG_img2 .heading_content_g1 {
  padding: 0;
}

.BG_img2 .heading_content_g1 img {
  display: block;
  margin: 0 auto;
  width: 800px;
}

.BG_img2 .ace410_blok {
  padding: 5em 0 8em;
}

@media (max-width: 1000px) {
  .BG_img2 .heading_content_g1 img {
    width: auto;
  }
}

@media (max-width: 767px) {
  .BG_img2 .ace410_blok {
    padding: 2em 0 5em;
  }
}


/*どんな場所でもお任せください！ 見出し*/
@media (min-width: 800px) {
  .BG_img2.place .heading_content_g1 {
    text-align: center;
    background-image: url(/image/place/place-title-1920-2.jpg);
    background-repeat: no-repeat;
    background-position: center top;
  }
}

/*どんな場所でもお任せください！ コンテンツ*/
@media (min-width: 1100px) {
  .place .ace410_blok {
    width: 1000px;
  }
}

@media (min-width: 1400px) {
  .place .ace410_blok {
    width: 1200px;
  }
}

.place_c1 {
  padding: 2em 2em 2em;
  background-color: #fff;
  border: 3px solid #FF6E05;
  border-radius: 5px;
}

.place ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

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

.place_photo {
  padding: 0.8em;
  margin-bottom: 0.5em;
}

.place_photo_1 {
  overflow: hidden;
}

.place_photo_1 img {
  vertical-align: bottom;
  object-fit: cover;
  aspect-ratio: 3 / 2;
}

.place_photo_t1 {
  text-align: center;
  line-height: 2;
  font-size: 140%;
  font-weight: bold;
  color: #FF6E05;
}

@media (max-width: 767px) {
  .place_c1 {
    padding: 1.5em 0.5em 1.5em;
    border: 2px solid #FF6E05;
  }

  .place ul li {
    width: calc(100% / 2);
  }

  .place_photo {
    padding: 0.4em;
    margin-bottom: 0.3em;
  }

  .place_photo_t1 {
    font-size: 100%;
  }
}

/* ----------------------------------------------------------------------
 コンテンツのみ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: 850px;
}

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

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

/* ----------------------------------------------------------------------
　見出し
---------------------------------------------------------------------- */
.ace400_blok.BG_img2,
.ace400_blok.nem1 {
  padding: 0;
  background: url(/image/content/bg-pattern-g.jpg) repeat;
}

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

@media (max-width: 767px) {

  .ace400_blok.BG_img2,
  .ace400_blok.nem1 {
    background-size: 12px;
  }

  .nem1 .ace410_blok {
    padding: 2em 0 5em;
  }
}

/*文字*/
.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;
    margin: 0 auto;
  }
}

/* ----------------------------------------------------------------------
対象地域
---------------------------------------------------------------------- */
.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: 767px) {
  .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: 767px) {
  .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;
  }
}

/* ----------------------------------------------------------------------
お客様の声
---------------------------------------------------------------------- */
@media (min-width: 767px) {
  .nem1.voice .ace410_blok {
    width: 700px;
    margin: 0 auto;
  }
}

.ace400_blok.nem1.voice {
  background: #fff;
}

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

li.voice_li {
  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(/image/conversion/pixta_98488990_M.jpg) repeat 0% 12%;
  background-size: cover;
  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 / 0%);
  z-index: 1;
}

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

.contact {
  text-align: center;
  letter-spacing: .05em;
  padding: 1.2em 0 0.9em;
  border-radius: 16px;
  border: 4px solid #00a73c;
  background: #fff url(/image/cta/cta-image.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 #00a73c;
  }
}

@media (max-width: 767px) {
  .ace400_blok.contactblok {
    background: url(/image/place/pixta_57676191_S.jpg) repeat 20% top;
    /* background-size: cover; */
    background-size: auto 120%;
  }

  .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 #00a73c;
  }

  .contact_box {
    width: auto;
  }

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

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

body,
body.home {
  background: #f0f0f0 !important;
}

body.page-id-317 {
  background: #fff !important;
}

#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;
}

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;
}

.acebar.nempc {
  gap: 5em;
  width: 1000px;
  margin: 1em auto;
}

@media (max-width: 767px) {
  #container .acebar.nemsp {
    display: flex;
  }
}

/* ----------------------------------------------------------------------
ふわっ/画面が読み込まれたら現れる
---------------------------------------------------------------------- */
.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: #00a73c;
  -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: #00a73c;
  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: 1.0s;
    background-color: #00a73c;
  }
}

@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;
}

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-left: 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;
  }
}

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

/*サイトマップ*/
.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;
}