@charset "UTF-8";

html{
	font-size:62.5%;
	}

*,*::before, *::after{
	box-sizing:border-box;
	}

body{
	background-size:cover;
	color:#0F0F0F;
	text-align:center;
	font-size:1.4rem;
	font-family:"Yu Mincho", "Hiragino Mincho ProN", "serif";
	}

ul {
  list-style: none;
}

i{  
	font-family:"FontAwesome";
	font-style:normal;  
} 

#lottieSp{
		display:none;
	}


/* --------------------------------
 * 改行
 * -------------------------------- */
.sp_br {
  display: none;
}

.responsive-text span {
  display: inline-block;
  white-space: nowrap;
}
/* --------------------------------
 * 動画有無
 * -------------------------------- */
.SP {
  display: none;
}
/* --------------------------------
 * アニメーション　サイトオープン時の遅れ
 * -------------------------------- */

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}




/* --------------------------------
 * header
 * -------------------------------- */
.header{
	height: 240px;
}
/*ハンバーガー*/

.rogo_w_h{
	position:relative;
	width:200px;
	height:auto;
	margin:8px 3%;
	}

.rogo_w_h a:hover{
  opacity: 0.7;
  filter: alpha(opacity=80);
  -moz-opacity: 0.7;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.img_rogo{
	display: block;
	position:absolute;
	width:45px;
	height:auto;
	z-index:5;
	}

#nav_b{
	position:fixed;
	top:0;
	width:100%;
	height:55px;
	background:#fefefe;
	z-index:2;
	border-bottom: 1px solid #443927;
	}

.global-nav {
	height: 700px;
}

.global-nav-ul{
	padding: 0;
}

.headerLogo{
	height: 50px;
	position: absolute;
	top: 10%;
	left: 0;
	right: 0;
	margin: auto;
}
.headerLogo img{
	width: 150px;
}

/* --------------------------------
 * about
 * -------------------------------- */

.about{
	margin: 0 auto;
	padding:80px 10% 10px;
	background-color:#fefefe;
	color:#0f0f0f;
	box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.1);
	}
.about h2{
	font-size: 2rem;
}
.about p{
	margin: 20px 0;
}
.headihg{
	position: relative;
	display:inline-block;
	margin:30px 0 45px;
	padding-bottom:15px;
	letter-spacing:2px;
	font-size:4rem;
	color: #000;
	text-shadow: 0 0 0 rgb(0,0,0,0)
	}

.headihg::after{
	content:'';
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	border-bottom:5px solid #6fb4e4;
	}

/* --------------------------------
 * box
 * -------------------------------- */
/*リセット*/
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu,  object, ol, p, pre, q, samp, section, small, span, strong, summary, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
	}
.box_01 h4{
    margin-bottom: 15px;
}
.box_02 h4{
    margin-bottom: 15px;
}

.boxA{
	margin: 80px auto;
	display: flex;
	justify-content: center; /* 水平方向中央揃え */
}
.box_01 {
    border: solid 1px #3aa3c5;
    border-radius: 2px;
    padding: 0 10px 0;
	width: 355px;
	margin: 0 20px 0;
}
.box_01 .hdg {
    padding: 8px;
    background-color: #3aa3c5;
    color: white;
    text-align: center;
    margin-right: -10px;
    margin-left: -10px;
    font-size: 18px;
    font-weight: normal;
}
.box_01 dl {
    margin-bottom: 15px;
}
.box_01 dl dt {
    background-color: #f0f0f0;
    color: #3aa3c5;
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 10px;
    font-size: 16px;
}
.box_01 dl dd ul li {
    padding-left: 20px;
    position: relative;
    margin: 5px 0;
	font-size: 1.5rem;
}
.box_01 dl dd ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 5px;
    margin-top: .4em;
    background: #3aa3c5;
    border-radius: 50%;
}

.box_02 {
    border: solid 1px #9a9a9a;
    border-radius: 2px;
    padding: 0 10px 0;
	width: 355px;
	margin: 0 20px 0;
}
.box_02 .hdg {
    padding: 8px;
    background-color: #9a9a9a;
    color: white;
    text-align: center;
    margin-right: -10px;
    margin-left: -10px;
    font-size: 18px;
    font-weight: normal;
}
.box_02 dl {
    margin-bottom: 15px;
}
.box_02 dl dt {
    background-color: #f0f0f0;
    color: #000;
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 10px;
    font-size: 16px;
}
.box_02 dl dd ul li {
    padding-left: 20px;
    position: relative;
    margin: 5px 0;
}
.box_02 dl dd ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 5px;
    margin-top: .4em;
    background: #000;
    border-radius: 50%;
}


