@charset "utf-8";

/*====================================================================================

		basic layout

====================================================================================*/
html{
  scroll-behavior: smooth;
}
body {
	color: #333;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	font-size: 16px;
	font-feature-settings: "palt";
	line-height: 1.8;
}

body * {
	box-sizing: border-box;
}

#page_top {
	clear: both;
	margin: 0;
	text-align: right;
}

img {
	vertical-align: top;
}

a {
	color: #333;
	border: none;
	text-decoration: none;
	transition: all .3s;
}


a:hover {
	filter: brightness(110%);
}

a.tel {
	cursor: default;
}

a.tel:hover {
	filter: brightness(100%);
}

em {
	font-style: normal;
	font-weight: bold;
}

p#page_top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 100;
}

.pc_none {
	display: none;
}

.sp_none {
	display: inline;
}

img.sp {
	display: none;
}


/*---------- if IE ----------*/
@media all and (-ms-high-contrast:none) {
	a:hover {
		opacity: 0.8;
	}
	
	a.tel:hover {
		opacity: 1.0;
	}
}


@media screen and (max-width: 768px){
	.sp_none {
		display: none;
	}
	
	.pc_none {
		display: inline;
	}
	
	img {
		max-width: 100%;
		width: auto;
	}
	
	img.pc {
		display: none;
	}
	
	img.sp {
		display: inline;
	}
	
	p#page_top {
		width: 50px;
		right: 10px;
		bottom: 10px;
	}
}



/*------------------ clearfix layout ---------------------*/
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
/*
*:after {
	content: "";
	display:block;
	clear:both;
}
*/


/*------------------ loading layout ---------------------*/
.loading {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loading img {
	width: 234px;
}

@media screen and (max-width: 768px){
	.loading img {
		width: 50%;
	}
}


/*------------------ fadein layout ---------------------*/
.fadein {
	opacity : 0;
	transform: translateY(10px);
	transition: all 1s;
}


/*------------------ form parts layout ---------------------*/
form input[type="text"] {
	width: 100%;
	padding: 10px 15px;
	background-color: #eee;
	border: none;
	font-size: 16px;
}

form select {
	padding: 8px 10px;
	border: solid 1px #ddd;
	font-size: 16px;
}

form input::placeholder {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #333;
}

form input[type="checkbox"] {
	margin-right: 10px;
}

form label:not(:last-of-type) {
	margin-right: 30px;
}

form textarea {
	width: 100%;
	height: 10em;
	padding: 10px 15px;
	background-color: #eee;
	border: none;
	font-size: 16px;
}

form textarea::placeholder {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #333;
}

form input[type="submit"],
form input[type="button"]{
	margin: 0 auto;
	padding: 40px 120px 40px 100px;
	background: url("../img/icon_arrow02.png") right 80px center / auto no-repeat #ED6400;
	border: none;
	display: block;
	text-align: center;
	color: #fff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 24px;
	font-weight: bold;
	transition: all .3s;
	cursor:pointer;
}

form input[type="submit"]:hover,
form input[type="button"]:hover {
	filter: brightness(110%);
}


/*---------- if IE ----------*/
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop, form input[type="submit"] {
		padding: 40px 120px 32px 100px;
	}
	
	*::-ms-backdrop, form input[type="submit"]:hover {
		opacity: 0.8;
	}
}


@media screen and (max-width: 768px){
	form input[type="text"] {
		-webkit-appearance: none;
		border-radius: 0;
	}
	
	form label:not(:last-of-type) {
		margin: 0 0 10px;
		display: inline-block;
	}
	
	form textarea {
		-webkit-appearance: none;
		border-radius: 0;
	}
	
	form input[type="submit"] {
		width: 100%;
		padding: 20px;
		background: url("../img/icon_arrow02.png") right 20px center / auto no-repeat #ED6400;
		font-size: 6vw;
	}
}



/*===============================================================

		header layout

===============================================================*/

header {
	position: relative;
	z-index: 1;
}

header .header_nav {
	width: auto;
	min-width: 1000px;
	height: 90px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .header_nav .logo {
	margin: 0 0 0 10px;
}

header .header_nav ul {
	height: 100%;
	display: flex;
}

header .header_nav ul li {
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.2;
}

header .header_nav ul li.txt {
	background-color: #ED6400;
	position: relative;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}

header .header_nav ul li.tel {
	border: solid 1px #ED6400;
	border-left: none;
	text-align: center;
	font-size: 14px;
}

header .header_nav ul li.tel a {
	display: block;
}

header .header_nav ul li.tel .num {
	padding: 0 0 0 25px;
	background: url("../img/header_tel.png") left center / auto no-repeat;
	display: block;
	color: #ED6400;
	font-size: 30px;
	font-weight: 700;
}

header .header_nav ul li.tel .place {
	margin: 0 10px 0 0;
	padding: 5px;
	background-color: #333;
	display: inline-block;
	color: #fff;
	font-weight: 700;
}


header h1 {
	height: 830px;
	padding: 27px 43px 0 0;
	background: url("../img/main_img.jpg") center top / cover no-repeat;
	text-align: center;
}


/*---------- if IE ----------*/
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop,{
		
	}
}


