@charset "utf-8";

/*1.共通設定
======================================*/
* {
	margin: 0;
	padding: 0;
	color: #121212;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: 'palt';
}
html{
	font-size: 62.5%;
}
body {
	font-size: 14px;	
	font-size: 1.4rem;
	font-family: -apple-system, BlinkMacSystemFont,FOT-ニューセザンヌ ProN M ,DINNextLTPro-Medium,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",Roboto, "Helvetica Neue", HelveticaNeue,  Verdana, "メイリオ", Meiryo, sans-serif;
	letter-spacing: 0.15em;
	font-weight: 400;
	word-wrap : break-word;
	overflow-wrap : break-word;
	font-display: swap;
	line-height: 1.8;
	background: #f0f0f0;
}
@media screen and (min-width: 769px) {
	body {
		font-size: 1.6rem;
	}
}
img {
	border: 0;
	vertical-align: bottom;
}
a {	color: #1e88f5;}
@media screen and (max-width: 1200px) {
	img {
		max-width: 100%;
		height: auto;
	}
	a:hover>img { opacity: 1; }
}
.img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
b, strong, .bold{
	font-family: -apple-system, BlinkMacSystemFont, FOT-ニューセザンヌ ProN DB ,DINNextLTPro-Medium,"Segoe UI", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
}
.bold {
	font-weight: bold;
}
_:lang(x)::-ms-backdrop, body {
    font-family: -apple-system, BlinkMacSystemFont,FOT-ニューセザンヌ ProN M ,DINNextLTPro-Medium,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",Roboto, "Helvetica Neue", HelveticaNeue,  Verdana, "メイリオ", Meiryo, sans-serif;
} 
/*----アライン----*/
.cen {	text-align: center !important; }
/*----クリア----*/
.clear { clear: both; }
/*--clearfix--*/
.cf, main, .entry {
 *zoom: 1;
}
.cf:before, .cf:after, main:before, main:after, .entry:before, .entry:after {
	content: " ";
	display: table;
}
.cf:after, main:after, .entry:after {
	clear: both;
}

/*2.レイアウト
======================================*/
/*responsive*/
.cont-p  { display: none; }
.cont-pt { display: none; }
.cont-po { display: none; }
.cont-pl { display: none; }
@media screen and (min-width:600px) {
	.cont-s  { display: none; }
	.cont-p  { display: block; }
}
@media screen and (min-width:769px) {
	.cont-st { display: none; }
	.cont-pt { display: block; }
}
@media screen and (min-width:960px){
	.cont-so { display: none; }
	.cont-po { display: block; }
}
@media screen and (min-width:1160px) {
	.cont-sl { display: none; }
	.cont-pl { display: block; }
}

/*--Layout--*/
#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.cont__area {
	padding: 50px 0;
}
.cont,.cont__s {
	padding: 0 20px;
}
@media screen and (min-width: 769px) {
	.cont__area {
		padding: 70px 0;
	}
}
@media screen and (min-width: 1400px) {
	.cont__area {
		padding: 90px 0;
	}
	.cont__s {
		max-width: 1240px;
		margin: 0 auto;
	}
	.cont {
		max-width: 1460px;
		margin: 0 auto;
	}
}
.bg01 { background: #fff; }

#index main {
	padding: 0 0 100px;
}

/* header */
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 130px;
	z-index: 9;
}
.header__txt {
	position: absolute;
	top: 35px;
	left: 75px;
	font-size: 1.1rem;
	color: #fff;
	line-height: 1.5;
}
.header__logo {
	position: absolute;
	top: 23px;
	left: 20px;
	width: 48px;
	height: 47px;
}
.header__logo img {
	width: 100%;
	height: auto;
}
.sp__contact {
	position: fixed;
	width: 100%;
	height: 70px;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	z-index: 999;
}
.sp__contact p {
	width: calc( 100% / 3 );
}
.sp__contact p a {
	width: 100%;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-decoration: none;
	font-size: 1.3rem;
	line-height: 1.2;
	padding: 20px 0 0;
}
.sp__contact p a span {
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.2;
	letter-spacing: 0.05em;
}
.sp__contact--tel a {
	background: url("../images/icon_tel.png") no-repeat center 10px #fbc429;
	background-size: 17px auto;
}
.sp__contact--mail a {
	background: url("../images/icon_contact_w.png") no-repeat center 10px #4cadeb;
	background-size: 24px auto;
}
.sp__contact--satei a {
	background: url("../images/icon_satei_w.png") no-repeat center 10px #098bde;
	background-size: 24px auto;
}
@media screen and (min-width: 600px) {
	.header__txt {
		top: 35px;
	}
}
@media screen and (min-width: 769px) {
	.sp__contact {
		display: none;
	}
	.header__txt {
		top: 35px;
	}
}
@media screen and (min-width: 960px) {
	header {
		top: -200px;
	}
	.header__txt {
		top: 45px;
		left: 105px;
		font-size: 1.2rem;
	}
	.header__logo {
		top: 20px;
		left: 20px;
		width: 75px;
		height: 94px;
	}
	.header-info {
		position: absolute;
		top: 20px;
		right: 30px;
	}
	.header-info__contact {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: flex-end;
		margin-bottom: 20px;
	}
	.header-info__tel {
		background: url("../images/icon_tel.png") no-repeat 0 14px;
		background-size: 17px auto;
		font-size: 2.6rem;
		color: #fff;
		font-family: DINNextLTPro-Medium;
		line-height: 1.0;
		padding: 7px 0 0 23px;
		letter-spacing: 0em;
	}
	.header-info__mail {
		margin-left: 10px;
	}
	.header-info__mail a {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 10px;
		height: 50px;
		background: #fff;
		box-shadow: 0px 0px 25px -3px #0b66c3;
		text-decoration: none;
		transition: all .3s;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		border: 2px solid #fff;
	}
	.header-info__mail a:hover {
		background: #1e88f5;
		border: 2px solid #fff;
	}
	.header-info__mail a span {
		display: block;
		padding: 0 5px 2px 30px;
		background: url("../images/icon_contact.png") no-repeat 0 center;
		background-size: 23px auto;
		color: #098bde;
		font-size: 1.5rem;
		transition: all .3s;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
		letter-spacing: 0.05em;
	}
	.header-info__mail a:hover span {
		background: url("../images/icon_contact_w.png") no-repeat 0 center;
		background-size: 23px auto;
		color: #fff;
	}
	.header-info__satei {
		margin-left: 10px;
	}
	.header-info__satei a {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 10px;
		height: 50px;
		background: #fff;
		box-shadow: 0px 0px 25px -3px #0b66c3;
		text-decoration: none;
		transition: all .3s;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		border: 2px solid #fff;
	}
	.header-info__satei a:hover {
		background: #1e88f5;
		border: 2px solid #fff;
	}
	.header-info__satei a span {
		display: block;
		padding: 0 5px 2px 30px;
		background: url("../images/icon_satei.png") no-repeat 0 5px;
		background-size: 24px auto;
		color: #098bde;
		font-size: 1.5rem;
		transition: all .3s;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
		letter-spacing: 0.05em;
	}
	.header-info__satei a:hover span {
		background: url("../images/icon_satei_w.png") no-repeat 0 5px;
		background-size: 24px auto;
		color: #fff;
	}
	.header-info__nav--ul {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.header-info__nav--li {
		position: relative;
		line-height: 1.0;
	}
	.header-info__nav--li:before {
		position: absolute;
		content: "";
		width: 1px;
		height: 100%;
		background: #fff;
		top: 3px;
		right: 0;
	}
	.header-info__nav--li:last-child:before {
		display: none;
	}
	.header-info__nav--li a {
		color: #fff;
		font-size: 1.3rem;
		text-decoration: none;
		padding: 0 10px;
		position: relative;
	}
	.header-info__nav--li a:before {
		position: absolute;
		content: "";
		width: 0;
		height: 3px;
		background: #fff;
		bottom: -10px;
		left: 50%;
		transition: all .3s;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	.header-info__nav--li a:hover:before {
		width: calc( 100% - 10px );
		left: 5px;
	}
}
@media screen and (min-width: 1350px) {
	.header__txt {
		top: 70px;
		left: 150px;
		font-size: 1.4rem;
	}
	.header__logo {
		top: 30px;
		left: 30px;
		width: 96px;
		height: 94px;
	}
	.header-info__tel {
		font-size: 3.4rem;
	}
	.header-info__mail {
		margin-left: 20px;
	}
	.header-info__mail a {
		padding: 0 25px;
		height: 60px;
	}
	.header-info__mail a span {
		font-size: 1.6rem;
	}
	.header-info__satei {
		margin-left: 20px;
	}
	.header-info__satei a {
		padding: 0 25px;
		height: 60px;
	}
	.header-info__satei a span {
		font-size: 1.6rem;
	}
	.header-info__nav--li a {
		font-size: 1.5rem;
		padding: 0 15px;
	}
}


/*Menu*/
.header__menu,.dl-close {
	width: 60px;
	height: 60px;
	padding: 0;
	right: 15px;
	top: 15px;
	position: fixed;
	border: none;
	z-index: 9999;
	transition: all .6s;
	-webkit-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
	background-color: rgba(255,255,255,1);
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	box-shadow: 0px 0px 10px -3px #7e7f7f;
}
header.transform #header__menu,.dl-close {
	background-color:rgba(255,255,255,1);
}
.menu-trigger, .menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 60px;
	height: 60px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	border-radius: 4px;
}
.header__menu .menu-trigger span:nth-of-type(1) {
	top: 25px;
	left: 17px;
	width: 26px;
	background: #1e88f5;
}
.header__menu .menu-trigger span:nth-of-type(2) {
	top: 33px;
	left: 17px;
	width: 26px;
	background: #1e88f5;
}
.header__menu .menu-trigger span.show {
	display: block;
}
.header__menu .menu-trigger span.hide {
	display: none;
}
.header__menu .menu-trigger.active span:nth-of-type(1) {
	top: 21px;
	left: 18px;
	width: 26px;
	background: #009a5e;
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
.header__menu .menu-trigger.active span:nth-of-type(2) {
	top: 37px;
	left: 18px;
	width: 26px;
	background: #009a5e;
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}
.dl-close .menu-trigger span:nth-of-type(1) {
	top: 21px;
	left: 18px;
	width: 26px;
	background: #1e88f5;
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
.dl-close .menu-trigger span:nth-of-type(2) {
	top: 37px;
	left: 18px;
	width: 26px;
	background: #1e88f5;
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}
.dl-menu {
	display:none;
	width: 100%;
	height: 100vh;
	position:fixed;
	top: 0;
	left: 0;
	z-index:99999;
	background-color:rgba(9,139,222,0.9);
	overflow-y: scroll; 
}
.dl-menu-inner {
	display: flex;
	justify-content: center;
	width: 100%;
	min-height: calc( 100vh - 20px );
}
@media screen and (min-height: 780px) {
	.dl-menu-inner {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: calc( 100vh - 20px );
	}
}
.dl-menu-cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 500px;
	margin: 50px 20px;
}
.dl-menu__logo {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.dl-menu__logo img {
	width: 70px;
	height: auto;
	margin-left: 20px;
}
.dl-menu__ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto 15px;
}
.dl-menu__ul li {
	width: 50%;
	margin-bottom: 15px;
	text-align: center;
}
.dl-menu__ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 1.4rem;
	position: relative;
	border-bottom: 1px dotted #009a5e;
	letter-spacing: 0.05em;
}
.dl-menu__contact {
	text-align: center;
	width: 100%;
}
.dl-menu__ttl {
	margin-bottom: 5px;
	font-size: 1.7rem;
	letter-spacing: 0.05em;
	color: #fff;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
}
.dl-menu__add {
	margin-bottom: 15px;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	color: #fff;
}
.dl-menu__num {
	text-align: center;
}
.dl-menu__num span{
	background: url("../images/icon_tel.png") no-repeat 0 13px;
	background-size: 17px auto;
	font-size: 3.0rem;
	color: #fff;
	font-family: DINNextLTPro-Medium;
	line-height: 1.0;
	padding: 7px 0 0 23px;
	letter-spacing: 0.05em;
}
.dl-menu__tel {
	margin-bottom: 15px;
}
.dl-menu__tel a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	height: 50px;
	background: #fff;
	box-shadow: 0px 0px 15px -3px #0b66c3;
	text-decoration: none;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border: 2px solid #fff;
}
.dl-menu__tel a:hover {
	background: #1e88f5;
	border: 2px solid #fff;
}
.dl-menu__tel a span {
	display: block;
	padding: 0 5px 5px 25px;
	background: url("../images/icon_tel_bl.png") no-repeat 0 center;
	background-size: 17px auto;
	color: #098bde;
	font-size: 1.3rem;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	letter-spacing: 0.05em;
}
.dl-menu__tel a:hover span {
	background: url("../images/icon_tel.png") no-repeat 0 center;
	background-size: 17px auto;
	color: #fff;
}
.dl-menu__btn {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
.dl-menu__mail,
.dl-menu__satei{
	width: 48.5%;
}
.dl-menu__mail a,
.dl-menu__satei a{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 3px;
	height: 50px;
	background: #fff;
	box-shadow: 0px 0px 15px -3px #0b66c3;
	text-decoration: none;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border: 2px solid #fff;
}
.dl-menu__mail a:hover,
.dl-menu__satei a:hover{
	background: #1e88f5;
	border: 2px solid #fff;
}
.dl-menu__mail a span {
	display: block;
	padding: 0 5px 5px 23px;
	background: url("../images/icon_contact.png") no-repeat 0 center;
	background-size: 20px auto;
	color: #098bde;
	font-size: 1.3rem;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	letter-spacing: 0.05em;
}
.dl-menu__mail a:hover span {
	background: url("../images/icon_contact_w.png") no-repeat 0 center;
	background-size: 20px auto;
	color: #fff;
}
.dl-menu__satei a span {
	display: block;
	padding: 0 5px 5px 26px;
	background: url("../images/icon_satei.png") no-repeat 0 5px;
	background-size: 24px auto;
	color: #098bde;
	font-size: 1.3rem;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	letter-spacing: 0.05em;
}
.dl-menu__satei a:hover span {
	background: url("../images/icon_satei_w.png") no-repeat 0 5px;
	background-size: 24px auto;
	color: #fff;
}
@media screen and (min-width: 400px) {
	.dl-menu__ul li a {
		font-size: 1.5rem;
	}
	.dl-menu__tel a span {
		font-size: 1.5rem;
	}
	.dl-menu__mail a span {
		font-size: 1.5rem;
	}
	.dl-menu__satei a span {
		font-size: 1.5rem;
	}
}

/*--Main Visual--*/
#mv {
	width: 100%;
	height: 800px;
	position: relative;
	background: url("../images/mv_bg.jpg") repeat 0 0;
}
.mv__inner  {
	height: 800px;
	position: relative;
}
.mv__cont {
	height: 800px;
	position: relative;
}
.mv__catch {
	width: 100%;
	height: 400px;
	padding: 0 30px;
	position: absolute;
	top: 110px;
	left: 0;
	z-index: 1;
}
.mv__ttl {
	font-size: 2.6rem;
	color: #fff;
	line-height: 1.2;
	letter-spacing: 0.15em;
	margin-bottom: 20px;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	opacity: 0;
}
.mv__txt {
	font-size: 1.3rem;
	color: #fff;
	line-height: 1.8;
	letter-spacing: 0.2em;
	max-width: 400px;
	opacity: 0;
}
.mv__img {
	position: absolute;
	top: 300px;
	right: 0;
	background: url("../images/mv_img.png") no-repeat center 0;
	background-size: 1000px auto;
	width: 100%;
	height: 550px;
	opacity: 0;
	z-index: 1;
}
.mv__img--inner {
	width: 100%;
	max-width: 375px;
	height: 714px;
	position: relative;
	margin: 0 auto;
}
.mv__img--inner p {
	position: absolute;
	/*opacity: 0;*/
}
.mv__img--inner p img {
	width: 100%;
	height: auto;
}
.mv__img--faq01-q {
	top: 20%;
	left: 16%;
	width: 155px;
}
.mv__img--faq01-a {
	top: 12%;
	left: 45%;
	width: 198px;
}
.mv__img--faq02-q {
	top: 29%;
	left: 36%;
	width: 190px;
}
.mv__img--faq02-a {
	top: 20%;
	left: 55%;
	width: 220px;
}
.mv__img--faq03-q {
	top: 40%;
	left: 15%;
	width: 214px;
}
.mv__img--faq03-a {
	top: 30%;
	left: 40%;
	width: 198px;
}
.mv__img--faq04-q {
	top: 26%;
	left: 46%;
	width: 220px;
}
.mv__img--faq04-a {
	top: 17%;
	left: 55%;
	width: 190px;
}
.mv__copy {
	display: none;
}
@media screen and (min-width: 600px) {
	.mv__ttl {
		font-size: 3.2rem;
	}
	.mv__txt {
		font-size: 1.3rem;
		max-width: 500px;
	}
	.mv__img {
		top: 200px;
		right: 0;
		background: url("../images/mv_img.png") no-repeat center 0;
		background-size: 1200px auto;
		height: 634px;
	}
	.mv__img--inner {
		width: 100%;
		max-width: 600px;
	}
	.mv__img--faq01-q {
		top: 25%;
		left: 25%;
		width: 181px;
	}
	.mv__img--faq01-a {
		top: 15%;
		left: 45%;
		width: 231px;
	}
	.mv__img--faq02-q {
		top: 36%;
		left: 43%;
		width: 221px;
	}
	.mv__img--faq02-a {
		top: 25%;
		left: 60%;
		width: 256px;
	}
	.mv__img--faq03-q {
		top: 46%;
		left: 26%;
		width: 249px;
	}
	.mv__img--faq03-a {
		top: 36%;
		left: 50%;
		width: 231px;
	}
	.mv__img--faq04-q {
		top: 29%;
		left: 52%;
		width: 235px;
	}
	.mv__img--faq04-a {
		top: 19%;
		left: 69%;
		width: 221px;
	}
}
@media screen and (min-width: 769px) {
	.mv__ttl {
		font-size: 4.2rem;
	}
	.mv__txt {
		font-size: 1.5rem;
		max-width: 550px;
	}
}
@media screen and (min-width: 960px) {
	.mv__catch {
		padding: 0 ;
		top: 180px;
		left: 50px;
	}
	.mv__ttl {
		font-size: 5.0rem;
	}
	.mv__txt {
		font-size: 1.6rem;
		max-width: inherit;
	}
	.mv__img {
		right: -260px;
		min-width: 1200px;
	}
	.mv__img--inner {
		max-width: 800px;
		height: 550px;
	}
	.mv__img--faq01-q {
		top: 32%;
		left: 30%;
	}
	.mv__img--faq01-a {
		top: 20%;
		left: 45%;
	}
	.mv__img--faq02-q {
		top: 46%;
		left: 43%;
	}
	.mv__img--faq02-a {
		top: 32%;
		left: 60%;
	}
	.mv__img--faq03-q {
		top: 60%;
		left: 32%;
	}
	.mv__img--faq03-a {
		top: 47%;
		left: 50%;
	}
	.mv__img--faq04-q {
		top: 39%;
		left: 52%;
	}
	.mv__img--faq04-a {
		top: 25%;
		left: 65%;
	}
}
@media screen and (min-width: 1200px) {
	.mv__ttl {
		font-size: 5.5rem;
	}
	.mv__txt {
		font-size: 1.7rem;
	}
	.mv__img {
		top: 150px;
		right: -200px;
		background: url("../images/mv_img.png") no-repeat center 0;
		background-size: 1350px auto;
		width: 1350px;
		height: 714px;
	}
	.mv__img--inner {
		max-width: 1000px;
		height: 600px;
	}
	.mv__img--faq01-q {
		top: 30%;
		left: 29%;
		width: 259px;
	}
	.mv__img--faq01-a {
		top: 13%;
		left: 45%;
		width: 330px;
	}
	.mv__img--faq02-q {
		top: 45%;
		left: 42%;
		width: 316px;
	}
	.mv__img--faq02-a {
		top: 28%;
		left: 60%;
		width: 366px;
	}
	.mv__img--faq03-q {
		top: 60%;
		left: 28%;
		width: 356px;
	}
	.mv__img--faq03-a {
		top: 42%;
		left: 50%;
		width: 330px;
	}
	.mv__img--faq04-q {
		top: 38%;
		left: 48%;
		width: 336px;
	}
	.mv__img--faq04-a {
		top: 20%;
		left: 62%;
		width: 316px;
	}
}
@media screen and (min-width: 1350px) {
	.mv__catch {
		top: 200px;
		left: 100px;
	}
	.mv__ttl {
		font-size: 6.0rem;
	}
	.mv__img {
		right: -150px;
	}
}
@media screen and (min-width: 1550px) {
	#mv {
		height: 840px;
	}
	.mv__inner  {
		height: 840px;
	}
	.mv__cont {
		height: 840px;
	}
	.mv__catch {
		width: 100%;
		max-width: 1420px;
		height: 100%;
		margin: 0 auto;
		display: flex;
		align-items: center;
		position: relative;
		top: inherit;
		left: inherit;
	}
	.mv__ttl {
		font-size: 7.0rem;
		margin-bottom: 30px;
	}
	.mv__txt {
		font-size: 1.8rem;
		line-height: 2.0;
	}
	.mv__img {
		top: inherit;
		bottom: -30px;
		right: 0;
		height: 714px;
	}
	.mv__img--inner {
		height: 714px;
	}
	.mv__img--faq01-q {
		top: 25%;
		left: 29%;
	}
	.mv__img--faq01-a {
		top: 10%;
		left: 45%;
	}
	.mv__img--faq02-q {
		top: 38%;
		left: 42%;
	}
	.mv__img--faq02-a {
		top: 23%;
		left: 60%;
	}
	.mv__img--faq03-q {
		top: 50%;
		left: 28%;
	}
	.mv__img--faq03-a {
		top: 35%;
		left: 50%;
	}
	.mv__img--faq04-q {
		top: 30%;
		left: 48%;
	}
	.mv__img--faq04-a {
		top: 15%;
		left: 62%;
	}
	.mv__copy {
		display: block;
		position: absolute;
		left: -140px;
		bottom: 200px;
		font-size: 1.2rem;
		color: #fff;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		font-family: DINNextLTPro-Regular;
		letter-spacing: 0.12em;
		line-height: 1.0;
	}
}


