/* CSS Document */
/* -----------------------------------------
 *
 * Table of Contents:
 *
 * 0.0 - tags
 * 1.0 - Repeatable Patterns
 * 2.0 - Basic Layout
 * 3.0 - Page setting
 ----------------------------------------- */
/* -----------------------------------------

	0.0 - tags

-----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=M+PLUS+1p:wght@400;500;700;800&display=swap');
html {
	touch-action: manipulation;
}
body {
	-ms-content-zooming: none;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	color: #000;
	line-height: 1.6;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
}
#gHeaderBlank {
	background: #fff;
}
.en {
	font-family: 'IBM Plex Sans', sans-serif;
}
a {
	text-decoration: none;
	color: #000;
}
img {
	vertical-align: bottom;
}
a:hover img {
	opacity: 0.8;
}
a img {
	transition: opacity 0.3s ease-out;
}
hr.dash {
	border-top: 1px dashed #aaa;
}
.sp {
	display: none;
}
.pc {
	display: block;
}
@media (max-width: 750px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mb-70 {
	margin-bottom: 70px;
}
.mb-80 {
	margin-bottom: 80px;
}
.mb-90 {
	margin-bottom: 90px;
}
.mb-100 {
	margin-bottom: 100px;
}
.mb-110 {
	margin-bottom: 110px;
}
.mb-120 {
	margin-bottom: 120px;
}
.mb-130 {
	margin-bottom: 130px;
}
.mb-140 {
	margin-bottom: 140px;
}
.mb-150 {
	margin-bottom: 150px;
}
.mb-160 {
	margin-bottom: 160px;
}
.mb-170 {
	margin-bottom: 170px;
}
.mb-180 {
	margin-bottom: 180px;
}
.mb-190 {
	margin-bottom: 190px;
}
.mb-200 {
	margin-bottom: 200px;
}
@media (max-width: 640px) {
	.mb-10 {
		margin-bottom: 1.333333333vw;
	}
	.mb-20 {
		margin-bottom: 2.666666667vw;
	}
	.mb-30 {
		margin-bottom: 4vw;
	}
	.mb-40 {
		margin-bottom: 5.333333333vw;
	}
	.mb-50 {
		margin-bottom: 6.666666667vw;
	}
	.mb-60 {
		margin-bottom: 8vw;
	}
	.mb-70 {
		margin-bottom: 9.333333333vw;
	}
	.mb-80 {
		margin-bottom: 10.66666667vw;
	}
	.mb-90 {
		margin-bottom: 12vw;
	}
	.mb-100 {
		margin-bottom: 13.33333333vw;
	}
	.mb-110 {
		margin-bottom: 14.66666667vw;
	}
	.mb-120 {
		margin-bottom: 16vw;
	}
	.mb-130 {
		margin-bottom: 17.33333333vw;
	}
	.mb-140 {
		margin-bottom: 18.66666667vw;
	}
	.mb-150 {
		margin-bottom: 20vw;
	}
	.mb-160 {
		margin-bottom: 21.33333333vw;
	}
	.mb-170 {
		margin-bottom: 22.66666667vw;
	}
	.mb-180 {
		margin-bottom: 24vw;
	}
	.mb-190 {
		margin-bottom: 25.33333333vw;
	}
	.mb-200 {
		margin-bottom: 26.66666667vw;
	}
}
/* -----------------------------------------
wrapper
-----------------------------------------*/
#wrapper {
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	max-width: 750px;
	margin: auto;
	padding-bottom: 60px;
}
/* -----------------------------------------
gfooter
-----------------------------------------*/
#gfooter-wrap {
	/*position: relative;*/
	z-index: 3000;
	background: #fff;
	color: #333;
	font-size: 80%;
	padding: 20px 0;
	text-align: center;
	line-height: 1.4;
	position: absolute;
	bottom: 0;
	width: 100%;
}
#gfooter-wrap address {
	margin-top: 10px;
	font-style: normal;
}
@media screen and (max-width: 750px) {
	#gfooter-wrap {
		font-size: 2.4vw;
	}
}
/* -----------------------------------------
g-header
-----------------------------------------*/
#g-header-wrap {
	/*position: fixed;*/
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}
#g-header {
	position: relative;
	top: 0;
	width: 100%;
	z-index: 1;
	overflow: hidden;
	text-align: left;
	max-width: 750px;
	margin: auto;
}
#g-header .cf {
	background: #fff;
}
#g-header h1 {
	float: left;
	width: 188px;
}
/* -----------------------------------------

	2.0 - Basic Layout

-----------------------------------------*/
#contents {
	margin: 0 auto;
	background-color: #082651;
	line-height: 1.6;
	font-size: 26px;
	max-width: 750px;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
}
@media (max-width: 750px) {
	#contents {
		font-size: 3.2vw;
	}
}
#contents img {
	width: 100%;
}
#contents .w-750 {
	max-width: 750px;
	margin: auto;
}
#contents img {
	width: 100%;
}
#contents .w-750 {
	max-width: 750px;
	margin: auto;
}
li {
	list-style-type: none;
}
.fw-b {
	font-weight: 600;
}
.ta-c {
	text-align: center;
}
.mincho {
	font-family: 'Noto Serif JP', serif;
}
.attention-footer {
	font-size: 90%;
	margin: 0 0 6em;
}
.btn-top {
	text-align: center;
	font-weight: 500;
	margin-bottom: 3em;
}
.contents-footer {
	width: 76.2666%;
	margin-right: auto;
	margin-left: auto;
	padding: 3.5em 0 0;
}
.link_home {
	position: relative;
	border: 1px solid #707070;
}
.link_home a {
	font-family: 'IBM Plex Sans', sans-serif;
	color: #707070;
	display: block;
	font-size: 24px;
	font-weight: 500;
	padding: 5px 5%;
	position: relative;
	text-align: center;
}
.link_home a:after {
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 2px #707070;
	border-right: solid 2px #707070;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 3%;
	margin-top: -5px;
}
@media screen and (max-width: 750px) {
	.link_home a {
		padding: 2px 5%;
		font-size: 4.5vw;
	}
	.link_home a:after {
		width: 5px;
		height: 5px;
		right: 3%;
		margin-top: -2.5px;
	}
}
/* -----------------------------------------
page Layout
-----------------------------------------*/
#wrapper {
	padding-bottom: unset;
	color: #fff;
	/*    margin-bottom: 40px;*/
	line-break: strict;
	position: relative;
}
#wrapper img {
	max-width: 100%;
	height: auto;
}
#contents {
	position: relative;
	padding-bottom: 315px;
	transform: scaleX(1);
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 500;
	font-style: normal;
}
#contents.fixed {
	transform: none;
}
#contents::before {
	content: '';
	position: fixed;
	top: 2px;
	left: 50%;
	margin-left: -354px;
	width: 681.94px;
	height: 100vh;
	background: url("../img/bg01.png") no-repeat center top / 100% auto;
	animation: blinking 2s ease-in-out infinite alternate;
	box-sizing: border-box;
}

