:root {
  --color-primary: #1976d2;
}

.br--pc {
  display: none;

  @media (width >=767px) {
    display: inline;
  }
}

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: #000;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}

a {
  text-decoration: none;
}

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

/* sp classのみ */
.sp--max {
  @media (width >=767px) {
    display: none !important;
  }
}

#footer_top {
  background: #f4f0ec;
}



/* コピーライト */
#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;
  color: #222222;
  background: #f0f0f0;
}

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

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

  br.pc {
    display: none;
  }
}

/*アンカーリンク*/
#pack,
#aircon,
#before_after,
#service,
#price {
  scroll-margin-top: 9em;
}

@media (max-width: 767px) {

  #pack,
  #aircon,
  #before_after,
  #service,
  #price {
    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 #267adf;
}

.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,
.acecontact {
  padding-top: 120px;
  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 #267adf;
  }

  #page_header {
    margin-top: 110px;
  }

  .company,
  .acecontact {
    padding-top: 100px;
  }

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

@media (max-width: 1050px) {

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

  #page_header {
    margin-top: 100px;
  }

  .company,
  .acecontact {
    padding-top: 90px;
  }

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

@media (max-width: 900px) {

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

  #page_header {
    margin-top: 80px;
  }

  .company,
  .acecontact {
    padding-top: 100px;
  }

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

@media (max-width: 800px) {

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

  #page_header {
    margin-top: 70px;
  }

  .company,
  .acecontact {
    padding-top: 90px;
  }

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

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

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

  .company,
  .acecontact {
    padding-top: 25px;
  }

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

  .header01 {
    padding: 0;
  }

  .header10 {
    width: auto;
  }

  .header20 {
    display: none;
  }
}



/* ----------------------------------------------------------------------
 ブロック・見出し
---------------------------------------------------------------------- */
#container {
  background-color: #fff;
}

/*ファーストビュー*/
.top_content01.first-view-pc {
  text-align: center;
  background-image: url(/image/top/top-pc-1920-01.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);
  }
}

/*ブロック*/
#contents_builder {
  padding-bottom: 0;
}

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

p.ace410_t1 {
  margin: 0.5em 0 2em;
}

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

  .workblok .ace410_blok,
  .ace410_blok {
    width: auto;
    margin: 0 6em;
  }
}

@media (max-width: 850px) {

  .workblok .ace410_blok,
  .ace410_blok {
    margin: 0 2em;
  }

}

@media (max-width: 767px) {

  .workblok .ace410_blok,
  .ace410_blok {
    margin: 0 1em;
  }

  #container #contents_builder {
    padding-bottom: 0;
  }

  #container .nempc {
    display: none;
  }

  #container .nemsp {
    display: block;
  }
}

/*背景imgブロック*/
.ace400_blok.BG_img {
  padding: 0;
  background-color: #fff;
}

.BG_img .ace410_blok {
  width: auto;
}

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

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

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

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

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

  .ace400_blok.BG_img2 .arrow,
  .ace400_blok.BG_img .arrow {
    border-top: 50px solid #1570db;
  }

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

.main_content_g1.bottom {
  padding-bottom: 3em;
}

.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 #1570db;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
  }

  .ace400_blok.BG_img .arrow.sp--max {
    border-top: 25px solid #267adf;
  }

  .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.aircon .ace410_blok {
    text-align: center;
    background-image: url(/image/aircon/pcm2.png);
    background-repeat: no-repeat;
    background-position: center top;
  }
}

.aircon .main_content_g1 img {
  width: 500px;
}

.aircon .main_content_g1.air1 img {
  width: 900px;
}

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

/*エアコンクリーニングのビフォーアフター*/
.aircon .main_content_g1.before_after img {
  width: 700px;
}

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

/*-----------------------------------------------------
	aircon エアコンクリーニングの流れ
-----------------------------------------------------*/
:root {
  :is(#aircon) {
    h2.ace214_m1.gd {
      padding-block: 12px;
      margin-block-end: 0;
    }

    .aircon_flow {
      margin-top: 3em;

      @media (width <=767px) {
        background: url(/image/content/bg-pattern-b.jpg) repeat;
        background-size: 12px;
        margin-top: 0;
      }

      h2.ace214_m1.gd {
        margin-block-end: 50px;

        @media (width <=767px) {
          font-size: 22px;
          margin-block-end: 0;
        }
      }
    }
  }
}

