@charset "UTF-8";

/* ==================================================

	home.css
	Version: 0.1

*/

.header .content::before {
	content: none;
}
.megamenu .megamenu-content::after {
	content: '';
}
.ios .p-home .js-kv span {
	height: 100lvh;
}

/* ==================================================

	[ HOME ]

*/
.p-home {
	padding-top: 0;
}
.p-home svg {
	display: block;
	width: 100%;
	height: auto;
}
.p-home .c-btn {
	font-size: 24px;
}
@media screen and (max-width: 768px) {
	.p-home .container {
		padding: 0 15px;
		max-width: 460px;
	}
	.p-home .container .container {
		padding: 0;
	}
	.p-home .c-btn {
		font-size: 1.8rem;
	}
}

/* ==================================================

	[ HOME ] HEADING

*/
.p-home .heading {
	position: relative;
	z-index: 1;
	text-align: center;
	font-size: 42px;
	line-height: 1.5;
	color: var(--color-standard);
}
@media screen and (max-width: 768px) {
	.p-home .heading {
		font-size: 2.4rem;
	}
}

/* ==================================================

	[ HOME ] LEAD

*/
.p-home .lead {
	position: relative;
	z-index: 1;
	margin-top: 35px;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	color: var(--color-standard-dark);
}
@media screen and (max-width: 768px) {
	.p-home .lead {
		margin-top: 2rem;
		font-size: 1.5rem;
	}
	.p-home .lead br {
		display: none;
	}
}

/* ==================================================

	[ HOME ] BG LINE

*/
.p-home .bg-line {
	position: absolute;
	left: 0;
	width: 100%;
	height: 560px;
	opacity: 0.5;
	pointer-events: none;
	mix-blend-mode: multiply;
}
.p-home .bg-line img {
	height: 100%;
}
@media screen and (max-width: 1070px) {
	.p-home .bg-line {
		width: 1280px;
	}
}
@media screen and (max-width: 768px) {
	.p-home .bg-line {
		left: -30vw;
		width: 160vw;
		height: auto;
	}
	.p-home .bg-line img {
		height: auto;
	}
}

/* ==================================================

	[ HOME ] BG CLIP

*/
.p-home .bg-clip {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.p-home .bg-clip::before,
.p-home .bg-clip::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
}
@media screen and (max-width: 1070px) {
	.p-home .bg-clip {
		left: 50%;
		margin-left: -535px;
		width: 1070px;
	}
}
@media screen and (max-width: 768px) {
	.p-home .bg-clip {
		left: 0;
		margin-left: 0;
		width: 100%;
	}
}

/* ==================================================

	[ HOME ] BG BASE

*/
.p-home .bg-base {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.p-home .bg-base::after,
.p-home .bg-base::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
}
.p-home .bg-base::after {
	top: -2px;
	background-color: #fff;
}
.p-home .bg-base::before {
	bottom: -2px;
	background-color: #fff;
}

/* ==================================================

	[ HOME ] MAIN

*/
.p-home .main {
	position: relative;
	padding: 100px 0 0 0;
	min-height: 650px;
	text-align: center;
	color: #fff;
}
.p-home .main .bg-line {
	top: 100%;
	margin-top: -120px;
	opacity: 0.3;
}
.p-home .main .kv {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 700px;
}
.p-home .main .base {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 600px;
	clip-path: inset(0);
}
.p-home .main .base span {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	height: 700px;
	background-position: center -10px;
	background-image: url(../img/home/main-kv.png);
	background-size: auto;
}
.p-home .main .outer {
	position: relative;
	z-index: 1;
	display: table;
}
.p-home .main .catch {
	margin: 0 auto;
	padding-bottom: 10px;
	width: 400px;
	border-bottom: 1px solid #fff;
	font-size: 32px;
	line-height: 1.5;
	text-shadow: 0 4px 4px rgba(0,0,0,0.4);
}
.p-home .main .logo {
	margin: 10px auto;
	width: 380px;
	filter: drop-shadow(0 4px 4px rgba(0,0,0,0.4));
}
.p-home .main .tagline {
	text-shadow: 0 4px 4px rgba(0,0,0,0.4);
}
.p-home .main .tagline span {
	display: block;
}
.p-home .main .tagline span:first-child {
	font-size: 32px;
	line-height: 1.5;
}
.p-home .main .tagline span:last-child {
	font-weight: 900;
	font-size: 48px;
	line-height: 1.3;
}
.p-home .main .btn {
	display: flex;
	justify-content: center;
	margin-top: 15px;
}

.btn img {
    transition: transform 0.3s ease, filter 0.3s ease;
    display: block;
    width: 100%; /* 必要に応じて調整 */
    height: auto;
  }

.btn:hover img {
    transform: scale(1.02);
    filter: brightness(1.2);
  }

.p-home .main .kv-nav {
	position: absolute;
	display: flex;
	background-color: var(--color-standard-dark);
	/* z-index: 99999; */
	width: 100%;
	bottom: 0;
	justify-content: center;
	align-items: center;
	height: 80px;
}

.p-home .main .kv-nav ul {
	display: flex;
	flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.p-home .main .kv-nav ul li {
	display: flex;
	font-size: 18px;
	margin: auto 30px;
}

.p-home .main .kv-nav ul li {
	display: flex;
	font-size: 18px;
	margin: auto 30px;
}

.nav-content li a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
}

.nav-content li a:hover {
  color: #d60039;
  text-decoration: underline;
}

.nav-content li a::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f054";
  margin-left: 0.5em;
  font-size: 0.75em;
  vertical-align: middle;
  transition: transform 0.3s ease;
}

.nav-content li a:hover::after {
  transform: translateX(4px);
}