@keyframes blinking {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}

/* navi
*****************************************/
#wrapper .navButton01 {
	display: block;
	position: absolute;
	z-index: 100000;
	top: 26.6px;
	right: 23px;
	width: 75px;
	height: 37px;
	background: none;
	border: none;
	outline: none;
	cursor: pointer;
	box-sizing: border-box;
}
#wrapper .active .navButton01 {
	right: 436px;
}

#wrapper .navButton01 > .top,
#wrapper .navButton01 > .middle,
#wrapper .navButton01 > .bottom {
	position: absolute;
	z-index: 10;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	text-indent: 100%;
	white-space: nowrap;
	transition: transform .1s;
}

#wrapper .navButton01 > .top {
	top: 0;
}

#wrapper .navButton01 > .bottom {
	top: 33.6px;
}

#wrapper .navButton01 > .middle {
	top: 16.8px;
}

#wrapper .active .navButton01 > .middle {
	background: none;
}

#wrapper .active .navButton01 > .top {
	top: 23px;
	transform: rotate(45deg);
}

#wrapper .active .navButton01 > .bottom {
	top: 23px;
	transform: rotate(-45deg);
}

#wrapper .globalNavArea01 {
	display: block;
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	padding-top: 0;
}
#wrapper .fixed .globalNavArea01 {
	position: fixed;
	left: 50%;
	right: inherit;
	margin-left: -38px;
	overflow-x: hidden;
	width: 413px;
	height: 100px;
}
#wrapper .globalNavArea01.active {
	width: 413px;
	height: 100vw;
	overflow-x: visible;
}
#wrapper .globalNavWrap01 {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	padding: 42px 88.9px;
	width: 413px;
	height: 100%;
	overflow-y: auto;
	background-color: #fff;
	transform: translateX(100%);
	box-sizing: border-box;
}
#wrapper .fixed .globalNavWrap01 {
	position: absolute;
	margin-left: -38px;
}