/* --------------------------------
 * mansion_management
 * -------------------------------- */
.mansionS{
	margin: 0 auto;
	padding:10px 10% 80px;
	background-color:#fefefe;
	color:#0f0f0f;
}
.mansion_management{
	width: 750px;
	margin: 0 auto;
    padding: 40px 40px 0;
    background: url("../images/header_033.jpg") no-repeat;
	color:#0f0f0f;
	text-align: center;
	display: block;
	}
.lower .section_inner {
    width: 750px;
    margin-inline: auto;
    box-sizing: border-box;
}
.mansion_management h2 {
    font-size: 24px;
    color: #FFF;
    letter-spacing: 2px;
    font-weight: normal;
    text-shadow: 0 0 5px #000;
}
.mansion_management h2 span {
    border-bottom: dotted 1px #FFF;
}
.mansion_management ul {
    text-align: left;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 3px;
}
.mansion_management ul li {
    padding: 10px 70px 8px;
    display: block;
    background:  url("../images/msn_check.png") no-repeat 25px center rgba(255, 255, 255, 0.7);
    margin: 0 0 3px;
}
.mansion_management p.supp {
    color: #FFF;
    font-size: 26px;
    font-family: MS PMincho, Hiragino Mincho Pro;
    font-weight: bold;
    letter-spacing: 6px;
}
.mansion_management p.mtxt {
    text-align: left;
	font-weight: bold;
    letter-spacing: 1px;
	font-family:"emoji";
    text-shadow: 0 0 10px #FFF, 0 0 12px #FFF;
}
.style {
    color: #0054d2;
    font-weight: bold;
}



/* --------------------------------
 * sectionB
 * -------------------------------- */

.sectionB{
	margin: 0 auto;
	padding:10px 10% 10px;
	background-color:#fefefe;
	color:#0f0f0f;
	}
.lower .section {
    margin-bottom: 50px;
	margin-left: 10px;
	display: block;
}
.hdg3_ba {
    color: black;
    font-size: 1.8rem;
    padding: 14px 10px 12px 25px;
    position: relative;
}
.box_resolution .issue {
    margin: 0 auto 90px;
    border: 4px solid #e5e5e5;
    position: relative;
    top: 0;
    left: 0;
}
.box_resolution .issue-hdg {
    margin: 0 auto;
    padding: 9px 0;
    text-align: center;
    background: #e5e5e5;
    font-size: 18px;
}
.box_resolution .issue-body {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 20px 25px 30px;
    box-sizing: border-box;
}
.box_resolution .issue-figure {
    display: table-cell;
    vertical-align: top;
    width: 200px;
}
.box_resolution .issue-figure img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
.box_resolution .issue-figure figcaption {
    display: block;
    margin: 10px auto 0;
    padding: 12px 0;
    color: #707070;
    border: 1px solid #707070;
    text-align: center;
    line-height: 1;
    font-weight: bold;
    font-size: 14px;
    border-radius: 8px;
}
.box_resolution .issue-detail {
    display: table-cell;
    vertical-align: top;
    padding: 0 0 0 30px;
}

.box_resolution .issue-detail ul li {
    text-indent: -1em;
    margin-left: 1em;
    margin-bottom: 0;
    line-height: 1.7;
	text-align: left;
    font-size: 20px;
}
.box_resolution .issue-detail ul li:before {
    content: '・';
}
.box_resolution .issue-notes {
    margin: 16px auto 0;
}
.box_resolution .issue-notes p {
    line-height: 1.6;
    text-indent: -1em;
    margin-left: 1em;
    margin-bottom: 0;
    font-size: 12px;
	text-align: left;
}
.box_resolution .issue:after {
    content:url("../images/icon_arrow_mega.png");
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 142px;
    height: 87px;
    margin: 0 auto auto;
}
.box_resolution .issue {
    margin: 0 auto 90px;
    border: 4px solid #e5e5e5;
    position: relative;
    top: 0;
    left: 0;
}
.box_resolution .resolution {
    margin: 0 auto 30px;
    border: 4px solid #3aa3c5;
    border-radius: 10px;
}
.box_resolution .resolution-hdg {
    margin: 0 auto;
    padding: 9px 0;
    text-align: center;
    background: #3aa3c5;
    color: #ffffff;
    font-size: 18px;
}
.box_resolution .resolution-body {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 20px 25px 30px;
    box-sizing: border-box;
}
.box_resolution .resolution-figure {
    display: table-cell;
    vertical-align: top;
    width: 200px;
}
.box_resolution .resolution-figure img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
.box_resolution .resolution-detail {
    display: table-cell;
    vertical-align: top;
    padding: 0 0 0 30px;
}
.box_resolution .resolution-detail ul li {
    text-indent: -1em;
    margin-left: 1em;
    margin-bottom: 0;
    line-height: 1.6;
    color: #3aa3c5;
    font-size: 20px;
	text-align: left;
}
.box_resolution .resolution-detail ul li:before {
    content: '・';
}
/* --------------------------------
 * bottn
 * -------------------------------- */
