@keyframes flowSlider {
	100% {
		transform: translate(-300rem, 0);
		-webkit-transform: translate(-300rem, 0)
	}
}

@-webkit-keyframes flowSlider {
	100% {
		transform: translate(-300rem, 0);
		-webkit-transform: translate(-300rem, 0)
	}
}

#hack {
	width: 0;
	height: 0;
	-webkit-animation: hack 2000ms infinite
}

@-webkit-keyframes hack {
	0% {
		-webkit-transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg)
	}
}

.top .flow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	width: 900rem;
	margin-bottom: 10rem;
	-webkit-animation: flowSlider linear 34s infinite normal forwards;
	animation: flowSlider linear 34s infinite normal forwards;
	overflow: hidden
}

.top .flow .flow_img {
	width: 300rem
}

.top .flow .flow_img img {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden
}

.top .flow:nth-child(even) {
	animation-direction: reverse;
	padding-bottom: 2rem
}

.top #archive {
	padding-bottom: 3.5rem
}

.top #archive .archive_tit {
	margin-bottom: 1.8rem;
	font-size: 2.05rem;
	color: #B4D4DC
}

.top #campaign,
.top #about {
	margin-bottom: 0;
	padding-bottom: 9rem
}

.top #campaign .content_bg,
.top #about .content_bg {
	background: #F5F5F5
}

.top #campaign .tit_wrap,
.top #about .tit_wrap {
	position: absolute;
	left: 0;
	right: 0;
	top: -3.7rem;
	text-align: center
}

.top #campaign .tit_wrap .en,
.top #about .tit_wrap .en {
	font-size: 6.3rem;
	font-weight: bold;
	letter-spacing: 0.13em;
	padding-left: 0.13em;
	line-height: 1.4
}
.top #campaign .tit_wrap .ja,
.top #about .tit_wrap .ja {
	font-size: 2rem;
	color: #C91127
}
.top #campaign .subtit,
.top #about .subtit {
	margin-bottom: 1.5rem;
	padding-top: 18rem;
	font-size: 2.4rem
}

.top #campaign{
	margin-bottom: 7rem;
}

.top #campaign .news_listbox{
	padding-top: 14rem;
}

.top #campaign .news_listbox .box_child{
	background: #fff;
	padding: 1.5rem 1.5rem 1rem;
}

.top #campaign .news_listbox .box_child .tit{
	min-height: 3em;
}

.top #about .txt {
	margin-bottom: 3.5rem
}

.top #about .tab_box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 2rem;
	z-index: 0
}

.top #about .tab_box .tab_list {
	width: 40%;
	padding-top: 6rem
}

.top #about .tab_box .tab_list .tab {
	position: relative;
	padding: 2rem 4rem 2rem 7.4rem;
	background: #B4D4DC;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	cursor: pointer;
	border-radius: 1rem;
	-webkit-border-radius: 1rem;
	-moz-border-radius: 1rem;
	transition: all 0.3s
}

.top #about .tab_box .tab_list .tab:not(:last-child) {
	margin-bottom: 1.6rem
}

.top #about .tab_box .tab_list .tab::before {
	content: "";
	position: absolute;
	right: 1.4rem;
	top: 50%;
	border-top: 0.9rem solid transparent;
	border-bottom: 0.9rem solid transparent;
	border-left: 1.4rem solid #fff;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%)
}

.top #about .tab_box .tab_list .tab .num {
	position: absolute;
	left: 1.8rem;
	top: 50%;
	display: block;
	width: 2em;
	height: 2em;
	font-size: 2.1rem;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #fff;
	letter-spacing: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	color: #B4D4DC;
	text-align: center
}

.top #about .tab_box .tab_list .tab.active {
	background: #fff;
	color: #B4D4DC;
	transform: scale(1.1);
	-webkit-transform: scale(1.1)
}

.top #about .tab_box .tab_list .tab.active::before {
	border-left-color: #C91127
}

.top #about .tab_box .tab_list .tab.active .num {
	background: #B4D4DC;
	color: #fff
}

.top #about .tab_box .panel_wrap {
	width: 50%
}

.top #about .tab_box .panel_wrap .panel {
	display: none
}

.top #about .tab_box .panel_wrap .panel.show {
	display: block
}

.top #about .tab_box .panel_wrap .panel .panel_c {
	display: none
}

.top #about .tab_box .panel_wrap .panel .panel_tit {
	margin-bottom: 1rem;
	font-size: 2.2rem
}

.top #about .tab_box .panel_wrap .panel .panel_txt {
	margin-bottom: 0.5rem
}