#wrapper .active .globalNavWrap01 {
	transform: translateX(0);
}
#wrapper .globalNav01 {
	height: 3100px;
}
#wrapper .fixed .globalNav01 {
	height: 100vw;
}

#wrapper .globalNav01 > ul {
	padding-bottom: 46.9px;
	height: 100%;
}

#wrapper .globalNav01 > ul > li {
	margin-top: 51.8px;
	padding-top: 46.9px;
	border-top: #231815 solid 1px;
	text-align: center;
}
#wrapper .globalNav01 > ul > li:first-child {
	margin-top: 60.9px;
	padding-top: 0;
	border-top: none;
}
#wrapper .globalNav01 > ul > li img {
	width: auto;
	height: 24.5px;
}
#wrapper .globalNav01 > ul > li.type02 img {
	height: 58.1px;
}

#contents .blackout {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	pointer-events: none;
	z-index: 9999;
	transition: opacity .75s ease;
}
#contents .fade-out {
	opacity: 1;
	pointer-events: auto;
}
#contents > .title01 {
	position: relative;
	padding-top: 37.8px;
}

@media screen and (max-width: 750px) {
	#wrapper {
		margin-bottom: 0;
	}
	#wrapper::before {
		left: 0;
		width: 100%;
		background: url("../img/bg01.jpg") no-repeat center top / cover;
		transform: translateX(0);
	}
	#contents {
		padding-bottom: 41.666vw;
		overflow: hidden;
	}
	#contents::before {
		top: 0.02vw;
		left: 3%;
		margin-left: 0;
		width: 90.92%;
		height: calc(100% - 211px);
		background: url("../img/bg01.png") no-repeat center top / 100% auto;
	}
	#contents.fixed::before {
		background: url("../img/bg01.png") no-repeat center bottom / 100% auto;
		height: 100%;
	}
	#contents > .inner01 {
		position: inherit;
		padding: 0 8.5vw 0 8.5vw;
	}
	#contents > .title01 {
		padding-top: 5vw;
	}

	#wrapper .navButton01 {
		top: 3.6111vw;
		right: 23px;
		width: 9.7vw;
		height: 4.814vw;
		transition: right .4s;
	}
	#wrapper .navButton01 > .top, #wrapper .navButton01 > .middle, #wrapper .navButton01 > .bottom {
		transition: none;
	}
	#wrapper .active .navButton01 {
		right: 58.79vw;
	}

	#wrapper .navButton01 > .bottom {
		top: 4.4vw;
	}

	#wrapper .navButton01 > .middle {
		top: 2.2222vw;
	}

	#wrapper .active .navButton01 > .top {
		top: 4.0vw;
		background-color: #fff;
	}

	#wrapper .active .navButton01 > .bottom {
		top: 4.0vw;
		background-color: #fff;
	}

	#wrapper .globalNavArea01 {
		width: 54.629vw;
	}
	#wrapper .fixed .globalNavArea01 {
		left: inherit;
		right: 0;
		margin-left: 0;
		width: auto;
		height: 100%;
		overflow-x: visible;
	}

	#wrapper .globalNavWrap01 {
		padding: 5.925vw 11.57vw;
		width: 54.629vw;
		transition: transform .4s;
	}
	#wrapper .fixed .globalNavWrap01 {
		position: absolute;
		margin-left: -38px;
		height: 100%;
	}
	#wrapper .globalNav01 {
		height: 1000px;
	}
	#wrapper .fixed .globalNav01 {
		height: auto;
	}
	#wrapper .globalNav01 > ul {
		padding-bottom: 46.9px;
		height: 100%;
	}
	#wrapper .globalNav01 > ul > li {
		margin-top: 6.94vw;
		padding-top: 6.0vw;
	}
	#wrapper .globalNav01 > ul > li:first-child {
		margin-top: 7.87vw;
		padding-top: 0;
	}
	#wrapper .globalNav01 > ul > li img {
		width: auto;
		height: 3.24vw;
	}
	#wrapper .globalNav01 > ul > li.type02 img {
		height: 7.685vw;
	}

}