.bottn{
	margin: 0 auto;
	padding:80px 10% 80px;
	background-color:#fefefe;
	color:#0f0f0f;
	}

/* --------------------------------
 * meritbox
 * -------------------------------- */

   .meritbox {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        display: flex;
        flex-wrap: wrap;
        align-content: stretch;
        padding-bottom: 39px;
        max-width: 980px;
    }

    .merit-title {
        text-align: center;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 30px;
        padding-top: 20px;
    }
    .merit-title p {
        font-size: 1.8rem;
        display: inline-block;
        background-color: #6fb4e4;
        color: #fefefe;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 30px;
        padding-left: 30px;
        border-radius: 30px;
    }
    .merit-item {
        padding-top: 30px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 45px;
        list-style: none;
        color: #0f0f0f;
        width: 23%;
        text-align: center;
        border: 0.1rem solid #D0D0D0;
        box-sizing: border-box;
        background-image: url("../images/bur.png");
        background-position: left top;
        background-size: 25px 25px;
        background-repeat: no-repeat;
        margin-left: 1%;
        margin-right: 1%;
        line-height: 2.6rem;
        font-size: 1.7rem;
    }
    .maintit {
        height: 200px;
        padding-top: 90px;
        text-align: center;
        font-weight: bold;
        color: #0f0f0f;
        font-size: 2.4rem;
        letter-spacing: 0.3rem;
        line-height: 2.4rem;
    }
    .inline_bl {
		display: inline-block;
    }
    .maintit span {
        font-size: 1.5rem;
        font-weight: 100;
        letter-spacing: 0.3rem;
        line-height: 1.3rem;
    }
    .underline {
		width: 210px;
		height: 4px;
		display: block;
		margin-right: auto;
		margin-left: auto;
		background-color: #6fb4e4;
		margin-top: 1.6rem;
	}
    .flowarea {
        display: inline-block;
        width: 860px;
        text-align: left;
    }
	.swiper_txt{
		margin: 30px 0 0;
	}
    .merit-item p {
        font-size: 1.1rem;
        color: #A6A6A6;
        padding-bottom: 10px;
        letter-spacing: 0.2rem;
        max-width: none;
    }
