*{
  box-sizing: border-box;
  margin: 0;
  color: #574537;
  /* outline: 1px red solid; */
}

body{
  display: flex;
  flex-direction: column;
  font-family: sans-serif;
}

header{
 width: 100%;
  position:fixed;
  z-index:500;
  top:0;
  left:0;
  background-color: white;
  padding: 20px 20px;
}

main{
  background-image: url(img/0.3white_wall.png);
  margin-top:112px;
}

.fv-cta{
  max-width:600px;
  margin: 40px auto;
  padding: 0 15px;
}

.fv-cta:hover{
  cursor: pointer;
}


.orange-title{
  font-size: 50px;
  text-align: center;
  background-color: #E85510;
  color: white;
  padding: 20px 0;
  
}

.orange-title-1row{
  font-size: 50px;
  text-align: center;
  background-color: #E85510;
  color: white;
  padding: 20px 0;
}


.empasis{
  font-size: 70px;
  color:white;
}

img{
  vertical-align: bottom;
}

a{
  text-decoration: none;
}

table {
  border-collapse:  collapse;    
}

.align-center{
  text-align: center;
}

.block-description-wrapper{
  text-align: center;
  width: 100%;
  max-width:1100px;
}

.inline-left{
  display: inline-block;
  text-align: left;
}

.block-description{
  font-size: 35px;
  line-height: 50px;
  text-align: left;
}

.block-description-s{
  font-size: 25px;
  line-height: 40px;
}

.header-inner{
display: flex;
width: 100%;
padding: 0 16px;
justify-content: space-between;

}

.contact-wrapper{
  display: flex;
  gap:15px;
  justify-content: flex-end;
}

.header-item a:hover{
  cursor:pointer;
  opacity:0.7;
}

.fv{
  margin: 0 auto;
  max-width:1100px;
}

.triangle-bottom{
  height: 0;
  width: 0;
  border-top: 40px solid #1540AF;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  margin: 40px auto;
}

.triangle-green{
  height: 0;
  width: 0;
  border-top: 40px solid #11cf63;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  margin: 40px auto;
}

.triangle-red{
  height: 0;
  width: 0;
  border-top: 40px solid #af2415;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  margin: 40px auto;
}

.woman2-position-wrapper{
  position: relative;
}

.woman2-position{
  width: 15%;
  max-width:580px;
  height: auto;
  position:absolute;
  transform: translateY(-100%);
  top:100%;
  right:20px;
}


.onayami{
	padding-bottom: 40px;
	background: url(../image/white-wall.jpg) ;
	background-repeat: no-repeat ;
	background-size: cover;
}

.onayami-title-wrap{
	position: relative;
	width: 600px;
	margin: 40px auto;

}

.onayami-title{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	line-height: 1.3em;
	width: 100%;
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
	color: var(	--color-p1);
	font-size: 2.4rem;
    text-align: center;
}

.nayami-sp{
	display: none;
}

.nayami-chart-wrap{
	display: grid;
	grid-template-columns: 300px 1fr;
}

.nayami-chart-item-wrap{

	padding: 0;
	
}

.nayami-chart-item-wrap h3{
	font-size: 30px;
	margin-bottom: 20px;
	color: white;
}

.marker{
	background:linear-gradient(transparent 50%, var(	--color-p6) 0%);
}

.nayami-chart-item{
	border:1px solid #ccc;
	background-color: white;
}

.nayami-chart-item h4{
		
		font-size: 1.6rem;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		line-height: 1.3em;
		text-align: center;
}

.star{
	border:1px solid #ccc;
	background-color: white;
	width: fit-content;
	margin: 5px auto 0 auto;
	padding: 0px 15px;
	border-radius: 5px;
}

.deterioration-small{
	
	padding: 5px 0;
	position: relative;
}

.deterioration-middle{

	padding: 5px 0;
	position: relative;
}

.deterioration-big{
	
	padding: 5px 0;
	position: relative;
}

.traffic-light{
	position: absolute;
	top:5px;
	left:5px;
	width: 90px;
}

.nayami-item-wrap{
	
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap:15px;
}

.nayami-item{
	border:1px solid #ccc;
	width: 31%;
	background-color: white;
}

.nayami-item-img{
	position: relative;
}

.nayami-item-detail{
	transform: translateX(50%);
	position: absolute;
	bottom:15px;
	right:50%;
	padding: 5px;
width: 80%;
margin: 0 auto;

}

.nayami-item h4{
	color: white;
  text-shadow:1px 1px 1px black;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	line-height: 1.3em;
	text-align: center;
}


@media screen and (max-width:1200px) {

	.nayami-chart-wrap{
		
		display: flex;
		gap:20px;
	}

	.nayami-chart-item-wrap{

		width: 50%;
	
	}
	

	.nayami-chart-item{
		width: 100%;
	}


	.nayami-item-wrap{
	width: 50%;
	display: block;

}

.nayami-item{
	
	width: 100%;
	margin-bottom: 20px;
}

}


@media screen and (max-width:742px){

	.nayami-sp{
		display: block;
	}
	
	.nayami-chart-wrap{
		display: none;
	}

	.nayami-chart-item{
		margin-top: 20px;
	}
	

	.onayami-title-wrap{
		position: relative;
		width: 380px;
		margin: 40px auto;
	
	}

  .onayami-title{
    font-size: 30px;
  }


	.nayami-chart-item-wrap{

		width: 100%;
		margin-bottom: 20px;
	}	

	.nayami-item-wrap{
		width: 100%;
		padding: 0px;
	}

	.nayami-item{
		margin-bottom: 20px;
		width: 47%;
	}

  .nayami-item h4{
    color: #574537;
    text-shadow: none;
  }

	.nayami-item p{
		line-height: 1.6rem;
	}


	.nayami-item-detail{
		transform: translateX(0%);
		position: static;
		width: 100%;
		border:none;
		border-radius: 0px;
		bottom:0;
	}

	.nayami-chart-item{
		margin-bottom: 20px;
	}

	.nayami-chart-item h4{
		font-size: 1.2rem;
	}
	
	.nayami-item h4{
		font-size: 1.2rem;
	}

}


@media screen and (max-width:420px){


.onayami-title{
	font-size: 1.6rem;
}

.onayami-title-wrap{
	position: relative;
	width: 300px;
	margin: 40px auto;

}

}

.worry-wrapper{
  width: 100%;
  max-width:1100px;
  margin:85px auto 0 auto;
}


.risk-title{
  font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	line-height: 1.3em;
	width: 100%;
 
	color: var(	--color-p1);
	font-size: 2.4rem;
    text-align: center;
}

@media screen and (max-width:742px){

.risk-title{
  font-size: 1.6rem;
}

}

.symptom-wrapper{
  display: flex;
}


