@charset "utf-8";

/*--------------------------------------------------
	common
--------------------------------------------------*/
a:link { color: #183bba; text-decoration: none; }
a:visited { color: #183bba; text-decoration: none; }
a:hover { color: #183bba; text-decoration: underline; }
@media screen and (min-width: 768px) {
a[href^="tel:"] { pointer-events: none; color: inherit; }
}

.bold {	font-weight: bold; }
.txtS { font-size: 1.2rem; }

.mgt05 { margin-top: 5px; }
.mgt10 { margin-top: 10px; }
.mgt15 { margin-top: 15px; }
.mgt20 { margin-top: 20px; }
.mgt25 { margin-top: 25px; }
.mgt30 { margin-top: 30px; }
.mgt35 { margin-top: 35px; }
.mgt40 { margin-top: 40px; }
.mgt45 { margin-top: 45px; }

.right { text-align: right; }
.left { text-align: left; }
.center { text-align: center; }

/* float解除 */
.clearfix:after { content: ""; display: block; clear: both; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
.both { clear: both; }

.sp { display: none !important; }
@media screen and (max-width: 767px) {
.pc { display: none !important; }
.sp { display: inherit !important; }
}

/*--------------------------------------------------
	layout
--------------------------------------------------*/
html {
	font-size: 62.5%;
}
body {
	line-height: 1;
	font-family: 'Noto Sans JP', "メイリオ", "meiryo", Verdana, "Hiragino Kaku Gothic Pro W3", "MS UI Gothic";
	font-size: 1.0rem;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
	color: #333;
}
img {
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}
#wrap {
	text-align: left;
	background: url(../images/bg_top.jpg) no-repeat center top, url(../images/bg_btm.jpg) no-repeat center bottom;
	background-size: contain;
}
section {
	margin-top: 80px;
}
.inner {
	max-width: 1060px;
	margin: 0 auto;
	padding: 0 40px;
}
.secTtl {
	font-size: 3.4rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #fff;
	margin-bottom: 40px;
	padding: 10px 30px;
	background: #5a77af;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
.secSubTtl {
	font-size: 2.0rem;
	color: #5a77af;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 5px 0 5px 10px;
	border-left: 10px #5a77af solid;
}
.secTxt {
	line-height: 1.5;
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
#wrap {
	background: url(../images/bg_top_sp.jpg) no-repeat left top;
	background-size: 200%;
}
section {
	margin-top: 40px;
}
.inner {
	padding: 0 20px;
}
.secTtl {
	font-size: 2rem;
	margin-bottom: 20px;
	padding: 10px 20px;
}
.secSubTtl {
	line-height: 1.3;
	margin-bottom: 10px;
}
.secTxt {
	font-size: 1.4rem;
}
}

/*--------------------------------------------------
	#mv
--------------------------------------------------*/
#mv {
	overflow: hidden;
}
#mv .inner {
	position: relative;
	padding-top: 80px;
	z-index: 1;
}
.mvLabel {
	display: inline-block;
	font-size: 2.0rem;
	font-weight: bold;
	color: #fff;
	padding: 15px 20px;
	background: #EC6D65;;
	border-radius: 30px;
}
.mvLogo {
	font-size: 2.0rem;
	font-weight: bold;
	margin-top: 20px;
}
.mvLogo img {
	vertical-align: bottom;
}
.mvCatch {
	margin: 20px 0 0 -20px;
}
.mvImg {
	position: absolute;
	top: 100px;
	right: -20px;
	z-index: -1;
}
.mvTxt1, .mvTxt2 {
	line-height: 1.5;
	font-size: 2.0rem;
}
.mvTxt1 {
	width: 74%;
	margin-top: 20px;
}
.mvLead {
	display: flex;
	justify-content: space-between;
	margin: 5px 0 0 -20px;
}
.mvLead_img {
	position: relative;
	width: 184px;
	z-index: -1;
}
.mvLead_list {
	width: calc(100% - 184px);
	line-height: 1.5;
	font-size: 2.0rem;
	font-weight: bold;
	padding: 80px 0 0 20px;
	/* text-shadow: #fff 0px 2px,#fff 2px 0px, #fff -2px 0px,
	#fff 0px -2px, #fff -1.4px -1.4px, #fff 1.4px 1.4px,
	#fff 1.4px -1.4px, #fff -1.4px 1.4px; */
}
.mvLead_list li {
	text-indent: -1em;
	padding-left: 1em;
	color: #3d537e;
}
.mvLead_list li + li {
	margin-top: 5px;
}
.mvTxt2 {
	margin-top: -60px;
	padding-left: 162px;
}
@media screen and (max-width: 767px) {
#mv .inner {
	padding-top: 20px;
}
.mvLabel {
	display: block;
	line-height: 1.5;
	text-align: center;
	font-size: 1.2rem;
	padding: 5px;
}
.mvLogo {
	line-height: 1.4;
	font-size: 1.4rem;
	margin-top: 30px;
}
.mvLogo img {
	width: 50.72%;
	vertical-align: initial;
}
.mvCatch {
	width: 72.46%;
	margin: 20px 0 0 -10px;
}
.mvImg {
	top: 75px;
	right: 10px;
	width: 32%;
}
.mvTxt1, .mvTxt2 {
	font-size: 1.4rem;
}
.mvTxt1 {
	width: 100%;
	margin-top: 20px;
}
.mvLead {
	align-items: flex-end;
	margin: 20px -10px 0;
}
.mvLead_img {
	width: 26.67%;
}
.mvLead_list {
	width: calc(100% - 26.67%);
	font-size: 1.4rem;
	padding: 0 0 0 10px;
	/* text-shadow: none; */
}
.mvTxt2 {
	margin-top: 20px;
	padding-left: 0;
}
}

