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

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

/* コピーライト */
#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;
}

/* 404ページ */
#page_404_header {
  width: 100%;
  height: -webkit-calc(100vh - 151px);
  height: calc(100vh - 151px);
  position: relative;
}

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

/* ページコンテンツ */
.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;
}

/*固定ページヘッダー*/

@media only screen and (max-width: 600px) {
  #page_header {
    height: calc(35vh - 55px);
  }
}

/*改行*/
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;
  }
}

/*お知らせ一覧*/
@media screen and (max-width:767px) {
  #news_list .title {
    font-size: 12px;
  }
}

/*フッターロゴ*/
#footer_logo {
  margin: 0 0 5px 0;
}

/*フッター非表示*/
@media screen and (max-width: 767px) {
  #footer_menu {
    display: none;
  }
}

/*フッターメニュー縦並びに調整*/
@media (max-width: 767px) {
  #footer_menu li {
    display: block;
    margin: 10px 0;
    padding: 0;
    border-right: 0;
  }

  #footer_menu li:last-child {
    margin: 10px 0;
  }

  p#company_date {
    display: none;
  }
}

/*ウィジェットスマホでは非表示*/
@media only screen and (max-width: 767px) {
  .widget_content {
    display: none;
  }
}

/* ----------------------------------------------------------------------
ヘッダーバー
---------------------------------------------------------------------- */
#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,
#index_header_content,
#index_box_content,
#return_top,
#footer_banner,
#footer_top,
#footer_menu {
  display: none;
}

#contents_builder .cb_contents {
  width: auto;
  padding: 0;
}

#footer_top {
  padding: 0;
} */

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

/*見積りフォームボタン*/
/* #header-button .contact_item {
  padding: 0;
  width: 250px;
}

#header-button .contact_button a {
  border-radius: 8px;
} */

/* ----------------------------------------------------------------------
 ブロック・見出し
---------------------------------------------------------------------- */
#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);
  }
}

/*ブロック*/
body {
  background: #fff !important;
}

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

.workblok .ace410_blok {
  width: 1000px;
}

.ace400_blok.workblok {
  background-color: #fff;
}

.ace400_blok.flowblok {
  background-color: #fffee6;
}

.ace400_blok.flowblok2 {
  background-color: rgba(255, 255, 132, 0.51);
}

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

  .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 .main_content_g1.flow img {
  width: 700px;
}

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

/*ビフォーアフター*/
@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;
  }
}

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

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

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

/*見出し(arrow)*/
.ace410_c2 {
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: #1570db;
}

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 #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;
  margin: -10px 0 40px 0;
  padding-top: 12px;
  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%;
  }
}

/* ----------------------------------------------------------------------
 見積り事例
---------------------------------------------------------------------- */
/* .workblok h2.ace410_m1 {
  background-color: #f6ae54;
  font-weight: bold;
  padding: 5px 0 3px;
  color: #4e454a;
  border-radius: 25px;
  margin-bottom: 1em;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
} */

ul.workul {
  margin: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

li.workli {
  width: 50%;
  box-sizing: border-box;
  padding: 1.1em 0.7em;
}

.work_g1 img {
  vertical-align: bottom;
  width: 100%;
}

@media (max-width: 767px) {
  ul.workul {
    flex-direction: column;
  }

  li.workli {
    width: auto;
    padding: 1em 0 0;
  }
}

/* ----------------------------------------------------------------------
 コンバージョンエリア
---------------------------------------------------------------------- */
.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;
}

.contact_button a {
  background-color: transparent;
  border: 3px solid #267adf;
  border-radius: 60px;
  color: #267adf;
  display: block;
  font-weight: bold;
  max-width: 300px;
  padding: 15px 40px;
  text-align: center;
  font-size: 16px;
  line-height: 1.1;
}

.nempc .contact_button a {
  border-radius: 10px;
  padding: 1.2em 0.5em;
}

.contact_button.slide a {
  background: #fff;
  color: #267adf;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

span.contact_button_s1 {
  font-size: 60%;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - .5em);
  left: 1rem;
  font-size: 28px;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
}

i.fas.fa-envelope-open-text {
  font-size: 24px;
}

.contact_button.slide a::after {
  background: #267adf;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.contact_button.slide a:hover {
  color: #fff;
}

.contact_button.slide a:hover::after {
  transform: scale(1, 1);
}

@media (max-width: 800px) {
  .contact_button a {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .contact_button a {
    font-size: 15px;
  }
}

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

@media (max-width: 767px) {

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

/* ----------------------------------------------------------------------
ふわっ/画面が読み込まれたら現れる
---------------------------------------------------------------------- */
.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;
}