.aircon .main_content_g1.flow img {
  width: 700px;
}

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

.title--background-triangle {
  margin-block-end: 40px;
}

.title--background__box {
  @media (width <=767px) {
    color: #fff;
    text-align: center;
    letter-spacing: 0.05em;
    background-color: #267adf;
    padding: 4px 0 10px;
  }

  h2.ace214_m1.gd {
    @media (width <=767px) {
      color: #fff !important;
    }
  }
}

/*ビフォーアフター*/
#container {
  h2.ace214_m1.gd {
    font-size: min(6.4svw, 38px);

    @media (width <=767px) {
      font-size: 22px;
    }
  }
}

.before_after {

  @media (width <=767px) {
    background: url(/image/content/bg-pattern-b.jpg) repeat;
    background-size: 12px;
  }
}

@media (min-width: 800px) {
  .BG_img.before_after .ace410_blok {
    text-align: center;
    background-image: url(/image/after/pcm2.png);
    background-repeat: no-repeat;
    background-position: center top;
  }
}

.before_after .main_content_g1 img {
  width: 700px;
}

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

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

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

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

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

/* -----------------------------------------------------
	動画
----------------------------------------------------- */
.video {
  padding: 80px 10px 70px;
  margin-block-start: -44px;
  background-image: url("/image/content/video-haikei-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/video-haikei-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_title img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

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

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

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

/*パックプラン*/
@media (min-width: 800px) {
  .BG_img.pack .ace410_blok {
    text-align: center;
    background-image: url(/image/pack/pcm2.png);
    background-repeat: no-repeat;
    background-position: center top;
  }
}

.pack .main_content_g1 img {
  width: 900px;
}

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

/*サービスの流れ*/
.BG_img.flow .ace410_blok {
  @media (width <=767px) {
    background: url(/image/content/bg-pattern-b.jpg) repeat;
    background-size: 12px;
  }
}

@media (min-width: 800px) {
  .BG_img.flow .ace410_blok {
    background-image: url(/image/flow/pcm2.png);
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
  }
}

.flow .main_content_g1 img {
  width: 700px;
}

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

/*対応エリア*/
@media (min-width: 800px) {
  .BG_img.area .ace410_blok {
    text-align: center;
    background-image: url(/image/area/pcm2.png);
    background-repeat: no-repeat;
    background-position: center top;
  }
}

.area .main_content_g1 img {
  width: 900px;
}

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

/*よくある質問*/
@media (min-width: 800px) {
  .BG_img.q_a .ace410_blok {
    text-align: center;
    background-image: url(/image/q_a/pcm2-1.png);
    background-repeat: no-repeat;
    background-position: center top;
  }
}

.q_a .main_content_g1 img {
  width: 900px;
}

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



.ace400_blok .arrow {
  width: 0;
  border-top: 50px solid #1570db;
  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 #1570db;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    margin: 0 auto;
  }
}

/* 見出し(サブ見出しあり) */
#container h2.ace214_m1 {
  text-align: center;
  line-height: 1.6;
  font-size: 38px;
  color: #333;
}

#container h2.ace214_m1.gd.ls span.ace214_s1,
#container h2.ace214_m1.gd {
  color: transparent;
  background: linear-gradient(90deg, rgba(65, 164, 253, 1), rgba(19, 99, 239, 1));
  background-clip: text;
  background: -webkit-liner-gradient(90deg, rgba(65, 164, 253, 1), rgba(19, 99, 239, 1));
  -webkit-background-clip: text;
}

#container h2.ace214_m1.gd.ls {
  letter-spacing: 0.3em;
  line-height: 2;
}

#container h2.ace214_m1.gd.ls span.ace214_s1 {
  letter-spacing: initial;
  position: relative;
  font-size: 70%;
}

#container h2.ace214_m1.gd.ls span.ace214_s1::before {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  background: linear-gradient(90deg, rgba(65, 164, 253, 1), rgba(19, 99, 239, 1));
  top: -3px;
  width: 70%;
  left: 48.5%;
  transform: translateX(-50%);
}

