@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 587px) {
  .is_pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is_sp {
    display: none;
  }
}

body{
	color: #333;
	background-color: #fff;
	font-family: "Shippori Mincho", serif;
	line-height: 1.5;
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
}

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

a {
	text-decoration: none;
	display: block;
}

a:hover > img {
	opacity: .8;
}

.container {
	width: 100%;
	max-width: 100%;
	padding: 0 15px;
	margin: 0 auto;
	box-sizing: border-box;
}

header,footer,section {
	width: 100%;
}

.ct_img > img{
	display: block;
}

/*Section*/
.sec01{
	margin-top: 73.5px;
}

.sec02{
	margin-top: 77.5px;
}

.sec03{
	margin-top: 107px;
}

.sec04{
	margin-top: 83.5px;
}

.sec05{
	margin-top: 65px;
}

.sec06{
	margin-top: 25px;
}

.sec07{
	margin-top: 54px;
}

.sec08{
	margin-top: 175px;
}

.sec09{
	margin-top: 80px;
}

.sec10{
	margin-top: 57px;
}

.sec11{
	margin-top: 130px;
}

.sec12{
	margin-top: 110px;
}

@media screen and (max-width: 587px) {
	.sec01{
		margin-top: 40px;
	}
	.sec02{
		margin-top: 43.5px;
	}
	.sec03{
		margin-top: 60px;
	}
	.sec04{
		margin-top: 45px;
	}
	.sec05{
		margin-top: 42px;
	}
	.sec06{
		margin-top: 15px;
	}
	.sec7{
		margin-top: 35px;
	}
	.sec8{
		margin-top: 113.5px;
	}
	.sec9{
		margin-top: 50px;
	}
	.sec10{
		margin-top: 35px;
	}
	.sec11{
		margin-top: 84.5px;
	}
	.sec12{
		margin-top: 71.5px;
	}
}

/*Sub Contents*/
.achieve .ct_img + .ct_img {
	margin-top:100px;
}
.voice .ct_img + .ct_img {
	margin-top:74px;
}
.title{
	margin-bottom: 56.5px;
}

@media screen and (max-width: 587px) {
	.achieve .ct_img + .ct_img {
	margin-top:60px;
}
	.voice .ct_img + .ct_img{
		margin-top:48px;
	}
	.title{
		margin-bottom: 36.5px;
	}
}

/*Button*/
.botton01{
	margin-top: 122.5px;
}
.botton01 a + a{
	margin-top:30px; 
}

.botton02{
	margin-top: 140px;
}
.botton02 a + a{
	margin-top:30px; 
}

.botton03{
	margin-top: 105px;
}
.botton03 a + a{
	margin-top:30px; 
}

@media screen and (max-width: 587px) {
	.botton01{
		margin-top: 79.5px;
	}
	.botton01 a + a{
		margin-top:19.5px; 
	}
	.botton02{
		margin-top: 90px;
	}
	.botton02 a + a{
		margin-top:19.5px; 
	}
	.botton03{
		margin-top: 68px;
	}
	.botton03 a + a{
		margin-top:19.5px; 
	}
}

/*iframe*/
/*.contact_wrap{
	background-color: #D3D3D3;
	height: 1148px;
}*/
.contact_wrap iframe{
	height: 2100px;
}

/*@media screen and (max-width: 587px) {
	.contact_wrap{
		height: 746px;
	}
}*/

@media screen and (max-width: 704px) {
	.contact_wrap iframe{
		height: 1300px;
	}
}

@media screen and (max-width: 490px) {
	.contact_wrap iframe{
		height: 1350px;
	}
}

/*footer*/
footer{
	background-color: #000000;
	padding: 43px 60px 5px; 
}

footer ul{
	display: flex;
	align-items: center;
	gap:79px;
	margin-bottom: 46.5px;
}

footer ul a{
	color: #FFFFFF;
	font-weight: 800;
	font-size: clamp(1rem, 0.14rem + 3.82vw, 1.813rem);
	letter-spacing: .1em;
	border-bottom: 1px solid #fff;
	padding-bottom: 6px;	
}

footer .copyright{
	color: #FFFFFF;
	font-weight: 800;
	font-size: clamp(0.875rem, 0.612rem + 1.32vw, 1.188rem);
	text-align: right;
	letter-spacing: .1em;
}

@media screen and (max-width: 587px) {
	footer{
	  padding: 28px 40px 5px; 
	}
	footer ul{
		gap:30px;
		margin-bottom: 30px;
	}
}
