@charset "utf-8";


/* common
-------------------------------------------------------*/
#wrapper {
	overflow: hidden;
}
.sp {
	display: none;
}
.area {
	padding: 90px 20px;
	box-sizing: border-box;
}
.inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}
.ttl01 {
	text-align: center;
	margin: 0 0 40px;
	line-height: 1.3;
	font-size: 280%;
	font-weight: 700;
}
.top_txt {
	text-align: center;
	font-size: 110%;
	line-height: 1.6;
}
.orange {
	color: #86b8fd;
}
.contact {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
@media screen and (max-width:768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.area {
		padding: 30px 20px;
	}
	.inner {
		max-width: 100%;
	}
	.ttl01 {
		margin: 0 0 30px;
		font-size: 140%;
	}
	.top_txt {
		font-size: 90%;
	}
	.contact {
		flex-flow: column;
	}
	.contact li {
		width: 100%;
		height: 100%;
	}
}


/* header
-------------------------------------------------------*/
#header {
	box-sizing: border-box;
	padding: 10px 20px;
}
#header .inner {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	max-width: 100%;
}
#header .txt {
	font-size: 75%;
	line-height: 1.3;
	margin: 0 0 10px;
}
#header .logo img {
    max-width: 322px;
}
#header .contact {
	flex-flow: row nowrap;
	justify-content: flex-end;
}
#header .contact li {
	padding-left: 20px;
}
#header .contact .tel img {
	max-width: 383px;
}
#header .contact .caution img {
	max-width: 262px;
}
@media screen and (max-width:768px) {
	#header {
		text-align: center;
		padding: 10px;
	}
	#header .wrap {
		width: 100%;
	}
	#header .logo img {
		max-width: 200px;
	}
	#header .contact {
		justify-content: center;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 9;
		background: rgba(255, 255, 255, 0.9);
		padding:  5px;
		width: 100%;
		box-sizing: border-box;
		border-top: 2px solid #86b8fd;
	}
	#header .contact li {
		padding: 0 5px!important;
		width: auto;
	}
}


/* visual
-------------------------------------------------------*/
#visual {
	padding: 0;
	box-sizing: border-box;
	background: url(../img/visual_bg.png)no-repeat center/cover;
}
#visual .inner {
	max-width: 1400px;
}
@media screen and (max-width:768px) {

}


/* .slider_box
-------------------------------------------------------*/
.slider_box {
	margin: 3px 0 0;
}

/* footer
-------------------------------------------------------*/
#footer {
	text-align: center;
	border-top: 5px solid #86b8fd;
}
#footer.area {
	padding: 50px 20px 70px;
}
#footer .logo {
    margin: 0 0 40px;
}
#footer .logo img {
    max-width: 322px;
}
#footer .copy {
	font-size: 75%;
}
@media screen and (max-width:768px) {
	#footer {
		text-align: center;
	}
	#footer.area {
		padding: 40px 20px 120px;
	}
	#footer .logo {
		margin: 0 0 30px;
	}
	#footer .logo img {
		max-width: 200px;
	}
}


/* banner
-------------------------------------------------------*/
.banner {
	background: #86b8fd;
}
.banner.area {
	padding: 40px 20px;
}
.banner .inner {
	position: relative;
}
.banner .ttl {
	max-width: 700px;
	font-size: 160%;
	font-weight: 700;
	line-height: 1.5;
	color: #fff;
	margin: 0 0 30px;
	position: relative;
	z-index: 2;
}
.banner .contact {
	max-width: 720px;
	border-top: 1px solid #fff;
	padding: 30px 0 0;
	position: relative;
	z-index: 2;
}
.banner .contact .tel {
	margin: 0 30px 0 0;
}
.banner .contact .tel img {
	max-width: 414px;
}
.banner .contact .caution img {
	max-width: 282px;
}
.banner .img {
	position: absolute;
	right: -10px;
	bottom: 0;
	z-index: 1;
}
.banner .img img {
	max-width:264px;
}
@media screen and (max-width:768px) {
	.banner.area {
		padding: 30px 20px;
	}
	.banner .ttl {
		font-size: 110%;
		margin: 0 0 20px;
	}
	.banner .contact {
		padding: 20px 0 0;
		align-items: center;
	}
	.banner .contact li {
		text-align: center;
	}
	.banner .contact .tel {
		margin: 0 0 20px;
	}
	.banner .img {
		display: none;
		right: -10px;
		bottom: inherit;
		top: 30px;
	}
	.banner .img img {
		max-width: 100px;
	}
}