.service{
  width: 100%;
  max-width:1100px;
  margin: 85px auto;
}

  .service-wrapper-all{
    display: flex;
    justify-content: space-around;
    margin:40p;
    gap:40px;
  }

  .service-box{
    width: 50%;
    background-color:white;
    margin: 40px 0;
  }

.service-img-wrapper{
  display: flex;
  justify-content: space-between;
  max-width:100%;
  padding: 30px;
}  

.service-title{
  background-color: #FCCE62;
  color: #1540AF;
  height: 108px;
  font-size: 40px;
  text-align: center;
  padding: 30px;
}

.before-img img{
width: 100%;
}

.after-img img{
  width: 100%;
}

.process{
  font-size: 20px;
  color: white;
  background-color: #E85510;
  text-align: center;
  padding: 5px;
}

.contact-banner{
  position:relative;
}

.contact-banner img{
  width: 100%;
  max-width:1100px;
}

.contact-here{
  position:absolute;
  top:72%;
  left:0;
}

.contact-here img{
  width: 100%;
  max-width:1100px;
}

.contact-here:hover{
  opacity:0.7;
}

.paint-title-wrapper{
  position:relative;
}

.paint-title-bg{
  width: 100%;
  max-width:1100px;
  height: auto;
  margin: 0 auto;
}

.paint-title{
  font-size: 50px;
  text-align: center;
  color: green;
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: white;
}



.triangle-right{
  height: 0;
  width: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid ;
  margin:auto 10px;
}

.paint-introduce{
  width: 100%;
  max-width:1100px;
  margin: 85px auto;
}

.paint-detail-wrap{
  display: flex;
  gap:20px;
  flex-wrap: wrap;
}

.paint-detail-wrap figure{
  width: 48%;
}

.four-reason-wrapper {
  
  padding: 85px;
}

.four-reason{
  display: flex;
  flex-wrap:wrap;
  text-align: center;
  width: 100%;
  max-width:1100px;
  margin: 0 auto;
}

.four-reason img{
  width: 100%;
}

.reason{
  width: 50%;
  background-color: white;
  position:relative;
}

.number{
  width: 15%;
  position: absolute;
  top:0;
  left:0;
}

.reason-detail{
  padding: 30px;
  text-align: left;
}

.reason-title{
  color: #1540AF;
  font-size: 40px;
  text-align: left;
}




.area-img-wrapper{
  width: 100%;
  max-width:1100px;
  margin: 85px auto;
  background-color: white;
  padding: 30px;
}

.normal-title{
  font-size: 50px;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
}

.area-img{
  margin: 40px 0;
  position:relative;
  z-index:10;
}


.nagoya-tower{
  position:absolute;
  top:2%;
  left:2%;
  opacity:0.3;
}

.science{
    position:absolute;
    top:75%;
    left:72%;
    opacity:0.3;
    z-index:-2;
}

.service-wrapper{
  max-width: 1100px;
  background-color: white;
  padding: 30px;
  margin: 40px  auto;
}

.service-item-wrapper{  
  display: flex;
  flex-wrap:wrap;
  justify-content: space-around;
  gap:20px;
}

.service-item{
  width: 48%;
  background-color: #F5F5F5;
}

.service-item-flex{
  /* display: flex; */
  gap:20px;
  padding: 20px;
}


.service-item-title{
  font-size: 30px;
  text-align: center;
  background-color:#FCCE62;
  color: #1540AF;
  padding: 10px;
}

.sevice-item-flex-content{
  width: 50%;
}


.price{
  font-size: 60px;
  color: #E85510;
  font-weight: bold;
  text-align: right;
}

.service-feature{
  background-color: #fff;
}

.paint-area{
  width: 100%;
  background-color: #E85510;
  color: white;
  margin:  6px 0;
  padding: 5px 5px;
  border-radius:5px;
}



.campaign-wrapper{
  background-color: #F8E8C7;
  width: 100%;
  padding: 85px 0;
  margin: 0 auto;
  position:relative;

  overflow: hidden;
  z-index:20;
}

.paper{
  position:absolute;
  width: 100%;
  height: 100%;
  z-index:21;
}

.paper span {
	position: absolute;
	top: -25%;
	left: 0;
	width: 1vw;
	height: 1vw;
	background: #FFF;
}

.paper span:nth-child(2n+1) {
	animation: paper-anim-1 10s 0s linear infinite;
}

.paper span:nth-child(2n+2) {
	animation: paper-anim-2 10s 0s linear infinite;
}

/* side position */
.paper span:nth-child(1) {
	left: 0%;
}

.paper span:nth-child(2) {
	left: 2%;
}

.paper span:nth-child(3) {
	left: 4%;
}

.paper span:nth-child(4) {
	left: 6%;
}

.paper span:nth-child(5) {
	left: 8%;
}

.paper span:nth-child(6) {
	left: 10%;
}

.paper span:nth-child(7) {
	left: 12%;
}

.paper span:nth-child(8) {
	left: 14%;
}

.paper span:nth-child(9) {
	left: 16%;
}

.paper span:nth-child(10) {
	left: 18%;
}

.paper span:nth-child(11) {
	left: 20%;
}

.paper span:nth-child(12) {
	left: 22%;
}

.paper span:nth-child(13) {
	left: 24%;
}

.paper span:nth-child(14) {
	left: 26%;
}

.paper span:nth-child(15) {
	left: 28%;
}

.paper span:nth-child(16) {
	left: 30%;
}

.paper span:nth-child(17) {
	left: 32%;
}

.paper span:nth-child(18) {
	left: 34%;
}

.paper span:nth-child(19) {
	left: 36%;
}

.paper span:nth-child(20) {
	left: 38%;
}

.paper span:nth-child(21) {
	left: 40%;
}

.paper span:nth-child(22) {
	left: 42%;
}

.paper span:nth-child(23) {
	left: 44%;
}

.paper span:nth-child(24) {
	left: 46%;
}

.paper span:nth-child(25) {
	left: 48%;
}

.paper span:nth-child(26) {
	left: 50%;
}

.paper span:nth-child(27) {
	left: 52%;
}

.paper span:nth-child(28) {
	left: 54%;
}

.paper span:nth-child(29) {
	left: 56%;
}

.paper span:nth-child(30) {
	left: 58%;
}

.paper span:nth-child(31) {
	left: 60%;
}

.paper span:nth-child(32) {
	left: 62%;
}

.paper span:nth-child(33) {
	left: 64%;
}

.paper span:nth-child(34) {
	left: 66%;
}

.paper span:nth-child(35) {
	left: 68%;
}

.paper span:nth-child(36) {
	left: 70%;
}

.paper span:nth-child(37) {
	left: 72%;
}

