@charset "utf-8";
/* CSS Document */

@media (max-width: 414px) {
	.pc {
		display: none !important;
	}
}

@media (min-width: 415px) {
	.sp {
		display: none !important;
	}
}


/*-- all --*/
h2 {
	font-size: 48px;
	font-weight: bold;
	text-align: center;
}

	@media (max-width: 414px) {
		h2 {
			font-size: 30px;
		}
	}

#point h2 {
	margin: 120px 0 90px;
}

	@media (max-width: 414px) {
		#point h2 {
			margin: 60px 0 30px;
		}
	}

#point h2,
#method .box .wrap h2,
#contact h2 {
	color: #2279e9;
}

#contact h2 {
	font-size: 36px;
}

	@media (max-width: 414px) {
		#contact h2 {
			font-size: 27px;
		}
	}

#method .box .wrap h2 {
	padding-top: 180px;
}

	@media (max-width: 414px) {
		#method .box .wrap h2 {
			padding-top: 90px;
		}
	}

.all-back {
	background-image: url("../images/all_back.png");
	position: fixed;
	top: 35%;
	left: 0;
	z-index: -1;
	width: 702px;
	height: 272px;
	animation: anime1 2s ease 1.5s infinite;
	right: 0;
	margin: 0 auto;
}

	@media (max-width: 800px) {
		.all-back {
			width: 87.75vw;
			height: 34vw;
			background-size: 87.75vw 34vw;
		}
	}

	@media (max-width: 414px) {
		.all-back {
			background-image: url("../images/sp_all_back.png");
			top: 15vh;
			width: 250px;
			height: 411px;
			background-size: 250px 411px;
		}
	}

@keyframes anime1{
	0% { transform: scale(1); }
	60% { transform: scale(1); }
	75% { transform: scale(1.5); }
	80% { transform: scale(1); }
	90% { transform: scale(1.2); }
	100% { transform: scale(1); }
}

@keyframes popping {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.3);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}


article {
	background: #fff;
}

.marker-animation.active{
	background-position: -100%.5em;
	display: inline-block;
	margin-top: 9px;
}

.marker-animation {
	background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
	background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
	background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
	background-image: -o-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
	background-image: linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
	background-repeat: repeat-x;
	background-size: 200% .8em;
	background-position: 0 .5em;
	transition: all 2s ease;
	display: inline-block;
	margin-top: 9px;
}

.marker-animation.shown {
	background-position: -100% .5em;
	margin-top: 9px;
}
/*-- /all --*/

/*-- header --*/
h1 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

	@media only screen and (max-width:950px) {
		h1 {
			left: 0;
			right: 0;
			margin: 0 auto;
		}
	}

header {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 5;
	transition: .3s;
	background: #fff;
	height: 130px;
	padding: 0px 30px;
}

	@media only screen and (max-width:414px) {
		header {
			height: 96px;
		}
	}

header h1 {
	width: 330px;
}

	@media only screen and (max-width:414px) {
		header h1 {
			width: 230px;
		}
	}

@media only screen and (max-width:950px) {
	header .campaign {
		display: none;
	}
}

header ul {
	float: right;
	display: flex;
	margin-top: 30px;
}

	@media only screen and (max-width:414px) {
		header ul {
			display: none;
		}
	}

header ul li {
	display: flex;
	align-items: center;
	height: 70px;
	text-align: center;
	position: relative;
}

header ul li:first-of-type {
	font-size: 21px;
	color: #ffff00;
	font-weight: bold;
	background: #2279e9;
	border-radius: 35px 0 0 35px;
	padding: 0 35px 0 30px;
}

header ul li:first-of-type span {
	content: "";
	position: absolute;
	top: 43%;
	right: 15px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #ffff00;
	border-right: 2px solid #ffff00;
	transform: rotate(45deg);
}

header ul li:last-of-type {
	font-size: 18px;
	line-height: 1.1;
	box-shadow: 0 0 0 3px #2279e9 inset;
	color: #2279e9;
	font-weight: bold;
	padding: 0 40px 0 25px;
	border-radius: 0 35px 35px 0;
}

