@charset "utf-8";

/* common
-------------------------------------------------------*/
#wrapper {
	overflow: hidden;
}
.sp {
	display: none;
}
.area {
	padding: 100px 20px;
	box-sizing: border-box;
}
.inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}
.blue {
	color: #21a0dc;
}
.ttl01 {
	text-align: center;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 50px;
}
.top_txt {
	text-align: center;
	margin-bottom: 30px;
}
.txt_yellow {
	background: linear-gradient(transparent 80%, #fcf8b6 80%);;
}
.btn_contact a {
	color: #fff;
	background: linear-gradient(to top,#fa861e,#fe9c1e);
	display: block;
	padding: 5px 20px;
	border-radius: 5px;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	
}
@media screen and (max-width:768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.area {
		padding: 30px 20px;
	}
	.inner {
		max-width: 100%;
	}
	.ttl01 {
		font-size: 2.2rem;
		margin-bottom: 30px;
	}
	.top_txt {
		margin-bottom: 20px;
	}
	.btn_contact a {
		padding: 10px 20px;
		font-weight: 700;
		text-align: center;
		margin-top: 20px;
	}

}


/* header
-------------------------------------------------------*/
#header {
	padding: 10px 20px;
}
#header .inner {
	max-width: 1450px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
}
#header .logo a {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-start;
	line-height: 1.2;
}
#header .logo img {
	max-width: 179px;
	margin-right: 15px;
}
#header .logo span {
	font-size: 1.2rem;
	font-weight: 700;
	color: #21a0dc;
	display: inline-block;
}
#nav_pc ul {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-end;
	font-size: 1.5rem;
	font-weight: 700;
}
#nav_pc ul li {
	margin-left: 25px;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	 #nav_pc ul {
		font-size: 1.2rem;
	}
	 #nav_pc ul li {
		margin-left: 10px;
	}
	#header .logo img {
		max-width: 140px;
		margin-right: 10px;
	}
	#header .logo span {
		font-size: 1rem;
	}
}
@media screen and (max-width:1150px) {
	#header .logo img {
		max-width: 150px;
	}
	#nav_pc ul {
		font-size: 1.3rem;
	}
	#nav_pc ul li {
		margin-left: 15px;
	}
}
@media screen and (max-width:768px) {
	#header {
		padding: 10px;
	}
	#header .logo img {
		max-width: 130px;
		margin-right: 10px;
	}
	#header .logo span {
		font-size: 1rem;
	}
	#btn_nav {
		position: fixed;
		top: 18px;
		right: 15px;
		z-index: 999;
		cursor: pointer;
		display: flex;
		flex-flow: column;
		justify-content: space-between;
		height: 18px;
	}
	#btn_nav span {
		display: inline-block;
		background: #21a0dc;
		width: 25px;
		height: 1px;
		transition: .5s;
		position: relative;
	}
	#btn_nav.active span {
		transform: translateY(9px) rotate(45deg);
	}
	#btn_nav.active span:nth-child(2) {
		transform: scaleX(0);
	}
	#btn_nav.active span:last-child {
		transform: translateY(-8px) rotate(-45deg);
	}
	#nav_sp .nav_cont,
	#nav_sp .nav_cont::after {
		position: fixed;
		top: 0;
		height: 100%;
		width: 100%;
		overflow: hidden;
	}
	#nav_sp .nav_cont {
		overflow: auto;
		background: #e7f5fc;
		right: -100%;
		z-index: 998;
		transition: .5s;
		padding: 50px 20px;
		box-sizing: border-box;
	}
	#nav_sp .nav_cont.active {
		right: 0;
	}
	#nav_sp a {
		font-weight: 700;
		font-size: 1.8rem;
	}
	#nav_sp li {
		margin-bottom: 15px;
		border-bottom: 1px solid #21a0dc;
		padding-bottom: 15px;
	}
	#nav_sp li:last-child {
		border-bottom: none;
	}
 }