.paper span:nth-child(38) {
	left: 74%;
}

.paper span:nth-child(39) {
	left: 76%;
}

.paper span:nth-child(40) {
	left: 78%;
}

.paper span:nth-child(41) {
	left: 80%;
}

.paper span:nth-child(42) {
	left: 82%;
}

.paper span:nth-child(43) {
	left: 84%;
}

.paper span:nth-child(44) {
	left: 86%;
}

.paper span:nth-child(45) {
	left: 88%;
}

.paper span:nth-child(46) {
	left: 90%;
}

.paper span:nth-child(47) {
	left: 92%;
}

.paper span:nth-child(48) {
	left: 94%;
}

.paper span:nth-child(49) {
	left: 96%;
}

.paper span:nth-child(50) {
	left: 98%;
}

.paper span:nth-child(51) {
	left: 97%;
}

.paper span:nth-child(52) {
	left: 95%;
}

.paper span:nth-child(53) {
	left: 93%;
}

.paper span:nth-child(54) {
	left: 91%;
}

.paper span:nth-child(55) {
	left: 89%;
}

.paper span:nth-child(56) {
	left: 87%;
}

.paper span:nth-child(57) {
	left: 85%;
}

.paper span:nth-child(58) {
	left: 83%;
}

.paper span:nth-child(59) {
	left: 81%;
}

.paper span:nth-child(60) {
	left: 79%;
}

.paper span:nth-child(61) {
	left: 77%;
}

.paper span:nth-child(62) {
	left: 75%;
}

.paper span:nth-child(63) {
	left: 73%;
}

.paper span:nth-child(64) {
	left: 71%;
}

.paper span:nth-child(65) {
	left: 69%;
}

.paper span:nth-child(66) {
	left: 67%;
}

.paper span:nth-child(67) {
	left: 65%;
}

.paper span:nth-child(68) {
	left: 63%;
}

.paper span:nth-child(69) {
	left: 61%;
}

.paper span:nth-child(70) {
	left: 59%;
}

.paper span:nth-child(71) {
	left: 57%;
}

.paper span:nth-child(72) {
	left: 55%;
}

.paper span:nth-child(73) {
	left: 53%;
}

.paper span:nth-child(74) {
	left: 51%;
}

.paper span:nth-child(75) {
	left: 49%;
}

.paper span:nth-child(76) {
	left: 47%;
}

.paper span:nth-child(77) {
	left: 45%;
}

.paper span:nth-child(78) {
	left: 43%;
}

.paper span:nth-child(79) {
	left: 41%;
}

.paper span:nth-child(80) {
	left: 39%;
}

.paper span:nth-child(81) {
	left: 37%;
}

.paper span:nth-child(82) {
	left: 35%;
}

.paper span:nth-child(83) {
	left: 33%;
}

.paper span:nth-child(84) {
	left: 31%;
}

.paper span:nth-child(85) {
	left: 29%;
}

.paper span:nth-child(86) {
	left: 27%;
}

.paper span:nth-child(87) {
	left: 25%;
}

.paper span:nth-child(88) {
	left: 23%;
}

.paper span:nth-child(89) {
	left: 21%;
}

.paper span:nth-child(90) {
	left: 19%;
}

.paper span:nth-child(91) {
	left: 17%;
}

.paper span:nth-child(92) {
	left: 15%;
}

.paper span:nth-child(93) {
	left: 13%;
}

.paper span:nth-child(94) {
	left: 11%;
}

.paper span:nth-child(95) {
	left: 9%;
}

.paper span:nth-child(96) {
	left: 7%;
}

.paper span:nth-child(97) {
	left: 5%;
}

.paper span:nth-child(98) {
	left: 3%;
}

.paper span:nth-child(99) {
	left: 1%;
}

/* colors */
.paper span:nth-child(5n+1) {
	background: red;
}

.paper span:nth-child(5n+2) {
	background: blue;
}

.paper span:nth-child(5n+3) {
	background: green;
}

.paper span:nth-child(5n+4) {
	background: pink;
}

.paper span:nth-child(5n+5) {
	background: yellow;
}


/* animation-duration */
.paper span:nth-child(4n+1) {
	animation-duration: 5s;
}

.paper span:nth-child(4n+2) {
	animation-duration: 12s;
}

.paper span:nth-child(4n+3) {
	animation-duration: 8s;
}

.paper span:nth-child(4n+4) {
	animation-duration: 6s;
}


/* animation-delay */
.paper span:nth-child(11n+1) {
	animation-delay: 0s;
}

.paper span:nth-child(11n+2) {
	animation-delay: 4s;
}

.paper span:nth-child(11n+3) {
	animation-delay: 2s;
}

.paper span:nth-child(11n+4) {
	animation-delay: 5s;
}

.paper span:nth-child(11n+5) {
	animation-delay: 1s;
}

.paper span:nth-child(11n+6) {
	animation-delay: 2s;
}

.paper span:nth-child(11n+7) {
	animation-delay: 3s;
}

.paper span:nth-child(11n+8) {
	animation-delay: 1s;
}

.paper span:nth-child(11n+9) {
	animation-delay: 2s;
}

.paper span:nth-child(11n+10) {
	animation-delay: 3s;
}

.paper span:nth-child(11n+11) {
	animation-delay: 5s;
}

/* animation */

@keyframes paper-anim-1 {
	0% {
		top: -10%;
		transform: translateX(0) rotateX(0) rotateY(0);
	}

	100% {
		top: 100%;
		transform: translateX(20vw) rotateX(180deg) rotateY(360deg);
	}
}

@keyframes paper-anim-2 {
	0% {
		top: -10%;
		transform: translateX(0) rotateX(0) rotateY(0);
	}

	100% {
		top: 100%;
		transform: translateX(-20vw) rotateX(180deg) rotateY(360deg);
	}
}

.campaign-content {
  width: 100%;
  max-width:1100px;
  margin: 0 auto;
}

.campaign-title{
  position:relative;
  font-size: 50px;
  text-align: center;
  color: #E85510;
  margin-bottom: 40px;
}

.webcampaign-icon{
  max-width: 200px;
  position:absolute;
  top:-55%;
  left:3%;
}

.webcampaign-icon img{
  vertical-align: middle;
}

.woman1{
  position:absolute;
  top:-35px;
  left:81%;
  z-index:1;
}

.woman1 img{
  height: 297px;
}


.campaign-banner{
  margin-top: 45px;
  z-index:5;
}


.flow-wrapper{
  display: flex;
  padding: 6px;
  gap:40px;
  
  margin: 40px auto 40px auto;
  height:250px;
  width: 100%;
  max-width:1100px;
  
}

.flow-item{
  width: 50%;
  
  /* background-color: #F8E8C7; */
  position:relative;
  padding: 0;
 
}

