@charset "utf-8";

input,button { -webkit-appearance: none; }

/*******************************
共通
********************************/

*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}:where([hidden]:not([hidden='until-found'])){display:none!important}:where(html){-webkit-text-size-adjust:none;color-scheme:dark light;tab-size:2;scrollbar-gutter:stable}:where(html:has(dialog:modal[open])){overflow:clip}@media (prefers-reduced-motion:no-preference){:where(html:focus-within){scroll-behavior:smooth}}:where(body){line-height:1.5;font-family:system-ui,sans-serif;-webkit-font-smoothing:antialiased}:where(button){all:unset}:where(input,button,textarea,select){font:inherit;color:inherit}:where(textarea){resize:vertical;resize:block}:where(button,label,select,summary,[role='button'],[role='option']){cursor:pointer}:where(:disabled){cursor:not-allowed}:where(label:has(>input:disabled),label:has(+input:disabled)){cursor:not-allowed}:where(a){color:inherit;text-underline-offset:.2ex}:where(ul,ol){list-style:none}:where(img,svg,video,canvas,audio,iframe,embed,object){display:block}:where(img,picture,svg,video){max-inline-size:100%;block-size:auto}:where(p,h1,h2,h3,h4,h5,h6){overflow-wrap:break-word}:where(h1,h2,h3){line-height:calc(1em + 0.5rem);text-wrap:balance}:where(hr){border:none;border-block-start:1px solid;color:inherit;block-size:0;overflow:visible}:where(dialog){border:none;background:none;inset:unset;max-width:unset;max-height:unset}:where(dialog:not([open])){display:none!important}:where(:focus-visible){outline:3px solid CanvasText;box-shadow:0 0 0 5px Canvas;outline-offset:1px}:where(:focus-visible,:target){scroll-margin-block:8vh}:where(.visually-hidden:not(:focus-within,:active)){clip-path:inset(50%)!important;height:1px!important;width:1px!important;overflow:hidden!important;position:absolute!important;white-space:nowrap!important;border:0!important}

