@charset "euc-jp";

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 共通項目 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
*{margin:0;padding:0;text-decoration:none}fieldset{border:0}body{line-height:1.8}body,dd,dl,dt,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,select,ul{margin:0;padding:0}img{border:0;vertical-align:top}a{text-decoration:none}em{font-style:normal}ul li{list-style-type:none;list-style-image:none}address{font-style:normal}
html{font-size: 62.5%;}
body{font-size: 1.6em;}



/* マージン */
.margin02 {	margin-bottom: 2px; }
.margin05 {	margin-bottom: 5px; }
.margin06 {	margin-bottom: 6px; }
.margin08 {	margin-bottom: 8px; }
.margin10 {	margin-bottom: 10px; }
.margin15 {	margin-bottom: 15px; }
.margin20 {	margin-bottom: 20px; }
.margin30 {	margin-bottom: 30px; }
.margin40 {	margin-bottom: 40px; }


/* 文字装飾 */
strong {
	font-weight: bold;
}


ul li {
	list-style:none;
}


/* box-sizing */
* {
	box-sizing: border-box;
}



/* img */
img {
	width: 100%;
	height: auto;
}



/* sp */
.sp {
	display: none;
}



/* リンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
a {
	color: #222222;
	text-decoration: none;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
a:hover {
	opacity: 0.8;
}


/* テキスト装飾 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 小文字 */
.cap {
	line-height: 1.6em;
	font-size: 1.2rem;
}



/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: 500;
	color: #2E2E2E;
	padding: 0;
	margin: 0;
	letter-spacing: 0.06em;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}




/* フォント */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.en {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}




/* flex */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.flex {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-start {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.flex-end {
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	 -ms-flex-direction: row-reverse;
		 flex-direction: row-reverse;
}
.flex-center {
	display: flex;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}




/* ボタン */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.btn {
	width: 600px;
	margin: auto;
}
	.btn a {
		height: 100px;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #FF4354 url("../img/icon_arrow_white.svg") no-repeat 95% center;
		border-radius: 50px;
		font-size: 2.8rem;
		font-weight: 700;
		color: #fff;
	}
	.btn a:hover {
		background: #FF4354 url("../img/icon_arrow_white.svg") no-repeat 96% center;
	}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.h-logo {
	width: 180px;
	margin: 0 auto;
	padding: 10px 0;
}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ファーストビュー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#fv.layout_tate {
	width: 100%;
	background: url("../img/fv_bg.jpg") no-repeat center / cover;
	position: relative;
	overflow: hidden;
}
#fv.layout_tate:before {
	content: "";
	width: 1475px;
	height: 810px;
	background: url("../img/fv_illust.svg") no-repeat center bottom -6px;
	position: absolute;
	bottom: 0;
	background-size: 70%;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
	#fv.layout_tate .inner {
		height: 900px;
	}
		#fv.layout_tate .inner .text {
			color: #fff;
			padding-top: 80px;
			margin: 0 auto;
			text-align: center;
		}
			#fv.layout_tate .inner .text h1 {
				font-size: 3.6rem;
				font-weight: 400;
				line-height: 1.6em;
				margin-bottom: 20px;
			}
				#fv.layout_tate .inner .text h1 span {
					font-size: 4.4rem;
					font-weight: 900;
				}


			#fv.layout_tate .inner .text .txt {
				font-size: 1.8rem;
				line-height: 2em;
				margin-bottom: 20px;
			}


			#fv.layout_tate .inner .text .cap {
				opacity: 0.7;
				margin-top: 20px;
			}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

/* main */
#main {
	display: block;
}
.inner {
	max-width: 1620px;
	margin: 0 auto;
	position: relative;
}




/* title
----------------*/
.title {
	margin-bottom: 80px;
	position: relative;
}
	.title .en_tit {
		width: 200px;
		font-size: 2.0rem;
		font-weight: 900;
		padding-top: 13px;
	}
		.title .en_tit .sp_border {
			opacity: 0;
		}

	.title h2 {
		width: -webkit-calc(100% - 200px);
		width: calc(100% - 200px);
		font-size: 4.2rem;
		font-weight: 700;
		line-height: 1.4em;
	}
		.title h2 .en {
			font-weight: 900;
		}





/* services
----------------*/
#services {
	padding: 150px 0 0 0;
}
	#services .title {
		margin-bottom: 0;
	}
		#services .title h2 br.while {
			display: none;
		}


	#services .swiper-container {
		padding-top: 80px;
		padding-bottom: 150px;
		padding-left: 100px;
		padding-right: 100px;
		position: relative;
	}
	#services .swiper-container:before {
		content: "";
		width: 100%;
		height: 54.5%;
		background: #EDF4FA;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -1;
	}
		#services .swiper-container .swiper-slide {
			background: #fff;
			padding: 10px;
			border-radius: 10px;
			box-shadow: 0px 0px 20px 0px #d1d1d1;
			position: relative;
		}
			#services .swiper-container .swiper-slide .en {
				font-size: 1.6rem;
				font-weight: 900;
				color: #005BAC;
				writing-mode:vertical-rl;
				position: absolute;
				top: 0;
				left: -30px;
			}


	#services .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		top: 0;
		right: 100px;
		bottom: auto;
		left: auto;
		text-align: right;
	}
		#services .swiper-pagination-bullet {
			background: #fff;
			border: solid 1px #2E2E2E;
			opacity: 1;
		}
		#services .swiper-pagination-bullet-active {
			background: #2E2E2E;
		}


	#services .swiper-button-next, .swiper-button-prev {
		width: 60px !important;
		height: 60px !important;
		margin-top: -60px !important;
	}
	#services .swiper-button-next:after, .swiper-button-prev:after {
		content: "" !important;
	}
	#services .swiper-button-next {
		background: url("../img/btn_arrow_right.png") no-repeat center / 100%;
		right: 20px;
	}
	#services .swiper-button-prev {
		background: url("../img/btn_arrow_left.png") no-repeat center / 100%;
		left: 20px;
	}





/* worries
----------------*/
#worries {
	padding: 0 0 150px 0;
	background: #EDF4FA;
}
	#worries .list .box {
		width: 31%;
		background: #fff;
		border-radius: 10px;
		padding: 65px 10px;
		position: relative;
	}
		#worries .list .box .icon {
			width: 100%;
			text-align: center;
			position: absolute;
			top: -35px;
			left: 0;
		}
			#worries .list .box .icon img {
				width: 70px;
			}


		#worries .list .box h3 {
			font-size: 2.0rem;
			text-align: center;
			line-height: 1.5em;
		}
			#worries .list .box h3 span {
				font-size: 2.2rem;
				color: #005BAC;
			}





