@charset "utf-8";

/*--------------------------------------------------
	common
--------------------------------------------------*/
a:link { color: #0059A1; text-decoration: none; }
a:visited { color: #0059A1; text-decoration: none; }
a:hover, input[type=submit]:hover {
	color: #0059A1;
	text-decoration: none;
	opacity: 0.6;
	transition: 0.3s;
}
@media screen and (min-width: 768px) {
a[href^="tel:"] { pointer-events: none; color: inherit; }
}

.bold {	font-weight: bold; }

.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; }

.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", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
	font-size: 1.0rem;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
	color: #252525;
	background: #e0ddf0;
}
img {
	max-width: 100%;
	height: auto;
}
.wrap {
	text-align: left;	
	font-size: 1.6rem;
	overflow: hidden;
}
section {
	padding-top: 100px;
	padding-bottom: 100px;
}
.inner {
	width: 1200px;
	margin: 0 auto;
}
.sec_ttl {
	text-align: center;
	font-size: 4.8rem;
	font-weight: bold;
	padding-bottom: 80px;
}
.sec_txt {
	line-height: 1.8;
	text-align: center;
	font-size: 2rem;
}
.sec_txt p + p {
	margin-top: 1em;
}
.decoLine {
	width: 100%;
}
.decoLine img {
	width: 100%;
	max-width: initial;
}
.cvarea {
	display: none;
}
@media screen and (max-width: 1280px) {
	.inner {
		width: 92%;
		padding: initial;
	}
}
@media screen and (max-width: 767px) {
	.wrap {
		font-size: 1.4rem;
	}
	section {
		padding-top: 50px;
		padding-bottom: 50px;
	}	
	.sec_ttl {
		line-height: 1.3;
		font-size: 2.8rem;
		padding-bottom: 40px;
	}
	.sec_txt {
		text-align: left;
		font-size: 1.4rem;
	}
	.decoLine img {
		width: initial;
	}
	.cvarea {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		display: block;
		width: 100%;
		margin: auto;
		padding: 10px 0;
		z-index: 50;

		transition: all 0.3s ease 0s;
		visibility: visible;
		opacity: 1;
	}
	.cvarea.is-hidden {
        visibility: hidden;
        opacity: 0;
    }
	.cvarea_btn {
		position: relative;
		display: block;
		width: 76%;
		text-align: center;
		font-size: 1.8rem;
		font-weight: bold;
		color: #fff !important;
		letter-spacing: 0.1em;
		margin: 0 auto;
		padding: 15px 0;
		background: #4431e6;
		border-radius: 40px;
		box-shadow: 0 0 40px rgba(38,32,86,0.4);
	}
	.cvarea_btn::after {
		position: absolute;
		top: 0;
		right: 10px;
		bottom: 0;
		height: 1em;
		font-family: "Font Awesome 5 Free";
		content: "\f107";
		color: rgba(255,255,255,0.4);
		margin: auto;
	}
}

/*--------------------------------------------------
	header
--------------------------------------------------*/
.header_nav {
	position: fixed;
	top: 10px;
	right: 0;
	display: flex;
	justify-content: flex-end;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 5px 2.08%;
	background: rgba(255,255,255,0.6);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: 0 0 40px rgba(38,32,86,0.2);
	z-index: 100;
}
.header_list {
	display: flex;
	align-items: center;
}
.header_list li + li {
	margin-left: 30px;
}
.header_list li a {
	color: #252525 !important;
}
.header_btn {
	display: block;
	text-align: center;
	color: #fff !important;
	margin-left: 30px;
	padding: 15px 30px;
	background: #4431e6;
	border-radius: 40px;
}
@media screen and (max-width: 767px) {
	.header_nav {
		top: 0;
		right: -100%;
		display: block;
		width: 66.67%;
		height: 100%;
		font-size: 1.8rem;
		padding: 80px 20px 30px 30px;
		background: rgba(255,255,255,0.8);
		border-radius: initial;
		transition: right 0.3s ease;
	}
	.header_nav.open {
		right: 0;
	}
	.hamburger {
		position: fixed;
		top: 10px;
		right: 10px;
		width: 50px;
		padding: 10px;
		background: rgba(255,255,255,0.8);
		border-radius: 5px;
		box-shadow: 0 0 40px rgba(38,32,86,0.4);
		cursor: pointer;
		z-index: 150;
	}
	.hamburger span {
		display: block;
		height: 3px;
		width: 100%;
		background-color: #252525;
		margin: 5px 0;
		transition: 0.4s;
	}
	/* バツ印に変化するスタイル */
	.hamburger.active span:nth-child(1) {
		transform: rotate(45deg) translate(5px, 5px);
	}
	.hamburger.active span:nth-child(2) {
		opacity: 0;
	}
	.hamburger.active span:nth-child(3) {
		transform: rotate(-45deg) translate(6px, -6px);
	}

	.header_list {
		display: block;
	}
	.header_list li + li {
		margin: 30px 0 0 0;
	}
	.header_btn {
		width: 100%;
		margin: 30px 0 0 0;
		padding: 15px 15px;
	}
}