.arrow{
  background-image: url("img/step-bg.png");
  background-size:100% 100%;
}

.step{
  position:absolute;
  top:0;
  left:0;
}

.flow-title{
  font-size: 40px;
  text-align: left;
  margin-left: 100px;
}

.flow-illust{
  position:absolute;
  top:32%;
  left:50%;
  z-index:8;
}

.flow-illust img{
  width: 120px;
  transform: translateX(-50%);
}


.flow-description-sp{
  display: none;
}

.woman3-position-wrapper{
  position: relative;
}

.woman3-position{
  position: absolute;
  top:100%;
  right:0;
  width: 500px;
  transform:translateY(-100%);
}



/* アコーディオンメニュー全体のサイズ・位置 */
.ac {
  width: 100%;
  max-width: 1100px;
  margin: 40px auto;
}


/* クリック領域 */
.ac-parent {
  position: relative;
  padding: 30px;
  border-bottom: 2px solid #CDD6DD;
  background-color: white;
  color: #3B4043;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}

.ac-parent:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 45%;
	right: 30px;
	width: 10px;
	height: 10px;
	border-right: 3px solid #574537;
	border-bottom: 3px solid #574537;
	transform: translateY(-50%) rotate(45deg);
	transition: .3s;
}

.ac-parent.open:after {
	transform: rotate(225deg);
}

.ac-parent-flex{
  display: flex;
  gap:20px;
}

.question{
  color: #577AD5;
}

/* クリックしたら表示される領域 */
.ac-child {
  display: none;
  border-bottom: 2px solid #CDD6DD;
  background-color: white;
  text-align: left;
  padding: 30px;
}

.ac-child-flex{
  display: flex;
  gap:20px;
}

.answer{
  color: #EDCE4D;
}


.consult-wrapper{
  background-color: #F8E8C7;
  padding-top: 40px;
}



.formWrap{

  width: 100%;
  max-width:1100px;
  margin: 0px auto;
  padding: 40px 0;
}

.formTable-wrapper{
  text-align: center;
  margin: 0 auto;
}

.formTable{
  text-align: left;
  width: 100%;
}

.formTable>tbody{
  width: 1000px;
}



.formTable tr{
  height:40px;
  line-height: 25px;
  width: 100%;
}

.form-item{
  font-size: 20px;
  margin-bottom: 5px;
}

.required{
  background-color: #E75510;
  color: white;
  border-radius:5px;
  font-size: 13px;
  padding: 5px;
  margin-left: 10px;
}

input{
  font-size: 20px;
  margin-bottom: 20px;
  background-color: white;
  
}

.input-size{
  height: 50px;
width: 100%;
  border:2px solid #CDD6DD;
}


.checkbox-btn{
  transform: scale(1.8);
   margin: 0 6px 20px 6px;
   cursor:pointer;
}

.checkbox-item{
 font-size: 20px;
  margin-right: 20px;
  padding-top: 5px;
}

textarea{
font-size: 20px;
width: 100%;
border:2px solid #CDD6DD;
margin-bottom: 20px;
background-color: white;
}

.policy-wrapper{
  text-align: center;
  
}

.policy{
  width: 100%;
  border:2px solid #CDD6DD;
  padding: 20px 10px;
  display: inline-block;
  text-align: left;
  background-color: white;
}

.policy h4{
  text-align: center;
}

.policy-content-wrapper{
  overflow: scroll;
  height:200px;

}

.policy-content{
  margin-top: 20px;
  padding: 0 20px;
}

.policy-content p{
  font-size: 12px;
  line-height: 15px;
}

.policy-td{
  font-size: 12px;
  line-height: 15px;
}
.policy-vertical{
  writing-mode:vertical-rl;
}

.agree{
  display: block;
  text-align: center;
  margin: 20px;
  
}

.submit-btn{
  background-color: #E85510;
  padding: 10px 70px;
  color: white;
  border-radius:10px;
  width: 235px;
  text-align: center;
  cursor:pointer;
  font-size: 20px;
  border:none;
}

.submit-btn:hover{
  opacity:0.7;
}


footer{
  margin-top: 40px;
}
.company-title{
  margin-left: 85px;
  margin-bottom: 20px;
  font-size: 25px;
}

.company-wrapper{
  display: flex;
  text-align: left;
  margin:0 85px;
}

.company-item{
  margin-right: 40px;
}

.header-logo{
    margin-left: auto;
    margin-top: auto;
}

.copyright{
  background-color: #574537;
  color: white;
  font-size: 12px;
  padding: 5px;
  text-align: center;
  margin-top: 40px;
}

aside{
  display: none;
}

.top-scroll{
  position:fixed;
  top:96%;
  right:0;
  transform: translateY(-100%);
  margin-right: 20px;
  width: 70px;
  z-index:999;
}

.top-scroll:hover{
  opacity:0.7;
}

