@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&text=漏水のとお任せください！&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&text=0120-525-667&display=swap');
/* CSS Document */
article, aside, footer, header, main, nav, article, section {display:block;}
img, picture, audio, canvas, video, svg {display:block; max-width:100%;height: auto;}
br,hr {display:block;}
ol,ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:none;}
input,select {vertical-align:middle;}
*,
*::before,
*::after { box-sizing:border-box;}
* {
	border:0;
	margin:0;
	outline:0;
	padding:0;
	font:inherit;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	text-decoration:none;
	vertical-align:baseline;
}
/*{box-sizing: content-box;}*/
/*** effect ***/
/* フェードイン(初期値) */
.js-fadeUp {
  opacity: 0; /* 最初は非表示 */
  transform: translateY(5px); /* 下に20pxの位置から */
  transition: opacity .3s, transform .3s; /* 透過率と縦方向の移動を0.8秒 */
}
/* フェードイン(スクロールした後) */
.js-fadeUp.is-inview {
  opacity: 1; /* 表示領域に入ったら表示 */
  transform: translateY(0); /* 30px上に移動する */
  transition-delay: .3s; /* フェード開始を0.5秒遅らせる */
}

:root {
  --sans-serif: 'Noto Sans JP', sans-serif;
  --serif: 'Noto Serif JP', serif;
  --en: "Lato", sans-serif;
  --color-red:#f91a47;
  --color-l-blue:#5f7ab7;
  --color-blue:#1b47a5;
  --color-green:#1db9ce;
  --color-l-green:#bceadf;
  --bg-manu:#ccc;
  --leading-trim: calc((1em - 1lh) / 2);
}

body {
  color: #333;
  font-family: var(--sans-serif);
  font-weight: 400;
  font-size:1.6rem;
  line-height: 1.8125;
	line-break:strict;
	overflow-wrap:break-word;
	word-break:normal;
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
  box-sizing: content-box;
  
}
@keyframes loading {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
  
a {
  color: #333;
  -webkit-tap-highlight-color:transparent;
  transition:.3s;
  display: block;
}
a:hover {opacity: .8; transition:.3s;}
a img { display: inline-block; text-align: center;}

html { font-size: 62.5%; scroll-behavior: smooth;overscroll-behavior-y: none;}
h1,h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.5;
  margin-block: var(--leading-trim);
}