/* reason
-------------------------------------------------------*/
#reason .sub_ttl {
	text-align: center;
	font-size: 120%;
	font-weight: 700;
	margin: 0 0 20px;
}
#reason .sub_ttl span {
	position: relative;
	padding: 0 40px;
}
#reason .sub_ttl span::before,#reason .sub_ttl span::after {
	position: absolute;
	display: block;
	content: "";
	background: url("../img/slash.png")no-repeat center/26px 41px;
	width: 26px;
	height: 41px;
	top: 50%;
	transform: translate(0,-50%);
}
#reason .sub_ttl span::before {
	left: 0;
}
#reason .sub_ttl span::after {
	right: 0;
	transform: translate(0,-50%) scale(1,-1);
}
#reason .ttl01 .orange {
	font-size: 120%;
}
#reason ul {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: space-between;
}
#reason ul li {
	width: 20%;
	margin: 0 10px;
}
#reason ul li .img {
	margin: 0 0 15px;
}
#reason ul li .ttl {
	text-align: center;
	font-size: 110%;
	font-weight: 700;
	line-height: 1.6;
	margin: 0 0 10px;
}
#reason ul li .txt {
	font-size: 90%;
	line-height: 1.6;
	padding: 0 5px;
}
@media screen and (max-width:768px) {
	#reason .sub_ttl {
		font-size: 90%;
		margin: 0 0 10px;
		line-height: 1.2;
	}
	#reason .sub_ttl span {
		padding: 0;
	}
	#reason .sub_ttl span::before,#reason .sub_ttl span::after {
		background: url("../img/slash.png")no-repeat center/13px 20px;
		width: 13px;
		height: 20px;
		transform: inherit;
		top: inherit;
		bottom: -10px;
	}
	#reason .sub_ttl span::before {
		left: -20px;
	}
	#reason .sub_ttl span::after {
		right: -20px;
		transform: scale(1,-1);
	}
	#reason .ttl01 .orange {
		font-size: 120%;
	}
	#reason ul {
		flex-flow: column;
		align-items: center;
		justify-content: center;
	}
	#reason ul li {
		width: 100%;
		margin: 0;
		display: flex;
	}
	#reason ul li:not(:last-child) {
		margin: 0 0 10px;
	}
	#reason ul li .img {
		margin: 0 auto 20px;
		text-align: center;
		width: 27%;
		margin-right: 3%;
	}
	#reason ul li .txt {
		padding: 0;
	}
	
	#reason ul li div {
		width: 70%;
	}
	
	#reason ul li .ttl {
		text-align: left;
		margin-bottom: 5px;
	}
}


/* requirements
-------------------------------------------------------*/
#requirements {
	background: url("../img/bg01.png")no-repeat center/cover;
}
#requirements .inner {
	max-width: 880px;
}
#requirements .top_txt {
	margin: 0 0 30px;
}
#requirements ul {
	margin: 0 auto 40px; 
}
#requirements ul li {
	background: #fff;
	border: 3px solid #d5ebfa;
	border-radius: 5px;
	padding: 25px;
	/*display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: flex-start;*/
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}

#requirements ul li div {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}

#requirements ul li .small {
	margin-top: 10px;
	font-size: 90%;
	line-height: 1.5;
}

#requirements ul li:not(:last-child) {
	margin: 0 0 20px;
}
#requirements ul li .icon {
	margin: 0 10px 0 0;
	padding: 5px 0 0;
}
#requirements ul li .icon img {
	max-width: 32px;
	min-width: 32px;
}
#requirements ul li .txt {
	font-size: 140%;
	line-height: 1.4;
}
#requirements .caution_txt {
	line-height: 2;
}
@media screen and (max-width:768px) {
	#requirements {
		background: url("../img/bg01.png")no-repeat right center/cover;
	}
	#requirements ul {
		margin: 0 auto 20px; 
	}
	#requirements ul li {

		padding: 15px;
	}
	#requirements ul li:not(:last-child) {
		margin: 0 0 10px;
	}
	#requirements ul li .icon {
		margin: 0 10px 0 0;
		padding: 5px 0 0;
	}
	#requirements ul li .icon img {
		max-width: 20px;
		min-width: 20px;
	}
	#requirements ul li .txt {
		font-size: 100%;
	}
	#requirements .caution_txt {
		font-size: 90%;
		line-height: 1.4;
	}
	
	#requirements ul li .small {

	font-size: 80%;
}
}