/* difference
----------------*/
#difference {
	padding: 150px 0 150px 0;
}
	#difference .list {
		margin-bottom: 80px;
	}
		#difference .list .box {
			margin-bottom: 70px;
		}
		#difference .list .box:nth-last-child(1) {
			margin-bottom: 0;
		}
			#difference .list .box .pht {
				width: 40%;
				border-radius: 10px;
			}


			#difference .list .box .text {
				display: flex;
				justify-content: flex-start;
				align-items: center;
				width: 57%;
				border-top: solid 1px #ddd;
				border-bottom: solid 1px #ddd;
				padding: 5% 0;
			}
				#difference .list .box .text .number {
					font-size: 1.4rem;
					font-weight: 900;
					color: #005BAC;
					line-height: 1;
					margin-bottom: 10px;
				}

				#difference .list .box .text h3 {
					font-size: 3.2rem;
					line-height: 1.4em;
					margin-bottom: 20px;
				}

				#difference .list .box .text .txt {
					font-size: 2.0rem;
					line-height: 2em;
				}
					#difference .list .box .text .txt span {
						font-weight: 700;
						color: #005BAC;
					}





/* selling
----------------*/
#selling {
	background: url("../img/bg01.jpg") no-repeat center / cover;
	padding: 150px 0 80px 0;
}
	#selling .title {
		color: #fff;
	}


	#selling .list .box {
		width: 20.5%;
		margin-right: 6%;
		margin-bottom: 70px;
		position: relative;
	}
	#selling .list .box:nth-child(4n) {
		margin-right: 0;
	}
		#selling .list .box .number {
			font-size: 1.8rem;
			font-weight: 900;
			color: #fff;
			writing-mode:vertical-rl;
			position: absolute;
			top: 0;
			left: -35px;
		}


		#selling .list .box .whitebox {
			border: solid 10px rgba(255,255,255,0.1);
			border-radius: 10px;
			position: relative;
		}
		#selling .list .box .whitebox:before {
			content: "";
			width: 46px;
			height: 23px;
			background: url("../img/step_arrow.svg") no-repeat center / 100%;
			position: absolute;
			top: 50%;
			right: -27%;
			margin-top: -11.5px;
		}
		#selling .list .box:nth-child(4) .whitebox:before,
		#selling .list .box:nth-child(7) .whitebox:before {
			display: none;
		}
			#selling .list .box .whitebox .icon {
				background: #fff;
				padding: 20% 10px;
				border-radius: 6px;
			}
				#selling .list .box .whitebox .icon img {
					display: block;
					width: auto;
					height: 100%;
					margin: auto;
				}


		#selling .list .box h3 {
			margin-top: 10px;
			font-size: 2.0rem;
			color: #fff;
			line-height: 1.4em;
			text-align: center;
		}


	#selling .btn {
		position: absolute;
		bottom: -128px;
		left: 50%;
		margin-left: -300px;
	}





/* feature
----------------*/
#feature {
	padding: 150px 0 150px 0;
}
	#feature .read {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		width: 100%;
		height: 50px;
		font-size: 1.6rem;
		line-height: 1.5em;
		position: absolute;
		top: 5px;
		left: 0;
		padding-left: 600px;
	}


	#feature .list {
		margin-bottom:60px;
	}
		#feature .list .box {
			width: 31%;
			position: relative;
		}
			#feature .list .box .number {
				font-size: 1.6rem;
				font-weight: 900;
				color: #005BAC;
				writing-mode:vertical-rl;
				position: absolute;
				top: 0;
				left: -30px;
			}

			#feature .list .box img {
				border-radius: 10px;
				margin-bottom: 20px;
			}

			#feature .list .box h3 {
				font-size: 2.8rem;
				line-height: 1.5em;
				margin-bottom: 12px;
			}
				#feature .list .box h3 span {
					background:linear-gradient(transparent 60%, #FEDD42 60%);
				}

			#feature .list .box .txt {
				font-size: 2.0rem;
				line-height: 2em;
			}

			/* recommend
----------------*/
#recommend {
	padding: 150px 0 150px 0;
}
#recommend .inner{
	
}
	#recommend .list {
		margin-bottom: 80px;
		padding-bottom: 120px;
	}
		#recommend .list .box {
			margin-bottom: 70px;
		}
		#recommend .list .box:nth-last-child(1) {
			margin-bottom: 0;
			border-bottom: 1px;
		}
			#recommend .list .box .pht {
				width: 40%;
				border-radius: 10px;
			}


			#recommend .list .box .text {
				display: flex;
				justify-content: flex-start;
				align-items: center;
				width: 57%;
				border-top: solid 1px #ddd;
				border-bottom: solid 1px #ddd;
				padding: 5% 0;
			}

				#recommend .list .box .text h3 {
					font-size: 3.2rem;
					line-height: 1.4em;
					margin-bottom: 20px;
				}
				#recommend .list .box .text h3 span{
					font-size: 4.2rem;
					background: linear-gradient(transparent 60%, #FEDD42 60%);
				}

				#recommend .list .box .text .txt {
					font-size: 2.0rem;
					line-height: 2em;
				}

				#recommend .list .box .text .txt span{
					font-size: 14px;
					line-height: 0.5em;
				}




/* function
----------------*/
#function {
	padding: 0 0 90px 0;
}
	#function .balloon {
		position: absolute;
		top: -135px;
		left: 80px;
	}


	#function .list .box {
		width: 22%;
		margin-right: 4%;
		margin-bottom: 60px;
	}
	#function .list .box:nth-child(4n) {
		margin-right: 0;
	}
		#function .list .box h3 {
			font-size: 2.2rem;
			line-height: 1.4em;
			text-align: center;
			margin-top: 10px;
		}





/* alignment
----------------*/
#alignment {
	padding: 150px 0 150px 0;
	background: url("../img/bg02.jpg");
	position: relative;
}
#alignment:before {
	content: "";
	width: 100%;
	height: 570px;
	background: #EDF4FA;
	position: absolute;
	top: 0;
}
	#alignment .list .box {
		width: 22%;
		margin-right: 4%;
	}
		#alignment .list .box h3 {
			font-size: 2.0rem;
			line-height: 1.4em;
			text-align: center;
			margin-bottom: 15px;
		}

		#alignment .list .box .pht {
			background: #fff;
			padding: 10px;
			border-radius: 10px;
			position: relative;
		}
		#alignment .list .box .pht:before {
			content: "";
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 10px 10px 0 10px;
			border-color: #ffffff transparent transparent transparent;
			position: absolute;
			bottom: -10px;
			left: 50%;
			margin-left: -10px;
		}
			#alignment .list .box .pht img {
				border-radius: 6px;
			}


	#alignment .read {
		padding-top: 80px;
		padding-bottom: 60px;
		text-align: center;
		color: #fff;
	}
		#alignment .read h4 {
			font-size: 4.0rem;
			line-height: 1.4em;
			margin-bottom: 20px;
		}
			#alignment .read h4 .en {
				font-weight: 900;
			}
			#alignment .read h4 .yellow {
				color: #FEDD42;
			}