body {
background-color: #F5F5F5;
color:#333;
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
body main {
  max-width:800px;
  margin:0 auto;
  background-color: #FFF;
  padding-bottom:clamp(40px, 50%, 6vw);
}
body main img {
  max-width:100%;
  display: inline-block;
}
a img {
  transition: all ease-out 300ms;
}
a:hover img,
a:active img {
  opacity: 0.85;
}
.sec {
  text-align: center;
}
.site-header {
	position: relative;
}
.site-header h1 {
	position: absolute;
	top: 1em;
	left: 1em;
}

.main-img {
    line-height: 0;
}

/* CTA */
aside.ctaArea h2,
aside.ctaArea h3,
aside.ctaArea h4 {
  text-align: center;
}
aside.ctaArea h2 {
	line-height: 0;
	margin-top: -20px;
	position: relative;
    /*z-index: 999;*/
}

aside.ctaArea h3 {
  position: relative;
  top:0;
}
aside.ctaArea .ctaArea_bg {
	background: #ffefef;
    padding: 0 0 3em;
	background: url(../img/lp_saimu_hnl/ctaBack.gif);
}
aside.ctaArea .ctaArea_bg .inner {
	position: relative;
	background:#FFF;
	margin:0 3%;
    margin-top: -15em;
	box-shadow: rgb(145 37 86 / 45%) 0px 25px 20px -20px;
}

aside.ctaArea .ctaImg {
    margin-top: -10em;
}
aside.ctaArea .ctaArea_bg .inner ul {
	padding: 2em 2em 0;
}
aside.ctaArea .ctaArea_bg .inner ul li {
	text-align: center;
    position: relative;
}
aside.ctaArea .ctaArea_bg .inner ul li:last-child {
	margin-bottom: 0;
}


@media screen and (max-width: 800px) {
  aside.ctaArea .ctaArea_bg .inner {
      margin-top: -15em;
  }

}/* max-width: 600px */

@media screen and (max-width: 600px) {
	.main-img {
		padding: 2em 0 0;
	}
  aside.ctaArea .ctaArea_bg {
      padding: 0 0 2em;
  }
  aside.ctaArea .ctaArea_bg .inner ul {
      padding: 1em;
  }
  aside.ctaArea .ctaArea_bg .inner {
      margin: 0 1.5em;
      margin-top: -7em;
    padding-bottom: 0;
  }
  aside.ctaArea .ctaImg {
      margin-top: -4.3em;
  }
  aside.ctaArea .ctaArea_bg .inner ul li {
    margin-bottom: 10px;
    line-height: 0;
  }
  /* 電話 */
  aside.ctaArea .ctaArea_bg .inner ul li p.jikan {
  font-size:0.7rem;
  margin: 1em 0;
  }
  aside.ctaArea h2 {
      margin-top: -12px;
  }
}/* max-width: 600px */



/* 電話発信CVボタン */
.telCV a {
display: block;
width:664px;
height:160px;
background: url(../img/lp_saimu_hnl/tel_btn.png) no-repeat center top;
margin:0 auto;
}
.telCV a span {
display:none;
}
.ctaArea p.hosoku {
padding:0 1em 2em;
font-size:90%;
text-align: center;
}
@media screen and (max-width: 800px) {
	.telCV {
	padding:0 4%;
	}
	.telCV a {
	width:100%;
	height:0;
	padding-top:24.0963%;
	background: url(../img/lp_saimu_hnl/tel_btn.png) no-repeat center top;
	background-size: contain;
	margin:0 auto;
	}
  .ctaArea p.hosoku {
  font-size:60%;
  text-align: left;
  }
}/* SP */


.mvBotmImg {
display: block;
margin-bottom:9rem;
}



/*******************************
個別　コンテンツ
********************************/
.sec01 {
    margin-top: 5em;
}
.sec01 h2 {
    z-index: 1;
	position: relative;
}
.sec01 div {
    margin-top: -10em;
}

.sec02 {
	margin: 2em 0;
	text-align: center;
}
.sec02 div {
	margin-bottom: 2em;
}
.sec02 div:last-child {
	margin-bottom: 0;
}

.sec03 {
	background: #fff;
	background: url(../img/lp_saimu_hnl/bg.gif);
	padding: 3em 0;
	text-align: center;
}
.sec04 .img {
	text-align: center;
	margin:  2em 0;
}

.sec05 {
	background: #daedf8;
	text-align: center;
	padding: 5em 0;
}
.sec05 h2 {
	margin-bottom: 4em;
}

.sec06 {
	text-align: center;
    padding: 5em 0 0;
    background: #faf9ff;
	background: url(../img/lp_saimu_hnl/bg2.jpg);
}
.sec06 h2 {
	margin-bottom: 2em;
}
.sec06 .point01 {
    position: relative;
    z-index: 1;
}
.sec06 .point02 {
    margin-top: 2em;
	line-height: 0;
}


/* 事務所概要 */
.sec07 {
padding:2rem 6%;
}
.sec07 h2 {
margin-bottom:2rem;
}
.sec07 dl {
display: flex;
flex-wrap: nowrap;
border-bottom:#CCC dotted 1px;
padding-bottom:1.5rem;
margin-top: 1.5rem;
}
.sec07 dl dt {
width:30%;
text-align: center;
font-weight: 600;
}
.sec07 dl dd {
width:70%;
text-align: left;
}
@media screen and (max-width: 800px) {
  .sec01 {
      margin-top: 8em;
  }

  .sec07 dl {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .sec07 dl :is(dt,dd) {
    width:100%;
  }
  .sec07 dl dt {
    text-align: left;
    font-size:70%;
    }
}/* max-width: 800px */


.site-footer {
padding:1rem 3% 85px;
}
.site-footer ul.link li {
text-align: center;
}
.site-footer ul.link li a {
display: inline-block;
padding:4px 0.5em;
text-decoration: none;
color:#333;
font-size:1.2rem;
}
.site-footer ul.link li a:not(:first-child) {
margin-left:1em;
}
.site-footer address {
display: block;
text-align: center;
margin-top: 2rem;
font-size:1rem;
}
@media screen and (max-width: 800px) {
.site-header h1 {
	position: absolute;
	top: 0.5em;
	left: 0.5em;
	width: 80%;
}




.sec01 div {
    /*margin-top: -6em;*/
}
.sec03 {
    padding: 2em 1em 0;
}

.sec04 .img {
    margin: 1em 2em;
}

.sec05 {
    padding: 3em 1em;
}
.sec05 h2 {
    margin-bottom: 1em;
    padding: 0 2em;
}

.sec06 {
    padding: 2em 0 0;
}
.sec06 h2 {
	margin-bottom: 1em;
    padding: 0 2.5em;
}
.sec06 .point01 {
    padding: 0 1em;
}
.sec06 .point02 {
    margin-top: 1em;
    line-height: 0;
}

  .site-footer {
    padding-bottom:15vw;
  }
  .site-footer address {
    font-size:14px;
    }
}/* max-width: 600px */


/* 固定メニュー */
#fixedMenu.fixBar {
position: fixed;
left:0; bottom:0;
background:rgba(255,236,240,0.6);
width: 100vw;
padding:10px;
box-sizing: border-box;
opacity: 0;
transition: all ease 400ms;
z-index: 9999999999;
transition: all ease 400ms;
}
#fixedMenu.fixBar.active {
display: block;
opacity: 1;
}
#fixedMenu.fixBar ul.fixBar__row {
max-width:800px;
margin:0 auto;
text-align: center;
}
#fixedMenu.fixBar ul.fixBar__row li img {
max-width:100%;
}
@media screen and (max-width: 800px) {
  #fixedMenu.fixBar ul.fixBar__row {
    margin:0 2%;
  }
}/* max-width: 600px */