/* flow
-------------------------------------------------------*/
#flow {
	background: linear-gradient(to bottom, #fff, #ffeed5);
}
#flow .top_txt {
	margin: 0 0 30px;
}
#flow .inner {
	max-width: 1200px;
}
#flow ul {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#flow ul li {
	width: 18%;
	position: relative;
}
#flow ul li:not(:nth-child(5n))::after {
	position: absolute;
	display: block;
	content: "";
	background: url("../img/arrow.png")no-repeat center/46px 46px;
	width: 46px;
	height: 46px;
	right: -38px;
	top: 45px;
	z-index: 5;
}
#flow ul li:nth-child(-n+5) {
	margin: 0 0 40px;
}
#flow ul li .img {
	margin: 0 0 20px;
}
#flow ul li .txt {
	text-align: center;
	font-weight: 700;
	font-size: 110%;
	line-height: 1.6;
}
@media screen and (max-width:768px) {
	#flow ul {
		flex-flow: row wrap;
		align-items: flex-start;
		justify-content: space-between;
	}
	#flow ul li {
		width: 48%;
		position: relative;
	}
	#flow ul li:not(:nth-child(5n))::after {
		display: none;
	}
	#flow ul li:not(:nth-child(2n))::after {
		position: absolute;
		display: block;
		content: "";
		background: url("../img/arrow.png")no-repeat center/30px 30px;
		width: 30px;
		height: 30px;
		right: -21px;
		top: 37px;
		z-index: 5;
	}
	#flow ul li:nth-child(-n+8) {
		margin: 0 0 20px;
	}
	#flow ul li .img {
		margin: 0 0 20px;
	}
	#flow ul li .txt {
		font-size: 85%;
	}
}


/* voice
-------------------------------------------------------*/
#voice {
	background: url("../img/bg02.png")no-repeat center/cover;
}
#voice .top_txt {
	margin: 0 0 30px;
}
#voice ul {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: space-between;
}
#voice ul li {
	width: 31%;
	background: rgba(255,255,255,0.9);
	border: 1px solid #86b8fd;
	border-radius: 10px;
	padding: 30px 20px;
	box-sizing: border-box;
}
#voice ul li .icon {
	text-align: center;
	margin: 0 0 20px;
}
#voice ul li .icon img {
	max-width: 150px;
}
#voice ul li .ttl {
	text-align: center;
	font-size: 120%;
	line-height: 1.6;
	font-weight: 700;
	margin: 0 0 20px;
}
#voice ul li .txt {
	line-height: 1.6;
	font-size: 90%;
}
@media screen and (max-width:768px) {
	#voice {
		background: url("../img/bg02_sp.png")no-repeat left bottom/contain;
	}
	#voice ul {
		flex-flow: column;
		align-items: center;
		justify-content: center;
	}
	#voice ul li {
		width: 100%;
	}
	#voice ul li:not(:last-child) {
		margin: 0 0 30px;
	}
	#voice ul li .icon img {
		max-width: 130px;
	}
	#voice ul li .ttl {
		font-size: 110%;
	}
}


/* case
-------------------------------------------------------*/
#case {
	background: url("../img/bg03.png")no-repeat center/cover;
}
#case ul {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: space-between;
}
#case ul li {
	width: 48%;
	margin: 0 20px;
	box-sizing: border-box;
}
#case ul li .txt_box {
	background: #fff3e2;
	padding: 20px;
}
#case ul li .txt_box .place {
	text-align: center;
	font-size: 140%;
	font-weight: 700;
	margin: 0 0 20px;
}
#case ul li .txt_box .ttl {
	text-align: center;
	font-weight: 700;
	font-size: 120%;
	margin: 0 0 20px;
}
#case ul li .txt_box .txt {
	line-height: 1.6;
}
@media screen and (max-width:768px) {
	#case ul {
		flex-flow: column;
		align-items: center;
		justify-content: center;
	}
	#case ul li {
		width: 100%;
		margin: 0;
	}
	#case ul li:not(:last-child) {
		margin: 0 0 30px;
	}
	#case ul li .txt_box .place {
		font-size: 120%;
	}
	#case ul li .txt_box .ttl {
		font-size: 110%;
	}
	#case ul li .txt_box .txt {
		font-size: 90%;
	}
}