header ul li:last-of-type span {
	font-size: 14px;
	display: contents;
}
/*-- /header --*/


.right-bna {
	position: fixed;
	top: 164px;
	right: 0;
	z-index: 1;
}

	@media only screen and (max-width:1400px) {
		.right-bna {
			display: none;
		}
	}

/*-- Scroll --*/
.heroScroll {
	position:absolute;
	left:5vw;
	z-index:1;
	height:110px;
	cursor:pointer;
	display:block;
	top: 89vh;
	opacity: 1;
}

	@media only screen and (max-width:1300px) {
		.heroScroll {
			left:15px;
			top: 76vw;
			writing-mode: vertical-rl;
		}
	}

	@media only screen and (max-width:414px) {
		.heroScroll {
			top: 410px;
		}
	}

.heroScroll:after,
.heroScroll:before {
	content:"";
	display:block;
	height:146px;
	width:2px;
	position:absolute
}

	@media only screen and (max-width:414px) {
		.heroScroll:after,
		.heroScroll:before {
			height:140px
		}
	}

.heroScroll:before {
	left:0;
	top:30px;
	background-color:#fff;
	display:block;
	-webkit-animation:scrolldown 1.5s cubic-bezier(.785,.135,.15,.86) infinite;
	animation:scrolldown 1.5s cubic-bezier(.785,.135,.15,.86) infinite
}

	@media only screen and (max-width:414px) {
		.heroScroll:before {
			bottom: 180px;
		}
	}

.heroScroll:after {
	left:0;
	top:170px;
	background-color:#ff0;
}

	@media only screen and (max-width:1300px) {
		.heroScroll:after {
			display: none;
		}
	}

.heroScroll p {
	position:absolute;
	left:15px;
	top:0;
	font-size:16px;
	letter-spacing:.1em;
	color:#fff;
	font-family:futura-pt-bold,sans-serif;
	font-weight:700;
	font-style:normal
}

.heroScroll p:before {
	content:"";
	background-color:#fff;
	display:block;
	height:6px;
	width:6px;
	left:-17px;
	top:0;
	position:absolute;
	border-radius:3px;
	-webkit-transform:scale(1);
	transform:scale(1);
	transition:.8s cubic-bezier(.175,.885,.32,1.275)
}

@-webkit-keyframes scrolldown {
	0% {
		-webkit-transform:scaleY(0);
		transform:scaleY(0);
		-webkit-transform-origin:0 0;
		transform-origin:0 0
	}
	50% {
		-webkit-transform:scale(1);
		transform:scale(1);
		-webkit-transform-origin:0 0;
		transform-origin:0 0
	}
	50.1% {
		-webkit-transform:scale(1);
		transform:scale(1);
		-webkit-transform-origin:0 100%;
		transform-origin:0 100%
	}
	to {
		-webkit-transform:scaleY(0);
		transform:scaleY(0);
		-webkit-transform-origin:0 100%;
		transform-origin:0 100%
	}
}

@keyframes scrolldown {
	0% {
		-webkit-transform:scaleY(0);
		transform:scaleY(0);
		-webkit-transform-origin:0 0;
		transform-origin:0 0
	}
	50% {
		-webkit-transform:scale(1);
		transform:scale(1);
		-webkit-transform-origin:0 0;
		transform-origin:0 0
	}
	50.1% {
		-webkit-transform:scale(1);
		transform:scale(1);
		-webkit-transform-origin:0 100%;
		transform-origin:0 100%
	}
	to {
		-webkit-transform:scaleY(0);
		transform:scaleY(0);
		-webkit-transform-origin:0 100%;
		transform-origin:0 100%
	}
}
/*-- /Scroll --*/


/*-- content --*/
#main {
	background-image: url(../images/phone.jpg);
	background-repeat: no-repeat;
	margin-top: 130px;
	width: auto;
	height: 1019px;
	overflow: hidden;
}

	@media only screen and (max-width:1250px) {
		#main {
			background-image: url(../images/phone_small.jpg?2);
			background-size: 100%;
			background-color: #2279e9;
			height: 81.52vw;
		}
	}

	@media only screen and (max-width:414px) {
		#main {
			margin-top: 96px;
			height: 463px;
		}
	}

