@charset "UTF-8";

/**
 * index.css
 *
 * #
 *
*/





/* ==========================================================================
   # mainimg
   ========================================================================== */
.l-mainimg {
	overflow: hidden;
	background: url("../images/mainimg/bg.png") no-repeat;
	background-size: cover;
}

.mainimg-inner {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}

.mainimg-txt {
	width: 1200px;
	margin: 0 -100px;
}

.mainimg-cta {
	position: absolute;
	left: 0;
	bottom: 54px;
	display: block;
	width: 370px;
}
.mainimg-cta img {
	width: 380px;
	margin: -10px 0 0 -10px;
}

@media screen and (max-width:500px) {
	.l-mainimg {
		height: 157.9710144928vw;
		padding: 0 10px 40px;
		background: url("../images/mainimg/bg_sp.png") no-repeat;
		background-size: cover;
	}
	.mainimg-txt {
		width: 100vw;
		margin: 0 -10px 20px;
	}
	.mainimg-cta {
		position: relative;
		left: auto;
		bottom: auto;
		width: 100%;
		max-width: 86.9565217391vw;
		margin: 0 auto;
	}
	.mainimg-cta img {
		width: 89.3719806763vw;
		margin: -2.4154589372vw 0 0 -2.4154589372vw;
	}
}


/* ==========================================================================
   # cta
   ========================================================================== */
.l-cta {
	padding: 40px 0;
	background-color: #082341;
}

.cta-inner {
	overflow: hidden;
	max-width: 1000px;
	margin: 0 auto;
	background-color: #fff;
}

.cta-img {
	float: right;
	width: 530px;
}

.cta-txt {
	margin: 50px 0 20px 40px;
	font-weight: bold;
	font-weight: 600;
	font-size: 38px;
	line-height: 1;
	white-space: nowrap;
}
.cta-txt .sub {
	display: block;
	margin-bottom: 5px;
	font-size: 32px;
}

.cta-btn {
	display: block;
	max-width: 320px;
	margin-left: 40px;
}

@media screen and (max-width:500px) {
	.l-cta {
		padding: 40px 10px;
	}
	.cta-inner {
		padding: 10px 10px 30px;
	}
	.cta-img {
		float: none;
		width: 100%;
	}
	.cta-txt {
		margin: 0 15px 15px;
		font-size: 24px;
		text-align: center;
	}
	.cta-txt .sub {
		margin-bottom: 10px;
		font-size: 16px;
	}
	.cta-btn {
		margin: 0 auto;
	}
}


/* ==========================================================================
   # logo
   ========================================================================== */
.l-logo {
	max-width: 1000px;
	margin: 80px auto 60px; 
}
.logo-ttl {
	margin-bottom: 20px;
	font-size: 40px;
	text-align: center;
}

@media screen and (max-width:500px) {
	.l-logo {
		margin: 40px 15px;
	}
	.logo-ttl {
		font-size: 32px;
	}
}


/* ==========================================================================
   # voice
   ========================================================================== */
.l-voice {
	margin-bottom: 140px;
}

.voice-item {
	margin: 0 10px;
	opacity: 0.4;
	transition: opacity 0.3s;
}
.voice-item.slick-active {
	opacity: 1;
}

.voice-item-img {
	
}

.voice-item-content {
	padding: 10px 10px 0;
}

.voice-item-content-head {
	display: table;
	width: 100%;
	margin-bottom: 6px;
}
.voice-item-content-head .logo {
	display: table-cell;
	width: 120px;
	vertical-align: middle;
}
.voice-item-content-head .name {
	display: table-cell;
	text-align: right;
	font-size: 14px;
	line-height: 1;
	vertical-align: middle;
}

.voice-item-content-ttl {
	margin-bottom: 11px;
	font-size: 18px;
	font-weight: bold;
	font-weight: 600;
	line-height: 1.4444444444;
}

.voice-item-content-service {
	color: #bfbfbf;
	font-size: 14px;
	line-height: 1;
}

@media screen and (max-width:500px) {
	.l-voice {
		margin-bottom: 100px;
	}
}


/* ==========================================================================
   # trouble
   ========================================================================== */