@media screen and (max-width: 768px){
	header {
		
	}
	
	header .header_nav {
		width: auto;
		min-width: inherit;
		height: 60px;
		padding: 0;
	}
	
	header .header_nav .logo {
		width: 50%;
		margin: 0 5px;
	}
	
	header .header_nav .logo img {
		width: 100%;
		vertical-align: middle;
	}
	
	header .header_nav ul {
		width: 50%;
	}
	
	header .header_nav ul li {
		width: calc(100% / 3);
		padding: 0;
	}
	
	header .header_nav ul li.txt {
		font-size: 12px;
	}
	
	header .header_nav ul li.tel {
		font-size: 12px;
	}
	
	header .header_nav ul li.tel a {
		display: block;
	}
	
	header .header_nav ul li.tel .num {
		padding: 25px 0 0;
		background: url("../img/header_tel.png") center top / auto 25px no-repeat;
		font-size: 0;
	}
	
	header .header_nav ul li.tel .place {
		margin: 5px 0 0;
		padding: 2px 5px;
	}
	
	header .header_nav ul li.tel .name {
		display: none;
	}
	
	
	header h1 {
		height: auto;
		padding: 20px 10px;
		background: url("../img/main_img.jpg") center top / cover no-repeat;
		text-align: center;
	}
}





/*====================================================================================

		#contents layout

====================================================================================*/

#contents {

}

#contents section .inner,
#contents div .inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#contents section h2 {
	margin: 0 0 90px;
	text-align: center;
	position: relative;
	color: #333;
	font-size: 44px;
	font-weight: 700;
	line-height: 1.0;
}

#contents section h2::after {
	content: "";
	width: 68px;
	height: 7px;
	background-color: #ED6400;
	position: absolute;
	left: calc(50% - 34px);
	bottom: -30px;
}

#contents section h2 .en {
	margin: 0 0 20px;
	display: block;
	color: #000033;
	font-size: 16px;
	font-weight: 400;
}

#contents section h2 em {
	color: #ED6400;
	font-size: 56px;
	font-weight: 700;
}

#contents section h2 .supplement {
	margin: 20px 0 0;
	display: block;
	color: #333;
	font-size: 18px;
	font-weight: 400;
}


@media screen and (max-width: 768px){
	#contents section .inner,
	#contents div .inner {
		width: auto;
		margin: 0 20px;
	}
	
	#contents section h2 {
		margin: 0 0 60px;
		font-size: 6vw;
		font-weight: 700;
		line-height: 1.4;
	}
	
	#contents section h2::after {
		content: "";
		width: 60px;
		height: 4px;
		background-color: #ED6400;
		position: absolute;
		left: calc(50% - 30px);
		bottom: -20px;
	}
	
	#contents section h2 .en {
		margin: 0 0 10px;
	}
	
	#contents section h2 em {
		color: #ED6400;
		font-size: 8vw;
		font-weight: 700;
	}
	
	#contents section h2 .supplement {
		margin: 5px 0 0;
		font-size: 4vw;
		line-height: 1.3;
	}
}



/*===============================================================

		#contents .hope layout

===============================================================*/

#contents .hope {
	background-color: #eee;
	position: relative;
	z-index: 2;
}

#contents .hope .inner {
	padding: 100px 0 90px;
	position: relative;
}

#contents .hope .inner::before {
	content: "";
	width: 310px;
	height: 523px;
	background: url("../img/img01.png") left top / cover no-repeat;
	position: absolute;
	right: 30px;
	bottom: 0;
	z-index: 3;
}

#contents .hope .inner::after {
	content: "";
	border-top: solid 56px #eee;
	border-bottom: solid 56px transparent;
	border-left: solid 84px transparent;
	border-right: solid 84px transparent;
	position: absolute;
	left: calc(50% - 84px);
	bottom: -112px;
}

#contents .hope .inner h2 {
	margin: 0 0 80px;
	padding: 0 0 50px;
	background: url("../img/img02.png") 47% bottom / auto no-repeat;
	text-align: center;
	font-size: 52px;
	font-weight: 700;
	line-height: 1.0;
}

#contents .hope .inner h2::after {
	display: none;
}

#contents .hope .inner h2 em {
	color: #ED6400;
	font-size: 70px;
}

#contents .hope .inner ul {
	padding: 45px;
	background-color: #fff;
}


#contents .hope .inner ul li {
	margin: 0 0 30px;
	padding: 0 0 1px 50px;
	background: url("../img/icon_check01.png") left center / auto no-repeat;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.0;
}

#contents .hope .inner ul li:last-child {
	margin: 0;
}

#contents .hope .answer {
	height: 400px;
	padding: 140px 0 0;
	background: url("../img/bg01.jpg") center center / cover no-repeat;
}

#contents .hope .answer p {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	font-size: 44px;
	font-weight: 700;
	line-height: 1.4;
}

#contents .hope .answer p em {
	color: #ED6400;
	font-size: 60px;
}

#contents .hope .answer p span {
	padding: 0 0 5px;
	border-bottom: solid 2px #ED6400;
	display: inline-block;
	color: #ED6400;
	font-weight: 700;
}