#main > div {
	margin-top: 60px;
	text-align: center;
}

	@media only screen and (max-width:414px) {
		#main > div {
			margin-top: 30px;
		}
	}

#main > div img {
	max-width: 1159px;
	width: 100%;
}

	@media only screen and (max-width:1250px) {
		#main > div img {
			width: 86.64vw;
		}
	}

	@media only screen and (max-width:414px) {
		#main > div img {
			width: 92%;
		}
	}

#main > div h2 img:last-of-type {
	animation: anime1 2s ease 1.5s infinite;
	margin-top: 30px;
}

	@media only screen and (max-width:1250px) {
		#main > div h2 img:last-of-type {
			margin-top: 2.4vw;
		}
	}

	@media only screen and (max-width:414px) {
		#main > div h2 img:last-of-type {
			margin-top: 12px;
		}
	}

#main > div picture img {
	margin-top: 60px;
	display: inline-block;
}

	@media only screen and (max-width:1250px) {
		#main > div picture img {
			margin-top: 4.8vw;
		}
	}

	@media only screen and (max-width:414px) {
		#main > div picture img {
			margin-top: 30px;
			width: 310px;
			float: right;
		}
	}

.fluffy {
  animation: fluffy1 3s ease infinite;
}

@keyframes fluffy1 {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-15px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}
/*-- /content --*/


main a.campaign {
	background: #fff;
	display: block;
	padding: 30px 15px;
}

@media (min-width: 951px) {
	main a.campaign.none {
		display: none !important;
	}
}

main a.campaign ul {
	font-weight: bold;
	background: #2279e9;
	text-align: center;
	color: #ff0;
	padding: 15px;
	border-radius: 70px;
}

main a.campaign ul li {
	position: relative;
}

main a.campaign ul li:first-of-type {
	font-size: 24px;
	line-height: 1.2;
}

main a.campaign ul li:last-of-type {
	color: #2279e9;
	background: #fff;
	border-radius: 15px;
	padding: 5px 0;
	width: 83%;
	margin: 10px auto 0;
	font-size: 16px;
}

main a.campaign ul li span::before {
	content: "";
	position: absolute;
	top: 70%;
	right: 12px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #ff0;
	border-right: 2px solid #ff0;
	transform: rotate(45deg);
}


/*-- point --*/
#point {
	max-width: 1090px;
	width: auto;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 180px;
}

	@media only screen and (max-width:1200px) {
		#point {
			max-width: 780px;
		}
	}

	@media only screen and (max-width:800px) {
		#point {
			max-width: 655px;
		}
	}

	@media only screen and (max-width:700px) {
		#point {
			max-width: 345px;
			padding: 0 15px 60px;
		}
	}

	@media only screen and (max-width:414px) {
		#point {
			width: auto;
		}
	}

#point ol {
	margin-top: 60px;
}

	@media only screen and (max-width:700px) {
		#point ol {
			margin-top: 40px;
		}
	}

#point section:first-of-type ol {
	margin-top: 0;
}

#point ol > li:first-of-type {
	float: left;
}

	@media only screen and (max-width:1200px) {
		#point ol > li:first-of-type {
		}
	}

	@media only screen and (max-width:700px) {
		#point ol > li:first-of-type {
			float: none;
			margin-bottom: 15px;
		}
	}

#point ol > li:first-of-type img {
	max-width: 515px;
	width: 100%;
}

	@media only screen and (max-width:1200px) {
		#point ol > li:first-of-type {
			max-width: 375px;
			width: 100%;
		}
	}

	@media only screen and (max-width:800px) {
		#point ol > li:first-of-type {
			max-width: 285px;
			width: 100%;
		}
	}

	@media only screen and (max-width:700px) {
		#point ol > li:first-of-type {
			max-width: 345px;
			width: 100%;
		}
	}

#point section:nth-of-type(2n) ol > li:first-of-type {
	float: right;
}

	@media only screen and (max-width:700px) {
		#point section:nth-of-type(2n) ol > li:first-of-type {
			float: none;
		}
	}