/* visual
-------------------------------------------------------*/
#visual {
	padding: 50px 20px;
	box-sizing: border-box;
	background: url(../img/visual_bg.png)no-repeat center/cover;
}
#visual .txt {
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 25px;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	
}
@media screen and (max-width:768px) {
	#visual {
		padding: 30px 20px;
		box-sizing: border-box;
		background: url(../img/visual_bg.png)no-repeat center right 20%/cover;
	}
	#visual .txt {
		margin-bottom: 25px;
	}
}


/* footer
-------------------------------------------------------*/
#footer.area {
	padding: 50px 20px;
}
#footer .logo {
	margin-bottom: 20px;
}
#footer .logo a {
	line-height: 1.2;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
}
#footer .logo img {
    max-width: 179px;
}
#footer .logo img {
	max-width: 179px;
	margin-right: 15px;
}
#footer .logo span {
	font-size: 1.2rem;
	font-weight: 700;
	color: #21a0dc;
	display: inline-block;
	text-align: left;
}
#footer .copy {
	font-size: 75%;
	text-align: center;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	
}
@media screen and (max-width:768px) {
	#footer.area {
		padding: 30px 20px;
	}
	#footer .logo img {
		max-width: 130px;
		margin-right: 10px;
	}
	#footer .logo span {
		font-size: 1rem;
		font-weight: 700;
		color: #21a0dc;
		display: inline-block;
		text-align: left;
	}
	#footer .copy {
		font-size: 75%;
		text-align: center;
	}

}


