@charset "utf-8";

/* +++++++++++++++++++++++++　common */

body {
	font-size: 1.2rem;
	line-height:1.5;
    -webkit-text-size-adjust: 100%;
	min-width:inherit;
}
body,
html{
	overflow:visible;
}

img,svg {
	max-width:100%;
	height:auto !important;
	width:100%;
}
.flex-ce img{
	height: 100% !important;
}
/* +++++++++++++++++++++++++ 表示切替 */
.visible-sp{
	display:block !important;
}
.visible-pc{
	display:none !important;
}

/* +++++++++++++++++++++++++　空き設定(margin) */

.mt05{ margin-top:0.5vw !important;}
.mt1{ margin-top:1vw !important;}
.mt2{ margin-top:2vw !important;}
.mt3{ margin-top:3vw !important;}
.mt4{ margin-top:4vw !important;}
.mt5{ margin-top:5vw !important;}
.mt6{ margin-top:6vw !important;}
.mt7{ margin-top:7vw !important;}
.mt8{ margin-top:8vw !important;}
.mt9{ margin-top:9vw !important;}
.mt10{ margin-top:10vw !important;}

.mb05{ margin-bottom:0.5vw !important;}
.mb1{ margin-bottom:1vw !important;}
.mb2{ margin-bottom:2vw !important;}
.mb3{ margin-bottom:3vw !important;}
.mb4{ margin-bottom:4vw !important;}
.mb5{ margin-bottom:5vw !important;}
.mb6{ margin-bottom:6vw !important;}
.mb7{ margin-bottom:7vw !important;}
.mb8{ margin-bottom:8vw !important;}
.mb9{ margin-bottom:9vw !important;}
.mb10{ margin-bottom:10vw !important;}
.mb12{ margin-bottom:12vw !important;}
.mb15{ margin-bottom:15vw !important;}
.mb20{ margin-bottom:20vw !important;}


/* +++++++++++++++++++++++++　文字調整関連 */


/* +++++++++++++++++++++++++コンテンツ幅 */
.content-area01,
.content-area02{
	max-width: 100%;
	width:100%;
}
.inner01{
	padding-left:1rem;
	padding-right:1rem;
}
.inner01 p{
	font-size:3.5vw;
}
.t-ac{
	font-size: 3.5vw;
}
/* +++++++++++++++++++++++++タイトル */
.ttl01 {
	font-size:6vw;
	letter-spacing:0;
	padding: 3.6rem 0 2rem;
}
.ttl02 {
	font-size:1.4rem;
	padding: 2.2rem 0;
	text-align: left;
}
.ttl03 {
	font-size:5vw;
	padding: 2.2rem 0;
}
/* +++++++++++++++++++++++++　リンクボタン */

a.btn-link01{
	font-size:1.2rem;
	padding:1.2rem;
	width: auto;
}
a.btn-link02 {
	font-size:1.5rem;
}
a,
input,
button {
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:(0,0,0,0);
	cursor: pointer;
}
a.btn-orange02{
	font-size:18px;
	padding:16px 0px;
	color:#ffffff;
	width:90%;
	margin:1vw auto 10px;
}
a.btn-green02{
	font-size:18px;
	padding:16px 0px;
	color:#ffffff;
	width:90%;
	margin:1vw auto 10px;
}


/* ++++++ header +++++ */
header > .visible-sp{padding:0;}

header > .visible-sp{
	display: block;
    position: fixed;
    height: 44px;
    width: 100%;
    background: #fff;
    opacity: 0.95;
    z-index: 100;
}

header > .visible-sp .header-logo{
	width:57%;
	padding-left:1rem;
	margin:0;
}
header > .visible-sp .header-logo img{
	margin:0.8rem 0;
	height: 28px !important;
    width: auto;
}
header > .visible-sp a.btn-contact{
	color:#fff;
	width:44px;
	height:44px;
	padding:0.8rem;
	background:url(img/base/text_contact.png) #01579b no-repeat center bottom;
	background-size:contain;
}
header > .visible-sp a.btn-contact i{
	color:#fff;
	font-size:1.8rem;
}