/* reputation
----------------*/
#reputation {
	padding: 150px 0 150px 0;
}
	#reputation .read {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		width: 100%;
		height: 50px;
		font-size: 1.6rem;
		line-height: 1.5em;
		position: absolute;
		top: 5px;
		left: 0;
		padding-left: 780px;
	}


	#reputation .swiper-container {
		padding-bottom: 80px;
		overflow: inherit;
	}
		@media screen and (min-width: 1025px) {
			#reputation .swiper-wrapper {
				transition-duration: 0ms !important;
				transform: translate3d(0px, 0px, 0px) !important;
			}
		}
		#reputation .swiper-container .swiper-slide .pht {
			border-radius: 10px;
			box-shadow: 0px 0px 20px 0px #d1d1d1;
			position: relative;
		}
			#reputation .swiper-container .swiper-slide .en {
				font-size: 1.6rem;
				font-weight: 900;
				color: #005BAC;
				writing-mode:vertical-rl;
				position: absolute;
				top: 0;
				left: -30px;
			}

		#reputation .swiper-container .swiper-slide dl {
			padding: 20px 0;
		}
			#reputation .swiper-container .swiper-slide dl dt {
				width: 66px;
			}

			#reputation .swiper-container .swiper-slide dl dd {
				width: -webkit-calc(100% - 76px);
				width: calc(100% - 76px);
				font-size: 2.0rem;
				font-weight: 700;
				line-height: 1.2em;
				padding-top: 10px;
			}
				#reputation .swiper-container .swiper-slide dl dd span {
					font-size: 1.4rem;
					color: #005BAC;
				}

		#reputation .swiper-container .swiper-slide .txt {
			font-size: 2.0rem;
		}


	#reputation .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		display: none;
		bottom: 0;
	}
		#reputation .swiper-pagination-bullet {
			background: #fff;
			border: solid 1px #2E2E2E;
			opacity: 1;
		}
		#reputation .swiper-pagination-bullet-active {
			background: #2E2E2E;
		}


	#reputation .client {
		border: solid 1px #ddd;
		border-radius: 10px;
		padding: 50px 70px;
	}
.slider-logo-wrap{
	margin: 24px auto 0;
}




/* fee
----------------*/
#fee {
	padding: 150px 0 150px 0;
	background: #EDF4FA;
}
	#fee .read {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		width: 100%;
		height: 50px;
		font-size: 1.6rem;
		line-height: 1.5em;
		position: absolute;
		top: 5px;
		left: 0;
		padding-left: 480px;
	}
		#fee .read span {
			font-weight: 700;
			color: #005BAC;
		}


	#fee .tabbox {
		padding: 80px 0;
		border-radius: 10px;
		background: #fff;
		position: relative;
	}
		#fee .tabbox .tit {
			width: 620px;
			height: 60px;
			background: #005BAC;
			border-radius: 30px;
			position: absolute;
			top: -30px;
			left: 50%;
			margin-left: -310px;
		}
			#fee .tabbox .tit h3 {
				font-size: 3.0rem;
				text-align: center;
				line-height: 57px;
				color: #fff;
				position: relative;
			}
			#fee .tabbox .tit h3:before {
				content: "";
				width: 0;
				height: 0;
				border-style: solid;
				border-width: 10px 10px 0 10px;
				border-color: #005cac transparent transparent transparent;
				position: absolute;
				bottom: -10px;
				left: 50%;
				margin-left: -10px;
			}


		#fee .tabbox .tab li {
			font-size: 2.0rem;
			font-weight: 700;
			line-height: 1;
			margin-right: 30px;
			padding-left: 27px;
			position: relative;
			cursor: pointer;
		}
		#fee .tabbox .tab li:nth-last-child(1) {
			margin-right: 0;
		}
		#fee .tabbox .tab li:before {
			content: "";
			width: 20px;
			height: 20px;
			background: #fff;
			border: solid 1px #707070;
			border-radius: 50%;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 1;
		}
		#fee .tabbox .tab li.select:after {
			content: "";
			width: 14px;
			height: 14px;
			background: #FF4354;
			border-radius: 50%;
			position: absolute;
			top: 4px;
			left: 4px;
			z-index: 2;
		}


		#fee .tabbox .content {
			padding-top: 50px;
		}
			#fee .tabbox .content .hide {
				display: none;
			}
				#fee .tabbox .content .cell .flex-start dl {
					width: 33.3333333%;
					border-right: solid 1px #ddd;
					text-align: center;
				}
				#fee .tabbox .content .cell .flex-start dl:nth-last-child(1) {
					border-right: none;
				}
					#fee .tabbox .content .cell .flex-start dl dt {
						font-size: 3.0rem;
						font-weight: 700;
						line-height: 1;
						color: #005BAC;
						margin-bottom: 25px;
					}

					#fee .tabbox .content .cell .flex-start dl dd {
						position: relative;
					}
						#fee .tabbox .content .cell .flex-start dl dd .off {
							width: 100%;
							font-size: 1.4rem;
							font-weight: 700;
							line-height: 1;
							color: #FF4354;
							position: absolute;
							top: -17px;
							left: 0;
						}
							#fee .tabbox .content .cell .flex-start dl dd .off span {
								font-size: 2.0rem;
							}

						#fee .tabbox .content .cell .flex-start dl dd .price {
							font-size: 2.0rem;
							font-weight: 700;
							line-height: 1;
						}
							#fee .tabbox .content .cell .flex-start dl dd .price .en {
								font-size: 6.0rem;
								font-weight: 900;
							}

						#fee .tabbox .content .cell .flex-start dl dd .sub {
							font-size: 1.6rem;
							font-weight: 700;
							line-height: 1;
							padding-top: 7px;
						}
							#fee .tabbox .content .cell .flex-start dl dd .sub .en {
								font-weight: 900;
							}


	#fee .cap {
		padding-top: 30px;
		text-align: center;
	}





/* cospa
----------------*/
#cospa {
	padding: 150px 0 150px 0;
	background: url("../img/bg02.jpg");
}
	#cospa .title {
		color: #fff;
	}
		#cospa .title .yellow {
			color: #FEDD42;
		}


	#cospa .whitebox {
		background: rgba(255,255,255,0.1);
		border-radius: 10px;
		padding: 10px;
	}
		#cospa .whitebox .pht {
			background: #fff;
			border-radius: 6px;
			text-align: center;
			padding: 50px 20px;
		}
			#cospa .whitebox .pht img {
				max-width: 800px;
			}


	#cospa .txt {
		font-size: 1.6rem;
		text-align: center;
		color: #fff;
		padding-top: 30px;
		margin-bottom: 50px;
	}


	#cospa .attention {
		border: solid 1px #fff;
		padding: 30px;
		margin-top: 70px;
	}
		#cospa .attention .scrollbox {
			overflow-y: scroll;
			height: 250px;
			padding-right: 30px;
		}
		#cospa .attention .scrollbox::-webkit-scrollbar {
			width: 6px;
			height: 6px;
		}
		#cospa .attention .scrollbox::-webkit-scrollbar-track {
			background: rgba(255,255,255,0.1);
			border-radius: 3px;
		}
		#cospa .attention .scrollbox::-webkit-scrollbar-thumb {
		 	background: #FEDD42;
			border-radius: 3px;
		}
			#cospa .attention .scrollbox p {
				font-size: 1.4rem;
				color: #fff;
				text-align: left;
			}