/* qa
-------------------------------------------------------*/
#qa dl {
    border-bottom: 1px solid #86b8fd;
	line-height: 1.6;
}
#qa dl:not(:last-child) {
    margin: 0 0 30px;
}
#qa dt {
    font-size: 110%;
    font-weight: 700;
    margin: 0 0 20px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
#qa dl dt span.icon {
    display: block;
    background: url("../img/qa01.png")no-repeat left/40px 40px;
    min-width: 40px;
    height: 40px;
    margin: 0 20px 0 0;
}
#qa dl dd {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    margin: 0 0 30px;
}
#qa dl dd span.icon {
    display: block;
    background: url("../img/qa02.png")no-repeat left/40px 40px;
    min-width: 40px;
    height: 40px;
    margin: 0 20px 0 0;
}
#qa .aco_btn {
	position: relative;
	cursor: pointer;
}
#qa .aco_btn .btn {
    position: absolute;
    top:10px;
    bottom:-10px;
    right: 10px;
    margin: auto;
    display: block;
    width: 28px;
    height: 28px;
}
#qa .aco_btn .btn span {
    background: #86b8fd;
    width: 28px;
    height: 2px;
    display: block;
}
#qa .aco_btn .btn span:first-child {
    transform: rotate(90deg) translateX(2px) scale(1);
    transition: .5s;
}
#qa .aco_btn.open .btn span:first-child {
    transform: rotate(90deg) translateX(2px) scale(0);
}
#qa .aco_btn:hover {
    opacity: .7;
}
#qa .aco_btn span {
    margin-right: 20px;
}

@media screen and (max-width:768px) {
    #qa dl:not(:last-child) {
        margin: 0 0 20px;
    }
    #qa dt {
        align-items: flex-start;
        padding: 0 20px 0 0;
		font-size: 100%;
    }
	#qa dt p {
		padding: 3px 0 0;
	}
    #qa dl dt span.icon {
        background: url("../img/qa01.png")no-repeat left/30px 30px;
        min-width: 30px;
        height: 30px;
        margin: 0 10px 0 0;
    }
    #qa dl dd span.icon {
        display: block;
        background: url("../img/qa02.png")no-repeat left/30px 30px;
        min-width: 30px;
        height: 30px;
        margin: 0 10px 0 0;
    }
    #qa .aco_btn .btn {
        right: 0;
        width: 20px;
        height: 20px;
        top: 7px;
    }
    #qa .aco_btn .btn span {
        width: 20px;
        height: 2px;
    }
    #qa .aco_btn .btn span:first-child {
        transform: rotate(90deg) translateX(2px) scale(1);
        transition: .5s;
    }
    #qa .aco_btn.open .btn span:first-child {
        transform: rotate(90deg) translateX(2px) scale(0);
    }
}

/* company
-------------------------------------------------------*/
#company {
	/*background: url("../img/bg04.png")no-repeat left center/cover;*/
	background: url("../img/bg04.png")no-repeat right top #e8d9c4;
}
#company table {
	border: 1px solid #86b8fd;
	max-width: 800px;
	margin: 0 auto;
	width: 100%;
}
#company table tr {
	border-bottom: 1px solid #86b8fd;
}
#company table th {
	/*background: #f0f0f0;*/
	background: rgba(255,255,255,0.8);
	border-right: 1px solid #86b8fd;
	border-left: 3px solid #86b8fd;
	font-weight: 700;
	text-align: left;
	vertical-align: middle;
	padding: 20px;
	width: 32%;
}
#company table td {
	background: rgba(255,255,255,0.8);
	width: 68%;
	padding: 20px;
	vertical-align: middle;
	line-height: 1.4;
}
@media screen and (max-width:768px) {
	
	#company {
		background: url("../img/bg04_sp.png")no-repeat right top #e8d9c4;
		background-size: 100%;
	}
	#company table {
		font-size: 65%;
		width: 60%;
		margin: 0px;
	}
	#company table th {
		padding: 5px;
		width: 30%;
	}
	#company table td {
		
		width: 70%;
		padding: 5px;
		vertical-align: middle;
		line-height: 1.4;
	}
}