/* header -----------------------*/
header{}
.header__menu-pc{ display: none;}
.header {
  width: 100%;
  background: rgba(255,255,255,0.75);
  position:fixed;
  top: 0;
  left: 0;
  right:0;
  transition: .5s;
  z-index: 999;
}
.header.hide { transform:translateY(-200px);}
.header__wrap {
  position: sticky;
  max-width: 1160px;
  width: 100%;
  padding:17px 0px 18px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo-set{
  display: flex;
  align-items: center;
  gap:13px;
  flex-wrap: wrap;
}
.header__logo-img {
  width: 67px;
  max-width: 148px;
  vertical-align: middle;
}
.header__logo-txt {
  font-size: clamp(1.8rem, 2.34375vw/*768*/, 3rem);
  font-weight: 700;
}

.header__contact-pc,
.header__info-txt, 
.header__phone-pc { display: none;}
.header__phone { margin-left: auto;}
.header__phone-sp {
  width : 44px;
  height: 44px;
  margin-right: 5px;
}
.header__contact-sp-scloll { 
  width: 44px;
  height: 44px;
  margin-right: 13px;
}

.header__mail a {
  display: block;
  font-size:13px;
  font-weight: 500;
  color: #fff;
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
}

.header__mail a:before{
  content:url("../img/nav/icon-mail.svg");
  display: inline-block;
  width: 21px;
  height: 16px;
  position: absolute;
  top: 13px;
  left: 11px;
  right:11px;
  text-indent:0; 
}
.header__menu { display: contents;}
.header__info-txt { display: none;}
@media (min-width:768px) {
.header__wrap{
  width: 100%;
  align-items: flex-start;
  padding: 30px 48px 5px;
  margin: auto;
  position: sticky;
  transition: .5s;
  }
.header__logo-img {
  width: 80px;
  margin-top: 3px;
  }
.header__info-txt {
  display: inline-block;
  font-size: clamp(1.3rem, 1.692783vw/*768*/ , 1.6rem);
  font-weight: 400;
  }

.header__phone-sp {display: none;}
.header__phone-pc {
  display:inline-block;
  color: var(--color-blue);
  text-align: right;
  margin:3px 13px auto auto;
  }
  .header__phone-pc:before{
    content:'';
    background: url("../img/nav/icon-freedial.svg")  top center/28px no-repeat;
    display: inline-block;
    width: 28px;
    height: 20px;
    padding-left: 28px;
    margin-right: 16px;
  }
  .header__phone-pc span {
    font-family: var(--en);
    font-size: 26px;
    line-height: 1;
  }
  .header__phone-pc p {font-size: 13px;white-space: nowrap;}
  .header__contact {display: inline-block; }
  .header__contact-sp-scloll { display: block; width: 50px; margin-right:13px;}
}

@media (min-width: 1160px){
div#sp-icon,.header__contact-sp-scloll { display: none;}
.header__menu {
  max-width: 680px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  }
a[href^="tel:"] { pointer-events: none; display: inline;}
 .header__logo-set { gap:35px 40px;}
 .header__logo-img {width: 118px;margin-top: 6px;}

.header__menu-pc {
  display: block;
  margin-left: auto;
  white-space: nowrap;
  }
.header__menu-pc ul{
  display: flex;
  justify-content: flex-end;
  font-size:1.6rem;
  font-weight: 500;
  gap:2em;
}
  .header__contact-pc {
    display: inline-block;
    margin-right: -5px;
    margin-left: 30px;
  }
  .header__menu-pc li{ line-height: 68px;}
  .header.is-scroll .header__menu-pc li{ line-height: 50px;}

.header__wrap {
  max-width: 1240px;
  width: 100%;
  height:180px;
  padding: 42px 40px 20px
} 
  .header__logo-txt {margin-top: -5px;}
  .header__phone-pc{margin: 0 13px auto auto;}
  .header__phone-pc span { font-size: 30px;}
  .header__phone-pc p { font-size: 1.6rem;}
  
   .header.is-scroll .header__wrap { height: 90px; /*transition: .3s;*/ padding: 20px 40px ;}
   .header.is-scroll .header__menu { justify-content: space-between;}
   .header.is-scroll .header__logo-img {width: 120px; height: 50px; }
   .headeris-scroll .header__logo-txt { font-size: 26px; }
  .header.is-scroll .header__menu-pc { margin-left: 0;}
  .header.is-scroll .header__phone,
  .header.is-scroll .header__info-txt,
  .header.is-scroll .header__phone-pc,
  .header.is-scroll .header__contact-pc,
  .header.is-scroll .header__phone-sp{ display: none;}
  .header.is-scroll .header__contact-sp-scloll{ display:block; margin:0 0 0 30px;}
  .header__logo p { letter-spacing: 1px;}
  .header__menu-pc { font-size: 1.5rem;}
  .header__info{ gap:32px;}
}
/* sp menu area ---------- */
/* -- #sp-icon -- */
div#sp-icon {
	width : 44px;
	position: relative; 
	z-index: 9999;
  transition: all .3s ease 0s;
}
div#sp-icon.fixed {	position: fixed;}
div#sp-icon:hover { cursor: pointer; opacity: .7;}

div#sp-icon span,
div#sp-icon span:before,
div#sp-icon span:after {
	display: inline-block;
	width: 28px;
	height: 2px;
	background: #333;
	position: absolute;
	transition-property: transform;
	transition-duration: .3s;
}
div#sp-icon span {
  right: 0;
  transform: translate( -50%, -50% );
}
div#sp-icon span:before {
	content: "";
	transform: translateY( -10px ) rotate( 0deg );
}
div#sp-icon span:after {
	content: "";
	transform: translateY( 10px ) rotate( 0deg );
}
div.sp-open span { background: transparent !important;}
div.sp-open span:before{ transform: rotate( 45deg ) !important;}
div.sp-open span:after { transform: rotate( -45deg ) !important;}

#menu {
	position: fixed;
  left: 0;
  top : 0;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
	background: #ccc;
	opacity: .95;
  padding: 20px;
	z-index: 999;
	display: none; 
  -webkit-overflow-scrolling: touch;
}
.menu__inner{
  background: #fff;
  border-radius: 10px;
  padding: 60px 20px;
}
@media (min-width:480px) {.menu__inner{padding: 60px;}}
#menu > a img {
  display: block;
  width: 3.2rem;
  margin:0 auto 32px;
}