.l-trouble {
	position: relative;
	margin-bottom: 120px;
	padding: 80px 0;
	background-color: #082341;
}
.l-trouble:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	border-top: 24px solid #082341;
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;
	transform: translateX(-50%);
}

.trouble-inner {
	max-width: 1000px;
	margin: 0 auto;
}

.trouble-ttl {
	margin-bottom: 40px;
	color: #fff;
	font-size: 36px;
	line-height: 1;
	text-align: center;
}

.trouble-list {
	
}

.trouble-list-item {
	position: relative;
	float: left;
	display: block;
	width: 241px;
	margin-right: 12px;
	padding-bottom: 30px;
	color: #000;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
}
.trouble-list-item:before {
	content: "";
	position: absolute;
	bottom: 15px;
	left: 50%;
	width: 12px;
	height: 12px;
	border-bottom: 2px solid #5fade4;
	border-left: 2px solid #5fade4;
	transform-origin: left bottom;
	transform: rotate(-45deg) translateX(-50%);
}
.trouble-list-item:last-child {
	margin-right: 0;
}

.trouble-list-item .img {
	margin-bottom: 15px;
}
.trouble-list-item .txt {
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
	font-weight: 600;
}
.trouble-list-item .txt .ico {
	position: absolute;
	top: -6px;
	left: -6px;
	width: 40px;
	padding: 5px 0;
	border-radius: 50%;
	background-color: #fff118;
}

.plan-img-sub {
	overflow: hidden;
	clear: both;
	padding-top: 30px;
}
.plan-img-sub figure:first-child {
	float: left;
	width: 496px;
}
.plan-img-sub figure:last-child {
	float: right;
	width: 496px;
}

@media screen and (max-width:500px) {
	.l-trouble {
		margin-bottom: 60px;
		padding: 60px 10px 50px;
	}
	.trouble-ttl {
		margin-bottom: 20px;
		font-size: 32px;
		line-height: 1.2;
	}
	.trouble-list-item {
		width: 48.730964467%;
		margin: 0 2.538071066% 2.538071066% 0;
	}
	.trouble-list-item:nth-child(even) {
		margin-right: 0;
	}
	.trouble-list-item .txt {
		font-size: 16px;
		white-space: nowrap;
	}
	.trouble-list-item .txt .ico {
		width: 30px;
		padding: 3px 0;
	}
}

/* ==========================================================================
   # point
   ========================================================================== */
.l-point {
	margin-bottom: 120px;
}

.point-inner {
	max-width: 1000px;
	margin: 0 auto;
}

.point-ttl {
	margin-bottom: 60px;
	text-align: center;
}
.point-ttl img {
	max-width: 515px;
}

.point-item {
	overflow: hidden;
}
.point-item + .point-item {
	margin-top: 60px;
}

.point-item .img-right {
	float: right;
	width: 480px;
	margin-left: 20px;
}
.point-item .img-left {
	float: left;
	width: 480px;
	margin-right: 20px;
}

.point-item .ttl {
	position: relative;
	display: inline-block;
	margin: 20px 0 30px;
	padding-left: 88px;
	font-size: 32px;
	line-height: 1.3125;
}
.point-item .ttl .ico {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 68px;
	transform: translateY(-50%);
}
.point-item p + p { margin-top: 15px; }

@media screen and (max-width:500px) {
	.l-point {
		margin-bottom: 60px;
		padding: 0 15px;
	}
	.point-ttl {
		margin-bottom: 30px;
	}
	.point-item .img-right,
	.point-item .img-left {
			float: none;
			width: 100%;
			margin: 0 0 20px;
		}
	.point-item .ttl {
		display: block;
		margin-bottom: 15px;
		padding-left: 55px;
		font-size: 24px;
	}
	.point-item .ttl .ico {
		width: 40px;
	}
	.plan-img-sub figure:first-child {
		width: 100%;
	}
	.plan-img-sub figure:last-child {
		margin-top: 10px;
		width: 100%;
	}
}






/* ==========================================================================
   # plan
   ========================================================================== */
.l-plan {
	padding: 80px 0;
	background-color: #e4f3f5;
}

.plan-inner {
	max-width: 1000px;
	margin: 0 auto;
}