@media screen and (max-width: 768px){
	#contents .hope {
		
	}
	
	#contents .hope .inner {
		padding: 40px 0 60px;
	}
	
	#contents .hope .inner::before {
		width: 100px;
		height: 169px;
		right: -10px;
		bottom: 0;
	}
	
	#contents .hope .inner::after {
		content: "";
		border-top: solid 25px #eee;
		border-bottom: solid 25px transparent;
		border-left: solid 40px transparent;
		border-right: solid 40px transparent;
		position: absolute;
		left: calc(50% - 40px);
		bottom: -50px;
	}
	
	#contents .hope .inner h2 {
		margin: 0 0 20px;
		padding: 0 0 20px;
		background: url("../img/img02.png") 44% bottom / 30% auto no-repeat;
		font-size: 6vw;
	}
	
	#contents .hope .inner h2 em {
		font-size: 7vw;
	}
	
	#contents .hope .inner ul {
		padding: 20px;
	}
	
	#contents .hope .inner ul li {
		margin: 0 0 20px;
		padding: 0 0 0 45px;
		background: url("../img/icon_check01.png") left 3px / auto no-repeat;
		font-size: 5vw;
		line-height: 1.4;
	}
	
	#contents .hope .inner ul li:last-child {
		padding: 0 3em 0 45px;
	}
	
	#contents .hope .answer {
		height: auto;
		padding: 60px 0 40px;
		background: url("../img/bg01.jpg") 70% center / cover no-repeat;
	}
	
	#contents .hope .answer p {
		width: auto;
		margin: 0;
		font-size: 5vw;
	}
	
	#contents .hope .answer p em {
		font-size: 6vw;
	}
	
	#contents .hope .answer p span {
		padding: 0 0 3px;
	}
}



/*===============================================================

		#contents .reason layout

===============================================================*/

#contents .reason {
	padding: 100px 0 75px;
	background: linear-gradient(to right, #ed8600 0%,#ed6400 100%);
}

#contents .reason h2 {
	color: #fff;
}

#contents .reason h2 .en {
	color: #fff;
}

#contents .reason h2 em {
	color: #fff;
}

#contents .reason h2::after {
	background-color: #fff;
}

#contents .reason .inner ol li {
	margin: 0 0 45px 30px;
	padding: 40px 40px 40px 70px;
	background-color: #eee;
	position: relative;
}

#contents .reason .inner ol li:nth-of-type(1) {
	margin: 0 0 100px 30px;
}

#contents .reason .inner ol li h3 {
	width: 93px;
	height: 108px;
	padding: 15px 10px 0 0;
	background: url("../img/img03.png") left top / 100% auto no-repeat;
	text-align: center;
	position: absolute;
	left: -30px;
	top: -14px;
	color: #ED6400;
	line-height: 1.2;
	font-weight: 400;
}

#contents .reason .inner ol li h3 span {
	font-size: 40px;
	font-weight: 700;
}

#contents .reason .inner ol li p.balloon {
	position: absolute;
	right: -60px;
	top: -70px;
}

#contents .reason .inner ol li .box {
	display: flex;
	justify-content: space-between;
}

#contents .reason .inner ol li .box p.img {
	margin: 0 30px 0 0;
}

#contents .reason .inner ol li .box dl dt {
	margin: 0 0 20px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
}

#contents .reason .inner ol li .box dl dt em {
	margin: 10px 0 0;
	display: inline-block;
	color: #ED6400;
	font-size: 34px;
	font-weight: 700;
}

#contents .reason .inner ol li .box dl dd {
	font-size: 20px;
	line-height: 1.6;
}


/*---------- if IE ----------*/
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop,#contents .reason .inner ol li h3 {
		padding: 20px 10px 0 0;
	}
}


@media screen and (max-width: 768px){
	#contents .reason {
		padding: 60px 0 30px;
	}
	
	#contents .reason .inner ol li {
		margin: 0 0 30px 20px;
		padding: 20px;
		background-color: #eee;
		position: relative;
	}
	
	#contents .reason .inner ol li:nth-of-type(1) {
		margin: 0 0 60px 20px;
	}
	
	#contents .reason .inner ol li h3 {
		width: 70px;
		height: 82px;
		padding: 10px 10px 0 0;
		left: -20px;
		top: -10px;
	}
	
	#contents .reason .inner ol li h3 span {
		font-size: 30px;
	}
	
	#contents .reason .inner ol li p.balloon {
		width: 120px;
		height: 120px;
		position: absolute;
		right: -20px;
		top: -40px;
	}
	
	#contents .reason .inner ol li p.balloon img {
		width: 100%;
	}
	
	#contents .reason .inner ol li .box {
		display: block;
	}
	
	#contents .reason .inner ol li .box p.img {
		width: 70%;
		margin: 0 auto 20px;
	}
	
	#contents .reason .inner ol li .box dl dt {
		margin: 0 0 15px;
		font-size: 5vw;
		line-height: 1.2;
	}
	
	#contents .reason .inner ol li .box dl dt em {
		margin: 5px 0 0;
		font-size: 6vw;
	}
	
	#contents .reason .inner ol li .box dl dd {
		font-size: 16px;
	}
}