.top #about .tab_box .panel_wrap .panel .panel_img {
	margin-top: 2.2rem;
	text-align: center
}

.top #about .tab_box .panel_wrap .panel .panel_img img {
	width: 53rem
}

.top #method {
	margin-bottom: 0;
	padding: 13.6rem 0 9rem
}

.top #method .content_bg {
	background: #B4D4DC
}

.top #method .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between
}

.top #method .box .box_child {
	width: 50%
}

.top #method .box .box_child:nth-child(odd) .box_txtwrap {
	margin-left: auto;
	border-radius: 2.9rem 0 0 2.9rem;
	-webkit-border-radius: 2.9rem 0 0 2.9rem;
	-moz-border-radius: 2.9rem 0 0 2.9rem
}

.top #method .box .box_child:nth-child(odd) .box_txtwrap::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 2px;
	background: #B4D4DC
}

.top #method .box .box_txtwrap {
	position: relative;
	width: 35rem;
	margin-top: -14rem;
	padding: 0.8rem 1rem 1.8rem;
	background: #fff;
	border-radius: 0 2.9rem 2.9rem 0;
	-webkit-border-radius: 0 2.9rem 2.9rem 0;
	-moz-border-radius: 0 2.9rem 2.9rem 0;
	text-align: center
}

.top #method .box .box_tit {
	margin-bottom: 1rem;
	font-size: 2rem
}

.top #method .box .box_txt {
	margin-bottom: 1.2rem;
	font-size: 1.4rem
}

.top #method .box .box_btn_wrap .btn {
	padding: 1rem 4em
}

.top #cost {
	padding: 11rem 0
}

.top #cost .content_bg {
	bottom: 0;
	height: auto;
	background: #F5F5F5
}

.top #cost .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	max-width: 120rem;
	margin: 0 auto
}

.top #cost .box .box_child {
	width: 32%
}

.top #cost .box .box_child:hover .hover_box {
	visibility: visible;
	opacity: 1
}

.top #cost .box .box_img {
	position: relative;
	margin-bottom: 1.3rem;
	background: #fff;
	z-index: 0
}

.top #cost .box .box_img > img {
	width: 100%
}

.top #cost .box .hover_box {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all 0.3s;
	background: #fff;
	visibility: hidden;
	z-index: 1;
	opacity: 0;
	border: #193764 solid 2px
}

.top #cost .box .hover_box ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	height: 100%
}

.top #cost .box .hover_box ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	padding: 1rem 0.5rem;
	text-align: center
}

.top #cost .box .hover_box ul li:not(:last-child) {
	border-right: 1px solid #000
}

.top #cost .box .hover_box ul li .btn {
	padding: 0.5rem 2.4rem
}

.top #cost .btn_wrap {
	margin-bottom: 9rem;
	text-align: center
}

.top #cost .bnr {
	text-align: center
}

.top #cost .bnr img {
	margin: 0 auto
}

.top #customize,
.top #support {
	padding-top: 9rem
}

.top #customize .head,
.top #support .head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.top #customize .head:not(:last-child),
.top #support .head:not(:last-child) {
	margin-bottom: 4.6rem
}

.top #customize .head .tit_wrap,
.top #support .head .tit_wrap {
	position: relative;
	width: 40%;
	font-weight: bold;
	text-align: center
}

.top #customize .head .tit_wrap .common_deco,
.top #support .head .tit_wrap .common_deco {
	left: -15%;
	top: -20rem
}

.top #customize .head .tit_wrap .en,
.top #support .head .tit_wrap .en {
	margin-bottom: 1rem;
	font-size: 5rem;
	line-height: 1.3
}

.top #customize .head .tit_wrap .ja,
.top #support .head .tit_wrap .ja {
	color: #C91127;
	font-size: 2.1rem
}

.top #customize .head .tit_wrap .subtit,
.top #support .head .tit_wrap .subtit {
	margin-top: 3rem;
	margin-bottom: 0.5em;
	padding: 0 7%;
	font-size: 1.2em;
	text-align: left
}

.top #customize .head .tit_wrap .txt,
.top #support .head .tit_wrap .txt {
	padding: 0 7%;
	font-size: 1.4rem;
	text-align: left;
	font-weight: normal
}

.top #customize .head .img,
.top #support .head .img {
	width: 60%
}

.top #support {
	margin-bottom: 0;
	padding: 10rem 0
}

.top #support .content_bg {
	background: #B4D4DC
}

.top #support .head {
	flex-direction: row-reverse
}

.top #support .head .tit_wrap .common_deco {
	left: auto;
	right: -10%;
	top: -14rem
}