@media screen and (min-width: 769px) {
	/* .p-home .main .kv {
		clip-path: ellipse(94% 100% at 25% 0);
	} */

}
@media screen and (max-width: 1070px) {

	.p-home .main {
		padding: 180px 0 0 0;
		min-height: 680px;
	}

	.p-home .main .outer {
		display: block;
		/* left: 0; */
		position: absolute;
		top: 130px;
		left: 20px;
	}

	.p-home .bg-line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 800px;
    opacity: 0.5;
    pointer-events: none;
    mix-blend-mode: multiply;
}

.p-home .main .kv {
    height: 800px;
}

.p-home .main .logo {
	margin: 0 auto;
}
.p-home .main .base span {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	height: 700px;
	background-position: center -10px;
	background-image: url(../img/home/main-kv.png);
	background-size: cover;
}

.btn img {
    transition: transform 0.3s ease, filter 0.3s ease;
    display: block;
    width: 85%;
    height: auto;
    margin: auto;
}

}
@media screen and (max-width: 768px) {
	.p-home .main {
		padding: 60px 0 0 0;
		height: 148vw;
		max-height: 680px;
		min-height: 960px;
	}
	.p-home .main .bg-line {
		margin-top: -80px;
	}
	.p-home .main .kv .base {
		clip-path: url(#main-kv-mask);
	}

	.p-home .main .base {
    height: 100vh;
	max-height: 800px;
	}
	.p-home .main .base span {
		min-height: 197.333vw;
		background-position: 50% -40px;
		background-image: url(../img/home/main-kv-sp.png);
	}
	.p-home .main .container {
		padding: 36vw 0 0 0;
		max-width: initial;
		display: flex;
		justify-content: center;
	}
    .p-home .main .outer {
        display: block;
		position: static;
	}
	.p-home .main .catch {
		margin: 0 auto;
		padding-bottom: 2.6vw;
		width: 80vw;
		font-size: 4.8vw;
	}
	.p-home .main .kv {
        height: 500px;
    }
	.p-home .main .logo {
		width: 80%;
	}
	.p-home .main .tagline span:first-child {
		font-size: 4.8vw;
	}
	.p-home .main .tagline span:last-child {
		font-size: 8vw;
	}
	.p-home .main .btn {
		margin-top: 4vw;
	}
	.p-home .main .btn .c-btn {
		padding: 0 1em 0.1em 1em;
		min-width: 64vw;
		min-height: 10.6vw;
		font-size: 4.2vw;
	}
.p-home .main .kv-nav {
		display: none;
	}
}

@media screen and (max-width: 540px) {
	.p-home .main .base span {
		min-height: 197.333vw;
		background-position: 50% 0;
		background-image: url(../img/home/main-kv-sp.png);
	}

	.p-home .main {
	padding: 60px 0 0 0;
	height: 140vw;
	/* max-height: 702px; */
	min-height: 790px;
	}
}

@media screen and (max-width: 430px) {
	.p-home .main .base span {
	min-height: 197.333vw;
	background-position: 50% 0;
	background-image: url(../img/home/main-kv-sp.png);
	}

	.p-home .main {
	padding: 60px 0 0 0;
	height: 130vw;
	/* max-height: 702px; */
	min-height: 686px;
	}
}

/* ==================================================

	[ HOME ] ABOUT

*/
.p-home .about {
	position: relative;
	z-index: 1;
	padding: 30px 0 0 0;
}
.p-home .about .beginning {
	position: relative;
}
.p-home .about .beginning .inner {
	margin-bottom: 60px;
	max-width: 690px;
	text-align: center;
}
.p-home .about .beginning .pict {
    position: absolute;
    bottom: -120px;
    right: -170px;
    width: 550px;
	pointer-events: none;
}
.p-home .about .beginning h2 {
	font-size: 42px;
	line-height: 1.5;
	color: var(--color-standard-dark);
}
.p-home .about .beginning .logo {
	margin: 15px auto 40px auto;
	max-width: 244px;
}
.p-home .about .beginning h3 {
	margin-bottom: 20px;
	font-size: 36px;
	line-height: 1.5;
	color: var(--color-standard);
}
.p-home .about .beginning p {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
}
.p-home .about .base {
	position: relative;
	padding: 70px 0 60px 0;
}
.p-home .about .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(14,98,197,1) 100%);
	clip-path: ellipse(80% 100% at 25% 100%);
}
.p-home .about .bg-line {
	top: 30px;
}
.p-home .about .wrap {
	position: relative;
	display: flex;
	margin: 0 -15px;
}
.p-home .about .wrap > div {
	flex-basis: 33.333%;
	padding: 0 15px;
}
.p-home .about .frame {
	padding: 0 30px 30px 30px;
	height: 100%;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 4px 20px rgba(14,98,197,0.5);
}
.p-home .about .frame .pict {
	position: relative;
	top: -40px;
	margin-bottom: -30px;
	max-width: 280px;
}
.p-home .about .frame h3 {
	margin-bottom: 10px;
	text-align: center;
	font-size: 24px;
	line-height: 1.5;
	color: var(--color-standard);
}
@media screen and (max-width: 1070px) {
	.p-home .about {
		padding: 0;
	}
	.p-home .about .beginning .pict {
		position: static;
		margin: 0px auto 0 auto;
		width: 400px;
	}
	.p-home .about .beginning .inner {
		max-width: initial;
	}
}
@media screen and (max-width: 980px) {
	.p-home .about .wrap {
		display: block;
		margin: 0;
	}
	.p-home .about .wrap > div {
		margin-bottom: 40px;
		padding: 0;
	}
	.p-home .about .bg {
		height: 600px;
		clip-path: ellipse(1100px 600px at 25% 100%);
	}
	.p-home .about .frame .head {
		position: relative;
		display: flex;
		align-items: center;
		margin: 0 auto;
		max-width: 520px;
	}
	.p-home .about .frame .pict {
		top: -30px;
		margin-bottom: -20px;
	}
}
@media screen and (max-width: 768px) {
	.p-home .about {
		padding: 0;
	}
	.p-home .about .beginning .inner {
		margin-bottom: 1rem;
		max-width: initial;
	}
	.p-home .about .beginning .pict {
		position: static;
		margin: -180px auto 2rem auto;
		width: 100%;
		max-width: 29rem;
	}
	.p-home .about .beginning h2 {
		font-size: 2.8rem;
	}
	.p-home .about .beginning .logo {
		margin: 1rem auto 2rem auto;
		max-width: 24rem;
	}
	.p-home .about .beginning h3 {
		margin-bottom: 2rem;
		font-size: 1.8rem;
	}
	.p-home .about .beginning p {
		font-size: 1.6rem;
	}
	.p-home .about .base {
		padding: 3rem 0 0 0;
	}
	.p-home .about .bg {
		height: 100%;
		clip-path: ellipse(200% 100% at 25% 100%);
	}
	.p-home .about .bg-line {
		top: 1rem;
	}
	.p-home .about .wrap {
		display: block;
		margin: 0;
	}
	.p-home .about .wrap > div {
		margin-bottom: 1rem;
		padding: 0;
	}
	.p-home .about .frame {
		padding: 0 2rem 2rem 2rem;
		height: auto;
	}
	.p-home .about .frame .head {
		padding-bottom: 1rem;
		max-width: 320px;
	}
	.p-home .about .frame .pict {
		top: 0;
		margin-bottom: 0;
		width: 13rem;
	}
	.p-home .about .frame h3 {
		margin: 0;
		padding-top: 0.2em;
		padding-left: 0.3em;
		text-align: left;
		font-size: 1.7rem;
	}
}