#point ol > li:last-of-type {
	display: inline-block;
}

#point ol > li > ul {
	border-top: 6px solid #2279e9;
	padding: 60px 30px;
	margin-left: 60px;
	border-bottom: 6px solid #2279e9;
	min-height: 232px;
	max-width: 455px;
	width: 100%;
}

	@media only screen and (max-width:1200px) {
		#point ol > li > ul {
			padding: 30px 15px;
			margin-left: 30px;
			min-height: 193px;
			max-width: 345px;
		}
	}

	@media only screen and (max-width:800px) {
		#point ol > li > ul {
			padding: 30px 15px;
			margin-left: 30px;
			min-height: 193px;
			max-width: 310px;
		}
	}

	@media only screen and (max-width:700px) {
		#point ol > li > ul {
			margin-left: 0;
			min-height: auto;
			max-width: 315px;
		}
	}

	@media only screen and (max-width:414px) {
		#point ol > li > ul {
			max-width: 100%;
			width: auto;
		}
	}

#point section:nth-of-type(2n) ol > li > ul {
	margin-left: 0;
	margin-right: 60px;
}

	@media only screen and (max-width:1200px) {
		#point section:nth-of-type(2n) ol > li > ul {
			margin-right: 0;
		}
	}

#point ol > li > ul > li > h3 > p {
	font-size: 21px;
	text-align: center;
	color: #2279e9;
	float: left;
	font-weight: bold;
}

	@media only screen and (max-width:1200px) {
		#point ol > li > ul > li > h3 > p {
			font-size: 18px;
		}
		#point section:nth-of-type(3) ol > li > ul > li > h3 > p:first-of-type,
		#point section:nth-of-type(4) ol > li > ul > li > h3 > p:first-of-type {
			padding-top: 15px;
		}
	}

#point ol > li > ul > li > h3 > p > strong {
	font-size: 72px;
	display: block;
	-webkit-text-stroke: 1px #2279e9;
	color: rgba(255, 255, 255, 0);
	font-weight: bold;
}

	@media only screen and (max-width:1200px) {
		#point ol > li > ul > li > h3 > p > strong {
			font-size: 60px;
		}
	}

#point ol > li > ul > li > h3 > p:nth-of-type(2) {
	border-left: 1px double #2279e9;
	height: 86px;
	margin: 0 5px 0px 30px;
	width: 1px;
}

	@media only screen and (max-width:1200px) {
		#point ol > li > ul > li > h3 > p:nth-of-type(2) {
			height: 82px;
			margin: 0 5px 0px 20px;
		}
		#point section:nth-of-type(3) ol > li > ul > li > h3 > p:nth-of-type(2),
		#point section:nth-of-type(4) ol > li > ul > li > h3 > p:nth-of-type(2) {
			height: 117px;
		}
	}

#point section:first-of-type ol > li > ul > li > h3 > p:nth-of-type(2) {
	margin: 0 5px 0px 25px;
}

	@media only screen and (max-width:1200px) {
		#point section:first-of-type ol > li > ul > li > h3 > p:nth-of-type(2) {
			margin: 0 5px 0px 20px;
		}
	}

@media only screen and (max-width:1200px) {
	#point ol > li > ul > li > h3 > p.big {
		display: none;
	}
}
@media only screen and (min-width:1201px) {
	#point ol > li > ul > li > h3 > p.small {
		display: none;
	}
}

#point ol > li > ul > li > h3 > p:last-of-type,
#point ol > li > ul > li > h3 > p.big {
	border-left: 1px double #2279e9;
	padding: 0 0 12px 30px;
	height: 74px;
	font-size: 30px;
	font-weight: bold;
	color: #2279e9;
	float: left;
	text-align: left;
}

	@media only screen and (max-width:1200px) {
		#point ol > li > ul > li > h3 > p:last-of-type,
		#point ol > li > ul > li > h3 > p.small {
			padding: 0 0 12px 20px;
			height: 70px;
			font-size: 27px;
		}
		#point section:nth-of-type(3) ol > li > ul > li > h3 > p.small,
		#point section:nth-of-type(4) ol > li > ul > li > h3 > p.small {
			height: 105px !important;
		}
	}

