@charset "UTF-8";

@media screen and (max-width: 767px) {
	.button a {
		max-width: 27.5rem;
		width: 100%;
	}

	.button a span {
		padding-right: 0;
		width: calc(100% - 4.5rem);
	}
}

/* ===== kv ===== */

.kv {
	margin-left: auto;
	margin-right: auto;
	max-width: initial;
	padding: 0;
	position: relative;
	width: 100%;
}

.kv>img {
	margin: 0;
	max-width: 100%;
	width: 100%;
}

/*  */
.circle {
	align-items: center;
	background-color: #fff;
	border-radius: 5rem;
	bottom: 0;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	left: 0;
	line-height: 1;
	margin-bottom: 2rem;
	margin-left: 1.8rem;
	padding: 3rem 0 2.5rem;
	position: absolute;
	width: 2.5rem;
}

.circle p {
	font-family: "KiwiMaru-Medium", serif;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 1rem;
	writing-mode: vertical-rl;
}



.circle li {
	animation: frame 1s infinite alternate;
	background-color: #00c8d2;
	border-radius: 50%;
	height: .7rem;
	list-style: none;
	margin-top: .5rem;
	position: relative;
	width: .7rem;
}

.circle li:nth-child(1) {
	animation-delay: 0s;
}

.circle li:nth-child(2) {
	animation-delay: .3s;
}

.circle li:nth-child(3) {
	animation-delay: .4s;
}

.circle li:nth-child(4) {
	animation-delay: .5s;
}

.circle li:nth-child(5) {
	animation-delay: .6s;
}

.circle li:nth-child(6) {
	animation-delay: .7s;
}

.circle li:nth-child(7) {
	animation-delay: .8s;
}

.circle li:nth-child(8) {
	animation-delay: .9s;
}

.circle li:nth-child(9) {
	animation-delay: 1s;
}

.circle li:nth-child(10) {
	animation-delay: .9s;
}

@keyframes frame {
	0% {
		background-color: #00c8d2;
	}

	60% {
		background-color: #00c8d2;
	}

	100% {
		background-color: #0073c8;
	}
}

@media screen and (max-width: 767px) {
	.kv {
		max-width: initial;
		padding: 3rem 1.5rem;
	}
}

/* ===== js_inquiry ===== */

.inquiry_posision {}

#js_inquiry {
	animation: fadeIn .4s ease-in 0s forwards;
	display: inline-block;
	margin-top: 26vw;
	opacity: 1;
	position: fixed;
	right: 5vw;
	text-align: center;
	top: 0;
	transition: all 600ms;
	z-index: 9001;
}

#js_inquiry.fade {
	animation: fadeIn .4s ease-in 0s forwards;
}

#inquiry-btn-check {
	display: none;
}

#inquiry-btn-check~.inquiry-btn,
#inquiry-btn-check~.inquiry-btn-check_tri {
	display: inline-block;
	transition: all 600ms;
}

#inquiry-btn-check:checked~.inquiry-btn,
#inquiry-btn-check:checked~.inquiry-btn-check_tri {
	display: none;
}

#js_inquiry .inquiry-btn-check_tri {
	left: 0;
	margin-top: -3rem;
	position: absolute;
	top: 0;
}

#js_inquiry .inquiry-btn-check_tri span {
	display: none;
}

#js_inquiry .inquiry-btn {
	align-items: center;
	display: flex;
	height: 15rem;
	justify-content: center;
	margin: .4rem;
	max-width: clamp(6rem, 3.816rem + 9.32vw, 15rem);
	width: 100%;
}

/* ===== box_ptopcap ===== */

.box_ptopcap {
	background-color: #f2f0f0;
	overflow: hidden;
}

.box_ptopcap .field {
	height: 100% !important;
	padding-bottom: 10rem;
}

.box_ptopcap .wrapper {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	padding: 10rem 1rem 6rem;
	position: relative;
	z-index: 41;
}

/*  */

.box_ptopcap .wrapper header p {
	letter-spacing: 0.15em;
	color: #7d7d7d;
	font-size: clamp(1.8rem, .39rem + 3.01vw, 4rem);
	/* font-weight: bold; */
	line-height: 1.88;
	position: relative;
}

.box_ptopcap .wrapper header+p {
	font-size: 2rem;
	font-weight: 900;
	line-height: 2;
	margin-bottom: 4rem;
	margin-top: 3rem;
}

.box_ptopcap .wrapper header h2 {
	margin-top: 4rem;
}

.box_ptopcap .wrapper header img {
	margin: 3rem auto 0;
	max-width: 35rem;
	width: 100%;
}

/* container */
.container {
	overflow: hidden;
}

.box_ptopcap>.container {
	overflow: initial;
}

/*  */
.template_Tip {
	margin: 2rem auto;
}

.template_Tip.right>.inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0;
	margin-right: calc(50% - 50vw);
	padding: 0;
}

.template_Tip.left>.inner {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-around;
	margin: 0;
	margin-left: calc(50% - 50vw);
	padding: 0;
}

.template_Tip>.inner .contents {
	display: flex;
	flex-direction: column;
	max-width: var(--contents_default_wide_N);
	padding: 4rem 2rem 4rem 10.7rem;
	width: 100%;
}

.template_Tip>.inner .contents>div {
	display: inline-block;
	position: relative;
}

.template_Tip>.inner .contents>div .logo {
	display: block;
	height: auto;
	margin-right: -2vw;
	margin-top: -13rem;
	position: absolute;
	right: 0;
	top: 0;
	width: clamp(7.5rem, 3.013rem + 9.57vw, 14.5rem);
}

.template_Tip>.inner .contents>div p {
	display: inline-block;
	font-size: clamp(1.5rem, 1.1rem + .8vw, 1.8rem);
	letter-spacing: .05em;
	line-height: 2.22;
	margin-bottom: 8.7rem;
	text-align: left;
	/* font-weight: 600; */
	color: #7D7D7D;
}

.template_Tip>.inner .contents .point {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 4rem;
	max-width: 94.5rem;
	width: 100%;
}

.template_Tip>.inner .contents .point li {
	aspect-ratio: 1 / 1;
	background-repeat: no-repeat;
	background-size: contain;
}