/* ==================================================

	[ HOME ] PROBLEM

*/
.p-home .problem {
	padding: 80px 0 0 0;
}
.p-home .problem .beginning {
	position: relative;
	z-index: 1;
}
.p-home .problem .beginning .head {
	display: flex;
	justify-content: center;
	align-items: center;
}
.p-home .problem .beginning .head .logo {
	width: 204px;
}
.p-home .problem .beginning .head h2 {
	padding-left: 20px;
	font-size: 42px;
	line-height: 1.5;
	color: var(--color-standard-dark);
}
.p-home .problem .base {
	position: relative;
	margin-top: -10px;
}
.p-home .problem .bg {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	clip-path: inset(0);
}
.p-home .problem .bg span {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-position: 50% 50%;
	background-image: url(../img/home/problem-bg.jpg);
	background-size: cover;
}
.p-home .problem .bg-clip::before {
	top: -275px;
	height: 400px;
	background-color: #fff;
	clip-path: ellipse(55% 50% at 50% 50%);
}
.p-home .problem .bg-clip::after {
	bottom: -275px;
	height: 400px;
	background-color: #fff;
	clip-path: ellipse(55% 50% at 50% 50%);
}
.p-home .problem .bg-line {
	top: 100%;
	margin-top: -220px;
}
.p-home .problem .detail {
	position: relative;
	padding: 40px 0 0 0;
}
.p-home .problem .detail .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 -15px;
	padding: 50px 0 20px 0;
}
.p-home .problem .detail .list li {
	margin-bottom: 30px;
	padding: 0 5px;
}
.p-home .problem .detail .list .frame {
	position: relative;
	width: 360px;
}
.p-home .problem .detail .list .balloon {
	position: relative;
}
.p-home .problem .detail .list .pict {
	position: absolute;
	top: -20px;
	left: 0;
	width: 140px;
}
.p-home .problem .detail .list .text {
	display: flex;
	align-items: center;
	position: absolute;
	top: 5.18%;
	bottom: 17.1%;
	left: 0;
	padding-left: 140px;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
}
.p-home .problem .detail .list .text em {
	color: var(--color-red);
}
.p-home .problem .detail .solution {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	max-width: 700px;
	text-align: center;
}
.p-home .problem .detail .solution h3 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
	width: 100%;
	min-height: 100px;
	background-color: var(--color-yellow);
	border-radius: 20px;
	font-size: 42px;
	line-height: 1.5;
	color: var(--color-standard-dark);
}
.p-home .problem .detail .solution h3::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: -50px;
	width: 140px;
	height: 140px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/home/problem-like.png);
	background-size: contain;
}
.p-home .problem .detail .solution h3 span {
	display: block;
	position: relative;
}
.p-home .problem .detail .solution p {
	padding: 0 0.5em;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
}
.p-home .problem .point {
	position: relative;
	margin: 30px auto 0 auto;
	padding: 0 0 100px 0;
	max-width: 1280px;
	color: #fff;
}
.p-home .problem .point .screen {
	position: relative;
	margin-left: -70px;
	max-width: 900px;
}
.p-home .problem .point .screen img {
	position: relative;
}
.p-home .problem .point .screen .video {
	position: absolute;
	left: calc(290 / 1800 * 100%);
	top: calc(80 / 1100 * 100%);
	width: calc(1218 / 1800 * 100%);
	height: calc(780 / 1100 * 100%);
	background-color: #000;
	border: 1px solid #ccc;
}
.p-home .problem .point .screen .video video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p-home .problem .point h3 {
	position: absolute;
	left: 730px;
	right: 50px;
	top: 60px;
	line-height: 1.5;
}
.p-home .problem .point h3 span {
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
}

.p-home .problem .point h3 span.title-m {
	display: block;
	margin-bottom: 10px;
	font-size: 40px;
}

.p-home .problem .point h3 em {
	color: var(--color-yellow);
}

