<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;}



/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 共通カラー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

:root {
    --color-white: #ffffff;
    --color-red: #FF4354;
    --color-yellow: #FFF100;
    --color-gray1: #333333;
    --color-gray2: #CCCCCC;
    --color-gray3: #F7F7F7;
    --color-blue1: #0B4C95;
	--color-blue2: #EDF4FA;
	--color-blue3: #B1CDFA;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フォント */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.en {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}




/* 文字装飾 */
strong {
	font-weight: bold;
}


ul li {
	list-style:none;
}


/* box-sizing */
* {
	box-sizing: border-box;
}



/* img */
img {
	width: 100%;
	height: auto;
}

.pc {
	display: block;
}
.sp {
	display: none;
}



/* リンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
a {
	color: var(--color-gray1);
	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','NotoSansCJK','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: 500;
	color: var(--color-gray1);
	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;
}





/* 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: var(--color-red) url("../img/icon_arrow_white.svg") no-repeat 95% center / 10px !important;;
		border-radius: 50px;
		font-size: 2.8rem;
		font-weight: 700;
		color: var(--color-white);
	}
	.btn a:hover {
		background: var(--color-red) url("../img/icon_arrow_white.svg") no-repeat 96% center / 10px !important;;
	}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.h-logo {
	width: 180px;
	margin: 0 auto;
	padding: 10px 0;
}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ファーストビュー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#fv {
	width: 100%;
	background: url("../img/fv_bg.jpg") no-repeat center / cover;
	position: relative;
	overflow: hidden;
}
#fv:before {
	content: "";
	width: 100%;
	height: 100%;
	background: url("../img/fv_illust_top.svg") no-repeat center bottom -6px / 800px;
	position: absolute;
	bottom: 0;
	left: 20%;
}
	#fv .inner {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		height: 810px;
	}
		#fv .inner .text {
			width: 600px;
			color: var(--color-white);
			padding-top: 80px;
		}
			#fv .inner .text h1 {
				font-size: 3.8rem;
				font-weight: 400;
				line-height: 1.8em;
				margin-bottom: 20px;
			}
				#fv .inner .text h1 span {
					font-size: 5.5rem;
					font-weight: 700;
				}


			#fv .inner .text .cap {
				opacity: 0.7;
				margin-top: 20px;
			}


/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

/* main */
#main {
	display: block;
}
.inner {
	max-width: 1620px;
	width: 100%;
	padding: 0 3%;
	margin: 0 auto;
	position: relative;
}




/* title
----------------*/
.title {
	margin-bottom: 80px;
	text-align:center;
}
	.title .en_tit {
		font-size: 1.5rem;
		font-weight: 900;
		padding-top: 13px;
	}
		.title .en_tit .sp_border {
			opacity: 0;
		}

	.title h2 {
		font-size: 4.0rem;
		font-weight: 700;
		line-height: 1.4em;
	}
		.title h2 .en {
			font-weight: 900;
		}




/* services
----------------*/
#services {
	padding: 100px 0 80px 0;
}
	#services .title {
		margin-bottom: 0;
	}

		#services .title .br {
			display:none;
		}


	#services .swiper-container {
		padding-top: 80px;
		padding-bottom: 100px;
		padding-left: 100px;
		padding-right: 100px;
	}
		#services .swiper-container .swiper-slide {
			background: var(--color-white);
			padding: 8px;
			border-radius: 10px;
			box-shadow: 0px 0px 20px 0px #d1d1d1;
			position: relative;
		}



		#services .swiper-pagination-bullet {
			background: var(--color-gray2);
			opacity: 1;
		}
		#services .swiper-pagination-bullet-active {
			background: var(--color-blue1);
		}


	#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;
	}





/* structur
----------------*/

#structur {
	padding: 100px 0 100px 0;
	background-color: var(--color-blue2);
}

	#structur .read h3 {
		font-size: 4.0rem;
		line-height: 1.5em;
		font-weight:700;
		text-align:center;
		margin-bottom:100px;
		color: var(--color-blue1);
	}

	#structur .read h3 span {
		background:linear-gradient(transparent 60%, var(--color-yellow) 60%);
	}

	#structur .pht{
		margin-bottom:80px;
	}
		#structur .pht img{
			max-width: 1620px;
		}



/* selling
----------------*/