/*--------------------------------------------------
	content
--------------------------------------------------*/
.fv {
	position: relative;
	text-align: center;
}
.fv_img {
	position: relative;
	z-index: -1;
}
.fv_img img,
.fv_logo img {
	width: 100%;
}
.fv_catch {
	position: absolute;
	top: 15%;
	right: 0;
	left: 0;
	text-align: center;
	font-size: 1.65vw; /* 2.8rem */
	letter-spacing: 0.1em;
	margin: auto;
}
.fv_logo {
	position: absolute;
	top: 17.8%;
	right: 0;
	left: 0;
	width: 30.21%;
	margin: auto;
}
.fv_btm {
	position: absolute;
	bottom: 0;
}
@media screen and (max-width: 767px) {
	.fv_catch {
		top: 9.3%;
		font-size: 1.4rem;
	}
	.fv_logo {
		top: 10.88%;
		width: 77.33%;
	}
	
}



.sec_about {
	padding-top: 80px;
}
.about_wrap {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-top: 80px;
}
.about_wrap + .sec_txt {
	margin-top: 80px;
}
.about_list {
	min-width: 550px;
	font-size: 2rem;
	background: #fff;
	border-radius: 5px;
}
.about_list li {
	padding: 15px 20px;
}
.about_list li::before {
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	font-weight: 900;
	padding-right : 5px;
	color: #4431e6;
}
.about_list li:nth-child(even) {
	background: rgba(224,221,240,0.4);
}
.about_img {
	padding-left: 40px;
}
@media screen and (max-width: 767px) {
	.sec_about {
		padding-top: 20px;
	}	
	.about_wrap {
		display: block;
		margin-top: 20px;
	}
	.about_wrap + .sec_txt {
		margin-top: 10px;
	}
	.about_list {
		min-width: initial;
		font-size: 1.4rem;
	}
	.about_list li {
		line-height: 1.5;
		padding: 10px 4%;
	}
	.about_img {
		width: 57.97%;
		padding-left: initial;
		margin: -120px -3% 0 auto;
	}
	
}


.sec_problem {
	color: #fff;
	padding-bottom: 0;
	background: #262056;
}
.problem_transition {
	text-align: center;
	color: #262056;
	margin-top: 80px;
	padding: 80px;
	background: url(../images/problem_bg.jpg) no-repeat center;
	border-radius: 5px;
}
.problem_transitionTtl {
	font-size: 3.2rem;
}
.problem_transitionList {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 73.08%;
	margin: 80px auto 0;
}
.problem_transitionList + .sec_txt {
	margin-top: 80px;
}
.problem_transitionList li {
	width: 26.32%;
}
.problem_transitionList li:nth-child(n+4) {
	margin-top: 30px;
}

.problem_subTtl {
	text-align: center;
	font-size: 3.2rem;
	font-weight: bold;
	margin-top: 80px;
}
.problem_worry {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 20px;
}
.problem_worryList li {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 380px;
	min-height: 130px;
	line-height: 1.8;
	text-align: center;
	font-weight: bold;
	color: #262056;
	padding: 0 30px;
	background: #e0ddf0;
	border-radius: 60px;
}
.problem_worryList li + li {
	margin-top: 30px;
}

