@charset "utf-8";
/* CSS Document */
/*共通*/
body {
    font-family: "Overpass", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
    background-color: #fff;
    min-height: 100%;
	margin: 0;
	position: relative;
}
.contents {
    box-shadow: #bbb 0px 0px 23px;
}
p {
    line-height: 1.6;
    word-wrap: break-word;
}
img{
    max-width: 100%;
	vertical-align: bottom;
}
.red {
	color: #ab2821;
}

/*レスポンシブ*/
@media screen and (max-width:760px){
.contents{
	width: 100%;
}
}
@media screen and (min-width:760px){
.contents{
	max-width: 640px;
    margin-right: auto;
    margin-left: auto;
}
}

/*フェードインアニメーション*/
/* 画面外にいる状態 */
.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 500ms;
	}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}

/*ヘッダー*/
header {
	position: relative;
}
.hd_btn {
	position: absolute;
	width: 50%;
	top: 35%;
	left: 45%;
	background: linear-gradient(#ff5555, #ff0c0c);
	border-radius: 80px;
	padding: 1%;
	box-shadow: 0 3px 4px rgb(0 0 0 / 30%);
	border: 2px slid #e00000;
}
.hd_btn_flex{
	display: flex;
	align-items: center;
	justify-content: center;
}
.hd_btn p{
	color: #fff;
    font-weight: bold;
    font-size: 36px;
    width: 100%;
}
.hd_btn_p{
	padding-left: 3%;
}
@media screen and (max-width:760px){
	.hd_btn p {
    font-size: 5vw;
}
}

/*工事料金*/
.kouji {
	position: relative;
}
.kouji_item01 {
	position: absolute;
	width: 92.5%;
	top: 18%;
    left: 5%;
}
.kouji_item02 {
	position: absolute;
	width: 92.5%;
	top: 43%;
    left: 5%;
}
.kouji_item03 {
	position: absolute;
	width: 92.5%;
	top: 70%;
    left: 5%;
}

/*cta*/
.cta {
	position: relative;
}
.cta_btn {
	position: absolute;
	width: 90%;
	top: 50%;
    left: 5%;
}
.cta_btn02 {
	width: 90%;
	margin: 0 auto;
}
.cta_btn_flex{
	display: flex;
	align-items: center;
	justify-content: center;
}
.cta_all{
	background: linear-gradient(#ff5555, #ff0c0c);
	border-radius: 60px;
	padding: 3% 8%;
	box-shadow: 0 3px 4px rgb(0 0 0 / 30%);
}
.cta_btn_p{
	color: #fff;
    font-weight: bold;
    width: 100%;
	text-align: center;
	font-size: 21px;
}
.cta_btn_p p{
	line-height: 1.2;
	text-decoration: none;
}
.fs50{
	font-size: 50px;
}
@media screen and (max-width:760px){
	.cta_btn_p {
    font-size: 3.7vw;
}
	.fs50 {
    font-size: 8vw;
}
}

/*ボタンアニメ*/
.reflection{
display:inline-block;
position:relative;
overflow:hidden;
width: 100%;
text-decoration: none;
border-radius: 80px;
}
 
.reflection:after {
content:"";
height:100%;
width:30px;
position:absolute;
top:-180px;
left:0;
background-color: #fff;
opacity:0;
-webkit-transform: rotate(45deg);
-webkit-animation: reflection 3s ease-in-out infinite;
}
 
@keyframes reflection {
0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

/*強み*/
.tsuyomi {
	position: relative;
}
.tsuyomi_item {
	position: absolute;
	width: 90%;
	top: 22%;
    left: 5%;
}

/*安心ください*/
.anshin {
	position: relative;
}
.anshin_item {
	position: absolute;
	width: 96%;
	top: 16%;
    left: 3%;
}

/*選ばれる理由*/
.riyuu {
	position: relative;
}
.riyuu_item01 {
	position: absolute;
	width: 95%;
	top: 9%;
    left: 5%;
}
.riyuu_item02 {
	position: absolute;
	width: 95%;
	top: 31.5%;
    left: 0%;
}
.riyuu_item03 {
	position: absolute;
	width: 95%;
	top: 53.5%;
    left: 5%;
}
.riyuu_item04 {
	position: absolute;
	width: 95%;
	top: 76%;
    left: 0%;
}

/*施工事例*/
.jirei_bg {
	background: #daf7ff;
	padding: 0 0 3.5em;
}
.jirei_item {
	background: #fff;
	padding: 2em;
	margin: 2em 1em 1em;
	border-radius: 15px;
}
.jirei_ttl {
	text-align: center;
	background: #12a6e4;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	border-radius: 5px;
	padding: 0.2em 0;
	margin: 1em 0 0.5em;
}
.jirei_txt {
	margin-top: 0;
}

@media screen and (max-width:760px){
	.jirei_bg{
		padding: 0 0 2.5em;
	}
	.jirei_item {

	padding: 1.2em;
	margin: 2em 0.5em 1em;
	border-radius: 10px;
}
	.jirei_ttl {
		font-size: 1.05em;
		padding: 0.1em 0;
	}
}

/*ご利用の流れ*/
.flow {
	position: relative;
}
.flow_item {
	position: absolute;
	width: 96%;
	top: 13%;
    left: 3%;
}

/*対応エリア*/
.area {
	position: relative;
}
.area_item {
	position: absolute;
	width: 96%;
	top: 18%;
    left: 3%;
}

/*よくある質問*/
.accordion {
  width: 90%;
  margin: 0 auto;
  padding: 2em 0;
}
@media screen and (max-width:760px){
	.accordion {
  padding: 2em 0;
}
}

/* inputのチェックボックスを非表示 */
.accordion-hidden {
  display: none;
}

/* 見出しボタン部分 */
.accordion-open {
  display: block;
  padding: 1em 4em 1em 0;
  background: #6ac4ea;
  color: #fff;
  cursor: pointer;
  margin: 0 0 1em;
  position: relative;
  border-radius: 6px;
  font-weight: bold;
}

/* ＋アイコン */
.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 12px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

/* アイコンのー */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}
/* アコーディオンが開いたらーに */
.accordion-hidden:checked+.accordion-open:after {
  transform: translateY(-50%) rotate(0);
}

/* アコーディオン中身部分 */
.accordion-inner {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  /* 表示速度の設定 */
  cursor: pointer;
}

/* チェックボックスにチェックが入ったら中身部分を表示する */
.accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px;
}
/* ↑ここまで共通 */
/* Q&A追加 */
.accordion_qa .Q {
  position: relative;
}

.accordion_qa .Q::before{
  font-size: 1.5em;
  display: block;
  position: absolute;
  top: -0.1em;
  left: -1.1em;
}
.accordion_qa .Q::before {
  content: 'Q';
  color: #f6e160;
}

.accordion_qa .accordion-open {
  padding-left: 2.5em;
}

.accordion_qa .accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 0 0.5em 1.5em;
}
/* Q&A追加ここまで */

