@charset "UTF-8";

@font-face {
  font-family: "font_r";
  src: url(../font/regular.otf) format("opentype");
}
@font-face {
  font-family: "font_m";
  src: url(../font/medium.otf) format("opentype");
}
@font-face {
  font-family: "font_b";
  src: url(../font/bold.otf) format("opentype");
}

body.lp{
	font-family: "font_r", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.lp .inner{
	max-width: 900px;
}

.plink{
	padding-top: 70px;
	margin-top: -70px;
}

.txt_skyblue {
	color: #28BEFF;
}

div.m_center{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.w400{
	max-width: 400px;
}

@media only screen and (max-width: 800px){
	.plink{
		padding-top: 125px;
		margin-top: -125px;
	}
}


/*---------- ヘッダー ------------*/

header.aclear_lp{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}

header.aclear_lp .inner{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	height: 60px;
	width: 100%;
}

header.aclear_lp .navi ul{
	display: flex;
	flex-wrap: wrap;
}

header.aclear_lp .navi{
	max-width: 480px;
	width: 100%;
}

header.aclear_lp .navi ul li{
	list-style: none;
	width: 33.3%;
	height: 60px;
}

header.aclear_lp .navi li a{
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}

header.aclear_lp .navi li a svg{
	fill: currentColor;
	width: 20px;
	height: 20px;
	margin-right: 15px;
}

header.aclear_lp .navi .navi01 a{
	background-color: #86C8E8;
	border: 1px solid #86C8E8;
	color: #fff;
	height: 60px;
	transition: all .2s ease-in 0s;
}

header.aclear_lp .navi .navi01 a:hover{
	background-color: #fff;
	color: #86C8E8;
}

header.aclear_lp .navi .navi02 a{
	background-color: #4090D1;
	border: 1px solid #4090D1;
	color: #fff;
	height: 60px;
	transition: all .2s ease-in 0s;
}

header.aclear_lp .navi .navi02 a svg .cls-2{
	color: #4090D1;
}

header.aclear_lp .navi .navi02 a:hover{
	background-color: #fff;
	color: #4090D1;
}

header.aclear_lp .navi .navi02 a:hover svg .cls-2{
	color: #fff;
}

header.aclear_lp .navi .navi03 a{
	background-color: #28BEFF;
	border:1px solid #28BEFF;
	color: #fff;
	height: 60px;
	line-height: 1.3;
	transition: all .2s ease-in 0s;
}

header.aclear_lp .navi .navi03 a:hover{
	background-color: #fff;
	color: #28BEFF;
}

@media only screen and (max-width: 800px){
	header.aclear_lp .inner{
		display: block;
		height: 120px;
	}
	header.aclear_lp .logp_area{
		height: 60px;
		padding: 10px;
	}
	header.aclear_lp .navi{
		max-width: 800px;
		width: 100%;
	}
	header.aclear_lp .navi li a{
		font-size: 14px;
	}
	header.aclear_lp .navi li a svg{
		margin-right: 5px;
		width: 15px;
		height: 15px;
	}
}

/*---------- メインイメージ ------------*/

.lp_mainimg {
	background-image: url(../image/lp01_mainimg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	height: 900px;
	margin-top: 60px;
	margin-bottom: 50px;
	position: relative;
}

.lp_mainimg .img01,
.lp_mainimg .img02{
	text-align: center;
	padding: 15px;
}

.lp_mainimg .img01 img{
	max-width: 700px;
	width: 100%;
}

.lp_mainimg .img02 img{
	max-width: 300px;
	width: 100%;
}

.lp_mainimg .img03{
	position: absolute;
	bottom: 70px;
	left: calc(50% - 140px);
	padding: 0;
}

.lp_mainimg .img03 img{
	max-width: 280px;
	width: 100%;
}

@media only screen and (max-width: 979px){
	.lp_mainimg{
		height: 700px;
	}
	.lp_mainimg .img01,
	.lp_mainimg .img02{
		padding: 20px;
	}
	.lp_mainimg .img01 img{
		max-width: 500px;
	}
	.lp_mainimg .img02 img{
		max-width: 200px;
	}
	.lp_mainimg .img03{
		left: calc(50% - 100px);
		bottom: 60px;
	}
	.lp_mainimg .img03 img{
		max-width: 200px;
	}
}

@media only screen and (max-width: 800px){
	.lp_mainimg{
		margin-top: 120px;
	}
}

@media only screen and (max-width: 690px){
	.lp_mainimg{
		height: 400px;
		background-image: url(../image/lp01_mainimg_sp.png);
	}
	.lp_mainimg .img01,
	.lp_mainimg .img02{
		padding: 5px;
	}
	.lp_mainimg .img01 img{
		max-width: 280px;
	}
	.lp_mainimg .img02 img{
		max-width: 150px;
	}
	.lp_mainimg .img03{
		left: calc(50% - 75px);
		bottom: 25px;
	}
	.lp_mainimg .img03 img{
		max-width: 150px;
	}
}

/*---------- 見出し ------------*/


h2.title01{
	display: inline-block;
	font-size: 40px;
	text-align: center;
	color: #4090D1;
	font-weight: 900;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	border-bottom: 3px dashed #4090D1;
	line-height: 1.3;
	padding-bottom: 15px;
	margin-bottom: 50px;
}

@media only screen and (max-width: 690px){
	h2.title01{
		font-size: 28px;
		margin-bottom: 25px;
	}
}

.h3_title01{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
}

.h3_title01 .num{
	background-color: #28BEFF;
    color: #fff;
    height: 75px;
    width: 75px;
    border-radius: 50%;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    padding: 5px;
    margin-right: 10px;
}

.h3_title01 .big{
	display: block;
	font-size: 33px;
	font-weight: 900;
	text-align: center;
	line-height: 1;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

.h3_title01 h3{
	font-size: 33px;
	font-weight: 900;
	color: #28BEFF;
	line-height: 1.2;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

@media only screen and (max-width: 690px){
	.h3_title01{
		display: block;
		text-align: center;
		margin-bottom: 10px
	}
	.h3_title01 .num{
		margin: 0 auto 10px auto;
	}
}

h3.title02{
	display: inline-block;
	font-size: 33px;
	font-weight: 900;
	color: #28BEFF;
	border-bottom: 2px solid  #28BEFF;
	margin-bottom: 40px;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

@media only screen and (max-width: 690px){
	h3.title02{
		font-size: 20px;
	}
}

h3.title03{
	font-size: 33px;
	font-weight: 900;
	color: #28BEFF;
	margin-bottom: 30px;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

@media only screen and (max-width: 690px){
	h3.title03{
		font-size: 25px;
		text-align: center;
		margin-bottom: 15px;
	}
}

/*---------- ボタン ------------*/

.btn_01 a{
	display: block;
	width: 100%;
	background-color: #28BEFF;
	border: 1px solid #28BEFF;
	color: #fff;
	font-weight: bold;
	text-align: center;
	position: relative;
	padding: 15px;
	border-radius: 5px;
	transition: all .2s ease-in 0s;
}

.btn_01 a:before{
	position: absolute;
	content: '→';
	width: 50px;
	right: 20px;
	top: calc(50% - 21px);
	font-size: 25px;
	font-weight: normal;
	transition: all .2s ease-in 0s;
}

.btn_01 a:hover{
	background-color: #fff;
	color: #28BEFF;
}

.btn_01 a:hover:before{
	right: 10px;
}


/*---------- 横並びコンテンツ ------------*/

.col4_m_421{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}

.col4_m_421 .col{
	width: 23%;
}

@media only screen and (max-width: 979px){
	.col4_m_421 .col{
	width: 48%;
}
}

@media only screen and (max-width: 690px){
	.col4_m_421 .col{
	width: 100%;
}
}

.col2_m_221{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.col2_m_221 .col{
	width: 48%;
}

@media only screen and (max-width: 690px){
	.col2_m_221 .col{
	width: 100%;
}
}


/*---------- コンテンツ ------------*/

.lp_content01{
	margin-bottom: 70px;
}

.lp_content01 a{
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 50px 10px;
	width: 100%;
	height: 250px;
	font-weight: bold;
	position: relative;
	transition: all .2s ease-in 0s;
}

.lp_content01 a:after{
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	transform: rotate(135deg);
	position: absolute;
	bottom: 25px;
	left: calc(50% - 7.5px);
	transition: all .2s ease-in 0s;
}

.lp_content01 a:hover:after{
	bottom: 15px;
}

.lp_content01 .comfortable,
.lp_content01 .health,
.lp_content01 .household{
	background-color: #4090D1;
	color: #fff;
	border: 1px solid #4090D1;
}

.lp_content01 .comfortable:hover,
.lp_content01 .health:hover,
.lp_content01 .household:hover{
	background-color: #fff;
	color: #4090D1;
}

.lp_content01 .comfortable:before{
	position: absolute;
	content: '';
	background-image: url(../image/lp_content01_icon01.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width:100px;
	height: 100px;
	top: 50px;
	left: calc(50% - 50px);
}

.lp_content01 .comfortable:hover:before{
	background-image: url(../image/lp_content01_icon01_h.png);
}

.lp_content01 .health:before{
	position: absolute;
	content: '';
	background-image: url(../image/lp_content01_icon02.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width:100px;
	height: 100px;
	top: 50px;
	left: calc(50% - 50px);
}

.lp_content01 .health:hover:before{
	background-image: url(../image/lp_content01_icon02_h.png);
}

.lp_content01 .household:before{
	position: absolute;
	content: '';
	background-image: url(../image/lp_content01_icon03.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width:100px;
	height: 100px;
	top: 50px;
	left: calc(50% - 50px);
}

.lp_content01 .household:hover:before{
	background-image: url(../image/lp_content01_icon03_h.png);
}

.lp_content01 .about{
	background-color: #28BEFF;
	color: #fff;
	border: 1px solid #28BEFF;
}

.lp_content01 .about:hover{
	background-color: #fff;
	color: #28BEFF;
}

.lp_content01 .about:before{
	position: absolute;
	content: '';
	background-image: url(../image/lp_content01_icon04.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width:100px;
	height: 100px;
	top: 50px;
	left: calc(50% - 50px);
}

@media only screen and (max-width: 979px){
	.lp_content01{
		margin-bottom: 60px;
	}
	.lp_content01 a{
		margin-bottom: 10px;
		height: 200px;
		padding: 35px 10px;
	}
	.lp_content01 a:after{
		bottom: 20px;
	}
	.lp_content01 .comfortable:before,
	.lp_content01 .health:before,
	.lp_content01 .household:before,
	.lp_content01 .about:before{
		top: 35px;
	}
}

@media only screen and (max-width: 690px){
	.lp_content01{
		margin-bottom: 50px;
	}
	.lp_content01 a{
		height: 60px;
		padding: 10px 10px 20px 10px;
	}
	.lp_content01 a:after{
		bottom: 10px;
	}
	.lp_content01 .comfortable:before,
	.lp_content01 .health:before,
	.lp_content01 .household:before,
	.lp_content01 .about:before{
		width: 40px;
		height: 40px;
		top: 10px;
		left: 10%;
	}
}

.lp_content02{
	margin-bottom: 100px;
}

.lp_content02 .col img{
	width: 100%;
	height: auto;
}

.lp_content02 .pc_on{display: block;}
.lp_content02 .tab_on{display: none;}

@media only screen and (max-width: 979px){
	.lp_content02{
	margin-bottom: 60px;}
}

@media only screen and (max-width: 690px){
	.lp_content02{
	margin-bottom: 10px;}
	.lp_content02 .col:first-child{
		order: 2;
		margin-bottom: 40px;
	}
	.lp_content02 .col:last-child{
		order: 1;
	}
	.lp_content02 .pc_on{display: none;}
	.lp_content02 .tab_on{
		display: block;
		margin-top: 30px;
	}
}


.lp_content03{
	max-width: 900px;
	width: 100%;
	background-color: #FFFCD9;
	padding: 50px;
	margin: 0 auto 100px auto;
}

.lp_content03 figure{
	text-align: center;
}

.lp_content03 .sp_on{display: none;}


@media only screen and (max-width: 979px){
	.lp_content03{
		margin-bottom: 60px;
	}
}

@media only screen and (max-width: 690px){
	.lp_content03{
		padding: 35px 15px;
		margin-bottom: 50px;
	}
	.lp_content03 .col:first-child{
		margin-bottom: 40px;
	}
	.lp_content03 .sp_on{display: block;}
}

.lp_content04{
	margin-bottom: 100px;
}

.lp_content04 img{
	width: 85%;
	height: auto;
}



@media only screen and (max-width: 690px){
	.lp_content04 .col:first-child{
		order: 2;
		margin-bottom: 20px;
	}
	.lp_content04 .col:last-child{
		order: 1;
		margin-bottom: 20px;
	}
	.lp_content04 figure{
		text-align: center;
	}
	.lp_content04 img{
		width: 70%;
	}
}

.lp_content05{
	max-width: 900px;
	width: 100%;
	background-color: #FFFCD9;
	padding: 100px 50px 50px 50px;
	margin: 0 auto 100px auto;
	position: relative;
}

.lp_content05 h3.title04{
	background-color: #28BEFF;
	color: #fff;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	top: -60px;
	padding-top: 30px;
	font-size: 18px;
}

.lp_content05 .col:first-child{
	width: 60%;
}

.lp_content05 .col:last-child{
	width: 38%;
}

.lp_content05 img{
	width: 100%;
	height: auto;
}

.lp_content05 .sp_on{display: none;}

.lp_content05 .btn_01 a{
	background-color: #F3982D;
	border: 1px solid #F3982D;
}

.lp_content05 .btn_01 a:hover{
	background-color: #fff;
	color: #F3982D;
}

@media only screen and (max-width: 979px){
	.lp_content05{
		margin-bottom: 60px;
	}
}

@media only screen and (max-width: 690px){
	.lp_content05{
		padding: 20px 20px 30px 20px;
		margin-bottom: 50px;
	}
	.lp_content05 h3.title04{
    width: 90px;
    height: 90px;
    font-size: 12px;
    padding-top: 0;
    display: flex;
    top: -30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    left: 10px;
	}
	.lp_content05 .col:first-child{
		width: 100%;
		margin-bottom: 30px;
	}
	.lp_content05 .col:last-child{
		width: 100%;
	}
	.lp_content05 .sp_on{display: block;}
}

#footerArea {
  position: relative;
  background: #2B9DD5;
  color: #fff;
  padding: 60px 0;
  margin-top: 110px;
}
#footerArea .awardArea {
  margin-bottom: 35px;
}
#footerArea .awardArea .textArea {
  display: inline-block;
  vertical-align: top;
  width: 64%;
  padding-right: 35px;
}
#footerArea .awardArea .textArea .title {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 30px;
  letter-spacing: 0.1rem;
}
#footerArea .awardArea .image {
  display: inline-block;
  vertical-align: top;
  width: 35.44922%;
  padding: 30px 20px;
}
#footerArea .awardArea .image img {
  width: 100%;
  height: auto;
}
#footerArea .linkArea,.footerArea .linkArea {
  max-width: 925px;
}
#footerArea .linkArea .btn{
  width: 48.4%;
  margin-right: 2.6%;
  display: inline-block;
  -moz-box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.07);
}

.footerArea .linkArea .btn {
  width: 48.4%;
  margin-right: 2.6%;
  display: inline-block;
}

#footerArea .linkArea .btn:last-child,
.footerArea .linkArea .btn:last-child {
  margin-right: 0;
}

#footerArea .linkArea .btn a,
.footerArea .linkArea .btn a {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #0091d7;
  text-align: center;
  background: #fff;
  padding: 20px 45px 20px 15px;
  position: relative;
  width: 100%;
  display: inline-block;
}
#footerArea .linkArea .btn a:after,
.footerArea .linkArea .btn a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 5px solid #AEDAEE;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#footerArea .linkArea .btn a img,
.footerArea .linkArea .btn a img {
  vertical-align: middle;
}
#footerArea .linkArea .btn a .arrow,
.footerArea .linkArea .btn a .arrow {
  font-size: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 43px;
  height: 100%;
  background-color: #D9F1FA;
  -moz-border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0;
  border-radius: 0 10px 10px 0;
}
#footerArea .linkArea .btn a .arrow img,
.footerArea .linkArea .btn a .arrow img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -2.5px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}
#footerArea .linkArea .btn a:hover .arrow img,
.footerArea .linkArea .btn a:hover .arrow img {
  left: 60%;
}

@media only screen and (max-width: 979px) {
  #topcontrol {
    display: block;
  }

  #footerArea .linkArea .btn a,
  .footerArea .linkArea .btn a {
    font-size: 14px;
    padding: 16px 30px 16px 15px;
    background-size: 19px auto;
  }
  #footerArea .linkArea .btn a img,
  .footerArea .linkArea .btn a img {
    width: 30px;
    height: auto;
  }
  #footerArea .linkArea .btn a .arrow img,
  .footerArea .linkArea .btn a .arrow img {
    width: 7px;
  }
}
@media only screen and (max-width: 690px) {
  #topcontrol {
    right: 0px !important;
    bottom: -10px !important;
  }
  #topcontrol a.pagetop {
    width: 70px;
    height: 69px;
  }

  #footerArea {
    padding: 15px 0;
    margin-top: 60px;
  }
  #footerArea:before {
    top: -50px;
    width: 100%;
    height: 50px;
    background-position: -45px 0;
    background-size: 233px 50px;
  }
  #footerArea .awardArea {
    margin-bottom: 15px;
  }
  #footerArea .awardArea .textArea {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  #footerArea .awardArea .textArea .title {
    font-size: 15px;
    margin-bottom: 0;
    letter-spacing: 0;
  }
  #footerArea .awardArea .textArea .text {
    display: none;
  }
  #footerArea .awardArea .image {
    width: 100%;
    padding: 15px;
  }
  #footerArea .awardArea .image img {
    width: 100%;
    height: auto;
  }
  #footerArea .linkArea,
  .footerArea .linkArea {
    width: 94%;
  }
  #footerArea .linkArea .btn,
  .footerArea .linkArea .btn {
    width: 100%;
    margin-bottom: 5px;
  }
  #footerArea .linkArea .btn a,
  .footerArea .linkArea .btn a {
    text-align: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px;
    min-height: inherit;
    padding: 10px 30px 10px 15px;
  }
  #footerArea .linkArea .btn a img,
  .footerArea .linkArea .btn a img {
    width: 22px;
    height: auto;
  }
  #footerArea .linkArea .btn a .arrow,
  .footerArea .linkArea .btn a .arrow {
    width: 21px;
  }
  #footerArea .linkArea .btn a .arrow img,
  .footerArea .linkArea .btn a .arrow img {
    width: 3.5px;
    height: auto;
    margin-left: -1px;
  }
  #footerArea .linkArea .btn a:after,
  .footerArea .linkArea .btn a:after {
    border: 2px solid #AEDAEE;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  #footerArea .linkArea .btn a:hover .arrow img,
  .footerArea .linkArea .btn a:hover .arrow img {
    left: 50%;
  }
}