/* contact
-------------------------------------------------------*/
#contact .inner {
	max-width: 700px;
}
#contact .txt_head {
	font-size: 120%;
	color: #f00;
	text-align: center;
	margin: -20px 0 30px;
	line-height: 1.3;
}
/* table_temp start */
#contact .table_temp {
	width: 100%;
}
#contact.contact_after .inner {
	padding: 0;
}
#contact tr {
	display: table;
	width: 100%;
	table-layout: fixed;
}
#contact tr>* {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 10px;
	box-sizing: border-box;
	line-height: 1;
}
#contact tr th {
	width: 200px;
	text-align: left;
}
#contact tr th b {
	display: block;
	position: relative;
	font-weight: normal;
}
#contact tr.hissu th b::after,
#contact tr.nini th b::after {
	color: #fff;
	font-weight: 500;
	font-size: 75%;
	width: 34px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto;
}
#contact tr.hissu th b::after {
	content: "必須";
	background: #f00;
}
#contact tr.nini th b::after {
	content: "任意";
	background: #777;
}
#contact.contact_after tr {
	border-bottom: 1px solid #ccc;
}
#contact.contact_after tr:first-child {
	border-top: 1px solid #ccc;
	margin: 30px 0 0;
}
#contact.contact_after tr th {
	color: #aaa;
}
#contact.contact_after tr td {
	font-weight: 500;
}
.txt_form .red,
.error_messe b {
	color: #f00;
	font-weight: normal;
}
.error_messe {
	margin: 20px 0 0;
	text-align: center;
	line-height: 1.3;
}
.error_messe>* {
	display: inline-block;
}
#contact input[type="text"],
#contact select,
#contact textarea {
	width: 100%;
}
#contact input[type="text"],
#contact select {
	height: 40px;
}
#contact textarea {
	min-height: 150px;
	resize: vertical;
}
#contact .radio_area label,
#contact .check_area label {
	display: inline-block;
	margin: 5px 5px 5px 0;
	line-height: 1.3;
}
#contact .txt_form {
	text-align: center;
	line-height: 1.3;
}
#contact .txt_form span {
	display: block;
}
::placeholder {
	color: #ccc;
}
#contact .form_btn {
	display: flex;
	flex-flow: row-reverse nowrap;
	align-items: center;
	justify-content: space-evenly;
}
#contact .form_btn01,
#contact .form_btn02 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80%;
	max-width: 260px;
	height: 50px;
	border: none;
	border-radius: 5px;
	padding: 10px;
	margin: 30px auto 0;
	box-sizing: border-box;
	font-size: 120%;
	color: #fff;
	line-height: 1;
    text-align: center;
}
#contact .form_btn01 {
	background: #f00;
}
#contact .form_btn02 {
	background: #333;
}
/* table_temp end */
@media screen and (max-width:768px) {
	#contact .txt_head {
		font-size: 100%;
	}
	/* table_temp start */
	#contact.contact_after tr:first-child {
		margin: 20px 0 0;
	}
	#contact tr>* {
		display: block;
		padding: 15px 0;
		line-height: 1.3;
	}
	#contact tr th {
		width: 100%;
		font-size: 100%;
	}
	#contact tr td {
		padding-top: 0;
	}
	#contact tr.hissu th b::after,
	#contact tr.nini th b::after {
		top: 0!important;
		right: 0!important;
		bottom: 0!important;
	}
	#contact .radio_area label,
	#contact .check_area label {
		display: flex;
		align-items: center;
	}
	#contact .form_btn {
		flex-flow: column;
	}
	#contact .form_btn01,
	#contact .form_btn02 {
		margin: 20px 0 0;
		font-size: 100%;
		height: 50px;
	}
	/* table_temp end */
}



.privacy {
	max-width: 800px;
	box-sizing: border-box;
	padding: 20px;
	height: 250px;
	overflow-x: hidden;
	overflow-y: scroll;
	margin: 0 auto;
	background: #fff;
	line-height: 1.5;
	margin-top: 40px;
}

.privacy .page-title {
	text-align: center;
	font-size: 140%;
	border-bottom: 3px solid #86b8fd;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.privacy h3 {
	font-weight: bolder;
	margin-bottom: 10px;
	margin-top: 30px;
	border-bottom: 1px solid #86b8fd;
	padding-bottom: 5px;
	font-size: 110%;
}


.point {
	max-width: 800px;
	margin: 0 auto;
}