@media screen and (max-width:1200px){

  .orange-title{
    font-size: 50px;
    padding: 20px 0;
    line-height:60px;
  }
  
  .orange-title-1row{
    font-size: 50px;
  
  }

  .empasis{
    font-size: 70px;
  }

  .block-description{
    font-size: 30px;
    line-height: 40px;
    text-align: left;
  }
  
  .block-description-s{
    font-size: 20px;
    line-height: 30px;
  }

  .about-ENISHI img{
    width: 90%;
  }

  .woman2-position{
    width: 13%;
    top:100%;
    right:0px;
  }

  .worry-wrapper{
    width: 90%;
    max-width:1100px;
    margin:85px auto 0 auto;
  }

  
  
  .symptom-wrapper{
    display: flex;
  }
  
  .symptom-item {
    width: 50vw;
    height: auto;
    margin: 0 auto;
    }
    .symptom-img {
    width: 90%;
    height: auto;
    margin: 0 auto;
    }
    .symptom-title {
    font-size: 30px;
    width: 90%;
    }

    .service{
      margin: 85px auto;
      width: 90%;
    }
    
      .service-wrapper-all{
        display: flex;
        justify-content: space-around;
        margin:40px auto;
        gap:20px;
      }
    
      .service-box{
        width: 50%;
        background-color: white;
        margin: 40px 0;
      }
    
    .service-img-wrapper{
      display: flex;
      justify-content: space-between;
      max-width:100%;
      padding: 20px;
    }  
    
    .service-title{
      background-color: #FCCE62;
      color: #1540AF;
      height: auto;
      font-size: 30px;
      text-align: center;
      padding: 15px;
    }

    .process{
      font-size: 18px;
      padding: 3px;
    }
    
    .paint-title-bg img{
      width: 90%;
      height: auto;
      margin: 0 auto;
    }
    
    .paint-title{
      font-size: 50px;
      position:absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      color: white;
    }
    
    .paint-introduce{
      width: 90%;
      margin: 85px auto;
    }
    
   
    .paint-name{
      background-color:#FCCE62;
      font-size: 30px;
      color: #1540AF;
      border:2px solid #CDD6DD;
      padding: 5px;
      width: 1100px;
    }
    
    .paint-detail{
      border:2px solid #CDD6DD;
      padding: 20px;
      vertical-align: top;
    }

    .four-reason-wrapper{
      padding: 40px 0px;
    }

    .four-reason{
      margin: 0 auto;
      width: 90%;
    }
    
    .four-reason img{
      width: 100%;
    }
    
    .reason{
      width: 50%;
      background-color: white;
    }
    
    .reason-detail{
      padding: 20px;
    }
    
    .reason-title{
      color: #1540AF;
      font-size: 30px;
      margin-bottom: 10px;
    }
    
    

    .area-img-wrapper{
      width: 90%;
      margin: 40px auto;
      background-color: white;
      padding: 30px;
    }
    
    .normal-title{
      font-size: 50px;
      text-align: center;
      margin-bottom: 40px;
      padding-top: 40px;
    }
    
    .area-img{
      margin: 40px 0;
      position:relative;
      z-index:10;
    }

    .area-img img{
      width: 100%;
    }
    
    
    .nagoya-tower{
      position:absolute;
      top:2%;
      left:0%;
      opacity:0.5;
    }

    .nagoya-tower img{
       width: 70%;
    }
    
    .science{
        position:absolute;
        top:75%;
        left:72%;
        opacity:0.5;
        z-index:-2;
    }

    .service-wrapper{
      max-width: 1100px;
      width: 90%;
      background-color: white;
      padding: 30px;
      margin: 0 auto 85px auto;
    }
    
    .service-item-wrapper{  
      display: flex;
      flex-wrap:wrap;
      justify-content: space-around;
      gap:20px;
    }
    
    .service-item{
      width: 48%;
      background-color: #F5F5F5;
    }
    
   
    
    .service-item-title{
      font-size: 30px;
      text-align: center;
      background-color:#FCCE62;
      color: #1540AF;
      padding: 10px;
    }
    
    
    .price{
      font-size: 60px;
      color: #E85510;
      font-weight: bold;
    }
    
    .service-feature{
      background-color: #fff;
    }
    
    .paint-area{
      width: 100%;
      background-color: #E85510;
      color: white;
      margin:  6px 0;
      padding: 5px 5px;
      border-radius:5px;
    }

    .campaign-wrapper{
      background-color: #F8E8C7;
      width: 100%;
      padding: 85px 0;
      position:relative;
    }
    
    .campaign-content {
      width: 90%;
      margin: 0 auto;
    }
    
    .campaign-title{
      position:relative;
      font-size: 50px;
      text-align: center;
      color: #E85510;
      margin-bottom: 40px;
    }
    
    .webcampaign-icon{
      max-width:150px;
     height: auto;
      position:absolute;
      top:-50%;
      left:3%;
    }

    .woman1{
      position:absolute;
      top:240px;
      left:81%;
      z-index:1;
    }

    .woman1 img{

      width: 100%;
      height:auto;
      vertical-align: bottom;
      transform: translateY(-100%);
    }

    
 
    .flow-wrapper{
      display: flex;
      padding: 6px;
      gap:20px;
      
      margin: 40px auto 40px auto;
      height:250px;
      width: 90%;
      max-width:1100px;
      
    }
    
    .flow-item{
      width: 50%;
      
      position:relative;
      padding: 0;
    
    }
    
    .step{
      position:absolute;
      top:0;
      left:0;
    }

    .step img{
      width: 80%;
    }

    .flow-title-wrapper{
      width: 100%;
      text-align: center;
    }
    
    .flow-title{
      display: inline-block;
      font-size: 30px;
      margin-left: 100px;
      margin-top: 10px;
    }
    
    .flow-illust{
      position:absolute;
      top:32%;
      left:50%;
      z-index:8;
    }
    
    .flow-illust img{
      width: 120px;
      transform: translateX(-50%);
    }
    
    
    .triangle{
      position:absolute;
      top:100%;
      left:0;
    }
    
    .triangle img{
      width: 100%;
    }

    .woman3-position-wrapper{
      position: relative;
    }
    
    .woman3-position{
      position: absolute;
      top:100%;
      right:0;
      width: 300px;
      transform:translateY(-100%);
    }

    .ac{
      width: 90%;
    }
  
    .formWrap{
      width: 90%;
      margin: 0 auto;
    }

    .formTable-wrapper{
      text-align: center;
      width: 100%;
      margin: 0 auto;
    }

    footer{
      margin-top: 20px;
    }

    .about-company-wrapper {
      width: 90%;
      margin: 0 auto;
    }

    .company-title{
      margin-bottom: 20px;
      font-size: 25px;
      margin: 0;
      margin-bottom: 20px;
    }
    
    .company-wrapper{
      display: flex;
      text-align: left;
      margin: 0;
      flex-wrap: wrap;
    }
    
    .company-item{
      margin-right: 20px;
    }

    .header-logo{
      margin-left: auto;
      margin-top: auto;
  }
    
    .copyright{
      background-color: #574537;
      color: white;
      font-size: 12px;
      padding: 5px;
      text-align: center;
      margin-top: 20px;
    }

    .contact-wrapper-sp{
      display: none;
    }

}