#selling {
	padding: 100px 0 100px 0;
	background: url("../img/inner_bg.jpg");
	background-size: cover;
}

	#selling .title {
		color: var(--color-white);
	}


	#selling .list .box {
		width: 20.5%;
		margin-right: 6%;
		margin-bottom: 70px;
	}
	#selling .list .box:nth-child(4n) {
		margin-right: 0;
	}
		#selling .list .box .number {
			font-size: 1.8rem;
			font-weight: 600;
			color: #fff;
		}

		#selling .list .box .number span {
			font-size: 3rem;
		}

		#selling .list .box .whitebox {
			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: -20%;
			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: var(--color-white);
				padding: 25% 10px;
				border-radius: 6px;
			}
				#selling .list .box .whitebox .icon img {
					display: block;
					width: auto;
					height: 100px;
					margin: auto;
				}


		#selling .list .box h3 {
			margin-top: 10px;
			font-size: 1.8rem;
			color: var(--color-white);
			line-height: 1.5em;
			text-align: center;
		}




/* feature
----------------*/

#feature {
	padding: 100px 0 100px 0;
}


	#feature .read h3 {
		font-size: 2.2rem;
		line-height: 1.5em;
		font-weight:500;
		text-align:center;
		margin-bottom:100px;
	}

	#feature .list {
		margin-bottom:60px;
	}
		#feature .list .box {
			width: 31%;
		}

			#feature .list .box img {
				border-radius: 10px;
				margin-bottom: 20px;
			}

			#feature .list .box h3 {
				font-size: 2.5rem;
				line-height: 1.5em;
				margin-bottom: 20px;
			}
				#feature .list .box h3 span {
					background:linear-gradient(transparent 60%, var(--color-yellow) 60%);
				}

			#feature .list .box .txt {
				font-size: 2.0rem;
				line-height: 1.8em;
			}




/* function
----------------*/

#function {
	padding: 100px 0 100px 0;
	background-color:  var(--color-blue2);
}

	#function .mark {
		position: absolute;
		top: -135px;
		right: 50px;
		width: 150px;
	}



	#function .list .box {
		width: 22%;
		background-color:  var(--color-white);
		border: solid 3px var(--color-blue3);
		margin-right: 4%;
		margin-bottom: 60px;
		border-radius: 10px;
	}
	#function .list .box:nth-child(4n) {
		margin-right: 0;
	}

		#function .list .box img{
			padding:20px 30px;
		}


		#function .list .box h3 {
			font-size: 2.2rem;
			line-height: 1.4em;
			text-align: center;
			margin: 10px;
			padding:5px;
			background-color:  var(--color-blue1);
			border-radius: 5px;
			color:  var(--color-white);
		}




/* alignment
----------------*/
#alignment {
	padding: 100px 0 100px 0;
	background: url("../img/inner_bg.jpg");
	background-size: cover;
}
	#alignment .title {
		color: var(--color-white);
	}


	#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;
			color: var(--color-white);
		}

		#alignment .list .box .pht {
			background: #fff;
			padding: 10px;
			border-radius: 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: var(--color-yellow);
			}





/* reputation
----------------*/
#reputation {
	padding: 100px 0 100px 0;
}
	#reputation .read h3{
		font-size: 2.2rem;
		line-height: 1.5em;
		font-weight:500;
		text-align:center;
		margin-bottom:100px;
	}


	#reputation .swiper-container {
		padding-bottom: 80px;
		overflow: hidden;
	}
		@media screen and (min-width: 1025px) {
			#reputation .swiper-wrapper {
				transition-duration: 0ms !important;
				transform: translate3d(0px, 0px, 0px) !important;
			}
		}

		#reputation .swiper-container .swiper-slide img{
			width:100%;
			border:solid 1px var(--color-gray2);
		}

		#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.human-name1 {
				width: -webkit-calc(100% - 76px);
				width: calc(100% - 76px);
				font-size: 18px;
				font-weight: 700;
				line-height: 1.2em;
				padding-top: 10px;
			}

			#reputation .swiper-container .swiper-slide dl dd.human-name2 {
				width: -webkit-calc(100% - 76px);
				width: calc(100% - 76px);
				font-size: 18px;
				font-weight: 700;
				line-height: 1.2em;
				padding-top: 20px;
			}


		#reputation .swiper-container .swiper-slide .txt {
			font-size: 18px;
		}


	#reputation .swiper-container-horizontal&gt;.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		display: none;
		bottom: 0;
	}
		#reputation .swiper-pagination-bullet {
			background: var(--color-gray2);
			opacity: 1;
		}
		#reputation .swiper-pagination-bullet-active {
			background: var(--color-blue1);
		}

	#reputation .industry{
			background-color:var(--color-gray1);
			font-size:1.2rem;
			color:var(--color-white);
			padding:5px 10px;
			border-top-left-radius: 5px;
			border-top-right-radius: 0;
			width:190px;
			background-image: url(../img/reputation_tab_right.svg);
			background-repeat: no-repeat;
			background-size: 28px;
			background-position: right 0 top;
		}

	#reputation .client {
		border-top: solid 1px var(--color-gray2);
		border-bottom: solid 1px var(--color-gray2);
		padding: 50px 0;
    margin: 0 0 50px;
	}