/*--contact--*/
#under-contact {
	padding: 1px 0 50px;
	margin: 100px 0 0;
	background: url("../images/mv_bg.jpg") repeat 0 0;
	position: relative;
}
#under-contact:before {
	position: absolute;
	content: "";
	width: calc( 100% + 50px );
	height: 250px;
	right: -50px;
	bottom: 0;
	z-index: -1;
	background: #0a1e32;
}
.cmn-under__cont {
	background: #fff;
	padding: 50px 0 0;
}
.under-contact__wrap {
	position: relative;
	background:url("../images/under_contact_bg.png") no-repeat right 0 #fff;
	background-size: 225px auto;
	box-shadow: 0px 0px 40px -15px #ccc;
	padding: 40px 20px 20px;
	width: calc( 100% - 40px );
	max-width: 1420px;
	margin: -90px 20px 0;
	opacity: 0;
}
.under-contact__catch {
	position: absolute;
	text-align: center;
	width: 100%;
	top: -28px;
	left: 0;
}
.under-contact__catch span {
	display: inline-block;
	background: #1e88f5;
	border-radius: 55px;
	-webkit-border-radius: 55px;
	-moz-border-radius: 55px;
	color: #fff;
	font-size: 1.3rem;
	padding: 10px 20px 13px;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	position: relative;
	letter-spacing: 0.05em;
}
.under-contact__catch span:before {
	position: absolute;
	content: "";
	border-style: solid;
	border-width: 15px 12px 0 0;
	border-top-color: #1e88f5;
	left: calc( 50% - 5px );
	bottom: -15px;
}
.under-contact__ttl {
	font-size: 2.2rem;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	text-align: center;
	margin-bottom: 20px;
}
.under-contact__inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.under-contact__cont {
	border: 5px solid #dee0e2;
	text-align: center;
	padding: 20px;
	margin-bottom: 20px;
}
.under-contact__cont:last-child {
	margin-bottom: 0;
}
.under-contact__cont--ttl {
	font-size: 1.8rem;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	margin-bottom: 10px;	
}
.under-contact__cont--tel {
	display: none;
}
.under-contact__btn--tel {
	width: 100%;
	max-width: 250px;
	margin: 0 auto 15px;
}
.under-contact__btn--tel a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	height: 50px;
	background: #1e88f5;
	box-shadow: 0px 0px 20px -3px #adacac;
	text-decoration: none;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border: 2px solid #1e88f5;
}
.under-contact__btn--tel a:hover {
	background: #fff;
	border: 2px solid #1e88f5;
}
.under-contact__btn--tel a span {
	display: block;
	padding: 0 3px 2px 19px;
	background: url("../images/icon_tel.png") no-repeat 0 center;
	background-size: 17px auto;
	color: #fff;
	font-size: 1.4rem;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	letter-spacing: 0.05em;
}
.under-contact__btn--tel a:hover span {
	background: url("../images/icon_tel_bl.png") no-repeat 0 center;
	background-size: 17px auto;
	color: #fff;
}
.under-contact__cont--txt {
	font-size: 1.3rem;
	letter-spacing: 0.1em;
}
.under-contact__btn--mail {
	width: 100%;
	max-width: 250px;
	margin: 0 auto 15px;
}
.under-contact__btn--mail a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 25px;
	height: 50px;
	background: #1e88f5;
	box-shadow: 0px 0px 20px -3px #adacac;
	text-decoration: none;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border: 2px solid #1e88f5;
}
.under-contact__btn--mail a:hover {
	background: #fff;
	border: 2px solid #1e88f5;
}
.under-contact__btn--mail a span {
	display: block;
	padding: 0 3px 2px 25px;
	background: url("../images/icon_contact_w.png") no-repeat 0 center;
	background-size: 23px auto;
	color: #fff;
	font-size: 1.4rem;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	letter-spacing: 0.05em;
}
.under-contact__btn--mail a:hover span {
	background: url("../images/icon_contact.png") no-repeat 0 center;
	background-size: 23px auto;
	color: #098bde;
}
.under-contact__btn--satei {
	width: 100%;
	max-width: 250px;
	margin: 0 auto 15px;
}
.under-contact__btn--satei a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 25px;
	height: 50px;
	background: #1e88f5;
	box-shadow: 0px 0px 20px -3px #adacac;
	text-decoration: none;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border: 2px solid #1e88f5;
}
.under-contact__btn--satei a:hover {
	background: #fff;
	border: 2px solid #1e88f5;
}
.under-contact__btn--satei a span {
	display: block;
	padding: 0 5px 2px 27px;
	background: url("../images/icon_satei_w.png") no-repeat 0 5px;
	background-size: 24px auto;
	color: #fff;
	font-size: 1.4rem;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	letter-spacing: 0.05em;
}
.under-contact__btn--satei a:hover span {
	background: url("../images/icon_satei.png") no-repeat 0 5px;
	background-size: 24px auto;
	color: #098bde;
}
@media screen and (min-width: 650px) {
	.under-contact__cont--box {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.under-contact__btn--mail {
		width: 100%;
		max-width: 250px;
		margin: 0 10px 15px;
	}
	.under-contact__btn--satei {
		width: 100%;
		max-width: 250px;
		margin: 0 10px 15px;
	}
}
@media screen and (min-width: 769px) {
	.under-contact__wrap {
		background:url("../images/under_contact_bg.png") no-repeat right 0 #fff;
		background-size: 450px auto;
		padding: 60px 40px 40px;
	}
	.under-contact__catch span {
		font-size: 1.5rem;
		padding: 13px 40px 16px;
	}
	.under-contact__cont--tel {
		background: url("../images/icon_tel_b.png") no-repeat 0 13px;
		background-size: 20px auto;
		font-size: 3.5rem;
		font-family: DINNextLTPro-Medium;
		line-height: 1.0;
		padding: 7px 0 0 25px;
		display: inline-block;
		letter-spacing: 0.03em;
	}
	.under-contact__btn--tel {
		display: none;
	}
}
@media screen and (min-width: 960px) {	
	#under-contact {
		margin: 150px 0 0;
	}
	.under-contact__wrap {
		padding: 60px 30px 30px;
		width: calc( 100% - 100px );
		margin: -90px 50px 0;
	}
	.cmn-under__cont {
		padding: 75px 0 0;
	}
	.under-contact__catch span {
		font-size: 1.6rem;
		padding: 13px 50px 16px;
	}
	.under-contact__ttl {
		font-size: 2.8rem;
		font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
		text-align: center;
		margin-bottom: 20px;
	}
	.under-contact__inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.under-contact__cont {
		width: 48.5%;
		padding: 40px 0;
		margin: 0;
	}
	.under-contact__cont--txt {
		font-size: 1.4rem;
	}
	.under-contact__cont--box {
		padding: 10px 0 0;
	}
	.under-contact__btn--mail {
		width: inherit;
		max-width: none;
		margin: 0 5px;
	}
	.under-contact__btn--mail a {
		padding: 0 10px;
	}
	.under-contact__btn--mail a span {
		font-size: 1.5rem;
	}
	.under-contact__btn--satei {
		width: inherit;
		max-width: none;
		margin: 0 5px;
	}
	.under-contact__btn--satei a {
		padding: 0 10px;
	}
	.under-contact__btn--satei a span {
		font-size: 1.5rem;
	}
}
@media screen and (min-width: 1200px) {	
	.cmn-under__cont {
		padding: 100px 0 0;
	}
	.under-contact__cont--tel {
		background: url("../images/icon_tel_b.png") no-repeat 0 21px;
		background-size: 27px auto;
		font-size: 5.5rem;
		font-family: DINNextLTPro-Medium;
		line-height: 1.0;
		padding: 7px 0 0 35px;
		display: inline-block;
		letter-spacing: 0em;
	}
	.under-contact__btn--tel {
		display: none;
	}
	.under-contact__btn--mail {
		margin: 0 10px;
	}
	.under-contact__btn--mail a {
		height: 70px;
		padding: 0 25px;
	}
	.under-contact__btn--mail a span {
		font-size: 1.6rem;
		padding: 0 5px 2px 30px;
	}
	.under-contact__btn--satei {
		margin: 0 10px;
		width: inherit;
		max-width: none;
	}
	.under-contact__btn--satei a {
		height: 70px;
		padding: 0 25px;
	}
	.under-contact__btn--satei a span {
		font-size: 1.6rem;
		padding: 0 5px 2px 30px;
	}
}
@media screen and (min-width: 1360px) {	
	.under-contact__wrap {
		padding: 60px 50px 50px;
	}
}
@media screen and (min-width: 1650px) {	
	#under-contact {
		padding: 1px 0 100px 50px;
		margin: 150px 50px 0 0;
		background: url("../images/mv_bg.jpg") repeat 0 0;
		position: relative;
	}
	#under-contact:before {
		position: absolute;
		content: "";
		width: calc( 100% + 50px );
		height: 250px;
		right: -50px;
		bottom: 0;
		z-index: -1;
		background: #0a1e32;
	}
	.under-contact__wrap {
		position: relative;
		background:url("../images/under_contact_bg.png") no-repeat right 0 #fff;
		/*box-shadow: 0px 0px 30px -3px #c8c8c9;*/
		padding: 60px;
		width: 100%;
		max-width: 1420px;
		margin: -90px auto 0;
	}
	.under-contact__catch {
		position: absolute;
		text-align: center;
		width: 100%;
		top: -28px;
		left: 0;
	}
	.under-contact__catch span {
		display: inline-block;
		background: #1e88f5;
		border-radius: 55px;
		-webkit-border-radius: 55px;
		-moz-border-radius: 55px;
		color: #fff;
		font-size: 1.8rem;
		padding: 13px 50px 16px;
		font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
		position: relative;
	}
	.under-contact__catch span:before {
		position: absolute;
		content: "";
		border-style: solid;
		border-width: 15px 12px 0 0;
		border-top-color: #1e88f5;
		left: calc( 50% - 5px );
		bottom: -15px;
	}
	.under-contact__ttl {
		font-size: 3.4rem;
		font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
		text-align: center;
		margin-bottom: 30px;
	}
	.under-contact__inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}
	.under-contact__cont {
		width: 48.5%;
		border: 5px solid #dee0e2;
		text-align: center;
		padding: 40px;
	}
	.under-contact__cont--ttl {
		font-size: 2.0rem;
		font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
		margin-bottom: 10px;	
	}
	.under-contact__cont--txt {
		font-size: 1.4rem;
		letter-spacing: 0.1em;
	}
	.under-contact__cont--box {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		padding: 10px 0 0;
	}
}