@media screen and (max-width:900px){

  .orange-title{
    font-size: 40px;
    padding: 8px 0;
    
  }
  
  .orange-title-1row{
    font-size: 40px;
   
  
  }

  .empasis{
    font-size: 60px;
  }

  .block-description{
    font-size: 25px;
    line-height: 35px;
    text-align: left;
  }
  
  .block-description-s{
    font-size: 20px;
    line-height: 30px;
  }

  .header-item>a>img{
    width: 250px;
  }

  .about-ENISHI-wrapper{
    padding: 40px 0;
  }
  

  .about-ENISHI img{
    width: 90%;
  
  }

  .woman2-position{
    width: 15%;
    top:100%;
    right:0px;
  }
  
  .worry-wrapper{
    width: 90%;
    max-width:1100px;
    margin:40px auto 0 auto;
  }
  
  
  
  .symptom-wrapper{
    display: flex;
  }

  .triangle-bottom{
    margin: 20px auto;
  }
  
  .symptom-item {
    width: 50vw;
    height: 200px;
    margin: 0 auto;
    position: relative;
    }

    .symptom-img {
    width: 90%;
    height: 200px;
    margin: 0 auto;
    }
    .symptom-title {
    font-size: 25px;
    padding: 5px;
    }

    .test-wrapper{
      margin: 20px auto 0px auto ;
    }
    
    .test-wrapper iframe{
      background-image: url(img/汚れ感アートボード-1.png);
      background-repeat:no-repeat;
      background-size:100% 100%;
      width: 100%;
      height: 800px;
    }

    .service{
      margin: 40px auto;
    }
    
      .service-wrapper-all{
        gap:20px;
      }
    
      .service-box{
        width: 50%;
        margin: 20px 0;
      }
    
    .service-img-wrapper{
      display: flex;
      justify-content: space-between;
      max-width:100%;
      padding: 20px;
    }  
    
    .service-title{
      font-size: 25px;
      text-align: center;
      padding: 15px;
    }

    .process{
      font-size: 15px;
      padding: 3px;
    }
    
    .paint-title{
      font-size: 40px;
      position:absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      color: white;
      width: 100%;
    }
    
    .paint-introduce{
      width: 90%;
      margin: 40px auto 20px auto;
    }
    
   
    .paint-name{
      font-size: 25px;
      padding: 10px;
    }
    
    .paint-detail{
      padding: 20px;
    }
    
    .reason-detail{
      padding: 20px;
    }
    
    .reason-title{
      font-size: 25px;
      margin-bottom: 10px;
    }

    .area-img-wrapper{
      width: 90%;
      max-width:1100px;
      margin: 40px auto;
      padding: 10px;
    }
    
    .normal-title{
      font-size: 40px;
      margin-bottom: 40px;
      padding-top: 40px;
    }
    
    .area-img{
      margin: 20px 0;
    }
    
    
    .nagoya-tower{
      position:absolute;
      top:0%;
      left:0%;
    }
    
    .service-wrapper{
      max-width: 1100px;
      width: 90%;
      background-color: white;
      padding: 20px;
      margin: 40px auto;
    }
    
    .service-item-wrapper{  
      display: flex;
      flex-wrap:wrap;
      justify-content: space-around;
      gap:20px;
    }
    
    .service-item{
      width: 48%;
      background-color: #F5F5F5;
    }
    
    .service-item-flex{
      /* display: flex; */
      gap:20px;
      padding: 20px;
    }
    
    
    .service-item-title{
      font-size: 25px;
      padding: 10px;
    }
    
    .sevice-item-flex-content{
      width: 50%;
    }
    
    
    .price{
      font-size: 40px;
    }
    
    .paint-area{
      width: 100%;
      margin:  6px 0;
      padding: 5px;
    }

    .campaign-wrapper{
      width: 100%;
      margin: 40px auto 0 auto;
      position:relative;
    }
    
    .campaign-content {
      width: 100%;
      max-width:1100px;
      margin: 0 auto;
    }
    
    .campaign-title{
      position:relative;
      font-size: 40px;
      text-align: center;
      color: #E85510;
      margin-bottom: 20px;
    }
    
    .webcampaign-icon{
      max-width: 120px;
      position:absolute;
      top:-45%;
      left:3%;
    }
    
    .webcampaign-icon img{
      vertical-align: middle;
    }
    
    
    
    .campaign-banner{
      z-index:5;
      width: 100%;
      padding: 0 20px;
      margin-top:20px;
      text-align: center;
    }

    .woman1{
      position:absolute;
      top:170px;
      left:74%;
      z-index:1;
    }

    .woman1 img{
      width: 70%;
      height:auto;
      vertical-align: bottom;
      transform: translateY(-100%);
    }

    .flow-wrapper{
      width: 90%;
      display: flex;
      gap:20px;
      margin: 20px auto 40px auto;
      height:200px;
      max-width:1100px;
      
    }
    
    .flow-item{
      width: 50%;
      position:relative;
     
    }
    
    /* .step{
      position:absolute;
      top:0;
      left:0;
    } */
    
    .flow-title{
      font-size: 25px;
      text-align: left;
      margin-left: 80px;
    }
    
    .flow-illust{
      position:absolute;
      top:32%;
      left:50%;
      z-index:8;
    }
    
    .flow-illust img{
      width: 110px;
      transform: translateX(-50%);
    }
    
    
    .triangle{
      position:absolute;
      top:100%;
      left:0;
      z-index:7;
    }
    
    .triangle img{
      width: 100%;
    }

}

@media screen and (max-width:860px){
.test-wrapper iframe{
  background-image: url(img/汚れ感アートボード-1.png);
  background-repeat:no-repeat;
  background-size:100% 100%;
  width: 100%;
  height: 680px;
}


}