　　.tec_box {
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }
    .tec_boxflex3 {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    .flexbox3 {
        width: 50%;
        padding-bottom: 12px;
    }
　　.bg_gl {
    　　background-color: #f0f0e7;
    }
    .tec_img2 img {
    vertical-align: top;
    max-width: 90%;
    z-index: 2;
    width: auto;
    height: auto;
    text-align: center;
}
    .merit_txt {
        display: block;
        padding-left: 10px;
        padding-right: 10px;
        text-align: justify;
        max-width: none;
    }
    .margin_b40 {
        margin-bottom: -20px;
    }
    .tec_area {
        display: inline-block;
        text-align: center;
        padding-bottom: 60px;
    }
    .bt_area {
        display: inline-block;
        text-align: center;
        padding-bottom: 60px;
    }
    .tec_area img{
		width: 70%;
		padding-bottom: 25px;
    }
    .merit_tit {
        color: #6fb4e4;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .merit_tit p {
        line-height: 2.6rem;
        font-size: 2rem;
        margin-top: 16px;
    }
    .margin_b40 {
        margin-bottom: -20px;
    }
    .mailbot {
        width: 392px;
        height: 80px;
        font-family: 'Roboto', sans-serif;
        font-size: 2rem;
        text-transform: uppercase;
        letter-spacing: 2.5px;
        color: #0f0f0f;
        background-color: #FFE967;
        border: none;
        border-radius: 40px;
        box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease 0s;
        cursor: pointer;
        outline: none;
        display: block;
        text-align: center;
        line-height: 80px;
        margin-right: auto;
        margin-left: auto;
    }
    .mailbot:hover {
	    background-color: #6fb4e4; /* ホバー時の文字色を青色に */
	}
    .tean_box {
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }
     .tean_area {
        display: inline-block;
        text-align: center;
    }
    .tean_area img{
		margin: 50px auto 0;
		width: 80%;
		padding-bottom: 25px;
    }
    

/* --------------------------------
 * contact
 * -------------------------------- */
.contacttriangle{
  position: relative;
  bottom: 2px;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  clip-path: polygon(0% 0%, 50% 60%, 100% 0%);
  background-color: #fefefe;
}
.contact{
	padding:0 0 150px;
	color:#0f0f0f ;
	}

.contact_b{
	background-size:cover;
	}

.contact-from{
	width:50%;
	margin:30px auto 0;
	}

.contact-from input[type=text],
.contact-from textarea{
	display:block;
	width:100%;
	margin-bottom:10px;
	padding:15px;
	outline:none;
	border:10px solid #f0f0e7;
	border-radius:20px;
	background-color:#fefefe;
	color:#0f0f0f;
	}

.contact-from ::-webkit-input-placeholder{
	color: #CFCFCF;
	opacity:1;
	}
	
.contact-from :-ms-input-placeholder{
	color: #CFCFCF;
	opacity:1;
	}

.contact-from ::-moz-placeholder{
	color: #CFCFCF;
	opacity:1;
	}

.contact-from textarea{
	height:250px;
	}

.contact-from input[type=text]:focus,
.contact-from textarea:focus{
	box-shadow:0 0 8px rgba(0,0,0,0.2) inset;
	}


.contact-from input[type=submit]{
	display:block;
	width:100%;
	margin:40px auto 0;
	padding:15px;
	border:0px solid #fefefe;
	border-radius:50px;
	background-color:#f0f0e7;
	color:#0f0f0f;
	cursor:pointer;
	}

.contact-from input[type=submit]:hover{
	background-color:#6fb4e4;
	}

/*h2*/
.contact_h2{
	display:inline-block;
	margin:50px 0 0;
	padding-bottom:15px;
	letter-spacing:2px;
	font-size:3.5rem;
	font-weight: 600;
	color:#fefefe ;
	text-shadow: 2px 2px rgba(0, 0, 0, 1);
	}


/* --------------------------------
 * footer
 * -------------------------------- */
.footer{
	padding:80px 5% 50px;
	font-size:1.3rem;
	background:#4084b8;
	font-weight: bold;
	color: #fefefe;
	}

.horizontal-list{
	display: flex;
	width:100%;
	margin:0 auto 30px;
	}
.horizontal-list a{
	color: #fefefe;
    }
.horizontal-list a hover{
	color: #fefefe;
    }
.footerLi {
  flex: 1; /* 各要素の幅を自動調整 */
  text-align: center; /* 文字を中央揃えにする */
  position: relative; /* 擬似要素を配置するために必要 */
  border-left: 1px solid #fefefe; /* 区切り線 */
    }

.footerLi:first-child {
  border: none; /* 親要素から見て一番目のli要素のボーダーを無しに */
    }
	.footerCop{
		display: flex;
		justify-content: flex-end;
	}
.footerCop li{
	padding: 0 0 0 5%;
}
.footerCop li a{
	color: #fefefe;
	font-size: 0.9rem;
}
.fCop{
	font-size: 1.5rem;
	font-weight: bold;
	margin-right: auto;
}
li.fCop{
	padding:0 4%;
}


/* --------------------------------
 * smart phone
 * -------------------------------- */

	
@media (max-width:1024px){
	
	body{
	background-image: none;
	}
	.product-list li {
    width: 47%;
    }

	}	
	
	
@media (max-width:768px){
	
	body{
		font-size:1.3rem;
		}
	
	/*改行*/
.sp_br {
    display: block;
  }
/* --------------------------------
 * 動画有無
 * -------------------------------- */
	.SP {
	  display: block;
	}
	.PC{
		display: none;
	}
 .responsive-text span {
    display: block; /* ブロック要素に変更 */
    white-space: normal; /* 改行を有効にする */
  }
	
	
	/*header*/
	.header{
	height: 220px;
}
	/*AE*/
	#lottie{
		display: none;
	}
	#lottieSp{
		display:inline;
	}
	
	.rogo_w_h{
	  width:160px;
	  margin-left: 5%;
	}
	