/* faq
----------------*/
#faq {
	padding: 150px 0 150px 0;
}
	#faq .list dl {
		border: solid 1px #ddd;
		background: #FAFAFA;
		padding: 40px;
		border-radius: 10px;
		margin-bottom: 20px;
	}
	#faq .list dl:nth-last-child(1) {
		margin-bottom: 0;
	}
		#faq .list dl dt {
			font-size: 3.0rem;
			font-weight: 700;
			line-height: 1.4em;
			margin-bottom: 20px;
		}
			#faq .list dl dt span {
				font-size: 3.2rem;
				font-weight: 700;
				color: #005BAC;
				padding-right: 10px;
			}
		#faq .list dl dd {
			font-size: 2.0rem;
			line-height: 1.4em;
		}
			#faq .list dl dd span {
				font-size: 3.2rem;
				font-weight: 700;
				color: #FF4354;
				padding-right: 10px;
			}





/* cta
----------------*/
#cta {
	width: 100%;
	background: url("../img/fv_bg.jpg") no-repeat center / cover;
	position: relative;
	overflow: hidden;
}
#cta:before {
	content: "";
	width: 1475px;
	height: 750px;
	background: url("../img/fv_illust.svg") no-repeat center bottom -6px;
	position: absolute;
	bottom: 0;
	left: 35%;
}
	#cta .inner {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		height: 750px;
	}
		#cta .inner .text {
			width: 600px;
			color: #fff;
		}
			#cta .inner .text h2 {
				font-size: 4.2rem;
				line-height: 1.6em;
				margin-bottom: 20px;
			}
				#cta .inner .text h2 .yellow {
					color: #FEDD42;
				}


			#cta .inner .text .txt {
				font-size: 2.0rem;
				line-height: 2em;
				margin-bottom: 70px;
			}





/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#footer {
	padding: 40px 0;
	background: #2389ca;
	margin-bottom: 150px;
}
	#footer .logo_list li {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-right: 25px;
	}
	#footer .logo_list li:nth-last-child(1) {
		margin-right: 0;
	}


	#footer .text .link li {
		margin-right: 20px;
	}
	#footer .text .link li:nth-last-child(1) {
		margin-right: 0;
	}
		#footer .text .link li a {
			display: block;
			font-size: 1.4rem;
			color: #fff;
		}

	#footer .text .copyright {
		font-size: 1.1rem;
		color: #fff;
		line-height: 1;
		text-align: right;
		padding-top: 20px;
	}





/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 固定CTA */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#follow {
	width: 100%;
	height: 150px;
	background: rgba(255,255,255,0.9);
	position: fixed;
	bottom: -150px;
	left: 0;
	z-index: 10;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
#follow.show {
	bottom: 0;
}
	#follow h2 {
		font-size: 2.0rem;
		text-align: center;
		padding-top: 15px;
		margin-bottom: 10px;
	}

	#follow .ctabtn {
		width: 410px;
		margin: auto;
	}
		#follow .ctabtn a {
			height: 70px;
			display: flex;
			justify-content: center;
			align-items: center;
			background: #FF4354 url("../img/icon_arrow_white.svg") no-repeat 95% center;
			border-radius: 35px;
			font-size: 2.0rem;
			font-weight: 700;
			color: #fff;
		}
		#follow .ctabtn a:hover {
			background: #FF4354 url("../img/icon_arrow_white.svg") no-repeat 96% center;
		}





/* 1620px */
@media screen and (max-width: 1620px) {

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

/* inner */
.inner {
	width: 100%;
	padding: 0 5%;
}

/* title
----------------*/
.title .en_tit {
	width: 170px;
	font-size: 1.6rem;
	padding-top: 15px;
}

.title h2 {
	width: -webkit-calc(100% - 170px);
	width: calc(100% - 170px);
	font-size: 3.6rem;
}





/* services
----------------*/
#services .title h2 br.while {
	display: block;
}





/* feature
----------------*/
#feature .title {
	margin-bottom: 30px;
}
#feature .read {
	display: block;
	width: 100%;
	height: auto;
	position: static;
	padding-left: 0;
	margin-bottom: 80px;
}





/* alignment
----------------*/
#alignment:before {
	height: 44%;
}
	#alignment .list .box h3 br {
		display: block;
	}





/* reputation
----------------*/
#reputation .title {
	margin-bottom: 30px;
}
#reputation .read {
	display: block;
	width: 100%;
	height: auto;
	position: static;
	padding-left: 0;
	margin-bottom: 80px;
}





/* fee
----------------*/
#fee .title {
	margin-bottom: 30px;
}
#fee .read {
	display: block;
	width: 100%;
	height: auto;
	position: static;
	padding-left: 0;
	margin-bottom: 80px;
}




}









/* max 1440px */
@media screen and (max-width: 1440px) {




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ファーストビュー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#fv.layout_tate:before {
	content: "";
	width: 100%;
	height: 100%;
	background: url("../img/fv_illust.svg") no-repeat left 45% bottom -5px / 820px;
}
	#fv.layout_tate .inner {
		height: 800px;
	}
		#fv.layout_tate .inner .text {
			width: 500px;
		}
			#fv.layout_tate .inner .text h1 {
				font-size: 3.0rem;
				margin-bottom: 20px;
			}
				#fv.layout_tate .inner .text h1 span {
					font-size: 3.7rem;
				}


			#fv.layout_tate .inner .text .txt {
				font-size: 1.6rem;
				margin-bottom: 40px;
			}

			#fv.layout_tate .inner .text .btn {
				width: 100%;
			}
				#fv.layout_tate .inner .text .btn a {
					height: 80px;
					font-size: 2.2rem;
					border-radius: 40px;
				}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

/* title
----------------*/
.title .en_tit {
	width: 150px;
	font-size: 1.4rem;
	padding-top: 13px;
}

.title h2 {
	width: -webkit-calc(100% - 150px);
	width: calc(100% - 150px);
	font-size: 3.2rem;
}





/* services
----------------*/
#services .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	top: 30px;
}





/* difference
----------------*/
#difference .list .box .text h3 {
	font-size: 2.8rem;
}

#difference .list .box .text .txt {
	font-size: 1.6rem;
}





/* selling
----------------*/
#selling  {
	padding-bottom: 100px;
}
#selling .list .box  {
	margin-bottom: 50px;
}
	#selling .list .box .number {
		font-size: 1.6rem;
		left: -28px;
	}


	#selling .list .box .whitebox:before {
		right: -24%;
	}
		#selling .list .box .whitebox .icon {
			padding: 30% 10px;
		}
			#selling .list .box .whitebox .icon img {
				height: 60px;
			}


	#selling .list .box h3 {
		font-size: 1.8rem;
	}


#selling .btn {
	position: absolute;
	bottom: -150px;
}





/* feature
----------------*/
#feature .list .box h3 {
	font-size: 2.2rem;
}

#feature .list .box .txt {
	font-size: 1.6rem;
}

/* recommend
----------------*/
#recommend .list .box .text h3 {
	font-size: 2.8rem;
}