.problem_highlight {
	transform: translate(0, 60px);
}
.problem_highlightWrap {
	text-align: center;
	font-weight: bold;
	padding: 20px 0;
	background: linear-gradient(to right,  rgba(68,49,230,1) 50%,rgba(99,83,232,1) 100%);
}
.problem_highlightTxt_1 {
	font-size: 2.4rem;
	letter-spacing: 0.1em;
}
.problem_highlightTxt_2 {
	font-size: 3.2rem;
	font-style: italic;
	margin-top: 20px;
}
.problem_highlightTxt_2 span {
	font-size: 4rem;
	margin-right: 5px;
}
@media screen and (max-width: 767px) {
	.problem_transition {
		margin-top: 40px;
		padding: 40px 4%;
	}
	.problem_transitionTtl {
		line-height: 1.5;
		font-size: 1.8rem;
	}
	.problem_transitionList {
		width: 100%;
		margin: 40px auto 0;
	}
	.problem_transitionList + .sec_txt {
		margin-top: 40px;
	}
	.problem_transitionList li {
		width: 38.1%;
	}
	.problem_transitionList li:nth-child(n+3) {
		margin-top: 20px;
	}

	.problem_subTtl {
		font-size: 1.8rem;
		margin-top: 40px;
	}
	.problem_worry {
		display: block;
		margin-top: 40px;
	}
	.problem_worryList li {
		display: block;
		width: 100%;
		min-width: initial;
		min-height: initial;
		font-weight: normal;
		padding: 15px 4%;
	}
	.problem_worryList li + li,
	.problem_worryImg + .problem_worryList {
		margin-top: 20px;
	}
	.problem_worryImg {
		display: none;
	}

	.problem_highlight {
		transform: translate(0, 40px);
	}
	.problem_highlightWrap {
		padding: 15px 0;
		background: #4431e6;
	}	
	.problem_highlightTxt_1 {
		font-size: 1.4rem;
	}
	.problem_highlightTxt_2 {
		font-size: 1.4rem;
		margin-top: 10px;
	}
	.problem_highlightTxt_2 span {
		font-size: 2.2rem;
	}	
}


.sec_merit {
	padding-top: 160px;
}
.merit_items {
	display: flex;
	justify-content: space-between;
}
.merit_items + .sec_txt {
	margin-top: 80px;
}
.merit_item {
	width: 31.67%;
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 49%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
}
.merit_itemNum {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}
.merit_itemNum span {
	display: block;
	font-size: 8rem;
	color: #262056;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 700;
	font-style: italic;
	margin: 0 0 -0.1em 5px;
}
.merit_itemWrap {
	margin-top: 10px;
	padding: 30px;
	background: #fff url(../images/merit_circle.png) no-repeat center top 20px;
	background-size: 78.95%;
	border-radius: 5px;
}
.merit_itemTtl {
	line-height: 1.5;
	text-align: center;
	font-size: 2.4rem;
	color: #fff;
	font-weight: bold;
	margin-top: 40px;
}
.merit_itemIcon {
	width: 40%;
	margin: 20px auto 0;
}
.merit_itemDesc {
	line-height: 1.8;
	font-size: 1.6rem;
	margin-top: 60px;
}
@media screen and (max-width: 767px) {
	.sec_merit {
		padding-top: 100px;
	}
	.merit_items {
		display: block;
	}
	.merit_items + .sec_txt {
		margin-top: 40px;
	}	
	.merit_item {
		width: 100%;
		background: initial;
	}
	.merit_itemNum {
		font-size: 1.8rem;
	}
	.merit_itemNum span {
		margin: 0 0 -0.35em 5px;
	}
	.merit_itemWrap {
		padding: 30px 4%;
		background-size: 77.14%;
	}
	.merit_itemTtl {
		font-size: 6vw; /* 2.2rem */
		margin-top: 40px;
	}
	.merit_itemIcon {
		width: 35.24%;
		margin: 20px auto 0;
	}
	.merit_itemDesc {
		font-size: 1.4rem;
		margin-top: 50px;
		background: #fff;
	}	
}