/* footer */
.page-top {
	position: fixed;
	width: 70px;
	height: 70px;
	right: 15px;
	bottom: 85px;
	z-index: 9999;
}
.page-top a {
	display: block;
	width: 70px;
	height: 70px;
	margin-top: 0;
	background: url("../images/page_top.png") no-repeat center 12px #0a1e32;
	background-size: 12px auto;
	padding: 42px 0 0;
	color: #fff;
	text-align: center;
	font-size: 0.7rem;
	font-family: DINNextLTPro-Medium;
	line-height: 1.1;
	text-decoration: none;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	letter-spacing: 0.1em;
	border-radius: 64px;
	-webkit-border-radius: 64px;
	-moz-border-radius: 64px;
}
.page-top a:hover {
	margin-top: -5px;
}
footer {
	background: #0a1e32;
	width: 100%;
}
.footer {
	position: relative;
	width: 100%;
	max-width: 1420px;
	height: 400px;
	margin: 0 auto;
}
.footer__logo {
	position: absolute;
	top: 60px;
	left: calc( 50% - 23px );
	width: 47px;
}
.footer__txt {
	position: absolute;
	top: 130px;
	left: 0;
	width: 100%;
}
.footer__ttl {
	font-size: 1.6rem;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	color: #fff;
	margin-bottom: 5px;
	text-align: center;
}
.footer__add,.footer__tel {
	font-size: 1.3rem;	
	color: #fff;
	letter-spacing: 0.1em;
	text-align: center;
}
.footer-nav {
	display: none;
}
.footer .copy {
	position: absolute;
	left: 0;
	bottom: 80px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 1.1rem;
	font-family: DINNextLTPro-Regular;
}
@media screen and (min-width: 769px) {
	.page-top {
		right: 20px;
		bottom: 20px;
	}
	.footer {
		height: 500px;
	}
	.footer__logo {
		top: 250px;
		width: 47px;
	}
	.footer__txt {
		top: 320px;
		display: inline-block;
	}
	.footer-nav {
		position: absolute;
		width: 80%;
		top: 80px;
		right: 10%;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.footer-nav__ul {
		width: 33.3%;
	}
	.footer-nav__li {
		padding: 0 0 10px;
	}
	.footer-nav__li a {
		display: block;
		color: #fff;
		text-decoration: none;
		transition: all .3s;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		position: relative;
		text-align: center;
	}
	.footer-nav__li a:before {
		position: absolute;
		content: "";
		background: #fff;
		width: 0;
		height: 3px;
		bottom: -5px;
		left: 50%;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	.footer-nav__li a:hover:before {
		width: 100%;
		left: 0;
	}
	.footer .copy {
		bottom: 20px;
	}
}
@media screen and (min-width: 1200px) {
	.page-top {
		width: 80px;
		height: 80px;
		right: 30px;
		bottom: 30px;
	}
	.page-top a {
		width: 80px;
		height: 80px;
		background: url("../images/page_top.png") no-repeat center 13px #0a1e32;
		background-size: 15px auto;
		padding: 50px 0 0;
		font-size: 1.1rem;
		line-height: 1.0;
		border-radius: 80px;
		-webkit-border-radius: 80px;
		-moz-border-radius: 80px;
	}
	footer {
		padding: 0 50px;
	}
	.footer {
		height: 600px;
	}
	.footer__logo {
		top: 80px;
		left: 0;
	}
	.footer__txt {
		top: 190px;
		width: 400px;
	}
	.footer__ttl {
		font-size: 1.7rem;
		width: 400px;
		text-align: left;
		margin-bottom: 10px;
	}
	.footer__add,.footer__tel {
		font-size: 1.3rem;	
		width: 400px;
		text-align: left;
	}
	.footer-nav {
		width: 685px;
		top: 190px;
		right: 0;
	}
	.footer-nav__li a {
		display: inline-block;
		text-align: left;
	}
}


/*Page Ttl*/
.page-ttl {
	height: 260px;
	position: relative;
	background: url("../images/mv_bg.jpg") repeat 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 60px 0 0;
	
}
.page-ttl__txt {
	font-size: 2.6rem;
	color: #fff;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	text-align: center;
	line-height: 0.8;
	opacity: 0;
}
.page-ttl__eng {
	font-size: 1.3rem;
	color: #fff;	
	font-family: DINNextLTPro-Regular;
	text-transform: uppercase;
}
@media screen and (min-width: 769px) {
	.page-ttl {
		height: 380px;
		padding: 120px 0 0;

	}
	.page-ttl__txt {
		font-size: 4.2rem;
	}
	.page-ttl__eng {
		font-size: 1.6rem;
	}
}

/*--JS 設定--*/
.fadeInUp {
	 -webkit-animation-fill-mode:both;
	 -ms-animation-fill-mode:both;
	 animation-fill-mode:both;
	 -webkit-animation-duration:1s;
	 -ms-animation-duration:1s;
	 animation-duration:1s;
	 -webkit-animation-name: fadeInUp;
	 animation-name: fadeInUp;
	 visibility: visible !important;
}
@-webkit-keyframes fadeInUp {
	0% { opacity: 0; -webkit-transform: translateY(30px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInUp {
	0% { opacity: 0; -webkit-transform: translateY(30px); -ms-transform: translateY(30px); transform: translateY(30px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

.fadeInLeft {
	 -webkit-animation-fill-mode:both;
	 -ms-animation-fill-mode:both;
	 animation-fill-mode:both;
	 -webkit-animation-duration:1s;
	 -ms-animation-duration:1s;
	 animation-duration:1s;
	 -webkit-animation-name: fadeInLeft;
	 animation-name: fadeInLeft;
	 visibility: visible !important;
}
@-webkit-keyframes fadeInLeft {
	0% { opacity: 0; -webkit-transform: translateX(-30px); }
	100% { opacity: 1; -webkit-transform: translateX(0); }
}
@keyframes fadeInLeft {
	0% { opacity: 0; -webkit-transform: translateX(-30px); -ms-transform: translateX(-30px); transform: translateX(-30px); }
	100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}

.fadeInRight {
	 -webkit-animation-fill-mode:both;
	 -ms-animation-fill-mode:both;
	 animation-fill-mode:both;
	 -webkit-animation-duration:1s;
	 -ms-animation-duration:1s;
	 animation-duration:1s;
	 -webkit-animation-name: fadeInRight;
	 animation-name: fadeInRight;
	 visibility: visible !important;
}
@-webkit-keyframes fadeInRight {
	0% { opacity: 0; -webkit-transform: translateX(30px); }
	100% { opacity: 1; -webkit-transform: translateX(0); }
}
@keyframes fadeInRight {
	0% { opacity: 0; -webkit-transform: translateX(30px); -ms-transform: translateX(30px); transform: translateX(30px); }
	100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}
.top-down {
	top: 0;
	opacity: 1;
}

/*--パンクズ--*/
.breadcrumb-ul {
	padding: 0 20px 50px;
	width: 100%;
}
.breadcrumb-ul li{
	display:inline-block;
	font-size:1.2rem;
	letter-spacing: 0.05em;
	margin-right: 30px;
	position: relative;
}
.breadcrumb-ul li:before {
	position: absolute;
	content:">";
	top: 0px;
	right: -20px;
}
.breadcrumb-ul li:last-child:before {
	display: none;
}
.breadcrumb-ul li a {
	color:#000;
	font-size:1.2rem;
}
.breadcrumb-ul li:first-child{
	background: url(../images/home.png) no-repeat 0 6px ;
	background-size: 12px 12px;
	padding: 0 0 0 20px;
}
*::-ms-backdrop,.breadcrumb-ul li:first-child {
	background: url(../images/home.png) no-repeat 0 6px ;
	background-size: 12px 12px;
}
.breadcrumb-ul li:first-child {
	background: url(../images/home.png) no-repeat 0 6px ;
	background-size: 12px 12px;
}
@media screen and (min-width:768px) {
	.breadcrumb-ul {
		margin:0 0 5px;
		max-width: 1460px;
		padding: 10px 20px 50px;
	}
	.breadcrumb-ul li{
		font-size:1.3rem;
		letter-spacing: 0.1em;
	}
	.breadcrumb-ul li a {
		font-size:1.3rem;
	}
}
@media screen and (min-width:960px) {
	.breadcrumb-ul {
		margin: 0 30px 5px;
		padding: 0 20px;
	}
	.contact .breadcrumb-ul,.assessment .breadcrumb-ul {
		padding: 0 20px 50px;
	}
}
@media screen and (min-width: 1640px) {
	.breadcrumb-ul {
		margin:0 auto 5px;
	}
}



/* ====================================
index.html
====================================== */
/*--Ttl--*/
.tp-ttl01 {
	text-align: center;
	margin-bottom: 40px;
}
.tp-ttl01__inner {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 900;
	line-height: 1.1;
	position: relative;
	padding: 10px 35px;
}
.tp-ttl01__inner:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 100%;
	top: 0;
	left: 0;
	border: 1px solid #121212;
	border-right: none;
}
.tp-ttl01__inner:after {
	position: absolute;
	content: "";
	width: 10px;
	height: 100%;
	top: 0;
	right: 0;
	border: 1px solid #121212;
	border-left: none;
}
.tp-ttl01__eng {
	font-size: 3.5rem;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0.1em;
}


/*--お知らせ--*/
#tp-news {
	position: relative;
	z-index: 2;
}
.tp-news__inner {
	background: #fff;
	margin-top: -70px;
	box-shadow: 0px 0px 20px -3px #c8c8c9;
	box-shadow: 0 2rem 3rem -2rem #cccccc;
}
.tp-news__ttl--area {
	text-align: center;
	padding: 20px 0;
}
.tp-news__ttl {
	color: #121212;
	font-size: 1.4rem;
	line-height: 1.0;
}
.tp-news__ttl span {
	color: #098bde;
	font-size: 2.6rem;
	display: block;
	font-family: DINNextLTPro-Medium;
	letter-spacing: 0.15em;
}
.tp-news__cont {
	display: block;
	border-top: 1px solid #e0e1e2;
	padding: 20px;
	color: #121212;
}
.tp-news__date {
	font-size: 1.3rem;
	line-height: 1.2;
	color: #d1c0a5;
	font-family: DINNextLTPro-Medium;
}
.tp-news__ttl--s {
	display: block;
	font-size: 1.6rem;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
}
.tp-news__txt {
	font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
	.tp-news__inner {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.tp-news__ttl--area {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 180px;
		text-align: left;
	}
	.tp-news__ttl {
		padding-left: 20px;
		text-align: left;
	}
	.tp-news__ttl span {
		font-size: 3.0rem;
		margin: 0 10px 0 0;
	}
	.tp-news__cont {
		width: calc( 100% - 180px );
		padding: 30px 35px;
		border-top: none;
		border-left: 1px solid #e0e1e2;
	}
	.tp-news__ttl--s {
		font-size: 1.8rem;
	}
	.tp-news__txt {
		font-size: 1.5rem;
	}
}
@media screen and (min-width: 960px) {
	#tp-news {
		margin: 0 20px;
	}
}
@media screen and (min-width: 1350px) {
	#tp-news {
		margin: 0 50px;
	}
}
@media screen and (min-width: 1560px) {
	#tp-news {
		margin: 0 auto;
	}
}


/*--特徴--*/
#tp-strengths {
	background: url("../images/logo_bg.png") no-repeat center -30px;
	padding: 60px 0 100px;
	position: relative;
}
.tp-strengths__catch {
	font-size: 1.8rem;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	text-align: center;
}
p.tp-strengths__btn {
	margin: 0 auto;
}
.tp-strengths__ttl {
	font-size: 2.2rem;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.6;
}
.tp-strengths__ttl span {
	color: #098bde;
}
.tp-strengths__inner {
	padding: 1px 0 30px;
}
.tp-strengths__cont {
	padding-bottom: 20px;
	opacity: 0;
}
.tp-strengths__box {
	/*background: url("../images/link_bg.png") no-repeat right bottom #fff;*/
	background: #fff;
	box-shadow: 0px 0px 30px -3px #c8c8c9;
	box-shadow: 0 2rem 3rem -2rem #cccccc;
	/*border-radius: 0 0 15px 0;
	-webkit-border-radius: 0 0 15px 0;
	-moz-border-radius: 0 0 15px 0;*/
	padding: 1px 20px 20px;
	margin-top: 50px;
	position: relative;
    display: flex;
    flex-direction: column;
}
.tp-strengths__img {
	text-align: center;
	margin: -50px auto 10px;
}
.tp-strengths__img img {
	width: 100%;
	max-width: 190px;
	height: auto;
}
.tp-strengths__ttl--s {
	text-align: center;
	font-size: 2.0rem;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	margin-bottom: 5px;
}
.tp-strengths__ttl--s a {
	text-decoration: none;
	color: #121212;
}
.tp-strengths__btn--s {
	width: 100%;
	height: 32px;
	position: relative;	
	margin-top: auto; /* 位置を下に揃える */
	margin-bottom: 0; /* 装飾 */
}
.tp-strengths__btn--s a {
	display: block;
	width: 42px;
	height: 42px;
	bottom: -10px;
	right: -10px;
	position: absolute;	
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #0a1e32;
	box-shadow: 0px 0px 30px -3px #c8c8c9;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.tp-strengths__btn--s a:hover {
	background: #098bde;
}
.tp-strengths__btn--s a:before {
	position: absolute;
	content: "";
	background: #fff;
	width: 13px;
	height: 3px;
	top: 15px;
	left: 15px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.tp-strengths__btn--s a:after {
	position: absolute;
	content: "";
	background: #fff;
	width: 13px;
	height: 3px;
	top: 23px;
	left: 15px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.tp-strengths__btn--s a:hover:before {
	top: 15px;
	left: 17px;
}
.tp-strengths__btn--s a:hover:after {
	top: 23px;
	left: 17px;
}
@media screen and (min-width: 769px) {
	#tp-strengths {
		padding: 90px 0 40px;
	}
	#tp-strengths:before {
		position: absolute;
		content: "";
		width: 100%;
		height: 345px;
		background: #e3eaf1;
		bottom: 0;
		left: 0;
	}
	.tp-strengths__catch {
		font-size: 2.0rem;
	}
	.tp-strengths__ttl {
		font-size: 3.0rem;
	}
	p.tp-strengths__btn {
		max-width: 280px;
	}
	.tp-strengths__inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.tp-strengths__cont {
		width: 32%;
		max-width: 440px;
		display: flex;
	}
	.tp-strengths__box {
		margin-top: 60px;
	}
	.tp-strengths__img {
		margin: -60px auto 10px;
	}
	.tp-strengths__img img {
		max-width: inherit;
	}
	.tp-strengths__ttl--s {
		font-size: 2.2rem;
	}
	.tp-strengths__btn--s {
		height: 42px;
	}
	.tp-strengths__btn--s a {
		width: 52px;
		height: 52px;
		border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
	}
	.tp-strengths__btn--s a:before {
		top: 20px;
		left: 20px;
	}
	.tp-strengths__btn--s a:after {
		top: 28px;
		left: 20px;
	}
	.tp-strengths__btn--s a:hover:before {
		top: 20px;
		left: 22px;
	}
	.tp-strengths__btn--s a:hover:after {
		top: 28px;
		left: 22px;
	}
}
@media screen and (min-width: 960px) {
	#tp-strengths {
		padding: 110px 0 60px;
		margin: 0 20px;
	}
	.tp-strengths__ttl {
		margin-bottom: 30px;
	}
	.tp-strengths__box {
		padding: 1px 30px 30px;
		margin-top: 100px;
	}
	.tp-strengths__img {
		margin: -100px auto 10px;
	}
	.tp-strengths__ttl--s {
		font-size: 2.5rem;
	}
}
@media screen and (min-width: 1350px) {
	#tp-strengths {
		padding: 110px 0 100px;
		margin: 0 50px;
	}
	.tp-strengths__ttl {
		font-size: 3.4rem;
	}
	.tp-strengths__cont {
		width: 30.9%;
	}
	.tp-strengths__box {
		margin-top: 160px;
	}
	.tp-strengths__img {
		margin: -160px auto 10px;
	}
}


/*--特徴--*/
#tp-other {
	margin: 0 auto;
	padding: 20px 0 50px;
	position: relative;
}
.tp-other__inner {
}
.tp-other__cont {
	border: 5px solid #e3eaf1;
	background: #fff;
	padding: 0 15px 25px;
	text-align: center;
	box-shadow: 0px 0px 30px -3px #d7d7d9;
	box-shadow: 0 2rem 3rem -2rem #cccccc;
	margin-bottom: 50px;
	opacity: 0;
}
#tp-flow .tp-other__icon {
	width: 88px;
	height: 61px;
	margin: -20px auto 20px;
	text-align: center;
}
#tp-faq .tp-other__icon {
	width: 73px;
	height: 61px;
	margin: -20px auto 20px;
	text-align: center;
}
.tp-other__icon img {
	width: 100%;
	height: auto;
}
.tp-other__ttl {
	font-size: 2.2rem;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	line-height: 1.1;
	margin-bottom: 10px;
}
.tp-other__ttl span {
	font-size: 1.1rem;
	color: #098bde;
	font-family: DINNextLTPro-Medium;
}
.tp-other__txt {
	margin-bottom: 10px;	
}
.tp-other__btn {
	margin: 0 auto;
}
@media screen and (min-width: 600px) {
	#tp-other {
		padding: 40px 0;
	}
	.tp-other__inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.tp-other__cont {
		width: 48.5%;
	}
}
@media screen and (min-width: 769px) {
	#tp-other {
		padding: 80px 0;
	}
	.tp-other__cont {
		padding: 0 25px 35px;
	}
	#tp-flow .tp-other__icon {
		margin: -30px auto 30px;
	}
	#tp-faq .tp-other__icon {
		margin: -30px auto 30px;
	}
	.tp-other__ttl {
		font-size: 2.4rem;
	}
	.tp-other__ttl span {
		font-size: 1.2rem;
	}
}
@media screen and (min-width: 960px) {
	#tp-other {
		margin: 0 ;
		padding: 100px 20px;
	}
	.tp-other__ttl {
		font-size: 2.6rem;
	}
	.tp-other__txt {
		margin-bottom: 20px;	
	}
}
@media screen and (min-width: 1350px) {
	#tp-other {
		margin: 0 auto;
		padding: 100px 50px;
	}
	
}