/*--------------------------------------------------
	content
--------------------------------------------------*/
.pointList {
	display: flex;
	justify-content: space-around;
}
.pointList_item {
	width: 33.33%;
	max-width: 280px;
	height: 280px;
	line-height: 1.5;
	text-align: center;
	padding-top: 50px;
	background: url(../images/point_bg.png) no-repeat center top;
	background-size: contain;
}
.pointList_item dt {
	font-size: 2.4rem;
	color: #877c50;
	font-weight: bold;
}
.pointList_item dd {
	font-size: 1.6rem;
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
.pointList {
	display: block;
}
.pointList_item {
	width: 100%;
	max-width: initial;
	height: initial;
	text-align: left;
	padding: 20px;
	background: #fff9b1;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.pointList_item + .pointList_item {
	margin-top: 10px;
}
.pointList_item dt {
	font-size: 1.8rem;
}
.pointList_item dd {
	font-size: 1.4rem;
	margin-top: 10px;
}
}


.flowList {
	display: flex;
	flex-wrap: wrap;
	margin-top: -20px;
}
.flowList li {
	display: flex;
	justify-content: space-between;
	width: 50%;
	padding: 20px;
}
.flowList li:nth-child(n+3) {
	border-top: 3px #dff2fc dotted;
}
.flowList li:nth-child(odd) {
	border-right: 3px #dff2fc dotted;
}
.flowList_detail {
	width: calc(100% - 226px);
}
.flowList_img {
	width: 226px;
	text-align: right;
}
.flowList_num {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 2rem;
	color: #fff;
	font-weight: bold;
	background: #5a77af;
	border-radius: 50%;
}
.flowList_txt {
	line-height: 1.5;
	font-size: 1.6rem;
	margin-top: 10px;
}
/* .flowList_txt .time {
	font-size: 1.3rem;
	color: #999;
}
.flowNote {
	line-height: 1.5;
	text-align: right;
	font-size: 1.3rem;
	color: #999;
	text-indent: -1em;
	margin-top: 20px;
	padding-left: 1em;
} */
@media screen and (max-width: 767px) {
.flowList {
	display: block;
}
.flowList li {
	width: 100%;
	align-items: flex-end;
	padding: 20px 0 0;
}
.flowList li + li {
	margin-top: 20px;
	border-top: 3px #dff2fc dotted;
}
.flowList li:nth-child(odd) {
	border-right: none;
}
.flowList_detail {
	width: calc(100% - 125px);
}
.flowList_img {
	width: 125px;
}
.flowList_num {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 1.8rem;
}
.flowList_txt {
	font-size: 1.4rem;
}
/* .flowList_txt .time {
	font-size: 1.1rem;
}
.flowNote {
	text-align: left;
	font-size: 1.1rem;
	margin-top: 40px;
} */
}