/* hikaku
----------------*/
#hikaku {
	padding: 100px 0 100px 0;
	background-color: var(--color-blue2);
}

	#hikaku .read h3{
		font-size: 2.2rem;
		line-height: 1.5em;
		font-weight:500;
		text-align: center;
		padding-top: 40px;
		margin-bottom: 40px;
	}

		#hikaku .read span{
			color: var(--color-blue1);
			font-weight:700;
		}


#hikaku .table-scroll img{
	width:100%;
	max-width: 1620px;
}
#hikaku .table-scroll{
	display: block;
    overflow: auto;
    white-space: pre-line;
    -webkit-overflow-scrolling: touch;
	text-align: center;
}

#hikaku .scroll::-webkit-scrollbar{
    width: 6px;
	height: 6px;
}
#hikaku .scroll::-webkit-scrollbar-track{
    background: rgba(255,255,255,0.1);
	border-radius: 3px;
}
#hikaku .scroll::-webkit-scrollbar-thumb{
    background: var(--color-gray1);
	border-radius: 3px;
}


#hikaku .list .box{
	width:32%;
	background-color: var(--color-white);
	border-radius: 10px;
	padding:30px;
}

#hikaku .list .box .hikaku-title{
	text-align:center;
	vertical-align: middle;
	font-size:25px;
	font-weight:700;
	padding:10px 0 30px 0;;
}

#hikaku .list .box .hikaku-title img {
	width:200px;
}

#hikaku .list .box .subtitle {
    display: flex;
    align-items: center;
	color: var(--color-white);
	font-size:14px;
	margin-bottom:20px;
}

#hikaku .list .box .subtitle span{
    background-color: var(--color-blue1);
	border-radius: 30px;
	padding:0 10px;
}

#hikaku .list .box .subtitle:before,
#hikaku .list .box .subtitle:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: var(--color-blue1);
}

#hikaku .list .box .txt{
	font-size:16px;
	line-height: 1.8em;
	text-align:left;

}

#hikaku .list .box .txt span{
	color: var(--color-blue1);
	font-weight:700;
}





/* cospa
----------------*/
#cospa {
	padding: 100px 0 100px 0;
	background: url("../img/inner_bg.jpg");
	background-size: cover;
}
	#cospa .title {
		color: var(--color-white);
	}
		#cospa .title .yellow {
			color: var(--color-yellow);
		}


	#cospa .whitebox {
		background: var(--color-white);
		border-radius: 10px;
		padding: 10px;
		margin-bottom:50px;
		width:100%;
	}
		#cospa .whitebox .pht {
			padding: 50px 20px;
		}
			#cospa .whitebox .pht img {
				width: 800px;
				margin : 0 auto
			}







/* fee
----------------*/
#fee {
	padding: 100px 0 100px 0;
}
	#fee .read h3 {
		font-size: 2.2rem;
		line-height: 1.5em;
		font-weight:500;
		text-align:center;
		margin-bottom:100px;
	}
		#fee .read span {
			font-weight: 700;
			color: var(--color-blue1);
		}


	#fee .tabbox {
		padding: 80px 0;
		border-radius: 10px;
		background: var(--color-blue2);
		position: relative;
	}
		#fee .tabbox .tit {
			width: 620px;
			height: 60px;
			background: var(--color-blue1);
			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: var(--color-white);
				position: relative;
			}
			#fee .tabbox .tit h3:before {
				content: "";
				width: 0;
				height: 0;
				border-style: solid;
				border-width: 10px 10px 0 10px;
				border-color: var(--color-blue1) 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: var(--color-white);
			border: solid 1px var(--color-gray1);
			border-radius: 50%;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 1;
		}
		#fee .tabbox .tab li.select:after {
			content: "";
			width: 14px;
			height: 14px;
			background: var(--color-red);
			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 var(--color-gray2);
					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: var(--color-blue1);
						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: var(--color-red);
							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: left;
	}


	.attention {
		border: solid 1px var(--color-gray2);
		padding: 30px;
		margin-top: 70px;
		border-radius: 10px;
	}
		.attention .scrollbox {
			overflow-y: scroll;
			height: 250px;
			padding-right: 30px;
		}
		.attention .scrollbox::-webkit-scrollbar {
			width: 6px;
			height: 6px;
		}
		.attention .scrollbox::-webkit-scrollbar-track {
			background: rgba(255,255,255,0.1);
			border-radius: 3px;
		}
		.attention .scrollbox::-webkit-scrollbar-thumb {
		 	background: var(--color-gray1);
			border-radius: 3px;
		}
			.attention .scrollbox p {
				font-size: 14px;
				color: var(--color-gray1);
				text-align: left;
			}


			.attention-list li::before {
				content: "・" ;
				padding-right: 0.5em;
			}

			.attention-list li{
				text-indent: -1.5em;   /* マーカーが付与する分インデントする */
				padding-left: 1.5em;
				list-style: none;
				font-size: 14px;
			}