span.ace214_s1 {
  display: block;
  font-size: 50%;
}

@media (max-width: 1050px) {
  #container h2.ace214_m1.gd.ls {
    font-size: 34px;
  }
}

@media (max-width: 950px) {
  #container h2.ace214_m1.gd.ls {
    font-size: 32px;
  }
}

@media (min-width: 767px) and (max-width: 850px) {

  #container h2.ace214_m1.gd.ls,
  #container h2.ace214_m1.gd {
    font-size: 30px;
  }
}

@media (max-width: 767px) {

  #container h2.ace214_m1.gd.ls,
  #container h2.ace214_m1.gd.ls {
    letter-spacing: 0.15em;
    font-size: 20px;
    margin: -10px 0 30px 0;
  }

  #container h2.ace214_m1.gd.ls span.ace214_s1::before {
    height: 1px;
    width: 88%;
  }
}

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

  .nem2 .main_content_g1.main1.nemsp {
    padding: 0 19px 0 10px;
  }

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

  .nem2 .main_content_g1.main2.nemsp {
    padding: 0 20px;
  }

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


/* ----------------------------------------------------------------------
 コンバージョンエリア
---------------------------------------------------------------------- */
.ace400_blok.contactblok {
  padding: 3em 0;
  overflow: hidden;
  background: url(/image/uploads/bg-0505.jpg) repeat 0% 40%;
  background-size: cover;
}

.contactblok .ace410_blok {
  width: 850px;
}

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

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

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

  .contact {
    border: 4px solid #267adf;
  }
}

@media (max-width: 767px) {
  .ace400_blok.contactblok {
    background: url(/image/uploads/bg-0505.jpg) repeat center top;
    background-size: cover;
  }

  .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 #267adf;
  }

  .contact_box {
    width: auto;
  }

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

/*ボタン*/
.contact_item.button_box {
  display: flex;
  gap: 0.5em;
}

.contact_itembutton {
  flex: 1;
}

/* ----------------------------------------------------------------------
 フッターバー
---------------------------------------------------------------------- */
@media (min-width: 767px) {
  #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;
}

/* ----------------------------------------------------------------------
ページ内リンク（ジャンプ）のスクロール
---------------------------------------------------------------------- */

#navi_acecontact {
  display: block;
  padding-top: 7em;
  margin-top: -7em;
}

@media (max-width: 900px) {
  #navi_acecontact {
    padding-top: 5em;
    margin-top: -5em;
  }
}

@media (max-width: 767px) {
  #navi_acecontact {
    padding-top: 0;
    margin-top: 2px;
  }
}

/* ----------------------------------------------------------------------
ローディング
---------------------------------------------------------------------- */
.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: #267adf;
  -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%);
}

@media (max-width: 767px) {
  #splash {
    margin-top: 0;
  }
}

/*========= 画面遷移のための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: #267adf;
  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;
  }
}

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

/*-----------------------------------------------------
	faq よくある質問
-----------------------------------------------------*/
.faq {
  padding-block: 0 80px;
  /* background: repeating-linear-gradient(-70deg, #e7f2ff, #e7f2ff 10px, #d5ecff 15px, #d5ecff 24px); */

  @media (width >=767px) {
    padding-inline: 16px;
  }

  @media (width <=767px) {
    /* background: repeating-linear-gradient(-70deg, #e7f2ff, #e7f2ff 6px, #d5ecff 6px, #d5ecff 12px); */
  }

  & *,
  & *::before,
  & *::after {
    box-sizing: border-box;
  }
}

.BG_img.q_a .ace410_blok {
  @media (width <=767px) {
    background: url(/image/content/bg-pattern-b.jpg) repeat;
    background-size: 12px;
  }
}

.faq-heading {
  margin-block-end: 0.8rem;

  @media (width >=767px) {
    display: none;
  }
}

.faq-list {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 20px;

  @media (width <=767px) {
    flex-direction: column;
    gap: 16px;
  }

  @media (width >=767px) {
    padding-block-start: 4em;
  }
}

.faq-inner {
  max-width: 900px;
  margin-inline: auto;

  @media (width <=767px) {
    padding-inline: 4.2svw;
  }
}