/* contents
*****************************************/
#contents .introArea01 {
	position: relative;
	margin: 70px 54.6px 0;
}
#contents .introArea01 > .text01 {
	font-size: 28px;
	line-height: 1.65;
	text-align: justify;
}

#contents .frameArea01 {
	position: relative;
	margin: 112px 23.1px 0;
	padding: 45.5px 63px;
	border: #fff solid 1px;
	border-radius: 100px;
}
#contents .frameArea01 > .title01 {
	margin: 0 auto;
	width: 213.5px;
}
#contents .frameArea01 > .image01 {
	margin: 35px auto 0;
	width: 224.7px;
	text-align: center;
}
#contents .frameArea01 > .image01 img {
	border-radius: 50%;
}
#contents .frameArea01 > .image01 > .text01 {
	display: block;
	margin-top: 24.5px;
	font-size: 24.36px;
	text-align: center;
}
#contents .frameArea01 > .text01 {
	margin-top: 44.8px;
	font-size: 22.4px;
	font-weight: 400;
	line-height: 1.65;
	text-align: justify;
}

#contents .section01 {
	position: relative;
	margin-top: 109.2px;
}
#contents .section01 > .title01 {
	margin: 0 auto;
	width: 329px;
}
#contents .section01 > .title02 {
	margin: 0 auto;
	width: 287px;
}
#contents .section01 > .title03 {
	margin: 0 auto;
	width: 183.4px;
}
#contents .section01 > .title04 {
	margin: 0 auto;
	width: 163.1px;
}
#contents .section01 > .title05 {
	margin: 0 auto;
	width: 268.8px;
}
#contents .section01 > .image01 {
	margin: 67px auto 0;
	width: 632.8px;
}
#contents .section01 > .image02 {
	margin: 80.5px 0 0 72px;
	width: 630px;
}
#contents .section01 > .image03 {
	margin-top: 70px;
}

#contents .section02 {
	margin: 91px 23.1px 0;
}
#contents .section02 > .image01 {
	margin-top: -6px;
}

#contents .section03 {
	position: relative;
	margin-top: 70px;
}
#contents .section03 > .banner01 {
	margin: 0 auto;
	width: 581px;
}

#contents .section03 > .text01 {
	margin-top: 77px;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
}
#contents .section03 > .text02 {
	margin-top: 77px;
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5;
}
#contents .section03 > .text02 + .text02 {
	margin-top: 49px;
}
#contents .section03 > .text02 > a {
	color: #fff;
	text-decoration: underline;
}

#contents .section03 > .text03 {
	margin-top: 56px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}

#contents .naviList01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 32px 91px 0;
}

#contents .naviList01 > li {
	width: 226px;
}

#contents .heading01 {
	font-size: 49px;
	font-weight: 900;
	line-height: 1.0;
}

#contents .textBlock01 {
	margin: 66.5px 98px 0;
}
#contents .textBlock01 > .text01 {
	font-size: 25.2px;
	line-height: 1.61;
	text-align: justify;
}
#contents .textBlock01 > .text02 {
	margin-top: 38.5px;
	font-size: 18.2px;
	line-height: 1.61;
	text-align: justify;
}
#contents .textBlock01 > .text02.center {
	margin-top: 25.9px;
	text-align: center;
}

#contents .textBlock02 {
	position: relative;
	margin-top: 70px;
}
#contents .textBlock02 + .textBlock02 {
	margin-top: 35px;
	padding-top: 35px;
}
#contents .textBlock02 + .textBlock02::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 400px;
	height: 1px;
	background-color: #fff;
}

