@charset "utf-8";

/*---------------------------------------------------------------------------------
初期設定
--------------------------------------------------------------------------------- */
body {
  margin: 0px;
  padding: 0px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 15px;
  line-height:2;
  color: #111;
  -webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
  word-break : break-all;
  word-wrap : break-word;
  overflow-wrap : break-word;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}
h1, h2, h3, h4, h5, h6, ul, ol, dl, p, li, dt, dd, th, td, em, strong, blockquote {
  margin: 0px;
  padding: 0px;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
  font-style: normal;/*	font-size: 15px;
	word-break: break-all;*/
}
ul,ol {
  list-style: none;
}
p, dd, li {
  text-align: justify;
}
em, strong {
  font-weight: normal;
}
img {
  vertical-align: top;
  width: 100%;
  max-width: 100%;
  height: auto;
}
a img {
  border: none;
}
a:link, a:visited, a:hover, a:active {
  color: inherit;
  text-decoration: none;
}
a:hover {
  transition: 0.2s ease-in-out;
  opacity: 0.5;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.pc {
  display: block;
}
br.pc, span.pc, img.pc {
  display: inline;
}
.sp {
  display: none!important;
}
.anchor {
  display: block;
  position: relative;
  top: -96px;
}

/*SP ---------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  html {
    font-size: 62.5%;
  } /* 10px */
  body {
    width: 100%;
    background-color: #fff;
    font-size: 1.4rem;
    line-height: 1.7;
    overflow-x: hidden;
  }
  .pc {
    display: none!important;
  }
  .sp {
    display: block!important;
  }
  br.sp,  span.sp,  img.sp {
    display: inline!important;
  }
  a:hover {
    opacity: 1;
  }
  .anchor {
    display: block;
    position: relative;
    top: -40px;
  }
}

/*---------------------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------------------- */
#header-wrapper {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-width: 1440px;
  height: 96px;
  background-color: #fff;
  z-index: 50;
  position: fixed;
  top: 0;
  left: 0;
}
.page-logo {
  width: 336px;
}

#nav-background {
  width: 730px;
}
.nav-background-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-nav {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.page-nav__list {
  box-sizing: border-box;
  display: block;
  padding-top: 40px;
  padding-right: 22px;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
}
.header-estimate {
  display: flex;
  width: 300px;
  height: 96px;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  background-color: #111;
}
.header-estimate-line {
  width: 238px;
}
.header-estimate-line a {
  display: block;
  padding-top: 5px;
}
.header-estimate-btn {
  box-sizing: border-box;
  display: block;
  width: 238px;
  height: 48px;
  padding: 16px 0px 0px 24px;
  border: 2px solid #c3e7ff;
  background: url("../img/common/h_arrow.svg") no-repeat 127px center / 82px 8px;
  font-size: 14px;
  line-height: 1;
  color: #c3e7ff!important;
}
/*SP ---------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  #header-wrapper {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    width: 100%;
    min-width: 100%;
    height: 40px;
    position: fixed;
    top: 0;
    left: 0;
  }
  .page-logo {
    width: 160px;
  }
  #toggle_menu {
    box-sizing: border-box;
    display: block;
    width: 40px;
    height: 40px;
    padding: 11px 10px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    background-color: #111;
  }
  #toggle_menu .inner {
    width: 20px;
    height: 18px;
    position: relative;
  }
  #toggle_menu .inner div {
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
  }
  #toggle_menu .menu1 {
    top: 0px;
  }
  #toggle_menu .menu2 {
    top: 8px;
  }
  #toggle_menu .menu3 {
    top: 15px;
  }
  .open #toggle_menu {
    background-color: #fff;
  }
  #toggle_menu .menu1, #toggle_menu .menu2, #toggle_menu .menu3 {
    transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out; /* opera */
    -moz-transition: all 0.5s ease-out; /* firefox */
    -webkit-transition: all 0.5s ease-out; /* chrome, safari */
    -ms-transition: all 0.5s ease-out; /* ie */
  }
  #toggle_menu .inner .menuclick1 {
    width: 20px;
    top: 6px;
    -moz-transform: rotate(405deg);
    -webkit-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    transform: rotate(405deg);
    background-color: #000!important;
  }
  #toggle_menu .menuclick2 {
    opacity: 0;
  }
  #toggle_menu .inner .menuclick3 {
    width: 20px;
    top: 6px;
    -moz-transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
    -o-transform: rotate(-405deg);
    -ms-transform: rotate(-405deg);
    transform: rotate(-405deg);
    background-color: #000!important;
  }
  #nav-background {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100vh;
    padding: 0;
    background-image: none;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
  }
  .open #nav-background {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .nav-background-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    height: 100%;
  }
  .page-nav {
    display: block;
    height: auto;
    padding-bottom: 30px;
  }
  .page-nav__list {
    box-sizing: border-box;
    display: block;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
  }
  .header-estimate {
    width: 100%;
    padding: 30px 0;
    height: auto;
    background-color: #000;
  }
  .header-estimate-tel {
    width: 230px;
    font-size: 11px;
    line-height: 1;
    color: #fff;
    padding-bottom: 12px;
    text-align: center;
  }
  .header-estimate-line {
    width: 238px;
    margin: 0 auto;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    padding-bottom: 3px;
    display: block;
  }
  .header-estimate-line a {
    display: block;
    padding-top: 5px;
  }
  .header-estimate-btn {
    box-sizing: border-box;
    display: block;
    width: 238px;
    height: 48px;
    padding: 16px 0px 0px 24px;
    border: 2px solid #c3e7ff;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1;
    color: #c3e7ff!important;
  }
}