.faq-item {
  background: #fff;
  border-radius: 4px;
  border: 3px solid var(--color-primary);

  @media (width >=767px) {
    width: calc(50% - 10px);
  }
}

.faq-question {
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  background-color: var(--color-primary);
  gap: 8px;
  text-align: left;
  padding-inline: 18px;
  height: 80px;

  @media (width <=767px) {
    height: auto;
    padding: 2.1svw 3.3svw;
  }
}

.faq-answer {
  color: #333;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  text-align: left;
  padding: 18px;

  @media (width <=767px) {
    padding: 4svw 3.3svw 5svw;
  }
}

.faq-mark {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-weight: 700;
  display: block;
  text-align: center;

  @media (width <=767px) {
    font-size: 3.7svw;
  }

  &.faq-mark--q {
    background-color: #fff;
    color: var(--color-primary);
    line-height: 1.5;

    @media (width <=767px) {
      line-height: 2;
    }
  }

  &.faq-mark--a {
    background-color: var(--color-primary);
    color: #fff;
    font-size: 17px;
    padding: 1px 10px 0;
  }
}


.faq-text-q {
  font-size: 18px;
  width: calc(100% - 30px);
  line-height: 1.2;

  @media (width <=767px) {
    font-size: 3.7svw;
  }
}

.faq-text {
  width: calc(100% - 30px);
  font-size: 16px;

  @media (width <=767px) {
    font-size: 3.7svw;
  }
}

/* フォーカススタイル（アクセシビリティ） */
.faq-question:focus {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

/*-----------------------------------------------------
	flow ご利用の流れ
-----------------------------------------------------*/
:is(#container) .flow .nempc {
  @media (width <=767px) {
    display: block;
  }
}

.flow_content_head {
  margin-block-end: 4em;

  @media (width <=767px) {
    margin-block-end: 2em;
  }
}

.flow_content {
  max-width: 800px;
  margin-inline: auto;
  padding-block-end: 80px;

  @media (width <=850px) {
    width: auto;
    margin: 0 1em;
  }

  @media (width <=767px) {
    padding-inline: 16px;
    margin: 0;
  }
}

.flow_content_list {
  li {
    position: relative;
    display: flex;
    align-items: center;
    padding: 2em 3em;
    background-color: #fff;
    border: 3px solid #267adf;
    border-radius: 5px;
    line-height: 1.6em;
    font-size: 16px;
    gap: 36px;

    @media (width <=767px) {
      flex-direction: column;
      padding: 27px 18px 26px;
      gap: 18px;
    }

    &:not(:last-child) {
      margin-block-end: 108px;

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

    &::before {
      content: "step:01";
      position: absolute;
      top: -19px;
      left: 50%;
      transform: translateX(-50%);
      display: block;
      padding: 3px 15px 5px;
      border-radius: 20px;
      background-color: #fff;
      border: 3px solid #267adf;
      color: #267adf;
      line-height: 1.5;
      font-weight: 700;
      /* text-transform: uppercase; */
    }

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

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

    &:nth-child(4)::before {
      content: "step:04";
    }

    &:nth-child(5)::before {
      content: "step:05";
    }
  }
}

.flow_content_thumbnail {
  width: 40%;

  @media (width <=767px) {
    width: 100%;
  }

  img {
    border-radius: 8px;

    @media (width <=767px) {
      margin-top: 0.3em;
    }
  }
}

.flow_content_body {
  width: 60%;
  text-align: left;

  @media (width <=767px) {
    width: 100%;
  }
}

.flow_content_body__title {
  font-size: 22px;
  color: #267adf;
  margin-block-end: 14px;

  @media (width <=767px) {
    font-size: 16px;
    padding: 0 0 0 0.3em;
    margin-bottom: 0.2em;
  }
}

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

/* -----------------------------------------------------
	お客様の声
----------------------------------------------------- */
.voice-inner {
  max-width: 700px;
  margin-inline: auto;
}

@media (width <=767px) {
  .voice-inner {
    padding-inline: 4.2svw;
  }
}

.voice_c1 {
  @media (width >=767px) {
    padding-block-start: 4em;
  }
}

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

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

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

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

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