.top #support .head .support_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 70rem
}

.top #support .head .support_box .box_child {
	position: relative;
	width: 31.5%;
	padding: 2rem 0.5rem 3rem;
	border: 1px solid #193764;
	background: #fff;
	border-radius: 1.6rem;
	-webkit-border-radius: 1.6rem;
	-moz-border-radius: 1.6rem;
	text-align: center;
	overflow: hidden
}

.top #support .head .support_box .box_child::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 5px;
	background: #193764
}

.top #support .head .support_box .box_child:nth-child(n+4) {
	margin-top: 3rem
}

.top #support .head .support_box .box_img {
	margin-bottom: 1rem
}

.top #support .head .support_box .box_img img {
	width: 12rem
}

.top #support .head .support_box .box_tit {
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	font-weight: bold
}

.top #support .head .support_box .box_sub {
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	font-weight: bold;
	opacity: 0.7
}

.top #support .img02 {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%)
}

.top #support .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between
}

.top #support .box .box_child {
	width: 32.5%;
	padding: 3rem 1.9rem 2rem;
	background: #fff;
	border-radius: 0 1.9rem 0 1.9rem;
	-webkit-border-radius: 0 1.9rem 0 1.9rem;
	-moz-border-radius: 0 1.9rem 0 1.9rem;
	border: 2px dashed #cccccc
}

.top #support .box .box_tit {
	margin-bottom: 0.4rem;
	font-size: 1.7rem;
	color: #193764
}

.top #support .box .box_txt {
	font-size: 1.4rem
}

.top #news,
.top #blog {
	margin-bottom: 0;
	padding: 9rem 0 7rem
}

.top #news .content_bg,
.top #blog .content_bg {
	background: #F5F5F5
}

.top #blog .news_listbox .box_child .img {
	position: relative;
	padding-bottom: 70%;
	height: auto
}

.top #blog .news_listbox .box_child .img img {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%)
}

@media screen and (min-width:1401px) {
	.top #method .content_wrap {
		max-width: 150rem
	}

	.top #cost .content_wrap {
		max-width: 150rem
	}
}

@media screen and (min-width:1001px) and (max-width:1100px) {

	.top #customize .head .tit_wrap,
	.top #support .head .tit_wrap {
		width: 45%
	}

	.top #customize .head .tit_wrap .en,
	.top #support .head .tit_wrap .en {
		font-size: 4rem
	}

	.top #customize .head .img,
	.top #support .head .img {
		width: 50%
	}

	.top #support .head .support_box {
		max-width: 60%
	}

	.top #support .head .support_box .box_child {
		width: 32%;
		padding: 2rem 0.2rem 3rem
	}

	.top #support .head .support_box .box_child:nth-child(n+4) {
		margin-top: 2.3rem
	}

	.top #support .head .support_box .box_img {
		margin-bottom: 0.5rem
	}

	.top #support .head .support_box .box_img img {
		width: 12rem
	}

	.top #support .head .support_box .box_tit {
		font-size: 1.3rem
	}

	.top #support .head .support_box .box_sub {
		font-size: 1.2rem
	}
}

@media screen and (min-width:1001px) {
	.top #about .tab_box .tab_list .tab:not(.active):hover {
		background: #193764
	}

	.top #customize .head .tit_wrap {
		width: 50%
	}

	.top #customize .head .tit_wrap > div {
		max-width: 57rem;
		margin: 0 auto
	}

	.top #customize .head .img {
		width: 50%;
		text-align: center
	}
}

