@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	font-family: "Roboto","Noto Sans JP", sans-serif;
}
body{
	width: 100%;
}
html { scroll-behavior: smooth;}

.main{
	padding-left: 40px;
	padding-right: 40px;
	display: flex;
	flex-flow: column;
	align-items: center;
}

.back1{
	background: #FFFAE6;
}
.back2{
	background-image: url("img/background1.png");
	background-repeat: repeat;
	
}
.back3{
	background: #FFFAE6 url("img/background1.png");
	
}
.block-marginbottom{
	margin-bottom: 50px;
}

p{
	font-size: 18px;
}
.color{
	color: #FF5F01;
}
.none{
	display: none;
}
.smalltext{
	font-size: 12px;
}
h3{
	text-align: center;
	font-size: 30px;
	color: black;
}
h3 span{
	font-size: 70px;
	color: #FF5F01;
}
h4{
	color: #FF5F00;
	font-size: 30px;
}

.section-padong{
	padding-top: 80px;
	padding-bottom: 80px;
}
.bold{
	font-weight: bold;
}

.div{
	max-width: 1000px;
	width: 100%;
	margin-bottom: 30px;
}
.div2{
	max-width: 900px;
}
.midasi{
	text-align: left;
	font-size: 30px;
	padding: 30px 0px 0px 40px;
}

.banner div{
	max-width: 1315px;
	display: flex;
	justify-content: center;
}
.banner img{
	width: 100%;
}

.table1{
	max-width: 1000px;
	border-collapse: separate;
	padding-bottom: 40px;
	margin: 0px 35px;

}
.table1 table,.table1 th,.table1 td{
	border-collapse: separate;
	border: solid 5px black;
	border-spacing: 0;
	text-align: center;
	overflow: hidden;
}
.table1 table{
	border-radius: 10px;
	width: 100%;
}
.table1 th{
	background-color: #FF5F01;
	color: white;
	font-size: 30px;
	height:150px;
}
.table1 th span{
	display: block;
	font-size: 20px;
}
.table1 td{
	color: #FF5F01;
	font-weight: bold;
	font-size: 60px;
	width: 45%;
	height:150px;
	background-color: white;
}
.table1 td span{
	color: black;
	font-size: 20px;
	padding: 0px 10px;
}


.column3{
	display: flex;
	flex-wrap: wrap;
	max-width: 1386px;
	justify-content: center;
}
.column3 h4{
	text-align: center;
	color: white;
	background-color: #FF5F01;
	height: 40px;
	padding-top: 15px;
	font-size: 20px;
}
.column3 img{
	width: 60%;
	margin-bottom: 10px;
}
.column3>div{
	width: calc(100% / 3 - 70px);
	margin: 20px;
	border: solid 10px black;
	border-radius: 10px;
	background-color: white;

}
.class1{
	display: flex;
	flex-flow: column;
	align-items: center;
	padding-bottom: 15px;
}
.column3 p{
	width: 80%;
}


.scrolltop{
	display: flex;
	border-bottom:solid 10px black;
	width: 100%;
	height: 100px;
	justify-content: space-between;
	position: fixed;
	background-color: white;
	z-index: 50;
}

.scrolltop div{
	height: 100%;
}

.scrolltop img{
	height: 60%;
	padding: 20px 30px 0 ;
}



.box{
	background-color:#FF5F01;
	border: solid 10px #000000;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	position: fixed;
	top:80%;
	left: 85%;
	z-index: 40;
}
.sankaku1{
	background: white;
  height: calc(tan(50deg) * 50px / 2);
  width: 40px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
	margin-left: 30px;
	margin-top: 30px;
}
.box:hover {
	background-color: white;
}
.box:hover .sankaku1{
	background-color: #FF5F01;
}


.topimg{
	background-image: url("img/topimg.jpg");
	background-size: cover;
	background-position: center;
	max-width: 100%;
	padding-top: 35%;
}
.top{
	width: 100%;
	height: 100px;
	display: block;
}