.sec_service {
	background: #fff;
}
.service_item {
	display: flex;
	justify-content: space-between;
}
.service_item + .service_item {
	margin-top: 40px;
}
.service_item + .sec_txt {
	margin-top: 80px;
}
.service_itemWrap {
	position: relative;
	/* width: calc(100% - 440px); */
	/* width: 62.5%; */
	width: 750px;
	padding: 60px 30px 50px 40px;
	background: #e0ddf0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.service_itemCheck {
	position: absolute;
	top: 10px;
	left: -40px;
	width: 126px;
}
.service_itemTtl {
	font-size: 3.2rem;
	padding-left: 30px;
}
.service_itemTxt {
	line-height: 1.8;
	margin-top: 20px;
}
.service_itemLabel {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	margin: 40px 0 0 -40px;
	padding: 10px 15px 10px 40px;
	background: #262056;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.service_itemLabel i {
	margin-right: 5px;
}
.service_itemList {
	line-height: 1.5;
	margin-top: 20px;
}
.service_itemList li {
	text-indent: -1em;
	padding-left: 1em;
}
.service_itemList li + li {
	margin-top: 10px;
}
.service_itemImg {
	/* width: calc(100% - 750px); */
	/* width: 36.67%; */
	width: 440px;
	background: #252525;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.service_item-1 .service_itemImg {
	background: url(../images/service_photo_1.jpg) no-repeat center bottom;
	background-size: cover;
}
.service_item-2 .service_itemImg {
	background: url(../images/service_photo_2.jpg) no-repeat center bottom;
	background-size: cover;
}
.service_item-3 .service_itemImg {
	background: url(../images/service_photo_3.jpg) no-repeat center top;
	background-size: cover;
}
.service_item-4 .service_itemImg {
	background: url(../images/service_photo_4.jpg) no-repeat center bottom;
	background-size: cover;
}
.service_item-5 .service_itemImg {
	background: url(../images/service_photo_5.jpg) no-repeat center bottom;
	background-size: cover;
}
@media screen and (max-width: 767px) {
	.service_item {
		display: block;
	}
	.service_item + .sec_txt {
		margin-top: 40px;
	}
	.service_itemWrap {
		width: 100%;
		padding: 40px 4% 30px;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		border-bottom-left-radius: initial;
	}
	.service_itemCheck {
		top: -15px;
		left: -20px;
		width: 93px;
	}
	.service_itemTtl {
		font-size: 2.2rem;
		padding-left: 20px;
	}
	.service_itemLabel {
		margin: 40px 0 0 -4%;
		padding: 10px 15px 10px 4%;
	}
	.service_itemImg {
		width: 100%;
		min-height: 230px;
		border-top-right-radius: initial;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
	}
	.service_item-1 .service_itemImg {
		background: url(../images/service_photo_1_sp.jpg) no-repeat center;
		background-size: cover;
	}
	.service_item-2 .service_itemImg {
		background: url(../images/service_photo_2_sp.jpg) no-repeat center;
		background-size: cover;
	}
	.service_item-3 .service_itemImg {
		background: url(../images/service_photo_3_sp.jpg) no-repeat center;
		background-size: cover;
	}
	.service_item-4 .service_itemImg {
		background: url(../images/service_photo_4_sp.jpg) no-repeat center;
		background-size: cover;
	}
	.service_item-5 .service_itemImg {
		background: url(../images/service_photo_5_sp.jpg) no-repeat center;
		background-size: cover;
	}
}


.sec_price {
	background: #262056;
}
.sec_price .sec_ttl {
	color: #fff;
}
.price_block {
	text-align: center;
	padding: 40px 80px;
	background: #e0ddf0;
	border-radius: 5px;
}
.price_block + .price_block {
	margin-top: 40px;
}
.price_ttl {
	display: inline-block;
	font-size: 4rem;
	color: #fff;
	font-weight: bold;
	padding: 15px 40px;
	background: #262056;
	border-radius: 5px;
}
.price_txt {
	margin-top: 40px;
}
.price_items {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.price_item {
	width: 30.77%;
	padding: 60px 30px 50px;
	background: #fff;
	border-radius: 5px;
}
.price_itemTtl {
	font-size: 3.2rem;
	font-weight: bold;
}
.price_itemTtl span {
	display: block;
	font-size: 2rem;
	margin-top: 10px;
}
.price_itemPrice {
	font-size: 2rem;
	font-weight: bold;
	margin-top: 30px;
}
.price_itemPrice .num {
	font-size: 4.8rem;
	color: #4431e6;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 700;
	font-style: normal;
	margin-right: 3px;
}
.price_itemTxt {
	line-height: 1.8;
	text-align: left;
	margin-top: 40px;
}
@media screen and (max-width: 767px) {
	.price_block {
		padding: 40px 4%;
	}
	.price_ttl {
		font-size: 1.8rem;
		padding: 10px 20px;
	}
	.price_txt {
		margin-top: 20px;
	}
	.price_items {
		display: block;
		margin-top: 20px;
	}
	.price_item {
		width: 100%;
		padding: 30px 4% 25px;
	}
	.price_item + .price_item {
		margin-top: 20px;
	}
	.price_itemTtl {
		font-size: 1.8rem;
	}
	.price_itemTtl span {
		display: inline;
		font-size: 1.4rem;
		margin-top: initial;
	}
	.price_itemPrice {
		font-size: 1.4rem;
		margin-top: 20px;
	}
	.price_itemTxt {
		font-size: 1.4rem;
		margin-top: 20px;
	}
}


.sec_flow {
	background:	url(../images/flow_bg.jpg) no-repeat center top;
	background-size: cover;
}
.flow_items {
	display: flex;
	justify-content: space-between;
}
.flow_item {
	position: relative;
	width: 31.67%;
	padding: 0 30px 30px;
	background: #fff url(../images/flow_circle.png) no-repeat center top 20px;
	background-size: 75%;
	border-radius: 5px;
}
.flow_item:nth-child(n+2)::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -40px;
	content: '';
	display: inline-block;
	width: 60px;
	height: 60px;
	margin: auto;
	background-image: url(../images/flow_arrow.png);
	background-size: contain;
	vertical-align: middle;
	z-index: 2;
}
.flow_itemNum {
	display: block;
	text-align: center;
	font-size: 8rem;
	color: #262056;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 700;
	font-style: italic;
	margin-top: -0.5em;
}
.flow_itemTtl {
	text-align: center;
	font-size: 3.2rem;
	color: #262056;
	font-weight: bold;
	margin-top: 40px;
}
.flow_itemIcon {
	width: 40%;
	margin: 30px auto 0;
}
.flow_itemDesc {
	line-height: 1.8;
	font-size: 1.6rem;
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	.sec_flow {
		background:	url(../images/flow_bg.jpg) no-repeat right top;
		background-size: cover;
	}	
	.flow_items {
		display: block;
	}
	.flow_item {
		width: 100%;
		padding: 0 4% 30px;
		background: #fff url(../images/flow_circle.png) no-repeat center top 40px;
		background-size: 77.14%;
	}
	.flow_item + .flow_item {
		margin-top: 40px;
	}
	.flow_item:nth-child(n+2)::after {
		position: absolute;
		top: -50px;
		right: 0;
		bottom: initial;
		left: 0;
		margin: auto;
		background-image: url(../images/flow_arrow_sp.png);
		background-size: contain;
		vertical-align: middle;
	}
	.flow_itemNum {
		margin-top: 0;
	}
	.flow_itemTtl {
		font-size: 6vw; /* 2.2rem */
		margin-top: 20px;
	}
	.flow_itemIcon {
		width: 35.24%;
		margin: 20px auto 0;
	}
	.flow_itemDesc {
		font-size: 1.4rem;
		margin-top: 20px;
	}	
}