.btn-trigger {
  position: relative;
  	margin:0.8rem;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #263238;
  border-radius: 3px;
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 4px;
}
.btn-trigger span:nth-of-type(2) {
  top: 12px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 4px;
}

#btn01.active span:nth-of-type(1) {
  -webkit-transform: translateY(16px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
#btn01.active span:nth-of-type(2) {
  opacity: 0;
}
#btn01.active span:nth-of-type(3) {
  -webkit-transform: translateY(-16px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}


.s-menu {
	position: absolute;
	top: 44px;
	left: 0px;
	width: 100%;
	background: #fff;
	color: #fff;
	overflow: scroll;
	max-height: 90vh;
	z-index:100;
}
.s-menu a {
    display: block;
    color: #263238;
    text-decoration: none;
    padding: 1.4rem 2rem;
		border-bottom: 1px solid #ccc;
}
.s-menu a .b-toggle-icon{
	float: right;
}

.b-toggle-icon{
	display:inline-block;
	position: relative;
	width: 1.2em;
	height: 1.2em;
}

.b-toggle-icon>.e-stroke{
	display: block;
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;

	width: 100%;
	height: 2px;
	background:#263238;

	transition: 1s;
}

.b-toggle-icon>.e-stroke.m-tate{
	transform: rotate(90deg);
}

.b-toggle-icon.m-opened .e-stroke.m-tate{
	transform: rotate(0deg);
}

.b-toggle-icon>.e-stroke.m-yoko{
	transform: rotate(180deg);
}
.b-toggle-icon.m-opened .e-stroke.m-yoko{
	transform: rotate(0deg);
}


.b-sp-solution-menu ,.b-sp-strong-menu{
	overflow: hidden;
	max-height: 0;
	transition: 1s;

}

.b-sp-solution-menu.m-opened ,.b-sp-strong-menu.m-opened{
	max-height: 100vh;
}

.b-sp-solution-menu a ,.b-sp-strong-menu a{
	text-indent: 1em;

}

.s-menu a i{
	margin-left:0;
}
/* ++++++++++++++++++ footer ++++++ */

footer {
	/* padding-bottom:4rem; */
}
.footer-menu{
	display:none;
}
.copyright{
	font-size:1.0rem;
	padding:2rem 1rem 4rem;
}
.btn-pagetop{/* ページTOPに戻る */
}
.btn-contact-r{
	display:none;
}

/* ++++++++++++++++++ 共通 contact-area ++++++ */
main.contents{
	padding-top:0;
}

.breadlink {
	display:none;
}

#sekisui-solution{/*積水ソリューション*/
	text-align:center;
	width:100%;
}
#sekisui-solution section{
	width:100%;
	border-right:none;
	border-bottom:1px solid #e5e5e5;
	margin: 0;
}
#sekisui-solution section a{
	padding:3rem 0;
}
#sekisui-solution section:first-child a{
	background:url(img/base/bg_grouppower.jpg) no-repeat;
	background-size:cover;
	margin-top:24px;
}
#sekisui-solution section:last-child a{
	background:url(img/base/bg_technology.jpg) no-repeat;
	background-size:cover;
	border-bottom:none;
}
#sekisui-solution section h3 img{
	width:50%;
	margin:14px auto 10px;
}
#sekisui-solution section h3 span{
	font-size:1.4rem;
}

#contact-area{/*footerお問合せ*/
	padding:0rem 0rem 1rem;
}
#contact-area h2{
	font-size:1.9rem;
	letter-spacing:0rem;
	padding: 3.6rem 0 2rem;
}
#contact-area a{
	padding:1.4rem 1.2rem;
	width:90%;
	margin:1rem auto ;
}
.btn-contact-f.flex{
	width: auto;
}

a.btn-link02{
	width:280px;
}

/* 
2020/06/26
バナーのcssを調整。
 */
 .bnr-area p{
	margin: 0 auto;
	width: 100%;
}
/* 
2020/08/03
バナーのcssを調整。
 */
 .bnr-area.bnr-btm{
	padding: 1rem 1rem 3rem;
}