.p-home .problem .problem-answer {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	display: flex;
	border-radius: 15px;
	background-color: #d60039;
	padding: 20px;
	max-width: 350px;
	align-items: center;
    justify-content: center;
	text-align: center;
	line-height: normal;
	margin: auto;
}

@media screen and (max-width: 1260px) {
	.p-home .problem .point {
		padding: 0 0 170px 0;
	}
	.p-home .problem .point .screen {
		margin: 0 auto;
	}
	.p-home .problem .point h3 {
		position: static;
		padding: 0 50px;
		text-align: center;
	}
	.p-home .problem .point h3 br {
		display: none;
	}
}
@media screen and (max-width: 1070px) {
	.p-home .problem .beginning .head {
		display: block;
		text-align: center;
	}
	.p-home .problem .beginning .head .logo {
		margin: 0 auto;
	}
	.p-home .problem .beginning .head h2 {
		margin-top: 30px;
		padding-left: 0;
	}

	.p-home .problem .point h3 span.title-m {
	display: block;
	margin-bottom: 10px;
	font-size: 31px;
	}
}
@media screen and (max-width: 980px) {
	.p-home .problem .detail .list li {
		padding: 0;
		flex-basis: 50%;
	}
	.p-home .problem .detail .list .frame {
		position: relative;
		width: auto;
	}
}
@media screen and (max-width: 768px) {
	.p-home .problem {
		padding: 5rem 0 0 0;
	}
	.p-home .problem .beginning .head {
		display: block;
		text-align: center;
	}
	.p-home .problem .beginning .head .logo {
		width: 20rem;
	}
	.p-home .problem .beginning .head h2 {
		margin-top: 1.5rem;
		font-size: 2.8rem;
	}
	.p-home .problem .base {
		margin-top: 4rem;
	}
	.p-home .problem .bg-clip::before {
		top: -5rem;
		height: 10rem;
	}
	.p-home .problem .bg-clip::after {
		bottom: -5rem;
		height: 10rem;
	}
	.p-home .problem .bg-line {
		margin-top: -50px;
	}
	.p-home .problem .detail {
		padding: 0;
	}
	.p-home .problem .detail .heading {
		position: relative;
		top: -1.5rem;
	}
	.p-home .problem .detail .list {
		display: block;
		margin: 0 -1rem;
		padding: 3rem 0 0 0;
	}
	.p-home .problem .detail .list li {
		margin: 0 auto;
		padding: 15px 0;
		max-width: 380px;
	}
	.p-home .problem .detail .list .balloon {
		padding-top: calc(320 / 750 * 100%);
		height: 0;
		background-image: url(../img/home/problem-balloon-sp.png);
		background-size: 100% 100%;
	}
	.p-home .problem .detail .list .balloon img {
		display: none;
	}
	.p-home .problem .detail .list .pict {
		position: absolute;
		top: 38%;
		left: 3.5rem;
		width: 12rem;
		max-width: 12rem;
		transform: translateY(-50%);
	}
	.p-home .problem .detail .list .text {
		top: 4.37%;
		bottom: 20.62%;
		padding-left: 18rem;
		font-size: 1.6rem;
	}
	.p-home .problem .detail .solution {
		max-width: inherit;
		padding-top: 7rem;
	}
	.p-home .problem .detail .solution h3 {
		margin-bottom: 3rem;
		min-height: 10rem;
		font-size: 2.4rem;
	}
	.p-home .problem .detail .solution h3::before {
		bottom: 6.6rem;
		margin-left: -6rem;
		left: 50%;
		width: 12rem;
		height: 12rem;
	}
	.p-home .problem .detail .solution p {
		padding: 0;
		font-size: 1.5rem;
	}
	.p-home .problem .point {
		position: relative;
		margin: 3rem auto 0 auto;
		padding: 0 0 6rem 0;
		max-width: 1280px;
		color: #fff;
	}
	.p-home .problem .point .screen {
		margin: 0 0 0 -15vw;
		width: 130vw;
		max-width: initial;
	}
	.p-home .problem .point h3 {
		padding: 0 10px;
		text-align: left;
		font-size: 1.9rem;
	}
	.p-home .problem .point h3 span {
		display: block;
		margin-bottom: 1em;
		font-size: 1.5rem;
	}
	.p-home .problem .point h3 span br {
		display: none;
	}
}

