@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
html { height: 100%; font-size: 62.5%; }
body {
	/* font-family: "Hiragino Kaku Gothic W3 JIS2004"; */
    /* font-family: 'Noto Sans JP', sans-serif; */
    font-family: 'Noto Sans', sans-serif;
	font-size: 1.4rem;
	line-height: 1.7;
	color: #444;
    -webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #fff;
	overflow-x: hidden;
	transition: 0.4s;
	width: 100%;
    height: 100%;
    letter-spacing: normal;
}
.bodyfixed{ position: fixed; left: 0; top: 0; }

*,
*:before,
*:after { -webkit-box-sizing: border-box; box-sizing: border-box; }

img {
	width: 100%;
	display: block;
}
a  { display: block; text-decoration: none; color: #4d4d4d; }
a:hover img{ opacity: 0.7; }
ul { list-style: none; }
.cf:after {
	content: "";
	display: table;
	clear: both;
}

.btn       { transition: 0.4s; }
.btn:hover { opacity: 0.5; transition: 0.4s; }

.robo   { font-family: 'Roboto', sans-serif; }
.gothic { font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }
.hiragino{ font-family: "Hiragino Kaku Gothic W3 JIS2004"; }
.wrap{ width: 100%; max-width: 1040px; padding: 0 20px; margin: 0 auto; }

@media only screen and (min-width: 768px) {
    .sp{ display: none; }
}
@media only screen and (max-width: 767px) {
    .pc{ display: none; }
    .wrap{ padding: 0 30px; }
}
@media only screen and (max-width: 320px) {
    .wrap{ padding: 0 20px; }
}

/* ------------------------
header
------------------------- */
#header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
.header-panel{ box-shadow: 0px 3px 6px rgba(68, 68, 68, 0.16); background: #fff; }
.header--wrap{ width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 20px; }
.header-top .header-panel{ padding: 20px 0 28px; }
.header-logo{ width: 20%; }
.header-logo p{ margin-top: 3px; font-size: 1rem; font-weight: 700; line-height: 1.4; }
.header-top .header-logo{ margin: 0 auto; }
.header-logo a{ display: block; }
.header-logo h1{ line-height: 1; }
.header-bar{ padding: 5px 0; font-size: 1.1rem; line-height: 1.4; text-align: center; background-color:#F8F8F8; }
.header-page .header--wrap{ display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.header-page .header-panel{ padding: 0; }
.header-nav{ display: inline-flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.header-nav--breadcrumb{ padding-top: 28px; list-style: none; display: flex; flex-wrap: wrap; }
.header-nav--breadcrumb li{ padding: 0 0 25px; display: inline-flex; align-items: center; justify-content: center; position: relative; font-size: 1.4rem; font-weight: 700; color:#ccc; line-height: 1.4; list-style: none; border-bottom: 4px solid transparent; }
.header-nav--breadcrumb li.on{ border-bottom-color: #55AE91; color:#55AE91; }
.header-nav--breadcrumb li .statu{ margin-right: 12px; display: inline-flex; align-items: center; justify-content: center; position: relative; width: 35px; height: 35px; font-size: 1.4rem; font-weight: 400; border-radius: 50%; background-color: #ccc; color:#fff; }
.header-nav--breadcrumb li.on .statu{ background-color: #55AE91; }
.header-nav--breadcrumb li.finished .statu:before{ content: ''; width: 18px; height: 15px; background-size: contain; background-position: center center; background-repeat: no-repeat; background-image: url(../images/entry/checkmark.png); }
.header-nav--breadcrumb li:nth-child(1){ width: 24%; }
.header-nav--breadcrumb li:nth-child(2){ width: 28%; }
.header-nav--breadcrumb li:nth-child(3){ width: 28%; }
.header-nav--breadcrumb li:nth-child(4){ width: 20%; }
.header-mail{ width: 60px; }
.header-contact{ width: 27.2%; display: inline-flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.header-contact--tel .time{ margin-top: 4px; font-size: 1rem; font-weight: 400; line-height: 1.3; }
.header-nav--breadcrumb{ width: 67.9%; }

@media only screen and (min-width: 768px) {
    .header-nav{ width: 75.417%; }
    .header-contact--tel .num{ padding-left: 25px; display: block; font-size: 2.3rem; line-height: 1; font-weight: 700; background:url(../images/entry/tel.png) no-repeat 0 center / 20px 20px; }
    .header-mail{ position: relative; }
    .header-mail--on{ transition: .4s; position: absolute; left: 0; top: 0; opacity: 0; }
    .header-mail:hover .header-mail--on{ opacity: 1; }
}


@media only screen and (max-width: 1240px) and (min-width: 768px) {
    .header-bar{ font-size: 0.88709677419vw; }
    .header-logo p{ font-size: 0.8064516129vw; }
    .header-nav--breadcrumb{ padding-top: 2.25806451613vw; }
    .header-nav--breadcrumb li{ font-size: 1.12903225806vw; padding-bottom: 2.01612903226vw; }
    .header-nav--breadcrumb li .statu{ width: 2.82258064516vw; height: 2.82258064516vw; font-size: 1.12903225806vw; }
    .header-contact--tel .num{ padding-left: 2.01612903226vw; font-size: 1.6129032258vw; background-size: 1.61290322581vw 1.61290322581vw; }
    .header-contact--tel .time{ font-size: 0.8064516129vw; }
    .header-mail{ width: 4.83870967742vw; }
}

@media only screen and (max-width: 767px) {
    .header-top .header-panel{ padding:17px 0; }
    .header-page .header-panel{ padding:10px 0; }
    .header-page .header--wrap{ padding: 0 15px; }
	.header-logo{ width: 185px; }
    .header-logo p{ font-size: 0.8rem; }
    .header-bar{ padding:11px 30px 11px; font-size: 1rem; text-align: left; }
    .header-contact{ width: 112px; }
    .header-contact--tel{ width: 50px; }
    .header-mail{ width: 50px; }
    .header-mail--on{ display: none; }
    
    .header-nav--breadcrumb{ padding: 0; position: fixed; left: 0; bottom: 0; width: 100%; z-index: 1; background-color: #EEEEEE; }
    .header-nav--breadcrumb li{ padding: 10px 0; border: 0; }
    .header-nav--breadcrumb li.on{ color:#fff; background-color: #55AE91; font-size: 1.3rem; }
    .header-nav--breadcrumb li .statu{ width: 15px; height: 15px; font-size: 1rem; }
    .header-nav--breadcrumb li.on .statu{ background-color: #fff; color:#55AE91; }
    .header-nav--breadcrumb li .statu{ margin-right: 3px; }
    .header-nav--breadcrumb li.finished .statu:before{ width: 12px; height: 7px; }
    .header-nav--breadcrumb li:nth-child(1){ width: 24%; }
    .header-nav--breadcrumb li:nth-child(2){ width: 33%; }
    .header-nav--breadcrumb li:nth-child(3){ width: 26%; }
    .header-nav--breadcrumb li:nth-child(4){ width: 17%; }
    .header-nav--breadcrumb.fadeout{ display: none; }
}

@media only screen and (max-width: 320px) {
    .header-top .header-panel{ padding:12px 0; }
    .header-contact{ width: 97px; }
    .header-contact--tel{ width: 45px; }
    .header-mail{ width: 45px; }
}

/* ------------------------
main
------------------------- */
#main{ display: block; padding-top: 195px; overflow: hidden; }
.entry--title{ text-align: center; margin-bottom: 75px; }
.entry--title .ja{ display: block; font-size: 3.4rem; font-weight: 700; line-height: 1.4; }
.entry--title .en{ margin-top: 18px; display: block; font-size: 1.6rem; font-weight: 700; line-height: 1; color:#55AE91; }
.entry--inner{ max-width: 800px; margin: 0 auto; }
.entry--list-num{ padding-left: 1.2em; }
.entry--desc{ margin-top: 70px; font-size: 1.8rem; font-weight: 400; line-height: 1.7; text-align: center; }
.entry--note{ margin-top: 35px; padding: 30px 0; background-color: #F8F8F8; }
.entry--note .highlight-orange{ background: linear-gradient(0deg, rgba(255,137,31,.6) 28%,transparent 0); background-position: 0px -3px; }
.entry--note .highlight-green{ background: linear-gradient(0deg, rgba(85,174,145,.6) 28%,transparent 0); background-position: 0px -3px; }
.entry--note dt{ text-align: center; }
.entry--note dd ol li+li{ margin-top: 10px; }
.entry--btn-group{ margin-top: 60px; }
.entry--btn-group a{ transition: .4s; padding: 14px 0; display: block; text-align: center; font-size: 2.2rem; font-weight: 700; line-height: 1.4; color:#fff; border-radius: 5px; border-width: 1px; border-style: solid; }
.entry--btn-group a.c-orange{ background-color: #FF891F; border-color:#FF891F; }
.entry--btn-group a.c-green{ background-color: #55AE91; border-color:#55AE91; }
.entry--btn-group a.c-gray{ background-color: #A0B8E0; border-color:#A0B8E0; }

.entry--btn-group a:after{top:100px;}
.entry--btn-group a.c-orange:after {position:absolute;left:0;color:#444;font-size:0.7em;font-weight:normal;text-align:left;content:"※ご利用希望の方のみ任意でお申込みいただく契約タイプです。"}
.entry--btn-group a.c-green:after {position:absolute;left:0;color:#444;font-size:0.7em;font-weight:normal;text-align:left;content:"※マンション全体で導入済の契約タイプです"}
.entry--btn-group a.c-gray:after {position:absolute;left:0;color:#444;font-size:0.7em;font-weight:normal;text-align:left;content:"※ご利用希望の方のみ任意でお申込みいただく契約タイプですが、区分所有者様と賃借人様でお支払い方法が異なります。"}

.entry--btn-group a { position:relative;margin-bottom:100px }

@media only screen and (min-width: 768px) {
    #main.page{ padding-top: 205px; }
    .entry--note{ display: flex; flex-wrap: wrap; align-items: center; }
    .entry--note dt{ width: 156px; font-size: 1.6rem; font-weight: 700; line-height: 1.7; }
    .entry--note dd{ border-left: 1px solid #ccc; padding: 0 2.8% 0 5%; width: calc(100% - 156px); display: inline-flex !important; font-size: 1.6rem; font-weight: 400; line-height: 1.7; }
    .entry--note dd i{ display: none; }
    .entry--btn-group{ display: flex; flex-wrap: wrap; justify-content: space-between; }
    /*.entry--btn-group a{ width: 46.25%; }*/
    .entry--btn-group a{ width: 32.25%; }
    .entry--btn-group a.c-orange:hover{ background-color: #fff; color:#FF891F; }
    .entry--btn-group a.c-green:hover{ background-color: #fff; color:#55AE91; }
    .entry--btn-group a.c-gray:hover{ background-color: #fff; color:#A0B8E0; }
}

@media only screen and (max-width: 1240px) and (min-width: 768px) {
    #main.page{ padding-top: 16.5322580645vw; }
}

@media only screen and (max-width: 990px) and (min-width: 768px) {
    .entry--btn-group a{ font-size: 2rem; }
}

@media only screen and (max-width: 767px) {
    #main{ padding-top: 120px; }
    .entry--title{ margin-bottom: 35px; }
    .entry--title .ja{ font-size: 2rem; }
    .entry--title .en{ margin-top: 12px; font-size: 1.3rem; }
    .entry--desc{ margin-top: 35px; font-size: 1.6rem; text-align: left; }
    .entry--note{ margin-top: 40px; border-radius: 5px; padding: 0; }
    .entry--note dt{ position: relative; padding: 18px 0; font-size: 1.4rem; font-weight: 700; }
    .entry--note dt i{ position: absolute; right: 10px; top: 50%; transform: translateY(-50%); width: 35px; height: 35px; background-color: #7E7E7E; border-radius: 50%; }
    .entry--note dt i:before, .entry--note dt i:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 11px;
        width: 14px;
        height: 2px;
        transform-origin: 50% 50%;
        transition: all .3s ease-out;
        background-color: #fff;
    }
    .entry--note dt i:before {
        transform: rotate(-90deg);
        opacity: 1;
        z-index: 2;
    }
    .entry--note dt.on i:before{ opacity: 0; }
    .entry--note dd{ display: none; padding: 10px 20px 20px; }
    .entry--btn-group{ margin-top: 30px; }
    .entry--btn-group a{ padding: 16px 0; font-size: 1.8rem; }
    .entry--btn-group a+a{ margin-top: 10px; }

    .entry--btn-group a.c-orange { position:relative;margin-bottom:40px }
    .entry--btn-group a.c-green { position:relative;margin-bottom:60px }
    .entry--btn-group a.c-gray { position:relative;margin-bottom:80px }
    .entry--btn-group a:after{top:90px;}
}

@media only screen and (max-width: 375px) {
    /* .entry--desc{ font-size: 1.5rem; font-size: 4vw; } */
    .entry--note{ margin-top: 9.33333333333vw; }
    .entry--btn-group a{ font-size:4.26666666667vw; }
    .entry--btn-group a:after{top:80px;}
    .entry--btn-group a.c-orange { position:relative;margin-bottom:30px }
    .entry--btn-group a.c-green { position:relative;margin-bottom:45px }
    .entry--btn-group a.c-gray { position:relative;margin-bottom:60px }
}
@media only screen and (max-width: 320px) {
    #main.main-top{ padding-top: 100px; }
    .entry--title{ margin-bottom: 25px; }
    .entry--title .ja{ font-size: 1.6rem; }
    .entry--desc{ margin-top: 25px;}
    .entry--btn-group a:after{top:70px;}
}

/* ------------------------
footer
------------------------- */
#footer{ margin-top: 100px; position: relative; }
#footer.mt0{ margin-top: 0; }
.footer--contact{ padding: 60px 0; background-color: #e9f4d9; }
.footer--scroll-top{ position: absolute; position: absolute; right: 20px; top: -70px; transition: .4s; visibility: hidden; transition: 0.4s; max-width: 50px; opacity: 0; }
.footer--scroll-top a{ display: block; }
.footer--scroll-top.start{ visibility: visible; position: fixed; right: 20px; top:unset; bottom: 20px; opacity: 1; }
.footer--scroll-top.end{ visibility: visible; opacity: 1; }
.footer--txt{ font-size: 2.2rem; font-weight: 700; line-height: 1.4; text-align: center; }
.footer--row{ margin: 34px auto 0; }
.footer--contact-tel--txt{ padding-left: 43px; font-size: 1.6rem; font-weight: 700; color:#444; line-height: 1; }
.footer--contact-tel--txt2{ padding-left: 43px; font-size: 1.3rem; font-weight: 400; }
.footer--contact-telnum{ padding-left: 43px; font-size: 4rem; font-weight: 700; line-height: 1; }

.footer--content-us a{ padding: 8px 0; transition: 0.4s; display: block; background-color: transparent; border:3px solid #55AE91; color:#444; text-align: center; border-radius: 5px; font-size: 2.2rem; font-weight: 700; }
.footer--content-us a:before{ transition: 0.4s; display: inline-block; content: ''; width: 26px; height: 20px; vertical-align: -3px; margin-right: 10px; background-position: 0 0; background-repeat: no-repeat; background-size: contain; background-image: url(../images/entry/mail_off.png); }
.footer--content-us a:hover{ color:#fff; background-color: #55AE91; }
.footer--content-us a:hover:before{ background-image: url(../images/entry/mail_on.png); }
.copyright{ padding: 18px 0; background-color: #55AE91; }
.copyright p{ font-size: 1.1rem; font-weight: 400; color:#fff; text-align: center; line-height: 1.3; }

@media only screen and (min-width: 768px) {
    .footer--row{ display: flex; flex-wrap: wrap; justify-content: space-between; max-width: 665px; }
    .footer--contact-telnum{ background: url(../images/entry/tel.png) no-repeat 0 center / 36px 36px; }
    .footer--content-us{ width: 45.1%; }
}
@media only screen and (max-width: 767px) {
    #footer{ margin-top: 80px; }
    .footer--scroll-top{top: -56px; right: 5px;}
    .footer--scroll-top.start{ bottom: 66px; right: 5px; }
    .footer--contact{ padding: 40px 0; }
    .footer--txt{ font-size: 1.8rem; line-height: 1.4; } 
    .footer--row{ margin-top: 24px; }
    .footer--contact-telnum{ transition: 0.4s; margin-top: 8px; padding: 14px 0; font-size: 2.3rem; border:3px solid #55AE91; border-radius: 5px; text-align: center; background-color: transparent; }
    .footer--contact-telnum:hover{ background-color: #55AE91; color:#fff; }
    .footer--contact-telnum:before{ transition: 0.4s; vertical-align: -3px; margin-right: 6px; content: ''; display: inline-block; width: 23px; height: 23px; background-repeat: no-repeat; background-position: 0 center; background-size: contain; background-image: url(../images/entry/sp_tel_off.png); }
    .footer--contact-telnum:hover:before{ background-image: url(../images/entry/sp_tel_on.png); }
    .footer--contact-tel--txt{ text-align: center; padding: 0; }
    .footer--contact-tel--txt2{ padding: 0; text-align: center; margin-top: 3px; }
    .footer--content-us{ margin-top: 20px; }
    .footer--content-us a{ padding: 12px 0; font-size: 1.8rem; }
    .footer--content-us a:before{ width: 21px; height: 16px; vertical-align: -1px; }
}
@media only screen and (max-width: 320px) {
    .footer--txt{ font-size: 1.7rem; }
    .copyright p{ font-size: 0.9rem; }
}