/* faq
----------------*/
#faq {
	padding: 100px 0 100px 0;
	background-color:var(--color-blue2);
}
	#faq .list dl {
		background: var(--color-white);
		padding: 40px;
		border-radius: 10px;
		margin-bottom: 20px;
	}
	#faq .list dl:nth-last-child(1) {
		margin-bottom: 0;
	}
		#faq .list dl dt h3 {
			font-size: 2.5rem;
			font-weight: 700;
			line-height: 1.4em;
			margin-bottom: 20px;
		}
			#faq .list dl dt h3 span {
				font-size: 2.8rem;
				font-weight: 700;
				color: var(--color-blue1);
				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: var(--color-red);
				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: 100%;
	height: 100%;
	background: url("../img/fv_illust.svg") no-repeat center bottom -6px / 700px;;
	position: absolute;
	bottom: 0;
	left: 20%;
}
	#cta .inner {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		height: 750px;
	}
		#cta .inner .text {
			width: 600px;
			color: var(--color-white);
		}
			#cta .inner .text h2 {
				font-size: 4.2rem;
				line-height: 1.6em;
				margin-bottom: 20px;
			}
				#cta .inner .text h2 .yellow {
					color: var(--color-yellow);
				}


			#cta .inner .text .txt {
				font-size: 2.0rem;
				line-height: 2em;
				margin-bottom: 70px;
			}



/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#footer {
	padding: 40px 0;
	background: #2389ca;
	margin-bottom: 150px;
}

.foot-logo-sp{display: none;}

	#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: var(--color-white);
		}

	#footer .text .copyright {
		font-size: 1.1rem;
		color: var(--color-white);
		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: var(--color-red) url("../img/icon_arrow_white.svg") no-repeat 95% center / 10px !important;;
			border-radius: 35px;
			font-size: 2.0rem;
			font-weight: 700;
			color: var(--color-white);
		}
		#follow .ctabtn a:hover {
			background: var(--color-red) url("../img/icon_arrow_white.svg") no-repeat 96% center / 10px !important;;
		}





/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* 1620px */
@media screen and (max-width: 1620px) {

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
	width: 95%;
}
	#header .logo {
		width: 140px;
	}


}




/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* max 1440px */
@media screen and (max-width: 1440px) {




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ファーストビュー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#fv:before {
	content: "";
	width: 100%;
	height: 100%;
	background: url("../img/fv_illust_top.svg") no-repeat left 45% bottom -6px / 600px;
}
	#fv .inner {
		height: 650px;
	}
		#fv .inner .text {
			width: 500px;
		}
			#fv .inner .text h1 {
				font-size: 3.0rem;
				margin-bottom: 20px;
			}
				#fv .inner .text h1 span {
					font-size: 4.5rem;
				}

			#fv .inner .text .btn {
				width: 100%;
			}
				#fv .inner .text .btn a {
					height: 80px;
					font-size: 2.2rem;
					border-radius: 40px;
				}



/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

/* inner */
.inner {
	width: 100%;
	padding: 0 3%;
}




/* title
----------------*/
.title .en_tit {
	font-size: 1.5rem;
	padding-top: 13px;
}

.title h2 {
	font-size: 4.0rem;
}



/* services
----------------*/
#services .title .br {
		display:block;
	}




/* feature
----------------*/
#feature .list .box h3 {
	font-size: 2rem;
}

#feature .list .box .txt {
	font-size: 1.6rem;
}




/* function
----------------*/
#function .list .box h3 {
	font-size: 1.8rem;
}