#point section:first-of-type ol > li > ul > li > h3 > p:last-of-type {
	padding: 22px 0 10px 30px;
	height: 54px;
}

	@media only screen and (max-width:1200px) {
		#point section:first-of-type ol > li > ul > li > h3 > p:last-of-type {
			padding: 22px 0 10px 20px;
			height: 50px;
		}
	}

#point ol > li > ul > li:last-of-type {
	display: inline-block;
	line-height: 1.8;
	margin-top: 15px;
	text-align: justify;
	text-justify: inter-ideograph;
}

#point ol > li > ul > li:last-of-type strong {
	font-size: 18px;
	display: block;
	color: #2279e9;
	font-weight: bold;
}
/*-- /point --*/


/*-- flow --*/
#flow {
	background: #2279e9;
	animation: bg-move 10s ease 1s infinite;
	overflow: hidden;
	padding-bottom: 90px;
}

	@media (max-width: 720px) {
		#flow {
			padding-bottom: 0;
		}
	}

@keyframes bg-move{
	0%{background: #2279e9;}
	50%{background: #4b8fe8;}
	100%{background: #2279e9;}
}

#flow h2 {
	margin: 120px 0 90px;
}

	@media (max-width: 768px) {
		#flow h2 {
			margin: 60px 0 30px;
		}
	}

#flow .wrap {
	max-width: 1090px;
	margin: 0 auto;
}

	@media (max-width: 1150px) {
		#flow .wrap {
			padding: 0 30px;
		}
	}

	@media (max-width: 768px) {
		#flow .wrap {
			padding: 0;
		}
	}

@media (max-width: 768px) {
	#flow .big {
		display: none;
	}
}

@media (min-width: 769px) {
	#flow .wrap.small {
		display: none;
	}
}

@media (max-width: 768px) {
	#flow .wrap.small {
		padding: 30px 15px;
	}
	
	#flow .wrap.small .box {
		width: 345px;
		margin: 0 auto;
	}
	
	#flow .wrap.small .box group img:first-of-type {
		width: 345px;
		height: 168px;
	}
	
	#flow .wrap.small .box group img:last-of-type {
		width: 345px;
		height: 100px;
	}
	
	#flow .wrap.small .box group div {
		background: url("../images/flow/flow_back_01.svg") no-repeat;
		width: 345px;
		height: 168px;
	}

	#flow .wrap.small .box group div div {
		font-size: 18px;
		text-align: center;
		color: #2279e9;
		background: #fff;
		border-radius: 145px;
		padding-top: 23px;
		height: 97px;
		width: 120px;
		box-shadow: 0 0 0 6px #2279e9 inset;
		margin: 32px 0 0 113px;
		display: inline-block;
		font-weight: bold;
	}

	#flow .wrap.small .box group div div > strong {
		font-size: 60px;
		display: block;
		-webkit-text-stroke: 1px #2279e9;
		color: rgba(255, 255, 255, 0);
		margin-top: -2px;
	}
	
	#flow .wrap.small .box group dl {
		background: url("../images/flow/flow_back_02.svg") repeat-y;
		width: 345px;
		text-align: center;
	}
	
	#flow .wrap.small .box group dl dt {
		font-size: 27px;
		font-weight: bold;
		margin-top: 20px;
		color: #2279e9;
	}
	
	#flow .wrap.small .box group dl dd {
		width: 280px;
		margin: 10px auto 0;
		line-height: 1.6;
	}
	
	#flow .wrap.small .box > img {
		margin: 30px 0 40px;
	}
	
	#flow .wrap.small .box .arrow {
		width: 50px;
		margin: 0 auto 5px;
	}
}

#flow .wrap h2 span {
	font-style: italic;
}

#flow .wrap h2 strong.dot_filled {
    text-emphasis-style: dot filled;
    -webkit-text-emphasis-style: dot filled;
}