#recommend .list .box .text .txt {
	font-size: 1.6rem;
}





/* function
----------------*/
#function .list .box h3 {
	font-size: 1.8rem;
}





/* alignment
----------------*/
#alignment .list .box h3 {
	font-size: 1.7rem;
	margin-bottom: 12px;
}


#alignment .read h4 {
	font-size: 3.2rem;
}





/* reputation
----------------*/
#reputation .swiper-container .swiper-slide dl dd {
	font-size: 1.6rem;
	padding-top: 14px;
}
	#reputation .swiper-container .swiper-slide dl dd span {
		font-size: 1.2rem;
	}

#reputation .swiper-container .swiper-slide .txt {
	font-size: 1.6rem;
}


#reputation .client {
	padding: 40px 5%;
}





/* fee
----------------*/
#fee .tabbox .tit {
	width: 560px;
	margin-left: -280px;
}
	#fee .tabbox .tit h3 {
		font-size: 2.6rem;
	}





/* faq
----------------*/
#faq .list dl dt {
	font-size: 2.6rem;
}
	#faq .list dl dt span {
		font-size: 2.8rem;
	}

#faq .list dl dd {
	font-size: 1.6rem;
}
	#faq .list dl dd span {
		font-size: 2.8rem;
	}





/* cta
----------------*/
#cta:before {
	content: "";
	width: 100%;
	height: 100%;
	background: url("../img/fv_illust.svg") no-repeat left 45% bottom -6px / 1100px;
}
	#cta .inner {
		height: 550px;
	}
		#cta .inner .text {
			width: 500px;
		}
			#cta .inner .text h2 {
				font-size: 3.0rem;
				margin-bottom: 20px;
			}


			#cta .inner .text .txt {
				font-size: 1.6rem;
				margin-bottom: 40px;
			}

			#cta .inner .text .btn {
				width: 100%;
			}
				#cta .inner .text .btn a {
					height: 80px;
					font-size: 2.2rem;
					border-radius: 40px;
				}





/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#footer .logo_list li {
	margin-right: 15px;
}
	#footer .logo_list li img {
		width: auto;
		height: 36px;
	}


#footer .text .link li {
	margin-right: 15px;
}
	#footer .text .link li a {
		font-size: 1.3rem;
	}

#footer .text .copyright {
	font-size: 1.0rem;
}







}









/* max 1024px */
@media screen and (max-width: 1024px) {

.pc {
	display: none;
}
.sp {
	display: block;
}


/* テキスト装飾 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 小文字 */
.cap {
	font-size: 1.0rem;
}




/* ボタン */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.btn {
	width: 100% !important;
}
	.btn a {
		height: 70px !important;
		background: #FF4354 url("../img/icon_arrow_white.svg") no-repeat 95% center / 10px !important;
		border-radius: 35px !important;
		font-size: 1.6rem !important;
	}
	.btn a:hover {
		background: #FF4354 url("../img/icon_arrow_white.svg") no-repeat 96% center / 10px !important;
	}

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ファーストビュー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#fv.layout_tate:before {
	content: "";
	width: 100%;
	height: 100%;
	background: url("../img/fv_illust.svg") no-repeat center bottom -6px / 600px;
	position: absolute;
	bottom: 0;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-size: 100%;
}
	#fv.layout_tate .inner {
		display: block;
		height: 570px;
	}
		#fv.layout_tate .inner .text {
			width: 100%;
			color: #fff;
			padding-top: 100px;
		}
			#fv.layout_tate .inner .text h1 {
				font-size: 2.0rem;
				margin-bottom: 15px;
				letter-spacing: 0.02em;
			}
				#fv .inner .text h1 span {
					font-size: 2.4rem;
				}


			#fv.layout_tate .inner .text .txt {
				font-size: 1.4rem;
				line-height: 2em;
				margin-bottom: 30px;
			}


			#fv.layout_tate .inner .text .cap {
				opacity: 0.9;
				margin-top: 10px;
				text-align: center;
			}




/* title
----------------*/
.title {
	display: block;
	margin-bottom: 30px;
	padding-bottom: 25px;
	text-align: center;
	position: relative;
}
.title:before {
	content: "";
	width: 30px;
	height: 1px;
	background: #005BAC;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -15px;
}
.title.white:before {
	background: #fff;
}
	.title .en_tit {
		width: 100%;
		font-size: 1.2rem;
		padding-top: 0;
	}
		.title .en_tit .sp_border {
			opacity: 1;
		}

	.title h2 {
		width: 100%;
		font-size: 2.3rem;
		letter-spacing: 0.02em;
	}





/* services
----------------*/
#services {
	padding: 80px 0 0 0;
}
	#services .title {
		margin-bottom: 0;
	}
		#services .title h2 br.while {
			display: none;
		}


	#services .swiper-container {
		padding-top: 40px;
		padding-bottom: 120px;
		padding-left: 5%;
		padding-right: 5%;
		position: relative;
	}
	#services .swiper-container:before {
		content: "";
		width: 100%;
		height: 54.5%;
		background: #EDF4FA;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -1;
	}
		#services .swiper-container .swiper-slide .en {
			font-size: 1.2rem;
			left: -15px;
		}


	#services .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		top: auto;
		right: 0;
		bottom: 70px;
		left: auto;
		text-align: center;
	}
		#services .swiper-pagination-bullet {
			background: #fff;
			border: solid 1px #2E2E2E;
			opacity: 1;
		}
		#services .swiper-pagination-bullet-active {
			background: #2E2E2E;
		}


	#services .swiper-button-next, .swiper-button-prev {
		display: none !important;
	}





/* worries
----------------*/
#worries {
	padding: 0 0 80px 0;
}
	#worries .list {
		display: block;
	}
		#worries .list .box {
			width: 95%;
			padding: 25px 15px 25px 30px;
			border-radius: 10px;
			margin-bottom: 15px;
			margin-left: 5%;
		}
		#worries .list .box:nth-last-child(1) {
			margin-bottom: 0;
		}
			#worries .list .box .icon {
				width: 40px;
				top: 50%;
				left: -20px;
				margin-top: -20px;
			}
				#worries .list .box .icon img {
					width: 100%;
				}


			#worries .list .box h3 {
				font-size: 1.6rem;
				text-align: left;
			}
				#worries .list .box h3 span {
					font-size: 1.8rem;
				}





/* difference
----------------*/
#difference {
	padding: 80px 0 80px 0;
}
	#difference .list {
		margin-bottom: 40px;
	}
		#difference .list .box {
			display: block;
			margin-bottom: 30px;
		}
			#difference .list .box .pht {
				width: 100%;
				height: 220px;
			}


			#difference .list .box .text {
				display: block;
				width: 100%;
				border-top: none;
				border-bottom: none;
				padding: 20px 0 0 0;
			}
				#difference .list .box .text .number {
					font-size: 1.1rem;
					margin-bottom: 5px;
				}

				#difference .list .box .text h3 {
					font-size: 2.0rem;
					line-height: 1.4em;
					margin-bottom: 10px;
				}

				#difference .list .box .text .txt {
					font-size: 1.4rem;
					line-height: 1.8em;
				}