.plan-ttl {
	margin-bottom: 36px;
	text-align: center;
}
.plan-ttl img {
	max-width: 339px;
}

.plan-head {
	margin-bottom: 21px;
	font-size: 32px;
	font-weight: bold;
	font-weight: 600;
	line-height: 1.25;
	text-align: center;
}

.plan-txt {
	margin-bottom: 35px;
	font-size: 18px;
	text-align: center;
	line-height: 1.5555555556;
}

.plan-list {
	margin-bottom: 18px;
}

.plan-list-item {
	float: left;
	max-width: 320px;
	margin-right: 12px;
	padding-bottom: 30px;
	background-color: #fff;
}
.plan-list-item:last-child {
	margin-right: 0;
}

.plan-list-item .price {
	margin-bottom: 30px;
}
.plan-list-item.plus .price img {
	margin-top: -16px;
}
.plan-list-item .head {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	font-weight: 600;
	text-align: center;
	line-height: 1;
}

.check-list {
	padding: 0 20px;
}

.check-list li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 30px;
	font-size: 18px;
	font-weight: bold;
	font-weight: 600;
	line-height: 1.3333333333;
}
.check-list li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background: url("../images/plan/ico_check_off.png") no-repeat;
	background-size: contain;
}
.check-list li.check:before {
	background: url("../images/plan/ico_check.png") no-repeat;
	background-size: contain;
}
.check-list li:last-child {
	margin-bottom: 0;
}

.plan-note {
	margin-bottom: 38px;
	font-size: 12px;
	text-align: center;
	line-height: 1.3333333333;
}

.plan-btn-wrap {
	text-align: center;
	font-size: 0;
}

.plan-btn-dl,
.plan-btn-price {
	display: inline-block;
	width: 100%;
	max-width: 320px;
	margin: 0 10px;
	padding: 25px 0;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	border-radius: 35px;
}
.plan-btn-dl {
	background-color: #ff6600;
}
.plan-btn-price {
	background-color: #1d6fa9;
}

@media screen and (max-width:500px) {
	.l-plan {
		padding: 60px 10px;
	}
	.plan-head {
		font-size: 24px;
	}
	.plan-txt {
		font-size: 14px;
	}
	.plan-list-item {
		float: none;
		margin: 0 auto 20px;
	}
	.plan-list-item:last-child {
		margin-right: auto;
	}
	.plan-btn-dl,
	.plan-btn-price {
		display: block;
		margin: 0 auto 15px;
	}
}

/* ==========================================================================
   # example
   ========================================================================== */
.l-example {
	margin-bottom: 80px;
	padding: 80px 0;
	background-color: #082341;
}

.example-inner {
	max-width: 1000px;
	margin: 0 auto;
}

.example-ttl {
	margin-bottom: 40px;
	text-align: center;
}
.example-ttl img {
	max-width: 191px;
}

.example-wrap {
	display: flex;
    gap: 16px 12px;
    justify-content: center;
    overflow: hidden;
}

.example-item {
	float: left;
	width: 494px;
	margin-right: 12px;
	background-color: #fff;
}
.example-item:last-child {
	margin-right: 0;
}

.example-item-img {
	position: relative;
}
.example-item-img .img {
	position: relative;
}
.example-item-img .img .cup {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	background-color: #1d6fa9;
}
.example-item-img .ttl {
	position: absolute;
	bottom: 58px;
	left: 20px;
	font-size: 24px;
	line-height: 1;
}
.example-item-img .ttl .bg {
	display: inline-block;
	padding: 6px 10px;
	background-color: #fff;
}
.example-item-img .ttl .bg + .bg {
	margin-top: 4px;
}
.example-item-img .budge {
	position: absolute;
	bottom: -40px;
	right: 10px;
	width: 96px;
	height: 96px;
	text-align: center;
	background-color: #fff118;
	border-radius: 50%;
}
.example-item-img .budge .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	font-weight: 600;
	line-height: 1.1428571429;
	white-space: nowrap;
	transform: translateX(-50%) translateY(-50%);
}

.example-item-content {
	padding: 30px 30px 45px;
}
.example-item-content .ttl {
	margin-bottom: 5px;
	font-size: 16px;
}
.example-item-content section + section {
	margin-top: 15px;
}