.g-menu {
  width: 100%;
  height: auto;  
  line-height: 1;
}
.g-menu__list{
  font-size: 18px;
  font-weight: 500;
}
.g-menu__primary +.g-menu__primary {
  margin-top: 50px;
}
.g-menu__list > li:nth-child(3) { margin-top: 52px; }
.g-menu__list > li:nth-child(n+4){ margin-top: 42px; }
.g-menu__list-sub {
  font-size: 16px;
  font-weight: 400;
  margin-top: 28px;
}
.g-menu__list-sub li:before {
  content:'---';
  display: inline-block;
  width: 1.5em;
}
.g-menu__list-sub li a { display: inline-block;}
.g-menu__list-sub li + li{ margin-top: 20px;}

.g-menu__btn-wrap {
  display: flex;
  align-items: center;
  gap:30px;
  font-size: 16px;
  font-weight: 500;
  margin-top: 45px;
}
.header__contact-pc a,.footer__menu-contact a,
.btn--contact a{
  width: 170px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: 500;
  border-radius: 50px;
  display: block;
  background: var(--color-red);
  color: #fff;
  }
.header__contact-pc a:after,.footer__menu-contact a:after,
.btn--contact a:after {
  content:'';
  background: url('../img/nav/icon-mail.svg') center left /contain no-repeat;
  display: inline-block;
  width: 22px;
  height: 15px;
  margin-left: 15px;
}

.btn--sns { width: 30px; height: 30px;}
.g-menu__company { margin-top: 45px;}
.g-menu__company-logo-name {
  display: flex;
  align-items: center;
  gap:20px;
  font-size: 22px;
  font-weight: 600;
}
.g-menu__company-logo { width: 100px;}
.g-menu__company-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8125;
  margin-top: 22px;
}
.g-menu__phone { margin-top: 34px;}
.g-menu__phone span{
  font-family: var(--en);
  font-size: 30px;
  color: var(--color-blue);
}
.g-menu__phone span:before {
  content:'';
  background: url("../img/nav/icon-freedial.svg") bottom left/contain no-repeat;
  display: inline-block;
  width: 33px;
  height: 1em;
  margin-right: 12px;
}
.g-menu__phone-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: var(--color-blue);
  margin-top: 16px;
}

@media (max-height:750px){ #menu { height: 100%; overflow-y: scroll;}}
@media (min-width:768px) {
div#sp-icon {
  width: 50px;
  right: -15px;
  margin: 25px 0 auto 0;
  z-index: 9999;
  }
  div#sp-icon span,
  div#sp-icon span:before,
  div#sp-icon span:after {width: 32px; }
  div#sp-icon span:before{transform: translateY(-12px) rotate(0deg);}
  div#sp-icon span:after {transform: translateY(12px) rotate(0deg);}
}

/*** Content ***/
.page-head {
 width: 100%;
 height: 180px;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
}

.page-head__ttl {
  font-size: clamp(2.6rem,3.3898305vw,4.5rem);
  line-height: 1;
  margin-top: 10px;
}
.sec__ttl,
.top-sec__ttl,
.contact-info__ttl{
  font-size: clamp(2.4rem,3.1290743vw,4rem);
  text-align: center;
}
.page-head__ttl,
.page-head__ttl-sub,
.top-sec__ttl,
.contact-info__ttl { color: var(--color-blue);}
.page-head__ttl-sub,
.top-sec__ttl span,.contact-info__ttl span {
  display: block;
  font-size: clamp(1.4rem,1.8229166vw,1.8rem);
  }
.page-head__ttl-sub { font-weight: 700; line-height: 1; margin-top: 12px;}