/*--お客様の声--*/
#tp-voice {
	background: #e3eaf1;
	margin: 0 20px;
}
#tp-voice .cont{
	background: url("../images/tp_voice_bg.png") no-repeat 0 0;
	background-size: 487px auto;
	padding-top: 80px;
	padding-bottom: 70px;
	position: relative;
}
.tp-voice__ttl {
	text-align: center;
	font-size: 2.2rem;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	line-height: 1.1;
	margin-bottom: 10px;
}
.tp-voice__ttl span {
	font-size: 1.1rem;
	color: #098bde;
	font-family: DINNextLTPro-Medium;
}
.tp-voice__inner {	
	margin-bottom: 40px;
}
.tp-voice__cont {
    display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #b9c7d4;
	padding: 0 0 20px;
	margin-bottom: 20px;
	opacity: 0;
}
.tp-voice__img {
	width: 90px;
}
.tp-voice__info {
	width: calc( 100% - 105px );
}
.tp-voice__ttl--s {
	font-size: 1.6rem;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	line-height: 1.1;
	margin-bottom: 5px;	
}
.tp-voice__btn {
	margin: 0 auto;
}
@media screen and (min-width: 769px) {
	#tp-voice {
		background: #e3eaf1;
		padding: 0 20px;
	}
	#tp-voice .cont{
		background: url("../images/tp_voice_bg.png") no-repeat 0 0;
		background-size: 874px auto;
		padding-top: 110px;
		padding-bottom: 100px;
	}
	.tp-voice__ttl {
		font-size: 3.4rem;
	}
	.tp-voice__ttl span {
		font-size: 1.2rem;
	}
	.tp-voice__inner {	
		margin-bottom: 70px;
	}
	.tp-voice__ttl--s {
		font-size: 1.8rem;
	}
	p.tp-voice__btn {
		max-width: 280px;
	}
}
@media screen and (min-width: 960px) {
	.tp-voice__inner {	
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 40px;
		position: relative;
	}
	.tp-voice__inner:after {
		content:"";
	    display:block;
		width: 33.3%;
		max-width: 473px;
	    height:0;
	}
	.tp-voice__cont {
		width: 33.3%;
		max-width: 473px;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
		border-right: 1px solid #b9c7d4;
		border-bottom: none;
		padding: 0 10px;
	}
	.tp-voice__cont:first-child {
		padding: 0 10px 0 0;
	}
	.tp-voice__cont:last-child {
		border-right: none;
		padding: 0 0 0 10px;
	}
}
@media screen and (min-width: 1200px) {
	.tp-voice__inner {
		margin-bottom: 70px;
	}
	.tp-voice__cont {
		padding: 0 20px;
	}
	.tp-voice__cont:first-child {
		padding: 0 20px 0 0;
	}
	.tp-voice__cont:last-child {
		border-right: none;
		padding: 0 0 0 20px;
	}
	.tp-voice__img {
		width: 110px;
	}
	.tp-voice__info {
		width: calc( 100% - 130px );
		padding-top: 10px;
	}
	.tp-voice__ttl--s {
		font-size: 2.0rem;
	}
}
@media screen and (min-width: 1350px) {
	#tp-voice {
		background: #e3eaf1;
		margin: 0 50px;
	}
}