/*===============================================================

		#contents .character layout

===============================================================*/

#contents .character {
	padding: 100px 0;
	background-color: #eee;
}

#contents .character .inner p {
	margin: 0 0 50px;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
}

#contents .character .inner ul {
	display: flex;
	justify-content: center;
}

#contents .character .inner ul li {
	margin: 0 20px;
}

@media screen and (max-width: 768px){
	#contents .character {
		padding: 60px 0;
	}
	
	#contents .character .inner p {
		margin: 0 0 30px;
		text-align: left;
		font-size: 5vw;
	}
	
	#contents .character .inner ul {
		display: flex;
		justify-content: space-between;
	}
	
	#contents .character .inner ul li {
		width: calc(100% / 2 - 5px);
		margin: 0;
	}
}



/*===============================================================

		#contents .contact layout

===============================================================*/

#contents .contact {
	background-color: #FAD5BA;
	position: relative;
	z-index: 2;
}

#contents .contact::before {
	content: "";
	width: 100%;
	height: 130px;
	background: url("../img/contact_bg01.png") calc(50% + 436px) center / auto no-repeat,
				linear-gradient(to right, #ed8600 0%,#ed6400 100%);
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
}

#contents .contact .wrapper {
	padding: 0 0 40px;
	background: url("../img/contact_img01.png") calc(50% + 512px) bottom / auto no-repeat;
}

#contents .contact .inner h2 {
	height: 130px;
	margin: 0 0 50px;
	padding: 42px 0 0;
	background: url("../img/contact_bg01.png") left center / auto no-repeat;
	text-align: center;
	position: relative;
	z-index: 2;
	color: #fff;
	font-size: 46px;
	font-weight: 700;
	line-height: 1.0;
}

#contents .contact .inner h2::after {
	display: none;
}

#contents .contact .inner h2 span {
	padding: 0 0 7px;
	border-bottom: solid 2px #fff;
	display: inline-block;
	color: #fff;
	font-weight: 700;
}

#contents .contact .inner p {
	margin: 0 0 20px;
	text-align: center;
}

#contents .contact .inner .box {
	display: flex;
}

#contents .contact .inner .box ul {
	width: 450px;
	margin: 0 20px 0 0;
}

#contents .contact .inner .box ul li:not(:last-child) {
	margin: 0 0 5px;
}

#contents .contact .inner .box ul li a {
	height: 70px;
	background-color: #fff;
	display: flex;
	font-size: 36px;
	font-weight: 700;
}

#contents .contact .inner .box ul li a .place {
	height: 100%;
	padding: 0 20px;
	background-color: #ED6400;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 32px;
}

#contents .contact .inner .box ul li a .num {
	padding: 4px 0 0 60px;
	background: url("../img/contact_tel.png") 30px center / auto no-repeat #fff;
	display: flex;
	align-items: center;
}

#contents .contact .inner p.mail {
	width: 450px;
}

#contents .contact .inner p.mail a {
	height: 145px;
	padding: 0 0 0 100px;
	background: url("../img/contact_mail.png") 30px center / auto no-repeat #fff;
	display: flex;
	align-items: center;
	font-size: 26px;
	font-weight: 700;
}

#contents .contact .inner p.mail a:hover {
	filter: brightness(110%);
}


/*---------- if IE ----------*/
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop, #contents .contact .inner .box ul li a .place {
		padding: 10px 20px 0;
	}
	
	*::-ms-backdrop, #contents .contact .inner .box ul li a .num {
		padding: 14px 0 0 60px;
	}
	
	*::-ms-backdrop, #contents .contact .inner p.mail a {
		padding: 10px 0 0 100px;
	}
	
	*::-ms-backdrop, #contents .contact .inner p.mail a:hover {
		opacity: 0.8;
	}
}


@media screen and (max-width: 768px){
	#contents .contact {
		background-color: #FAD5BA;
	}
	
	#contents .contact::before {
		content: "";
		width: 100%;
		height: 26%;
		background: url("../img/contact_bg01.png") calc(50% + 436px) center / auto no-repeat,
					linear-gradient(to bottom, #ed8600 0%,#ed6400 100%);
		position: absolute;
		z-index: -1;
		left: 0;
		top: 0;
	}
	
	#contents .contact .wrapper {
		height: auto;
		padding: 0 0 40px;
		background: url("../img/contact_img01.png") right -20% top 5px / 50% auto no-repeat;
	}
	
	#contents .contact .inner h2 {
		height: auto;
		margin: 0 0 50px;
		padding: 20px 0 0 10px;
		background: none;
		text-align: left;
		position: relative;
		z-index: 2;
		color: #fff;
		font-size: 7vw;
		font-weight: 700;
		line-height: 1.4;
	}
	
	#contents .contact .inner h2 span {
		padding: 0 0 5px;
	}
	
	#contents .contact .inner p {
		width: 90%;
		margin: 0 auto 20px;
	}
	
	#contents .contact .inner .box {
		display: block;
	}
	
	#contents .contact .inner .box ul {
		width: auto;
		margin: 0 0 20px;
	}
	
	#contents .contact .inner .box ul li:not(:last-child) {
		margin: 0 0 10px;
	}
	
	#contents .contact .inner .box ul li a {
		height: auto;
		align-items: stretch;
		font-size: 6vw;
	}
	
	#contents .contact .inner .box ul li a .place {
		height: auto;
		padding: 5px 20px;
		font-size: 6vw;
	}
	
	#contents .contact .inner .box ul li a .num {
		padding: 5px 0 5px 50px;
		background: url("../img/contact_tel.png") 20px center / auto no-repeat #fff;
	}
	
	#contents .contact .inner p.mail {
		width: auto;
		margin: 0;
	}
	
	#contents .contact .inner p.mail a {
		height: auto;
		padding: 20px 20px 20px 55px;
		background: url("../img/contact_mail.png") 15px center / 30px auto no-repeat #fff;
		font-size: 5.5vw;
	}
}