@media screen and (max-width:800px){

  .orange-title{
    font-size: 30px;
    padding: 20px 0;
    line-height:40px;
  }
  
  .orange-title-1row{
    font-size: 30px;
  }

  .empasis{
    font-size: 50px;
  }

  .block-description{
    font-size: 20px;
    line-height: 30px;
    text-align: left;
  }
  
  .block-description-s{
    font-size: 15px;
    line-height: 22px;
  }

  header{
    
    padding: 10px 20px 10px 20px;
  }

  

  .header-item>a>img{
    width: 160px;
  }

  main{
    margin-top: 60px;
  }

  .test-wrapper{
    text-align: center;
    margin: 40px auto 0px auto ;
    padding-bottom: 0px;
    position:relative;
    width: 100%;
    height: auto;
    max-width:1100px;
  }
  
  .test-wrapper iframe{
    background-image: url(img/汚れ感アートボード-1.png);
    background-repeat:no-repeat;
    background-size:100% 100%;
    width: 100%;
    height: 740px;
  }

  .four-reason-wrapper {
    background-color: #F8E8C7;
  }
  
  .four-reason{
    display: block;
    flex-wrap:wrap;
    text-align: center;
    width: 90%;
    max-width:1100px;
    margin: 0px auto;
  }
  
  .four-reason img{
    width: 100%;
  }
  
  .reason{
    width: 100%;
    background-color: white;
  }
  
  .reason-detail{
    padding: 10px;
    text-align: left;
  }

 
  .reason-title{
    color: #1540AF;
    font-size: 20px;
    text-align: left;
  }


  

  .area-img-wrapper{
    width: 90%;
    max-width:1100px;
    margin: 40px auto;
    background-color: white;
    padding: 10px;
  }
  
  .normal-title{
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 20px;
  }
  
  .area-img{
    margin: 40px 0;
    position:relative;
    z-index:10;
  }
  
  
  .nagoya-tower{
    position:absolute;
    top:0%;
    left:0%;
    opacity:0.3;
    width: 100px;
  }
  
  .science{
      position:absolute;
      top:75%;
      left:72%;
      opacity:0.3;
      z-index:-2;
  }


  .service-wrapper{
    width: 90%;
    padding: 20px;
    margin: 40px auto;
  }
  
  .service-item-wrapper{  
    display: flex;
    flex-wrap:wrap;
    flex-direction: column;
    gap:30px;
  }
  
  .service-item{
    width: 100%;
    background-color: #F5F5F5;
  }
  
  .service-item-flex{
    gap:20px;
    padding: 20px;
  }
  
  
  .service-item-title{
    font-size: 25px;
    text-align: center;
    background-color:#FCCE62;
    color: #1540AF;
    padding: 15px;
  }
  
  .service-item-flex-content{
    width: 100%;
  }
  
  
  .price{
    font-size: 40px;
    color: #E85510;
    font-weight: bold;
  }
  
  .service-feature{
    background-color: #fff;
  }

  .paint-title{
    font-size:30px ;
  }

  .paint-title-bg{
    width: 80%;
  }
  
  .paint-area{
    width: 100%;
    background-color: #E85510;
    color: white;
    margin:  6px 0;
    padding: 5px 5px;
    border-radius:5px;
  }


  .flow-wrapper{
    display: flex;
    flex-wrap:wrap;
    padding: 0;
    gap:40px;
    height:250px;
    width: 90%;
    margin: 20px auto 20px auto;
  }
  
  .flow-item{
    width: 100%;
    height: auto;
    
    position:relative;
    padding: 0;
    margin-bottom: 40px;
  }

  /* .step{
    position:absolute;
    top:0;
    left:0;
    z-index:10;
  } */

  .step img{
    width: 60px;
  }

  .flow-title{
    font-size: 25px;
    margin-left: 80px;
    margin-bottom: 20px;
    margin-top: 9px;
  }

  .flow-illust{
    display: none;
  }
  
 
  .triangle{
    display: none;
  }

  .woman3-position-wrapper{
    position: relative;
    margin-top: 40px;
  }
  
  .woman3-position{
    position: absolute;
    top:100%;
    right:0;
    width: 200px;
    transform:translateY(-100%);
  }

  .flow-description-pc{
    display: none;
  }

  .flow-description-sp{
    display: block;
    width: 100%;
    margin: 0px auto;
    padding: 0 80px 20px 80px;
  }

  .consult-wrapper{
    padding-top: 40px;
  }
  
  .formWrap{
    width: 90%;
    margin: 0px auto;
    padding: 0;
  }
  
  .formTable-wrapper{
    text-align: center;
    width: 100%;
    margin: 0px auto;
    padding: 20px 0 0 0;
  }
  
  .formTable{
    text-align: left;
   
  }
  
  .formTable tr{
    height:30px;
    line-height: 25px;
  }
  
  .form-item{
    font-size: 20px;
    margin-bottom: 5px;
  }
  
  input{
    font-size: 20px;
    margin-bottom: 20px;
    background-color: white;
  }
  
  .input-size{
    height: 50px;
    width: 100%;
    border:2px solid #CDD6DD;
  }
  
  
  .checkbox-btn{
    transform: scale(1.8);
     margin: 0 6px 20px 6px;
     cursor:pointer;
  }
  
  .checkbox-item{
   font-size: 20px;
    margin-right: 20px;
    padding-top: 5px;
  }
  
  textarea{
  font-size: 20px;
  width: 100%;
  margin-bottom: 20px;
  }
  
  .policy-wrapper{
    text-align: center;
    
  }
  
  .policy{
    width: 100%;
    padding: 20px 0;
    display: inline-block;
  }
  
  .policy-content-wrapper{
    overflow: scroll;
    height:200px;
    padding: 0 10px;
  }
  
  
  .agree{
    display: block;
    text-align: center;
    margin: 20px 0 0 0;
  }
  
  .submit-btn{
    padding: 10px 70px;
    border-radius:10px;
    cursor:pointer;
    font-size: 20px;
    border:none;
  }

  

  .header-logo{
    margin-top: 20px;
  }

  .top-scroll{
    position:fixed;
    top:92%;
    right:0px;
    transform: translateY(-100%);
    margin-right: 20px;
    width: 50px;
    z-index:999;
  }
  

}