/* -------------------------------------------------
Sub
----------------------------------------------------*/
/*--Title / Txt--*/
.cont__ttl01 {
	font-size: 1.1rem;
	color: #098bde;
	font-family: DINNextLTPro-Medium;
	line-height: 2.6;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 20px;
	background: url("../images/cont_ttl01.png") no-repeat center 0;
	background-size: 23px auto;
	padding: 35px 20px 0;
}
.cont__ttl01 span {
	font-size: 2.2rem;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	line-height: 1.4;
}
.cont__ttl02 {
	text-align: center;
	margin-bottom: 20px;
}
.cont__ttl02 span {
	font-size: 2.2rem;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	padding: 0 0 5px;
	position: relative;
}
.cont__ttl02 span:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #1e88f5;
}
.cont__ttl03 {
	font-size: 1.8rem;
	line-height: 1.2;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	padding: 0 0 15px 20px;
	background: url("../images/line01.png") repeat-x 0 bottom;
	background-size: auto 3px;
	margin-bottom: 30px;
	position: relative;
}
.cont__ttl03:before {
	position: absolute;
	content: "";
	background: #1e88f5;
	top: 10px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.cont__ttl04 {
	font-size: 1.8rem;
	line-height: 1.2;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	padding: 0 0 0 20px;
	margin-bottom: 30px;
	position: relative;
}
.cont__ttl04:before {
	position: absolute;
	content: "";
	background: #1e88f5;
	top: 8px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
@media screen and (min-width: 769px) {
	.cont__ttl01 {
		margin-bottom: 30px;
	}
	.cont__ttl01 span {
		font-size: 2.6rem;
	}
	.cont__ttl02 {
		margin-bottom: 30px;
	}
	.cont__ttl02 span {
		font-size: 2.4rem;
		padding: 0 0 5px;
	}
	.cont__ttl03 {
		font-size: 1.8rem;
		margin-bottom: 30px;
	}
	.cont__ttl03:before {
		top: 10px;
	}
	.cont__ttl04 {
		font-size: 1.8rem;
		margin-bottom: 30px;
	}
	.cont__ttl04:before {
		top: 10px;
	}
}
@media screen and (min-width: 960px) {
	.cont__ttl01 {
		margin-bottom: 40px;
		font-size: 1.2rem;
	}
	.cont__ttl01 span {
		font-size: 3.2rem;
	}
	.cont__ttl02 {
		margin-bottom: 30px;
	}
	.cont__ttl02 span {
		font-size: 2.8rem;
		padding: 0 0 5px;
	}
	.cont__ttl03 {
		font-size: 2.0rem;
		margin-bottom: 30px;
	}
	.cont__ttl03:before {
		top: 10px;
	}
	.cont__ttl04 {
		font-size: 2.0rem;
		margin-bottom: 30px;
	}
	.cont__ttl04:before {
		top: 10px;
	}
}

/*--Catch / Txt--*/
.marker{
	background: linear-gradient(transparent 70%, #f0eb47 0%);
	display: inline;
	padding: 0 2px 2px;
}
.cmn-txt {
	margin-bottom: 20px;
}
.cmn-txt__cen {
	text-align: center;
	margin-bottom: 40px;
}
.cmn-txt__s {
	font-size: 1.3rem;
}
@media screen and (min-width: 769px) {
	.cmn-txt {
		margin-bottom: 40px;
	}
	.cmn-txt__cen {
		text-align: center;
		margin-bottom: 50px;
	}
	.cmn-txt__s {
		font-size: 1.5rem;
	}
}
@media screen and (min-width: 960px) {
	.cmn-txt__cen {
		text-align: center;
		margin-bottom: 60px;
	}
}

/*--Catch--*/
.cmn-catch__area {
	padding: 50px 20px 40px;
	background: url("../images/cmn_catch_bg.png") no-repeat center center #fff;
	background-size: 300px auto;
}
.cmn-catch {
	font-size: 1.6rem;
	line-height: 1.6;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	text-align: center;
}
.cmn-catch .marker{
	font-size: 2.0rem;
	color: #098bde;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
}
.cmn-catch__txt {
	padding: 30px 0;
	margin: 0;
}
.cmn-catch__img {
	text-align: center;
}
@media screen and (min-width: 769px) {
	.cmn-catch__area {
		padding: 100px 20px 80px;
		background: url("../images/cmn_catch_bg.png") no-repeat center 0 #fff;
		background-size: 600px auto;
	}
	.cmn-catch {
		font-size: 2.0rem;
	}
	.cmn-catch .marker{
		font-size: 2.8rem;
	}	
	.cmn-catch__txt {
		padding: 40px 0;
	}
}
@media screen and (min-width: 960px) {
	.cmn-catch {
		font-size: 2.8rem;
	}
	.cmn-catch .marker{
		font-size: 3.6rem;
	}	
}

/*--btn--*/
.cmn-btn__m--n {
	width: 100%;
	max-width: 230px;
}
.cmn-btn__m--n a{
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	position: relative;
	color: #fff;
	font-size: 1.4rem;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	box-shadow: 0px 0px 10px -3px #adacac;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	padding: 0 0 3px;
	background: #0a1e32;
}
.cmn-btn__m--n a:hover {
	background: #1e88f5;
}
.cmn-btn__m--n a:before,.cmn-btn__m--n a:after {
	position: absolute;
	content: "";
	background: #fff;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	right: 15px;
}
.cmn-btn__m--n a:before {
	width: 8px;
	height: 2px;
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
	top: calc( 50% - 6px);
}
.cmn-btn__m--n a:after {
	width: 8px;
	height: 2px;
	-webkit-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg);
	top: calc( 50% - 11px);
}
.cmn-btn__m--n a:hover:before,.cmn-btn__m--n a:hover:after {
	right: 12px;
}
.cmn-btn__m--n a span {
	display: inline-block;
	padding: 0px 20px 2px 25px;
	color: #fff;
	font-size: 1.4rem;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	line-height: 1.2;
	letter-spacing: 0.15em;
}
.cmn-btn__m--b {
	width: 100%;
	max-width: 250px;
}
.cmn-btn__m--b a{
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	position: relative;
	color: #fff;
	font-size: 1.4rem;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	box-shadow: 0px 0px 10px -3px #adacac;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	padding: 0 0 3px;
}
.cmn-btn__m--b a {
	background: #1e88f5;
	border: 2px solid #1e88f5;
}
.cmn-btn__m--b a:hover {
	background: #fff;
	color: #1e88f5;
}
.cmn-btn__m--b a:before,.cmn-btn__m--b a:after {
	position: absolute;
	content: "";
	background: #fff;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	right: 15px;
}
.cmn-btn__m--b a:before {
	width: 8px;
	height: 2px;
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
	top: calc( 50% - 6px);
}
.cmn-btn__m--b a:after {
	width: 8px;
	height: 2px;
	-webkit-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg);
	top: calc( 50% - 11px);
}
.cmn-btn__m--b a:hover:before,.cmn-btn__m--b a:hover:after {
	right: 12px;
	background: #1e88f5;
}
.cmn-btn__m--b a span {
	display: inline-block;
	padding: 0px 20px 2px 25px;
	color: #fff;
	font-size: 1.4rem;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	line-height: 1.2;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	letter-spacing: 0.1em;
}
.cmn-btn__m--b a:hover span {
	color: #1e88f5;
}
@media screen and (min-width: 769px) {
	.cmn-btn__m--n a {
		height: 60px;
		font-size: 1.6rem;
	}
	.cmn-btn__m--n a span {
		font-size: 1.6rem;
	}
	.cmn-btn__m--b a {
		height: 60px;
		font-size: 1.6rem;
	}
	.cmn-btn__m--b a span {
		font-size: 1.6rem;
	}
}

/*--Table--*/
.cmn-table {
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px solid #e0e1e2;
}
.cmn-table th,.cmn-table td {
	border-top: 1px solid #e0e1e2;
	padding: 20px;
}
.cmn-table th {
	border-top: 1px solid #098bde;
	width: 35%;
	max-width: 150px;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
}
.cmn-table tr:last-child th {
	border-bottom: 1px solid #098bde;
}
@media screen and (min-width: 769px) {
	.cmn-table th,.cmn-table td {
		padding: 20px 40px;
		font-size: 1.6rem;
	}
	.cmn-table th {
		width: 25%;
		max-width: 300px;
	}
}

/*--Page under link--*/
.under-link {
	margin: 0 auto 100px;
	width: 100%;
	max-width: 1200px;
}
.under-link li {
	width: 80%;
	max-width: 250px;
	margin: 0 auto 10px;
}
@media screen and (min-width: 600px) {
	.under-link {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.under-link li {
		width: 40%;
		margin: 0 2%;
	}
}

/*--Caution--*/
.caution01,.caution02 {
	background: #eaf4fe;
	padding: 30px;
	margin: 15px auto;
	display: inline-block;
}
.caution02 {
	background: #fff;
}
@media screen and (min-width: 769px) {
	.caution01,.caution02 {
		padding: 30px 70px;
	}
}

/*--Line--*/
.line-b {
	border-bottom: 1px solid #e2e2e2;
}


/*--STRENGTHS--*/
.strengths01__cont {
	position: relative;
	margin-bottom: 60px;
}
.strengths01__cont:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #e3eaf1;
	top: 30px;
	left: calc( 50% + 40px );
	z-index: -1;
}
.strengths01__cont:nth-child(2n):before {
	left: calc( -50% - 40px );
}
.strengths01__img {
	text-align: center;
	margin-bottom: 20px;
}
.strengths01__img img {
	width: 100%;
	max-width: 290px;
	height: auto;
}
.strengths01__info {
	padding: 25px;
	background: #fff;
	box-shadow: 0px 0px 30px -3px #d7d7d9;
	box-shadow: 0 1.5rem 3rem -2rem #cccccc;
}
.strengths01__num {
	color: #098bde;
	font-family: DINNextLTPro-Medium;
	font-size: 1.1rem;
	position: relative;
	padding: 0 0 10px;
	line-height: 1.0;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
.strengths01__num:before {
	position: absolute;
	content: "";
	background: #098bde;
	width: 20px;
	height: 1px;
	left: 0;
	bottom: 0;
}
.strengths01__num span {
	color: #098bde;
	font-family: DINNextLTPro-Medium;
	font-size: 2.0rem;
	margin-left: 5px;
}
.strengths01__ttl {
	font-size: 2.2rem;
	margin-bottom: 10px;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	display: inline-block;
	line-height: 1.4;
}
.strengths01__ttl .marker span {
	font-size: 2.2rem;
	margin-bottom: 30px;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	color: #098bde;
}
.strengths01__txt {
	margin-bottom: 20px;
}
.strengths01__cont--s {
	padding: 25px;
	background: #fff;
	box-shadow: 0px 0px 30px -3px #d7d7d9;
	box-shadow: 0 1.5rem 3rem -2rem #cccccc;
	margin-bottom: 20px;
}
.strengths01__ttl--s {
	font-size: 2.2rem;
	margin-bottom: 20px;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	display: inline-block;
	line-height: 1.4;
}
.strengths01__ttl--s .marker span {
	font-size: 2.2rem;
	margin-bottom: 30px;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	color: #098bde;
}
.strengths01__btn {
	margin: 0 auto;
}
.strengths02__ttl--assessment {
	padding: 25px 0 5px;
	background: url("../images/icon_satei.png") no-repeat center 0;
	background-size: 24px auto;
}
.strengths02__ttl--contact {
	padding: 25px 0 5px;
	background: url("../images/icon_contact.png") no-repeat center 0;
	background-size: 26px auto;
}
.strengths02__assessment {
	background: #f0f0f0;
	padding: 25px;
	margin-bottom: 30px;
}
.strengths02__assessment--cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
	padding: 10px;
}
.strengths02__assessment--cont:last-child {
	background: #f7eed3;
	margin-bottom: 0;
}
.strengths02__assessment--img {
	width: 95px;
}
.strengths02__assessment--img img {
	width: 100%;
	height: auto;
}
.strengths02__assessment--info {
	width: calc( 100% - 115px );
}
.strengths02__assessment--ttl {
	margin-bottom: 5px;
}
.strengths02__assessment--ttl span {
	font-size: 1.6rem;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	color: #098bde;
}
.strengths02__assessment--txt {
	font-size: 1.4rem;
}
.strengths02__assessment--btn {
	margin: 0 auto 50px;
}
.strengths02__assessment--btn a span {
	background: url("../images/icon_satei_w.png") no-repeat 0 center;
	background-size: 24px auto;
	padding: 5px 20px 7px 30px;
	margin: 0 0 0 10px;
}
.strengths02__assessment--btn a:hover span {
	background: url("../images/icon_satei.png") no-repeat 0 center;
	background-size: 24px auto;
	color: #098bde;
}
.strengths02__contact {
	border: 5px solid #dee0e2;
	padding: 20px;
}
.strengths02__contact--cont {
	padding: 20px 0;
	text-align: center;
}
.strengths02__contact--cont:first-child {
	border-bottom: 1px solid #dee0e2;
}
.strengths02__contact--btn {
	margin: 0 auto;
}
.strengths02__contact--btn a span {
	background: url("../images/icon_contact_w.png") no-repeat 0 center;
	background-size: 24px auto;
	padding-left: 30px;
}
.strengths02__contact--btn a:hover span {
	background: url("../images/icon_contact.png") no-repeat 0 center;
	background-size: 24px auto;
	color: #098bde;
}

.strengths02__contact--ttl {
	font-size: 1.8rem;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	margin-bottom: 10px;	
}
.strengths02__contact--tel {
	display: none;
}
.strengths02__contact--btn-tel {
	width: 100%;
	max-width: 250px;
	margin: 0 auto 15px;
}
.strengths02__contact--btn-tel a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	height: 50px;
	background: #1e88f5;
	box-shadow: 0px 0px 20px -3px #adacac;
	text-decoration: none;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border: 2px solid #1e88f5;
}
.strengths02__contact--btn-tel a:hover {
	background: #fff;
	border: 2px solid #1e88f5;
}
.strengths02__contact--btn-tel a span {
	display: block;
	padding: 0 3px 2px 24px;
	background: url("../images/icon_tel.png") no-repeat 0 center;
	background-size: 17px auto;
	color: #fff;
	font-size: 1.4rem;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	letter-spacing: 0.05em;
}
.strengths02__contact--btn-tel a:hover span {
	background: url("../images/icon_tel_bl.png") no-repeat 0 center;
	background-size: 17px auto;
	color: #fff;
}
.strengths02__contact--txt {
	font-size: 1.3rem;
	letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
	.strengths01__cont {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 120px;
		flex-direction: row-reverse;
	}
	.strengths01__cont:nth-child(2n) {
		flex-direction: row;
	}
	.strengths01__cont:before {
		top: 60px;
	}
	.strengths01__cont:nth-child(2n):before {
		left: calc( -50% - 40px );
	}
	.strengths01__img {
		width: 43%;
	}
	.strengths01__img img {
		max-width: 100%;
	}
	.strengths01__info {
		width: 57%;
		padding: 35px;
	}
	.strengths01__num {
		font-size: 1.4rem;
	}
	.strengths01__num span {
		font-size: 2.2rem;
	}
	.strengths01__ttl {
		font-size: 2.4rem;
		margin-bottom: 20px;
	}
	.strengths01__ttl .marker span {
		font-size: 2.4rem;
	}
	.strengths01__inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.strengths01__cont--s {
		width: 48.6%;
		max-width: 690px;
		padding: 35px;
	}
	.strengths01__ttl--s {
		font-size: 2.4rem;
	}
	.strengths01__ttl--s .marker span {
		font-size: 2.4rem;
	}
	.strengths01__btn {
		margin: inherit;
	}
	.strengths02__ttl--assessment {
		padding: 50px 0 5px;
		background: url("../images/icon_satei.png") no-repeat center 0;
	}
	.strengths02__ttl--contact {
		padding: 50px 0 5px;
		background: url("../images/icon_contact.png") no-repeat center 0;
	}
	.strengths02__assessment {
		padding: 35px;
		margin-bottom: 50px;
	}
	.strengths02__assessment--inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.strengths02__assessment--cont {
		width: 48.5%;
		margin-bottom: 0;
	}
	.strengths02__assessment--img {
		width: 120px;
	}
	.strengths02__assessment--info {
		width: calc( 100% - 140px );
	}
	.strengths02__assessment--ttl span {
		font-size: 1.8rem;
		font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
		color: #098bde;
	}
	.strengths02__assessment--txt {
		font-size: 1.4rem;
	}
	.strengths02__assessment--btn {
		max-width: 330px;
		margin: 0 auto 100px;
	}
	.strengths02__assessment--btn a {
		height: 70px;
	}
	.strengths02__contact {	
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 30px 0;
	}
	.strengths02__contact--cont {
		width: 50%;
	}
	.strengths02__contact--cont:first-child {
		border: none;
		border-right: 1px solid #dee0e2;
	}
	.strengths02__contact--btn {
		max-width: 330px;
	}
	.strengths02__contact--btn a {
		height: 70px;
	}
	.strengths02__contact--tel {
		background: url("../images/icon_tel_b.png") no-repeat 0 13px;
		background-size: 20px auto;
		font-size: 3.5rem;
		font-family: DINNextLTPro-Medium;
		line-height: 1.0;
		padding: 7px 0 0 25px;
		display: inline-block;
		letter-spacing: 0.03em;
	}
	.strengths02__contact--btn-tel {
		display: none;
	}
}
@media screen and (min-width: 960px) {
	.strengths01__img img {
		max-width: 580px;
	}
	.strengths01__info {
		padding: 45px 50px 35px;
	}
	.strengths01__num {
		font-size: 1.5rem;
	}
	.strengths01__num span {
		font-size: 2.6rem;
	}
	.strengths01__ttl {
		font-size: 3.0rem;
	}
	.strengths01__ttl .marker span {
		font-size: 3.0rem;
	}
	.strengths01__cont--s {
		padding: 45px 50px 35px;
	}
	.strengths02__assessment {
		padding: 45px 50px;
	}
	.strengths02__assessment--img {
		width: 190px;
	}
	.strengths02__assessment--info {
		width: calc( 100% - 210px );
	}
	.strengths02__contact--cont {
		padding: 40px 0;
	}
	.strengths02__contact--ttl {
		font-size: 1.8rem;
		font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
		text-align: center;
		margin-bottom: 20px;
	}
	.strengths02__contact--txt {
		font-size: 1.4rem;
	}
}
@media screen and (min-width: 1200px) {
	.strengths01__info {
		padding: 65px 70px 55px;
	}
	.strengths01__num span {
		font-size: 3.2rem;
	}
	.strengths01__ttl {
		font-size: 4.0rem;
	}
	.strengths01__ttl .marker span {
		font-size: 4.0rem;
	}
	.strengths01__cont--s {
		padding: 65px 70px 55px;
	}
	.strengths01__ttl--s {
		font-size: 3.0rem;
	}
	.strengths01__ttl--s .marker span {
		font-size: 3.0rem;
	}
	.strengths02__contact--tel {
		background: url("../images/icon_tel_b.png") no-repeat 0 21px;
		background-size: 27px auto;
		font-size: 5.5rem;
		font-family: DINNextLTPro-Medium;
		line-height: 1.0;
		padding: 7px 0 0 35px;
		display: inline-block;
		letter-spacing: 0em;
	}
}