/* banner
-------------------------------------------------------*/
.banner {
	background: linear-gradient(to right,#5eb8e3,#21a0dc);
}
.banner.area {
	padding: 50px 20px;
}
.banner .inner {
	background: #fff;
	border-radius: 20px;
	position: relative;
	text-align: center;
	padding: 40px;
}
.banner .banner_medal {
	position: absolute;
	left: 20px;
	top: -10px;
}
.banner .banner_medal img {
	max-width: 139px;
}
.banner .banner_img {
	position: absolute;
	right: 30px;
	bottom: 0;
}
.banner .banner_img img {
	max-width: 151px;
}
.banner .banner_ttl {
	font-weight: 700;
	font-size: 3.6rem;
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 1.4;
}
.banner .banner_btn_txt {
	font-weight: 700;
	font-size: 2rem;
	margin-bottom: 10px;
}
.banner .contact_btn a {
	max-width: 100%;
	width: 400px;
	height: 80px;
	background: linear-gradient(to top, rgb(250, 134, 30), rgb(254, 156, 30));
	color: #fff;
	text-align: center;
	margin: 0 auto;
	display: flex;
	font-weight: 700;
	font-size: 2.6rem;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
}
.banner .contact_btn span {
	position: relative;
	padding-left: 60px;
}
.banner .contact_btn span::before {
	position: absolute;
	display: block;
	content: "";
	background: url(../img/btn_free.png)no-repeat left center/52px 52px;
	width: 52px;
	height: 52px;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	.banner .banner_medal img {
		max-width: 100px;
	}
	.banner .banner_img img {
		max-width: 91px;
	}
}
@media screen and (max-width:768px) {
	.banner.area {
		padding: 30px 20px;
	}
	.banner .inner {
		padding: 20px;
	}
	.banner .banner_medal {
		left: 10px;
		top: -10px;
	}
	.banner .banner_medal img {
		max-width: 65px;
	}
	.banner .banner_img {
		display: none;
	}
	.banner .banner_ttl {
		font-size: 2rem;
		margin-bottom: 10px;
	}
	.banner .banner_btn_txt {
		font-size: 1.4rem;
	}
	.banner .contact_btn a {
		width: 100%;
		height: 60px;
		font-size: 2rem;
	}
	.banner .contact_btn span {
		padding-left: 50px;
	}
	.banner .contact_btn span::before {
		background: url(../img/btn_free.png)no-repeat left center/40px 40px;
		width: 40px;
		height: 40px;
	}
}


/* area_problem
-------------------------------------------------------*/
.area_problem .inner {
	max-width: 800px;
}
.list_problem {
	margin-bottom: 30px;
}
.list_problem li {
	background: #dbf0fb;
	border: 2px solid #21a0dc;
	padding: 15px;
	border-radius: 50px;
	position: relative;
	padding-left: 170px;
}
.list_problem li:not(:last-child) {
	margin-bottom: 40px;
}
.list_problem li .icon {
	position: absolute;
	bottom: 0;
	left: 50px;
}
.list_problem li .icon img {
	max-width: 93px;
}
.list_problem li .txt {
	font-weight: 700;
	font-size: 2rem;
}
.area_problem .arrow {
	text-align: center;
	margin-bottom: 30px;
}
.area_problem .arrow img {
	max-width: 261px;
}
.area_problem .btm {
	text-align: center;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.3;
}
.area_problem .btm .blue {
	font-size: 4rem;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	
}
@media screen and (max-width:768px) {
	.list_problem li {
		padding: 10px;
		padding-left: 100px;
	}
	.list_problem li:not(:last-child) {
		margin-bottom: 20px;
	}
	.list_problem li .icon {
		left: 20px;
	}
	.list_problem li .icon img {
		max-width: 60px;
	}
	.list_problem li .txt {
		font-size: 1.4rem;
		line-height: 1.4;
	}
	.area_problem .arrow img {
		max-width: 180px;
	}
	.area_problem .btm {
		font-size: 2rem;
		font-weight: 700;
		line-height: 1.3;
	}
	.area_problem .btm .blue {
		font-size: 2.4rem;
	}

}


/* area_about
-------------------------------------------------------*/
.area_about {
	background: #e7f5fc;
}
.area_about .inner {
	max-width: 1240px;
}
.area_about .txt_blue {
	text-align: center;
	font-weight: 700;
	font-size: 2.6rem;
	margin-bottom: 30px;
}
.list_about {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 50px;
}
.list_about li {
	width: 50%;
}
.area_about .btm_img {
	text-align: center;
}
.area_about .btm_img img {
	max-width: 938px;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	
}
@media screen and (max-width:768px) {
	.area_about .txt_blue {
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	.list_about {
		flex-flow: column;
		align-items: center;
		justify-content: center;
		margin-bottom: 30px;
	}
	.list_about li {
		width: 100%;
	}
}


/* area_reason
-------------------------------------------------------*/
.list_reason li {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
}
.list_reason li:nth-child(2n) {
	flex-flow: row-reverse;
}
.list_reason li:not(:last-child) {
	margin-bottom: 70px;
}
.list_reason li .txt_box {
	width: 50%;
}
.list_reason li .num {
	margin-bottom: 10px;
}
.list_reason li .num img {
	max-width: 108px;
}
.list_reason li .ttl {
	font-weight: 700;
	font-size: 2.6rem;
	font-weight: 700;
	margin-bottom: 15px;
}
.list_reason li .txt {
	font-size: 1.8rem;
}
.list_reason li .img {
	width: 47%;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	
}
@media screen and (max-width:768px) {
	.list_reason li {
		flex-flow: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.list_reason li:nth-child(2n) {
		flex-flow: column;
	}
	.list_reason li:not(:last-child) {
		margin-bottom: 40px;
	}
	.list_reason li .txt_box {
		width: 100%;
	}
	.list_reason li .num {
		text-align: center;
	}
	.list_reason li .num img {
		max-width: 90px;
	}
	.list_reason li .ttl {
		text-align: center;
		font-size: 2rem;
	}
	.list_reason li .txt {
		font-size: 1.4rem;
		margin-bottom: 20px;
	}
	.list_reason li .img {
		width: 100%;
	}
}


/* area_case
-------------------------------------------------------*/
.list_case {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.list_case li {
	width: 33%;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	
}
@media screen and (max-width:768px) {
	.list_case {
		flex-flow: column;
	}
	.list_case li {
		width: 100%;
	}
}


/* area_flow
-------------------------------------------------------*/
.area_flow {
	background: #e7f5fc;
}
.area_flow .top_txt {
	margin-bottom: 90px;
}
.list_flow li {
	position: relative;
	background: #fff;
	border-radius: 20px;
	padding: 30px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-start;
}
.list_flow li:not(:last-child) {
	margin-bottom: 80px;
}
.list_flow li .num {
	position: absolute;
	left: 50%;
	top: -50px;
	transform: translate(-50%,0);
}
.list_flow li .num img {
	max-width: 107px;
}
.list_flow li .img {
	width: 40%;
	margin-right: 50px;
}
.list_flow li .txt_box {
	width: 60%;
}
.list_flow li .ttl {
	font-weight: 700;
	font-size: 2.2rem;
	margin-bottom: 10px;
}
.list_flow li .txt {
	margin-bottom: 25px;
}
.list_flow li .tag span {
	color: #21a0dc;
	font-weight: 700;
	background: #e7f5fc;
	border-radius: 3px;
	padding: 5px 10px;
	margin-right: 10px;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	.list_flow li .num img {
		max-width: 77px;
	}
}
@media screen and (max-width:768px) {
	.area_flow .top_txt {
		margin-bottom: 50px;
	}
	.list_flow li {
		padding: 20px;
		flex-flow: column;
		align-items: center;
		justify-content: flex-start;
	}
	.list_flow li:not(:last-child) {
		margin-bottom: 60px;
	}
	.list_flow li .num {
		position: absolute;
		left: 50%;
		top: -40px;
		transform: translate(-50%,0);
	}
	.list_flow li .num img {
		max-width: 80px;
	}
	.list_flow li .img {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.list_flow li .txt_box {
		width: 100%;
	}
	.list_flow li .ttl {
		font-size: 1.8rem;
	}
	.list_flow li .txt {
		margin-bottom: 25px;
	}
	.list_flow li .tag span {
		font-size: 1.4rem;
		display: inline-block;
		margin-bottom: 10px;
	}
}


/* area_qa
-------------------------------------------------------*/
.area_qa dl {
	border-bottom: 1px solid #d4d4d3;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.area_qa dl dt,.area_qa dl dd {
	position: relative;
	padding-left: 40px;
}
.area_qa dl dt::before, .area_qa dl dd::before {
	position: absolute;
	display: block;
	content: "";
	width: 16px;
	height: 35px;
	left: 0;
	top: 0;
}
.area_qa dl dt::before {
	background: url(../img/qa01.png)no-repeat left center/16px 35px;
}
.area_qa dl dd::before {
	background: url(../img/qa02.png)no-repeat left center/16px 35px;
}
.area_qa dl dt {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 2rem;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	
}
@media screen and (max-width:768px) {
	.area_qa dl {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.area_qa dl dt,.area_qa dl dd {
		padding-left: 30px;
	}
	.area_qa dl dt::before, .area_qa dl dd::before {
		width: 14px;
		height: 31px;
	}
	.area_qa dl dt::before {
		background: url(../img/qa01.png)no-repeat left center/14px 31px;
	}
	.area_qa dl dd::before {
		background: url(../img/qa02.png)no-repeat left center/14px 31px;
	}
	.area_qa dl dt {
		font-size: 1.6rem;
	}

}


/* area_contact
-------------------------------------------------------*/
.area_contact {
	background: #f0f0f0;
}
.area_contact .ttl01 {
	margin-bottom: 30px;
}
.area_contact .caution_w {
	color: #333;
}
.contact_box {
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
	border-radius: 20px;
	position: relative;
}
.contact_box .ttl_contact {
	background: #21a0dc;
	color: #fff;
	border-radius: 20px 20px 0 0;
	font-size: 2.4rem;
	font-weight: 700;
	padding: 10px;
	text-align: center;
}
.contact_box .contact_in {
	background: #fff;
	border-radius: 0 0 20px 20px;
	padding: 20px 20px 30px;
	margin-bottom: 20px;
}
.contact_box .contact_form {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.contact_box .contact_form dl {
	width: 32%;
	margin-bottom: 20px;
}
.contact_box .contact_form dt {
	font-weight: 700;
	margin-bottom: 10px;
}
.contact_box .contact_form dt.hissu span {
	position: relative;
}
.contact_box .contact_form dt.hissu span::after {
	position: absolute;
	display: block;
	content: "必須";
	width: 40px;
	height: 20px;
	background: #ff0000;
	border-radius: 5px;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	right: -50px;
	top: 50%;
	transform: translate(0,-50%);
}
.contact_box input[type=text], .contact_box select {
	width: 100%;
	background: #f3f3f3;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	height: 40px;
}


.contact_box input[type=text] {
	padding: 5px 10px;
}
.contact_box .radio_area,.contact_box .radio_area label {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-start;
	font-weight: 700;
	white-space: nowrap;
}
.contact_box .radio_area label {
	margin-right: 15px;
}
.contact_box .form_btn {
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	flex-flow: row-reverse nowrap;
	align-items: center;
	justify-content: space-evenly;
}
.contact_box .form_btn01,
.contact_box .form_btn02 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
	max-width: 300px;
	height: 46px;
	border: none;
	border-radius: 10px;
	padding: 10px;
	margin: 0 auto 20px;
	box-sizing: border-box;
	font-size: 2rem;
	color: #fff;
	line-height: 1;
    text-align: center;
	font-weight: 700;
}
.contact_box .form_btn01 {
	background: linear-gradient(to top,#fa861e,#fe9c1e);
}
.contact_box .form_btn02 {
	background: #6d6d6d;
}
.contact_box .caution {
	text-align: center;
	font-size: 1.4rem;
}
.contact_box .caution a {
	text-decoration: underline;
}
.contact_box .contact_medal {
	position: absolute;
	right: -40px;
	top: -40px;
}
.contact_box .contact_medal img {
	max-width: 123px;
}
.caution_w {
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	.contact_box .contact_medal {
		right: -10px;
	}
}
@media screen and (max-width:768px) {
	.contact_box .ttl_contact {
		font-size: 1.8rem;
		line-height: 1.4;
	}
	.contact_box .contact_form {
		flex-flow: column;
		align-items: flex-start;
		justify-content: flex-start;
		margin-bottom: 0;
	}
	.contact_box .contact_form dl {
		width: 100%;
		margin-bottom: 10px;
	}
	.contact_box .contact_form dt {
		margin-bottom: 5px;
	}
	.contact_box .contact_form dt.hissu span {
		position: relative;
	}
	.contact_box .form_btn01,
	.contact_box .form_btn02 {
		width: 100%;
		font-size: 1.6rem;
	}
	.contact_box .caution {
		font-size: 1.2rem;
	}
	.contact_box .contact_medal {
		position: absolute;
		right: -20px;
		top: -20px;
	}
	.contact_box .contact_medal img {
		max-width: 80px;
	}
	.caution_w {
		font-size: 1.2rem;
	}
}


/* contact_after
-------------------------------------------------------*/
.contact_after {
	background: #e7f5fc;
	text-align: center;
}
.contact_after.contact_box {
	box-shadow: none;
	border-radius: 0;
}
.contact_after .txt_form {
	margin-bottom: 30px;
}


.table_temp {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.table_temp th {
	width: 30%;
	padding: 10px;
	font-weight: 700;
	text-align: left;
	border-bottom: 1px solid #d6d6d6;
}

.table_temp td {
	width: 70%;
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #d6d6d6;
}

.error_messe {
	margin-bottom: 30px;
}