@charset "UTF-8";


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





/* ==========================================================================
   # mainimg
   ========================================================================== */
.l-mainimg {
	overflow: hidden;
	background: #e8ecef;
	background-size: cover;
}

.mainimg-inner {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}

.mainimg-txt {
	width: 447px;
	margin: 100px 0 230px 0;
}
.mainimg-right{
	width: calc(100% - 447px);
	box-sizing: border-box;
	padding: 0 0 30px 30px;
}
.mainimg-gif{
	margin: 20px 0;
	position: relative;
}
.mainimg-annotation {
	font-size: 10px;
}
.mainimg-banner{
	width: 900px;
	height: auto;
	display: block;
	margin: 20px auto;
}
.mainimg-cta {
	position: absolute;
	left: 40px;
	bottom: 110px;
	display: block;
	width: 370px;
}
.mainimg-cta img {
	width: 380px;
	margin: -10px 0 0 -10px;
}

@media screen and (max-width:500px) {
	.mainimg-inner {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding: 32px 10px 0 10px;
		box-sizing: border-box;
		position: relative;
	}
	.l-mainimg {
		height: 157.9710144928vw;
		min-height: 820px;
		padding: 0 10px 40px;
		background-size: cover;
	}
	.mainimg-txt {
		width: 100%;
		margin: 0;
	}
	.mainimg-right{
		width: 100%;
		box-sizing: border-box;
		padding: 0;
	}
	.mainimg-gif{
		margin: 20px 0;
	}
	.mainimg-banner{
		width: 100%;
		height: auto;
		margin: 0;
	}
	.mainimg-cta {
		position: relative;
		left: 10px;
		bottom: -20px;
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	.mainimg-cta img {
		width: 100%;
		margin: -2.4154589372vw 0 0 -2.4154589372vw;
	}
}
@media screen and (max-width:450px) {
	.l-mainimg {
		min-height: 670px;
		height: auto;
	}
}
@media screen and (max-width:400px) {
	.l-mainimg {
		min-height: 600px;
		height: auto;
	}
}
@media screen and (max-width:390px) {
	.l-mainimg {
		min-height: 580px;
		height: auto;
	}
}

/* ==========================================================================
   # 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;
	}
}

/* ==========================================================================
   # about
   ========================================================================== */
.l-about {
	max-width: 935px;
	margin: 80px auto 60px; 
    padding-bottom: 50px;
}
.about-ttl {
	margin-bottom: 20px;
	font-size: 36px;
	text-align: center;
}
.about-item-content{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
	text-align: center;
}

.about-item-content .ttl{
	font-size: 26px;
	margin-bottom: 10px;
}
#player{
	width: 570px;
	height: 100%;
	aspect-ratio: 16/9;
}

.about-item-content .img{
	width: 339px;
	height: auto;
	margin-top: 80px;
}
@media screen and (max-width:500px) {
	.about-item-content{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
		align-items: center;
	}
	.about-item-content .txt{
		width: 100%;
		text-align: center;
	}

	#player{
		width: 100%;
		height: auto;
	}
	#player iframe{
		aspect-ratio: 16 / 9;
	}
	.about-item-content .img{
		width: 100%;
	}
}
@media screen and (max-width:500px) {
	.l-about {
		margin: 40px 15px;
	}
	.about-ttl {
		font-size: 32px;
		line-height: 1.3125;
	}
}



/* ==========================================================================
   # 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-right video{
	aspect-ratio: 16/9;
	width: 100%;
    height: auto;
}
.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;
}
#point05.point-item .ttl {
	font-size: 28px;
	line-height: 1.3125;
}
.point-item .lst{
	margin-top: 1em;
	line-height: calc(22.33 / 14);
}
.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;
	}
	#point05.point-item .ttl {
		font-size: 20px;
	}
	.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;
	margin-bottom: 80px;
	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;
	}
}




/* ==========================================================================
   # footer-cta
   ========================================================================== */
.ft-cta {
	background-color: #082341;
	width: 100%;
	height: fit-content;
	box-sizing: border-box;
	position: fixed;
	bottom: 0;
	z-index: 10000;
}
@media screen and (max-width:500px) {
	.ft-cta {
		height: fit-content;
	}
}
.ft-cta-nav{
	width: fit-content;
	margin: 20px auto 0 auto;
	display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
}
.ft-cta-nav__items{
	color:#fff;
	font-size: 22px;
	text-decoration: none;
}
.ft-cta-nav__items:last-child:after{
	content: '';
}
.ft-cta-nav__items:last-child:after{
	content: '|';
	margin-right: 10px;
	padding-left: 10px;
}
.ft-cta-nav__btn{
	width: 700px;
	margin: 15px auto;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}
.ft-cta__contact{
	width: 320px;
	height: 56px;
	background: #fff;
	color:#082341;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	border-radius: 4px;
}
.ft-cta__download{
	width: 320px;
	height: 56px;
	font-size: 17px;
	background: #ff6600;
	color:#fff;
	border-radius: 6px;
	display: block;
	text-decoration: none;
	text-align: center;
	position: relative;
}
.ft-cta__download-btn{
	display: inline-block;
	position: relative;
	top: 10px;
	font-weight: 600;
}
.ft-cta__download::before{
	content:'無料';
	background:#fff;
	color: #ff6600;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	padding: 4px 6px;
	border-radius: 5px;
	left: -10px;
	position: relative;
	top: 0;
	font-weight: bold;
}
.ft-cta__download-text{
	font-size: 13px;
	color:#ffec1c;
	text-align: center;
	display: block;
	line-height: 1;
	text-decoration: none;
}
@media screen and (max-width: 500px) {
	.ft-cta-nav__items{
		font-size: 18px;
	}
	
	.ft-cta-nav__btn{
		width: 100%;
		margin: 10px auto;
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		justify-content: center;
		box-sizing: border-box;
		padding: 0 10px;
	}
	.ft-cta-nav__btn li{
		width: 50%;
	}
	.ft-cta__contact{
		width: 96%;
		margin-bottom: 0;
		font-size: 18px;
		height: 60px;
	}
	.ft-cta__download{
		width: 96%;
		height: 60px;
		font-size: 16px;
	}
	.ft-cta__download::before {
		font-size: 13px;
		line-height: 1;
		padding: 2px 6px;
		border-radius: 5px;
		position: relative;
		top: 0;
		left: -60px;
	}
	.ft-cta__download-btn{
		position: absolute;
		left: 50%;
		transform: translate(-50%, -50%);
		top: 30px;
		width: 100%;
	}
	.ft-cta__download-text{
		font-size: 12px;
		position: relative;
		left: 17px;
		font-weight: normal;
	}
}

/* # footer
   -------------------------------------------------------------------------- */
   .l-footer {
	padding: 50px 0 100px;
}


@media screen and (max-width:500px) {
	.l-footer {
		padding: 50px 15px 120px;
	}
}


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

.campaign-inner {
	overflow: hidden;
	max-width: 980px;
	margin: 0 auto;
}   
.campaign-inner img {
	border: 1px solid #5c6a7a;
}

@media screen and (max-width: 500px) {
	.l-campaign {
		padding: 40px 10px;
	}
}