@media screen and (max-width:500px) {
	.l-example {
		padding: 60px 10px 45px;
	}
	.example-ttl {
		margin-bottom: 30px;
	}
	.example-item {
		float: none;
		width: 100%;
		margin: 0 0 15px;
	}
	.example-item-img .ttl {
		font-size: 18px;
	}
	.example-item-img .img .cup {
		font-size: 14px;
	}
	.example-item-content {
		padding: 20px 20px 30px;
	}
}


/* ==========================================================================
   # flow
   ========================================================================== */
.l-flow {
	max-width: 800px;
	margin: 0 auto 80px;
}

.flow-ttl {
	margin-bottom: 40px;
	text-align: center;
}
.flow-ttl img {
	max-width: 410px;
}

.flow-inner {
	position: relative;
}
.flow-inner:before {
	content: "";
	position: absolute;
	top: 80px;
	bottom: 80px;
	left: 60px;
	width: 1px;
	background-color: #082341;
}

.flow-item {
	position: relative;
	display: table;
	width: 100%;
	margin-bottom: 40px;
}
.flow-item:last-child {
	margin-bottom: 0;
}
.flow-item .ico {
	display: table-cell;
	width: 120px;
	vertical-align: middle;
}
.flow-item .content {
	display: table-cell;
	padding: 0 20px;
	vertical-align: middle;
}
.flow-item .content .ttl {
	margin-bottom: 15px;
	font-size: 24px;
	line-height: 1;
}
.flow-item .content p {
	font-size: 16px;
	line-height: 1.625;
}
.flow-item .img {
	display: table-cell;
	width: 200px;
	vertical-align: middle;
}

@media screen and (max-width:500px) {
	.l-flow {
		padding: 0 15px;
	}
	.flow-inner:before {
		top: 0;
		left: 30px;
		bottom: 0;
	}
	.flow-item {
		overflow: hidden;
		position: relative;
		display: block;
		padding-left: 80px;
	}
	.flow-item:last-child {
		background-color: #fff;
	}
	.flow-item .ico {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 60px;
	}
	.flow-item .content {
		display: block;
		margin-bottom: 20px;
		padding: 5px 0 0;
	}
	.flow-item .content .ttl {
		margin-bottom: 10px;
		line-height: 1.2;
	}
	.flow-item .img {
		display: block;
	}
	
}


/* ==========================================================================
   # faq
   ========================================================================== */
.l-faq {
	padding: 20px 0 80px;
	background-color: #e4f3f5;
}

.faq-inner {
	max-width: 800px;
	margin: 0 auto;
}

.faq-item-wrap {
	padding: 10px 40px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}

.faq-item {
	border-bottom: 1px solid #eee;
}
.faq-item:last-child {
	border-bottom: none;
}

.faq-item .ttl {
	position: relative;
	padding: 35px;
	font-size: 18px;
	line-height: 1.5555555556;
	cursor: pointer;
}
.faq-item .ttl:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 20px;
	height: 2px;
	background-color: #5fade4;
	transform: translateY(-50%);
	transform-origin: center center;
}
.faq-item .ttl:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 20px;
	height: 2px;
	background-color: #5fade4;
	transform-origin: center center;
	transform: translateY(-50%) rotate(90deg);
	transition: transform 0.3s;
}
.faq-item .ttl.active:after {
	transform: translateY(-50%) rotate(0);
}

.faq-item .ttl .ico {
	display: block;
	position: absolute;
	top: 35px;
	left: 0;
	width: 28px;
	height: 28px;
}

.faq-item .content {
	display: none;
	margin-bottom: 30px;
	padding: 25px 30px 10px;
	background-color: #fcffab;
}
.faq-item .content .txt {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 1.625;
}

@media screen and (max-width:500px) {
	.l-faq {
		padding: 30px 10px 60px;
	}
	.faq-item-wrap {
		padding: 10px 20px;
	}
	.faq-item .ttl {
		padding: 20px 35px;
	}
	.faq-item .ttl .ico {
		top: 20px;
	}
	.faq-item .content {
		padding: 20px 15px 15px;
	}
}














