.staff {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 60px auto 0;
	max-width: 980px;
}

.staff li {
	width: 22%;
	padding-bottom: 30px;
}

.staff li .img {
	position: relative;
	overflow: hidden;
}

.staff li .img:before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 80%;
}

.staff li .img img {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
}

.staff li h4 {
	text-align: center;
	font-size: 15px;
	letter-spacing: 0.07em;
	margin-top: 18px;
}

.staff li h4 em {
	display: block;
	font-size: 12px;
	font-style: normal;
	padding-bottom: 12px;
	line-height: 1.5;
}

.privacy_page header {
	margin: 0;
}

.privacy_wrap {
	width: 600px;
	margin: 0 auto;
	padding: 70px 0 80px;
}


.privacy_wrap > section {
	padding: 80px 0 0;
}

.privacy_wrap > section > section {
	padding: 50px 0 0;
}

.privacy_wrap h1 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.75;
    text-align: center;
}

.privacy_wrap h2 {
    border-bottom: 1px solid #00296A;
    padding: 0 0 10px;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.75;
    text-align: center;
}

.privacy_wrap h3 {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.6;
    position: relative;
    padding: 0 0 0 1.1em;
    
}

.privacy_wrap h3:before {
	content: "■";
	position: absolute;
	left: 0;
	top: 0px;
}

.privacy_wrap p {
	font-size: 14px;
    line-height: 1.8;
    padding: 15px 0 0;
}

.privacy_wrap h1 + p {
	padding-top: 35px;
}

.privacy_wrap h2 + p {
	padding-top: 35px;
}

.privacy_wrap > section > section ul {
	padding: 10px 0 0;
}

.privacy_wrap > section > section ul li {
	font-size: 14px;
	padding: 7px 0 0 1.1em;
	line-height: 1.6;
	position: relative;
}

.privacy_wrap > section > section ul li:before {
	content: "・";
	position: absolute;
	left: 0;
	top: 7px;
}

.privacy_wrap .list {
	padding: 40px 0 30px;
}

.privacy_wrap .list li {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.6;
    padding: 12px 0 0 1.1em;
    position: relative;
    float: none;
}

.privacy_wrap .list li:before {
	content: "■";
	position: absolute;
	left: 0;
	top: 12px;
}

.footer_container {
	margin: 30px 0 50px;	
}

footer .copyright {
	display: inline-block;
	padding: 0;
	text-align: left;
	position: absolute;
	left: 30px;
	top: 0;
}

footer ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding: 0 30px 0 0;
}

footer ul li {
	padding: 0 0 0 30px;
	font-size: 12px;
}

footer ul li a {
	text-decoration: underline;
}

.sp_only {
	display: none;
}

.greeting_container .img {
	width: 160px;
	height: 160px;
	overflow: hidden;
	border-radius: 180px;
	margin: 50px auto 0;
}

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

.greeting_container h4 {
        text-align: center;
    font-size: 15px;
    letter-spacing: 0.07em;
    margin-top: 18px;
}

.greeting_container h4 em {
    display: block;
    font-size: 12px;
    font-style: normal;
    padding-bottom: 12px;
    line-height: 1.5;
}

.greeting_container h5 {
	font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin: 40px 0 0;
    letter-spacing: 0.05em;
}

.greeting_container h5 span {
	font-weight: bold;
    font-size: 14px;
    display: block;
    margin-top: 12px;
 
}

.greeting_container p {
	font-size: 14px;
	margin: 30px 0 0;
}

.greeting_container .btn {
	border: 1px solid #00296A;
	display: block;
	text-align: center;
	line-height: 1.5;
	padding: 15px 0 13px;
	font-size: 15px;
	margin: 30px auto;
	font-weight: bold;
}

.kokuchi {
	width: 600px;
    margin: 50px auto 0px;
    border: 1px solid #00296A;
    padding: 25px;
    box-sizing: border-box;
    border-radius: 3px;
}

.kokuchi h3 {
	font-weight: bold;
	padding: 5px 0px 20px;
	text-align: center;
	line-height: 1.5;
}

.kokuchi h3 + p {
	margin-top: 0;
}

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

.kokuchi .imgs .img {
	width: 49%;
}

.kokuchi .imgs .img a:hover {
	opacity: 0.7;
}

.kokuchi .imgs .img img {
	width: 100%;
	height: auto;
}

.kokuchi p {
	font-size: 14px;
	line-height: 1.62;
	margin: 25px 0 0;
}