/*===============================================================

		#contents .service layout

===============================================================*/

#contents .service {
	padding: 100px 0;
}

#contents .service .inner p:nth-of-type(1) {
	margin: 0 0 70px;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.6;
}

#contents .service .inner p:nth-of-type(3) {
	margin: 40px 0 0;
}

#contents .service .inner p:nth-of-type(3) em {
	color: #ED6400;
	font-weight: 700;
}


@media screen and (max-width: 768px){
	#contents .service {
		padding: 60px 0;
	}
	
	#contents .service .inner p:nth-of-type(1) {
		margin: 0 0 40px;
		text-align: left;
		font-size: 6vw;
	}
}



/*===============================================================

		#contents .area layout

===============================================================*/

#contents .area {
	padding: 100px 0;
	background-color: #eee;
}

#contents .area .inner p:nth-of-type(1) {
	margin: 0 0 70px;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.6;
}

#contents .area .inner p:nth-of-type(1) em {
	color: #ED6400;
	font-weight: 700;
}

#contents .area .inner .box {
	display: flex;
	justify-content: space-between;
}

#contents .area .inner .box p {
	margin: 0 30px 0 0;
}

#contents .area .inner .box dl dt {
	margin: 0 0 15px;
	padding: 7px 20px;
	background-color: #ED6400;
	display: inline-block;
	color: #fff;
	font-weight: 700;
}

#contents .area .inner .box dl dd {
	margin: 0 0 30px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.6;
}

#contents .area .inner .box dl dd span {
	font-size: 16px;
	font-weight: 400;
}


@media screen and (max-width: 768px){
	#contents .area {
		padding: 60px 0;
	}
	
	#contents .area .inner p:nth-of-type(1) {
		margin: 0 0 40px;
		text-align: left;
		font-size: 6vw;
	}
	
	#contents .area .inner .box {
		display: block;
	}
	
	#contents .area .inner .box p {
		margin: 0 0 30px;
	}
	
	#contents .area .inner .box dl dt {
		margin: 0 0 15px;
		padding: 7px 20px;
		background-color: #ED6400;
		display: inline-block;
		color: #fff;
		font-weight: 700;
	}
	
	#contents .area .inner .box dl dd {
		margin: 0 0 30px;
		font-size: 5vw;
		font-weight: 700;
	}
	
	#contents .area .inner .box dl dd:last-of-type {
		margin: 0;
	}
}



/*===============================================================

		#contents .vehicle layout

===============================================================*/

#contents .vehicle {
	padding: 100px 0;
}

#contents .vehicle .inner section:first-of-type {
	margin: 0 0 60px;
}

#contents .vehicle .inner section h3 {
	margin: 0 0 30px;
	padding: 0 0 5px;
	border-bottom: solid 2px #ED6400;
	color: #ED6400;
	font-size: 24px;
	font-weight: 700;
}

#contents .vehicle .inner section ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

#contents .vehicle .inner section ul li {
	width: 480px;
	margin: 40px 0 0;
	text-align: center;
}

#contents .vehicle .inner section ul li span {
	margin: 10px 0 0;
	display: block;
	font-size: 24px;
	font-weight: 700;
}


@media screen and (max-width: 768px){
	#contents .vehicle {
		padding: 60px 0;
	}
	
	#contents .vehicle .inner section:first-of-type {
		margin: 0 0 40px;
	}
	
	#contents .vehicle .inner section h3 {
		margin: 0 0 20px;
		font-size: 6vw;
	}
	
	#contents .vehicle .inner section ul {
		display: block;
	}
	
	#contents .vehicle .inner section ul li {
		width: auto;
		margin: 20px 0 0;
	}
	
	#contents .vehicle .inner section ul li span {
		margin: 5px 0 0;
		font-size: 5vw;
	}
}



/*===============================================================

		#contents .voice layout

===============================================================*/

#contents .voice {
	padding: 100px 0;
	background: url("../img/bg02.jpg") center bottom / cover no-repeat;
}

#contents .voice .inner article {
	width: 760px;
	margin: 0 0 75px auto;
	padding: 40px;
	background-color: #fff;
	border-radius: 6px;
	position: relative;
}