/*--Company Info--*/
#company01 {
	width: 100%;
	background: url("../images/company01_img.jpg") no-repeat center 120px;
	background-size: cover;
	padding: 50px 0 30px;
}
.company01__cont {
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.company01__logo {
	text-align: center;
	margin-bottom: 40px;
}
.company01__logo img {
	width: 100%;
	max-width: 270px;
	height: auto;
}
.company01__catch {
	font-size: 2.2rem;
	margin-bottom: 30px;
	line-height: 1.6;
	letter-spacing: 0.1em;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
}
.company01__txt {
	padding: 0 0 50px;
	margin-bottom: 30px;
	background: url("../images/company01_sign.png") no-repeat right bottom;
	background-size: 124px auto;
}
.company01__txt p {
	margin-bottom: 30px;
}
.company03__map {
	margin-bottom: 50px;
}
.company03__map iframe {
	height: 50vh;
}
.company03__btn {
	max-width: 250px;
	margin: 0 auto;
}
.company03__btn a span {
	background: url("../images/icon_map.png") no-repeat 0 center;
	background-size: 15px auto;
	padding: 4px 0 6px 25px;
}
@media screen and (min-width: 769px) {
	#company01 {
		background: url("../images/company01_img.jpg") no-repeat center 240px;
		background-size: cover;
		padding: 70px 0 100px;
	}
	.company01__cont {
		max-width: 920px;
	}
	.company01__logo {
		margin-bottom: 50px;
	}
	.company01__logo img {
		max-width: 400px;
	}
	.company01__catch {
		font-size: 3.0rem;
		margin-bottom: 20px;
	}
	.company01__txt {
		padding: 0 0 60px;
		background: url("../images/company01_sign.png") no-repeat right bottom;
	}
	.company03__map iframe {
		height: 600px;
	}
	.company03__btn {
		max-width: 310px;
	}
}
@media screen and (min-width: 960px) {
	#company01 {
		padding: 100px 0;
	}
	.company01__logo {
		text-align: center;
		margin-bottom: 70px;
	}
	.company01__logo img {
		max-width: 540px;
	}
	.company01__catch {
		font-size: 4.0rem;
		margin-bottom: 30px;
	}
	.company01__txt {
		margin-bottom: 70px;
	}
}


/*--flow--*/
.flow01__inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flow01__cont {
	padding: 25px;
	background: #fff;
	box-shadow: 0px 0px 30px -3px #d7d7d9;
	margin-bottom: 20px;
}
.flow01__ttl {
	font-size: 2.2rem;
	margin-bottom: 10px;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	display: inline-block;
	line-height: 1.4;
}
.flow01__ttl .marker span {
	font-size: 2.2rem;
	margin-bottom: 30px;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	color: #098bde;
}
.flow01__sales {
	background: url("../images/icon_sales.png") no-repeat 0 0;
	background-size: 47px auto; 
	padding: 8px 0 5px 55px;
}
.flow01__purchase {
	background: url("../images/icon_purchase.png") no-repeat 0 0;
	background-size: 47px auto; 
	padding: 8px 0 5px 55px;
}
.flow01__catch {
	font-size: 1.8rem;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	line-height: 1.6;
	margin-bottom: 5px;
}
.flow01__catch span {
	font-size: 1.8rem;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	color: #098bde;
}
.flow02__cont {
	background: #e3eaf1;
	padding: 1px 20px ;
	margin-top: 80px;
}
.flow02__cont:last-child {
	margin-top: 120px;
}
.flow02__cont:last-child {
	background:url("../images/flow02_img.png") no-repeat center bottom 30px #e3eaf1;
	background-size: auto 190px; 
	padding-bottom: 250px;
}
.flow02__ttl {
	font-size: 2.2rem;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	padding: 40px 20px 5px;
	margin: -60px 0 30px;
	text-align: center;
	position: relative;
}
.flow02__ttl:before {
	position: absolute;
	content: "";
	width: 110px;
	height: 3px;
	background: #1e88f5;
	bottom: 0;
	left: calc( 50% - 55px );
}
.flow02__sales {
	background: url("../images/icon_sales.png") no-repeat center 0;
	background-size: 47px auto;
}
.flow02__purchase {
	background: url("../images/icon_purchase.png") no-repeat center 4px;
	background-size: 47px auto;
}
.flow02__box {
	background: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 30px;
	margin-bottom: 20px;
}
.flow02__num {
	color: #098bde;
	font-size: 1.2rem;
	font-family: DINNextLTPro-Medium;
	letter-spacing: 0.05em;
	line-height: 1.2;
}
.flow02__num span {
	color: #098bde;
	font-size: 2.8rem;
	font-family: DINNextLTPro-Medium;
	margin-left: 5px;
}
.flow02__ttl--s {
	font-size: 1.8rem;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	padding: 0 0 10px;
	background: url("../images/line01.png") repeat-x 0 bottom;
	background-size: 24px auto;
	margin-bottom: 10px;
}
.flow02__box:last-child .flow02__num {
	color: #fbc429;
}
.flow02__box:last-child .flow02__num span {
	color: #fbc429;
}
.flow02__box:last-child .flow02__ttl--s {
	background: url("../images/line02.png") repeat-x 0 bottom;
	background-size: 24px auto;
}
.flow02__txt {
	font-size: 1.4rem;
	margin-bottom: 10px;
}
.flow02__txt--s {
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	color: #098bde;
}
.flow02__btn {
	height: 45px;
	margin: 0 auto;
}
.flow02__btn a {
	height: 45px;
	font-size: 1.5rem;
}
.flow02__caution {
	background: #098bde;
	color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 20px;
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
	.flow01__cont {
		width: 48.6%;
		max-width: 690px;
		padding: 35px;
	}
	.flow01__ttl {
		font-size: 2.4rem;
	}
	.flow01__ttl .marker span {
		font-size: 2.4rem;
	}
	.flow01__sales {
		background: url("../images/icon_sales.png") no-repeat 0 0;
		background-size: 60px auto; 
		padding: 10px 0 10px 70px;
	}
	.flow01__purchase {
		background: url("../images/icon_purchase.png") no-repeat 0 0;
		background-size: 60px auto; 
		padding: 10px 0 10px 70px;
	}
	.flow02__inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;	
	}
	.flow02__cont {
		padding: 0 20px;
		width: 48.5%;
		margin-top: 60px;
	}
	.flow02__cont:last-child {
		margin-top: 60px;
		background:url("../images/flow02_img.png") no-repeat center bottom 30px #e3eaf1;
		background-size: auto 240px; 
		padding-bottom: 300px;
	}
	.flow02__ttl {
		font-size: 2.4rem;
		margin: -70px 0 30px;
	}
	.flow02__num {
		font-size: 1.3rem;
	}
	.flow02__num span {
		font-size: 3.0rem;
	}
	.flow02__ttl--s {
		font-size: 1.8rem;
	}
	.flow02__caution {
		/*font-size: 1.8rem;*/
	}
}
@media screen and (min-width: 960px) {
	.flow01__cont {
		padding: 45px 50px 35px;
	}
	.flow01__catch {
		font-size: 2.0rem;
	}
	.flow01__catch span {
		font-size: 2.0rem;
	}
	.flow02__cont:last-child {
		background:url("../images/flow02_img.png") no-repeat center bottom 30px #e3eaf1;
		padding-bottom: 400px;
	}
	.flow02__box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.flow02__ttl {
		font-size: 2.8rem;
	}
	.flow02__num {
		width: 90px;
		font-size: 1.4rem;
	}
	.flow02__num span {
		font-size: 4.0rem;
	}
	.flow02__info {
		width: calc( 100% - 110px );
	}
	.flow02__ttl--s {
		font-size: 2.0rem;
	}
	.flow02__btn {
		margin: inherit;
	}
}
@media screen and (min-width: 1200px) {
	.flow01__cont {
		padding: 65px 70px 55px;
	}
	.flow01__ttl {
		font-size: 3.0rem;
	}
	.flow01__ttl .marker span {
		font-size: 3.0rem;
	}
}


