@charset "UTF-8";

/*-----------------------------------

	base

-----------------------------------*/
/*-- underline-anim --*/
.underline-anim {
	display: inline;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: linear-gradient(to right, var(--sClr), var(--sClr));
	background-size: 0% 3px;
	transition: background-size 1.5s ease-in-out;
}
.underline-anim.animated {
	background-size: 100% 3px;
}
@media screen and (max-width: 640px) {
	.underline-anim {
		background-size: 0% 2px;
	}
	.underline-anim.animated {
		background-size: 100% 2px;
	}
}
/*-- h2_style --*/
h2.h2_style {
	font: 300 4.4rem/1 var(--fJA);
	padding-bottom: 25px;
	margin-bottom: 80px;
	position: relative;
	text-align: center;
}
h2.h2_style::before, h2.h2_style::after {
	content: "";
	width: 80px;
	height: 4px;
	border-radius: calc(1px/0);
	position: absolute;
	bottom: 0;
	left: calc(50% - 40px);
}
h2.h2_style::before {
	background: var(--mClr);
}
h2.h2_style::after {
	width: 40px;
	background: var(--sClr);
}
@media screen and (max-width: 640px) {
	h2.h2_style {
		font: 300 2.6rem/1 var(--fJA);
		padding-bottom: 15px;
		margin-bottom: 45px;
	}
	h2.h2_style::before, h2.h2_style::after {
		width: 50px;
		height: 3px;
		left: calc(50% - 25px);
	}
	h2.h2_style::after {
		width: 25px;
	}
}
/*-----------------------------------

	mainvisual

-----------------------------------*/
#mainvisual {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
#mainvisual .mvLeft {
	width: 50%;
	background: url(../img/index/mv_leftimg.webp) no-repeat center bottom/71.2%;
}
#mainvisual .mvLeft .copy01 {
	font: 700 1.86vw/1 var(--fJA);
	color: var(--mClr);
	background: #def2f2;
	width: max-content;
	padding: 5px 10px;
	margin: 0 auto 1vw;
}
#mainvisual .mvLeft .copy02 {
	font: 300 3.13vw/1 var(--fJA);
	color: var(--mClr);
	width: max-content;
	margin: 0 auto 2vw;
}
#mainvisual .mvLeft .ttl {
	width: 15.06vw;
	margin: 0 auto;
}
#mainvisual .mvRight {
	width: 50%;
	aspect-ratio: 25 / 23;
	margin-top: -100px;
}
#mainvisual .mvRight img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#mainvisual .mvBottom {
	width: 100%;
	padding: 60px 0;
	text-align: center;
}
#mainvisual .mvBottom p {
	font: 700 2.7rem/1.96 var(--fJA);
	letter-spacing: 0.1em;
	color: var(--mClr);
}
#mainvisual .mvBottom p span {
	font-size: 2.1rem;
	vertical-align: top;
	letter-spacing: -1em;
}
#mainvisual .mvBottom p.note {
	font: 400 1.5rem/1.96 var(--fJA);
	margin-top: 20px;
}
@media screen and (max-width: 960px) {
	#mainvisual .mvRight {
		margin-top: -70px;
	}
}
@media screen and (max-width: 640px) {
	#mainvisual {
		flex-wrap: wrap;
	}
	#mainvisual .mvLeft {
		width: 100%;
		padding-bottom: 43vw;
		background: url(../img/index/mv_leftimg.webp) no-repeat center bottom/80%;
		margin-bottom: 25px;
	}
	#mainvisual .mvLeft .copy01 {
		font: 700 1.6rem/1 var(--fJA);
		padding: 3px 5px;
		margin: 0 auto 5px;
	}
	#mainvisual .mvLeft .copy02 {
		font: 300 2.5rem/1 var(--fJA);
		margin: 0 auto 20px;
	}
	#mainvisual .mvLeft .ttl {
		width: 159px;
	}
	#mainvisual .mvRight {
		width: 100%;
		margin-top: 0;
	}
	#mainvisual .mvBottom {
		padding: 40px 0;
	}
	#mainvisual .mvBottom p {
		font: 700 1.8rem/1.96 var(--fJA);
	}
	#mainvisual .mvBottom p span {
		font-size: 1.6rem;
	}
	#mainvisual .mvBottom p.note {
		font: 400 1.2rem/1.96 var(--fJA);
		margin-top: 15px;
	}
}
/*-----------------------------------

	features_block

-----------------------------------*/
/*-- features01 --*/
#features01 .contents_inner {
	max-width: none;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding: 80px calc(50vw - 600px) 10px;
	background: var(--mClr) url(../img/index/features01_bg.jpg) no-repeat center center/cover;
}
#features01 h3 {
	margin-bottom: 40px;
	text-align: center;
}
#features01 h3 > * {
	display: block;
	color: var(--tClr2);
	letter-spacing: 0.1em
}
#features01 h3 .h3_01 {
	font: 400 1.9rem/1 var(--fJA);
	margin-bottom: 20px;
}
#features01 h3 .h3_02 {
	font: 700 3.5rem/1 var(--fJA);
}
#features01 .image {
	width: 100%;
	height: 100%;
	aspect-ratio: 12 / 5;
	position: relative;
}
#features01 .image > * {
	width: 26.33%;
	position: absolute;
}
#features01 .image .img01 {
	top: 0;
	left: 43.5%;
}
#features01 .image .img02 {
	top: min(23px,1.91vw);
	left: 4.58%;
}
#features01 .image .img03 {
	top: min(190px,15.83vw);
	left: 14.08%;
}
#features01 .image .img04 {
	top: min(129px,10.75vw);
	left: 71.25%;
}
#features01 .image .img05 {
	width: 6.83% !important;
	top: min(46px,3.83vw);
	left: 34.33%;
}
#features01 .image .img06 {
	width: 25.8% !important;
	bottom: 0;
	left: 37.1%;
}
#features01 .arrow {
	width: 100%;
	height: min(190px,15.83vw);
	background: var(--mClr);
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 66px), calc(50% - 130px) calc(100% - 66px), 50% 100%, calc(50% + 130px) calc(100% - 66px), 0% calc(100% - 66px));
	position: relative;
}
#features01 .arrow .img07 {
	width: min(146px,12.16vw);
	position: absolute;
	bottom: min(37px,3.08vw);
	left: calc(50% - min(73px,6.08vw));
}
@media screen and (max-width: 1333px) {
	#features01 .contents_inner {
		padding: 80px 5% 10px;
	}
}
@media screen and (max-width: 640px) {
	#features01 .contents_inner {
		padding: 40px 5% 20px;
		background: var(--mClr) url(../img/index/sp/features01_bg.jpg) no-repeat center center/cover;
	}
	#features01 h3 {
		margin-bottom: 30px;
	}
	#features01 h3 .h3_01 {
		font: 400 1.5rem/1 var(--fJA);
		margin-bottom: 15px;
	}
	#features01 h3 .h3_02 {
		font: 700 2.7rem/1.37 var(--fJA);
	}
	#features01 .image {
		aspect-ratio: 19 / 29;
	}
	#features01 .image > * {
		width: 56.3%;
	}
	#features01 .image .img01 {
		left: 43.7%;
	}
	#features01 .image .img02 {
		top: 18.66vw;
		left: 0;
	}
	#features01 .image .img03 {
		top: 43.2vw;
		left: 43.7%;
	}
	#features01 .image .img04 {
		top: 60.8vw;
		left: 0;
	}
	#features01 .image .img05 {
		width: 14.62% !important;
		top: 96.53vw;
		left: 15.5%;
	}
	#features01 .image .img06 {
		width: 48.8% !important;
		left: 25.6%;
	}
	#features01 .arrow {
		height: 100px;
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(50% - 80px) calc(100% - 40px), 50% 100%, calc(50% + 80px) calc(100% - 40px), 0% calc(100% - 40px));
	}
	#features01 .arrow .img07 {
		width: 73px;
		bottom: 19px;
		left: calc(50% - 36.5px);
	}
}
/*-- features02 --*/
#features02 {
	padding: 50px 0 90px;
}
#features02 h3 {
	text-align: center;
	font: 300 5.5rem/1.32 var(--fJA);
	margin-bottom: 40px;
}
#features02 h3 span {
	display: block;
	color: var(--mClr);
}
#features02 .contents_inner > p {
	line-height: 1.76;
	text-align: center;
	white-space: pre-line;
	margin-bottom: 30px;
}
#features02 .youtube {
	width: min(800px,100%);
	margin: 0 auto 65px;
	aspect-ratio: 16 / 9;
}
#features02 .youtube iframe {
	width: 100%;
	height: 100%;
}
#features02 .note .box {
	width: min(860px,95%);
	margin: max(-100px,-7.5vw) auto 0;
	border: 2px solid var(--mClr);
	border-radius: 10px;
	background: var(--bgClr1);
	padding: 20px;
	position: relative;
}
#features02 .note .box p {
	text-align: center;
	font: 500 2rem/1.75 var(--fJA);
	white-space: pre-line;
}
#features02 .note .box p span {
	font-weight: 700;
	color: var(--mClr);
}
@media screen and (max-width: 840px) {
	#features02 .note .image {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
	}
	#features02 .note .image img {
		width: 100%;
		height: 48vw;
		object-fit: cover;
	}
	#features02 .note .box {
		margin: max(-100px,-9.5vw) auto 0;
	}
}
@media screen and (max-width: 640px) {
	#features02 {
		padding: 30px 0 65px;
	}
	#features02 h3 {
		font: 300 3.1rem/1.32 var(--fJA);
		margin-bottom: 20px;
	}
	#features02 .youtube {
		margin: 0 auto 45px;
	}
	#features02 .note .box {
		border: 1px solid var(--mClr);
		border-radius: 4px;
		padding: 10px;
	}
	#features02 .note .box p {
		text-align: left;
		font: 500 1.3rem/1.75 var(--fJA);
	}
}
/*-----------------------------------

	reason_block

-----------------------------------*/
#reason_block .box {
	padding: 100px 0;
	background: var(--bgClr2);
	border: 1px solid #FFF;
	border-radius: 80px 80px 0 0;
}
#reason_block .box:not(:last-child) {
	padding-bottom: 200px;
	margin-bottom: -100px;
}
#reason_block .box:nth-child(2n) {
	background: var(--bgClr3);
}
#reason_block .box .box_inner {
	display: flex;
	justify-content: space-between;
}
#reason_block .box .box_inner .text {
	width: 48.33%;
}
#reason_block .box .box_inner .text .no {
	font: 500 8.6rem/1 var(--fEN);
	color: var(--tClr2);
	-webkit-text-stroke: 4px var(--mClr);
	text-stroke: 4px var(--mClr);
	paint-order: stroke;
	text-box: trim-both cap alphabetic;
	padding-left: 30px;
	margin-bottom: 40px;
}
#reason_block .box .box_inner .text h3 {
	font: 700 3rem/1.5 var(--fJA);
	white-space: pre-line;
	margin-bottom: 30px;
}
#reason_block .box .box_inner .text h3 br {
	display: none;
}
#reason_block .box .box_inner .text p {
	line-height: 1.76;
	white-space: pre-line;
	margin-bottom: 1em;
}
#reason_block .box .box_inner .text p.note {
	font-size: 1.4rem;
}
#reason_block .box .box_inner .image {
	width: 46.66%;
}
@media screen and (max-width: 1333px) {
	#reason_block .box .box_inner .text h3 br {
		display: inline;
	}
}
@media screen and (max-width: 840px) {
	#reason_block .box .box_inner .text .no {
		font: 500 5.6rem/1 var(--fEN);
		-webkit-text-stroke: 2px var(--mClr);
		text-stroke: 2px var(--mClr);
		padding-left: 22px;
		margin-bottom: 20px;
	}
	#reason_block .box .box_inner .text h3 {
		font: 700 2rem/1.5 var(--fJA);
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 640px) {
	#reason_block .box {
		padding: 50px 0;
		border-radius: 20px 20px 0 0;
	}
	#reason_block .box:not(:last-child) {
		padding-bottom: 100px;
		margin-bottom: -50px;
	}
	#reason_block .box .box_inner {
		flex-wrap: wrap;
		gap: 30px;
	}
	#reason_block .box .box_inner .text {
		width: 100%;
	}
	#reason_block .box .box_inner .text p.note {
		font-size: 1.2rem;
	}
	#reason_block .box .box_inner .image {
		width: 100%;
	}
}
/*-- reason01 --*/
#reason01.box .box_inner .text .no {
	background: url(../img/index/reason01_icon.svg) no-repeat left center/contain;
}
/*-- reason02 --*/
#reason02.box .box_inner .text .no {
	background: url(../img/index/reason02_icon.svg) no-repeat left center/contain;
}
/*-- reason03 --*/
#reason03.box .box_inner .text .no {
	background: url(../img/index/reason03_icon.svg) no-repeat left center/contain;
}
/*-- reason04 --*/
#reason04.box .box_inner .text .no {
	background: url(../img/index/reason04_icon.svg) no-repeat left center/contain;
}
/*-- reason05 --*/
#reason05 {
	text-align: center;
}
#reason05 h3 {
	font: 700 2.9rem/1 var(--fJA);
	margin-bottom: 40px;
}
#reason05 table {
	width: min(960px, 100%);
	margin: 0 auto 30px;
	border-collapse: separate;
}
#reason05 table thead th {
	width: 33.33%;
	border-width: 0 1px;
	border-style: solid;
	border-color: var(--bgClr2);
	border-radius: 15px 15px 0 0;
	color: var(--tClr2);
}
#reason05 table thead th:nth-child(2) {
	background: var(--mClr);
	font: 700 2.6rem/70px var(--fJA);
}
#reason05 table thead th:nth-child(3) {
	background: #717878;
	height: 70px;
	font: 500 1.9rem/1.2 var(--fJA);
	vertical-align: middle;
}
#reason05 table tbody tr {
	background: var(--bgClr1);
}
#reason05 table tbody tr:nth-child(2n) {
	background: var(--bgClr2);
}
#reason05 table tbody tr > * {
	border-width: 0 1px;
	border-style: solid;
	border-color: #d8f0f0;
	font: 500 1.9rem/1 var(--fJA);
	padding: 25px 0;
}
#reason05 table tbody tr th {
	border-left: 2px solid #d8f0f0;
	color: #878d8d;
}
#reason05 table tbody tr td:nth-child(2) {
	color: var(--mClr);
	font-weight: 700;
}
#reason05 table tbody tr td:nth-child(3) {
	border-right: 2px solid #d8f0f0;
}
#reason05 p {
    font: 700 2.7rem / 2.1 var(--fJA);
}
#reason05 p span {
	color: var(--mClr);
}
@media screen and (max-width: 640px) {
	#reason05 h3 {
		font: 700 2rem/1 var(--fJA);
		margin-bottom: 30px;
	}
	#reason05 table thead th {
		border-width: 0 0.5px;
		border-radius: 9px 9px 0 0;
	}
	#reason05 table thead th:nth-child(2) {
		font: 700 1.8rem/53px var(--fJA);
	}
	#reason05 table thead th:nth-child(3) {
		height: 53px;
		font: 500 1.3rem/1.2 var(--fJA);
	}
	#reason05 table tbody tr > * {
		border-width: 0 0.5px;
		font: 500 1.3rem/1 var(--fJA);
		padding: 15px 0;
	}
	#reason05 table tbody tr th {
		border-left: 1px solid #d8f0f0;
	}
	#reason05 table tbody tr td:nth-child(3) {
		border-right: 1px solid #d8f0f0;
	}
	#reason05 p {
		font: 700 1.8rem/2.1 var(--fJA);
		letter-spacing: -0.05em;
	}
}
/*-----------------------------------

	overview_block

-----------------------------------*/
#overview_block {
	padding: 100px 0;
}
#overview_block .overview_inner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, auto);
	gap: 20px;
}
#overview_block .overview_inner .image {
	grid-area: 1 / 1 / 2 / 2;
	padding: 30px 45px;
	align-self: center;
}
#overview_block .overview_inner .box {
	background: var(--bgClr2);
	border-radius: 30px;
	padding: 30px 45px;
}
#overview_block .overview_inner .box h3 {
	font: 700 2.4rem/1 var(--fJA);
	padding-left: 26px;
	background: url(../img/index/overview_icon.svg) no-repeat left center/14px;
	margin-bottom: 30px;
	text-box: trim-both cap alphabetic;
}
#overview_block .overview_inner .b01 {
	grid-area: 1 / 2 / 2 / 3;
}
#overview_block .overview_inner .b01 p {
	line-height: 1.76;
}
#overview_block .overview_inner .b01 .inner_box {
	width: min(370px,95%);
	margin: 15px auto;
	background: var(--bgClr1);
	border-radius: 10px;
	padding: 20px;
}
#overview_block .overview_inner .b01 p.note {
	font: 400 1.4rem/1.76 var(--fJA);
}
#overview_block .overview_inner .b02 {
	grid-area: 2 / 1 / 3 / 3;
}
#overview_block .overview_inner .b02 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
#overview_block .overview_inner .b02 ul li {
	width: 160px;
}
#overview_block .overview_inner .b02 ul li .img {
	width: 130px;
	height: 130px;
	background: var(--bgClr1);
	border-radius: 20px;
	display: grid;
	place-content: center;
	margin: 0 auto 15px;
}
#overview_block .overview_inner .b02 ul li .img img {
	width: 86px;
	height: 86px;
	object-fit: contain;
}
#overview_block .overview_inner .b02 ul li p {
	font: 500 1.6rem/1.43 var(--fJA);
	text-align: center;
	white-space: pre-line;
}
#overview_block .overview_inner .b02 ul li:nth-of-type(4) p {
	width: 176px;
	margin-left: -8px;
}
#overview_block .overview_inner .b03 {
	grid-area: 3 / 1 / 4 / 3;
}
#overview_block .overview_inner .b03 ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	gap: 30px;
}
#overview_block .overview_inner .b03 ul li {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	gap: 15px;
}
#overview_block .overview_inner .b03 ul li .ttl {
	font: 700 2rem/1 var(--fJA);
}
#overview_block .overview_inner .b03 ul li p {
	line-height: 1.76;
	white-space: pre-line;
}
@media screen and (max-width: 840px) {
	#overview_block .overview_inner .image {
		padding: 30px;
	}
	#overview_block .overview_inner .box {
		padding: 30px;
	}
	#overview_block .overview_inner .box h3 {
		font: 700 1.9rem/1 var(--fJA);
		padding-left: 20px;
		background: url(../img/index/overview_icon.svg) no-repeat left center/11px;
	}
	#overview_block .overview_inner .b03 ul {
		grid-template-columns: repeat(1, 1fr);
		width: min(480px,100%);
		margin: 0 auto;
	}
	#overview_block .overview_inner .b03 ul li .ttl {
		font: 700 1.7rem/1 var(--fJA);
	}
}
@media screen and (max-width: 640px) {
	#overview_block {
		padding: 65px 0;
	}
	#overview_block .overview_inner {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(4, auto);
		gap: 20px;
	}
	#overview_block .overview_inner .box {
		padding: 30px 15px;
		border-radius: 12px;
	}
	#overview_block .overview_inner .image {
		grid-area: auto;
		padding: 0 30px 30px;
	}
	#overview_block .overview_inner .b01 {
		grid-area: auto;
	}
	#overview_block .overview_inner .b01 .inner_box {
		border-radius: 7px;
		padding: 10px;
	}
	#overview_block .overview_inner .b01 p.note {
		font: 400 1.2rem/1.76 var(--fJA);
	}
	#overview_block .overview_inner .b02 {
		grid-area: auto;
	}
	#overview_block .overview_inner .b02 ul {
		gap: 15px;
	}
	#overview_block .overview_inner .b02 ul li {
		width: 140px;
	}
	#overview_block .overview_inner .b02 ul li .img {
		width: 118px;
		height: 118px;
		border-radius: 18px;
		margin: 0 auto 10px;
	}
	#overview_block .overview_inner .b02 ul li .img img {
		width: 78px;
		height: 78px;
	}
	#overview_block .overview_inner .b02 ul li p {
		font: 500 1.4rem/1.43 var(--fJA);
	}
	#overview_block .overview_inner .b02 ul li:nth-of-type(4) p {
		width: 154px;
		margin-left: -7px;
	}
	#overview_block .overview_inner .b03 {
		grid-area: auto;
	}
	#overview_block .overview_inner .b04 {
		grid-area: auto;
	}
	#overview_block .overview_inner .b03 ul li {
		gap: 10px;
	}
}
/*-----------------------------------

	testimonials_block

-----------------------------------*/
#testimonials_block {
	padding-bottom: 100px;
}
#testimonials_block h2 {
	line-height: 1.27;
}
#testimonials_block .swiper {
	position: relative;
	padding: 35px 0 225px;
}
#testimonials_block .swiper::before {
	content: "";
	width: 95%;
	height: 100%;
	background: #fdf6e9 url(../img/index/testimonials_img.webp) no-repeat center bottom/750px;
	border-radius: 30px;
	position: absolute;
	top: 0;
	left: 2.5%;
}
#testimonials_block .swiper-wrapper {
	align-items: flex-end;
}
#testimonials_block .swiper-slide {
	width: 330px;
	background: var(--mClr);
	border-radius: 20px;
	padding: 40px 25px;
	margin-bottom: 32px;
	position: relative;
	filter: drop-shadow(2px 2px 0px #ffffff) drop-shadow(-2px -2px 0px #ffffff);
}
#testimonials_block .swiper-slide:nth-child(2n) {
	background: var(--sClr);
}
#testimonials_block .swiper-slide::before {
	content: "";
	width: 33px;
	height: 32px;
	background: var(--mClr);
	clip-path: path("M0,0v27.05c0,4.72,5.93,6.83,8.91,3.16L33.4,0H0Z");
	position: absolute;
	top: calc(100% - 1px);
	right: 40px;
}
#testimonials_block .swiper-slide:nth-child(2n)::before {
	background: var(--sClr);
}
#testimonials_block .swiper-slide p {
	line-height: 1.76;
	color: var(--tClr2);
}
.swiper-button-next,.swiper-button-prev {
    top: 60% !important;
    width: 50px !important;
    height: 50px !important;
    margin-top: auto !important;
	background: url(../img/index/testimonials_arrow.svg) no-repeat center/cover;
}
.swiper-button-next:after,.swiper-button-prev:after {
	content: none !important;
	display: none !important;
}
.swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: 4% !important;
}
.swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: 4% !important;
	transform: scale(-1,1);
}
@media screen and (max-width: 840px) {
	#testimonials_block .swiper {
		padding: 35px 0 170px;
	}
	#testimonials_block .swiper::before {
		background: #fdf6e9 url(../img/index/testimonials_img.webp) no-repeat center bottom/500px;
	}
	.swiper-button-next,.swiper-button-prev {
		top: 70% !important;
	}
}
@media screen and (max-width: 640px) {
	#testimonials_block {
		padding-bottom: 65px;
	}
	#testimonials_block .swiper {
		padding: 35px 0 150px;
	}
	#testimonials_block .swiper::before {
		background: #fdf6e9 url(../img/index/testimonials_img.webp) no-repeat center bottom/340px;
		border-radius: 12px;
	}
	#testimonials_block .swiper-slide {
		width: 280px;
		border-radius: 10px;
		padding: 30px 20px;
		margin-bottom: 20px;
		filter: drop-shadow(1px 1px 0px #ffffff) drop-shadow(-1px -1px 0px #ffffff);
	}
	#testimonials_block .swiper-slide::before {
		top: calc(100% - 13px);
		right: 20px;
	}
	.swiper-button-next,.swiper-button-prev {
		top: 60% !important;
		width: 40px !important;
		height: 40px !important;
	}
}
/*-----------------------------------

	faq_block

-----------------------------------*/
#faq_block {
	padding-bottom: 100px;
}
#faq_block dl {
	margin-bottom: 25px;
}
#faq_block dl dt,
#faq_block dl dd {
	position: relative;
	display: flex;
	gap: 15px;
	padding: 25px;
}
#faq_block dl dt {
	background: #e3f4f4;
	font: 700 2rem/1.7 var(--fJA);
	border-radius: 10px;
	padding-right: 80px;
	cursor: pointer;
}
#faq_block dl dt::before {
	content: "Q";
	font: 500 3rem/1 var(--fEN);
	color: var(--mClr);
	padding-top: 3px;
}
#faq_block dl dt .icon {
	display: block;
	width: 40px;
	height: 40px;
	background: var(--bgClr1);
	position: absolute;
	top: calc(50% - 20px);
	right: 25px;
	border-radius: 6px;
}
#faq_block dl dt .icon::before,
#faq_block dl dt .icon::after {
	content: "";
	width: 14px;
	height: 2px;
	background: var(--mClr);
	border-radius: calc(1px/0);
	position: absolute;
	top: calc(50% - 1px);
	left: calc(50% - 7px);
	transition: 0.3s;
}
#faq_block dl dt .icon::after {
	transform: rotate(90deg);
}
#faq_block dl dt.active .icon::after {
	transform: rotate(0deg);
}
#faq_block dl:first-of-type dd {
	display: flex;
}
#faq_block dl dd {
	display: none;
	line-height: 1.7;
	white-space: pre-line;
}
#faq_block dl dd::before {
	content: "A";
	font: 500 3rem/1 var(--fEN);
	color: var(--mClr);
}
@media screen and (max-width: 640px) {
	#faq_block {
		padding-bottom: 65px;
	}
	#faq_block dl {
		margin-bottom: 15px;
	}
	#faq_block dl dt,
	#faq_block dl dd {
		gap: 10px;
		padding: 15px;
	}
	#faq_block dl dt::before,
	#faq_block dl dd::before {
		font: 500 1.7rem/1 var(--fEN);
		padding-top: 3px;
	}
	#faq_block dl dt {
		padding-right: 50px;
		font: 700 1.3rem/1.7 var(--fJA);
		border-radius: 5px;
	}
	#faq_block dl dt .icon {
		width: 22px;
		height: 22px;
		top: calc(50% - 11px);
		right: 15px;
		border-radius: 3px;
	}
	#faq_block dl dt .icon::before,
	#faq_block dl dt .icon::after {
		width: 8px;
		height: 1px;
		top: calc(50% - 0.5px);
		left: calc(50% - 4px);
	}
	#faq_block dl dd {
		font: 500 1.3rem/1.7 var(--fJA);
	}
}
/*-----------------------------------

	news_block

-----------------------------------*/
#news_block {
	padding: 100px 0;
	background: #f8f8f8;
}
#news_block ul {
	border-top: 2px solid #e1e3e3;
	margin-bottom: 30px;
}
#news_block ul li {
	border-bottom: 2px solid #e1e3e3;
}
#news_block ul li a {
	padding: 30px;
	display: flex;
	align-items: center;
	gap: 20px;
}
#news_block ul li a time {
	width: 80px;
	font: 500 15px/1 var(--fEN);
	color: #7d8484;
}
#news_block ul li a p {
	width: calc(100% - 100px);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#news_block a.more {
	font: 500 1.7rem/50px var(--fJA);
	padding-right: 60px;
	width: max-content;
	margin: 0 0 0 auto;
	position: relative;
	z-index: 0;
}
#news_block a.more:hover {
	opacity: 1;
}
#news_block a.more::before,
#news_block a.more::after {
	content: "";
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
}
#news_block a.more::before {
	background: url(../img/index/news_arrow01.svg) no-repeat right center/contain;
	z-index: 1;
}
#news_block a.more::after {
	background: url(../img/index/news_arrow02.svg) no-repeat right center/contain;
	z-index: 2;
	opacity: 0;
	transition: 0.5s;
}
#news_block a.more:hover::after {
	opacity: 1;
}
@media screen and (max-width: 640px) {
	#news_block {
		padding: 65px 0;
	}
	#news_block ul li a {
		padding: 20px 10px;
		flex-direction: column;
		align-items: normal;
		gap: 10px;
	}
	#news_block ul li a time {
		font: 500 11px/1 var(--fEN);
	}
	#news_block ul li a p {
		font-size: 14px;
		width: 100%;
	}
	#news_block a.more {
		font: 700 1.5rem/44px var(--fJA);
		padding-right: 55px;
	}
	#news_block a.more::before,
	#news_block a.more::after {
		width: 44px;
		height: 44px;
	}
}