@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
/* CSS Document */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: normal;
	box-sizing: border-box;

}

select {
	margin: 0 0 0 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

p,
address,
blockquote,
pre,
div,
abbr,
acronym,
dfn,
cite,
q,
code,
kbd,
samp,
var,
dl,
ol,
ul,
caption,
th {
	font-weight: normal;
	font-style: normal;
}

ul,
li,
ol {
	list-style: none;
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	vertical-align: baseline;
	font-size: 100%;
	box-sizing: border-box;
}

html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ul,
dl,
dt,
dd {
	-webkit-text-size-adjust: 100%;
}
iframe{
	overflow: hidden;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}




img{
	width: 100%;
}
.wrapper{
	position: relative;
}
::selection {
	background: #EEE; /*背景色*/

}
::-moz-selection {
	background: #EEE; /*背景色*/

}
a{
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
a:focus{
	outline:none;
}

html {
	font-size: 62.5%;
	height: 100%;
}

.pc-only{
	display: block;
}
.sp-only{
	display: none;
}

.txt-red{
	color: #c90128;
}
.txt-orange{
	color: #ff8400;
}
.txt-green{
	color: #07a938;
}

body {
	line-height: 1.7;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",Osaka, "メイリオ", "Meiryo", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 1.8rem;
	background: #FFF ;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	color: #333;
	box-sizing: border-box;
	font-feature-settings: "palt";
	height: 100%;
	min-width: 1200px;	
}


@media screen and (max-width: 768px) {
	.pc-only{
		display: none;
	}
	.sp-only{
		display: block;
	}
	
	body {
		line-height: 1.7;
		font-size: 3.7333333333333334vw;
		background: #FFF;
		min-width:auto;
	}
}
body{
	min-width: 1200px;
}
@media only screen and (max-width: 768px) {
	body{
		min-width: auto;
	}
}
/*
header
_________________________________________________________*/

.header{
	width: 100%;
	margin: 0 auto;
	height: 70px;
	background: #FFF;
	min-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.header-page{
	width: 100%;
	margin: 0 auto;
	background: #FFF;
	min-width: 1000px;
	padding: 2rem 0;
}
.header h1{
	width: 300px;
	padding: 1.5rem 0 0 1.5rem;
}
.header-page h1{
	width: 300px;
	padding: 1.5rem 0 0 0;
	margin: 0 auto;
}
.title{
	width: 100%;
	background:url(../img/bg.jpg) no-repeat center -5rem ;
	background-size: cover;
	font-size: 3.6rem;
	text-align: center;
	color: #FFF;
	line-height: 1;
	padding: 8rem 0;
	font-weight: bold;
	margin-top: 1rem;
	box-shadow: 1px 2px 6px rgba(0,0,0,0.2);
}
.header .header-contents{
	width: 480px;
	padding-top: 10px;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.header .header-tel{
	width: 260px;
}
.header .header-tel p:first-child{
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 3.2rem;
	letter-spacing: -0.02em;
	line-height: 1;
	background: url(../img/icon_tel.png) no-repeat left center;
	background-size: 30px;
	padding-left: 40px;
}
.header .header-tel p:last-child{
	font-size: 1.2rem;
	line-height: 1;
	margin-top: 5px;
}
.header .header-mail{
	width: 200px;
}
.header .header-mail a{
	display: block;
	width: 200px;
	box-shadow: 1px 2px 4px rgba(0,0,0,.15);
	color: #FFF;
	background: #ff8400 url(../img/arrow_s.png) no-repeat left 10px center;
	background-size: 15px;
	padding: 14px 0 14px 38px;
	line-height: 1;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.6rem;
	letter-spacing: -0.03em;
	border: 2px solid #ff8400;
	border-radius: .6rem;
	-webkit-transition: 0.2s;
	transition: 0.2s;

}
.header .header-mail a:hover{
	opacity: .6;
}
/*
header
_________________________________________________________*/
@media only screen and (max-width: 768px) {
	#wrapper{
		width: 100%;
		overflow: hidden;
	}
	.header,.header-page {
		width: 100%;
		margin: 0 auto;
		height: auto;
		background: none;
		min-width: auto;
		display: block;
		min-width: auto;
		padding: 0;
		z-index: 1;
		padding: 0;
	}
	.header h1,.header-page h1{
		width: 60vw;
		margin:0 auto;
		padding: 3.5vw 0 2.5vw 0;
	}
	.header .header-contents{
		display: none;
	}
	.title{
		width: 100%;
		background:url(../img/bg.jpg) no-repeat center 0 ;
		background-size: 120%;
		font-size: 5vw;

		text-align: center;
		color: #FFF;
		line-height: 1;
		padding: 8vw 0;
		font-weight: bold;
		margin-top: 0;
		box-shadow: 1px 2px 6px rgba(0,0,0,0.2);
	}
}


/*
footer
_________________________________________________________*/
#footer{
	width: 100%;
	background: #004aa5;

}
#footer .content-body{
	width: 1080px;
	margin: 0 auto;
	overflow: hidden;
	padding: 2.5rem 0;
	line-height: 1.8;
}
#footer ul{
	display: flex;
	flex-wrap: wrap;
}
#footer ul li{
	width:50%;
	color: #FFF;
	font-size: 1.4rem;

}
#footer ul li span{
	font-weight: bold;
	font-size: 1.8rem;
}
#footer ul li:last-child{
	display:flex;
	align-items: end;
}
@media only screen and (max-width: 768px) {
	#footer .content-body{
		width: 90%;
		margin: 0 auto;
		overflow: hidden;
		padding: 4vw 0;
		line-height: 1.8;
	}
	#footer ul{
		display: block;
	}
	#footer ul li{
		width:100%;
		color: #FFF;
		font-size: 3.466666666666667vw;

	}
	#footer ul li span{
		font-weight: bold;
		font-size: 3.7333333333333334vw;
	}
	#footer ul li:last-child{
		display:flex;
		align-items: end;
	}
}
#main .main-contents{
	width: 100%;
	background:url(../img/bg.jpg) no-repeat center center ;

	background-size: cover;

	position: relative;
	z-index: 1;
}
#main{
	background: #ff8c00;
	padding-bottom: 30px;
	box-shadow: 1px 2px 6px rgba(0,0,0,0.2);
}
#main .main-photo{
	width: 1200px;
	display: block;
	margin: 0 auto;
	padding-top: 1rem;
}
#main .main-txt{
	width: 600px;
	position: absolute;
	right: 0;
	top: -5px;
}
@media only screen and (max-width: 768px) {
	#main .main-contents{
		width: 100%;
		background:url(../img/bg.jpg) no-repeat center center ;
		background-size: cover;
		position: relative;
		z-index: 10;
	}
	#main{
		background: #ff8c00;
		padding-bottom: 0;
		box-shadow: none;
		width: 100%;
	}
	#main .main-photo{
		width: 100%;
		display: block;
		padding-top: 1rem;
	}
	#main .main-txt{
		width: 55%;
		position: absolute;
		right: 0;
		top: -0.5333333333333333vw;
	}
}
.contact-top{
	position: relative;
	z-index: 10;
	margin-top: -65px;
}
.contact{
	background: #ff8c00;
	padding: 3rem 0;
	box-shadow: 1px 2px 6px rgba(0,0,0,0.2);
}
.item-contact{
	width: 1080px;
	height: 130px;
	background:#FFF url(../img/bg_contact.png) no-repeat left center;
	background-size: 225px;
	display: flex;
	flex-wrap: wrap;
	margin:0 auto 0 auto;
	position:relative;
}
div.item-contact:after{
	content: "";
	display: block;
	width: 113px;
	height: 140px;
	background: url(../img/icon.png) no-repeat left center; 
	background-size: 113px;
	position: absolute;
	right: 0;
	top: -10px;
}
.item-contact .item-lead{
	width: 220px;
	color: #FFF;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.4;
	padding: 40px 0 0 12px;
}
.item-contact .item-tel{
	width: 375px;
	padding: 3rem 0 0 1.8rem;
}
.item-contact .item-tel p:first-child{
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 4.5rem;
	letter-spacing: -0.1rem;
	line-height: 1;
	background: url(../img/icon_tel.png) no-repeat left center;
	background-size: 50px;
	padding-left: 55px;
}
.item-contact .item-tel p:last-child{
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.05rem;
	margin-top: 1rem;
}
.item-contact .item-mail{
	width: 430px;
	padding: 1.8rem 0 0 0;
}
.item-contact .item-mail a{
	display: block;
	width: 400px;
	box-shadow: 1px 2px 4px rgba(0,0,0,.15);
	color: #FFF;
	background: #ff8400 url(../img/arrow.png) no-repeat left 15px center;
	background-size: 25px;
	padding: .5rem 0 .8rem 5.5rem;
	line-height: 1.5;
	text-decoration: none;
	font-weight: bold;
	font-size: 2.6rem;
	border: 2px solid #ff8400;
	border-radius: .6rem;
	-webkit-transition: 0.2s;
	transition: 0.2s;

}
.item-contact .item-mail a span{
	font-size: 1.6rem;
	display: inline-block;
	border: 2px solid #FFF;
	border-radius: .3rem;
	line-height: 1;
	padding: .5rem 1rem .3rem 1rem;
}
.item-contact .item-mail a:hover{
	opacity: .6;
}
@media only screen and (max-width: 768px) {
	.contact-top{
		position: relative;
		z-index: 10;
		margin-top: -6vw;
		background: #ff8c00;
		padding: 4vw;
		box-shadow: 1px 2px 6px rgba(0,0,0,0.2);
	}
	.contact{
		position: relative;
		z-index: 10;
		margin-top: 0;
		background: #ff8c00;
		padding: 4vw;
		box-shadow: 1px 2px 6px rgba(0,0,0,0.2);
	}
	.item-contact{
		width: 100%;
		height: auto;
		background:#FFF ;
		background-image: none;
		background-size: 0;
		display: block;
		margin:0 auto 0 auto;
		position:relative;
		padding-bottom: 2.6666666666666665vw;
	}
	div.item-contact:after{
		content: "";
		display: block;
		width: 13.333333333333334vw;
		height: 16.53333333333333vw;
		background: url(../img/icon.png) no-repeat left center; 
		background-size: 13.333333333333334vw;
		position: absolute;
		right: 0;
		top: auto;
		bottom: 0;
	}
	.item-contact .item-lead{
		width: 100%;
		color: #FFF;
		background: #003399;
		font-weight: bold;
		font-size: 4vw;
		text-align: center;
		line-height: 1.4;
		padding: 2.6666666666666665vw 0;
	}
	.item-contact .item-tel{
		width: 85.33333333333333vw;
		margin: 2.6666666666666665vw auto 0 auto;
		padding: 1vw 0;
		text-align: center;
	}
	.item-contact .item-tel p:first-child{
		font-family: 'Roboto', sans-serif;
		font-weight: bold;
		font-size:8.533333333333333vw;
		letter-spacing: 0;
		line-height: 1;
		background: url(../img/icon_tel.png) no-repeat 11vw center;
		background-size: 8vw;
		padding-left: 9.5vw;
	}
	.item-contact .item-tel p:last-child{
		font-size: 4vw;
		line-height: 1;
		letter-spacing: 0.05rem;
		margin-top: 2.6666666666666665vw;
	}
	.item-contact .item-mail{
		width: 85.33333333333333vw;
		padding: 2.6666666666666665vw 0 0 0;
		margin: 0 auto;
	}
	.item-contact .item-mail a{
		display: block;
		width: 100%;
		box-shadow: 1px 2px 4px rgba(0,0,0,.15);
		color: #FFF;
		background: #ff8400 url(../img/arrow.png) no-repeat left 2.4vw center;
		background-size: 3.3333333333333335vw;
		padding: 2vw 4vw 2vw 8vw;
		line-height: 1.6;
		text-decoration: none;
		font-weight: bold;
		font-size: 5vw;
		border: none;
		border-radius: .6rem;
		-webkit-transition: 0.2s;
		transition: 0.2s;

	}
	.item-contact .item-mail a span{
		font-size: 3.466666666666667vw;
		display: inline-block;
		border: 1px solid #FFF;
		border-radius: 0.6666666666666666vw;
		line-height: 1;
		margin-bottom: 0.6666666666666666;
		font-weight: normal;
		padding: 1.0666666666666667vw 2.6666666666666665vw 0.8vw 2.6666666666666665vw;
	}
	.item-contact .item-mail a:hover{
		opacity: .6;
	}
}