/* content area */
main{ margin-top: 80px;} 
.page [class$="__inner"] { margin: auto;}
.sec { padding: 100px 22px 0; }
.sec__body {
 display: grid;
 gap:40px;
 margin-top: 50px;
}
@media (min-width:768px) {
main{ margin-top: 110px;} 
.page [class$="__inner"] {max-width: 672px;}
.page-head__ttl-sub { margin-top: 16px}
.sec { padding: 120px 48px 0; }
.sec__body { gap:50px; margin-top: 60px;}  
}
@media (min-width:1160px) {
main{ margin-top: 180px;} 
.page [class$="__inner"] {max-width: 840px;}

  .sec:first-of-type{ padding-top: 120px;}
  .sec { padding: 150px 28px 0; }
  .sec__body { gap:70px; margin-top: 70px;}
}
@media (min-width:1246px) {.sec { padding: 150px 0 0; }}

/*** contact ***/
.contact-info { padding: 120px 22px;}
.contact-info__inner {
  max-width: 1160px;
  margin: auto;
}
.contact-info__wrap{
  display: grid;
  gap:20px;
  margin: 70px auto 0; 
}
.contact-info a {
  display: block;
  width: 100%;
  height: 100%;
  color: var(--color-blue);
  padding: 24px 0 20px;
}
.contact-info__phone,
.contact-info__mail{
  display: flex;
  flex-direction: column;
  max-width: 330px;
  width: 100%;
  height: 140px;
  aspect-ratio:330 / 140;
  object-fit: cover;
  border: solid 3px var(--color-blue);
  line-height: 1!important;
  text-align: center;
  margin: auto;
}

.contact-info__head {font-size: 1.8rem;}
.contact-info__phone .icon-phone {
  font-size: 3rem;
  font-weight: 600;
  font-family: var(--en);
  line-height: 1;
  margin: 12px auto 14px;
}
.contact-info__phone .icon-phone:before {
  content:'';
  display: inline-block;
  background: url("../img/nav/icon-freedial.svg") center/contain no-repeat;
  width: 28px;
  height: 21px;
  margin-right: 7px;
}
.contact-info__mail .icon-mail {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
  margin-top: 26px;
}
.contact-info__mail .icon-mail:before {
  content:'';
  display: inline-block;
  background: url("../img/nav/icon-mail-blue.svg") center/contain no-repeat;
  width: 28px;
  height: 19px;
  margin-right: 15px;
}
@media (min-width: 768px){
.contact-info { padding: 120px 48px;}
.contact-info__wrap{margin-top: 70px;}
.contact-info__phone,
.contact-info__mail { max-width: 570px;}
}
@media (min-width: 1160px){
.contact-info{ padding:150px 43px;}
.contact-info__wrap { grid-template-columns: 1fr 1fr;}
}