/* selling
----------------*/
#selling {
	padding: 80px 0 80px 0;
}
	#selling .list .box {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 25px;
	}
	#selling .list .box:nth-child(2n) {
		margin-right: 0;
	}
	#selling .list .box:nth-last-child(1) {
		margin-bottom: 0;
	}
		#selling .list .box .number {
			font-size: 1.6rem;
			line-height: 1;
			text-align: center;
			writing-mode: inherit;
			position: static;
		}


		#selling .list .box .whitebox {
			border: solid 5px rgba(255,255,255,0.1);
		}
		#selling .list .box .whitebox:before {
			display: none;
		}
			#selling .list .box .whitebox .icon {
				padding: 20% 0;
			}
				#selling .list .box .whitebox .icon img {
					height: 60px;
				}


		#selling .list .box h3 {
			margin-top: 6px;
			font-size: 1.6rem;
		}


	#selling .btn {
		width: 90% !important;
		position: absolute;
		bottom: -115px;
		left: 5%;
		margin-left: 0;
	}





/* feature
----------------*/
#feature {
	padding: 80px 0 100px 0;
}
	#feature .read {
		font-size: 1.4rem;
		line-height: 1.8em;
		margin-bottom: 40px;
	}


	#feature .list {
		display: block;
		margin-bottom: 0;
		padding-bottom: 10px;
	}
		#feature .list .box {
			width: 100%;
			margin-bottom: 30px;
		}
			#feature .list .box .number {
				font-size: 1.2rem;
				left: -17px;
			}

			#feature .list .box img {
				border-radius: 10px;
				margin-bottom: 20px;
			}

			#feature .list .box h3 {
				font-size: 1.7rem;
				line-height: 1.5em;
				margin-bottom: 12px;
			}
				#feature .list .box h3 span {
					background:linear-gradient(transparent 60%, #FEDD42 60%);
				}

			#feature .list .box .txt {
				font-size: 1.4rem;
				line-height: 1.8em;
			}



			/* recommend
	----------------*/
#recommend {
	padding: 80px 0 80px 0;
}
	#recommend .list {
		margin-bottom: 40px;
		padding-bottom: 20px;
	}
		#recommend .list .box {
			display: block;
			margin-bottom: 30px;
		}
			#recommend .list .box .pht {
				width: 100%;
				height: 220px;
			}


			#recommend .list .box .text {
				display: block;
				width: 100%;
				border-top: none;
				border-bottom: none;
				padding: 20px 0 0 0;
			}

				#recommend .list .box .text h3 {
					font-size: 2.0rem;
					line-height: 1.4em;
					margin-bottom: 10px;
				}
				#recommend .list .box .text h3 span {
					font-size: 2.5rem;
				}

				#recommend .list .box .text .txt {
					font-size: 1.4rem;
					line-height: 1.8em;
				}






/* function
----------------*/
#function {
	padding: 0 0 50px 0;
}
	#function .balloon {
		width: 80px;
		top: -65px;
		left: 50%;
		margin-left: -130px;
	}


	#function .list .box {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 30px;
	}
	#function .list .box:nth-child(2n) {
		margin-right: 0;
	}
		#function .list .box h3 {
			font-size: 1.5rem;
			letter-spacing: 0.02em;
		}





/* alignment
----------------*/
#alignment {
	padding: 80px 0 80px 0;
}
#alignment:before {
	height: 56%;
}
	#alignment .list {
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
		#alignment .list .box {
			width: 48%;
			margin-right: 4%;
			margin-bottom: 30px;
		}
		#alignment .list .box:nth-child(2n) {
			margin-right: 0;
		}
			#alignment .list .box h3 {
				font-size: 1.5rem;
				margin-bottom: 10px;
			}

			#alignment .list .box .pht {
				padding: 5px;
			}


		#alignment .read {
			padding-top: 20px;
			padding-bottom: 40px;
		}
			#alignment .read h4 {
				font-size: 2.1rem;
			}





/* reputation
----------------*/
#reputation {
	padding: 80px 0 80px 0;
	overflow: hidden;
}
	#reputation .read {
		font-size: 1.4rem;
		line-height: 1.8em;
		margin-bottom: 40px;
	}


	#reputation .swiper-container {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
			#reputation .swiper-container .swiper-slide .en {
				font-size: 1.2rem;
				left: -20px;
			}

			#reputation .swiper-container .swiper-slide dl {
				padding-bottom: 15px;
			}
				#reputation .swiper-container .swiper-slide dl dt {
					width: 50px;
				}

				#reputation .swiper-container .swiper-slide dl dd {
					width: -webkit-calc(100% - 60px);
					width: calc(100% - 60px);
					font-size: 1.5rem;
					padding-top: 8px;
				}
					#reputation .swiper-container .swiper-slide dl dd span {
						font-size: 1.0rem;
					}

		#reputation .swiper-container .swiper-slide .txt {
			font-size: 1.4rem;
		}


	#reputation .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		display: inherit;
	}


	#reputation .client {
		padding: 20px 5%;
	}





/* fee
----------------*/
#fee {
	padding: 80px 0 80px 0;
}
	#fee .read {
		font-size: 1.4rem;
		line-height: 1.8em;
		margin-bottom: 30px;
	}


	#fee .tabbox {
		padding: 0;
		border-radius: 0;
		background: none;
	}
		#fee .tabbox .tit {
			width: 100%;
			height: 50px;
			border-radius: 25px;
			position: static;
			margin-left: 0;
			margin-bottom: 30px;
		}
			#fee .tabbox .tit h3 {
				font-size: 1.6rem;
				line-height: 47px;
			}


		#fee .tabbox .tab {
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			justify-content: space-between;
			padding: 0 2rem 2rem 2rem;
		}
			#fee .tabbox .tab li {
				font-size: 1.3rem;
				padding-left: 24px;
				margin: 0;
			}
			#fee .tabbox .tab li:nth-last-child(1) {
				margin-right: 0;
			}
			#fee .tabbox .tab li:before {
				width: 18px;
				height: 18px;
				top: -2px;
			}
			#fee .tabbox .tab li.select:after {
				width: 12px;
				height: 12px;
				top: 2px;
			}


		#fee .tabbox .content {
			padding-top: 10px;
		}
			#fee .tabbox .content .cell .flex-start {
				display: block;
			}
				#fee .tabbox .content .cell .flex-start dl {
					display: flex;
					display: -webkit-flex;
					justify-content: space-between;
					width: 100%;
					background: #fff;
					padding: 15px;
					border-radius: 10px;
					margin-bottom: 15px;
					border-right: none;
					text-align: left;
				}
				#fee .tabbox .content .cell .flex-start dl:nth-last-child(1) {
					border-right: none;
					margin-bottom: 0;
				}
					#fee .tabbox .content .cell .flex-start dl dt {
						font-size: 1.8rem;
						margin-bottom: 0;
						display: flex;
						justify-content: flex-start;
						align-items: center;
					}

					#fee .tabbox .content .cell .flex-start dl dd {
						position: relative;
					}
						#fee .tabbox .content .cell .flex-start dl dd .off {
							width: auto;
							font-size: 1.1rem;
							top: 48%;
							left: -80px;
							margin-top: -5px;
						}
							#fee .tabbox .content .cell .flex-start dl dd .off span {
								font-size: 1.5rem;
							}

						#fee .tabbox .content .cell .flex-start dl dd .price {
							font-size: 1.5rem;
							text-align: right;
						}
							#fee .tabbox .content .cell .flex-start dl dd .price .en {
								font-size: 3.4rem;
								font-weight: 900;
							}

						#fee .tabbox .content .cell .flex-start dl dd .sub {
							font-size: 1.2rem;
							padding-top: 2px;
							text-align: right;
						}


	#fee .cap {
		font-size: 1.0rem;
		text-align: left;
	}