@media screen and (max-width:560px){

  .orange-title{
    font-size: 25px;
    padding: 20px 0;
  }
  
  .orange-title-1row{
    font-size: 25px;
  }
  
  .empasis{
    font-size: 35px;
    color:white;
  }

  .block-description{
    font-size: 15px;
    line-height: 20px;
    text-align: left;
  }
  
  .block-description-s{
    font-size: 15px;
    line-height: 20px;
  }

  header{
    padding: 10px 0 0 10px;
    margin: 0;
  }

 

  .header-item{
    margin: 0;
    padding: 0;
  }

  .logo-wrapper{
    margin: 0;
    padding: 0;
  }

  main{
    margin-top: 60px;
  }

  .woman2-position{
    display: none;
  }
  

 
  .worry-wrapper{
    width: 90%;
    margin:20px auto 0 auto;
  }
  
  
  
  .symptom-wrapper{
    display: flex;
  }

  .symptom-item{

  }
  
  .triangle-green{
    height: 0;
    width: 0;
    border-top: 20px solid #15af7e;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    margin: 20px auto;
  }

  .triangle-red{
    height: 0;
    width: 0;
    border-top: 20px solid #af2415;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    margin: 0px auto 20px auto;
  }

  .triangle-bottom{
    height: 0;
    width: 0;
    border-top: 20px solid #1540AF;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    margin: 20px auto;
  }


  .service{
    width: 90%;
    margin: 40px auto;
  }
  
    .service-wrapper-all{
      display: block;
      margin:20px 0;
    }
  
    .service-box{
      width: 100%;
      margin: 40px 0;
    }
  
  .service-img-wrapper{
    display: flex;
    justify-content: space-between;
    max-width:100%;
    padding: 10px;
  }  
  
  .service-title{
    font-size: 20px;
    text-align: center;
    padding: 10px;
  }

  .triangle-right{
    height: 0;
    width: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid ;
    margin:auto 10px;
  }
  
  .process{
    font-size: 12px;
    padding: 2px;
  }

  .paint-title{
    font-size:30px ;
  }

  .paint-title-bg{
    width: 100%;
  }


  .paint-title{
    font-size: 25px;
    position:absolute;
    width: 100%;
    transform: translate(-50%,-50%);
    color: white;
  }
  
  .paint-introduce{
    width: 90%;
    margin: 40px auto;
  }

  .paint-detail-wrap{
    display: block;
  }
  
  .paint-detail-wrap figure{
    width: 100%;
    margin-bottom: 20px;
  }
  

  .area-img-wrapper{
    width: 90%;
    max-width:1100px;
    margin: 40px auto;
    background-color: white;
    padding: 10px;
  }
  
  .normal-title{
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 20px;
  }
  
  .area-img{
    margin: 20px 0;
    position:relative;
    z-index:10;
  }
  
  .nagoya-tower{
    position:absolute;
    top:0%;
    left:-7%;
    opacity:0.3;
    width: 100px;
  }
  
  .nagoya-tower img{
    width: 45px;
  }

  .service-wrapper{
    width: 90%;
    padding: 10px;
    margin: 40px auto;
  }

  .normal-title{
    font-size: 25px;
  }
  
  .service-item-wrapper{  
    display: flex;
    flex-wrap:wrap;
    flex-direction: column;
    gap:20px;
  }
  
  .service-item{
    width: 100%;
    background-color: white;
  }
  
  .service-item-flex{
    gap:20px;
    padding: 10px;
  }

  .service-item-title{
    font-size: 20px;
    padding: 10px 0;
  }
  
  .service-item-flex-content{
    width: 100%;
  }
  
  .price{
    font-size: 40px;
    color: #E85510;
    font-weight: bold;
  }
  
  
  .paint-area{
    width: 100%;
    background-color: #E85510;
    color: white;
    margin:  6px 0;
    padding: 5px 5px;
    border-radius:5px;
    font-size: 15px;
  }


  .campaign-wrapper{
    background-color: #F8E8C7;
    width: 100%;
    padding: 40px 0;
    position:relative;
  }
  
  .campaign-content {
    width: 90%;
    margin: 0 auto;
  }
  
  .campaign-title{
    position:relative;
    font-size: 25px;
    text-align: center;
    color: #E85510;
    margin-bottom: 20px;
    margin-top: 0px;
  }
  
  .webcampaign-icon{
    max-width:52px;
   height: auto;
    position:absolute;
    top:-25%;
    left:-4%;
  }

  .woman1{
    display: none;
    /* position:absolute;
    top:125px;
    left:81%;
    z-index:1; */
  }

  /* .woman1 img{
    width: 100%;
    height:auto;
    vertical-align: bottom;
    transform: translateY(-100%);
  } */

  .campaign-banner{
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }

  .flow-wrapper{
    display: block;
    flex-wrap:wrap;
    padding: 0;
    gap:20px;
    height: auto;
    width: 90%;
    margin: 20px auto 20px auto;
  }
  
  .flow-item{
    width: 100%;
    height: auto;
   
    position:relative;
    padding: 6;
    margin-bottom: 40px;
  }

  
  .step{
    position:absolute;
    top:0;
    left:0;
    z-index:10;
  }

  .step img{
    width: 50px;
  }

  .flow-title{
    font-size: 20px;
    margin-left: 90px;
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .flow-illust{
    position:absolute;
    top:-20%;
    right:0;
    z-index:8;
  }
  
  .flow-illust img{
    width: 80px;
    transform: translateX(-50%);
  }
  

  .triangle{
    display: block;
    position:absolute;
    top:100%;
    left:0;
    z-index:7;
  }
  
  .triangle img{
    width: 100%;
  }
  
  /* .triangle{
    display: none;
  } */

  .woman3-position-wrapper{
    position: relative;
    margin: 40px 0;
  }
  
  .woman3-position{
    position: absolute;
    top:100%;
    right:-50px;
    width: 180px;
    transform:translateY(-100%);
  }

  .flow-description-pc{
    display: none;
  }

  .flow-description-sp{
    display: block;
    width: 100%;
    margin: 0px auto;
    padding: 0 20px 40px 20px;
  }


  .ac {
    width: 100%;
    max-width: 1100px;
    margin: 20px auto;
    width: 90%;
  }
  
  
  /* クリック領域 */
  .ac-parent {
    position: relative;
    padding: 20px 10px;
    border-bottom: 2px solid #CDD6DD;
    background-color: white;
    color: #3B4043;
    text-align: left;
    line-height: 20px;
    cursor: pointer;
  }
  
  .ac-parent:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 10px;
    width: 8px;
    height: 8px;
    border-right: 3px solid #574537;
    border-bottom: 3px solid #574537;
    transform: translateY(-50%) rotate(45deg);
    transition: .3s;
  }
  
  .ac-parent.open:after {
    transform: rotate(225deg);
  }
  
  .ac-parent-flex{
    display: flex;
    gap:10px;
  }
  
  .question{
    color: #577AD5;
  }
  
  /* クリックしたら表示される領域 */
  .ac-child {
    display: none;
    border-bottom: 2px solid #CDD6DD;
    background-color: white;
    text-align: left;
    padding: 20px 10px;
  }
  
  .ac-child-flex{
    display: flex;
    gap:10px;
  }
  
  .answer{
    color: #EDCE4D;
  }


  .consult-wrapper{
    padding-top: 40px;
  }
  
  .formWrap{
    width: 90%;
    margin: 0px auto;
    padding: 0;
  }
  
  .formTable-wrapper{
    text-align: center;
    margin: 0px auto;
    padding: 0;
  }

  
  .formTable{
    text-align: left;
    display: inline-block;
  }
  
  .formTable tr{
    height:30px;
    line-height: 25px;
  }
  
  .form-item{
    font-size: 15px;
    margin-bottom: 5px;
  }
  
  input{
    font-size: 15px;
    margin-bottom: 20px;
    background-color: white;
  }
  
  .input-size{
    height: 40px;
    width: 100%;
    border:2px solid #CDD6DD;
    margin: 0 auto;
  }
  
  .checkbox-btn{
    transform: scale(1.8);
     margin: 0 6px 20px 6px;
     cursor:pointer;
  }
  
  .checkbox-item{
   font-size: 15px;
    margin-right: 20px;
    padding-top: 5px;
  }
  
  textarea{
  font-size: 20px;
  width: 100%;
  margin-bottom: 20px;
  }
  
  .policy-wrapper{
    text-align: center;
  }
  
  .policy{
    width: 100%;
    padding: 20px 0;
    display: inline-block;
  }
  
  .policy-content-wrapper{
    overflow: scroll;
    height:200px;
    padding: 0;
  }
  
  
  .agree{
    display: block;
    text-align: center;
    margin: 20px 0 0 0;
  }
  
  .submit-btn{
    padding: 10px 70px;
    border-radius:10px;
    cursor:pointer;
    font-size: 20px;
    border:none;
  }

  .contact-wrapper{
    display: none;
  }

  footer{
    padding-bottom: 40px;
  }

  .header-logo{
    margin-top: 20px;
  }

  .header-logo img{
    width: 160px;
  }

  aside{
    position: fixed;
    display: block;
    bottom: 0;
    z-index:900;
  }

  .contact-wrapper-sp{
    display: flex;
    justify-content: space-around;
  }

  .tel-sp{
    background-color: #1540AF;
    text-align: center;
    width: 50%;
  }

  .mail-sp{
    background-color: #E85510;
    text-align: center;
    width: 50%;
  }


}