@media screen and (max-width:1000px) {
	.top .flow {
		margin-bottom: 4rem
	}

	.top #about {
		padding-bottom: 6rem
	}
	.top #campaign .tit_wrap,
	.top #about .tit_wrap {
		top: -2rem
	}
	.top #campaign .tit_wrap .en ,
	.top #about .tit_wrap .en {
		font-size: 4.3rem
	}
	.top #campaign .tit_wrap .ja ,
	.top #about .tit_wrap .ja {
		font-size: 1.7rem
	}
	.top #campaign .subtit ,
	.top #about .subtit {
		padding-top: 10rem;
		font-size: 2rem
	}
	
	.top #campaign .news_listbox .box_child .tit{
		min-height: 0;
	}

	.top #about .tab_box {
		align-items: flex-start
	}

	.top #about .tab_box .tab_list {
		width: 7rem;
		padding-top: 0
	}

	.top #about .tab_box .tab_list .tab {
		padding: 0.8rem
	}

	.top #about .tab_box .tab_list .tab::before {
		right: 0.8rem;
		border-top-width: 0.6rem;
		border-bottom-width: 0.6rem;
		border-left-width: 0.9rem
	}

	.top #about .tab_box .tab_list .tab .num {
		position: static;
		font-size: 1.8rem;
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0)
	}

	.top #about .tab_box .tab_list .tab.active {
		transform: scale(1.2);
		-webkit-transform: scale(1.2)
	}

	.top #about .tab_box .panel_wrap {
		width: calc(100% - 9rem)
	}

	.top #about .tab_box .panel_wrap .panel .panel_c {
		display: block;
		margin-bottom: 1rem;
		font-size: 1.1em;
		font-weight: bold;
		color: #B4D4DC
	}

	.top #about .tab_box .panel_wrap .panel .panel_tit {
		font-size: 1.8rem
	}

	.top #method {
		padding: 7rem 0 6rem
	}

	.top #method .box_wrap .content_wrap {
		max-width: 120rem;
		width: 95%
	}

	.top #method .box .box_txtwrap {
		margin-top: -4rem
	}

	.top #method .box .box_btn_wrap .btn {
		max-width: 200px
	}

	.top #cost {
		padding-top: 6rem;
		padding-bottom: 6rem
	}

	.top #cost .box {
		flex-wrap: wrap;
		justify-content: center
	}

	.top #cost .box .box_child {
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
		text-align: center
	}

	.top #cost .box .box_child:nth-child(3) {
		margin-top: 3rem;
		margin-left: 0;
		margin-right: 0
	}

	.top #cost .btn_wrap {
		margin-bottom: 6rem
	}

	.top #customize,
	.top #support {
		padding-top: 6rem
	}

	.top #customize .head,
	.top #support .head {
		display: block
	}

	.top #customize .head .tit_wrap,
	.top #support .head .tit_wrap {
		width: auto;
		margin-bottom: 3.5rem
	}

	.top #customize .head .tit_wrap .common_deco,
	.top #support .head .tit_wrap .common_deco {
		left: -5%;
		top: -11rem
	}

	.top #customize .head .tit_wrap .en,
	.top #support .head .tit_wrap .en {
		font-size: 4rem
	}

	.top #customize .head .tit_wrap .ja,
	.top #support .head .tit_wrap .ja {
		font-size: 1.9rem
	}

	.top #customize .head .img,
	.top #support .head .img {
		width: auto;
		margin-left: -3%;
		margin-right: -3%;
		text-align: center
	}

	.top #customize .box,
	.top #support .box {
		display: block
	}

	.top #customize .box .box_child,
	.top #support .box .box_child {
		width: auto;
		padding: 1.6rem 1.9rem 1.2rem
	}

	.top #customize .box .box_child:not(:last-child),
	.top #support .box .box_child:not(:last-child) {
		margin-bottom: 1.2rem
	}

	.top #support {
		padding: 5rem 0
	}

	.top #support .head .tit_wrap .common_deco {
		left: -5%;
		top: -1rem
	}

	.top #support .head .support_box .box_child {
		width: 48%;
		padding: 0.7rem 0.5rem 1.6rem
	}

	.top #support .head .support_box .box_child:nth-child(n+3) {
		margin-top: 1.6rem
	}

	.top #support .head .support_box .box_img img {
		width: 8rem
	}

	.top #support .head .support_box .box_tit {
		font-size: 1.4rem;
		letter-spacing: 0
	}

	.top #support .head .support_box .box_sub {
		font-size: 1.2rem;
		letter-spacing: 0
	}

	.top #news,
	.top #blog {
		padding: 5.5rem 0
	}
}

@media screen and (max-width:768px) {
	.top #method .box_wrap .content_wrap {
		width: 100%
	}

	.top #method .box {
		display: block
	}

	.top #method .box .box_child {
		width: auto
	}

	.top #method .box .box_child:not(:last-child) {
		margin-bottom: 3.5rem
	}

	.top #method .box .box_child:nth-child(odd) .box_txtwrap::before {
		display: none
	}

	.top #method .box .box_txtwrap {
		width: 90%;
		margin: -7rem auto 0;
		border-radius: 2.9rem !important;
		-webkit-border-radius: 2.9rem !important;
		-moz-border-radius: 2.9rem !important
	}

	.top #cost .box {
		display: block
	}

	.top #cost .box .box_child {
		width: auto;
		margin: 0
	}

	.top #cost .box .box_child:not(:first-child) {
		margin-top: 3rem !important
	}

	.top #support .head .tit_wrap .common_deco {
		left: -6%;
		top: 1.7rem
	}
}