.faqList_item {
	line-height: 1.5;
}
.faqList_item + .faqList_item {
	margin-top: 40px;
}
.faqList_item dt {
	font-size: 2.0rem;
	color: #3d537e;
	font-weight: bold;
	padding: 10px;
	background: #eee;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
.faqList_item dt .num {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 2rem;
	color: #fff;
	font-weight: bold;
	margin-right: 5px;
	background: #5a77af;
	border-radius: 50%;
}
.faqList_item dd {
	font-size: 1.6rem;
	margin-top: 15px;
	padding-left: 55px;
}
@media screen and (max-width: 767px) {
.faqList_item + .faqList_item {
	margin-top: 30px;
}
.faqList_item dt {
	font-size: 1.8rem;
	padding: 10px;
}
.faqList_item dt .num {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 1.8rem;
}
.faqList_item dd {
	font-size: 1.4rem;
	margin-top: 10px;
	padding-left: 0;
}
}


.serviceBlock + .serviceBlock {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 3px #dff2fc dotted;
}
.serviceTxt {
	line-height: 1.5;
	font-size: 1.6rem;
}
.serviceNote {
	line-height: 1.5;
	font-size: 1.3rem;
	text-indent: -1em;
	margin-top: 10px;
	padding-left: 1em;
}
.serviceCont_list li {
	padding-left: 4em;
	text-indent: -4em;
	margin-top: 10px;
}
.serviceCont_list li .head {
	display: inline-block;
	width: 4em;
	text-indent: 0;
	font-weight: bold;
}
.servicePrice {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.servicePrice_info {
	width: calc(100% - 322px);
}
.servicePrice_img {
	max-width: 322px;
	text-align: right;
}
.servicePrice_box {
	padding: 20px;
	background: #eee;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.servicePrice_box .strong {
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.servicePrice_txt {
	margin-top: 20px;
}
.servicePrice_sample {
	display: flex;
	justify-content: space-between;
	align-content: center;
	line-height: 1.5;
	font-size: 1.6rem;
	margin-top: 20px;
}
.servicePrice_sample .head {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	width: 80px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	margin-right: 20px;
	padding: 10px 5px;
	background: #5a77af;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.servicePrice_sample .list {
	width: calc(100% - 100px);
	text-indent: -1em;
	padding-left: 1em;
}
.servicePrice_balloon {
	line-height: 1.5;
	font-size: 1.6rem;
	margin-top: 20px;
	padding: 20px;
	border: 2px #eee solid;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.servicePrice_balloon + p {
	margin-top: 20px;
}
/*.servicePrice_txt p + p, .servicePrice_txt p + ul, .servicePrice_txt ul + p {
	margin-top: 20px;
}*/
/*.servicePrice_list {
	text-indent: -1em;
	padding-left: 1em;
}
.servicePrice_list li + li {
	margin-top: 5px;
}
.servicePrice_list .small {
	font-size: 1.3rem;
}*/
@media screen and (max-width: 767px) {
.serviceBlock + .serviceBlock {
	margin-top: 20px;
	padding-top: 20px;
}
.serviceTxt {
	font-size: 1.4rem;
}
.serviceNote {
	font-size: 1.1rem;
}
.servicePrice {
	display: block;
}
.servicePrice_info {
	width: 100%;
}
.servicePrice_img {
	margin: 40px auto 0;
}
.servicePrice_sample {
	font-size: 1.4rem;
}
.servicePrice_balloon {
	font-size: 1.4rem;
}
}


.contactArea {
	margin-top: 40px;
	padding: 40px;
	background: #eee;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
.contactList_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 1.5;
	font-size: 1.6rem;
}
.contactList_item + .contactList_item {
	margin-top: 20px;
}
.contactList_item .head {
	width: 400px;
	font-weight: bold;
}
.contactList_item .head .required {
	font-size: 1.3rem;
	color: #d3004f;
	font-weight: normal;
	margin-left: 10px;
}
label.error {
	font-size: 1.3rem;
	color: #d3004f;
}
.contactList_item .cont {
	width: calc(100% - 400px);
}
input[type="text"],input[type="email"],
select,textarea {
	width: 100%;
	font-size: 1.6rem;
	padding: 10px 5px;
	border: none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
input[type="checkbox"] {
	vertical-align: baseline;
}
.labelWrap {
	font-size: 1.6rem;
}
.labelWrap + .labelWrap {
	margin-left: 10px;
}
textarea {
	height: 200px;
}
.contactBtn {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.contactBtn .btn {
	width: 300px;
	text-align: center;
	font-size: 2.0rem;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #877c50;
	margin: 0 10px;
	padding: 15px 15px 10px;
	background: #fff9b1;
	border: none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 4px 4px 0 rgba(0,0,0,0.2);
	cursor: pointer;
}
.contactBtn .btn.btnBack {
	color: #666;
	background: #ccc;
}
@media screen and (max-width: 767px) {
.contactArea {
	margin-top: 20px;
	padding: 40px 20px;
}
.contactList_item {
	display: block;
	font-size: 1.4rem;
}
.contactList_item + .contactList_item {
	margin-top: 30px;
}
.contactList_item .head {
	width: 100%;
}
.contactList_item .head .required {
	font-size: 1.1rem;
}
label.error {
	font-size: 1.1rem;
}
.contactList_item .cont {
	width: 100%;
	margin-top: 10px;
}
.contactBtn .btn {
	width: 100%;
	font-size: 1.8rem;
}
}


#footer {
	text-align: center;
	color: #fff;
	margin-top: 80px;
	padding: 80px 0 20px;
	background: #5a77af;
}
.footerTop {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.footerTop_catch {
	font-size: 2.0rem;
	color: #dff2fc;
	font-weight: bold;
}
.footerTop_logo {
	margin-left: 20px;
}
.footerBtm {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-weight: bold;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 3px rgba(255,255,255,0.2) dotted;
}
.footerBtm_tel, .footerBtm_mail {
	font-size: 2.0rem;
	color: #dff2fc;
}
.footerBtm_mail {
	margin-left: 40px;
}
.footerBtm_tel .strong, .footerBtm_mail .strong {
	font-size: 3.4rem;
	color: #fff;
}
.footerCopy {
	font-size: 1.0rem;
	letter-spacing: 0.1em;
	margin-top: 40px;
}
@media screen and (max-width: 767px) {
#footer {
	margin-top: 40px;
	padding: 40px 0 20px;
}
.footerTop {
	display: block;
}
.footerTop_catch {
	font-size: 1.8rem;
}
.footerTop_logo {
	margin: 15px 0 0 0;
}
.footerBtm {
	display: block;
}
.footerBtm_tel, .footerBtm_mail {
	font-size: 1.8rem;
}
.footerBtm_mail {
	margin: 10px 0 0 0;
}
.footerBtm_tel .strong, .footerBtm_mail .strong {
	font-size: 1.8rem;
}
}