.contact_block {
	margin: 40px 6.67% 0;
	padding: 60px;
	background: #fff;
	border-radius: 5px;
}
.contact_item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.contact_item + .contact_item {
	margin-top: 20px;
}
.contact_itemHead {
	width: 28.26%; /* 260px */
	font-size: 2rem;
	font-weight: bold;
}
.contact_itemHead span {
	font-size: 1rem;
	color: #d82219;
	margin-left: 1em;
}
.contact_itemInput {
	width: 69.57%; /* 640px */
}
.contact_itemInput .error {
	font-size: 1.2rem;
	color: #4431e6;
}
.contact_itemInput .checkInput {
	width: 100%;
	font-size: 1.6rem;
	color: #555;
	margin: 3px 0;
	padding: 10px 5px;
	background: #eee;
	border-radius: 5px;
}
.contact_itemInput input[type=text],
.contact_itemInput input[type=tel],
.contact_itemInput input[type=email] {
	width: 100%;
	font-size: 1.6rem;
	margin: 3px 0;
	padding: 10px 5px;
	background: #e0ddf0;
	border: none;
	border-radius: 5px;
}
.contact_itemInput textarea {
	width: 100%;
	font-size: 1.6rem;
	margin: 3px 0;
	padding: 10px 5px;
	background: #e0ddf0;
	border: none;
	border-radius: 5px;
}
.contact_btns {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.contact_btn {
	display: block;
	width: 300px;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	color: #fff !important;
	letter-spacing: 0.1em;
	margin: 0 10px;
	padding: 15px;
	background: #4431e6;
	border: none;
	border-radius: 40px;
	cursor: pointer;
}
.contact_btn-back {
	background: #252525;
}
@media screen and (max-width: 767px) {
	.contact_block {
		margin: 20px 0 0;
		padding: 30px 4%;
	}
	.contact_item {
		display: block;
	}
	.contact_itemHead {
		width: 100%;
		font-size: 1.4rem;
	}
	.contact_itemInput {
		width: 100%;
		margin-top: 5px;
	}
	.contact_btns {
		display: block;
		margin-top: 20px;
	}
	.contact_btn {
		width: 90.48%;
		font-size: 2rem;
		margin: 0 auto;
	}
	.contact_btn + .contact_btn {
		margin-top: 20px;
	}
}

/*--------------------------------------------------
	footer
--------------------------------------------------*/
footer {
	text-align: center;
	color: #fff;
	padding: 40px 0 30px;
	background: #262056;
}
.footer_copy {
	font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
	footer {
		padding: 20px 0;
	}
	.footer_copy {
		font-size: 1rem;
	}
}