/*追従*/
#page-top {
  bottom: 0;
  position: fixed;
  background: #bef1ff;
  z-index: 999;
  padding: 3% 0;
}
@media screen and (max-width:760px){
#page-top{
	width: 100%;
}
}
@media screen and (min-width:760px){
#page-top{
	width:640px;
	margin-right: auto;
    margin-left: auto;
}
}

/*フッター*/
footer {
	background: #f3f3f3;
	text-align: center;
}
footer img {
	width: 35%;
	margin: 0.8em 0 0.5em;
}
.footer_txt {
	padding: 5% 0;
	font-size: 0.8em;
}
@media screen and (max-width:760px){
	footer img {
	width: 50%;
	margin: 0.8em 0 0.5em;
}
}
.outline {
    padding-bottom: 15em;
}
.outline h1 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 2px solid #163482;
    margin-bottom: 2%;
    padding-bottom: 2%;
    color: #163482;
}
.outline p {
    font-size: 12px;
    margin-bottom: 2%;
}
.outline div {
    margin: 5% auto;
    width: 84%;
    max-width: 1000px;
    background-color: #f3f3f3;
    border-radius: 10px;
    padding: 3%;
}
@media screen and (max-width:768px){
    .outline p {
        line-height: 1.4;
    }
    .outline h1 {
        padding-top: 4%;
    }
    .outline {
    padding-bottom: 11em;
}
}