/* cospa
----------------*/
#cospa {
	padding: 80px 0 80px 0;
}
	#cospa .whitebox {
		background: rgba(255,255,255,0.1);
		border-radius: 10px;
		padding: 10px;
	}
		#cospa .whitebox .pht {
			background: #fff;
			border-radius: 6px;
			text-align: center;
			padding: 20px 10px;
		}
			#cospa .whitebox .pht img {
				max-width: 800px;
			}


	#cospa .txt {
		font-size: 1.4rem;
		text-align: left;
		padding-top: 20px;
		margin-bottom: 30px;
	}


	#cospa .attention {
		padding: 20px;
		margin-top: 50px;
	}
		#cospa .attention .scrollbox {
			overflow-y: scroll;
			height: 250px;
			padding-right: 10px;
		}
			#cospa .attention .scrollbox p {
				font-size: 1.2rem;
			}





/* faq
----------------*/
#faq {
	padding: 80px 0 80px 0;
}
	#faq .list dl {
		padding: 20px;
		margin-bottom: 20px;
	}
		#faq .list dl dt {
			font-size: 1.8rem;
			margin-bottom: 10px;
			text-indent: -29px;
			margin-left: 29px;
		}
			#faq .list dl dt span {
				font-size: 2.0rem;
				padding-right: 5px;
			}
		#faq .list dl dd {
			font-size: 1.4rem;
			line-height: 1.8em;
			text-indent: -29px;
			margin-left: 29px;
		}
			#faq .list dl dd span {
				font-size: 2.0rem;
				padding-right: 5px;
			}





/* cta
----------------*/
#cta:before {
	content: "";
	width: 100%;
	height: 100%;
	background: url("../img/fv_illust.svg") no-repeat center bottom -6px / 600px;
	position: absolute;
	bottom: 0;
	left: 0;
}
	#cta .inner {
		display: block;
		height: 630px;
	}
		#cta .inner .text {
			width: 100%;
			color: #fff;
			padding-top: 80px;
		}
			#cta .inner .text h2 {
				font-size: 2.3rem;
				margin-bottom: 15px;
				text-align: center;
			}


			#cta .inner .text .txt {
				font-size: 1.3rem;
				line-height: 2em;
				text-align: center;
				letter-spacing: 0.02em;
				margin-bottom: 30px;
			}





/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#footer {
	bottom: 140px;
}
#footer .inner {
	display: block;
}
	#footer .logo_list {
		display: flex;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
		#footer .logo_list li {
			margin-right: 20px;
		}
		#footer .logo_list li:nth-child(1) {
			display: none;
		}
			#footer .logo_list li img {
				height: 50px;
			}


	#footer .text .link {
		display: flex;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
		#footer .text .link li {
			margin-right: 20px;
			margin-bottom: 10px;
		}
			#footer .text .link li a {
				font-size: 1.2rem;
			}

	#footer .text .copyright {
		text-align: center;
		padding-top: 20px;
		line-height: 1.6em;
	}





/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 固定CTA */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#follow {
	height: 140px;
	bottom: -140px;
}
	#follow h2 {
		font-size: 1.5rem;
		line-height: 1.4em;
	}

	#follow .ctabtn {
		width: 90%;
	}
		#follow .ctabtn a {
			height: 60px;
			display: flex;
			justify-content: center;
			align-items: center;
			background: #FF4354 url("../img/icon_arrow_white.svg") no-repeat 95% center / 10px;
			border-radius: 30px;
			font-size: 1.6rem;
		}
		#follow .ctabtn a:hover {
			background: #FF4354 url("../img/icon_arrow_white.svg") no-repeat 96% center / 10px;
		}
}



/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ファーストビュー 横構成 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#fv.layout_yoko {
	width: 100%;
	background: url("../img/fv_bg.jpg") no-repeat center / cover;
	position: relative;
	overflow: hidden;
}
#fv.layout_yoko:before {
    content: "";
    width: 60%;
	height: 100%;
    background: url(../img/fv_illust.svg) no-repeat left bottom -6px;
    position: absolute;
    bottom: 0;
    background-size: 130%;
    right: 0;
}
#fv.layout_yoko .inner {
    max-width: 100%;
    padding: 10% 0 8%;
}
#fv.layout_yoko .inner .text {
    color: #fff;
    margin: 0;
    width: 50%;
	max-width: 620px;
    padding: 0 0 0 7%;
    text-align: left;
	box-sizing: content-box;
}
#fv.layout_yoko  .inner .text h1 {
	font-size: 3.6rem;
	font-weight: 400;
	line-height: 1.6em;
	margin-bottom: 20px;
}
#fv.layout_yoko  .inner .text h1 span {
	font-size: 4.4rem;
	font-weight: 900;
}


#fv.layout_yoko  .inner .text .txt {
	font-size: 1.8rem;
	line-height: 2em;
	margin-bottom: 20px;
}


#fv.layout_yoko .inner .text .cap {
	opacity: 0.7;
	margin-top: 20px;
}



@media screen and (max-width: 1620px) {
	#fv.layout_yoko .inner .text {
		padding: 0 0 0 5%;
	}
}

@media screen and (max-width: 1440px) {
	#fv.layout_yoko .inner .text {
		width: 70%;
		max-width: 600px;
	}
	#fv.layout_yoko .inner .text h1 {
		font-size: 3rem;
	}
	#fv.layout_yoko:before {
		width: 56%;
		background-size: 160%;
	}
}

@media screen and (max-width: 1280px) {
	#fv.layout_yoko .inner .text h1 span {
		font-size: 4rem;
	}

	#fv.layout_yoko:before {
		width: 56%;
		background-size: 180%;
	}
}