/* ==================================================

	[ HOME ] USE

*/
.p-home .use {
	padding: 50px 0 0 0;
}
.p-home .use .base {
	position: relative;
	margin: 30px 0 0 0;
	padding: 60px 0 100px 0;
}
.p-home .use .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(14,98,197,1) 100%);
	clip-path: ellipse(80% 100% at 25% 100%);
}
.p-home .use .list {
	position: relative;
}
.p-home .use .list ul {
	display: flex;
	margin: 0 -10px;
}
.p-home .use .list ul > li {
	position: relative;
	padding: 0 10px;
	flex-basis: 25%;
}
.p-home .use .list ul > li::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 100%;
	margin: -12px 0 0 -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 20px;
	border-color: transparent transparent transparent var(--color-standard);
}
.p-home .use .list ul > li:last-child::after {
	content: none;
}
.p-home .use .frame {
	position: relative;
	padding: 15px;
	height: 100%;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 4px 20px rgba(14,98,197,0.5);
	text-align: center;
}
.p-home .use .frame .step {
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	font-family: "Paytone One", sans-serif;
	font-size: 60px;
	line-height: 1.5;
	color: #e2ecf6;
}
.p-home .use .frame .pict {
	position: relative;
	margin: 0 auto;
	max-width: 200px;
}
.p-home .use .frame h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 2.6em;
	font-size: 24px;
	line-height: 1.5;
	color: var(--color-standard);
}
.p-home .use .frame .text {
	margin: 0 auto;
	max-width: 200px;
}
.p-home .use .frame .text span {
	display: block;
}
@media screen and (max-width: 1070px) {
	.p-home .use .frame .text br {
		display: none;
	}
}
@media screen and (max-width: 980px) {
	.p-home .use .bg {
		height: 600px;
		clip-path: ellipse(1100px 600px at 25% 100%);
	}
	.p-home .use .list ul {
		display: block;
		margin: 0;
	}
	.p-home .use .list ul > li {
		padding: 0 0 20px 0;
	}
	.p-home .use .list ul > li::after {
		top: 100%;
		left: 50%;
		margin: 0 0 0 -12px;
		border-width: 20px 12px 0 12px;
		border-color: var(--color-standard) transparent transparent transparent;
	}
	.p-home .use .frame .head {
		position: relative;
		display: flex;
		align-items: center;
		margin: 0 auto;
		max-width: 460px;
		min-height: 175px;
	}
	.p-home .use .frame .step {
		top: -10px;
		max-width: 200px;
	}
	.p-home .use .frame .pict {
		margin: 0;
	}
	.p-home .use .list ul > li:last-child .frame .pict {
		position: relative;
		top: -20px;
	}
	.p-home .use .frame h3 {
		display: block;
		min-height: initial;
	}
	.p-home .use .frame h3 br {
		display: none;
	}
	.p-home .use .frame .text {
		max-width: initial;
	}
}
@media screen and (max-width: 768px) {
	.p-home .use {
		padding: 4rem 0 0 0;
	}
	.p-home .use .base {
		position: relative;
		margin: 2rem 0 0 0;
		padding: 3rem 0 0 0;
	}
	.p-home .use .bg {
		height: 100%;
		clip-path: ellipse(200% 100% at 25% 100%);
	}
	.p-home .use .list ul {
		display: block;
		margin: 0;
	}
	.p-home .use .list ul > li {
		padding: 0 0 1.6rem 0;
	}
	.p-home .use .list ul > li::after {
		top: auto;
		bottom: 0;
		left: 50%;
		margin: 0 0 0 -0.6rem;
		border-width: 1.6rem 1.2rem 0 1.2rem;
		border-color: var(--color-standard) transparent transparent transparent;
	}
	.p-home .use .frame {
		padding: 1.2rem 1.5rem 1.8rem 1.5rem;
		height: auto;
		border-radius: 20px;
		box-shadow: 0 4px 20px rgba(14,98,197,0.5);
		text-align: left;
	}
	.p-home .use .frame .head {
		min-height: 9rem;
	}
	.p-home .use .frame .step {
		text-align: center;
		max-width: 12rem;
		font-size: 3.6rem;
	}
	.p-home .use .frame .pict {
		max-width: 12rem;
	}
	.p-home .use .list ul > li:last-child .frame .pict {
		top: -1rem;
	}
	.p-home .use .frame h3 {
		padding-left: 1rem;
		font-size: 1.6rem;
	}
	.p-home .use .frame .text {
		padding: 0 0.8rem;
	}
}

/* ==================================================

	[ HOME ] PLAN

*/
.p-home .plan {
	position: relative;
	padding: 50px 0 0 0;
}
.p-home .plan .container:first-child {
	position: relative;
	z-index: 1;
}
.p-home .plan .base {
	position: relative;
	padding: 50px 0 80px 0;
}
.p-home .plan .bg {
	overflow: hidden;
}
.p-home .plan .bg,
.p-home .plan .bg span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.p-home .plan .bg span {
	display: block;
	bottom: 200px;
	height: auto;
	background-color: var(--color-standard);
}
.p-home .plan .bg-clip::before {
	top: -275px;
	height: 400px;
	background-color: #fff;
	clip-path: ellipse(55% 50% at 50% 50%);
}
.p-home .plan .bg-clip::after {
	bottom: 0;
	height: 200px;
	background-color: var(--color-standard);
	clip-path: ellipse(55% 100% at 50% 0);
}
.p-home .plan .bg-line {
	top: 100%;
	margin-top: -380px;
}
.p-home .plan .wrap {
	position: relative;
	display: flex;
	margin: 0 -20px;
	padding: 0 0 80px 0;
}
.p-home .plan .wrap > div {
	flex-basis: 50%;
	padding: 0 10px;
	width: 33%;
}
.p-home .plan .wrap .frame {
	padding: 30px 30px 40px 30px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 20px rgba(14,98,197,0.5);
	text-align: center;
}
.p-home .plan .wrap .frame .head {
	position: relative;
	padding-left: 80px;
}
.p-home .plan .wrap .frame .head::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 2px solid var(--color-standard);
	border-radius: 5px;
}
.p-home .plan .wrap .frame .head img {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 80px;
}
.p-home .plan .wrap .frame .head h3 {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 70px;
	text-align: center;
	font-size: 18px;
	line-height: 1.5;
	color: var(--color-standard);
}
.p-home .plan .wrap .frame .head h3 span {
	display: block;
	width: 200px;
}
.p-home .plan .wrap .frame h4 {
	margin-top: 20px;
	font-size: 36px;
	line-height: 1.5;
	color: var(--color-standard);
}
.p-home .plan .wrap .frame dl {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.5;
	color: var(--color-standard-dark);
}
.p-home .plan .wrap .frame dd {
	display: flex;
	justify-content: center;
	align-items: center;
}
.p-home .plan .wrap .frame dd span {
	display: block;
	margin: 0 15px 0.1em 15px;
	font-size: 48px;
	line-height: 1.2;
	color: var(--color-red);
}
.p-home .plan .wrap .frame .list {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
    width: 96%;
    text-align: left;
    flex-direction: column;
}
.p-home .plan .wrap .frame .list p {
    font-size: 18px;
    color: var(--color-red);
    padding-left: 16px;
    padding-bottom: 10px;
    line-height: normal;
    font-weight: 700;
}