.template_Tip>.inner .contents .point li:nth-of-type(1) {
	width: 34.3%;
	margin: 0 .5%;
}

.template_Tip>.inner .contents .point li:nth-of-type(2) {
	width: 30.3%;
	margin: 0 .5%;
}

.template_Tip>.inner .contents .point li:nth-of-type(3) {
	width: 32.3%;
	margin: 0 .5%;
}

.template_Tip>.inner .contents .point li:nth-of-type(4) {
	width: 30.3%;
	margin: -2rem 1.5% 0;
}

.template_Tip>.inner .contents .point li:nth-of-type(5) {
	width: 36.3%;
	margin: 2% 1.5% 0;
}

.template_Tip>.inner .contents:last-child {
	max-width: var(--contents_default_wide_N);
	padding: 0;
	width: 100%;
}

/*  */
.template_Tip>.inner .contents.cell01 {
	max-width: initial;
	width: auto;
}

.template_Tip>.inner .contents.cell02 {
	max-width: 100rem;
	width: 100%;
}

.template_Tip>.inner .contents.cell03 {
	margin-left: 6vw;
	margin-top: 10rem;
	max-width: 94.5rem;
	width: 100%;
	margin-right: 2rem;
}

.template_Tip>.inner .contents.cell04 {
	margin-top: 0;
	max-width: 68.5rem;
	padding: 0;
	width: 100%;
}

/*  */
.template_Tip>.inner .contents .template_Tip_img01 {
	border-radius: 0 30px 30px 0;
	margin-left: 0;
}

@media screen and (max-width: 767px) {
	.template_Tip.right>.inner {
		align-items: center;
		display: flex;
		flex-direction: column;
		margin-left: 0;
		margin-right: 0;
	}

	.template_Tip.left>.inner {
		align-items: center;
		display: flex;
		flex-direction: column-reverse;
		margin-left: 0;
		margin-right: 0;
	}

	.template_Tip>.inner .contents {
		letter-spacing: -.05rem;
		padding-bottom: 0;
		padding-left: 2rem;
		padding-right: 2rem;
		text-align: center;
	}

	.template_Tip>.inner .contents.point {
		padding-top: 0;
	}

	.template_Tip>.inner .contents.cell03 {
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
	}

	.template_Tip>.inner .contents:last-child {
		padding: 4rem 3rem 0;
	}

	.template_Tip>.inner .contents .template_Tip_img01 {
		border-radius: 30px;
		margin-left: initial;
	}

	.template_Tip>.inner .contents>div p {
		text-align: center;
		margin-bottom: 4rem;
		width: 100%;
		line-height: 1.77;
		/* font-size: 1.5rem; */
	}
}

@media screen and (max-width: 767px) {
	.box_ptopcap {
		padding-bottom: 4rem;
		padding-top: 1rem;
	}

	.box_ptopcap .field {
		min-height: 90rem;
		padding-bottom: 14rem;
	}

	.box_ptopcap .wrapper {
		flex-direction: column;
		flex-wrap: nowrap;
		padding: 5rem 1rem 0;
	}

	.box_ptopcap .wrapper header {
		margin-top: 4rem;
	}

	.box_ptopcap .wrapper header h2 {
		margin: 0 2rem;
	}

	.box_ptopcap .wrapper header img {
		margin: 2rem auto 0;
		width: 80%;
	}

	.box_ptopcap .wrapper header>.logo {
		margin-top: 6rem;
		max-width: 7.4rem;
	}

	.box_ptopcap .wrapper header p {
		line-height: 1.8;
	}

	.box_ptopcap .wrapper header+p {
		font-size: 1.4rem;
		line-height: 1.8;
	}
}

/* box_section */

.box_section>.wrapper>header {
	margin-bottom: 6rem;
}

.box_section>.wrapper>header>img {
	width: clamp(14rem, 9.146rem + 20.71vw, 34rem);
}

.box_section>.wrapper>header h2 {
	background: linear-gradient(transparent 70%, #00c8d2 70%);
	color: var(--contents_default_color);
	display: inline-block;
	font-size: clamp(1.6rem, .775rem + 3.52vw, 5rem);
	margin-bottom: 4rem;
	margin-top: 1.2rem;
	position: relative;
	font-family: ZenKakuGothicNew-Black;
	padding-left: .4rem;
	padding-right: .4rem;
	letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
	.box_section>.wrapper>header {
		margin: 0 auto;
		padding: 3rem .5rem 0;
	}

	.box_section>.wrapper>header h2 {
		margin-bottom: 0;
	}

	.box_section>.wrapper>header h2>img {}
}


/* ===== chapter01 ===== */
.chapter01 {
	padding-top: 14rem;
}

@media screen and (min-width: 767px) {
	.chapter01>.wrapper {
		padding-bottom: 2rem;
	}
}

.chapter01 .wrapper>h3 img {
	margin-top: 4rem;
	max-width: 45rem;
	width: 100%;
}

.chapter01 .wrapper>h3+p {
	font-size: 2rem;
	margin: 1.5rem auto 0;
	max-width: 80rem;
}

.chapter01 .wrapper>figure.price {
	margin-top: 6rem;
	padding: 0 2rem;
}

.chapter01 .wrapper>figure.price+p {
	font-size: clamp(1.5rem, 1.427rem + .31vw, 1.8rem);
	/* font-weight: bold; */
	margin-top: 3rem;
	color: #7D7D7D;
	line-height: 1.67;
	padding-bottom: 4rem;
}

.chapter01 .wrapper>figure.price img {
	max-width: calc(91rem + 16vw);
	padding: 0 11vw;
	width: 100%;
}

.chapter01 .wrapper>.cost {
	border-radius: 12px;
	margin-bottom: 6rem;
	margin-top: 8rem;
}

.chapter01 .wrapper>.cost>img {
	margin-bottom: 2rem;
	max-width: 45rem;
	width: 100%;
}

.chapter01 .wrapper>.cost .sp_scroll_inner>img {
	max-width: 91rem;
}

@media screen and (max-width: 767px) {
	.chapter01 {
		padding-top: 5rem;
	}

	.chapter01 .wrapper {
		padding-left: 2rem;
		padding-right: 2rem;
		padding-top: 0;
	}

	.chapter01 .wrapper>h3+p {
		font-size: 2rem;
		text-align: left;
	}

	.chapter01 .wrapper>figure.image {
		margin-top: 2rem;
	}

	.chapter01 .wrapper>figure.image img:nth-of-type(1) {
		max-width: 13rem;
		width: 100%;
	}

	.chapter01 .wrapper>figure.price {
		margin-top: 4rem;
	}

	.chapter01 .wrapper>figure.price+p {
		line-height: 1.87;
		padding-bottom: 4rem;
		letter-spacing: -.4px;
	}

	.chapter01 .wrapper>.cost {
		margin-top: 5rem;
	}

	.chapter01 .wrapper>.cost>img {
		padding-left: 8vw;
		padding-right: 16vw;
	}
}

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

	.chapter01 .wrapper>.cost {
		background-color: var(--contents_default_color_sub1);
		border-radius: 4rem 0 0 4rem;
		margin-bottom: 6rem;
		margin-left: 2rem;
		margin-right: -2rem;
		margin-top: 8rem;
		overflow: hidden;
		padding: 4rem 0 2rem 2rem;
	}

	.chapter01 .wrapper>.cost .sp_scroll>* {
		border-radius: 12px 0 0 12px;
		display: flex;
	}

	.chapter01 .wrapper>.cost .sp_scroll_inner>img {
		margin-right: 2rem;
	}

}