#contents .textBlock02 > .text01 {
	font-size: 21px;
	font-weight: 500;
	line-height: 1.61;
}
#contents .textBlock02 > .text02 {
	margin-top: 42px;
	font-size: 18.2px;
	line-height: 1.61;
	text-align: justify;
}
#contents .textBlock02 > .text01 + .text02 {
	margin-top: 21px;
}

#contents .btn01 {
	display: table;
	margin: 56px auto 0;
}
#contents .btn01 > a {
	display: block;
	padding: 16.8px 53px;
	border-radius: 10px;
	background-color: #FCDA35;
	color: #000;
	font-size: 19.6px;
}
#contents .btn01.type02 > a {
	background-color: #fff;
}

#contents .slideBtn01 {
	display: table;
	margin: 77px auto 0;
	width: 632.8px;
	text-align: center;
}

#contents .slideBtn01 > .button01 {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 14px 0;
	width: 100%;
	background: #AE3C81;
	border: none;
	border-radius: 40px;
	outline: none;
	color: inherit;
	font-family: inherit;
	font-size: 36.4px;
	text-align: center;
	line-height: 1.2;
	cursor: pointer;
}
#contents .slideBtn01.type02 > .button01 {
	background: #4DADC3;
}

#contents .slideBtn01 > .button01::after {
	content: '';
	position: absolute;
	right: 35px;
	bottom: 23.8px;
	width: 30.8px;
	height: 26.6px;
	background: url(../img/ic01.svg) no-repeat 0 0 / cover;
}
#contents .slideBtn01.open > .button01::after {
	transform: rotate(180deg);
}

#contents .slideArea01 {
	margin: 0 auto;
	width: 632.8px;
}

#contents .list01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#contents .list01 > li {
	margin-top: 49px;
	border: #fff solid 1px;
	width: 299.6px;
	background-color: #fff;
	border-radius: 20px;
	box-sizing: border-box;
	overflow: hidden;
}
#contents .list01 > li:nth-child(even) {
	margin-left: 31.5px;
}
#contents .list01 > li > .text01 {
	padding: 16.1px 0;
	color: #000;
	font-size: 23.8px;
	text-align: center;
	line-height: 1.0;
}
#contents .list01 > li > .text01.font01 {
	font-size: 22.7px;
}

#contents .slider01 {
	margin: 70px 0 0 63px;
	overflow: hidden;
}
#contents .slider01 .swiper {
	overflow: visible;
}

#contents .slider01 .swiper-slide {
	margin-right: 52.5px;
	width: 518px;
}
#contents .slider01 .swiper-slide:last-child {
	margin-right: 0;
}
#contents .slider01 .swiper-pagination {
	position: relative;
	margin-top: 49px;
	padding-right: 63px;
	width: 100%;
	font-size: 26.6px;
	box-sizing: border-box;
}

#contents > .image01 {
	position: absolute;
	left: -19px;
	bottom: 10px;
	width: 205.1px;
}