.p-home .plan .wrap .frame .list p span {
    font-size: 14px;
    font-weight: 400;
}
.p-home .plan .wrap .frame .list img {
	width: 80px;
}
.p-home .plan .wrap .frame .list ul {
	padding-left: 18px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5;
}
.p-home .plan .wrap .frame .list ul li {
	padding-left: 1em;
	text-indent: -1em;
}

.p-home .plan .wrap .frame .list ul li span {
	font-weight: 400;
	font-size: 16px;
}
.p-home .plan .wrap .frame .list ul li::before {
	content: '■';
}
.p-home .plan .l-cta-apply .frame {
	box-shadow: 0 10px 10px var(--color-standard-dark);
}


    .price-table-wrapper {
      /* overflow-x: auto; */
	  position: relative;
	   z-index: 10;
    }

    table.price-table {
      width: 100%;
      border-collapse: separate;
      border-spacing: 0;
      min-width: 800px;
      text-align: center;
    }

	table.price-table-sp {
	display: none;
	}

	.price-table th:nth-child(1),
	.price-table th:nth-child(2) {
	background: none;
	border: none;
	}

	.price-table td.btntr-none {
	background: none;
	border: none;
	}

	.price-table td.btntr img {
	transition: transform 0.3s ease, filter 0.3s ease;
	display: block;
	width: 100%; /* 必要に応じて調整 */
	height: auto;
	}

	.price-table td.btntr:hover img {
	transform: scale(1.02);
	filter: brightness(1.2);
	}

	.price-table td.btntr-none {
	background: none;
	border: none;
	}

    table.price-table th,
    table.price-table td {
      padding: 16px;
      border: 1px solid #ddd;
      font-size: 16px;
	  font-weight: 700;
    }

	.price-table td:nth-last-child(3),
	.price-table td:nth-last-child(2),
	.price-table td:last-child {
	width: 200px; /* 例：任意の幅 */
	background-color: #fff;
	}

    /* 左列 */
   table.price-table .bg-dg {
      background-color: #d2d2d2;
      font-weight: bold;
      text-align: left;
	  width: 110px;
	  		border-color: #fff;
    }
    table.price-table .bg-lg {
      background-color: #f1f1f1;
      font-weight: bold;
      text-align: left;
		width: 170px;
		border-color: #fff;
		border-right: 1px solid #ddd;
    }

    /* 見出し */
    table.price-table thead th {
      font-size: 18px;
    }

    /* プラン名セル（上部） */
    .plan-free {
      background-color: #3ca0f0;
      color: white;
    }

    .plan-lite {
      background-color: #0e62c5;
      color: white;
    }

    .plan-standard {
      background-color: #003c82;
      color: white;
      position: relative;
    }

	/* おすすめラベル */
	.recommend-label {
	position: absolute;
	top: -23px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #FFD700;
	color: #d60039;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 15px;
	border-radius: 19px;
	}

	.price01 {
	font-size: 30px;
	color: #3ca0f0;
	}
	.price02 {
	font-size: 30px;
	color: #0e62c5;
	}

	.price03 {
	font-size: 30px;
	color: #003c82;
	}

    /* ● マーク */
    .dot02 {
      font-size: 20px;
      color: #0e62c5;
    }

	 .dot03 {
      font-size: 20px;
      color: #003c82;
    }

    /* 黄色囲み */
    .highlight {
      border-left: 5px solid #FFD700 !important;
      border-right: 6px solid #FFD700 !important;
    }

    /* 上下の線も追加 */
	.highlight-first-child {
	border-top: 5px solid #FFD700 !important;
	}

	.highlight-last-child {
	border-bottom: 5px solid #FFD700 !important;
	}