/*logo*/
	.headerLogo{
	position: absolute;
	top: 10%;
    }
    .headerLogo img{
	 width: 150px;
    }
	
/*nav*/
	
.global-nav .nav-item {
  	display: block;
    }
.headihg{
	margin:30px 0 10px;
	font-size: 3.5rem;
	}
/* --------------------------------
 * meritbox
 * -------------------------------- */	
	.about{
	margin: 0 auto;
	padding:40px 5% 10px;
	}
	
	.about h2 {
    font-size: 3rem;
    }
	.about p {
    font-size: 1.8rem;
    }
	.box_01 dl dd ul li {
    font-size: 1.8rem;
}
	.meritbox {
        width:100%;
    }
	.tec_area img{
		width: 100%;
    }
	.merit-item {
        padding:10px 0 20px;
		margin-bottom: 20px;
        width: 100%;
        background-size: 25px 25px;
        margin-left: 1%;
        margin-right: 1%;
        line-height: 2.6rem;
        font-size: 1.7rem;
    }
	 .merit-title {
        padding-bottom: 30px;
    }
	 .merit-title p{
        font-size: 3rem;
    }
	 .tec_area {
		width: 100%;
		padding: 0 0 20px;
    }
	.bt_area {
		width: 100%;
		margin: 20px 0;
		padding: 0;
    }
	 .mailbot {
        width: 100%;
        height: 60px;
		line-height: 60px;
		padding: 0 10% 0;
        font-size: 1.8rem;
    }
	.flowarea {
        display: inline-block;
        width: 100%;
        text-align: left;
    }
	.maintit {
        height: 160px;
        padding-top: 60px;
        text-align: center;
        font-weight: bold;
        color: #0f0f0f;
        font-size: 2.1rem;
        letter-spacing: 0.2rem;
        line-height: 3rem;
    }
	/*contact*/
	
	.contact-from{
		width:95%;
		}
	
	.contact{
		padding-bottom:80px;
		}
	.hdg3_ba {
    font-size: 2.2rem;
	padding: 14px 4% 12px 0;
    }
	
	.boxA{
		margin: 50px auto;
		display:block;
	}
	.box_01{
    padding: 0 10px 0;
    width: inherit;
    margin: 0 0 20px;
    }
	.box_02{
    padding: 0 10px 0;
    width: inherit;
    margin: 0 auto;
    }
	.mansionS {
    margin: 0 auto;
    padding: 10px 0 50px;
}
	.mansion_management{
		width: inherit;
		margin: 0;
		padding: 40px 5% 0;
		
	}
	.mansion_management h2 {
		margin: 0 0 20px;
        font-size: 2.5rem;
    }
	.mansion_management ul {
    	font-size: 1.8rem;
    }
	.mansion_management p.supp {
		margin: 20px 0 10px;
		font-size: 2rem;
		letter-spacing: 4px;
    }
	.sectionB {
    	padding: 10px 5% 10px;
    }
	.box_resolution .issue-figure {
        margin: 0 auto;
		display:block;
    }
	.box_resolution .issue-detail {
    	display: block;
		padding: 20px 0 0;
    }
	.box_resolution .issue-detail ul li {
		padding: 0 0 8px;
		line-height: 1.3;
		font-size: 2rem;
	}
	.box_resolution .resolution-figure {
        display: block;
		margin: 0 auto 20px;
    }
	.box_resolution .resolution-detail {
    display: block;
    vertical-align: top;
    padding: 0;
    }
	.box_resolution .resolution-detail ul li {
    font-size: 2.2rem;
    }
	
	.bottn{
	padding:80px 5% 80px;
	}
	/* --------------------------------
 * footer
 * -------------------------------- */
.footer{
	padding:60px 5% 50px;
	font-size:1.3rem;
	}

.horizontal-list{
	display: block;
	margin: 0;
	padding:0;
	}
	
.footerLi {
  flex: 5; /* 各要素の幅を自動調整 */
  border-left: none; /* 区切り線 */
  padding: 8px 0 0;
    }

.footerLi:first-child {
  border: none; /* 親要素から見て一番目のli要素のボーダーを無しに */
    }

	.footerCop{
		display: block;
	}
	.footerCop li{
		padding: 0;
	}
}