
.home .section-text{
	margin-bottom: 3rem;
	letter-spacing: 0.05em;
	font-size:clamp(1rem, 0.933rem + 0.33vw, 1.2rem);
	line-height: 1.8;
	width: 60%;
}
.home .section-text.center{
	text-align: center;
	width: 100%;
}
@media screen and (max-width: 767px){
	.home .section-text{
		width: 100%;
	}
}

.fv{
	height: 70vh;
}
.fv .fv__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.fv .fv__inner .fv__inner__text {
	padding: 0 40px 0 4%;
	min-width:420px;
	width: 30%;
}

.fv .fv__inner .fv__inner__img {
	flex: 1;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 40px 0 0 40px;
}

.fv .fv__inner .fv__inner__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom center;
}

.fv .fv__inner .fv__inner__text h1 {
	margin-bottom: 2rem;
}

.fv .fv__inner .fv__inner__text h1 img{
	max-width: 420px;
	width:100%;
}

.fv .fv__inner .fv__inner__text p {
	font-family: var(--font-family-mincho);
	margin-bottom: 2rem;
	letter-spacing: 0.1em;
	font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
	line-height: 1.8;
}

.fv .fv__inner .fv__inner__text .fv__btn {
	font-family: var(--font-family-mincho);
	font-size: 1.2rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 1rem;
	justify-content: right;
	transition: 0.3s;
}


.fv .fv__inner .fv__inner__text .fv__btn .circle_btn {
	position: relative;
	border: 1px solid var(--color-primary);
	color: var(--color-primary);
	padding: 0.5rem;
	border-radius: 50%;
	width: 3.5rem;
	height: 3.5rem;
	text-align: center;
	transition: 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fv .fv__inner .fv__inner__text .fv__btn:hover {
	color: var(--color-primary);
}

.fv .fv__inner .fv__inner__text .fv__btn:hover .circle_btn {
	transform: scale(1.15);
	background: var(--color-primary);
	color: var(--bg-white);
}

@media screen and (max-width: 767px){
	section.fv{
		padding-top: 20px;
	}
	.fv .fv__inner{
		flex-direction: column;
		gap: 2rem;
	}
	.fv .fv__inner .fv__inner__text {
		width: 100%;
		min-width: 0;
		padding: 0 4%;
	}
	.fv .fv__inner .fv__inner__img {
		width: 95%;
		margin: 0 0 0 auto;
	}
	.fv .fv__inner .fv__inner__text h1 img{
		width: 80%;
	}
	.fv .fv__inner .fv__inner__text h1{
		margin-bottom: 1rem;
	}
	.fv .fv__inner .fv__inner__text p{
		margin-bottom: 1rem;
	}
}

.problems .section-text{
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	padding-left: 5%;
}
.problems .section-text li{
	flex: 0 0 100%;
}
.problems .section-text li::before{
	content: "\e834";
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 24px;
	color: var(--color-primary);
	margin-right: 10px;
	vertical-align: middle;
}
.problems .problems__list{
	list-style: none;
	margin:0;
	padding: 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 2rem;
}

.problems .problems__list li{
	width: calc((100% - 2rem) / 2);
	padding-top: 30px;
}

.problems .problems__list li .problems__list__inner{
	background-color: var(--bg-highlight);
	padding: 3rem 2rem 	2rem;
	position: relative;
	border-radius: 20px;
	height: 100%;
}

.problems .problems__list li .problems__list__inner .problems__list__inner__icon{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: var(--color-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2rem;
	color: #fff;
	position: absolute;
	top: -30px;
	left: 2rem;
}
.problems .problems__list li .problems__list__inner .problems__list__inner__text h3{
	margin-bottom: 1rem;
}
.problems .problems__list li .problems__list__inner .problems__list__inner__text h3 span{
	font-size: 0.9rem;
	font-family: var(--font-family-base);
	margin-left: 1rem;
	font-weight: 500;
}
.problems .problems__list li .problems__list__inner .problems__list__inner__text h3 span::before{
	content: "－";
	margin-right: 0.2rem;
}
.problems .problems__list li .problems__list__inner .problems__list__inner__text h3 span::after{
	content: "－";
	margin-left: 0.2rem;
}

.problems .problems__list + .pc-hide .btn01{
	margin: 2rem auto 0;
}
@media screen and (max-width: 767px){
	.problems .problems__list{
		gap: 1rem;
	}
	.problems .problems__list li{
		width: 100%;
		padding-top: 20px;
	}
	.problems .problems__list li .problems__list__inner{
		padding: 2rem 1.5rem  1.5rem;
	}
	.problems .problems__list li .problems__list__inner .problems__list__inner__icon{
		width: 40px;
		height: 40px;
		top: -20px;
		left: 1rem;
	}
	.problems .problems__list li .problems__list__inner .problems__list__inner__text h3 span{
		font-size: 0.8rem;
		display: block;
		margin: 0;
	}
}
.claim-examples .claim-examples__list{
	list-style: none;
	margin:0;
	padding: 0;
	display: flex;
	justify-content: center;
	gap: 2rem;
}
.claim-examples .claim-examples__list li{
	width: calc((100% - 6rem) / 4);
	padding-top: 30px;
	background: #fff;
	padding: 2rem;
	border-radius: 20px;
}
.claim-examples .claim-examples__list li h3{
	margin-bottom: 1rem;
	text-decoration: underline;
	text-underline-offset: 7px;
	text-decoration-thickness: 3px;
	text-decoration-color: var(--color-primary);
}
@media screen and (max-width: 767px){
	.claim-examples .claim-examples__list{
		flex-wrap: wrap;
		gap: 1rem;
	}
	.claim-examples .claim-examples__list li{
		width: calc((100% - 1rem) / 2);
		padding: 1rem;
	}
}
/* COLUMN */
.column .column-list li .column-list__inner__text{
	background-color: var(--bg-highlight);
}
/* ACCESS */
.access .container{
	display: flex;
	justify-content: space-between;
	gap: 3rem;
}
.access .container .access__inner__text{
	width: 45%;
}
.access .container .access__inner__map{
	flex: 1;
}
.access .container .access__inner__text table {
	width: 100%;
}
.access .container .access__inner__text table th{
	width: 25%;
	font-family: var(--font-family-mincho);
	text-align: left;
	vertical-align: top;
	padding: 0.5rem;
}
.access .container .access__inner__text table td{
	text-align: left;
	vertical-align: top;
	padding: 0.5rem;
}
.access .container hr{
	margin: 2rem 0;
	border: 1px solid var(--color-primary);
}
.access .container .access__howto{
	display: flex;
	gap: 2rem;
}
.access .container .access__howto p{
	flex: 1;
}
.access .container .access__howto p strong{
	font-size: clamp(1rem, 0.933rem + 0.33vw, 1.2rem);
	font-family: var(--font-family-mincho);
}

@media screen and (max-width: 767px){
	.access .container{
		flex-direction: column;
		gap: 1rem;
	}
	.access .container .access__inner__text{
		width: 100%;
	}
	.access .container .access__inner__map{
		width: 100%;
	}
	.access .container hr{
		margin:1rem 0;
	}
	.access .container .access__howto{
		gap: 1rem;
	}
}