#flow .wrap h2 strong.bouten {
    text-emphasis-color: #ff0;
	-webkit-text-emphasis-color: #ff0;
}

	@media (max-width: 768px) {
		#flow .wrap h2 strong.bouten {
			font-size: 30px;
		}
	}

#flow .wrap .left {
	background: url("../images/flow/left.svg") no-repeat;
	width: 222px;
	height: 140px;
	float: left;
}

#flow .wrap .center {
	background: url("../images/flow/center.svg") repeat;
	max-width: 731px;
	width: 100%;
	height: 140px;
	float: left;
	padding: 0 30px;
}

	@media (max-width: 1150px) {
		#flow .wrap .center {
			max-width: 49%;
		}
	}

	@media (max-width: 800px) {
		#flow .wrap .center {
			max-width: 49%;
		}
	}

#flow .wrap dl.center dt {
	font-size: 30px;
	font-weight: bold;
	color: #2279e9;
	margin: 35px 0 18px;
	display: inline-block;
}

	@media (max-width: 1150px) {
		#flow .wrap dl.center:nth-of-type(5) dt {
			margin: 30px 0 8px;
		}
	}

	@media (max-width: 1080px) {
		#flow .wrap dl.center:nth-of-type(1) dt {
			margin: 30px 0 8px;
		}
	}

	@media (max-width: 950px) {
		#flow .wrap dl.center:nth-of-type(2) dt {
			margin: 30px 0 8px;
		}
	}

	@media (max-width: 880px) {
		#flow .wrap dl.center:nth-of-type(3) dt {
			margin: 30px 0 8px;
		}
	}

#flow .wrap dl.center dd {
	display: block;
}

	@media (max-width: 1100px) {
		#flow .wrap dl.center dd {
			line-height: 1.4;
		}
	}

#flow .wrap .right {
	background: url("../images/flow/right.svg") no-repeat;
	width: 77px;
	height: 140px;
	float: left;
}

#flow .wrap h2 {
	color: #ff0;
}

	@media (max-width: 768px) {
		#flow .wrap h2 {
			font-size: 30px;
		}
	}

#flow .wrap .left div {
	font-size: 18px;
	text-align: center;
	color: #2279e9;
	float: left;
	background: #fff;
	border-radius: 145px;
	padding-top: 23px;
	height: 97px;
	width: 120px;
	box-shadow: 0 0 0 6px #2279e9 inset;
	margin: 10px 0 0 40px;
	font-weight: bold;
}

#flow .wrap .left div > strong {
	font-size: 60px;
	display: block;
	-webkit-text-stroke: 1px #2279e9;
	color: rgba(255, 255, 255, 0);
	margin-top: -2px;
}

#flow .wrap > .big > img {
	margin: 30px 0 60px;
	width: 100%;
}

#flow .wrap .arrow {
	width: 50px;
	margin: 0 auto 60px;
}
/*-- /flow --*/


/*-- method --*/
#method {
	margin-top: 1000px;
	padding-bottom: 90px;
}

#method .voise {
	text-align: center;
	font-size: 60px;
	font-weight: bold;
	color: #2279e9;
	background: #fff;
	padding-top: 90px;
}

	@media (max-width: 800px) {
		#method .voise {
			font-size: 48px;
		}
	}

	@media (max-width: 550px) {
		#method .voise {
			font-size: 30px;
			margin-bottom: 30px;
		}
	}

#method .triangle {
    padding-top: 160px;
    overflow: hidden;
    position: relative;
}

	@media (max-width: 550px) {
		#method .triangle {
			padding-top: 50px;
		}
	}

#method .triangle::before,
#method .triangle::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	top: 0;
	z-index: 1;
}

#method .triangle::before {
	border-width: 150px 0 0 50vw;
	border-color: transparent transparent transparent #eee;
}

	@media (max-width: 550px) {
		#method .triangle:before {
			border-width: 50px 0 0 50vw;
		}
	}

#method .triangle:after {
	border-width: 0 0 150px 50vw;
	border-color: transparent transparent #eee transparent;
	right: 0;
}

	@media (max-width: 550px) {
		#method .triangle:after {
			border-width: 0 0 50px 50vw;
		}
	}