@media screen and (max-width: 1024px) {
	#fv.layout_yoko:before {
		width: 60%;
		background-size: 140%;
	}
	#fv.layout_yoko .inner {
		padding: 8% 0 5%;
	}
	#fv.layout_yoko .inner .text {
		width: 40%;
	}
	#fv.layout_yoko .inner .text h1 {
		font-size: 2rem;
	}
	#fv.layout_yoko .inner .text h1 span {
		font-size: 2.8rem;
	}
	#fv.layout_yoko .inner .text .txt {
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 768px) {
	#fv.layout_yoko .inner {
		padding: 4% 0 45%;
	}
	#fv.layout_yoko .inner .text {
		width: 100%;
		padding: 10% 5%;
		box-sizing: border-box;
		text-align: center;
		max-width: 100%;
	}
	#fv.layout_yoko .inner .text h1 {
		font-size: 2.5rem;
	}
	#fv.layout_yoko .inner .text h1 span {
		font-size: 3.2rem;
	}
	#fv.layout_yoko .inner .text .txt {
		font-size: 1.8rem;
		padding: 0 1rem;
	}
	.cap {
		font-size: 1.5rem;
	}
	#fv.layout_yoko:before {
		width: 100%;
		background-size: 110%;
		background-position: center bottom -5px;
	}
}

@media screen and (max-width: 580px) {
	#fv.layout_yoko .inner {
		padding: 10% 0 45%;
	}
	#fv.layout_yoko .inner .text h1 {
		font-size: 1.8rem;
		list-style: 1.8;
	}
	#fv.layout_yoko .inner .text h1 span {
		font-size: 2.5rem;
	}
	#fv.layout_yoko .inner .text .txt {
		font-size: 1.4rem;
	}
	.cap {
		font-size: 1.2rem;
	}
}

/* #65861 追加 */
/* campaign
----------------*/

#campaign {
    padding: 50px 0;
}

#campaign .title h2 {
    color: #333333;
	text-align: center;
    width: 100%;
    margin-bottom: 1rem;
}

#campaign .inner2 {
    padding: 50px;
    background: #fff;
    border-radius: 10px;
}

#campaign .read {
    margin-bottom: 100px;
    text-align: center;
    display: block;
    position: unset;
    height: auto;
    padding-left: 0;
}

#campaign .read img {
    width: 60%;
    margin: 0 auto;
}

#campaign .read h3 {
    font-size: 2.2rem;
    line-height: 1.8em;
    font-weight: 500;
    text-align: center;
    margin: 0 0 2rem;
}

#campaign .read .point-txt {
    font-weight: 700;
    font-size: 2.4rem;
    text-align: center;
    display: block;
    padding: 2rem 0 0;
    line-height: 1.6;
    color: #333333;
}

#campaign .read .price-txt {
    font-weight: 700;
    font-size: 4.8rem;
    text-align: center;
    padding: 0;
    line-height: 1.6;
}

#campaign .read .price-txt span {
    font-size: 1.6rem;
}

#campaign .read .price-txt .sub-txt {
    font-size: 1.0rem;
    text-align: center;
    font-weight: normal;
    display: block;
    padding: 10px 0 0 0;
    line-height: 1.6;
    color: #333333;
}

#campaign .read .point-txt+h3 {
    margin-bottom: 30px;
}

#campaign .read .period-txt {
    text-align: center;
    font-size: 2.4rem;
    margin: 20px auto 50px;
}

#campaign .read .period-txt p {
    border: solid 3px #333333;
    display: inline-block;
    padding: 0 20px;
}

#campaign .read .period-txt span {
    font-size: 3.6rem;
    line-height: 1.2em;
}

#campaign .read .period-txt del {
    text-decoration: line-through;
}

#campaign .campaign-attention {
    position: relative;
    margin: 20px 0;
    padding: 50px;
    border: solid 3px #333333;
    ;
}

#campaign .campaign-attention table {
    border-collapse: separate;
    font-size: 18px;
    text-align: left;
}

#campaign .campaign-attention p {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 0 30px;
    font-weight: 700;
    font-size: 4.2rem;
    letter-spacing: 0.03em;
    line-height: 1.2;
    text-align: center;
    color: #333333;
    background-color: #ffffff;
    font-weight: 700;
    width: 30%;
}

#campaign .campaign-attention table tr th {
    width: 22%;
    vertical-align: middle;
    line-height: 1.5;
}

#campaign .campaign-attention table tr td {
    width: 70%;
    vertical-align: middle;
    font-weight: 500;
    font-size: 18px;
    padding: 20px 0;
    line-height: 1.8;
}

#campaign .campaign-attention table tr td span {
    font-size: 13px;
    display: block;
}

#campaign .campaign-attention table tr td span.point-txt {
    color: #0F4C96;
    font-weight: 700;
    font-size: 24px;
    display: inline;
}

.campaign-add-text {
    font-weight: 700;
    font-size: 38px;
    letter-spacing: 0.03em;
    line-height: 55px;
    margin: 90px auto 0;
    text-align: center;
	color: #0F4C96;
}

.campaign-add-text span {
    font-size: 30px;
}

.cap {
    font-size: 13px;
    line-height: 1.8;
}


@media screen and (max-width: 768px) {
    #campaign {
        padding: 30px 0;
    }

    #campaign .inner2 {
        background: #ffffff;
        padding: 50px 16px 20px;
    }

    #campaign .title h2 {
        color: #333333;
        font-size: 24px;
    }

    #campaign .campaign-attention p {
        position: absolute;
        display: inline-block;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        padding: 0 12px;
        font-weight: 700;
        font-size: 24px;
        letter-spacing: 0.03em;
        line-height: 1.2;
        text-align: center;
        color: #333333;
        background-color: #ffffff;
        font-weight: 700;
        width: 76%;
    }

    #campaign .read .point-txt {
        font-weight: 700;
        font-size: 2.0rem;
        text-align: center;
        display: block;
        padding: 0;
        line-height: 1.6;
    }

    .campaign-content th, .campaign-content td {
        border-bottom: none;
        display: block;
        width: 100%;
    }

    #campaign .campaign-attention {
        position: relative;
        margin: 20px 0;
        padding: 20px;
        border: solid 3px #333333;
    }

    #campaign .campaign-attention table tr td {
        width: 100%;
        vertical-align: middle;
        font-weight: 500;
        font-size: 16px;
        padding: 20px 0;
        line-height: 1.8;
    }

    #campaign .campaign-attention table tr th {
        width: 100%;
        vertical-align: middle;
        line-height: 1.5;
    }

    #campaign .campaign-attention table tr th {
        border-bottom: solid 1px #333333;
        padding: 10px 0;
    }

    #campaign .read .price-txt {
        font-weight: 700;
        font-size: 24px;
        color: #333333;
        text-align: center;
        padding: 0;
        line-height: 1.6;
    }
    #campaign .read .price-txt span {
        font-size: 1.6rem;
    }
    #campaign .read .price-txt .sub-txt {
        font-size: 13px;
        text-align: center;
        font-weight: normal;
        display: block;
        padding: 10px 0 0 0;
        line-height: 1.6;
        color: #333333;
    }
    .campaign-add-text {
        font-weight: 700;
        font-size: 22px;
        letter-spacing: 0.03em;
        line-height: 1.5;
        margin: 50px 15px 0;
        text-align: center;
    }
    
    .campaign-add-text span {
        font-size: 16px;
    }

    #campaign .campaign-attention table tr td span.point-txt {
        color: #0F4C96;
        font-weight: 700;
        font-size: 1.1rem;
        display: inline;
    }
    
}