.point1{
	padding: 4rem 0 0 0;
}
.point1 h2{
	background: url(../img/point1_bg.png) no-repeat center center;
	background-size: 807px;
	text-align: center;
	font-size: 4rem;
	font-weight: bold;
	line-height: 1.2;

}
.point1 .content-body{
	width: 1080px;
	margin: 4rem auto 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.point1 .content-body .item{
	width: 525px;
	padding: 2rem 2.5rem;
	border-radius: .7rem;
	background: #e6f6eb;
}
.point1 .content-body .item:first-child{
	background: #fff6eb;
	margin-right: 3rem;
}
.point1 .content-body .item h3{
	font-weight: bold;
	font-size: 2rem;
	text-align: center;
}
.point1 .content-body .item h3 span{
	font-size: 3.2rem;
	line-height: 1.2;

}
.point1 .content-body .item .item-txt{
	display: flex;
	flex-wrap: wrap;
	margin-top: 1.5rem;
}
.point1 .content-body .item .item-txt figure{
	width: 175px;

}
.point1 .content-body .item .item-txt p{
	width: 300px;
	padding-right: 15px;
	font-size: 2rem;
	font-weight: bold;

}
@media only screen and (max-width: 768px) {
	.point1{
		padding: 5.333333333333333vw 0 0 0;
	}
	.point1 h2{
		background: url(../img/point1_bg.png) no-repeat center center;
		background-size: 80vw;
		text-align: center;
		font-size: 5.333333333333333vw;
		font-weight: bold;
		line-height: 1.3;

	}
	.point1 .content-body{
		width: 93.33333333333333vw;
		margin: 4vw auto 0 auto;
		display: flex;
		flex-wrap: wrap;
	}
	.point1 .content-body .item{
		width: 49%;
		padding: 4vw 3.3333333333333335vw;
		border-radius: 1.6vw;
		background: #e6f6eb;
	}
	.point1 .content-body .item:first-child{
		background: #fff6eb;
		margin-right: 2%;
	}
	.point1 .content-body .item h3{
		font-weight: normal;
		font-size: 3.7333333333333334vw;
		line-height: 1.4;
	}
	.point1 .content-body .item h3 span{
		font-size: 4.266666666666667vw;
		line-height: 1.2;
		font-weight: bold;
	}
	.point1 .content-body .item .item-txt{
		display: block;
		margin-top:2vw;
	}
	.point1 .content-body .item .item-txt figure{
		width: 100%;
		margin-top: 2vw
	}
	.point1 .content-body .item .item-txt p{
		width: auto;
		padding-right: 0;
		font-size: 3.7333333333333334vw;
		font-weight: normal;
		line-height: 1.5;
	}
}
.point2 .content-body{
	background: url(../img/point2_item1.png) ,url(../img/point2_item2.png),url(../img/point2_bg.png) ;
	background-repeat: no-repeat,no-repeat,repeat;
	background-size:140px,160px, 12px;
	background-position: left 20px center,right 15px bottom, left top;
	border:10px solid #004ba5;
	border-radius: 1rem;
	width: 1080px;
	margin: 4rem auto 0 auto;
	padding-bottom: 1.5rem;

}
.point2 .content-body h4{
	background: #004ba5;
	color: #FFF;
	font-size:3.6rem;
	font-weight: bold;
	width: 700px;
	margin: 0 auto;
	text-align: center;
	line-height: 1;
	padding: 1.2rem 0 1.5rem 0;
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
}
.point2 .content-body ul{
	width: 680px;
	margin: 1.5rem auto 0 auto;
}
.point2 .content-body li{
	font-size: 2.9rem;
	padding: .2rem 0;
	font-weight: bold;
	background: url(../img/icon_check.png) no-repeat left center;
	background-size: 30px;
	padding-left: 4.5rem;
}
.point2 .content-body li span{
	background: #f6f400;
}
@media only screen and (max-width: 768px) {
	.point2 .content-body{
		background: url(../img/point2_item1.png) ,url(../img/point2_item2.png),url(../img/point2_bg.png) ;
		background-repeat: no-repeat,no-repeat,repeat;
		background-size:10.666666666666666vw,10.666666666666666vw, 12px;
		background-position: left 2vw top 1.6vw,right 2vw top 1.2vw, left top;
		border:1.0666666666666667vw solid #004ba5;
		border-radius: 1.6vw;
		width: 93.33333333333333vw;
		margin: 4vw auto 0 auto;
		padding-bottom: 4vw;

	}
	.point2 .content-body h4{
		background: #004ba5;
		color: #FFF;
		font-size: 4.266666666666667vw;
		font-weight: bold;
		width: 66%;
		margin: -0.6666666666666666vw auto 0 auto;
		text-align: center;
		line-height: 1.3;
		padding: 2.4vw 0 2.6666666666666665vw 0 ;
		border-bottom-left-radius: 1.6vw;
		border-bottom-right-radius: 1.6vw;;
	}
	.point2 .content-body ul{
		width: 90%;
		margin: 4vw auto 0 auto;
	}
	.point2 .content-body li{
		font-size: 4vw;
		padding: 0;
		background: url(../img/icon_check.png) no-repeat left 0.6666666666666666vw;
		background-size: 4vw;
		padding-left: 6vw;
		line-height: 1.4;
		margin-top: 0.6666666666666666vw;
	}
	.point2 .content-body li span{
		background: #f6f400;
	}
}
.point3{
	background: url(../img/point3_bg.png) repeat left top;
	background-size: 6px;
	padding: 4rem 0 5rem 0;
	margin-top: 4rem;
}
.point3 h2{
	width: 1080px;
	background: #004ba5;
	text-align: center;
	font-size: 3.6rem;
	color: #FFF;
	font-weight: bold;
	line-height: 1;
	margin: 0 auto;
	padding: 1.5rem 0;
	border-radius: 1rem;
	position: relative;
}
.point3 h2 img{
	position: absolute;
	bottom: 0;
	left: 120px;
	width: 82px;
}
.point3 ul{
	width: 1080px;
	margin: 5rem auto 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.point3 ul li{
	width: 340px;
	box-sizing: border-box;
	box-shadow: 3px 3px 2px #0b4f9f;
	border: 1px solid #CCC;
	background: #FFF;
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
	position: relative;
}
.point3 ul li figure{
	width: 70px;
	position: absolute;
	top: -25px;
	left: 135px;
}
.point3 ul li:nth-child(2){
	margin: 0 30px;
}
.point3 ul li dl{
	border-top:8px solid #004ba5;
	padding-top: 4.5rem;
}
.point3 ul li dt{
	font-weight: bold;
	text-align: center;
	font-size: 3rem;
	line-height: 1.3;
}
.point3 ul li dd{
	padding: 1rem 2.5rem 2rem 2.5rem;
	font-weight: bold;
	line-height: 1.7;
}
@media only screen and (max-width: 768px) {
	.point3{

		padding: 5.333333333333333vw 0 6.666666666666667vw 0;
		margin-top: 5.333333333333333vw;
	}
	.point3 h2{
		width: 94%;
		background: #004ba5;
		text-align: center;
		font-size: 4.8vw;
		color: #FFF;
		font-weight: bold;
		line-height: 1.3;
		margin: 0 auto;
		padding: 2.6666666666666665vw 0;
		border-radius: 1.6vw;
		position: relative;
	}
	.point3 h2 img{
		position: absolute;
		bottom: 0;
		left: 2vw;
		width: 13.333333333333334vw;
	}
	.point3 ul{
		width: 94%;
		margin: 0 auto 0 auto;
		display: flex;
		flex-wrap: wrap;
	}
	.point3 ul li{
		width: 100%;
		box-sizing: border-box;
		box-shadow: 3px 3px 2px #0b4f9f;
		border: 1px solid #CCC;
		background: #FFF;
		border-bottom-left-radius: 1.6vw;
		border-bottom-right-radius: 1.6vw;
		position: relative;
		margin: 6vw auto 0 auto;
	}
	.point3 ul li figure{
		width: 10.666666666666666vw;
		position: absolute;
		top: -3.3333333333333335vw;
		left: 41.666666666666664vw;
	}
	.point3 ul li:nth-child(2){
		margin: 6vw auto 0 auto;
	}
	.point3 ul li dl{
		border-top:8px solid #004ba5;
		padding-top: 6.666666666666667vw;
	}
	.point3 ul li dt{
		font-weight: bold;
		text-align: center;
		font-size: 4.8vw;
		line-height: 1.3;
	}
	.point3 ul li dd{
		padding: 2vw 4.666666666666667vw 4vw 4.666666666666667vw;
		font-weight: normal;
		line-height: 1.6;
		font-size: 3.7333333333333334vw; 
	}
}

.point4{
	padding: 4rem 0 5rem 0;
}
.point4 h2{
	background: url(../img/voice_title.png) no-repeat center top;
	background-size: 733px;
	text-align: center;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.2;
	padding: 1rem 0;
}
.point4 ul{
	width: 1080px;
	margin: 3rem auto 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.point4 ul li{
	width: 330px;
	box-sizing: border-box;
	background: #FFF;
}
.point4 ul li:nth-child(1){
	border-right: 1px solid #CCC;
	width: 350px;
	padding-right: 20px;
}
.point4 ul li:nth-child(3){
	border-left: 1px solid #CCC;
	width: 350px;
	padding-left: 20px;
}
.point4 ul li:nth-child(1) dt{
	background: url(../img/point4_icon1.png) no-repeat left top;
	background-size: 70px;
}
.point4 ul li:nth-child(2) dt{
	background: url(../img/point4_icon2.png) no-repeat left top;
	background-size: 70px;
}
.point4 ul li:nth-child(3) dt{
	background: url(../img/point4_icon3.png) no-repeat left top;
	background-size: 70px;
}
.point4 ul li:nth-child(2){
	margin: 0 20px;
}
.point4 ul li dt{
	font-weight: bold;
	font-size: 2.6rem;
	line-height: 1.3;
	padding-left: 80px;
	padding-bottom: 2rem;
}
.point4 ul li dd{
	line-height: 1.7;
}

@media only screen and (max-width: 768px) {
	.point4{
		padding: 5.333333333333333vw 0 6.666666666666667vw 0;
	}
	.point4 h2{
		background: url(../img/point1_bg.png) no-repeat center center;
		background-size: 80vw;
		text-align: center;
		font-size: 5.333333333333333vw;
		font-weight: bold;
		line-height: 1.3;
	}
	.point4 ul{
		width: 90%;
		margin: 0 auto;
		display: block;
	}
	.point4 ul li{
		width: 100%;
		box-sizing: border-box;
		margin-top: 5vw;
		background: #FFF;
		padding-bottom: 5vw;
		border-bottom: 1px solid #CCC;
	}
	.point4 ul li:nth-child(1){
		border-right:0;
		width: 100%;
		padding-right: 0;
	}
	.point4 ul li:nth-child(3){
		border-left:0;
		width: 100%;
		padding-left: 0;
		border-bottom: none;
		padding-bottom: 0;
	}
	.point4 ul li:nth-child(1) dt{
		background: url(../img/point4_icon1.png) no-repeat left top;
		background-size: 10.666666666666666vw;
	}
	.point4 ul li:nth-child(2) dt{
		background: url(../img/point4_icon2.png) no-repeat left top;
		background-size: 10.666666666666666vw;
	}
	.point4 ul li:nth-child(3) dt{
		background: url(../img/point4_icon3.png) no-repeat left top;
		background-size: 10.666666666666666vw;
	}
	.point4 ul li:nth-child(2){
		margin: 5vw 0 0 0;
	}
	.point4 ul li dt{
		font-weight: bold;
		font-size: 4.8vw;
		line-height: 1.4;
		padding-left: 14.666666666666666vw;
		padding-bottom: 2.6666666666666665vw;
	}
	.point4 ul li dd{
		font-size: 3.7333333333333334vw; 
		line-height: 1.7;
	}
}
.voice{
	padding: 4rem 0 3rem 0;
}
.voice h2{
	width: 1080px;
	background: #07a938;
	text-align: center;
	font-size: 3.6rem;
	color: #FFF;
	font-weight: bold;
	line-height: 1;
	margin: 0 auto;
	padding: 1.5rem 0;
	border-radius: 1rem;
}
.voice .content-body{
	width: 1080px;
	margin: 2rem auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #CCC;
	padding-bottom: 4rem;
}
.voice .content-body .item{
	width: 520px;
	padding: 2rem 0 0 0;
}
.voice .content-body .item:first-child{
	margin-right: 2rem;
}
.voice .content-body .item:first-child .item-txt{
	background: url(../img/voice_icon1.png) no-repeat left center;
	background-size: 100px;
	padding-left: 11.5rem;
}
.voice .content-body .item:last-child .item-txt{
	background: url(../img/voice_icon2.png) no-repeat left center;
	background-size: 100px;
	padding-left: 11.5rem;
}
.voice .content-body .item .item-txt p:first-child{
	font-size: 1.8rem;
	margin-top: 2rem;
	font-weight: bold;
}
.voice .content-body .item .item-txt p:last-child{
	font-size: 3rem;
	line-height: 1.4;
	margin-top: .5rem;
	font-weight: bold;
}
@media only screen and (max-width: 768px) {
	.voice{
		padding: 5.333333333333333vw 0 ;
	}
	.voice h2{
		width: 94%;
		background: #07a938;
		text-align: center;
		font-size: 4.8vw;
		color: #FFF;
		font-weight: bold;
		line-height: 1.3;
		margin: 0 auto;
		padding: 2.6666666666666665vw 0;
		border-radius: 1.6vw;
		position: relative;
	}
	.voice .content-body{
		width: 94%;
		margin: 0 auto 0 auto;
		display: flex;
		flex-wrap: wrap;
		border-bottom: 1px solid #CCC;
		padding-bottom: 4vw;
	}
	.voice .content-body .item{
		width: 100%;
		padding: 4vw 0 0 0;
	}
	.voice .content-body .item:first-child{
		margin-right: 0;
	}
	.voice .content-body .item:first-child .item-txt{
		background: url(../img/voice_icon1.png) no-repeat left top;
		background-size: 16vw;
		padding-left: 17vw;
	}
	.voice .content-body .item:last-child .item-txt{
		background: url(../img/voice_icon2.png) no-repeat left top;
		background-size: 16vw;
		padding-left: 17vw;
	}
	.voice .content-body .item .item-txt p:first-child{
		font-size: 3.3333333333333335vw; 
		margin-top: 3.3333333333333335vw;
		line-height: 1.3;
	}
	.voice .content-body .item .item-txt p:last-child{
		font-size: 4.8vw;
		line-height: 1.4;
		margin-top: 1.3333333333333333vw;
		font-weight: bold;
	}
}
.step .content-body{
	width: 1080px;
	margin: 0 auto;
	padding-bottom: 4rem;
}
.step h3{
	background: url(../img/voice_title.png) no-repeat center top;
	background-size: 733px;
	text-align: center;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.2;
	padding: 1rem 0;
}
.step h4{
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
	margin-top: 1.5rem;
	padding-bottom: 3rem;
}
.step p{
	margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
	.step .content-body{
		width: 94%;
		margin: 0 auto;
		padding: 0 0 5.333333333333333vw 0 ;
	}
	.step h3{
		background: url(../img/point1_bg.png) no-repeat center center;
		background-size: 80vw;
		text-align: center;
		font-size: 5.333333333333333vw;
		font-weight: bold;
		line-height: 1.3;
	}
	.step h4{
		text-align: left;
		font-size: 4vw;
		font-weight: bold;
		margin-top:2.6666666666666665vw;
		padding-bottom: 2.6666666666666665vw;
	}
	.step p{
		margin-top:2.6666666666666665vw;
	}
}
.bnr{
	padding: 4.5rem 0 ;
	width: 1080px;
	margin: 0 auto;
}
.bnr h2{
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #CCC;
}
.bnr ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 3rem;
}
.bnr ul li{
	width: 340px;
}
.bnr ul li:nth-child(2){
	margin: 0 30px;
}
@media only screen and (max-width: 768px) {
	.bnr{
		padding: 5.333333333333333vw 0 ;
		width: 94%;
		margin: 0 auto;
	}
	.bnr h2{
		font-size: 4vw; 

		line-height: 1.3;
		padding-bottom: 2vw;
		border-bottom: 1px solid #CCC;
		text-align: center;
	}
	.bnr ul{

		margin-top: 2vw;
	}
	.bnr ul li{
		width: 49%;
		margin-top: 2vw;
	}
	.bnr ul li:nth-child(2){
		margin: 2vw 0 0 2%;
	}
}

/*
contact
_________________________________________________________*/
.content{
	width: 1080px;
	margin: 3rem auto ;

	border-radius: 2rem;
	padding: 1rem 6rem 4rem 6rem;
}
.contact-form{
	position: relative;
	overflow: hidden;
}
.attention{
	font-size: 16px;
	margin-top: 10px;
}
textarea:focus, input:focus {
	background:#fff;
}
.text,.text-s,textarea,.dropdown {
	border:1px solid #ccc;
	padding: 2px;
	color: #333;
	background: #FFF;
	font-size: 1.6rem;
	line-height: 1.8em;
	font-family: sans-serif;
	text-align: left;
}
.text{
	width: 400px;
}
select{
	background: #FFF;
	padding: 10px;
	font-size: 1.4rem;
	border:1px solid #ccc;
	min-width: 200px;
}
.contact-form textarea{
	height: 140px;
	width: 460px;
}
.contact-form dl:nth-child(odd){
	background: #f1f1f1;
}

.contact-form dl{ overflow:hidden; padding:25px 0 25px 25px;}
.contact-form dl:last-child{border-bottom: none; display: table;}
.contact-form dt{ 
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: left;
	font-weight: bold;
	display: table-cell;
	width: 210px;
	vertical-align: top;

}
.contact-form dt span{
	display: inline-block;
	padding: 6px 10px;
	background: #ff8c00;
	color: #FFF;
	font-size: 1.3rem;
	line-height: 1;
	margin-left: 15px;
	font-weight: normal;
	border-radius: 30px;
}
.contact-form dd{ width:520px; display: table-cell; vertical-align: top; text-align: left;}
.contact-form .link-submit,.link-back{
	width: 280px;
	margin: 30px auto 0 auto;
}
.contact-form .link-submit input,.link-back a{
	display: block;
	box-sizing: border-box;
	width: 280px;
	color: #FFF;
	background: #004aa5;
	background-size: 7px;
	padding: 16px 0;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	font-size: 1.6rem;
	letter-spacing: 0.01em;
	border: 2px solid #004aa5;
	border-radius: 100px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.contact-form .link-submit input:hover,.link-back a:hover{
	background: #FFF url(../img/arrow_ov_blue.png) no-repeat 95% center;
	background-size: 7px;
	color: #004aa5;
}
.contact-tel{
	width: 960px;
	margin: 2rem auto;
	text-align: center;
	padding: 2rem 0;
	border:1px solid #CCC;
}
.contact-tel h4{
	font-size: 2.4rem;
	font-weight: bold;
	padding-bottom: 1rem;
}
.contact-tel dt{
	font-size: 4rem;
	letter-spacing: .05rem;
	line-height: 1;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}
.contact-tel dt:before{
	content: "";
	width: 40px;
	height: 25px;
	margin:1rem 1.4rem 0 0 ;
	display: inline-block;
	background: url(../img/icon_tel.png) no-repeat left center;
	background-size: 40px;
}
.contact-tel dd{
	margin-top: .7rem;
	font-size: 1.5rem;
	letter-spacing: .1rem;
}
.contact-thanks{
	text-align: center;

}
.contact-thanks span{
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
	.content{
		width: 100%;
		margin: 0 auto 0 auto ;

		border-radius: 2rem;
		padding: 4vw 0 8vw 0;
	}
	.content p{
		width: 94%;
		margin: 0 auto;
	}
	.content p br{
		display: none;
	}
	.contact-form{
		position: relative;
		overflow: hidden;
		margin-top: 6vw;
	}
	.contact-confirm .contact-form{
		position: relative;
		overflow: hidden;
		margin-top: 0;
	}
	textarea:focus, input:focus {
		background:#fff;
	}
	.text,textarea,.dropdown {
		padding: 5px 2px;
		font-size: 1.4rem;
		line-height: 1.8;
	}
	.text{
		width: 90%;
	}
	select{
		font-size: 1.4rem;
		min-width:auto;
	}
	.contact-form textarea{
		height: 140px;
		width: 90%;
	}
	.attention{
	font-size: 1.3rem;
	margin: 10px 0 0 0!important;
	padding: 0;

}
	.contact-form dl{ overflow:hidden; padding:20px 14px;}
	.contact-form dl:last-child{border-bottom: none; display: block;}
	.contact-form dt{ 
		font-size: 1.4rem;
		line-height: 1.5;
		width: 100%;
		padding-bottom: 5px;
	}
	.contact-form dt span{
		display: inline-block;
		padding: 4px 10px;

		color: #FFF;
		font-size: 1.1rem;
		line-height: 1;
		margin-left: 10px;
	}
	.contact-form dd{width: 100%; display:block; padding-top: 5px; }
	.contact-form .link-submit,.link-back{
		width: 100%;
		margin: 30px auto 0 auto;
	}
	.contact-form .link-submit input,.link-back a{
		display: block;
		box-sizing: border-box;
		width: 94%;
		color: #FFF;
		padding: 16px 0;
		line-height: 1;
		text-align: center;
		text-decoration: none;
		font-size: 1.4rem;
		letter-spacing: 0.01em;
		border-radius: 100px;
		-webkit-transition: 0.2s;
		transition: 0.2s;
		margin: 0 auto;
	}
	.contact-tel{
		width: 94%;
		margin: 4vw auto 0 auto;
		text-align: center;
		padding: 4vw 0;
		border:1px solid #CCC;

	}
	.contact-tel h4{
		font-size: 4vw;
		font-weight: bold;
		line-height: 1.5;
		padding-bottom: 2vw;
	}

	.contact-tel dt{
		font-size:9.066666666666666vw;
		letter-spacing: 0;
		line-height: 1;
		font-weight: bold;
		font-family: 'Roboto', sans-serif;
	}
	.contact-tel dt:before{
		content: "";
		width: 8vw;
		height: 5.333333333333333vw;
		margin:1.3333333333333333vw 1.3333333333333333vw 0 0 ;
		display: inline-block;
		background: url(../img/icon_tel.png) no-repeat left center;
		background-size: 8vw;
	}
	.contact-tel dd{
		margin-top: 2.6666666666666665vw;
		font-size: 4vw;
		letter-spacing: 0;
	}
	.contact-thanks{
	text-align: center;
	padding-bottom: 4vw;

}
.contact-thanks br{
	display: block!important;
}
}