/*---------------------------------------------------------------------------------
コンテンツ
--------------------------------------------------------------------------------- */
#contents-wrapper {
  width: 100%;
  min-width: 1440px;
  padding-top: 96px;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
  overflow:hidden;
}
/*SP ---------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  #contents-wrapper {
    min-width: 100%;
    padding-top: 40px;
    padding-bottom: 30px;
  }
}


/*---------------------------------------------------------------------------------
フッター
--------------------------------------------------------------------------------- */
#footer-wrapper {
  width: 100%;
  min-width: 1440px;
  overflow:hidden;
}
.page-footer {
  width: 100%;
  padding: 90px 0px 85px;
  background-color: #111;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}
.page-footer::before {
  width: 200vw;
  height: 96px;
  background-color: #c3e7ff;
  transform: skew(-45deg, 0deg);
  transform-origin: center center;
  position: absolute;
  bottom: -96px;
  left: 50%;
  margin-left: -576px;
  content:"";
  z-index: -1;
}
.page-footer-ttl {
  padding-bottom: 37px;
}
.page-footer-ttl .en {
  display: block;
  padding-bottom: 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 51px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.page-footer-ttl .jp {
  display: inline-block;
  padding: 2px;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  background-color: #fff;
  color: #111;
}
.page-footer-txt1 {
  padding-bottom: 22px;
  font-size: 16px;
  line-height: 1.87;
  text-align: center;
}
.page-footer-tel a {
  box-sizing: border-box;
  display: block;
  width: 600px;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
  font-size: 64px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.page-footer-tel a::before {
  display: inline-block;
  width: 100px;
  height: 50px;
  background: url("../img/common/icon_free.svg") no-repeat left;
  content:"";
  position: relative;
  top: 2px;
}
.page-footer-txt2 {
  font-size: 15px;
  line-height: 1.7;
  text-align: center;
}
.global-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  height: 96px;
  padding: 0 32px;
  position: relative;
  z-index: 3;
}
.global-footer-link {
  width: 100px;
}
.global-footer-link a {
  padding-right: 18px;
  background: url("../img/common/icon_f_link.svg") no-repeat right center;
  font-size: 14px;
  line-height: 1;
}
.copyright {
  width: 500px;
  text-align: right;
  font-size: 13px;
  line-height: 1;
}

/*SP ---------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  #footer-wrapper {
    width: 100%;
    min-width: 100%;
  }
  .page-footer {
    padding: 45px 0px 49px;
  }
  .page-footer::before {
    height: 50px;
    bottom: -50px;
    margin-left: -97px;
  }
  .page-footer-ttl {
    padding-bottom: 19px;
  }
  .page-footer-ttl .en {
    padding-bottom: 5px;
    font-size: 25px;
  }
  .page-footer-ttl .jp {
    font-size: 15px;
  }
  .page-footer-txt1 {
    padding-bottom: 6px;
    font-size: 13px;
    line-height: 1.7;
  }
  .page-footer-tel a {
    width: 90%;
    font-size: 32px;
  }
  .page-footer-tel a::before {
    display: inline-block;
    width: 50px;
    height: 25px;
    background: url("../img/common/icon_free.svg") no-repeat left;
    background-size: 40px auto;
    content:"";
    position: relative;
    top: 2px;
  }
  .page-footer-txt2 {
    font-size: 12px;
    line-height: 1.7;
    text-align: center;
  }
  .global-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    height: 50px;
    padding: 0 10px;
  }
  .global-footer-link {
    width: 100px;
  }
  .global-footer-link a {
    padding-right: 18px;
    font-size: 11px;
    line-height: 1;
  }
  .copyright {
    width: calc(100% - 100px);
    text-align: right;
    font-size: 10px;
    line-height: 1;
  }
}

/*---------------------------------------------------------------------------------
アニメーション
--------------------------------------------------------------------------------- */
.line-path {
  stroke-dasharray: 3000; /* パスの長さに応じて調整 */
  stroke-dashoffset: 3000;
  transition: stroke-dashoffset 2s ease-out;
  will-change: stroke-dashoffset;
}

.line-path.is-active {
  stroke-dashoffset: 0;
}