.nedan {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.nedan div{
	text-align: center;
	max-width: 673px;
	margin-left: 10px;
	margin-right: 10px;
}
.nedan p{
	padding-top: 20px;
}
.nedan div>img{
	width: 90%;
	max-width: 1386px;
}
.class3{
	font-size: 25px;
	line-height: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}

.line1{
	border-bottom: solid 10px black;
	font-size: 25px;
	font-weight: 800;
}

.link{
	background-color: #FF5F01;
	font-weight: bold;
	color: white;
	height: 150px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	padding: 20px 0px;
}
.link p{
	margin-bottom: 10px;
	font-size: 23px;
	letter-spacing: 3px;
}
.button1{
	background-color: white;
	border: solid 10px black;
	border-radius: 50px;
	height: 50px;
	width: 300px;
	text-decoration: none;
	color: black;
	margin-top: 10px;
	transition-duration: 150ms;
}
.button1 div{
	display: flex;
	flex-flow: column;
	align-items: center;
	padding-top: 13px;
}
.button1:hover{
	background-color: #002379;
	border: solid 10px #002379;
	color: white;
	height: 60px;
	width: 360px;
	font-size: 20px;
	margin-top: 0px;
	transition-duration: 200ms;
/*	transition-property: background-color siz;*/
}
.button1:hover>div{
	padding-top: 15px;
	transition-duration: 200ms;
}

.img1{
	width: 50%;
}


.after{
	max-width: 100%;
	padding-bottom: 80px;
}

.dora{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-content: center;
	max-width: 1200px;
	margin: 0px auto;
}
.dora img{
	height: auto;
	max-width: 100%;
}
.dora .table2{
	width: 50%;
	display: flex;
	flex-flow: column;
	justify-content: center;
}
.table2 table{
	width: 100%;
	border-radius: 10px;
}
.table2 table,.table2 th,.table2 td{
	border-collapse: separate;
	border: solid 5px black;
	border-spacing: 0;
	text-align: center;
	overflow: hidden;
}
.table2 th{
	background-color: #FF5F01;
	color: white;
	font-size: 20px;
	height:50px;
}
.table2 td{
	width: 50%;
	background-color: white;
}
.img2{
	width: 25%;
	padding-top: 20px;
}
.class2{
	display: flex;
	max-width: 1386px;
	align-items: center;
	justify-content: center;
}
.step{
	display: flex;
	flex-flow: column;
	align-items: center;
	width:calc(100% / 3 - 80px);
	margin: 0px 20px;
}
.step img{
	max-width: 300px;
}
.step h4{
	background-color: #FF5F00;
	border:solid 10px black;
	border-radius: 50px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	color: white;
	width: 200px;
	height: 50px;
	font-size: 20px;
}


.sankaku2{
	background: #FF9F66;
	height: calc(tan(55deg) * 60px / 2);
	width: 40px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

h3 img{
	max-width: 700px;
}
.column2{
	display: flex;
	flex-wrap: wrap;
	max-width: 1386px;
	justify-content: center;
	align-items: flex-start;
}
.column2 h4{
	color: #FF5F00;
	font-size: 25px;
	width: 80%;
	padding-left: 20px;
}
.column2>div{
	width: calc(100% / 2 - 48px);
	margin: 20px 20px;
}



															.column2::after{
																content:"";
																width: 45%;
																margin: 30px;
															}/*偶数の場合はコメントにする*/





.column2 .box1{
	display: flex;
	height: 100px;
	align-items: center;
	justify-content: center;
	padding-left: 10px;
	padding-right: 10px;
}
.column2 .box2{
	display: flex;
	border: solid 10px black;
	border-radius: 10px;
	background-color: white;
	padding: 20px 0;
	justify-content: center;
}
.box1 p{
	color: #FF5F00;
	border: solid 5px black;
	border-radius: 50px;
	background-color: white;
	text-align: center;
	padding-top: 5px;
	height: 35px;
	width: 40px;
	font-weight: 900;
	font-size: 25px;
}
.column2 .text{
	width: 80%;
	padding-left: 15px;
}
.answer{
	background-color: #FF5F00;
	border: solid 5px black;
	color: white;
	border-radius: 50px;
	height: 35px;
	width: 40px;
	text-align: center;
	padding-top: 4px;
	font-weight: 900;
	font-size: 25px;
	
}
.text a{
	text-decoration: none;
	color: #FF5F00;
}
.text a:hover{
	color: #FF9F66;
}


.tell1{
	max-width: 1000px;
	text-align: center;
	height: 200px;
	background-color: #FF5F00;
	width: 100%;
	border: solid 10px black;
	padding-top: 35px;
	border-radius: 10px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.tell1 h4{
	color: white;
	font-size: 30px;
}
.tell1 p{
	color: white;
	font-weight: bold;
	font-size: 60px;
	line-height: 40px;
}
.tell1 p span{
	display: block;
	color: black;
	font-size: 15px;
}
.table3{
	max-width: 1000px;
	width: 100%;
	padding:0  40px;
}
.table3 table{
	width: calc(100% - 20px);
	border-collapse: collapse;
}
.table3 th,.table3 td{
	border-bottom: solid 5px #00236A;
	padding: 20px 40px;
}
.table3 th{
	color: #FF5F00;
	font-size: 20px;
}

fooder{
	display: flex;
	border-top: solid 10px black;
	background-color: #00236A;
	padding-top: 30px;
	height: 250px;
	justify-content: space-around;
	margin-top: 50px;
}
fooder>div:first-child li{
	list-style: none;
	margin: 10px 0px;
}
fooder>div:first-child li:hover{
	 opacity: 0.7;
}
fooder a{
	color:white;
}
.button{
	width: 300px;
	display: flex;
	flex-flow: column;
	align-items: center;
	
}
.button ul{
	width: calc(100% - 10px);
}
.button li{
	display: flex;
	flex-flow: column;
	align-items: center;
}

.link2{
	margin-top: 10px;
	margin-bottom: 10px;
}
.link2 a{
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	background-color: #FF5F00;
	border:solid 5px black;
	height:60px;
	border-radius: 50px;
	width: calc(100% - 30px);
	color: black;
	font-weight: bold;
	font-size: 14px;
}
.link2:hover{
	margin-bottom: 5px;
	margin-top: 5px;
}
.link2:hover a{
	width: 100%;
	height: 70px;
	color: white;
	transition-duration: 200ms;
	transition-property: background-color siz;
	transition-property: color;
	font-size: 16px;
}
.link2:hover .sankaku3{
	background: white;
	height: calc(tan(40deg) * 60px / 2);
	width: 20px;
}
.tell2 a{
	display: flex;
	align-items: center;
	text-decoration: none;
	background-color: white;
	border: solid 5px black;
	height:60px;
	font-size: 18px;
	color:#FF5F00;
	font-weight: bold;
	justify-content: center;
	border-radius: 50px;
	width: calc(100% - 30px);
}
.tell2 img{
	height: 40px;
}
.sankaku3{
	background: black;
	height: calc(tan(35deg) * 60px / 2);
	width: 15px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	margin-left: 10px;
}


@media screen and (max-width: 1052px){
	
	.section-padong{
	padding-top: 50px;
	padding-bottom: 50px;
}
	
	
	.dora{
		flex-direction: column-reverse;
		max-width: 500px;
		width: 100%;
		margin-top: 10px;
	}
	.dora img,.dora .table2{
		width:100%;
		box-sizing: border-box;
	}
	.dora .table2{
		align-items: center;
	}
	.img2{
	width: 50%;
	margin: 0 auto;
}
	.table2 table,.table2 th,.table2 td{
		border: solid 3px black;
	}
	.table2 th,.table2 td{
		display: block;
		height: 50px;
		padding-top: 20px;
	}
	.table2 td{
		width: calc(100% - 4px);
	}
	.dora img{
		height: auto;
		max-width:100%;
	}
	.class2{
		flex-flow: column;
		max-width: 500px;
	}
	.step{
	display: flex;
	flex-flow: column;
	align-items: center;
	width:100%;
	margin: 20px 0px;
}
	
	.sankaku2{
	height: calc(tan(55deg) * 60px / 2);
	width: 40px;
	clip-path: polygon(0 50%, 50% 100%, 100% 50%);
}
	.column2{
	display: block;
	max-width: 500px;
}
	.column2>div{
	width: 100%;
	margin: 20px 0;
}
	.column2 .box2{
	border: solid 5px black;
	}
	h3 img{
	max-width: 450px;
}
	fooder{
		display: block;
		height: 400px;
	}
	fooder div{
		max-width: 300px;
		margin-left: 17%;
	}
	.button{
		align-items: center;
	}
	.button{
		width: 300px;
		margin: 0 auto;
	}
	.div2{
		max-width: 500px;
	}
	.link p{
	margin-bottom: 10px;
	font-size: 18px;
	letter-spacing: 0;
}
	
}
@media screen and (min-width:825px){
	a[href*="tel:"]{
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}

@media screen and (max-width: 825px){
	
	.none{
		display: block;
		line-height: 10px;
	}
	.main{
		padding-left: 20px;
		padding-right: 20px;
	}
	.top{
		height: 70px;
	}
	.after{
		padding: 30px 20px;
	}
	.link p{
	margin-bottom: 10px;
	font-size: 15px;
	letter-spacing: 0;
}
	.button1{
	background-color: white;
	border: solid 8px black;
	border-radius: 50px;
	height: 50px;
	width: 250px;
	text-decoration: none;
	color: black;
	margin-top: 10px;
	transition-duration: 150ms;
}
.button1 div{
	display: flex;
	flex-flow: column;
	align-items: center;
	padding-top: 13px;
}
	p{
		font-size: 14px;
	}
	.smalltext{
		font-size: 10px;
	}
	h3{
	font-size: 22px;
}
	h3 span{
	font-size: 50px;
	color: #FF5F01;
}
	
	.scrolltop{
	border-bottom:solid 5px black;
	height: 80px;
	max-width: 100%;
}

.scrolltop img{
	height: 50%;
	padding: 20px 10px 0 ;
}

	.box{
	width: 60px;
	height: 60px;
	top:85%;
	left: 80%;
	border: solid 5px #000000;
}
.sankaku1{
  height: calc(tan(40deg) * 45px / 2);
  width: 25px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
	margin-left: 17px;
	margin-top: 17px;
}
	
	.topimg{
		background-image: url("img/topimgs.jpg");
		background-size: cover;
		background-position: center;
		max-width: 100%;
		padding-top: 110%;
	}
	.nedan{
		flex-flow: column;
		align-items: center;
	}
	.nedan div{
	max-width: 400px;
}
	.nedan p{
	padding-top: 10px;
}
	.nedan div>img{
	width: 70%;
}
	.line1{
	border-bottom: solid 5px black;
	font-size: 20px;
	font-weight: bold;
}
	.column3{
		flex-flow: column;
		max-width: 500px;
		width: 100%;
	}
	.column3 h4{
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
	.column3>div{
		width: calc(100% - 10px);
		margin: 20px 0px;
		border: solid 5px black;
	}
	.div{
		max-width: 500px;
	}
	.class3{
	font-size: 20px;
	line-height: 15px;
	margin-bottom: 15px;
	
}
	.nedan {
	margin-bottom: 25px;
}
	.table1{
		margin: 0px;
	}
	.table1 table,.table1 th,.table1 td{
		border: solid 3px black;
	}
	.table1 th,.table1 td{
		display: block;
		padding-top: 30px;
		height: 100px;
	}
	.table1 th{
		font-size: 20px;
	}
	.table1 th span{
		font-size: 18px;
	}
	.table1 td{
		width: calc(100% - 4px);
		font-size:50px;
	}
	.tell1{
	max-width: 500px;
	text-align: center;
	height: 170px;
	background-color: #FF5F00;
	width: calc(100% - 20px);
	border: solid 5px black;
	padding-top: 35px;
	border-radius: 10px;
	}
	.tell1 h4{
		font-size: 25px;
	}
	.tell1 p{
		font-size: 40px;
		line-height: 30px;
	}
	.tell1 p span{
		font-size: 15px;
	}
	.table3{
		display: flex;
		flex-flow: column;
		text-align: center;
		max-width: 500px;
		padding: 0;
		justify-content: center;
		align-items: center;
	}
	.table3 th,.table3 td{
		display: block;
	}
	.table3 th{
		font-size: 20px;
	}
	.table3 table{
		padding: 0;
	}
	
	.column2 h4{
		font-size: 17px;
	}
.column2 .box1{
	display: flex;
	height: 100px;
	align-items: center;
	justify-content: center;
	padding-left: 20px;
	padding-right: 20px;
}
.column2 .box2{
	display: flex;
	border: solid 5px black;
	border-radius: 10px;
	background-color: white;
	padding: 20px 10px;
	justify-content: center;
}
.box1 p{
	color: #FF5F00;
	border: solid 5px black;
	border-radius: 50px;
	background-color: white;
	text-align: center;
	padding-top: 5px;
	height: 35px;
	width: 40px;
	font-weight: 900;
	font-size: 25px;
}
.column2 .text{
	width: 80%;
	padding-left: 15px;
	font-size: 14px;
}
.answer{
	background-color: #FF5F00;
	border: solid 5px black;
	color: white;
	border-radius: 50px;
	height: 35px;
	width: 40px;
	text-align: center;
	padding-top: 4px;
	font-weight: 900;
	font-size: 25px;
	
}
.text a{
	text-decoration: none;
	color: #FF5F00;
}
.text a:hover{
	color: #FF9F66;
}
	
	
	.titel-img img{
		width: 100%;
	}
	
	.step h4{
	border:solid 8px black;
}
	
	.midasi{
	text-align: left;
	font-size: 25px;
	padding: 30px 0px 0px 15px;
}
	
	

}
@media screen and (max-width: 450px){
	 .scrolltop img {
    height: 40%;
    padding: 20px 10px 0;
  }
	  .box {
    width: 60px;
    height: 60px;
    top: 85%;
    left: 74%;
    border: solid 5px #000000;
  }
}