#method > p {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 30px;
	border-color: #2278e9 transparent transparent transparent;
	margin: -110px auto 0;
}

	@media (max-width: 550px) {
		#method > p {
			margin: -60px auto 30px;
		}
	}

#method .box {
	background: #eee;
	margin-top: 70px;
	padding-bottom: 90px;
}

	@media (max-width: 1150px) {
		#method .box {
			padding: 0 30px 90px;
		}
	}

	@media (max-width: 550px) {
		#method .box {
			margin-top: 0;
			padding: 0 15px 90px;
		}
	}

#method .box .wrap {
	max-width: 1090px;
	margin: 0 auto;
}

#method .box .wrap > div {
	box-shadow: 0 0 0 6px #2279e9 inset;
	background: #fff;
	height: 103px;
	padding: 26px;
	display: flex;
	align-items: center;
	margin-top: 60px;
	color: #2279e9;
}

	@media (max-width: 550px) {
		#method .box .wrap > div {
			height: auto;
			padding: 16px;
			margin-top: 30px;
		}
	}

#method .box .wrap > div > div {
	padding: 11.5px 10.1px;
	border: 3px solid #2279e9;
	float: left;
	margin-right: 30px;
	text-align: center;
	font-weight: bold;
}

	@media (max-width: 550px) {
		#method .box .wrap > div > div {
			padding: 9px 5px;
			margin-right: 10px;
		}
	}

#method .box .wrap > div > div strong {
	font-size: 60px;
	display: block;
	-webkit-text-stroke: 1px #2279e9;
	color: rgba(255, 255, 255, 0);
	margin-top: -2px;
	font-weight: bold;
}

	@media (max-width: 550px) {
		#method .box .wrap > div > div strong {
			font-size: 48px;
		}
	}

#method .box .wrap div dl dt {
	font-size: 30px;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 18px;
}

	@media (max-width: 550px) {
		#method .box .wrap div dl dt {
			font-size: 24px;
			margin-bottom: 9px;
		}
	}

#method .box .wrap div dl dd {
	color: #000;
}

	@media (max-width: 980px) {
		#method .box .wrap div dl dd {
			line-height: 1.6;
		}
	}

#method .box .wrap > div p {
	width: 6px;
	height: 115px;
	background-color: #2279e9;
	transform: translateY(92%) translateX(-5.4em);
}

	@media (max-width: 550px) {
		#method .box .wrap > div:first-of-type p {
			width: 15px;
			transform: translateY(99%) translateX(-3.9em);
			height: 80px;
		}
		#method .box .wrap > div:nth-of-type(2) p {
			width: 10px;
			transform: translateY(99%) translateX(-3.9em);
			height: 80px;
		}
		#method .box .wrap > div:nth-of-type(3) p {
			width: 15px;
			transform: translateY(96%) translateX(-3.9em);
			height: 90px;
		}
		#method .box .wrap > div:first-of-type dl dt {
			font-size: 20.5px;
		}
	}
/*-- /method --*/


/*-- contact --*/
#contact {
	background: #fff;
	padding: 95px 30px 86px;
	box-shadow: 0 0 0 6px #2279e9 inset;
	max-width: 1030px;
	margin: 0 auto;
}

	@media (max-width: 1150px) {
		#contact {
			margin: 0 30px;
		}
	}

	@media (max-width: 414px) {
		#contact {
			padding: 65px 30px 56px;
			margin: 0 15px;
		}
	}

#contact.form-in {
	margin-top: 160px;
}

	@media (max-width: 414px) {
		#contact.form-in {
			margin-top: 120px;
		}
	}

#contact > p {
	text-align: center;
	line-height: 2;
	margin: 30px 0 60px;
}

#contact .txt {
	padding: 0 8.8% 6%;
}

	@media (max-width: 414px) {
		#contact .txt {
			padding: 0 0 6%;
		}
	}

#contact .txt.required {
	color: red;
}

#contact .txt.required p strong {
	display: inline;
	font-weight: normal;
	color: red;
}

#contact .txt p {
	margin-bottom: 30px;
}