/* tvcm */

.tvcm {}

.tvcm .headimg {
	max-width: initial;
	width: 100%;
}

.tvcm .tvcm_inner {
	background-color: var(--contents_default_color);
	margin-top: -1px;
}

.tvcm .tvcm_inner header {
	margin-bottom: 2rem;
}

.tvcm .tvcm_inner header h2 img {
	max-width: 35rem;
	width: 100%;
}

.tvcm .tvcm_inner .tvcm_list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	justify-content: center;
}

.tvcm .tvcm_inner .tvcm_list li {
	border-radius: 12px;
	margin: 2rem 0;
	max-width: 48rem;
	overflow: hidden;
	width: 100%;
}

.tvcm .tvcm_inner .tvcm_list li a {
	display: block;
	position: relative;
}

/*.tvcm .tvcm_inner .tvcm_list li a::before {
	background-image: url(../image/tvcm_icon.png);
	background-position: center center;
	background-size: cover;
	content: "";
	display: block;
	height: 4rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 4rem;
}*/

.tvcm .tvcm_inner .tvcm_sns {
	margin: 2rem 0;
}

.tvcm .tvcm_inner .tvcm_sns p {
	color: #fff;
	font-size: 1.8rem;
}

.tvcm .tvcm_inner .tvcm_sns ul {
	align-items: center;
	display: flex;
	gap: 2rem;
	justify-content: center;
	margin-top: 2rem;
}

.tvcm .tvcm_inner .tvcm_sns ul li {
	max-width: 5rem;
	width: 100%;
}