.sp_on .btn_01{
	display: none;
}

@media only screen and (max-width: 690px) {
	.sp_on .btn_01{
		display: block;
	}
	.sp_on .btn_01{
		padding: 0 20px;
	}
}


/*---------- フッター ------------*/

.aclear_lp #footer_bottom ul{
	max-width: 300px;
	width: 100%;
}

.aclear_lp #footer_bottom li:first-child{
	width: 120px;
}

.aclear_lp #footer_bottom li{
	width: 180px;
	text-align: center;
	padding: 0 10px;
}

@media only screen and (max-width: 690px){
	.aclear_lp #footer_bottom .inner{
		flex-wrap: wrap;
		justify-content: center;
	}
	.aclear_lp #footer_bottom li{
		border: none;
	}
	.aclear_lp #copyright{
		margin-bottom: 20px;
	}
}

/*---------- TOPへのボタン ------------*/

#topcontrol{
	right: 10px !important;
	bottom: -10px !important;
}

#topcontrol a.pagetop {
  width: 92px;
  height: 97px;
  background: url(../image/lp_pagetop.png) no-repeat 0 0;
  background-size: cover;
}

@media only screen and (max-width: 690px){
	#topcontrol{
		right: 0px !important;
		bottom: -10px !important;
	}
	#topcontrol a.pagetop{
		width: 70px;
		height: 69px;
	}
}
/* ### ### ### lp_mainimg ### ### ### */
@media only screen and (max-width: 690px){
.lp_mainimg .img02{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 13%;
}
}
/* ### ### ### point icon ### ### ### */
.point01_icon img,
.point02_icon img{
	width: 55%;
}
@media only screen and (max-width: 690px){
	.point01_icon img,
	.point02_icon img{
		width: 60%;
	}	
}
/* ### ### ###margin ### ### ### */
.m80area{
	margin-bottom: 80px;
}
@media only screen and (max-width: 690px){
	.m80area{
		margin-bottom: 10px;
	}
}