@media screen and (max-width: 750px) {
	#contents .introArea01 {
		margin: 9.25vw 7.2222vw 0;
	}
	#contents .introArea01 > .text01 {
		font-size: 3.703vw;
	}

	#contents .frameArea01 {
		margin: 15.27vw 3.05vw 0;
		padding: 6.01vw 7.87vw;
		border-radius: 9.25vw;
	}
	#contents .frameArea01 > .title01 {
		width: 28.24vw;
	}
	#contents .frameArea01 > .image01 {
		margin-top: 3.42vw;
		width: 29.72vw;
	}
	#contents .frameArea01 > .image01 > .text01 {
		margin-top: 3.24vw;
		font-size: 3.219vw;
	}
	#contents .frameArea01 > .text01 {
		margin-top: 5.09vw;
		font-size: 2.96vw;
	}

	#contents .section01 {
		margin-top: 16.2vw;
	}
	#contents .section01 > .title01 {
		width: 43.51vw;
	}
	#contents .section01 > .title02 {
		width: 37.96vw;
	}
	#contents .section01 > .title03 {
		width: 24.25vw;
	}
	#contents .section01 > .title04 {
		width: 21.57vw;
	}
	#contents .section01 > .title05 {
		width: 35.555vw;
	}
	#contents .section01 > .image01 {
		margin-top: 9.18vw;
		width: 83.70vw;
	}
	#contents .section01 > .image02 {
		margin: 10.18vw 0 0 10.5vw;
		width: 83.3333vw;
	}
	#contents .section01 > .image03 {
		margin-top: 9.25vw;
	}


	#contents .section02 {
		margin: 12.03vw 3.05vw 0;
	}
	#contents .section02 > .image01 {
		margin-top: -.9vw;
	}

	#contents .section03 {
		margin-top: 9.25vw;
	}
	#contents .section03 > .banner01 {
		margin: 0 auto;
		width: 76.8551vw;
	}

	#contents .section03 > .text01 {
		margin-top: 10.18vw;
		font-size: 3.2vw;
	}
	#contents .section03 > .text02 {
		margin-top: 10.18vw;
		font-size: 3.7333vw;
	}
	#contents .section03 > .text02 + .text02 {
		margin-top: 7.4vw;
	}
	#contents .section03 > .text03 {
		margin-top: 7.4vw;
		font-size: 2.133vw;
	}

	#contents .naviList01 {
		margin: 5.7vw auto 0;
		width: 71.29vw;
	}

	#contents .naviList01 > li {
		width: 29.8vw;
	}


	#contents .heading01 {
		font-size: 6.481vw;
	}

	#contents .textBlock01 {
		margin: 9.722vw 12.96vw 0;
	}
	#contents .textBlock01 > .text01 {
		font-size: 3.333vw;
	}
	#contents .textBlock01 > .text02 {
		margin-top: 5.555vw;
		font-size: 2.4vw;
	}
	#contents .textBlock01 > .text02.center {
		margin-top: 3.4vw;
	}

	#contents .textBlock02 {
		margin-top: 9.25vw;
	}
	#contents .textBlock02 + .textBlock02 {
		margin-top: 4.62vw;
		padding-top: 4.62vw;
	}
	#contents .textBlock02 + .textBlock02::before {
		width: 52.777vw;
	}

	#contents .textBlock02 > .text01 {
		font-size: 2.777vw;
	}
	#contents .textBlock02 > .text02 {
		margin-top: 5.555vw;
		font-size: 2.4vw;
	}
	#contents .textBlock02 > .text01 + .text02 {
		margin-top: 2.777vw;
	}


	#contents .btn01 {
		margin-top: 7.407vw;
	}
	#contents .btn01 > a {
		padding: 2.5vw 7.333vw;
		border-radius: .92vw;
		font-size: 2.59vw;
	}

	#contents .slideBtn01 {
		margin-top: 10.18vw;
		width: 83.70vw;
	}

	#contents .slideBtn01 > .button01 {
		padding: 1.85vw 0;
		border-radius: 3.7vw;
		font-size: 4.81vw;
	}
	#contents .slideBtn01.type02 > .button01 {
		background: #4DADC3;
	}

	#contents .slideBtn01 > .button01::after {
		right: 4.9vw;
		bottom: 3.114vw;
		width: 4.025vw;
		height: 3.48vw;
	}

	#contents .slideArea01 {
		width: 83.70vw;
	}

	#contents .list01 > li {
		margin-top: 7.685vw;
		width: 39.62vw;
		border-radius: 1.85vw;
	}
	#contents .list01 > li:nth-child(even) {
		margin-left: 4.166vw;
	}
	#contents .list01 > li > .text01 {
		padding: 2.12vw 0;
		font-size: 3.148vw;
	}
	#contents .list01 > li > .text01.font01 {
		font-size: 2.963vw;
	}

	#contents .slider01 {
		margin: 9.259vw 0 0 8.3333vw;
	}

	#contents .slider01 .swiper-slide {
		margin-right: 7.4vw;
		width: 68.51vw;
	}
	#contents .slider01 .swiper-slide:last-child {
		margin-right: 0;
	}
	#contents .slider01 .swiper-pagination {
		margin-top: 6.48vw;
		padding-right: 8.3333vw;
		font-size: 3.518vw;
	}

	#contents > .image01 {
		position: absolute;
		left: -2vw;
		bottom: 2vw;
		width: 27.12vw;
	}


}