/*--Purchase--*/
.purchase-catch__area {
	background-position: center 0;
}
.purchase-catch__img img {
	width: 100%;
	max-width: 330px;
	height: auto;
}
.purchase01__cont {
	background: #fff;
	padding: 20px;
	margin-bottom: 30px;
}
.purchase01__img {
	text-align: center;
}
.purchase01__img img {
	width: 100%;
	max-width: 150px;
	height: auto;
}
.purchase01__info {
	padding: 10px 0 0;
}
.purchase01__num {
	color: #098bde;
	font-size: 1.2rem;
	font-family: DINNextLTPro-Medium;
	letter-spacing: 0.05em;
	line-height: 1.2;
}
.purchase01__num span {
	color: #098bde;
	font-size: 2.2rem;
	font-family: DINNextLTPro-Medium;
	margin-left: 5px;
}
.purchase01__ttl {
	font-size: 1.8rem;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	margin-bottom: 5px;
}
.purchase01__contact--btn {
	margin: 0 auto;
}
.purchase01__contact--btn a {
	height: 50px;
}
.purchase01__contact--btn a span {
	background: url("../images/icon_contact_w.png") no-repeat 0 center;
	background-size: 24px auto;
	padding: 5px 20px 7px 30px;
    margin: 0 0 0 10px;
}
.purchase01__contact--btn a:hover span {
	background: url("../images/icon_contact.png") no-repeat 0 center;
	background-size: 24px auto;
	color: #098bde;
}
.purchase01__05--answer {
	font-size: 1.8rem;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
}
.purchase01__05--caution {
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.purchase01__05--caution:before {
	color: #fff;
    position: absolute;
    content: "";
    border-style: solid;
    border-width: 15px 12px 0 0;
    border-top-color: #eaf4fe;
    left: calc( 30px );
    bottom: -15px;
}
@media screen and (min-width: 769px) {	
	.purchase-catch__img img {
		width: 100%;
		max-width: 660px;
		height: auto;
	}
	.purchase01__cont {
		background: #fff;
		padding: 20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 30px;
	}
	.purchase01__img {
		width: 150px;
	}
	.purchase01__img img {
		width: 100%;
		max-width: 300px;
		height: auto;
	}
	.purchase01__info {
		width: calc( 100% - 150px );
		padding: 20px;
	}
	.purchase01__num {
		color: #098bde;
		font-size: 1.2rem;
		font-family: DINNextLTPro-Medium;
		letter-spacing: 0.05em;
		line-height: 1.2;
	}
	.purchase01__num span {
		color: #098bde;
		font-size: 2.6rem;
		font-family: DINNextLTPro-Medium;
		margin-left: 5px;
	}
	.purchase01__ttl {
		font-size: 2.1rem;
		font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	}
	.purchase01__contact--btn {
		max-width: 360px;
		margin: 0 auto;
	}
	.purchase01__contact--btn a {
		height: 70px;
	}
	.purchase01__contact--btn a span {
		background: url("../images/icon_contact_w.png") no-repeat 0 center;
		background-size: 24px auto;
		padding-left: 30px;
	}
	.purchase01__contact--btn a:hover span {
		background: url("../images/icon_contact.png") no-repeat 0 center;
		background-size: 24px auto;
		color: #098bde;
	}
	.purchase01__05--answer {
		font-size: 2.2rem;
		font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	}
}
@media screen and (min-width:960px) {	
	.purchase-catch__img img {
		width: 100%;
		max-width: 660px;
		height: auto;
	}
	.purchase01__cont {
		background: #fff;
		padding: 20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 50px;
	}
	.purchase01__img {
		width: 300px;
	}
	.purchase01__img img {
		width: 100%;
		max-width: 300px;
		height: auto;
	}
	.purchase01__info {
		width: calc( 100% - 300px );
		padding: 20px;
	}
	.purchase01__num {
		color: #098bde;
		font-size: 1.2rem;
		font-family: DINNextLTPro-Medium;
		letter-spacing: 0.05em;
		line-height: 1.2;
	}
	.purchase01__num span {
		color: #098bde;
		font-size: 3.0rem;
		font-family: DINNextLTPro-Medium;
		margin-left: 5px;
	}
	.purchase01__ttl {
		font-size: 2.4rem;
		font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
		margin-bottom: 10px;
	}
	.purchase01__contact--btn {
		max-width: 360px;
		margin: 0 auto;
	}
	.purchase01__contact--btn a {
		height: 70px;
	}
	.purchase01__contact--btn a span {
		background: url("../images/icon_contact_w.png") no-repeat 0 center;
		background-size: 24px auto;
		padding-left: 30px;
	}
	.purchase01__contact--btn a:hover span {
		background: url("../images/icon_contact.png") no-repeat 0 center;
		background-size: 24px auto;
		color: #098bde;
	}
}

/*--Sales--*/
.sales01__img {
	margin-bottom: 30px;
}
.sales01__txt,.sales02__txt {
	font-size: 1.6rem;
}
.sales02__cont {
	margin-bottom: 50px;
	margin-top: 50px;
}
.sales02__cont:last-child {
	margin-bottom: 30px;
	margin-top: 30px;
}
.sales02__ttl {
	font-size: 2.0rem;
	line-height: 1.4;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	padding: 0 20px 15px;
	margin: -25px 0 30px;
	text-align: center;
	position: relative;
}
.sales02__ttl:before {
	position: absolute;
	content: "";
	width: 110px;
	height: 3px;
	background: #1e88f5;
	bottom: 0;
	left: calc( 50% - 55px );
}
.sales02__cont {
	padding: 10px 10px 20px;
	background: #e9e9e9;
}
.sales02__cont:last-child {
	padding: 10px 10px 20px;
	background: #fdf6e0;
}
.sales02__img {
	text-align: center;
}
.sales02__img img {
	width: 100%;
	max-width: 277px;
	height: auto;
}
.sales02__txt {
	margin-bottom: 50px;
}
.sales03__txt--s {
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	color: #098bde;
}
@media screen and (min-width: 600px) {
	.sales02__inner {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.sales02__cont {
		width: 48.5%;
		margin-bottom: 30px;
		margin-top: 20px;
	}
	.sales02__cont:last-child {
		margin-bottom: 30px;
		margin-top: 20px;
	}
}
@media screen and (min-width: 769px) {	
	.sales01__txt,.sales02__txt {
		font-size: 1.8rem;
	}
	.sales02__ttl {
		font-size: 2.4rem;
		padding: 0 20px 15px;
		margin: -35px 0 30px;
	}
	.sales02__img img {
		width: 100%;
		max-width: 554px;
		height: auto;
	}
}
@media screen and (min-width: 960px) {
	.sales02__ttl {
		font-size: 2.8rem;
	}
}


/*--Voice--*/
.voice01__cont {
	background: #fff;
	border: 10px solid #fff;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	box-shadow: 0px 0px 30px -3px #d7d7d9;
	margin-bottom: 50px;
}
.voice01__detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 10px 10px 20px;
	position: relative;
}
.voice01__good {
	position: absolute;
	width: 66px;
	top: -30px;
	right: 20px;
}
.voice01__img {
	width: 88px;
}
.voice01__ttl--info {
	width: calc( 100% - 98px );
}
.voice01__ttl--eng {
	font-size: 1.1rem;
	font-family: DINNextLTPro-Medium;
}
.voice01__ttl {
	font-size: 2.0rem;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	line-height: 1.4;
	margin-bottom: 10px;
}
.voice01__spec {
	display: flex;
	flex-wrap: wrap;
	align-items: center;	
}
.voice01__name {
	font-size: 1.6rem;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
}
.voice01__name span {
	font-size: 2.0rem;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
}
.voice01__cat {
	font-size: 1.3rem;
	color: #fff;
	padding: 1px 8px 3px;
	background: #626262;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-left: 15px;
	margin-top: 2px;
}
.voice__talk {
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;	
	background: #e3eaf1;
	padding: 15px;
}
.voice__talk--area1 {
	text-align: right;
}
.voice__talk--area1-inner {
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;	
	margin: 0 0 20px auto;
	padding: 8px 15px 8px 70px;
	max-width: 80%;
	min-height: 70px;
	background:url("../images/voice01_area1.png") no-repeat 8px 8px #fbc429;
	color: #fff;
	position: relative;
	display: inline-block;	
}
.voice__talk--area1-inner:before {
	position: absolute;
	content: "";
	width: 22px;
	height: 19px;
	background: url("../images/voice_balloon01.png") no-repeat 0 0;
	bottom: -17px;
	right: 30px;
}
.voice__talk--area1 p {
	width: 100%;
	height: 100%;
	min-height: 54px;
	display: flex;
	align-items: center;
	color: #fff;
	font-family: FOT-筑紫A丸ゴシック Std D;
	font-size: 1.4rem;
	line-height: 1.4;
	text-align: left;
}
.voice__talk--owner {
	text-align: left;
}
.voice__talk--owner-inner {
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;	
	margin: 0 0 20px auto;
	padding: 8px 15px 8px 70px;
	max-width: 80%;
	min-height: 70px;
	background:#fff;
	color: #1e88f5;
	position: relative;
	display: inline-block;	
}
.voice__talk--owner-inner:before {
	position: absolute;
	content: "";
	width: 22px;
	height: 19px;
	background: url("../images/voice_balloon02.png") no-repeat 0 0;
	bottom: -17px;
	left: 30px;
}
.voice__talk--owner-inner:after {
	position: absolute;
	content: "";
	width: 60px;
	height: 100px;
	top: -6px;
	left: 4px;
}
.voice__talk--owner p {
	width: 100%;
	height: 100%;
	min-height: 54px;
	display: flex;
	align-items: center;
	font-family: FOT-筑紫A丸ゴシック Std D;
	font-size: 1.4rem;
	line-height: 1.4;
}
.men .voice01__ttl--eng {
	color: #098bde;
}
.men .voice__talk--owner p {
	color: #1e88f5;
}
.women .voice01__ttl--eng {
	color: #eb6877;
}
.women .voice__talk--owner p {
	color: #eb6877;
}
.person01 .voice__talk--owner-inner:after {
	background: url("../images/voice_person01.png") no-repeat 0 0;
	background-size: 60px auto;
}
.person02 .voice__talk--owner-inner:after {
	background: url("../images/voice_person02.png") no-repeat 0 0;
	background-size: 60px auto;
}
.person03 .voice__talk--owner-inner:after {
	background: url("../images/voice_person03.png") no-repeat 0 0;
	background-size: 60px auto;
}
.person04 .voice__talk--owner-inner:after {
	background: url("../images/voice_person04.png") no-repeat 0 0;
	background-size: 60px auto;
}
.person05 .voice__talk--owner-inner:after {
	background: url("../images/voice_person05.png") no-repeat 0 0;
	background-size: 60px auto;
}
.person06 .voice__talk--owner-inner:after {
	background: url("../images/voice_person06.png") no-repeat 0 0;
	background-size: 60px auto;
}
.person07 .voice__talk--owner-inner:after {
	background: url("../images/voice_person07.png") no-repeat 0 0;
	background-size: 60px auto;
}
.person08 .voice__talk--owner-inner:after {
	background: url("../images/voice_person08.png") no-repeat 0 0;
	background-size: 60px auto;
}
.person09 .voice__talk--owner-inner:after {
	background: url("../images/voice_person09.png") no-repeat 0 0;
	background-size: 60px auto;
}
.person10 .voice__talk--owner-inner:after {
	background: url("../images/voice_person10.png") no-repeat 0 0;
	background-size: 60px auto;
}
.person11 .voice__talk--owner-inner:after {
	background: url("../images/voice_person11.png") no-repeat 0 0;
	background-size: 60px auto;
}
.person12 .voice__talk--owner-inner:after {
	background: url("../images/voice_person12.png") no-repeat 0 0;
	background-size: 60px auto;
}
@media screen and (min-width: 769px) {
	.voice01__inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.voice01__cont {
		width: 48.5%;
	}
	.voice01__good {
		width: 78px;
		right: 10px;
	}
	.voice01__img {
		width: 108px;
	}
	.voice01__ttl--info {
		width: calc( 100% - 118px );
	}
	.voice01__ttl--eng {
		font-size: 1.2rem;
	}
	.voice01__ttl {
		font-size: 2.0rem;
	}
	.voice01__name {
		font-size: 1.8rem;
	}
	.voice01__name span {
		font-size: 2.3rem;
	}
	.voice01__cat {
		font-size: 1.4rem;
		padding: 1px 10px 3px;
		margin-top: 2px;
	}
	.voice__talk {
		padding: 20px;
	}
	.voice__talk--area1 {
		text-align: right;
	}
	.voice__talk--area1 p {
		font-size: 1.5rem;
	}
	.voice__talk--owner p {
		font-size: 1.5rem;
	}
	.voice__talk--area1-inner {
		padding: 9px 20px 9px 70px;
	}
	.voice__talk--owner-inner {
		padding: 9px 20px 9px 70px;
	}
}
@media screen and (min-width: 960px) {
	.voice01__good {
		width: 132px;
		top: -40px;
		right: 20px;
	}
	.voice01__img {
		width: 158px;
	}
	.voice01__ttl--info {
		width: calc( 100% - 178px );
	}
	.voice01__ttl--eng {
		font-size: 1.2rem;
	}
	.voice01__ttl {
		font-size: 2.8rem;
	}
	.voice01__name {
		font-size: 2.0rem;
	}
	.voice01__name span {
		font-size: 2.5rem;
	}
	.voice01__cat {
		font-size: 1.5rem;
		padding: 1px 10px 3px;
		margin-top: 3px;
	}
	.voice__talk--area1 p {
		font-size: 1.6rem;
	}
	.voice__talk--owner p {
		font-size: 1.6rem;
	}
	.voice__talk--area1-inner {
		padding: 15px 20px 15px 70px;
	}
	.voice__talk--owner-inner {
		padding: 15px 20px 15px 70px;
	}
}

/*--Faq--*/
.faq__cont {
	padding: 20px;
	background: #fff;
	box-shadow: 0px 0px 30px -3px #d7d7d9;
	margin-bottom: 20px;
}
.faq__ttl {
	position: relative;
	font-size: 1.8rem;
	padding: 10px 0 0 65px;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	margin-bottom: 10px;
	line-height: 1.4;
	min-height: 50px;
	margin-bottom: 15px;
}
.faq__ttl:before {
	position: absolute;
	content: "Q";
	background: #098bde;
	font-size: 2.0rem;
	width: 50px;
	height: 50px;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	font-family: DINNextLTPro-Medium;
	padding: 2px 0 0 2px;
}
.faq__txt {
	position: relative;
	padding: 30px 0 10px 65px;
	position: relative;
	border-top: 1px solid #e0e1e2;
}
.faq__txt:before {
	position: absolute;
	content: "A";
	border: 2px solid #098bde;
	font-size: 2.0rem;
	width: 46px;
	height: 46px;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	color: #098bde;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 15px;
	left: 0;
	font-family: DINNextLTPro-Medium;
	padding: 2px 0 0 2px;
}
.faq__txt:after {
	position: absolute;
	content: "";
	background: #098bde;
	width: 200px;
	height: 1px;
	top: 0;
	left: 0;
}
@media screen and (min-width: 769px) {
	.faq__inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.faq__cont {
		padding: 30px;
		margin-bottom: 30px;
		width: 48.5%;
	}
	.faq__ttl {
		font-size: 2.0rem;
		padding: 10px 0 0 75px;
		margin-bottom: 20px;
		min-height: 55px;
	}
	.faq__ttl:before {
		width: 55px;
		height: 55px;
		padding: 3px 0 0 3px;
	}
	.faq__txt {
		padding: 30px 0 20px 75px;
	}
	.faq__txt:before {
		border: 3px solid #098bde;
		top: 20px;
		width: 49px;
		height: 49px;
		padding: 3px 0 0 3px;
	}
}
@media screen and (min-width: 960px) {
	.faq__cont {
		padding: 40px;
		margin-bottom: 50px;
	}
	.faq__ttl {
		font-size: 2.2rem;
		padding: 12px 0 0 80px;
		min-height: 60px;
		margin-bottom: 25px;
	}
	.faq__ttl:before {
		font-size: 2.6rem;
		width: 60px;
		height: 60px;
	}
	.faq__txt {
		padding: 35px 0 20px 80px;
	}
	.faq__txt:before {
		font-size: 2.6rem;
		top: 20px;
		width: 54px;
		height: 54px;
	}
}


/*--Pager--*/
.pager {
	margin: 50px 0 ;
	text-align:center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pager span,
.pager a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
	width: 50px;
	height: 50px;
	line-height: 1.0;
	border: 2px solid #1e88f5;
	font-size: 1.5rem;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	letter-spacing: 0.05em;
	padding: 0 0 3px;
}
.pager a {
	color: #1e88f5;
	text-decoration:none;
	background: none;
}
.pager span,
.pager a:hover {
	background: #1e88f5;
	color: #fff;
	text-decoration:none;
}

/*--Contact--*/
.contact01__inner {
	text-align: center;
}
.contact01__caution {
	background: #e3eaf1;
	padding: 25px 70px 30px;
	margin: 20px auto;
	display: inline-block;
}
.contact01__caution--ttl {
	color: #098bde;
	font-size: 1.8rem;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
}
.contact01__caution--txt span {
	display: inline-block;
	font-size: 1.6rem;
	margin: 0 5px;
}
.contact02__cont {
	text-align: center;
	padding: 30px 50px;
	background: #fff;
	border: 5px solid #dee0e2;
	text-align: center;
}
.contact02__ttl {
	font-size: 1.6rem;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	margin-bottom: 15px;
}
.contact02__tel {
	display: none;
}
.contact02__btn-tel {
	width: 100%;
	max-width: 250px;
	margin: 0 auto 5px;
}
.contact02__btn-tel a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	height: 50px;
	background: #1e88f5;
	box-shadow: 0px 0px 20px -3px #adacac;
	text-decoration: none;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border: 2px solid #1e88f5;
}
.contact02__btn-tel a:hover {
	background: #fff;
	border: 2px solid #1e88f5;
}
.contact02__btn-tel a span {
	display: block;
	padding: 0 3px 2px 24px;
	background: url("../images/icon_tel.png") no-repeat 0 center;
	background-size: 17px auto;
	color: #fff;
	font-size: 1.4rem;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	letter-spacing: 0.05em;
}
.contact02__btn-tel a:hover span {
	background: url("../images/icon_tel_bl.png") no-repeat 0 center;
	background-size: 17px auto;
	color: #fff;
}
.contact02__fax {
	font-family: DINNextLTPro-Medium;
	font-size: 1.4rem;
	padding-left: 10px; 
}
.contact02__fax span {
	font-family: DINNextLTPro-Medium;
	font-size: 2.0rem;
}
.contact02__txt {
	font-size: 1.2rem;
}
.contact03__flow {
	padding: 10px 0;
	max-width: 800px;
	text-align: center;
	margin: 0 auto 20px;
}
.contact03__flow p {
	display: inline-block;
	padding: 0 20px 0 30px;
	letter-spacing: 0.05em;
	position: relative;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
}
.contact03__flow p:before {
	position: absolute;
	content: "1";
	width: 25px;
	height: 23px;
	background: #cbdae3;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	color: #fff;
	font-size: 1.6rem;
	font-family: DINNextLTPro-Medium;
	top: 3px;
	left: 0;
	padding-top: 2px;
}
.contact03__flow p:nth-child(1):before {
	content: "1";
}
.contact03__flow p:nth-child(2):before {
	content: "2";
}
.contact03__flow p:nth-child(3):before {
	content: "3";
}
#form01 .contact03__flow .form01:before,
#form02 .contact03__flow .form02:before,
#form03 .contact03__flow .form03:before {
	background: #098bde;
}
.contact03__flow p span {
	font-size: 1.6rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	color: #cbdae3;
	position: relative;
}
#form01 .contact03__flow .form01 span,
#form02 .contact03__flow .form02 span,
#form03 .contact03__flow .form03 span {
	color: #098bde;
	position: relative;
}
.contact03__flow p span:before,
.contact03__flow p span:after {
	position: absolute;
	content: "";
	background: #cbdae3;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	right: -14px;
}
#form01 .contact03__flow .form01 span:before,
#form02 .contact03__flow .form02 span:before,
#form03 .contact03__flow .form03 span:before,
#form01 .contact03__flow .form01 span:after,
#form02 .contact03__flow .form02 span:after,
#form03 .contact03__flow .form03 span:after {
	background: #098bde;
}
.contact03__flow p span:before {
	width: 6px;
	height: 2px;
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
	top: calc( 50% - 4px);
}
.contact03__flow p span:after {
	width: 6px;
	height: 2px;
	-webkit-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg);
	top: calc( 50% - 8px);
}
.contact03__flow p:last-child {
	padding: 0 0 0 30px;
	background: none;
}
.contact03__flow p:last-child span:before,
.contact03__flow p:last-child span:after {
	display: none;
}
@media screen and (min-width: 769px) {
	.contact01__caution--ttl {
		font-size: 2.0rem;
	}
	.contact01__caution--txt span {
		font-size: 1.8rem;
	}
	.contact02__ttl {
		font-size: 2.0rem;
		margin-bottom: 20px;
	}
	.contact02__tel-fax {
		display: flex;
		justify-content: center;
	}
	.contact02__tel {
		background: url("../images/icon_tel_b.png") no-repeat 0 13px;
		background-size: 20px auto;
		font-size: 3.5rem;
		font-family: DINNextLTPro-Medium;
		line-height: 1.0;
		padding: 7px 0 0 25px;
		display: inline-block;
		letter-spacing: 0.03em;
	}
	.contact02__btn-tel {
		display: none;
	}
	.contact02__fax {
		font-family: DINNextLTPro-Medium;
		padding: 6px 0 0 10px;
		font-size: 1.8rem;
	}
	.contact02__fax span {
		font-family: DINNextLTPro-Medium;
		font-size: 2.4rem;
	}
	.contact02__txt {
		font-size: 1.4rem;
	}
	.contact03__flow {
		padding: 10px 0;
		max-width: 800px;
		text-align: center;
		margin: 0 auto 20px;
	}
	.contact03__flow p {
		display: inline-block;
		font-size: 2.0rem;
		font-weight: 900;
		padding: 0 55px 0 45px;
		letter-spacing: 0.05em;
		color: #688190;
		position: relative;
	}
	.contact03__flow p:before {
		position: absolute;
		content: "1";
		width: 36px;
		height: 33px;
		background: #cbdae3;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 50px;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		color: #fff;
		font-size: 2.0rem;
		font-family: DINNextLTPro-Medium;
		top: 3px;
		left: 0;
		padding-top: 3px;
	}
	.contact03__flow p:nth-child(1):before {
		content: "1";
	}
	.contact03__flow p:nth-child(2):before {
		content: "2";
	}
	.contact03__flow p:nth-child(3):before {
		content: "3";
	}
	.contact03__flow p.current:before {
		background: #098bde;
	}
	.contact03__flow p span {
		font-size: 2.0rem;
		font-weight: 900;
		letter-spacing: 0.05em;
		color: #cbdae3;
		position: relative;
	}
	.contact03__flow p.current span {
		color: #098bde;
		position: relative;
	}
	.contact03__flow p span:before,.contact03__flow p span:after {
		position: absolute;
		content: "";
		background: #cbdae3;
		transition: all .3s;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		right: -35px;
	}
	.contact03__flow .current span:before,.contact03__flow .current span:after {
		background: #098bde;
	}
	.contact03__flow p span:before {
		width: 10px;
		height: 2px;
		-webkit-transform: translateY(8px) rotate(-45deg);
		transform: translateY(8px) rotate(-45deg);
		top: calc( 50% - 5px);
	}
	.contact03__flow p span:after {
		width: 10px;
		height: 2px;
		-webkit-transform: translateY(8px) rotate(45deg);
		transform: translateY(8px) rotate(45deg);
		top: calc( 50% - 11px);
	}
	.contact03__flow p:last-child {
		padding: 0 0 0 45px;
		background: none;
	}
	.contact03__flow p:last-child span:before,
	.contact03__flow p:last-child span:after {
		display: none;
	}
}
@media screen and (min-width: 960px) {
	.contact02__fax {
		font-family: DINNextLTPro-Medium;
		padding: 7px 0 0 10px;
		font-size: 1.8rem;
	}
	.contact02__fax span {
		font-family: DINNextLTPro-Medium;
		font-size: 2.4rem;
	}
}
@media screen and (min-width: 1200px) {
	.contact02__tel {
		background: url("../images/icon_tel_b.png") no-repeat 0 21px;
		background-size: 27px auto;
		font-size: 5.5rem;
		font-family: DINNextLTPro-Medium;
		line-height: 1.0;
		padding: 7px 0 0 35px;
		display: inline-block;
		letter-spacing: 0em;
	}
	.contact02__fax {
		padding: 20px 0 0 10px;
	}
}