#contents .voice .inner article:nth-of-type(2) {
	margin: 0 auto 0 0;
}

#contents .voice .inner article::before {
	content: "";
	width: 200px;
	height: 200px;
	position: absolute;
	top: 23px;
}

#contents .voice .inner article:nth-of-type(1)::before {
	background: url("../img/img21.png") left top / cover no-repeat;
	left: -240px;
}

#contents .voice .inner article:nth-of-type(2)::before {
	background: url("../img/img22.png") left top / cover no-repeat;
	right: -240px;
}

#contents .voice .inner article::after {
	content: "";
	width: 44px;
	height: 25px;
	position: absolute;
	bottom: -25px;
}

#contents .voice .inner article:nth-of-type(1)::after {
	background: url("../img/img23.png") left top / cover no-repeat;
	left: 63px;
}

#contents .voice .inner article:nth-of-type(2)::after {
	background: url("../img/img24.png") left top / cover no-repeat;
	right: 63px;
}

#contents .voice .inner article h3 {
	margin: 0 0 15px;
	color: #ED6400;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.0;
}

#contents .voice .inner article h3 + p {
	font-size: 20px;
}

#contents .voice .inner article dl {
	margin: 30px 0 0;
	text-align: right;
	line-height: 1.0;
}

#contents .voice .inner article dl dt {
	margin: 0 0 10px;
	color: #ED6400;
	font-weight: 700;
}

#contents .voice .inner article dl dd {
	font-size: 14px;
}


@media screen and (max-width: 768px){
	#contents .voice {
		padding: 60px 0;
	}
	
	#contents .voice .inner article {
		width: auto;
		margin: 0 0 40px 100px;
		padding: 20px;
	}
	
	#contents .voice .inner article:nth-of-type(2) {
		margin: 0 100px 0 0;
	}
	
	#contents .voice .inner article::before {
		width: 80px;
		height: 80px;
		top: 15px;
	}
	
	#contents .voice .inner article:nth-of-type(1)::before {
		left: -100px;
	}
	
	#contents .voice .inner article:nth-of-type(2)::before {
		right: -100px;
	}
	
	#contents .voice .inner article::after {
		width: 25px;
		height: 44px;
		bottom: auto;
		top: 120px;
	}
	
	#contents .voice .inner article:nth-of-type(1)::after {
		background: url("../img/img25.png") left top / cover no-repeat;
		left: -25px;
	}
	
	#contents .voice .inner article:nth-of-type(2)::after {
		background: url("../img/img26.png") left top / cover no-repeat;
		right: -25px;
	}
	
	#contents .voice .inner article h3 {
		margin: 0 0 10px;
		font-size: 6vw;
		line-height: 1.4;
	}
	
	#contents .voice .inner article h3 + p {
		font-size: 16px;
	}
	
	#contents .voice .inner article dl {
		margin: 20px 0 0;
		text-align: left;
	}
	
	#contents .voice .inner article dl dt {
		line-height: 1.4;
	}
}



/*===============================================================

		#contents .q_and_a layout

===============================================================*/

#contents .q_and_a {
	padding: 100px 0;
}

#contents .q_and_a .inner dl {
	font-size: 18px;
	line-height: 1.6;
}

#contents .q_and_a .inner dl dt {
	padding: 20px 20px 20px 57px;
	background-color: #eee;
	position: relative;
	color: #ED6400;
	font-size: 22px;
	font-weight: 700;
}

#contents .q_and_a .inner dl dt::before {
	content: "Q";
	position: absolute;
	left: 20px;
	top: 15px;
	color: #ED6400;
	font-size: 24px;
	font-weight: 700;
}

#contents .q_and_a .inner dl dd {
	padding: 20px 20px 20px 57px;
	position: relative;
	font-size: 18px;
}

#contents .q_and_a .inner dl dd::before {
	content: "A";
	position: absolute;
	left: 20px;
	top: 16px;
	font-size: 24px;
	font-weight: 700;
}


@media screen and (max-width: 768px){
	#contents .q_and_a {
		padding: 60px 0;
	}
	
	#contents .q_and_a .inner dl dt {
		font-size: 20px;
	}
}



/*===============================================================

		#contents .message layout

===============================================================*/

#contents .message {
	padding: 100px 0;
	background-color: #eee;
}

#contents .message .inner .box {
	display: flex;
	justify-content: space-between;
}

#contents .message .inner .box p {
	margin: 0 40px 0 0;
}

#contents .message .inner .box p span {
	margin: 20px 0 0;
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
}

#contents .message .inner .box dl dt {
	margin: -6px 0 30px;
	color: #ED6400;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4;
}

#contents .message .inner .box dl dd {
	font-size: 18px;
}


@media screen and (max-width: 768px){
	#contents .message {
		padding: 60px 0;
	}
	
	#contents .message .inner .box {
		display: block;
	}
	
	#contents .message .inner .box p {
		margin: 0 auto 40px;
		text-align: center;
	}
	
	#contents .message .inner .box p img {
		width: 70%;
	}
	
	#contents .message .inner .box dl dt {
		margin: 0 0 20px;
		font-size: 6vw;
	}
}