#contact .txt p strong {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	color: #2279e9;
	line-height: 1.8;
}

#contact .txt p.question {
	font-size: 18px;
	margin: 80px 0 50px;
}

	@media (max-width: 414px) {
		#contact .txt p.question {
			font-size: 16px;
			margin: 60px 0 30px;
		}
	}

#contact form {
	padding: 0 8.8%;
}

	@media (max-width: 414px) {
		#contact form {
			padding: 0;
		}
	}

#contact form dl dt p {
	background: #2279e9;
	display: inline-block;
	padding: 5px;
	color: #fff;
	font-size: 14px;
	margin-left: 20px;
}

	@media (max-width: 414px) {
		#contact form dl dt p {
			font-size: 12px;
			margin-left: 10px;
		}
	}

#contact form dl dt span {
	display: block;
	margin-top: 15px;
	font-size: 14px;
}

	@media (max-width: 414px) {
		#contact form dl dt span {
			font-size: 12px;
		}
	}

#contact form dl dd input,
#contact form dl dd select,
#contact form dl dd textarea {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #2279e9;
	padding: 15px;
	margin: 15px 0;
}

#contact form dl dd {
	position: relative;
	margin-bottom: 40px;
}

#contact form dl dd select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#contact form dl dd span {
	content: "";
	position: absolute;
	top: 34%;
	right: 20px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #2279e9;
	border-right: 2px solid #2279e9;
	transform: rotate(135deg);
}

#contact form dl dd ul {
	color: red;
}

#contact form div {
	margin: 40px auto 0;
}

	@media (max-width: 414px) {
		#contact form div,
		#contact .back {
			margin: 10px auto 0;
		}
	}

#contact .back {
	width: 200px;
	margin: 40px auto 0;
	text-align: center;
}

#contact form div.double {
	width: 400px;
	display: flex;
	justify-content: center;
}

	@media (max-width: 414px) {
		#contact form div.double {
			width: 275px;
		}
	}

#contact form div input,
#contact .back a {
	background: #2279e9;
	border: none;
	border-radius: 35px;
	color: #fff;
	padding: 20px 0;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	cursor: pointer;
	-webkit-appearance: none;
	display: block;
}

	@media (max-width: 414px) {
		#contact form div input,
		#contact .back a {
			font-size: 16px;
		}
	}

#contact form div input {
	margin: 0 5px;
}
/*-- /contact --*/


/*-- page-top --*/
#page-top {
	max-width: 1090px;
	margin: 0 auto;
	background: #fff;
	padding: 90px 0;
}

	@media (max-width: 1150px) {
		#page-top {
			padding: 90px 30px;
		}
	}

	@media (max-width: 414px) {
		#page-top {
			padding: 60px 15px;
		}
	}

#page-top li a {
	box-shadow: 0 0 0 4px #2279e9 inset;
	padding: 25px;
	border-radius: 40px;
	float: right;
}

	@media (max-width: 414px) {
		#page-top li a {
			padding: 20px;
		}
	}

#page-top li a img {
	width: 30px;
}

	@media (max-width: 414px) {
		#page-top li a img {
			width: 25px;
		}
	}
/*-- /page-top --*/


/*-- disp --*/
#disp .f-bna {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 2;
}

#disp .pc div {
	float: left;
}

#disp .pc div img {
	width: 350px;
}

	@media (max-width: 1100px) {
		#disp .pc div img {
			width: 31.8182vw;
		}
	}

#disp .sp.f-bna {
	width: 100%;
}

#disp .close {
	font-size: 42px;
	color: #fff;
	background: #2279e9;
	padding: 0 12px 8px;
	border-radius: 100%;
	position: absolute;
	right: 10px;
	top: -25px;
	cursor: pointer;
}

	@media (max-width: 414px) {
		#disp .close {
			font-size: 30px;
			padding: 2px 10px 7px;
			top: 15px;
		}
	}
/*-- /disp --*/


/*-- footer --*/
footer {
	padding: 9.5%;
	background: #fff;
}

	@media (max-width: 414px) {
		footer {
			padding: 60px 15px 180px;
		}
	}
/*-- /footer --*/