.kokuchi p a {
	display: block;
	border: 1px solid #00296A;
	padding: 15px 0;
	border-radius: 100px;
	position: relative;
	color: #00296A;
	width: 98%;
	text-align: center;
	margin: 25px auto 5px;
}

.kokuchi p a:after {
	content: "→";
	color: #00296A;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate3d(0,-50%,0);
}

.kokuchi p a:hover {
	opacity: 0.7;
}

.staff_title {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 50px 0 0;
}

.b_block_info {
	width: 100%;
	position: relative;
}

.b_block_info .comment {
	border: 2px solid #1a2c60;
	background-color: #fff;
	border-radius: 10px;
	padding: 15px 22px 13px;
	line-height: 1.5;
	position: absolute;
	right: 10%;
	top: 40px;
	font-size: 15px;
	font-weight: bold;
}

.b_block_info .comment:before {
	content: "";
	display: block;
	border-top: 10px solid #1a2c60;
	border-right: 10px solid transparent;
	border-left: 10px solid #1a2c60;
	border-bottom: 10px solid transparent;
	position: absolute;
	right: 34px;
	bottom: -20px;
}

.b_block_info .comment:after {
	content: "";
	display: block;
	border-top: 8px solid #ffffff;
	border-right: 8px solid transparent;
	border-left: 7px solid #ffffff;
	border-bottom: 8px solid transparent;
	position: absolute;
	right: 37px;
	bottom: -16px;
}

.block_slide {
	padding-top: 90px;
	padding-bottom: 30px;
	display: flex;
	overflow: hidden;
}

.block_slide .loop_list {
	display: flex;
	animation: loop-list 50s linear infinite;
}

.block_slide .loop_list li {
	width: calc(100vw / 4);
	padding: 0 1px;
}

.block_slide .loop_list li img {
	width: 100%;
	height: auto;
}

@keyframes loop-list {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}

.ntt {
	max-width: 600px; margin:0 auto 100px;border: 1px solid #00296A;padding:30px;line-height: 1.75;
}


@media screen and (max-width: 768px){
	
	.ntt {
		width: calc(100% - 40px);
		margin-bottom: 50px;
		font-size: 15px;
	}
	
	.block_slide {
		padding-bottom: 10px;
	}
	
	.block_slide .loop_list li {
		width: calc(100vw *0.7);
	}
	
	.b_block_info .comment {
		font-size: 13px;
		padding: 11px 11px 10px;
		right: 50%;
		top: 18px;
		transform: translate3d(50%, 0px, 0px);
		text-align: center;
		width: 70%;
	}

.kokuchi {
	width: 100%;
	border:none;
	border-radius: 0;
	background-color: #efefef;
	margin: 40px 0 0;
	padding: 40px 20px;
}

.kokuchi + .kokuchi {
	margin-top: 0;
	padding-top: 0;
}

.kokuchi h3 {
	font-size: 17px;
}

.kokuchi p a {
	font-size: 13px;
}
.kokuchi p a:after {
	display: none;
}

.greeting_container .btn {
	font-size: 13px;
}

.greeting_container .img {
	width: 140px;
	height: 140px;

}

.greeting_container p {
	font-size: 14px;
	line-height: 1.62;
}

.staff {
padding: 0 20px;
margin-top: 30px;	
}

.staff li {
	width: 32%;
	padding-bottom: 30px;
}

.staff li h4 {
	margin-top: 12px;
	font-size: 14px;
}

.staff li h4 em {
	font-size: 11px;
	line-height: 1.5;
	padding-bottom: 6px;
}

.privacy_wrap {
	width: 100%;
	padding: 185px 20px 80px;
}

.privacy_wrap h1 {
	font-size: 20px;
}

.privacy_wrap h1 + p {
    padding-top: 25px;
}

.privacy_wrap > section {
    padding: 60px 0 0;
}

.privacy_wrap > section > section {
    padding: 40px 0 0;
}

.privacy_wrap h2 {
	font-size: 17px;
}

.privacy_wrap h3,
.privacy_wrap .list li {
	font-size: 16px;
}

footer .copyright {
	display: block;
	padding: 0;
	text-align: center;
	position: relative;
	left: auto;
	top: auto;
}

footer ul {
	justify-content: center;
	padding: 20px 0 0;
}

footer ul li {
	padding: 0 10px 0;
}

.sp_only {
	display: block;
}
}