@media screen and (max-width: 1070px) {

}
@media screen and (max-width: 980px) {
	.p-home .plan .wrap {
		display: block;
		margin: 0;
		padding: 0;
	}
	.p-home .plan .wrap > div {
		padding: 0 0 40px 0;
		width: 100%;
	}
	.p-home .plan .wrap .frame .head {
		padding-left: 0;
	}
	.p-home .plan .wrap .frame h3 {
		justify-content: center;
	}
	.p-home .plan .wrap .frame h3 span {
		width: auto !important;
		font-size: 24px;
	}
	.p-home .plan .wrap .frame .list {
		justify-content: center;
	}
	.p-home .plan .wrap .frame .list ul {
		font-size: 18px;
	}

	table.price-table {
      display: none;
    }

	.price-table-wrapper {
	position: relative;
	z-index: 10;
	overflow-x: auto;
	}

	table.price-table-sp {
	display: table;
	width: 80%;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
	background-color: #fff;
	table-layout: auto;
	margin: auto;
    }

	.price-table-sp th[colspan="2"] {
	width: 100%;
	display: table-cell;
	}

    table.price-table-sp th,
    table.price-table-sp td {
      padding: 16px;
      border: 1px solid #ddd;
      font-size: 16px;
	  font-weight: 700;
    }

	table.price-table-sp th img {
	display: block;
	width: 70%;
	height: auto;
	margin: auto;
	}

	.price-table-sp td:last-child {
	background-color: #fff;
	}

    /* 左列 */
   table.price-table-sp .bg-dg {
	background-color: #d2d2d2;
	font-weight: bold;
	text-align: left;
	border-color: #fff;
    }
    table.price-table-sp .bg-lg {
	background-color: #f1f1f1;
	font-weight: bold;
	text-align: left;
	border-color: #fff;
	border-right: 1px solid #ddd;
	font-size: 15px;
    }

	table.price-table-sp .btntr {
	margin-bottom: 20px;
    }

    /* 見出し */
    table.price-table-sp thead th {
      font-size: 18px;
    }

    /* プラン名セル（上部） */
    .plan-free {
      background-color: #3ca0f0;
      color: white;
    }

    .plan-lite {
      background-color: #0e62c5;
      color: white;
    }

    .plan-standard {
      background-color: #003c82;
      color: white;
      position: relative;
    }

	/* おすすめラベル */
	.recommend-label {
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #FFD700;
	color: #d60039;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 20px;
	border-radius: 19px;
	}

	.price01 {
	font-size: 30px;
	color: #3ca0f0;
	}
	.price02 {
	font-size: 30px;
	color: #0e62c5;
	}

	.price03 {
	font-size: 30px;
	color: #003c82;
	}

    /* ● マーク */
    .dot02 {
      font-size: 20px;
      color: #0e62c5;
    }

	 .dot03 {
      font-size: 20px;
      color: #003c82;
    }

    /* 黄色囲み */
    .highlight {
      border-left: 5px solid #FFD700 !important;
      border-right: 6px solid #FFD700 !important;
    }

    /* 上下の線も追加 */
	.highlight-first-child {
	border-top: 5px solid #FFD700 !important;
	}

	.highlight-last-child {
	border-bottom: 5px solid #FFD700 !important;
	}

}
@media screen and (max-width: 768px) {
	.p-home .plan {
		padding: 4rem 0 0 0;
	}
	.p-home .plan .base {
		padding: 3rem 0 6rem 0;
	}
	.p-home .plan .bg span {
		bottom: 4.8rem;
	}
	.p-home .plan .bg-clip::before {
		top: -5rem;
		height: 10rem;
	}
	.p-home .plan .bg-clip::after {
		height: 5rem;
	}
	.p-home .plan .bg-line {
		margin-top: -420px;
	}
	.p-home .plan .wrap {
		padding: 0 0 2rem 0;
	}
	.p-home .plan .wrap > div {
		padding: 0 0 2rem 0;
	}
	.p-home .plan .wrap .frame {
		padding: 2rem 2rem 2rem 2rem;
		height: auto;
	}
	.p-home .plan .wrap .frame .head img {
		width: 7.6rem;
	}
	.p-home .plan .wrap .frame .head h3 {
		min-height: 4rem;
		font-size: 1.6rem;
	}
	.p-home .plan .wrap .frame h3 span {
		font-size: 20px;
        padding-left: 50px;
	}
	.p-home .plan .wrap .frame h4 {
		margin-top: 2rem;
		font-size: 2.8rem;
	}
	.p-home .plan .wrap .frame dl {
		font-size: 2.4rem;
	}
	.p-home .plan .wrap .frame dd span {
		margin: 0 0.3em 0.1em 0.3em;
		font-size: 4.8rem;
	}
	.p-home .plan .wrap .frame .list {
		justify-content: flex-start;
		margin-top: 1.5rem;
		width: 100%;
	}
	.p-home .plan .wrap .frame .list img {
		width: 6.4rem;
	}
	.p-home .plan .wrap .frame .list ul {
		padding-left: 1.5rem;
		font-size: 1.6rem;
	}
	table.price-table-sp {
	width: 100%;
    }
}

/* ==================================================

	[ HOME ] SUPPORT

*/
.p-home .support {
	padding: 50px 0 50px 0;
}
.p-home .support .outer {
	margin: 35px 0 0 0;
	padding: 50px 35px 30px 35px;
	background-color: #eff4f7;
	text-align: center;
}
.p-home .support .wrap {
	display: flex;
	justify-content: center;
}
.p-home .support .wrap > div {
	padding: 0 15px;
}
.p-home .support .frame {
	padding: 15px 20px 20px 20px;
	width: 320px;
	height: 100%;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 10px rgba(14,98,197,0.2);
}
.p-home .support .frame .pict {
	margin: 0 auto;
	max-width: 150px;
}
.p-home .support .frame h3 {
	margin-top: 15px;
	font-size: 24px;
	line-height: 1.5;
	color: var(--color-standard);
}
.p-home .support .note {
	margin-top: 20px;
}
@media screen and (max-width: 768px) {
	.p-home .support {
		padding: 4rem 0 0 0;
	}
	.p-home .support .outer {
		margin: 3rem 0 0 0;
		padding: 3rem 0 2rem 0;
	}
	.p-home .support .wrap {
		display: block;
	}
	.p-home .support .wrap > div {
		padding: 0 0 1rem 0;
	}
	.p-home .support .frame {
		display: flex;
		align-items: center;
		padding: 1.5rem 2rem;
		width: 100%;
		height: auto;
		text-align: left;
	}
	.p-home .support .frame .pict {
		margin: 0;
		max-width: initial;
	}
	.p-home .support .frame .pict img {
		width: 7.4rem;
	}
	.p-home .support .frame h3 {
		margin-top: 0;
		padding-left: 1em;
		font-size: 2rem;
	}
	.p-home .support .note {
		margin-top: 1rem;
	}
}