/* alignment
----------------*/

#alignment .list .box h3 br {
	display: block;
}




/* reputation
----------------*/
#reputation .swiper-container .swiper-slide dl dd.human-name1 {
	font-size: 1.6rem;
	padding-top: 15px;
}

#reputation .swiper-container .swiper-slide dl dd.human-name2 {
	font-size: 1.6rem;
	padding-top: 20px;
}

#reputation .swiper-container .swiper-slide .txt {
	font-size: 1.6rem;
}




/* fee
----------------*/
#fee .tabbox .tit {
	width: 560px;
	margin-left: -280px;
}
	#fee .tabbox .tit h3 {
		font-size: 2.6rem;
	}




/* faq
----------------*/
#faq .list dl dt h3 {
	font-size: 2.6rem;
}
	#faq .list dl dt h3 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 / 550px;
	left:25%;
}
	#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) {


/* テキスト装飾 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 小文字 */
.cap {
	font-size: 1.0rem;
}

/* pcsp */
.pc {
	display: none;
}
.sp {
	display: block;
}



/* ボタン */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.btn {
	width: 100% !important;
}
	.btn a {
		height: 70px !important;
		background: var(--color-red) 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: var(--color-red) url("../img/icon_arrow_white.svg") no-repeat 96% center / 10px !important;
	}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
	width: 90%;
	top: 50px;
	z-index: 100;
}
	#header .logo {
		width: 100px;
	}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ファーストビュー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#fv {
	width: 100%;
	background: url("../img/fv_bg_sp.jpg") no-repeat center / cover;
	position: relative;
	overflow: hidden;
}

#fv:before {
	content: "";
	width: 100%;
	height: 100%;
	background: url("../img/fv_illust_top.svg") no-repeat center bottom -6px / 330px;
	position: absolute;
	bottom: 0;
	left: 0;
}
	#fv .inner {
		display: block;
		height: 670px;
	}
		#fv .inner .text {
			width: 100%;
			color: var(--color-white);
			padding-top: 100px;
		}
			#fv .inner .text h1 {
				font-size: 2.0rem;
				margin-bottom: 15px;
				letter-spacing: 0.02em;
				padding-left:10px;
			}
				#fv .inner .text h1 span {
					font-size: 3.0rem;
				}


			#fv .inner .text .cap {
				opacity: 0.9;
				margin-top: 10px;
				text-align: center;
			}




/* title
----------------*/
.title {
	margin-bottom: 50px;
	text-align:center;
}

.title .en_tit {
	font-size: 1.2rem;
	padding-top: 13px;
}

.title h2 {
	font-size: 2.1rem;
}





/* services
----------------*/
#services {
	padding: 50px 0 50px 0;
}
	#services .title {
		margin-bottom: 0;
	}


	#services .swiper-container {
		padding-top: 40px;
		padding-bottom: 80px;
		padding-left: 5%;
		padding-right: 5%;
	}


	#services .swiper-button-next, .swiper-button-prev {
		display: none !important;
	}





/* structur
----------------*/

#structur {
	padding: 50px 0 80px 0;
}

	#structur .read h3 {
		font-size: 2.1rem;
		margin-bottom:40px;
	}


	#structur .pht{
		margin-bottom:40px;
	}




/* selling
----------------*/
#selling {
	padding: 50px 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: 50px;
	}
		#selling .list .box .number {
			font-size: 1.6rem;
			line-height: 1;
			text-align: left;
			writing-mode: inherit;
			position: static;
		}

		#selling .list .box .number span {
			font-size: 2.5rem;
		}

		#selling .list .box .whitebox:before {
			display: none;
		}
			#selling .list .box .whitebox .icon {
				padding: 25% 0;
			}
				#selling .list .box .whitebox .icon img {
					height: 80px;
				}


		#selling .list .box h3 {
			margin-top: 6px;
			font-size: 1.6rem;
		}






/* feature
----------------*/
#feature {
	padding: 50px 0 80px 0;
}
	#feature .read h3 {
		font-size: 1.6rem;
		line-height: 1.8em;
		margin-bottom: 30px;
		text-align:left;
	}


	#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;
			}



/* function
----------------*/
#function {
	padding: 50px 0 80px 0;
}
	#function .mark {
		width: 100px;
		top: -65px;
		right: 20px;
		margin-left: -130px;
	}


	#function .list .box {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 15px;
	}
	#function .list .box:nth-child(2n) {
		margin-right: 0;
	}

	#function .list .box:nth-child(7n), #function .list .box:nth-child(8n) {
		margin-bottom: 50px;
	}

		#function .list .box img{
			padding:5px 20px 15px 20px;
		}

		#function .list .box h3 {
			font-size: 1.5rem;
			letter-spacing: 0.02em;
		}