/* 必須 */
.rec-icon,.rec-icon02 {
	background: #098bde;
	color: #fff;
	padding: 3px 10px 6px;
	margin: 0 5px 0 0;
	font-size: 1.2rem;
	line-height: 1.0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: 900;
}
.rec-icon02 {
	background: #ccc;
}	
/* フォームテーブル */
.form-table {
	width:100%;
	margin: 0 0 50px;
	border-bottom: 1px solid #e0e1e2;
}
.form-table th,
.form-table td {
	display: block;
	width:100%;
	max-width: 100%;
	padding: 15px 10px;
	border-top: 1px solid #e0e1e2;
	font-size: 1.3rem;
	vertical-align: middle;
}
.form-table th {
	width:calc( 100% - 80px );
	font-family: FOT-ニューセザンヌ ProN M, sans-serif;
	float: left;
	font-size: 1.4rem;
	border-top: 1px solid #098bde;
}
#form02 .form-table td {
	font-size: 1.4rem;
}
.col-l {
	width:100%;
	clear: both;
}	
.form-table td.col-s {
	width:80px;
	float: right;
	text-align: right;
	font-size: 1.5rem;
	padding: 15px 0;
	border-top: 1px solid #098bde;
}	
/* フォーム */	
.form-table input,
.form-table select {
	padding: 10px;
	margin: 5px 0;
	color:#000;
	font-size: 1.5rem;
	border: none;
	border: 1px solid #eeeeee;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
.form-table select{
	border: 1px solid #eeeeee;
	padding: 10px 35px 10px 15px;
}
.form-table select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    margin-bottom:5px;
    background:#fff url(../images/select_down.png) no-repeat;
    background-size:8px 8px;
    background-position: 93% center;
}
@-moz-document url-prefix() { /* for firefox */
    .form-table select {
        background:none;
        background-color: #FFF;
    }
}
.form-s input {
	width:100%;
}	
.form-m input {
	width:100%;
}	
/* 郵便番号など */
.form-ms input {
	width:100%;
}
/* ラジオボタン */
.form-table .form-r span input{
	margin-right: 0;
	width: inherit;
}
/* 住所など */
.form-l input,
.form-l textarea {
	width:100%;
}				
.form-l textarea {
	padding:8px;
	font-size: 1.5rem;
	height: 200px;
	border: 1px solid #eeeeee;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
/* プラポリ */
.contact__pp {
	padding: 20px;
	width: 100%;
	height: 300px;
	border: 5px solid #dee0e2;
	overflow: auto;
	margin: 0 0 50px;
	font-size: 1.3rem;
}
.contact__pp-ttl {
	font-weight: 900;
	font-size: 1.4rem;
}
.contact__pp-txt {
	font-size: 1.4rem;
	margin-bottom: 20px;
}
/*注意書き*/
#form01 .form-table .col-l .note {
	display: block;
	font-weight: 900;
	font-size: 1.4rem;
}
#form02 .form-table .col-l .note {
	display: none;
}
#form01 .form-table .col-l span {
	display: inline-block;
}
#form02 .form-table .col-l span {
	display: inline-block;
}
p.contact-caution01,
p.contact-caution02 {
	text-align: center;
	padding: 20px;
	margin-bottom: 40px;
	font-family: FOT-ニューセザンヌ ProN M, sans-serif;
}
p.contact-caution01 {
	border: 3px solid #098bde;
	color: #098bde;
}
p.contact-caution02 {
	border: 3px solid #ff0000;
	color: #ff0000;
}
/*エラー*/
.form-table .error {
	display: block!important;
}
/*分岐*/
.cont__ttl01 .form01,
.cont__ttl01 .form02,
.cont__ttl01 .form03 {
	display: none;
}
#form01 .cont__ttl01 .form01,
#form02 .cont__ttl01 .form02,
#form03 .cont__ttl01 .form03 {
	display: block;
}
#form01 .contact-caution01 {
	display: none;	
}

@media screen and (min-width: 769px) {
	.rec-icon,.rec-icon02 {
		font-size: 1.3rem;
	}	
	.form-table {
		margin-bottom: 80px;
	}
	/* フォームテーブル */
	.form-table th,
	.form-table td {
		display: table-cell;
		padding: 25px;
		font-size: 1.4rem;
		width: inherit;
	}
	.form-table th {
		width: 250px;
		float: none;
		font-size: 1.5rem;
	}
	#form02 .form-table th,#company02 .form-table th {
		width: 250px;
	}
	#form02 .form-table td {
		font-size: 1.4rem;
		/*width:calc( 100% - 150px );*/
	}
	.form-table tr:last-child th {
		border-bottom: 1px solid #098bde;
	}
	.col-l {
		width:inherit;
	}	
	.form-table td.col-s {
		width:80px;
		float: none;
		text-align: center;
		padding: 30px 0 !important;
		border-top: 1px solid #e0e1e2;
	}	
	/* フォーム */	
	.form-table input,
	.form-table select {
		margin: 0 10px 0 0;
		padding: 15px 20px;
	}	
	.form-table textarea {
		padding: 10px 20px;
	}	
	.form-s input {
		width: 100px;
	}	
	.form-m input {
		width: 100%;
		max-width: 450px;
	}
	/* 郵便番号など */
	.form-ms input {
		width: 100%;
		max-width: 150px;
	}		
	/* 住所など */
	.form-l input,
	.form-l textarea {
		width: 100%;
		max-width:700px;
	}			
	/* プラポリ */
	.contact__pp {
		margin: 0 0 50px;
		padding: 40px;
		font-size: 1.4rem;
	}
	p.contact-caution01 {
		border: 5px solid #098bde;
		color: #098bde;
	}
	p.contact-caution02 {
		border: 5px solid #ff0000;
		color: #ff0000;
	}
}
@media screen and (min-width: 960px) {
	.rec-icon,.rec-icon02 {
		font-size: 1.4rem;
	}	
	/* フォームテーブル */
	.form-table th,
	.form-table td {
		display: table-cell;
		padding: 45px;
		font-size: 1.5rem;
		width: inherit;
	}
	.form-table th {
		width:300px;
		float: none;
		font-size: 1.6rem;
	}
	#form02 .form-table th,#company02 .form-table th {
		width:300px;
	}
	#form02 .form-table td {
		font-size: 1.5rem;
		/*width:calc( 100% - 300px );*/
	}
	.form-table tr:last-child th {
		border-bottom: 1px solid #098bde;
	}
	.col-l {
		width:inherit;
	}	
	.form-table td.col-s {
		width:150px;
		float: none;
		padding: 30px 0 !important;
		border-top: 1px solid #e0e1e2;
	}	
	/* フォーム */	
	.form-table input,
	.form-table select {
		margin: 0 10px 0 0;
		padding: 15px 30px 15px 20px;
	}	
	.form-table textarea {
		padding: 10px 20px;
	}	
	.form-s input {
		width: 100px;
	}	
	.form-m input {
		width: 100%;
		max-width:350px;
	}
	/* 郵便番号など */
	.form-ms input {
		width: 100%;
		max-width:150px;
	}		
	/* 住所など */
	.form-l input,
	.form-l textarea {
		width: 100%;
		max-width:700px;
	}			
	/* プラポリ */
	.contact__pp {
		margin: 0 0 50px;
		padding: 40px;
		font-size: 1.4rem;
	}
}


/* ボタン */
input[type="button"],input[type="submit"] {
    -webkit-appearance: none;
}
p.btn-top {
	width: 80%;
	max-width: 260px;
	height: 60px;
	margin:0 auto;
}
p.btn-top a,
p.btn-top a:link,
p.btn-top a:visited {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80%;
	height: 60px;
	border: none;
	color:#fff;
	background: #1e88f5;
	border: 2px solid #1e88f5;
	margin:0 auto;
	font-size:1.4rem;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	text-align:center;
	vertical-align:center;
	line-height: 1.4;
	letter-spacing: 0.15em;
	text-decoration: none;
	box-shadow: 0px 0px 10px -3px #adacac;
}		
p.btn-top a:hover,
p.btn-top a:active {
	background: #fff;
	border: 2px solid #1e88f5;
	color: #1e88f5;
}							
#form01 .btn-area {
	width: 100%;
	max-width: 400px;
	margin: 0 auto 100px;
}
#form02 .btn-area {
	width: 100%;
	margin: 0 auto 100px;
}
/* 送信 */
#form01 p.btn-submit input,
#form01 p.btn-submit button,
#form01 p.btn-submit a {
	cursor: pointer;
	display: block;
	width: 80%;
	height: 80px;
	border: none;
	color: #fff;
	background: #1e88f5;
	border: 2px solid #1e88f5;
	margin: 0 auto;
	font-size: 1.6rem;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	text-align: center;
	vertical-align: center;
	line-height: 1.4;
	letter-spacing: 0.15em;
	box-shadow: 0px 0px 10px -3px #adacac;
	padding: 0 0 4px;
}
#form01 p.btn-submit button span {
	color: #fff;
	font-size: 1.2rem;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#form01 p.btn-submit button:hover span {
	color: #1e88f5;
}
#form01 p.btn-submit a {
	text-decoration:none;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
}
#form01 p.btn-submit a:hover,
#form01 p.btn-submit input:hover,
#form01 p.btn-submit button:hover {
	color: #1e88f5;
	background: #fff;
	border: 2px solid #1e88f5;
}
#form02 p.btn-submit a,
#form02 p.btn-submit input,
#form02 p.btn-submit button{
	cursor: pointer;
	display: block;
	width: 80%;
	max-width: 340px;
	height: 60px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	color: #fff;
	background: #1e88f5;
	border: 2px solid #1e88f5;
	margin:0 auto 10px;
	font-size:1.4rem;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	border: none;
	box-shadow: 0px 0px 10px -3px #adacac;
	padding: 0 0 4px;
}
#form02 p.btn-submit a:hover,
#form02 p.btn-submit input:hover,
#form02 p.btn-submit button:hover {
	color: #1e88f5;
	background: #fff;
	border: 2px solid #1e88f5;
}
/* 戻る */
#form02 p.btn-return input{
	cursor: pointer;
	display: block;
	width: 80%;
	max-width: 340px;
	height: 60px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	margin:0 auto;
	color:#fff;
	background: #a0a0a0;
	font-family: FOT-ニューセザンヌ ProN DB, sans-serif;
	font-size:1.4rem;
	border: none;
	box-shadow: 0px 0px 10px -3px #adacac;
}
#form02 p.btn-return input:hover {
	color: #a0a0a0;
	background: #fff;
	border: 2px solid #a0a0a0;
}
/*ボタン切替*/
#form01 p.submit,#form01 p.btn-return {
	display: none !important;
}
#form02 p.comfirm {
	display: none !important;
}
/* 完了テキスト */
.complete-txt {
	text-align: center;
}
.btn-area .contact03__btn {
	margin: 0 auto;
}
@media screen and (min-width: 768px) {
	/* ボタン */
	#form01 .btn-area {
		width: 100%;
		max-width: 400px;
	}
	#form02 .btn-area {
		width: 600px;
		text-align: center;
	}
	#form02 .btn-area p{
		display: inline-block;
		margin: 0 5px;
		width: calc( 50% - 10px );
		max-width: 260px;
	}
	/* 送信 */
	#form01 p.btn-submit input,
	#form01 p.btn-submit button,
	#form01 p.btn-submit a {
		display: block;
		width: 100%;
		font-size: 2.0rem;
		height: 100px;
		padding: 0 0 8px;
	}
	#form01 p.btn-submit button span {
		color: #fff;
		font-size: 1.4rem;
	}
	#form02 p.btn-submit input,
	#form02 p.btn-submit button{
		width: 100%;
		font-size: 1.6rem;
		height: 60px;
		margin: 0;
		padding: 0 0 2px;
		display: block;
	}
	#form02 p.btn-submit input:hover {
		background: #122568;
		color: #fff;
	}
	/* 戻る */
	#form02 p.btn-return input{
		margin-top: 0;
		width: 100%;
		font-size: 1.6rem;
		height: 60px;
		padding: 0 0 2px;
		display: block;
	}
}



/*editor*/
/* Alignments */
.alignleft {
  float: left;
  margin-right: 1rem;
}
@media only screen and (min-width: 768px) {
  .alignleft {
    margin-right: calc(2 * 1rem);
  }
}
.alignright {
  float: right;
  margin-left: 1rem;
}
@media only screen and (min-width: 768px) {
  .alignright {
    margin-left: calc(2 * 1rem);
  }
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*キャプション崩れ*/
.wp-caption {
	max-width: 100% !important;
}