/*===============================================================

		#contents .flow layout

===============================================================*/

#contents .flow {
	padding: 100px 0;
}

#contents .flow .inner ol {
	display: flex;
	justify-content: space-between;
}

#contents .flow .inner ol li {
	width: 300px;
	position: relative;
}

#contents .flow .inner ol li:not(:last-child)::after {
	content: "";
	width: 19px;
	height: 31px;
	background: url("../img/icon_arrow01.png") left top / cover no-repeat;
	position: absolute;
	right: -35px;
	top: 88px;
}

#contents .flow .inner ol li dl dt {
	margin: 30px 0 20px;
	text-align: center;
	color: #ED6400;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.0;
}


@media screen and (max-width: 768px){
	#contents .flow {
		padding: 60px 0;
	}
	
	#contents .flow .inner ol {
		display: block;
	}
	
	#contents .flow .inner ol li {
		width: auto;
		margin: 0 0 60px;
	}
	
	#contents .flow .inner ol li:last-child {
		margin: 0;
	}
	
	#contents .flow .inner ol li:not(:last-child)::after {
		content: "";
		width: 19px;
		height: 31px;
		background: url("../img/icon_arrow01.png") left top / cover no-repeat;
		position: absolute;
		transform:rotate(90deg);
		right: auto;
		top: auto;
		left: calc(50% - 15.5px);
		bottom: -40px;
	}
	
	#contents .flow .inner ol li p {
		width: 70%;
		margin: 0 auto;
	}
	
	#contents .flow .inner ol li dl dt {
		font-size: 6vw;
	}
}



/*===============================================================

		#contents .company layout

===============================================================*/

#contents .company {
	padding: 100px 0;
	background-color: #eee;
}

#contents .company .inner ul {
	width: 800px;
	margin: 0 auto 35px;
	display: flex;
	justify-content: space-between;
}

#contents .company .inner table {
	width: 800px;
	margin: 0 auto;
	border: solid 1px #ccc;
}

#contents .company .inner table th {
	width: 30%;
	padding: 10px 15px;
	background-color: #ED6400;
	border: solid 1px #ccc;
	text-align: left;
	color: #fff;
	font-weight: 500;
}

#contents .company .inner table td {
	padding: 10px 15px;
	background-color: #fff;
	border: solid 1px #ccc;
}


@media screen and (max-width: 768px){
	#contents .company {
		padding: 60px 0;
	}
	
	#contents .company .inner ul {
		width: auto;
		margin: 0 0 20px;
		display: flex;
		justify-content: space-between;
	}
	
	#contents .company .inner ul li:not(:last-child) {
		margin-right: 5px;
	}
	
	#contents .company .inner table {
		width: 100%;
	}
	
	#contents .company .inner table th {
		width: 33%;
	}
}



/*===============================================================

		#contents .base layout

===============================================================*/

#contents .base {
	padding: 100px 0;
}

#contents .base .inner ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

#contents .base .inner ul li {
	width: 300px;
}

#contents .base .inner ul li:nth-of-type(1),
#contents .base .inner ul li:nth-of-type(2),
#contents .base .inner ul li:nth-of-type(3) {
	margin: 0 0 40px;
}

#contents .base .inner ul li p {
	margin: 0 0 30px;
}

#contents .base .inner ul li p span {
	padding: 10px 0;
	background-color: #ED6400;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.0;
}

#contents .base .inner ul li dl {
	display: flex;
	line-height: 1.6;
}

#contents .base .inner ul li dl:not(:last-of-type) {
	margin: 0 0 10px;
}

#contents .base .inner ul li dl dt {
	width: 33%;
	position: relative;
	color: #ED6400;
	font-weight: 700;
}

#contents .base .inner ul li dl dt::after {
	content: "";
	width: 2px;
	height: 18px;
	background-color: #E8E8E8;
	display: block;
	position: absolute;
	right: 23px;
	top: 3px;
}

#contents .base .inner ul li dl dd {
	width: 67%;
}


/*---------- if IE ----------*/
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop, #contents .base .inner ul li p span {
		padding: 12px 0 7px;
	}
}


@media screen and (max-width: 768px){
	#contents .base {
		padding: 60px 0;
	}
	
	#contents .base .inner ul {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	
	#contents .base .inner ul li {
		width: calc(100% / 2 - 5px);
		margin: 0 0 20px;
	}
	
	#contents .base .inner ul li:nth-of-type(1),
	#contents .base .inner ul li:nth-of-type(2),
	#contents .base .inner ul li:nth-of-type(3) {
		margin: 0 0 20px;
	}
	
	#contents .base .inner ul li p {
		margin: 0 0 20px;
	}
	
	#contents .base .inner ul li p span {
		font-size: 16px;
	}
	
	#contents .base .inner ul li dl {
		display: block;
		font-size: 14px;
		line-height: 1.4;
	}
	
	#contents .base .inner ul li dl:not(:last-of-type) {
		margin: 0 0 10px;
	}
	
	#contents .base .inner ul li dl dt {
		width: auto;
	}
	
	#contents .base .inner ul li dl dt::after {
		display: none;
	}
	
	#contents .base .inner ul li dl dd {
		width: auto;
	}
}