/* alignment
----------------*/
#alignment {
	padding: 50px 0 80px 0;
}


#alignment .list .box h3 {
	font-size: 1.7rem;
	margin-bottom: 12px;
}



	#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: 50px 0 80px 0;
}
	#reputation .read h3{
		font-size: 1.6rem;
		line-height: 1.8em;
		margin-bottom: 30px;
		text-align:left;
	}


	#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.human-name1 {
					width: -webkit-calc(100% - 60px);
					width: calc(100% - 60px);
					font-size: 1.5rem;
					padding-top: 8px;
				}

				#reputation .swiper-container .swiper-slide dl dd.human-name2 {
					width: -webkit-calc(100% - 60px);
					width: calc(100% - 60px);
					font-size: 1.5rem;
					padding-top: 15px;
				}


		#reputation .swiper-container .swiper-slide .txt {
			font-size: 1.4rem;
		}


	#reputation .swiper-container-horizontal&gt;.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		display: inherit;
	}








/* hikaku
----------------*/
#hikaku {
	padding: 50px 0 80px 0;
}
#hikaku .read h3{
		font-size: 1.6rem;
		line-height: 1.8em;
		text-align: left;
		padding-top: 40px;
		margin-bottom: 40px;
	}

#hikaku .list{
display: block;
}

#hikaku .list .box{
	width:100%;
	background-color: var(--color-white);
	border-radius: 10px;
	padding:30px;
	margin-bottom:20px;
}

#hikaku .list .box .txt{
	font-size:14px;
	line-height: 1.8em;
	text-align:left;

}


/* cospa
----------------*/
#cospa {
	padding: 50px 0 80px 0;
	background: url("../img/inner_bg_sp.jpg");
	background-size: cover;
}
	#cospa .title {
		color: var(--color-white);
	}
		#cospa .title .yellow {
			color: var(--color-yellow);
		}


	#cospa .whitebox {
		background: var(--color-white);
		border-radius: 10px;
		padding: 10px;
		margin-bottom:50px;
	}
		#cospa .pht {
			text-align: center;
			padding: 40px 40px;
		}
			#cospa .whitebox .pht img {
				width: 100%;
			}





/* fee
----------------*/
#fee {
	padding: 50px 0 80px 0;
}
	#fee .read h3 {
		font-size: 1.6rem;
		line-height: 1.8em;
		margin-bottom: 30px;
		text-align:left;
	}


	#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: left;
		}
			#fee .tabbox .tab li {
				font-size: 1.3rem;
				margin-right: 12px;
				padding-left: 24px;
				margin-bottom: 20px;
			}
			#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: var(--color-blue2);
					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: 50%;
							left: -80px;
							margin-top: -7px;
						}
							#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;
	}


/* faq
----------------*/
#faq {
	padding: 50px 0 80px 0;
}
	#faq .list dl {
		padding: 20px;
		margin-bottom: 20px;
	}
		#faq .list dl dt h3 {
			font-size: 1.8rem;
			margin-bottom: 10px;
			text-indent: -29px;
			margin-left: 29px;
		}
			#faq .list dl dt h3 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 {
	width: 100%;
	background: url("../img/fv_bg_sp.jpg") no-repeat center / cover;
	position: relative;
	overflow: hidden;
}
#cta:before {
	content: "";
	width: 100%;
	height: 100%;
	background: url("../img/fv_illust.svg") no-repeat center bottom -6px / 300px;
	position: absolute;
	bottom: 0;
	left: 0;
}
	#cta .inner {
		display: block;
		height: 630px;
	}
		#cta .inner .text {
			width: 100%;
			color: var(--color-white);
			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;
}

.foot-logo-sp{display: block;text-align: center;margin-bottom:20px;}
.foot-logo-sp img{width: auto;height: 36px;}


	#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: var(--color-red) url("../img/icon_arrow_white.svg") no-repeat 95% center / 10px;
			border-radius: 30px;
			font-size: 1.6rem;
		}
		#follow .ctabtn a:hover {
			background: var(--color-red) url("../img/icon_arrow_white.svg") no-repeat 96% center / 10px;
		}




}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* max 768px */
@media screen and (max-width: 768px) {

#hikaku .table-scroll img{
	width:650px;
	max-width: 1024px;
}

}
</pre></body></html>