/*** footer ***/
.footer {
  position: relative;
  background: var(--color-blue); 
  padding: 58px 0 30px;
  margin-block:var(--leading-trim);
  z-index: 0;
  color: #fff;
}
.footer a {color: #fff;}
.footer__inner { margin: auto 42px;}
.footer__logo-set {
  display: flex;
  align-items: center;
  gap: 17px;
}
.footer__logo-img {
  max-width: 76px;
  width: 100%;
  margin-top: 6px;
}
.footer__logo-txt{ font-size: clamp(2.4rem, 3.125vw, 3rem); font-weight: 600;}
.footer__address { margin-top:40px; }
.footer__address a { display: inline-block;}
.footer__phone { margin-top:37px;}

.footer__phone .icon-phone a {
  display: inline-block;
  font-size: 3rem;
  font-family: var(--en);
  font-weight: 600;
}
.footer__phone .icon-phone:before{
  content: '';
  display: inline-block;
  background: url("../img/nav/icon-footer-freedial.svg") center/contain no-repeat;
  width: 32px;
  height: 24px;
  margin:0 10px 0 0;
}
.footer__wrap-pc { display: contents;}

.footer__menu-sp{
  display: grid;
  gap: 32px;
  margin-top: 50px;
}
.footer__menu-sp a{ line-height: 1;}

.footer__menu-sub {display: none;}
.footer__menu-contact a,
.footer__menu-pc .footer__menu-contact a{ line-height: 50px;margin-top: 8px;}
.footer__menu-privacy{ margin-top: 4px;}
.footer__menu-sns {margin-top: -6px;}
.footer__link,.footer-copy {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, YuGothic, "Yu Gothic Medium", "Yu Gothic", '游ゴシック',YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",'メイリオ', sans-serif;
}
.footer__link a{
  display: inline-block;
  font-weight: 600;
  line-height: 32px;
  border:solid 1px #fff;
  padding: 0 10px;
}
.footer__link--sp { margin-top: 44px;}
.footer-copy {
  font-size: 12px;
  margin-top:62px;
}
.footer__menu-pc,.footer__link--pc{ display: none;}

@media (min-width: 768px){
  .footer { padding: 97px 0 42px;}
  .footer__inner { max-width: 633px;margin: auto;}
  .footer__logo-set { gap:40px;}
  .footer__logo-img {max-width: 118px;}
  .footer__menu-wrap{
    display: flex;
    justify-content: space-between;
    gap:65px;
    width: 100%;
    margin: 105px auto 0;
  }

  .footer__menu-pc {display: flex; margin-top: 105px;}
  .footer__menu-pc a {line-height: 1;}
  .footer__menu-pc > div div+div{margin-top: 42px;}
  .footer__menu-pc .footer__menu-privacy,
  .footer__menu-pc .footer__menu-sns{ margin-top: 36px;}
  .footer__menu-sp { display: none;}

  .footer__menu-pc >div:nth-of-type(2){ margin-left:65px; }
  .footer__menu-pc >div:last-of-type { margin-left:56px; }
  .footer__link--pc{ display: none;}
  .footer__link--sp { margin-top: 100px;}
  .footer__menu-sub{ display: block;}
  .footer__menu-sub li {line-height: 1; margin-top: 25px;}
.footer__menu div:first-child { grid-area: 1 / 1 / 2 / 2; width: 8em; }
.footer__menu div:nth-child(2) { grid-area: 1 / 2 / 6 / 3; width: 13em; }
.footer__menu div:nth-child(3) { grid-area: 2 / 1 / 3 / 2; }
.footer__menu div:nth-child(4) { grid-area: 3 / 1 / 4 / 2; }
.footer__menu div:nth-child(5) { grid-area: 4 / 1 / 5 / 2; } 
.footer__menu-contact { margin-top: 0;}
}
@media (min-width: 1160px){
.footer { padding: 100px 42px 42px;}
.footer__inner {
  display: block;
  max-width: 1162px;
  width: 100%;
  margin: auto ;
  }
.footer__inner> a {display: block; width: 100%; }
.footer__wrap-pc{ display: flex; justify-content: space-between;}

.footer__menu-pc { margin-top: 40px;}
.footer__menu-pc > div:nth-of-type(2) { margin-left: 59px;}
.footer__menu-pc > div:last-of-type { margin-left: 52px;}
.footer__menu-sp { display: none}
.footer__menu-wrap { gap:52px;justify-content:unset; margin-top: 40px; }
  .footer__menu-pc .footer__menu-contact a{ margin-top: 0;}
.footer__link--pc { display: block; margin-top: 40px;}
.footer__link--sp { display: none;}

.footer__address p br:first-of-type{ display: none;}
}

/*** icon ***/
.footer__link a[target="_blank"]:after{
  content: '';
  background: url("../img/nav/icon-blank.svg") 0 2px / contain no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 11px;
}

.icon-list:before {
  content: '●';
  display: inline-block;
  color: var(--color-blue);
  font-size: 1em;
  margin: 0 ;
}
/*** btn ***/
.btn{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 44px;
  background: var(--color-green);
  border-radius: 44px;
  font-weight: 500;
  text-align: center;
  line-height: 44px; 
  transition: .5s;
  margin: auto;
}

.btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  border-radius: 44px;
}
.btn a:hover,
.btn:hover{
  background:#1b47a5;
  color: #fff;
  border-radius: 44px;
}

/*** utility ***/
.u-sp {display: block;}
.u-pc { display: none;}
.u-mt24 { margin-top: 24px;}
.u-mt32 { margin-top: 32px;}
.u-small { font-size: .93333em;}
.u-large { font-size: 1.125em;}
.u-bold { font-weight: 700;}
.u-center { text-align: center;}
.u-right { text-align: right;}
.u-blue { color: var(--color-blue);}
.u-green { color: var(--color-green);}

@media (min-width: 768px){
.u-sp{ display: none;}
.u-pc { display: block;}
}

.page-lead {/* only contact */
  font-weight: 400;
  line-height: 2;
  margin-block: var(--leading-trim);
}
p {
  line-height: 2;
  margin-block: var(--leading-trim);
}