@media screen and (min-width: 767px) {
	.tvcm .tvcm_list li iframe {
		height: 270px;
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.tvcm .tvcm_inner .tvcm_list {
		flex-direction: column;
		margin-left: 6vw;
		margin-right: 6vw;
		margin-top: 2rem;
	}

	.tvcm .tvcm_inner .tvcm_list li {
		margin: 0;
	}

	.tvcm .tvcm_list li iframe {
		height: 42vw;
		width: 100vw;
	}
}

/*  */

.slideshow_wrap {
	align-items: center;
	display: flex;
	margin: 0 0 6rem;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.slideshow_wrap {
	--test_color: #e2e2e2;
}

.slideshow_wrap::before {
	background: linear-gradient(to right, var(--test_color), #fff0);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 1rem;
	z-index: 51;
}

.slideshow_wrap::after {
	background: linear-gradient(to left, var(--test_color), #fff0);
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 1rem;
	z-index: 51;
}

.slideshow_wrap .slideshow {
	display: flex;
}

.slideshow_wrap .slideshow.anim01 {
	animation: loop-slide_1 50s infinite linear 1s both;
}

.slideshow_wrap .slideshow.anim02 {
	animation: loop-slide_2 50s infinite linear 1s both;
}

.slideshow_wrap .slideshow>li {
	display: block;
	margin: 0 1rem;
	padding: .2rem;
	width: 25vw;
}

.slideshow_wrap .slideshow>li img {
	height: auto;
	width: 100%;
}

@keyframes loop-slide_1 {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-100%);
	}
}

@keyframes loop-slide_2 {
	from {
		transform: translateX(-100%);
	}

	to {
		transform: translateX(0);
	}
}

@media screen and (max-width: 767px) {
	.slideshow_wrap {
		margin-bottom: .2rem;
	}

	.slideshow_wrap .slideshow>li {
		width: 55vw;
	}
}

/* chapter02 */
.chapter02 {
	background-color: #ddf7ff;
	overflow: hidden;
	padding-bottom: 12rem;
	padding-top: 10rem;
}

.chapter02 .wrapper {
	max-width: var(--contents_default_wide_N);
	padding-bottom: 0;
}

.chapter02 .js_slider.no01 {
	margin: 4rem 0 16rem;
	position: relative;
}

/*  */
.list_point {
	height: 100%;
}

.list_point article {
	display: flex;
	flex-direction: row-reverse;
	position: relative;
	width: 100%;
	height: 100%;
}

.list_point article>div {
	background-color: #fff;
	border-radius: 50px;
	margin: 6rem clamp(4rem, 0.154rem + 8.21vw, 10rem) -5rem;
	max-width: 110rem;
	padding: 9.5rem clamp(10rem, 2.5rem + 12vw, 18rem) 5rem 26rem;
	position: relative;
	text-align: left;
	width: 100%;
}

.list_point article>div header {
	display: inline-block;
	position: relative;
}

.list_point article>div header h3 {
	color: var(--contents_default_color);
	font-size: clamp(2.3rem, 2.13rem + .72vw, 3rem);
	letter-spacing: .05em;
	line-height: 1.67;
	font-family: ZenKakuGothicNew-Black;
}

.list_point article>div p {
	font-size: clamp(1.4rem, 1.303rem + .41vw, 1.8rem);
	/* font-weight: 600; */
	letter-spacing: .05em;
	line-height: 2.11;
	margin: 4rem 0;
	color: #7D7D7D;
}

.list_point article>div p.link {
	color: var(--contents_default_color);
}

.list_point article>div p a {
	text-decoration: none;
	line-height: 1.2;
	display: inline-flex;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
	position: relative;
	padding-right: 16px;
}

.list_point article>div p a::after {
	font-family: "Material Icons";
	content: "\e037";
	display: inline-flex;
	color: #0073c8;
	position: absolute;
	right: 0;
	padding-top: 2px;
}

.list_point article>div p a:hover {
	text-decoration: underline;
}

.list_point article>div>.icon {
	bottom: 0;
	margin-bottom: -3rem;
	margin-right: -6vw;
	position: absolute;
	right: 0;
	width: clamp(12rem, 5rem + 8vw, 20rem);
}

.list_point article>figure {
	margin-right: -40rem;
	position: relative;
	z-index: 49;
}

.list_point article>figure img {
	border-radius: 50px;
	margin-left: 0;
	max-width: 43vw;
	width: clamp(27.6rem, 15.473rem + 55.44vw, 82rem);
}

@media screen and (min-width: 1020px) {
	.list_point article>div {
		padding-left: 37.8rem;
	}
}

/* @media screen and (min-width: 1200px) {
	.list_point article>div {
		padding-right: 30.8rem;
	}
} */

@media screen and (max-width: 1020px) {
	.list_point article>div {
		margin-left: 20vw;
		position: initial;
	}

	.list_point article>div p {
		line-height: 1.6;
	}

	.list_point article>div p:last-of-type {
		margin-bottom: 0;
	}

	.list_point article>div p:last-of-type a:hover {
		text-decoration: underline;
	}

	.list_point article>div>.icon {
		margin-right: .5vw;
	}
}

@media screen and (max-width: 800px) {
	.chapter02 {
		overflow: hidden;
		padding-bottom: 4rem;
		padding-top: 0;
	}

	.list_point {
		overflow: hidden;
	}

	.list_point article {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: initial;
	}

	.list_point article>div header {
		margin-bottom: 1.5rem;
		width: 100%;
	}

	.list_point article>div header h3 {
		display: inline-block;
		line-height: 1.2;
	}

	.list_point article>div header h3 img {
		max-width: 70vw;
	}

	.list_point article>div header::after {
		bottom: 0;
		height: 8rem;
		margin-right: -5vw;
		top: -14vw;
		width: 40vw;
	}

	.list_point article>div p {
		margin: 0;
	}

	.list_point article>div>.icon {
		display: none;
	}

	.list_point article {
		flex-direction: column-reverse !important;
		flex-wrap: wrap;
		max-width: initial;
		width: initial;
	}

	.list_point article>div {
		border-radius: 0 0 20px 20px;
		margin: 0;
		padding: 2rem 4rem 2.5rem;
		width: initial;
	}

	.list_point article>div>* {
		width: initial;
	}

	.list_point article>figure {
		width: 100%;
		margin-left: 0;
	}

	.list_point article>figure img {
		border-radius: 20px 20px 0 0;
		max-width: initial;
		width: 100%;
	}

	.list_point article>div p a {
		position: absolute;
		width: 100%;
		height: 100%;
		display: block;
		top: 0;
		left: 0;
		z-index: 99;
		opacity: 0;
	}

	.list_point {
		padding-right: 0;
	}

}

/*  */

.chapter02_inner {
	position: relative;
}

.js_slider-no01-nav {
	display: flex;
	position: absolute;
	right: 4vw;
	z-index: 99;
	gap: 2rem;
	margin-top: -4rem;
}

@media screen and (max-width: 800px) {
	.js_slider-no01-nav {
		display: none;
	}
}

.chapter02 .per.js-method_prev.no01 {
	border: 1px solid var(--contents_default_color);
	border-radius: 50%;
	cursor: pointer;
	width: 6rem;
	aspect-ratio: 1 / 1;
	background-color: #fff;
	background-image: url(../image/icon_arrow.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50%;
	transform: rotate(180deg);
}

.chapter02 .nex.js-method_next.no01 {
	align-items: center;
	border: 1px solid var(--contents_default_color);
	border-radius: 50%;
	cursor: pointer;
	width: 6rem;
	aspect-ratio: 1 / 1;
	background-color: #fff;
	background-image: url(../image/icon_arrow.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50%;
}

.chapter02 .js_slider.no01 button.slick-prev.slick-arrow {
	background-color: #fff;
	border: 1px solid #003c99;
	border-radius: 50%;
	position: absolute;
	width: 6rem;
	aspect-ratio: 1 / 1;
	background-color: #fff;
	background-image: url(../image/icon_arrow.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60%;
	transform: rotate(180deg);
}

.chapter02 .js_slider.no01 button.slick-prev.slick-arrow:before {
	content: initial;
}

.chapter02 .js_slider.no01 button.slick-next.slick-arrow {
	background-color: #fff;
	border: 1px solid #003c99;
	border-radius: 50%;
	position: absolute;
	width: 6rem;
	aspect-ratio: 1 / 1;
	background-color: #fff;
	background-image: url(../image/icon_arrow.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60%;
}

.chapter02 .js_slider.no01 button.slick-next.slick-arrow:before {
	content: initial;
}

.list_point article {
	padding-left: 0;
	padding-right: 0;
}

@media screen and (min-width: 767px) {
	.js_slider.no01 .slick-list {
		overflow: initial;
	}
}

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

	.chapter02 .js_slider.no01 {
		margin-bottom: 6.5rem;
		/* margin-left: 1rem; */
		padding: 0 3rem;
	}

	.chapter02 .js_slider.no01 button.slick-prev.slick-arrow {
		height: 3.7rem;
		width: 3.7rem;
		margin-left: 1.2rem;
	}

	.chapter02 .js_slider.no01 button.slick-next.slick-arrow {
		height: 3.7rem;
		width: 3.7rem;
		margin-right: 1.2rem;
		margin-top: 1.5rem !important;
	}

}

@media screen and (max-width: 767px) {
	.list_point article>div>.icon {
		display: none;
	}

}

/* box_column */

.box_column {
	margin-bottom: 6rem;
	overflow: hidden;
	padding-top: 18rem;
}

.box_column .wrapper {
	max-width: var(--contents_default_wide_N);
	padding-top: 0;
}

.box_column>.wrapper>header h2 {
	letter-spacing: 3px;
}

.box_column .js_slider.no02 {
	margin: 4rem 0 4rem -1rem;
	position: relative;
}

.box_column .js_slider.no02 li {
	height: 100%;
	position: relative;
}

.box_column .js_slider.no02 li a {
	background-color: #f2f0f0;
	border: #fff0 2px solid;
	border-radius: 1.5rem;
	display: block;
	height: 100%;
	padding: 1.5rem 1.5rem 4.5rem;
}

.box_column .js_slider.no02 li a:hover {
	border: #0073c8 2px solid;
	filter: initial;
}

.box_column .js_slider.no02 .slick-slide>div>li::after {
	bottom: 0;
	color: var(--contents_default_color);
	content: "→";
	font-family: auto;
	font-size: 2rem;
	margin: 0 2rem 1rem 0;
	position: absolute;
	right: 0;
}

.box_column .js_slider.no02 li.new_column::before {
	background-image: url(../image/column_list_icon_new.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	font-weight: 900;
	height: 10rem;
	left: 0;
	margin-left: 4rem;
	max-width: 10rem;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 55;
}

.box_column .js_slider.no02 li a {
	text-decoration: none;
}

.box_column .js_slider.no02 li figure {
	background-color: #fff;
	border-radius: 1.5rem;
	overflow: hidden;
	padding-bottom: 100%;
	position: relative;
}

.box_column .js_slider.no02 li figure img {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
}

.box_column .js_slider.no02 li .date {
	color: var(--contents_default_color);
	display: block;
	font-size: clamp(1.5rem, 1.308rem + .41vw, 1.8rem);
	/* font-weight: 600; */
	line-height: 1.2;
	margin-top: 1.5rem;
}

.box_column .js_slider.no02 .categorylist {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin: 1.5rem 0;
}

.box_column .js_slider.no02 .categorylist li {
	align-items: center;
	background-color: var(--contents_default_color);
	border-radius: 5rem;
	color: #fff;
	display: flex;
	font-size: 1.4rem;
	font-weight: 800;
	padding: .5rem 2rem;
}

.box_column .js_slider.no02 li p {
	display: block;
	font-size: clamp(1.4rem, 1.144rem + .55vw, 1.8rem);
	line-height: 1.65;
	text-align: left;
	/* font-weight: bold; 600*/
}

.box_column .js_slider.no02>.slick-list {
	margin-right: calc(50% - 65vw);
}

.box_column .js_slider.no02 .slick-track {
	display: flex;
}

.box_column .js_slider.no02 .slick-slide {
	height: auto !important;
	padding: 0 1rem;
}

.box_column .js_slider.no02 .slick-track .slick-slide>div {
	height: 100%;
}

.box_column .slide_nav {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: .5rem 0;
}

.box_column .slide_nav .button.style02 a {
	max-width: 42rem;
	width: 100%;
	padding-bottom: 1.6rem;
}

.box_column .slide_nav .button.style02 a span {
	width: 100%;
	font-size: 2.2rem;
}

.box_column .slide_nav .js-method_prev.no02 {
	border: 1px solid var(--contents_default_color);
	border-radius: 50%;
	cursor: pointer;
	width: 5rem;
	aspect-ratio: 1 / 1;
	background-color: #fff;
	background-image: url(../image/icon_arrow.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60%;
	transform: rotate(180deg);
}

.box_column .slide_nav .js-method_next.no02 {
	border: 1px solid var(--contents_default_color);
	border-radius: 50%;
	cursor: pointer;
	width: 5rem;
	aspect-ratio: 1 / 1;
	background-color: #fff;
	background-image: url(../image/icon_arrow.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60%;
}

@media screen and (max-width: 1366px) {
	.box_column .js_slider.no02 {
		margin-left: 0;
	}

	.box_column .js_slider.no02>.slick-list {
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	.box_column {
		padding-top: 6rem;
	}

	.box_column .js_slider.no02 li .date {
		font-size: clamp(1.8rem, 1.415rem + .82vw, 2.4rem);
		margin-top: 2rem;
	}

	.box_column .js_slider.no02 li p {
		font-size: clamp(1.8rem, 1.544rem + 0.55vw, 2.2rem);
		/* font-weight: normal; */
	}

	.box_column .slide_nav .button.style02 {
		max-width: calc(60px* 4.5);
		margin: 0 auto;
	}

	.box_column .slide_nav .button.style02 a span {
		font-size: 1.6rem;
	}

	.box_column .slide_nav .button.style02 a {
		padding-bottom: 0;
	}

}

/* 追加 */
@media screen and (max-width: 767px) {
	.slider-no02_outer {
		display: flex;
		grid-template-columns: 5rem auto 5rem;
		flex-wrap: nowrap;
		position: relative;
		margin-left: -2rem;
		margin-right: -2rem;
		padding-left: 3.8rem;
		padding-right: 3.8rem;
		overflow: hidden;
	}

	.slider-no02_outer .js-method_prev.no02 {
		border: 1px solid var(--contents_default_color);
		border-radius: 50%;
		cursor: pointer;
		aspect-ratio: 1 / 1;
		background-color: #fff;
		background-image: url(../image/icon_arrow.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 60%;
		transform: rotate(180deg);
		position: absolute;
		top: 50%;
		left: 0;
		z-index: 100;
		width: 3.7rem;
		margin-left: .5rem;
		transform: translate(0, -50%) rotate(180deg);
	}

	.slider-no02_outer .js-method_next.no02 {
		border: 1px solid var(--contents_default_color);
		border-radius: 50%;
		cursor: pointer;
		aspect-ratio: 1 / 1;
		background-color: #fff;
		background-image: url(../image/icon_arrow.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 60%;
		position: absolute;
		top: 50%;
		right: 0;
		z-index: 100;
		width: 3.7rem;
		margin-right: .5rem;
		transform: translate(0, -50%);
	}
}

/* box_info */
.box_info {
	padding-top: 10rem;
}

.box_info .wrapper {
	margin-bottom: -25rem;
	max-width: inherit;
	padding: 0 clamp(3.5rem, -12rem + 20vw, 18.5rem);
}

.box_info_inner {
	display: flex;
	gap: 5rem;
}

.box_info_inner section {
	border-bottom: none;
	border-radius: 20px 20px 0 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 3rem 5rem 20rem;
	width: 100%;
}

.box_info_inner section:nth-of-type(1) {
	border: 1px solid var(--contents_default_color);
	border-bottom: none;
}

.box_info_inner section:nth-of-type(2) {
	border: 1px solid var(--contents_default_color_sub2);
	border-bottom: none;
}

.box_info_inner section h3 {
	max-width: clamp(14.5rem, 12.577rem + 4.1vw, 17.5rem);
	width: 100%;
}

.box_info_inner section ul {
	margin: 4rem 0;
}

.box_info_inner section ul li {
	display: block;
	margin: 2rem 0 1rem;
	text-align: left;
}

.box_info_inner section:nth-of-type(1) ul li {
	/* border-bottom: 1px dotted var(--contents_default_color); */
	background-image: url(../image/box_info_border01.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: 30px;
}

.box_info_inner section:nth-of-type(2) ul li {
	/* border-bottom: 1px dotted var(--contents_default_color_sub2); */
	background-image: url(../image/box_info_border01b.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: 30px;
}

.box_info_inner section ul li a {
	display: block;
	font-size: 1.8rem;
	text-decoration: none;
}

.box_info_inner section ul li a .day {
	border-radius: 20px;
	color: #fff;
	display: inline-block;
	font-size: clamp(1rem, .487rem + 1.09vw, 1.8rem);
	/* font-weight: 600; */
	letter-spacing: .05em;
	line-height: 1.83;
	margin-bottom: .5rem;
	margin-right: auto;
	padding: 0 1.2rem;
}

.box_info_inner section:nth-of-type(1) ul li a .day {
	background-color: var(--contents_default_color);
}

.box_info_inner section:nth-of-type(2) ul li a .day {
	background-color: var(--contents_default_color_sub2);
}

.box_info_inner section ul li a .cap {
	align-items: stretch;
	display: flex;
	font-size: clamp(1.4rem, 1.144rem + .55vw, 1.8rem);
	justify-content: space-between;
	letter-spacing: .05em;
	line-height: 1.83;
	padding: .2rem .2rem .5rem;
	color: #7D7D7D;
}

.box_info_inner section ul li a .cap::after {
	align-items: center;
	content: "→";
	display: inline-flex;
	margin-bottom: .2rem;
	margin-left: .5rem;
	padding: 0 .3rem 0 .6rem;
}

.box_info_inner section:nth-of-type(1) ul li a .cap::after {
	/* border-left: 1px dotted var(--contents_default_color); */
	color: var(--contents_default_color);
	background-image: url(../image/box_info_border02.png);
	background-repeat: repeat-y;
	background-position: left top;
	background-size: 1.5px;
}

.box_info_inner section:nth-of-type(2) ul li a .cap::after {
	/* border-left: 1px dotted var(--contents_default_color_sub2); */
	color: var(--contents_default_color_sub2);
	background-image: url(../image/box_info_border02b.png);
	background-repeat: repeat-y;
	background-position: left top;
	background-size: 1.5px;
}

.box_info_inner section .button a {
	color: #fff;
	max-width: initial;
	min-height: initial;
	width: 100%;
}

.box_info_inner section .button a::after {
	color: #fff;
	filter: brightness(0) invert(1);
}

.box_info_inner section .button a span {
	font-size: clamp(1rem, .487rem + 1.09vw, 1.8rem);
	letter-spacing: .05em;
	line-height: 1.83;
	padding: .6rem;
}

.box_info_inner section:nth-of-type(1) .button a {
	background-color: var(--contents_default_color);
	height: initial;
}

.box_info_inner section:nth-of-type(2) .button a {
	background-color: var(--contents_default_color_sub2);
	height: initial;
}

.box_info_inner section .button a span {
	text-align: center;
	width: 100%;
}

@media screen and (max-width: 767px) {
	section.box_section.box_info>.wrapper>header {
		margin-bottom: 6rem;
	}

	.box_info {
		padding-top: 0;
	}

	.box_info_inner {
		flex-direction: column;
		gap: 0;
		margin-left: -1rem;
		margin-right: -1rem;
	}

	.box_info .wrapper {
		margin-bottom: 0;
	}


	.box_info_inner section {
		margin-bottom: 4rem;
		padding: 3rem;
	}

	.box_info_inner section ul {
		margin: 2rem 0 3rem;
	}

	.box_info_inner section:nth-of-type(1) {
		border-bottom: 1px solid var(--contents_default_color);
		border-radius: 20px;
	}

	.box_info_inner section:nth-of-type(2) {
		border-bottom: 1px solid var(--contents_default_color_sub2);
		border-radius: 20px;
	}
}

.box_info .custom_but>a {
	min-height: 5rem;
	padding: 0 15px 0 0;
	font-size: clamp(1.2rem, 1.08rem + 0.50vw, 1.7rem);
}

@media screen and (max-width: 767px) {
	.box_info .custom_but>a {
		/* padding-right: 0; */
		min-height: 4rem;
	}

	.box_info .custom_but.style_ft01>a::after {
		/* background-image: none; */
	}
}

/* box_map */
.box_map {
	position: relative;
	z-index: 49;
	margin-top: 4rem;
}

.box_map .headimg {
	max-width: initial;
	width: 100%;
}

.box_map_inner {
	background-color: #0073c8;
	padding-bottom: 6rem;
	padding-top: 10rem;
	margin-top: -1px;
}

.box_map_inner .wrapper {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: nowrap;
	gap: clamp(2rem, -5rem + 7vw, 8rem);
	justify-content: center;
	max-width: var(--contents_default_wide_N);
	justify-content: center;
}

.box_map_inner .content {
	max-width: 50rem;
	width: 100%;
}

.box_map_inner .map_img {}

.box_map_inner .content h2 {
	display: flex;
	width: clamp(27rem, 26.029rem + 4.14vw, 31rem);
	font-size: clamp(3rem, 2.515rem + 2.07vw, 5rem);
	color: #fff;
	font-family: ZenKakuGothicNew-Black;
}

.box_map_inner .content h2>img {
	width: 3.8rem;
}

.box_map_inner .content p {
	color: #fff;
	display: block;
	font-size: clamp(1.4rem, 1.351rem + .21vw, 1.6rem);
	margin: 4rem 0;
	text-align: left;
	line-height: 1.69;
	letter-spacing: 0.05em;
	/* font-weight: 600; */
}

.box_map_inner .map_img {
	background-color: #fff;
	border-radius: 30px;
	margin-left: 15rem;
	padding: 0;
	position: relative;
}

.box_map_inner .map_img::before {
	background-image: url(../image/map_base_img.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	margin-left: -12.7rem;
	max-width: 14rem;
	position: absolute;
	top: -1.5rem;
	width: 100%;
}

.box_map_inner .map_img svg {
	border-radius: 30px;
	height: auto;
	margin-left: auto;
	width: 56.5rem;
}

.box_map_inner .map_wrap {}

@media screen and (min-width: 1025px) {
	.box_map_inner button.custom_but.style03 {
		max-width: 40rem;
	}

	.box_map_inner div:has(.custom_but) {
		text-align: right;
	}
}

@media screen and (min-width: 767px) and (max-width: 1280px) {
	.box_map_inner .wrapper {
		align-items: flex-start;
		gap: 4rem;
	}

	.box_map_inner .content {
		max-width: 36rem;
		margin-right: 5vw;
	}

	.box_map_inner .map_img {
		margin-left: 14rem;
	}
}

@media screen and (max-width: 1024px) {
	.box_map {
		margin-top: initial;
	}

	.box_map_inner {
		padding-bottom: 0;
		padding-top: 0;
	}

	.box_map_inner .look_sp {
		display: block !important;
	}

	.box_map_inner .look_pc {
		display: none !important;
	}

	.box_map_inner .wrapper {
		flex-direction: column-reverse;
		gap: initial;
		padding-bottom: 8rem;
	}

	.box_map_inner .map_wrap>img {
		width: clamp(22rem, 10rem + 30vw, 48rem);
		margin: 3rem auto 2rem;
	}

	.box_map_inner .map_img {
		margin-left: 4rem;
		width: initial;
	}

	.box_map_inner .map_img::before {
		background-image: url(../image/map_base_img_sp.png);
	}

	.box_map_inner .content {
		width: initial;
		max-width: initial;
	}

	.box_map_inner .content p {
		padding-left: 2.25rem;
		padding-right: 2.25rem;
	}

	.box_map_inner .content p.button a {
		max-width: initial;
		width: 100%;
	}

	.box_map_inner .content p.button a span {
		width: calc(100% - 4.5rem);
	}

	.box_map_inner .map_wrap {
		text-align: center;
		display: inline-block;
		margin: auto;
	}
}

.box_map_inner .map_sptitle {
	display: none;
}

@media screen and (max-width: 1024px) {
	.box_map_inner .map_sptitle {
		margin-bottom: 2.5rem;
		display: inline-block !important;
		position: relative;
	}

	.box_map_inner .map_sptitle>img {
		position: absolute;
		width: 1.8rem;
		left: calc(50% + 1rem);
	}

	.box_map_inner .map_sptitle>h2 {
		font-size: clamp(3rem, 2.515rem + 2.07vw, 5rem);
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		padding-top: .6rem;
	}

	.box_map_inner .map_sptitle>h2 img {
		margin: 0;
		width: 6.5rem;
	}
}

/* parallax */
.parallax_content {
	align-items: center;
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: inset 0 12px 10px -8px rgb(44 44 44 / 5%);
	color: #fff;
	display: flex;
	justify-content: center;
	min-height: 40rem;
	position: relative;
}

.parallax_content.img_bg_01 {
	background-image: url(../image/parallax_img01.jpg);
	background-position: top 90px center;
	min-height: 60vw;
}

.parallax_content img {
	display: block;
	height: auto;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 40%;
}

@media screen and (max-width: 767px) {
	.parallax_content {
		background-attachment: initial;
		min-height: 22rem;
	}

	.parallax_content.img_bg_01 {
		background-image: url(../image/parallax_img01_sp.jpg);
		background-position: top center;
	}
}

/* box_sitelink */
.box_sitelink_2 ul {
	display: flex;
	margin: 3rem;
}

.box_sitelink_2 ul li {
	border-left: 2px solid var(--contents_default_color);
	padding: 0;
	width: 100%;
	height: 15.6rem;
}

.box_sitelink_2 ul li:nth-of-type(1) {
	border-left: none;
}

.box_sitelink_2 ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	text-decoration: none;
	padding: 2rem .5rem;
}

.box_sitelink_2 ul li div {
	display: flex;
	color: var(--contents_default_color);
	flex-direction: column;
	margin: 2rem;
}

.box_sitelink_2 ul li div img {
	max-width: 6rem;
	width: 100%;
}

.box_sitelink_2 ul li div>p {
	align-items: center;
	display: inline-flex;
	font-size: clamp(1.7rem, 1.5rem + .50vw, 2.2rem);
	/* font-weight: 600; */
	margin-top: .2em;
	text-align: center;
}

.box_sitelink_2 ul li div>p::after {
	background-color: var(--contents_default_color);
	background-image: url(../image/icon_button-arrow_w.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 55%;
	border-radius: 50%;
	content: "";
	display: inline-block;
	flex-shrink: 0;
	margin-left: 1.2rem;
	width: clamp(2rem, 0.67rem + 2.78vw, 4rem);
	aspect-ratio: 1 / 1;
}

@media screen and (max-width: 900px) {
	.box_sitelink_2 ul li div>p::after {
		background-image: url(../image/icon_button-arrow_w_sp.svg);
		background-size: 60%;
	}
}

.box_sitelink_2 ul li div>p:nth-of-type(1):after {
	background-color: initial;
	background-image: initial;
}

.box_sitelink_2 ul li div>p>span {
	display: inline-block;
}

@media screen and (max-width: 900px) {
	.box_sitelink_2 ul {
		flex-wrap: wrap;
		margin: 5.36vw;
	}

	.box_sitelink_2 ul li {
		padding: 0;
		width: 50%;
	}

	.box_sitelink_2 ul li:nth-of-type(3) {
		border-left: none;
		border-top: 2px solid var(--contents_default_color);
	}

	.box_sitelink_2 ul li:nth-of-type(4) {
		border-top: 2px solid var(--contents_default_color);
	}

	.box_sitelink_2 ul li a {
		padding: 2.5rem 1rem 2.5rem 0;
	}

	.box_sitelink_2 ul li:nth-of-type(2) a,
	.box_sitelink_2 ul li:nth-of-type(4) a {
		padding: 2.5rem 0 2.5rem 1rem;
	}

	.box_sitelink_2 ul li div {
		padding: initial;
		justify-content: space-evenly;
		margin: 0;
	}

	.box_sitelink_2 ul li div img {
		margin-bottom: .5rem;
		max-width: 4.5rem;
	}

	.box_sitelink_2 ul li div>p {
		line-height: 1.3;
	}

	.box_sitelink_2 ul li div>p::after {
		margin-left: .6rem;
	}

}

/*  */

footer>svg {
	background-color: #00c8d2;
}

/*============================
　slider
============================*/

.box_slide .topimg {
	width: 100%;
}

.box_slide .box_slide_inner {
	background-color: var(--contents_default_color_sub2);
	padding-top: 6rem;
}

.box_slide .box_slide_inner .wrapper {
	max-width: 108rem;
	padding-left: 4.2rem;
	padding-right: 4.2rem;
}

.box_slide .box_slide_inner .wrapper header h2 {
	margin-bottom: 3rem;
}

.box_slide .box_slide_inner .wrapper header h2>img {
	max-width: 45rem;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.box_slide {}

	.box_slide .box_slide_inner .wrapper {
		padding-left: 5rem;
		padding-right: 5rem;
	}
}

/* js_slider no03 */

.js_slider.no03 li picture {
	background-color: #fff;
	background-image: url(../image/img-default.png.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50%;
	border: 3px solid #fff;
	border-radius: 20px;
	display: block;
	overflow: hidden;
	padding-bottom: 73%;
	position: relative;
}

.js_slider.no03 li picture img {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.js_slider.no03 li p {
	color: #fff;
	font-size: clamp(1.3rem, 1.276rem + .1vw, 1.4rem);
	margin-top: 1rem;
	text-align: left;
}

.js_slider.no03 li a[target="_blank"] picture::after {
	background-image: url(../image/slider_target.png);
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	display: block;
	height: 4rem;
	margin-bottom: -.2rem;
	margin-right: -.2rem;
	position: absolute;
	right: 0;
	width: 4rem;
}

.js_slider.no03.slick-initialized .slick-slide {
	margin-left: 2rem;
	margin-right: 2rem;
}

.js_slider.no03 .slick-dots {
	bottom: 0;
	margin-bottom: 10rem;
	position: absolute;
}

.js_slider.no03 .slick-dots li button::before {
	font-size: 18px;
}

@media screen and (max-width: 520px) {
	.js_slider.no03 .slick-dots li {
		margin: 0 1px;
	}

	.js_slider.no03 .slick-dots li button::before {
		font-size: 14px;
	}
}

.js_slider.no03.slick-initialized .slick-slide {
	margin: 0 20px;
}

.js_slider.no03 .slick-next {
	height: 40px;
	right: -30px;
	width: 40px;
	z-index: 30;
}

.js_slider.no03 .slick-prev {
	height: 40px;
	left: -30px;
	width: 40px;
	z-index: 30;
}

.js_slider.no03 .slick-prev:before {
	background-color: #fff;
	background-image: url(../image/icon_arrow.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60%;
	border-radius: 50%;
	content: "";
	display: block;
	height: 4rem;
	opacity: 1;
	padding-top: .5rem;
	transform: rotate(180deg);
	width: 4rem;
}

.js_slider.no03 .slick-next:before {
	background-color: #fff;
	background-image: url(../image/icon_arrow.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60%;
	border-radius: 50%;
	content: "";
	display: block;
	height: 4rem;
	opacity: 1;
	padding-top: .5rem;
	width: 4rem;
}

@media screen and (max-width: 767px) {
	.js_slider.no03 .slick-list {
		padding: initial;
	}

	.js_slider.no03.slick-initialized .slick-slide {
		margin: 0 .1rem;
	}

	.js_slider.no03 .slick-prev {
		height: 36px;
		left: -40px;
		width: 36px;
		margin-top: -25px;
	}

	.js_slider.no03 .slick-prev:before {
		font-size: 20px;
		height: 36px;
		width: 36px;
	}

	.js_slider.no03 .slick-next {
		height: 36px;
		right: -40px;
		width: 36px;
		margin-top: -25px;
	}

	.js_slider.no03 .slick-next:before {
		font-size: 20px;
		height: 36px;
		width: 36px;
	}
}

/* slick ハック */
.js_slider {
	display: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.js_slider.slick-initialized {
	display: block;
}

/*  */
@media screen and (max-width: 767px) {
	.js_slider.no01 .list_point article {
		background-color: #fff;
		border-radius: 20px;
		justify-content: flex-end;
	}

	.js_slider.no01 .list_point article>div {
		background-color: initial;
	}
}

.js_slider.no01 .slick-track {
	display: flex;
}

.js_slider.no01 .slick-slide {
	height: auto !important;
}

.js_slider.no01 .slick-slide>div {
	height: 100%;
}

/* 20250228 追加 */
.comic_banner{
	margin: 4rem auto;
    max-width: 48rem;
    width: 100%;
	display:block;
}
@media screen and (max-width: 767px) {
	.comic_banner{
        padding-left: 6vw;
        padding-right: 6vw;
        width: 100%;
	}
}