/* ==================================================

	[ HOME ] FAQ

*/
.p-home .faq {
	padding: 130px 0 0 0;
}
.p-home .faq .outer {
	margin: 60px 0 0 0;
	padding: 50px 0;
	background-color: var(--color-bg);
}
.p-home .faq li {
	margin-bottom: 10px;
	padding: 40px 40px;
	background-color: #fff;
	border-radius: 10px;
}
.p-home .faq li > h3 {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	padding: 0 0 0 60px;
	min-height: 42px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	color: var(--color-standard-dark);
}
.p-home .faq li > div {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 0 0 60px;
	min-height: 42px;
	font-size: 16px;
	line-height: 1.5;
}
.p-home .faq li > h3::before,
.p-home .faq li > div::before {
	overflow: hidden;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding-bottom: 0;
	width: 42px;
	height: 42px;
	border-radius: 10px;
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	line-height: 38px;
	color: #fff;
}
.p-home .faq li > h3::before {
	content: 'Q';
	background-color: var(--color-standard-dark);
}
.p-home .faq li > div::before {
	content: 'A';
	background-color: var(--color-standard);
}
@media screen and (max-width: 768px) {
	.p-home .faq {
		padding: 6rem 0 0 0;
	}
	.p-home .faq .outer {
		margin: 3rem 0 0 0;
		padding: 3rem 0;
	}
	.p-home .faq li {
		margin-bottom: 1rem;
		padding: 2rem;
	}
	.p-home .faq li > h3 {
		margin-bottom: 1rem;
		padding: 0 0 0 6rem;
		min-height: 4.2rem;
		font-size: 1.6rem;
	}
	.p-home .faq li > div {
		padding: 0 0 0 6rem;
		min-height: 4.2rem;
		font-size: 1.4rem;
	}
	.p-home .faq li > h3::before,
	.p-home .faq li > div::before {
		width: 4.2rem;
		height: 4.2rem;
		font-size: 2.4rem;
		line-height: 3.8rem;
	}
}

/* ==================================================

	[ HOME ] FUTURE

*/
.p-home .future {
	position: relative;
	padding-bottom: 100px;
}
.p-home .future .base {
	position: relative;
}
.p-home .future .bg {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	clip-path: inset(0);
}
.p-home .future .bg span {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-position: 50% 40%;
	background-image: url(../img/home/future-bg.jpg);
	background-size: cover;
}
.p-home .future .bg-clip::before {
	top: -275px;
	height: 400px;
	background-color: var(--color-bg);
	clip-path: ellipse(55% 50% at 50% 50%);
}
.p-home .future .bg-clip::after {
	bottom: -275px;
	height: 400px;
	background-color: #fff;
	clip-path: ellipse(55% 50% at 50% 50%);
}
.p-home .future .bg-base::after {
	background-color: var(--color-bg);
}
.p-home .future .bg-line01 {
	z-index: 1;
	top: 30px;
}
.p-home .future .bg-line02 {
	bottom: -20px;
}
.p-home .future .detail {
	position: relative;
	margin: 0 auto;
	padding: 0 50px;
	max-width: 1280px;
	text-align: center;
	color: #fff;
}
.p-home .future .detail .inner {
	display: flex;
	align-items: center;
	width: 600px;
	min-height: 940px;
}
.p-home .future .detail h2 {
	position: relative;
	margin-bottom: 35px;
	font-size: 48px;
	line-height: 1.5;
}
.p-home .future .detail h2 img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 540px;
	transform: translate(-50%, -50%);
}
.p-home .future .detail h2 span {
	display: block;
	position: relative;
	text-indent: 0.5em;
	text-shadow: 0 4px 4px rgba(0,0,0,0.4);
}
.p-home .future .detail .text {
	padding-bottom: 10px;
	font-size: 20px;
	line-height: 1.5;
	text-shadow: 0 4px 4px rgba(0,0,0,0.4);
}
.p-home .future .detail .text p {
	margin-bottom: 30px;
}
.p-home .future .detail h3 {
	filter: drop-shadow(0 4px 4px rgba(0,0,0,0.4));
}
.p-home .future .list {
	position: relative;
	margin-top: -30px;
	margin-bottom: 80px;
	text-align: center;
}
.p-home .future .list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -15px;
}
.p-home .future .list li {
	flex-basis: 33.333%;
	padding: 0 15px;
}
.p-home .future .list .frame {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 120px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 4px 10px rgba(14,98,197,0.2);
	font-size: 24px;
	line-height: 1.5;
	color: var(--color-standard);
}
@media screen and (max-width: 980px) {
	.p-home .future .list {
		margin-top: -60px;
	}
	.p-home .future .list li {
		flex-basis: 50%;
	}
	.p-home .future .list li:first-child {
		flex-basis: 100%;
		margin-bottom: 30px;
	}
	.p-home .future .list li:first-child .frame {
		margin: 0 auto;
		width: 48%;
	}
}
@media screen and (max-width: 768px) {
	.p-home .future {
		padding-bottom: 40px;
	}
	.p-home .future .bg span {
		background-position: 50% 0%;
		background-image: url(../img/home/future-bg-sp.jpg);
	}
	.p-home .future .bg-clip::before {
		top: -5rem;
		height: 10rem;
	}
	.p-home .future .bg-clip::after {
		bottom: -5rem;
		height: 10rem;
	}
	.p-home .future .bg-line01 {
		top: 2rem;
	}
	.p-home .future .bg-line02 {
		bottom: -4rem;
	}
	.p-home .future .detail {
		padding: 0;
		max-width: initial;
	}
	.p-home .future .detail .inner {
		flex-direction: column;
		align-items: center;
		padding: 12rem 0;
		width: 100%;
		min-height: initial;
	}
	.p-home .future .detail h2 {
		margin-bottom: 2.5rem;
		font-size: 3.2rem;
	}
	.p-home .future .detail h2 img {
		width: 37rem;
	}
	.p-home .future .detail .text {
		padding-bottom: 1rem;
		font-size: 1.6rem;
	}
	.p-home .future .detail .text p {
		margin-bottom: 1.5em;
	}
	.p-home .future .detail h3 {
		margin: 0 auto;
		max-width: 26rem;
	}
	.p-home .future .list {
		margin-top: 0;
		margin-bottom: 4rem;
	}
	.p-home .future .list ul {
		display: block;
		margin: 0;
	}
	.p-home .future .list li {
		margin: 0 0 1rem 0 !important;
		padding: 0;
	}
	.p-home .future .list .frame {
		width: 100% !important;
		min-height: 5rem;
		font-size: 1.8rem;
	}
	.p-home .future .list .frame br {
		display: none;
	}
}