/*===============================================================

		#contents .form layout

===============================================================*/

#contents .form {
	padding: 100px 0;
	background: url("../img/bg03.jpg") center bottom / cover no-repeat;
}

#contents .form .inner {
	padding: 0 100px;
}

#contents .form .inner .caption {
	padding: 0 0 40px;
	background: url("../img/img42.png") right 39px top / auto no-repeat;
}

#contents .form .inner .caption p.txt_01 {
	width: 507px;
	margin: 0 0 25px 40px;
	background: url("../img/img41.png") right 100px center / auto no-repeat,
				url("../img/img40.png") left 100px center / auto no-repeat;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.0;
}

#contents .form .inner .caption p.txt_02 {
	width: 507px;
	margin: 0 0 0 40px;
	padding: 40px 0;
	background-color: #ED6400;
	border-radius: 10px;
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.0;
}

#contents .form .inner .caption p.txt_02::after {
	content: "";
	width: 38px;
	height: 21px;
	background: url("../img/img43.png") left top / cover no-repeat;
	position: absolute;
	bottom: -20px;
	left: 406px;
}

#contents .form .inner .form_area {
	padding: 20px 35px;
	background-color: #fff;
}

#contents .form .inner .form_area table {
	width: 100%;
}

#contents .form .inner .form_area table tr:not(:last-of-type) {
	border-bottom: solid 2px #ccc;
}

#contents .form .inner .form_area table th {
	width: 30%;
	padding: 23px 20px 20px 0;
	text-align: left;
	vertical-align: top;
	font-weight: 700;
}

#contents .form .inner .form_area table th .required,
#contents .form .inner .form_area table th span {
	margin: 3px 0 0;
	padding: 5px 10px;
	background-color: #ED6400;
	float: right;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.0;
}

#contents .form .inner .form_area table td {
	padding: 20px 0;
}

#contents .form .inner p.btn {
	margin: 60px auto 0;
	text-align: center;
}

.teltd{
	display:flex !important;
}

/*---------- if IE ----------*/
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop, #contents .form .inner .caption p.txt_01 {
		padding: 7px 0 0;
	}
	
	*::-ms-backdrop, #contents .form .inner .caption p.txt_02 {
		padding: 46px 0 32px;
	}
	
	*::-ms-backdrop, #contents .form .inner .form_area table th {
		padding: 25px 20px 20px 0;
	}
	
	*::-ms-backdrop, #contents .form .inner .form_area table th .required {
		margin: 0;
		padding: 10px 10px 3px;
	}
}


@media screen and (max-width: 768px){
	#contents .form {
		padding: 60px 0;
	}
	
	#contents .form .inner {
		padding: 0;
	}
	
	#contents .form .inner .caption {
		padding: 0 0 40%;
		background: url("../img/img42.png") right bottom -100px / 45% auto no-repeat;
	}
	
	#contents .form .inner .caption p.txt_01 {
		width: auto;
		margin: 0 0 20px;
		background: url("../img/img41.png") right 20px center / auto no-repeat,
					url("../img/img40.png") left 20px center / auto no-repeat;
		font-size: 5vw;
	}
	
	#contents .form .inner .caption p.txt_02 {
		width: auto;
		margin: 0;
		padding: 20px 0;
		font-size: 6vw;
	}
	
	#contents .form .inner .caption p.txt_02::after {
		left: 50%;
	}
	
	#contents .form .inner .form_area {
		padding: 10px 20px;
	}
	
	#contents .form .inner .form_area table {
		width: 100%;
	}
	
	#contents .form .inner .form_area table tr:not(:last-of-type) {
		border-bottom: solid 2px #ccc;
	}
	
	#contents .form .inner .form_area table th {
		width: 100%;
		padding: 15px 0 0;
		display: block;
	}
	
	#contents .form .inner .form_area table th .required {
		margin: 3px 0 0 20px;
		float: none;
	}
	
	#contents .form .inner .form_area table td {
		width: 100%;
		padding: 10px 0 15px;
		display: block;
	}
	
	#contents .form .inner p.btn {
		margin: 40px auto 0;
	}
}

#contents .form .inner .caution {
    margin-top:20px;
    padding:20px;
    background:#fff;
}


/*====================================================================================

		footer layout

====================================================================================*/

footer {
	background-color: #333;
}

footer .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 100px 0 20px;
	color: #fff;
}

footer .inner h6 {
	margin: 0 0 20px;
	font-size: 26px;
	font-weight: 700;
}

footer .inner h6 + p {
	font-size: 14px;
}

footer .inner h6 + p a {
	color: #fff;
}

footer .inner p.copy {
	margin: 80px 0 0;
	text-align: center;
	font-size: 12px;
}


@media screen and (max-width: 768px){
	footer .inner {
		width: auto;
		margin: 0 20px;
		padding: 60px 0 20px;
	}
	
	footer .inner h6 {
		font-size: 6vw;
	}
	
	footer .inner p.copy {
		margin: 40px 0 0;
	}
}