@charset "UTF-8";
/*
Theme Name: mizuho-msc-LP2025
Author: Catwork Co., Ltd.
Version: 1.0.0
*/

/* Reset
----------------------------------------------------------- */
:root {
	/* bodyの背景色 */
	--body-bg-color: #fff;

	/* メインのフォントファミリー */
    --main-font: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	/* --main-font: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */

	/* メインのフォントカラー */
	--main-font-color: #333;

	/* h2~h5タグまでのフォントウェイト */
	--h-tag-weight: bold;

	/* ここはブログで使用します */
	--main-color: #15baf8;
	--main-light-color: #eef6fc;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	zoom:1;	/* hasLayout in IE */
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font:inherit;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	vertical-align:baseline;
	background:transparent;
	-webkit-text-size-adjust: 100%;
	word-break:break-all;
}
header, menu, nav, footer,
section,article, aside,
details, summary,
figure, figcaption{display:block;}
table{
	border-collapse:collapse;
	border-spacing:0;
}
::placeholder{
	color: #949292;
}
q, blockquote{quotes:none;}
q:before, q:after, blockquote:before, blockquote:after{
	content:"";
	content:none;
}
img{
	font-size:0;
	line-height:0;
	vertical-align:bottom;
	height:auto;
	max-width:100%;
}
input[type="text"],
input[type="email"] {
	border-radius: 0;
	-webkit-appearance: none;
	line-height: normal;
	color: var(--main-font-color);
}
a{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color: var(--main-font-color);
}
a:focus{ outline:none; }
a img{
	border:none;
	vertical-align:middle;
}
textarea{overflow:auto;}
label{cursor:pointer;}
.clearfix:after{
	display:block;
	visibility:hidden;
	content:".";
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
}
* html .clearfix{ zoom:1; }
*:first-child + html .clearfix{ zoom:1; }
a{ text-decoration:none; }
strong{ font-weight:bold; }
ul,ol{ list-style-type:none; }
body{
	font-family: var(--main-font);
	font-size:16px;
	line-height:1.5;
	color: var(--main-font-color);
	background: var(--body-bg-color);
}
.wrap{
	width:100%;
	overflow-x:hidden;
}
h2,h3,h4,h5{
	font-weight: var(--h-tag-weight);
}
.inner{
	margin:0 auto;
	width:1200px;
}



/*===============================================
横幅1200px以下
===============================================*/
@media screen and (max-width: 1240px) and (min-width: 600px){
	html,
	body,
	.wrap{
		width:1240px;
	}
}

/*===============================================
横幅600px以上
===============================================*/
@media screen and (min-width: 600px) {
	a {
		transition: all .5s;
	}
	a:hover{
		opacity:0.8;
		filter:alpha(opacity=80);
		-moz-opacity:0.8;
		transition: all .5s;
	}
	.sp{
		display:none;
	}
	p {
		line-height: 2;
	}

	/* スムーススクロール設定 */
	html {
		scroll-behavior: smooth;
	}
	:root {
		--header-height: 117px;
	}
	.wrap {
		position: fixed;
		width: 100%;
		height: 100%;
		background: url(img/home_bg02.png) no-repeat center / cover;
	}
	@media screen and (max-width: 1240px) {
		.wrap{
			width: 1240px;
		}
	}

/* header
------------------------------------------------------------------------*/
	header h1 {
        position: relative;
        top: 840px;
        right: 20px;
        text-align: right;
        line-height: 0;
		font-size: 12px;
	}

/* nav
------------------------------------------------------------------------*/
	header .box01 {
		position: fixed;
        width: 550px;
        padding-top: 130px;
	}
	header .box01 .logo {
		width: 329px;
        margin: 0 auto 70px;
	}
	header .box01 .logo a {
        display: block;
        padding-top: 160px;
        box-sizing: border-box;
        width: 329px;
        height: 160px;
        overflow: hidden;
        background: url(img/header_img01.png) no-repeat top;
	}
	header .box01 #nav {
		display: flex;
		justify-content: space-between;
        margin-bottom: 50px;
	}
	header .box01 .nav01 li a {
		display: block;
		width: 260px;
		line-height: 40px;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		color: #01398e;
		background: #fff;
		border-radius: 20px;
		margin-bottom: 20px;
	}
	header .box01 .nav01 li a:hover {
		color: #fff;
		background: #01398e;
		opacity: 1;
	}
	header .box01 .nav02 li:nth-of-type(1) a,
	header .box01 .nav02 li:nth-of-type(2) a {
		display: block;
        color: #fff;
        width: 240px;
        height: 60px;
        font-size: 20px;
        font-weight: bold;
        line-height: 60px;
        border-top: #fff 2px solid;
        border-bottom: #fff 2px solid;
        box-sizing: border-box;
        background: url(img/header_icon01.png) no-repeat right center / 25px;
	}
	header .box01 .nav02 li a span {
        font-weight: bold;
	}
	header .box01 .nav02 li:nth-of-type(2) a{
		border-top: none;	
		margin-bottom: 90px;
	}
	header .box01 .nav02 li:nth-of-type(3) a{
		display: block;
		width: 240px;
		padding-right: 37px;
		box-sizing: border-box;
		line-height: 70px;
		color: #fff;
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		background: #e83350 url(img/header_icon02.png) no-repeat right 38px center / 25px;
		border-radius: 5px;
	}
	header .box01 .nav02 li:nth-of-type(3) a:hover{
		color: #e83350;
		background: #fff url(img/header_icon01.png) no-repeat right 38px center / 25px;
		opacity: 1;
	}
	header .box01 .copy {
		color: #fff;
		font-size: 12px;
		text-align: center;
	}
	

/* home
------------------------------------------------------------------------*/
	.home .main {
		width: 600px;
		margin: 0 0 0 auto;
		background: url(img/home_bg01.png);
		overflow: hidden;
	}
	/* key */
	.home .key .img01{
		position: relative;
        top: 10px;
        left: 20px;
        width: 220px;
        height: 0;
	}	
	.home .key .img02{
		margin: 15px 0 30px;
	}	
	.home .key ul {
		display: flex;
		justify-content: center;
		gap: 5px;
		margin-bottom: 30px;
	}	
	.home .key li {
        padding: 0 20px;
        background: #d2eaf6;
        border-radius: 24px;
        line-height: 48px;
        font-size: 22px;
        font-weight: bold;
        color: #01398e;
	}	
	/* cont01 */
	.home .cont01 {
		position: relative;
		margin-top: 80px;
		padding-top: 530px;
	}		
	.home .cont01::before {
        position: absolute;
        content: "";
        width: 344px;
        height: 128px;
        background: url(img/home_text02.png) no-repeat;
        top: 60px;
        right: 30px;
        z-index: 10;
	}		
	.home .cont01 .inner {
        width: 480px;
	}		
	.home .cont01 h2 {
		font-size: 40px;
		font-weight: bold;
		margin-bottom: 40px;
	}
	.home .cont01 .text01 {
		margin-bottom: 80px;
		font-size: 26px;
		font-weight: bold;
		line-height: 46px;
	}
	.home .cont01 .text01 span {
        display: inline-block;
        font-size: 26px;
        font-weight: bold;
        line-height: 46px;
        color: #01398e;
        margin-left: -10px;
	}
	.home .cont01 .img01 {
		position: absolute;
		top: 0;
		left: 0;
		filter: drop-shadow(10px 10px 30px rgb(0, 0, 0, 0.2));
	}
	.home .cont01 .img02 {
        position: absolute;
        top: 200px;
        right: 60px;
        filter: drop-shadow(10px 10px 30px rgb(0, 0, 0, 0.2));
	}
	.home .cont01 .img03 {
        position: absolute;
        top: 670px;
        right: 0;
        filter: drop-shadow(10px 10px 30px rgb(0, 0, 0, 0.2));
	}
	.home .cont01 .img04 {
        position: absolute;
        top: 930px;
        right: 30px;
        filter: drop-shadow(10px 10px 30px rgb(0, 0, 0, 0.2));
	}
	.home .cont01 .box01 {
		height: 830px;
		padding: 80px 60px 70px;
		box-sizing: border-box;
		background: url(img/home_img05.png) no-repeat top / contain;
		border-radius: 50px;
	}
	.home .cont01 .box01 h3 {
		font-size: 36px;
		font-weight: bold;
		color: #fff;
		margin-bottom: 30px;
	}
	.home .cont01 .box01 li {
        width: 480px;
        margin-bottom: 20px;
        padding-left: 60px;
        box-sizing: border-box;
        line-height: 65px;
        font-size: 24px;
        font-weight: bold;
        background: #fff url(img/home_icon01.png) no-repeat left 20px center / 28px 30px;
        border-radius: 10px;
	}
	.home .cont01 .box01 .text02 {
		position: relative;
		margin-top: 40px;
		font-size: 32px;
		font-weight: bold;
		color: #fbfa95;
		text-align: center;
		line-height: 50px;
	}
	.home .cont01 .box01 .text02 span {
		font-size: 46px;
        color: transparent;
	}
	.home .cont01 .box01 .text02::before {
        position: absolute;
        content: "";
        width: 316px;
        height: 58px;
        background: url(img/home_text01.png) no-repeat center / 315px;
        top: -4px;
        left: 37px;
        z-index: 10;
	}
	/* cont02 */
	.home .cont02 {
		padding: 100px 0 140px;
	}	
	.home .cont02 h2 {
        position: relative;
        padding-top: 45px;
        font-size: 38px;
        font-weight: bold;
        text-align: center;
        line-height: 1;
        margin-bottom: 40px;
        background: url(img/home_text03.png) no-repeat top / 93px 17px;
	}	
	.home .cont02 .box01 {
		position: relative;
        margin-bottom: 185px;
	}
	.home .cont02 .box01 h3 {
		font-size: 40px;
        text-align: center;
        margin: 440px 0 50px;
	}
	.home .cont02 .box01 .img01 {
        position: absolute;
		top: -400px;
	}	
	.home .cont02 .box01 .img01::before {
        position: absolute;
        content: "";
        width: 346px;
        height: 117px;
        background: url(img/home_text04.png) no-repeat;
        bottom: -75px;
        left: 0;
        right: 0;
        margin: 0 auto;
	}
	.home .cont02 .box01 ul {
		display: flex;
		justify-content: center;
		gap: 10px;
		margin-bottom: 70px;
	}
	.home .cont02 .box01 li {
		position: relative;
        width: 180px;
        height: 175px;
        padding: 40px 0 0 0;
        box-sizing: border-box;
        background: #fff;
        font-size: 22px;
        font-weight: bold;
        border-radius: 10px;
        filter: drop-shadow(5px 5px 10px rgb(0, 0, 0, 0.1));
        text-align: center;
	}
	.home .cont02 .box01 li::before{
		position: absolute;
        content: "";
        width: 45px;
        height: 45px;
        background: url(img/home_icon02.png) no-repeat center / contain;
        top: -22px;
        left: 0;
        right: 0;
        margin: 0 auto;
	}
	.home .cont02 .box01 li:nth-of-type(2)::before{
        background: url(img/home_icon03.png) no-repeat center / contain;
	}
	.home .cont02 .box01 li:nth-of-type(3)::before{
        background: url(img/home_icon04.png) no-repeat center / contain;
	}
	.home .cont02 .box01 .text01,
	.home .cont02 .box01 .text02{
        font-size: 26px;
		font-weight: bold;
		padding-left: 60px;
		color: #01398e;
		line-height: 46px;
	}
	.home .cont02 .box01 .text01 {
		margin-bottom: 20px;
		text-indent: -13px;
	}
	.home .cont02 .box01 .img02 {
        position: absolute;
        bottom: 10px;
        right: 0;
        filter: drop-shadow(10px 10px 30px rgb(0, 0, 0, 0.2));
	}
	.home .cont02 .box01 .img03 {
        position: absolute;
        bottom: -95px;
        right: 60px;
        filter: drop-shadow(10px 10px 30px rgb(0, 0, 0, 0.2));
	}
	.home .cont02 .box02 {
		position: relative;
	}
	.home .cont02 .box02 h3 {
		font-size: 40px;
        text-align: center;
        margin-bottom: 70px;
        padding-top: 380px;
	}
	.home .cont02 .box02 .img04 {
        position: absolute;
		top: 0;
	}	
	.home .cont02 .box02 .img04::before {
        position: absolute;
        content: "";
        width: 455px;
        height: 94px;
        background: url(img/home_text05.png) no-repeat;
        bottom: -65px;
        left: 0;
        right: 0;
        margin: 0 auto;
	}
	.home .cont02 .box02 ul {
		display: flex;
		justify-content: center;
		gap: 20px;
		margin-bottom: 70px;
	}
	.home .cont02 .box02 li {
        position: relative;
        width: 230px;
        height: 270px;
        padding-top: 140px;
        box-sizing: border-box;
        background: #fff url(img/home_icon05.png) no-repeat center top 35px / 91px 74px;
        text-align: center;
        font-size: 22px;
        font-weight: bold;
        border-radius: 10px;
        filter: drop-shadow(5px 5px 10px rgb(0, 0, 0, 0.1));
        line-height: 34px;
		z-index: 10;
	}
	.home .cont02 .box02 li:nth-of-type(2) {
        background: #fff url(img/home_icon06.png) no-repeat center top 37px / 85px 72px;
	}
	.home .cont02 .box02 .text03{
        font-size: 26px;
		font-weight: bold;
		padding-left: 60px;
		color: #01398e;
		line-height: 46px;
	}
	.home .cont02 .box02 .img05 {
        position: absolute;
        bottom: 120px;
        right: 0;
        filter: drop-shadow(10px 10px 30px rgb(0, 0, 0, 0.2));
	}
	.home .cont02 .box02 .img06 {
        position: absolute;
        bottom: -50px;
        right: 30px;
        filter: drop-shadow(10px 10px 30px rgb(0, 0, 0, 0.2));
	}
	/* cont03 */
	.home .cont03 {
		height: 1330px;
		background: url(img/home_img18.png) no-repeat bottom / contain;
	}
	.home .cont03 .box01 {
		position: relative;
		height: 1050px;
		padding: 90px 0 130px;
		box-sizing: border-box;
		background: #fbfa95;
		border-radius: 50px;
		overflow: hidden;
	}
	.home .cont03 .box01::before {
		position: absolute;
        content: "";
        width: 240px;
        height: 240px;
        background: url(img/home_img12.png) no-repeat center / contain;
        top: -30px;
        right: -30px;
	}
	.home .cont03 .box01::after {
        position: absolute;
        content: "";
        width: 175px;
        height: 175px;
        background: url(img/home_img13.png) no-repeat center / contain;
        top: 325px;
        left: -20px;
	}
	.home .cont03 .box01 h2 {
        position: relative;
        padding-top: 86px;
        box-sizing: border-box;
        height: 55px;
        overflow: hidden;
        margin-bottom: 50px;
        background: url(img/home_text06.png) no-repeat top / contain;
	}
	.home .cont03 .box01 .text01 {
        position: relative;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        line-height: 40px;
        margin-bottom: 50px;
        padding-top: 130px;
        background: url(img/home_text07.png) no-repeat top;
	}
	.home .cont03 .box01 .swiper {
		overflow: visible;
	}
	.home .cont03 .box01 .swiper-slide a {
		display: block;
		position: relative;
        width: 540px;
        min-height: 450px;
        padding: 30px;
        margin: 0 auto;
        box-sizing: border-box;
        background: #fff;
        border-radius: 10px;
		filter: drop-shadow(10px 10px 30px rgb(0, 0, 0, 0.1));
	}
	.home .cont03 .box01 .swiper-slide h3 {
		padding-top: 300px;
        font-size: 24px;
        text-align: center;
        line-height: 45px;
        white-space: nowrap;
	}
	.home .cont03 .box01 .swiper-slide h3 span{
        font-size: 16px;
	}
	.home .cont03 .box01 .swiper-slide .img01 {
		position: absolute;
		top: 30px;
	}
	.home .cont03 .box01 .swiper-button-prev {
        width: 45px;
        height: 90px;
        left: -2px;
        transform: translateY(-50%);
    }
	.home .cont03 .box01 .swiper-button-prev::after {
        content: "";
        width: 45px;
        height: 90px;
        background: url(img/home_icon27.png) no-repeat center / 45px 90px;
    }
	.home .cont03 .box01 .swiper-button-next {
        width: 45px;
        height: 90px;
        right: -2px;
        transform: translateY(-50%);
    }
	.home .cont03 .box01 .swiper-button-next::after {
        content: "";
        width: 45px;
        height: 90px;
        background: url(img/home_icon27.png) no-repeat center / 45px 90px;
		transform: scale(-1, 1);
    }
	/* cont04 */
	.home .cont04 {
		padding: 50px 0;
	}
	.home .cont04 h2 {
        position: relative;
        padding-top: 45px;
        font-size: 38px;
        font-weight: bold;
        text-align: center;
        line-height: 1;
        margin-bottom: 40px;
        background: url(img/home_text08.png) no-repeat top / 175px 23px;
	}	
	.home .cont04 .box01{
		width: 480px;
		margin: 0 auto;
	}	
	.home .cont04 .box01 h3{
        padding-top: 75px;
        font-size: 46px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 100px;
        background: url(img/home_text09.png) no-repeat top / 480px 64px;
		color: #01398e;
	}	
	.home .cont04 .box01 li{
		position: relative;
		font-size: 24px;
        line-height: 38px;
        font-weight: bold;
        padding: 30px 0 0 0;
		margin-bottom: 75px;
		background: url(img/home_text10.png) no-repeat left top / 18px;
	}	
	.home .cont04 .box01 li:nth-of-type(2){
        padding: 30px 0 0 0;
        background: url(img/home_text11.png) no-repeat left top / 20px;
        margin-left: 170px;
        white-space: nowrap;
	}	
	.home .cont04 .box01 li:nth-of-type(3){
        background: url(img/home_text12.png) no-repeat left top / 20px;
	}	
	.home .cont04 .box01 li::before{
        position: absolute;
        content: "";
        width: 480px;
        height: 70px;
        background: url(img/home_icon28.png) no-repeat center / contain;
        top: -55px;
        left: 0px;
	}	
	.home .cont04 .box01 li:nth-of-type(2)::before{
        top: -95px;
        left: -170px;
        transform: scale(-1, 1);
	}
	.home .cont04 .box01 li::after{
        position: absolute;
        content: "";
        width: 117px;
        height: 141px;
        background: url(img/home_icon07.png) no-repeat center / contain;
        top: -40px;
        right: 0;
	}	
	.home .cont04 .box01 li:nth-of-type(2)::after{
        width: 104px;
        height: 95px;
        background: url(img/home_icon08.png) no-repeat center / contain;
        top: 0px;
        left: -130px;
	}	
	.home .cont04 .box01 li:nth-of-type(3)::after{
        width: 163px;
        height: 157px;
        background: url(img/home_icon09.png) no-repeat center / contain;
        top: -35px;
        right: 0;
	}	
	.home .cont04 .box01 .text01{
		position: relative;
        width: 480px;
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        line-height: 48px;
        background: #fbfa95;
        padding: 30px;
        box-sizing: border-box;
        border-radius: 10px;
		z-index: 10;
	}	
	.home .cont04 .box02 {
        margin-top: -80px;
        padding: 115px 60px 90px;
        background: #d2eaf6;
	}	
	.home .cont04 .box02 h3 {
        position: relative;
        height: 120px;
        padding-top: 120px;
        box-sizing: border-box;
        overflow: hidden;
        background: url(img/home_icon10.png) no-repeat top;
        margin-bottom: 50px;
        z-index: 1;
	}	
	.home .cont04 .box02 .text02 {
		position: relative;
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		line-height: 42px;
		margin-bottom: 50px;
		z-index: 0;
	}
	.home .cont04 .box02 .text02::before {
        position: absolute;
        content: "";
        width: 330px;
        height: 430px;
        background: url(img/home_img19.png);
        top: -230px;
        right: -60px;
        z-index: -1;
	}	
	.home .cont04 .box02 .table_wrap {
		width: 539px;
		overflow-y: auto;
		margin-bottom: 20px;
	}	
	.home .cont04 .box02 table {
        position: relative;
        width: 720px;
        margin: 0 60px 15px 0;
        border-radius: 10px;
        overflow: hidden;
	}	
	.home .cont04 .box02 table th {
        width: 240px;
        height: 60px;
        font-size: 20px;
        font-weight: bold;
        background: #01398e;
        color: #fff;
        margin: 0 5px 5px 0;
		vertical-align: middle;
		border-bottom: 5px #d2eaf6 solid;
        border-right: 5px #d2eaf6 solid;
	}
	.home .cont04 .box02 table tr:nth-of-type(2) th {
        height: 100px;
	}	
	.home .cont04 .box02 table tr th:nth-of-type(2),
	.home .cont04 .box02 table tr th:nth-of-type(3) {
        background: #097cd4;
	}	
	.home .cont04 .box02 table td {
        width: 240px;
        height: 60px;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        background: #fff;
        margin: 0 5px 5px 0;
        vertical-align: middle;
        border-bottom: 5px #d2eaf6 solid;
        border-right: 5px #d2eaf6 solid;
	}	
	.home .cont04 .box02 table tr:nth-of-type(4) th,
	.home .cont04 .box02 table tr:nth-of-type(4) td {
		border-bottom: none;
	}
	.home .cont04 .box02 table tr:nth-of-type(1) th:nth-of-type(3),
	.home .cont04 .box02 table tr:nth-of-type(2) td:nth-of-type(2),
	.home .cont04 .box02 table tr:nth-of-type(3) td:nth-of-type(2),
	.home .cont04 .box02 table tr:nth-of-type(4) td:nth-of-type(2) {
		border-right: none;
	}
	.home .cont04 .box02 .table_wrap::-webkit-scrollbar {
		height:3px;
	}
	.home .cont04 .box02 .table_wrap::-webkit-scrollbar-track {
		background-color: transparent;
	}
	.home .cont04 .box02 .table_wrap::-webkit-scrollbar-thumb {
		background-color: #bbbbbb;
	}
	.home .cont04 .box02 .text03 {
		font-size: 18px;
		white-space: nowrap;
		line-height: 26px;
		text-indent: 1em;
		text-indent: -1em;
        padding-left: 1em;
	}
	.home .cont04 .box02 .text03 a{
		text-decoration: underline
	}
	/* cont05 */
	.home .cont05 {
		padding-top: 50px;
		position: relative;
		margin-bottom: 90px;
	}
	.home .cont05 h2 {
        position: relative;
        padding-top: 45px;
        font-size: 38px;
        font-weight: bold;
        text-align: center;
        line-height: 1;
        margin-bottom: 40px;
        background: url(img/home_text13.png) no-repeat top / 118px 19px;
	}
	.home .cont05 .box01 {
		padding: 0 60px;
	}
	.home .cont05 .box01 h3{
		position: relative;
        padding-top: 75px;
        font-size: 34px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 50px;
        background: url(img/home_text14.png) no-repeat top / 480px 64px;
	}	
	.home .cont05 .box01 h3::before{
        position: absolute;
        content: "";
        width: 25px;
        height: 36px;
        background: url(img/home_icon11.png)no-repeat center / contain;
        top: 80px;
        left: 75px;
	}	
	.home .cont05 .box01 h3::after{
        position: absolute;
        content: "";
        width: 25px;
        height: 36px;
        background: url(img/home_icon11.png)no-repeat center / contain;
        top: 80px;
        right: 80px;
		transform: scale(-1, 1);
	}
	.home .cont05 .box01 .box02 {
		position: relative;
	}
	.home .cont05 .box01 .text01{
		position: relative;
        font-size: 30px;
        font-weight: bold;
        color: #01398e;
        line-height: 1;
        padding: 280px 0 0 35px;
        margin-bottom: 50px;
	}
	.home .cont05 .box01 .text01::before{
        position: absolute;
        content: "";
        width: 15px;
        height: 15px;
        background: #01398e;
        bottom: 10px;
        left: 0px;
        border-radius: 50%;
	}
	.home .cont05 .box01 .box02 .text01::after{
        position: absolute;
        content: "";
        width: 136px;
        height: 163px;
        background: url(img/home_icon12.png);
        bottom: 0px;
        right: -30px;
        z-index: 10;
	}
	.home .cont05 .box01 .box02:nth-of-type(2) .text01::after{
        width: 153px;
        height: 155px;
        background: url(img/home_icon13.png);
	}
	.home .cont05 .box01 .box02:nth-of-type(3) .text01::after{
        width: 123px;
        height: 119px;
        background: url(img/home_icon14.png);
	}
	.home .cont05 .box01 .img01{
		position: absolute;
		top: 0;
		border-radius: 125px 125px 125px 10px;
		overflow: hidden;
	}
	.home .cont05 .box03 {
		height: 850px;
		margin: 0 30px;
		padding: 80px 30px;
		box-sizing: border-box;
		background: #fff;
		border-radius: 30px;
        filter: drop-shadow(10px 10px 30px rgb(0, 0, 0, 0.1));
	}
	.home .cont05 .box03 h3{
        font-size: 36px;
        font-weight: bold;
        text-align: center;
        line-height: 1;
    }
	.home .cont05 .box03 h3 span {
        font-size: 36px;
        padding-top: 10px;
        font-weight: bold;
        color: #097cd4;
        background: url(img/home_icon29.png) no-repeat top;
	}
	.home .cont05 .box03 .text02 {
        padding-top: 430px;
        font-size: 26px;
        text-align: center;
        line-height: 46px;
		white-space: nowrap;
	}
	.home .cont05 .box03 .slide_wrap{
        position: absolute;
        display: flex;
        bottom: 340px;
        left: -30px;
        width: 600px;
        height: 350px;
        overflow: hidden;
	}
	.home .cont05 .box03 .slide_wrap p{
		width: auto;
		height: 100%
	}
	.home .cont05 .box03 .slide_wrap p img{
		max-width: none;
		width: auto;
		height: 100%;
		object-fit: contain;
	}
	.home .cont05 .box03 .slide_wrap p:first-child{
		animation: BgImgloop 100s -50s linear infinite;
	}
	.home .cont05 .box03 .slide_wrap p:last-child{
		animation: BgImgloop2 100s linear infinite;
	}
	@keyframes BgImgloop {
		0% {
			transform: translateX(100%);
		}
		to {
			transform: translateX(-100%);
		}
	}
	@keyframes BgImgloop2 {
		0% {
			transform: translateX(0);
		}
		to {
			transform: translateX(-200%);
		}
	}
	/* cont06 */
	.home .cont06 {
        padding: 90px 30px;
        position: relative;
        background: #d2eaf6 url(img/home_img24.png) no-repeat top / contain;
	}
	.home .cont06 h2 {
        position: relative;
        padding-top: 45px;
        font-size: 38px;
        font-weight: bold;
        text-align: center;
        line-height: 1;
        margin-bottom: 50px;
        background: url(img/home_text15.png) no-repeat top / 39px 22px;
	}
	.home .cont06 .box {
		position: relative;
        background: #fff;
        margin-bottom: 20px;
        padding: 40px 30px;
        border-radius: 10px;
	}
	.home .cont06 .qus {
		font-size: 22px;
        font-weight: bold;
        line-height: 38px;
        color: #01398e;
	}
	.home .cont06 .ans {
        display: none;
		font-size: 20px;
        line-height: 38px;
        padding-top: 20px;
	}
	.home .cont06 .box span {
        position: absolute;
        top: 40px;
        right: 30px;
        width: 35px;
        height: 35px;
        background: url(img/home_icon16.png)no-repeat center / contain;
        transition: all .3s;
    }
	.home .cont06 .box.active span {
        background: url(img/home_icon15.png)no-repeat center / contain;
        transition: all .3s;
    }
	/* cont07 */
	.home .cont07 {
        padding: 90px 30px;
        position: relative;
        background: #01398e;
	}
	.home .cont07 h2 {
        position: relative;
        padding-top: 45px;
        font-size: 38px;
        font-weight: bold;
        text-align: center;
		color: #fff;
        line-height: 1;
        margin-bottom: 50px;
        background: url(img/home_text16.png) no-repeat top / 190px 19px;
	}
	.home .cont07 .box01 {
		position: relative;
		background: #fffecc;
		margin-bottom: 170px;
        padding: 36px 30px 190px;
		border-radius: 20px;
	}
	.home .cont07 .box01::before {
        position: absolute;
        content: "";
        width: 600px;
        height: 475px;
        background: url(img/home_img25.png) no-repeat;
        bottom: -265px;
        left: -30px;
        z-index: 10;
	}
	.home .cont07 .box01 h3 {
		padding-top: 100px;
        text-align: center;
        font-size: 30px;
        line-height: 1;
        background: url(img/home_text17.png) no-repeat left 135px top;
        margin-bottom: 30px;
	}
	.home .cont07 .box01 h3 span {
        display: block;
        font-size: 34px;
        font-weight: bold;
        color: #01398e;
        line-height: 54px;
        padding-top: 30px;
	}
	.home .cont07 .box01 .text01 {
		width: 480px;
        height: 91px;
        font-size: 28px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        margin-bottom: 5px;
        padding-top: 9px;
        box-sizing: border-box;
        background: url(img/home_icon30.png) no-repeat;
	}
	.home .cont07 .box01 .text02 {
		width: 480px;
        height: 91px;
        font-size: 28px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        margin-bottom: 25px;
        padding-top: 9px;
        box-sizing: border-box;
        background: url(img/home_icon31.png) no-repeat;
	}
	.home .cont07 .box01 .text03 {
        font-size: 34px;
        font-weight: bold;
		text-align: center;
        color: #01398e;
		line-height: 52px;
		margin-bottom: 35px;
	}
	.home .cont07 .box01 ul {
		display: flex;
		justify-content: center;
		gap: 20px;
	}
	.home .cont07 .box01 li {
		width: 230px;
        height: 225px;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        padding-top: 120px;
        box-sizing: border-box;
        background: url(img/home_icon17.png) no-repeat;
	}
	.home .cont07 .box01 li:nth-of-type(2) {
		background: url(img/home_icon18.png) no-repeat;
	}
	.home .cont07 .box02 {
		position: relative;
		background: #fff;
        padding: 130px 30px 60px;
		border-radius: 20px;
		margin-bottom: 30px;
	}
	.home .cont07 .box02 h3 {
		position: relative;
        text-align: center;
        font-size: 46px;
		color: #01398e;
        line-height: 1;
        margin-bottom: 30px;
	}
	.home .cont07 .box02 h3::before {
		position: absolute;
        content: "";
        width: 68px;
        height: 114px;
        background: url(img/home_icon19.png) no-repeat;
        top: 0;
        left: 60px;
	}
	.home .cont07 .box02 .text04 {
        text-align: center;
		font-weight: bold;
        font-size: 28px;
        line-height: 1;
        margin-bottom: 50px;
	}
	.home .cont07 .box02 ul {
		margin-bottom: 60px;
	}
	.home .cont07 .box02 li {
		position: relative;
		font-size: 28px;
		font-weight: bold;
		text-align: center;
		background: #d2eaf6;
		padding: 30px 40px;
		border-radius: 10px;
		margin-bottom: 20px;
		white-space: nowrap;
	}
	.home .cont07 .box02 li::before {
        position: absolute;
        content: "";
        width: 52px;
        height: 52px;
        background: url(img/home_icon20.png) no-repeat;
        top: -15px;
        left: 10px;
	}
	.home .cont07 .box02 .button01 a {
		display: block;
        width: 480px;
        height: 100px;
        line-height: 100px;
        text-align: center;
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        background: #e83350 url(img/home_icon21.png) no-repeat right 30px center / 12px 19px;
        border-radius: 50px;
	}
	.home .cont07 .box03 {
		position: relative;
		background: #fff;
        padding: 75px 30px 60px;
		border-radius: 20px;
		margin-bottom: 30px;
	}
	.home .cont07 .box03 h3 {
        position: relative;
        text-align: center;
        font-size: 46px;
        color: #01398e;
        line-height: 1;
        margin-bottom: 50px;
        z-index: 10;
	}
	.home .cont07 .box03 h3::before {
        position: absolute;
        content: "";
        width: 114px;
        height: 131px;
        background: url(img/home_icon22.png) no-repeat;
        top: -45px;
        left: 325px;
        z-index: -1;
	}
	.home .cont07 .box03 ul {
		margin-bottom: 60px;
	}
	.home .cont07 .box03 li {
		position: relative;
		font-size: 28px;
		font-weight: bold;
		text-align: center;
		background: #d2eaf6;
		padding: 30px 40px;
		border-radius: 10px;
		margin-bottom: 20px;
	}
	.home .cont07 .box03 li::before {
        position: absolute;
        content: "";
        width: 52px;
        height: 52px;
        background: url(img/home_icon23.png) no-repeat;
        top: -15px;
        left: 10px;
	}
	.home .cont07 .box03 .button01 a {
		display: block;
        width: 480px;
        height: 100px;
        line-height: 100px;
        text-align: center;
        color: #01398e;
        font-size: 30px;
        font-weight: bold;
        background: #b6db00 url(img/home_icon24.png) no-repeat right 30px center / 12px 19px;
        border-radius: 50px;
	}
	.home .cont07 .box04 {
		position: relative;
		background: #fff;
        padding: 75px 30px 60px;
		border-radius: 20px;
	}
	.home .cont07 .box04 h3 {
        position: relative;
        text-align: center;
        font-size: 46px;
        color: #01398e;
        line-height: 54px;
        margin-bottom: 25px;
        z-index: 10;
	}
	.home .cont07 .box04 h3::before {
        position: absolute;
        content: "";
        width: 114px;
        height: 131px;
        background: url(img/home_icon25.png) no-repeat;
        top: -45px;
        left: 20px;
        z-index: -1;
	}
	.home .cont07 .box04 .text04 {
        text-align: center;
		font-weight: bold;
        font-size: 28px;
        line-height: 1;
        margin-bottom: 50px;
	}
	.home .cont07 .box04 ul {
		margin-bottom: 20px;
	}
	.home .cont07 .box04 li {
		position: relative;
		font-size: 28px;
		font-weight: bold;
		text-align: center;
		background: #d2eaf6;
		padding: 30px 40px;
		border-radius: 10px;
		margin-bottom: 20px;
	}
	.home .cont07 .box04 li::before {
        position: absolute;
        content: "";
        width: 52px;
        height: 52px;
        background: url(img/home_icon26.png) no-repeat;
        top: -15px;
        left: 10px;
	}
	.home .cont07 .box04 .button01 a {
		display: block;
        width: 480px;
        height: 100px;
        line-height: 100px;
        text-align: center;
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        background: #ff7caf url(img/home_icon21.png) no-repeat right 30px center / 12px 19px;
        border-radius: 50px;
	}
	.home .cont07 .box04 .text05 {
		text-align: center;
        font-weight: bold;
        font-size: 28px;
        padding-top: 90px;
        line-height: 46px;
        margin-bottom: 45px;
        background: url(img/home_text18.png) no-repeat left top;
	}

/* footer
------------------------------------------------------------------------*/
	footer {
		padding: 80px 60px;
	}
	footer .img01 {
		width: fit-content;
        margin: 0 auto 60px;
	}
	footer nav .nav01 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 40px 30px;
        width: 390px;
        height: 180px;
        margin: 0 auto 60px;
	}
	footer nav .nav01 li a {
        font-size: 22px;
        font-weight: bold;
	}
	footer nav .nav02 li:nth-of-type(1) a {
        display: block;
        width: 480px;
        line-height: 70px;
        color: #fff;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        background: #e83350 url(img/footer_icon01.png) no-repeat right 30px center / 12px 19px;
        border: #e83350 3px solid;
        box-sizing: border-box;
        border-radius: 35px;
	}
	footer nav .nav02 li:nth-of-type(2) a ,
	footer nav .nav02 li:nth-of-type(3) a {
		display: block;
        width: 480px;
        line-height: 70px;
        color: #e83350;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        background: #fff url(img/footer_icon02.png) no-repeat right 30px center / 12px 19px;
        border: #e83350 3px solid;
        box-sizing: border-box;
        border-radius: 35px;
	}
	footer nav .nav02 li:nth-of-type(1),
	footer nav .nav02 li:nth-of-type(2){
		margin-bottom: 30px;
	}
	footer .copy {
		font-size: 16px;
		text-align: center;
		margin-top: 60px;
	}

}



/*===============================================
横441px以下 sp
===============================================*/

@media screen and (max-width: 600px) {
	html,
	body,
	.wrap{
		width: 600px;
		position: relative;
	}
	.inner{
		box-sizing: border-box;
		/* padding: 0 15px; */
		width: auto;
	}
	img{
		max-width: 100%;
	}
	.pc{
		display: none;
	}
	.sp {
		display: block;
	}
	p {
		line-height: 1.8;
		font-size: 14px;
	}

	/* スムーススクロール設定 */
	html {
		scroll-behavior: smooth;
	}
	:root {
		--header-height: 50px;
	}


/* header
------------------------------------------------------------------------*/
	header h1 {
        position: relative;
        top: 840px;
        right: 20px;
        text-align: right;
        line-height: 0;
		font-size: 12px;
	}

/* nav
------------------------------------------------------------------------*/
	header .box01 .logo {
		width: 220px;
	}
	header .box01 .logo a {
        display: block;
        position: fixed;
        top: 20px;
        left: 20px;
        padding-top: 21px;
        box-sizing: border-box;
        width: 220px;
        height: 21px;
        overflow: hidden;
        background: url(img/header_img02.png) no-repeat top / 220px;
		z-index: 100;
	}
	header .copy {
        display: none;
	}
	header .box01 #sp_nav {
        position: fixed;
        width: 100%;
		height: 100%;
		background: url(img/home_bg01.png);
		z-index: 90;
        transform: translateX(100%);
	}
	header .box01 #sp_nav.active {
		transform: translateX(0);
	}
	header .box01 .nav01 {
        position: fixed;
        width: 100%;
        z-index: 90;
        transform: translateX(100%);
        padding: 200px 100px 0;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 90px;
	}
	header .box01 .nav01 li a {
		font-size: 22px;
		font-weight: bold;
		line-height: 1;
	}
	header .box01 .nav02{
		display: flex;
		position: fixed;
		flex-direction: row;
		flex-wrap: nowrap;
		bottom: 0;
		z-index: 100;
		margin-bottom: 0;
	}
    header .box01 .nav02 li a {
        display: block;
        width: 200px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        font-size: 18px;
        color: #fff;
        font-weight: bold;
    }
    header .box01 .nav02 li:nth-of-type(1) a,
    header .box01 .nav02 li:nth-of-type(3) a {
		font-size: 20px;
    }
    header .box01 .nav02 li:nth-of-type(1){
		background: #d2eaf6;
		order: 2;
    }
    header .box01 .nav02 li:nth-of-type(1) a{
		color: #01398e;
    }
    header .box01 .nav02 li:nth-of-type(2){
		background: #01398e;
		order: 3;
    }
    header .box01 .nav02 li:nth-of-type(3){
		background: #e83350;
		order: 1;
    }
	header .box01 .nav02 span {
		display: none;
	}
	#nav-btn {
        width: 50px;
        height: 50px;
        box-sizing: border-box;
        position: fixed;
        top: 10px;
        right: 20px;
        z-index: 100;
        transition: all .5s;
        background: #e83350;
        border-radius: 25px;
	}

	.menu-btn, header .menu-btn span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}

	.menu-btn {
        position: absolute;
        width: 20px;
        height: 17px;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
	}

	.menu-btn span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background: #fff;
	}

	.menu-btn span:nth-of-type(1) {
		top: 0;
		transition: all 0.5s;
	}

	#nav-btn.active span:nth-of-type(1) {
		transform: translateY(6px) rotate(-45deg);
		top: 1px;
		transition: all 0.5s;
	}

	.menu-btn span:nth-of-type(2) {
		top: 7px;
		transition: all 0.5s;
	}

	#nav-btn.active span:nth-of-type(2) {
		opacity: 0;
		transition: all 0.5s;
	}

	.menu-btn span:nth-of-type(3) {
		bottom: 0;
		transition: all 0.5s;
	}

	#nav-btn.active span:nth-of-type(3) {
		transform: translateY(-6px) rotate(45deg);
		top: 13px;
		transition: all 0.5s;
	}

	#nav-btn.active + #nav ul {
		transform: translateX(0);
	}


/* home
------------------------------------------------------------------------*/
	.home .main {
		width: 600px;
		margin: 0 0 0 auto;
		background: url(img/home_bg01.png);
		overflow: hidden;
	}
	/* key */
	.home .key .img01{
		display: none;
	}	
	.home .key .img02{
		margin: 15px 0 30px;
	}	
	.home .key ul {
		display: flex;
		justify-content: center;
		gap: 5px;
		margin-bottom: 30px;
	}	
	.home .key li {
        padding: 0 20px;
        background: #d2eaf6;
        border-radius: 24px;
        line-height: 48px;
        font-size: 22px;
        font-weight: bold;
        color: #01398e;
	}	
	/* cont01 */
	.home .cont01 {
		position: relative;
		margin-top: 80px;
		padding-top: 530px;
	}		
	.home .cont01::before {
        position: absolute;
        content: "";
        width: 344px;
        height: 128px;
        background: url(img/home_text02.png) no-repeat;
        top: 60px;
        right: 30px;
        z-index: 10;
	}		
	.home .cont01 .inner {
        width: 480px;
	}		
	.home .cont01 h2 {
		font-size: 40px;
		font-weight: bold;
		margin-bottom: 40px;
	}
	.home .cont01 .text01 {
		margin-bottom: 80px;
		font-size: 26px;
		font-weight: bold;
		line-height: 46px;
	}
	.home .cont01 .text01 span {
        display: inline-block;
        font-size: 26px;
        font-weight: bold;
        line-height: 46px;
        color: #01398e;
        margin-left: -10px;
	}
	.home .cont01 .img01 {
		position: absolute;
		top: 0;
		left: 0;
		filter: drop-shadow(10px 10px 30px rgb(0, 0, 0, 0.2));
	}
	.home .cont01 .img02 {
        position: absolute;
        top: 200px;
        right: 60px;
        filter: drop-shadow(10px 10px 30px rgb(0, 0, 0, 0.2));
	}
	.home .cont01 .img03 {
        position: absolute;
        top: 670px;
        right: 0;
        filter: drop-shadow(10px 10px 30px rgb(0, 0, 0, 0.2));
	}
	.home .cont01 .img04 {
        position: absolute;
        top: 930px;
        right: 30px;
        filter: drop-shadow(10px 10px 30px rgb(0, 0, 0, 0.2));
	}
	.home .cont01 .box01 {
		height: 830px;
		padding: 80px 60px 70px;
		box-sizing: border-box;
		background: url(img/home_img05.png) no-repeat top / contain;
		border-radius: 50px;
	}
	.home .cont01 .box01 h3 {
		font-size: 36px;
		font-weight: bold;
		color: #fff;
		margin-bottom: 30px;
	}
	.home .cont01 .box01 li {
        width: 480px;
        margin-bottom: 20px;
        padding-left: 60px;
        box-sizing: border-box;
        line-height: 65px;
        font-size: 24px;
        font-weight: bold;
        background: #fff url(img/home_icon01.png) no-repeat left 20px center / 28px 30px;
        border-radius: 10px;
	}
	.home .cont01 .box01 .text02 {
		position: relative;
		margin-top: 40px;
		font-size: 32px;
		font-weight: bold;
		color: #fbfa95;
		text-align: center;
		line-height: 50px;
	}
	.home .cont01 .box01 .text02 span {
		font-size: 46px;
        color: transparent;
	}
	.home .cont01 .box01 .text02::before {
        position: absolute;
        content: "";
        width: 316px;
        height: 58px;
        background: url(img/home_text01.png) no-repeat center / 315px;
        top: -4px;
        left: 37px;
        z-index: 10;
	}
	/* cont02 */
	.home .cont02 {
		padding: 100px 0 140px;
	}	
	.home .cont02 h2 {
        position: relative;
        padding-top: 45px;
        font-size: 38px;
        font-weight: bold;
        text-align: center;
        line-height: 1;
        margin-bottom: 40px;
        background: url(img/home_text03.png) no-repeat top / 93px 17px;
	}	
	.home .cont02 .box01 {
		position: relative;
        margin-bottom: 185px;
	}
	.home .cont02 .box01 h3 {
		font-size: 40px;
        text-align: center;
        margin: 440px 0 50px;
	}
	.home .cont02 .box01 .img01 {
        position: absolute;
		top: -400px;
	}	
	.home .cont02 .box01 .img01::before {
        position: absolute;
        content: "";
        width: 346px;
        height: 117px;
        background: url(img/home_text04.png) no-repeat;
        bottom: -75px;
        left: 0;
        right: 0;
        margin: 0 auto;
	}
	.home .cont02 .box01 ul {
		display: flex;
		justify-content: center;
		gap: 10px;
		margin-bottom: 70px;
	}
	.home .cont02 .box01 li {
		position: relative;
        width: 180px;
        height: 175px;
        padding: 40px 0 0 0;
        box-sizing: border-box;
        background: #fff;
        font-size: 22px;
        font-weight: bold;
        border-radius: 10px;
        filter: drop-shadow(5px 5px 10px rgb(0, 0, 0, 0.1));
        text-align: center;
	}
	.home .cont02 .box01 li::before{
		position: absolute;
        content: "";
        width: 45px;
        height: 45px;
        background: url(img/home_icon02.png) no-repeat center / contain;
        top: -22px;
        left: 0;
        right: 0;
        margin: 0 auto;
	}
	.home .cont02 .box01 li:nth-of-type(2)::before{
        background: url(img/home_icon03.png) no-repeat center / contain;
	}
	.home .cont02 .box01 li:nth-of-type(3)::before{
        background: url(img/home_icon04.png) no-repeat center / contain;
	}
	.home .cont02 .box01 .text01,
	.home .cont02 .box01 .text02{
        font-size: 26px;
		font-weight: bold;
		padding-left: 60px;
		color: #01398e;
		line-height: 46px;
	}
	.home .cont02 .box01 .text01 {
		margin-bottom: 20px;
		text-indent: -13px;
	}
	.home .cont02 .box01 .img02 {
        position: absolute;
        bottom: 10px;
        right: 0;
        filter: drop-shadow(10px 10px 30px rgb(0, 0, 0, 0.2));
	}
	.home .cont02 .box01 .img03 {
        position: absolute;
        bottom: -95px;
        right: 60px;
        filter: drop-shadow(10px 10px 30px rgb(0, 0, 0, 0.2));
	}
	.home .cont02 .box02 {
		position: relative;
	}
	.home .cont02 .box02 h3 {
		font-size: 40px;
        text-align: center;
        margin-bottom: 70px;
        padding-top: 380px;
	}
	.home .cont02 .box02 .img04 {
        position: absolute;
		top: 0;
	}	
	.home .cont02 .box02 .img04::before {
        position: absolute;
        content: "";
        width: 455px;
        height: 94px;
        background: url(img/home_text05.png) no-repeat;
        bottom: -65px;
        left: 0;
        right: 0;
        margin: 0 auto;
	}
	.home .cont02 .box02 ul {
		display: flex;
		justify-content: center;
		gap: 20px;
		margin-bottom: 70px;
	}
	.home .cont02 .box02 li {
        position: relative;
        width: 230px;
        height: 270px;
        padding-top: 140px;
        box-sizing: border-box;
        background: #fff url(img/home_icon05.png) no-repeat center top 35px / 91px 74px;
        text-align: center;
        font-size: 22px;
        font-weight: bold;
        border-radius: 10px;
        filter: drop-shadow(5px 5px 10px rgb(0, 0, 0, 0.1));
        line-height: 34px;
		z-index: 10;
	}
	.home .cont02 .box02 li:nth-of-type(2) {
        background: #fff url(img/home_icon06.png) no-repeat center top 37px / 85px 72px;
	}
	.home .cont02 .box02 .text03{
        font-size: 26px;
		font-weight: bold;
		padding-left: 60px;
		color: #01398e;
		line-height: 46px;
	}
	.home .cont02 .box02 .img05 {
        position: absolute;
        bottom: 120px;
        right: 0;
        filter: drop-shadow(10px 10px 30px rgb(0, 0, 0, 0.2));
	}
	.home .cont02 .box02 .img06 {
        position: absolute;
        bottom: -50px;
        right: 30px;
        filter: drop-shadow(10px 10px 30px rgb(0, 0, 0, 0.2));
	}
	/* cont03 */
	.home .cont03 {
		height: 1330px;
		background: url(img/home_img18.png) no-repeat bottom / contain;
	}
	.home .cont03 .box01 {
		position: relative;
		height: 1050px;
		padding: 90px 0 130px;
		box-sizing: border-box;
		background: #fbfa95;
		border-radius: 50px;
		overflow: hidden;
	}
	.home .cont03 .box01::before {
		position: absolute;
        content: "";
        width: 240px;
        height: 240px;
        background: url(img/home_img12.png) no-repeat center / contain;
        top: -30px;
        right: -30px;
	}
	.home .cont03 .box01::after {
        position: absolute;
        content: "";
        width: 175px;
        height: 175px;
        background: url(img/home_img13.png) no-repeat center / contain;
        top: 325px;
        left: -20px;
	}
	.home .cont03 .box01 h2 {
        position: relative;
        padding-top: 86px;
        box-sizing: border-box;
        height: 55px;
        overflow: hidden;
        margin-bottom: 50px;
        background: url(img/home_text06.png) no-repeat top / contain;
	}
	.home .cont03 .box01 .text01 {
        position: relative;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        line-height: 40px;
        margin-bottom: 50px;
        padding-top: 130px;
        background: url(img/home_text07.png) no-repeat top;
	}
	.home .cont03 .box01 .swiper {
		overflow: visible;
	}
	.home .cont03 .box01 .swiper-slide a {
		display: block;
		position: relative;
        width: 540px;
        min-height: 450px;
        padding: 30px;
        margin: 0 auto;
        box-sizing: border-box;
        background: #fff;
        border-radius: 10px;
		filter: drop-shadow(10px 10px 30px rgb(0, 0, 0, 0.1));
	}
	.home .cont03 .box01 .swiper-slide h3 {
		padding-top: 300px;
        font-size: 24px;
        text-align: center;
        line-height: 45px;
        white-space: nowrap;
	}
	.home .cont03 .box01 .swiper-slide h3 span{
		font-weight: bold;
        font-size: 16px;
	}
	.home .cont03 .box01 .swiper-slide .img01 {
		position: absolute;
		top: 30px;
	}
	.home .cont03 .box01 .swiper-button-prev {
        width: 45px;
        height: 90px;
        left: -2px;
        transform: translateY(-50%);
    }
	.home .cont03 .box01 .swiper-button-prev::after {
        content: "";
        width: 45px;
        height: 90px;
        background: url(img/home_icon27.png) no-repeat center / 45px 90px;
    }
	.home .cont03 .box01 .swiper-button-next {
        width: 45px;
        height: 90px;
        right: -2px;
        transform: translateY(-50%);
    }
	.home .cont03 .box01 .swiper-button-next::after {
        content: "";
        width: 45px;
        height: 90px;
        background: url(img/home_icon27.png) no-repeat center / 45px 90px;
		transform: scale(-1, 1);
    }
	/* cont04 */
	.home .cont04 {
		padding: 50px 0;
	}
	.home .cont04 h2 {
        position: relative;
        padding-top: 45px;
        font-size: 38px;
        font-weight: bold;
        text-align: center;
        line-height: 1;
        margin-bottom: 40px;
        background: url(img/home_text08.png) no-repeat top / 175px 23px;
	}	
	.home .cont04 .box01{
		width: 480px;
		margin: 0 auto;
	}	
	.home .cont04 .box01 h3{
        padding-top: 75px;
        font-size: 46px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 100px;
        background: url(img/home_text09.png) no-repeat top / 480px 64px;
		color: #01398e;
	}	
	.home .cont04 .box01 li{
		position: relative;
		font-size: 24px;
        line-height: 38px;
        font-weight: bold;
        padding: 30px 0 0 0;
		margin-bottom: 75px;
		background: url(img/home_text10.png) no-repeat left top / 18px;
	}	
	.home .cont04 .box01 li:nth-of-type(2){
        padding: 30px 0 0 0;
        background: url(img/home_text11.png) no-repeat left top / 20px;
        margin-left: 170px;
        white-space: nowrap;
	}	
	.home .cont04 .box01 li:nth-of-type(3){
        background: url(img/home_text12.png) no-repeat left top / 20px;
	}	
	.home .cont04 .box01 li::before{
        position: absolute;
        content: "";
        width: 480px;
        height: 70px;
        background: url(img/home_icon28.png) no-repeat center / contain;
        top: -55px;
        left: 0px;
	}	
	.home .cont04 .box01 li:nth-of-type(2)::before{
        top: -95px;
        left: -170px;
        transform: scale(-1, 1);
	}
		.home .cont05 .box01 .box02 .text01::after{
        position: absolute;
        content: "";
        width: 136px;
        height: 163px;
        background: url(img/home_icon12.png);
        bottom: 0px;
        right: -30px;
        z-index: 10;
	}
	.home .cont05 .box01 .box02:nth-of-type(2) .text01::after{
        width: 153px;
        height: 155px;
        background: url(img/home_icon13.png);
	}
	.home .cont05 .box01 .box02:nth-of-type(3) .text01::after{
        width: 123px;
        height: 119px;
        background: url(img/home_icon14.png);
	}
	.home .cont04 .box01 li::after{
        position: absolute;
        content: "";
        width: 117px;
        height: 141px;
        background: url(img/home_icon07.png) no-repeat center / contain;
        top: -40px;
        right: 0;
	}	
	.home .cont04 .box01 li:nth-of-type(2)::after{
        width: 104px;
        height: 95px;
        background: url(img/home_icon08.png) no-repeat center / contain;
        top: 0px;
        left: -130px;
	}	
	.home .cont04 .box01 li:nth-of-type(3)::after{
        width: 163px;
        height: 157px;
        background: url(img/home_icon09.png) no-repeat center / contain;
        top: -35px;
        right: 0;
	}	
	.home .cont04 .box01 .text01{
		position: relative;
        width: 480px;
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        line-height: 48px;
        background: #fbfa95;
        padding: 30px;
        box-sizing: border-box;
        border-radius: 10px;
		z-index: 10;
	}	
	.home .cont04 .box02 {
        margin-top: -80px;
        padding: 115px 60px 90px;
        background: #d2eaf6;
	}	
	.home .cont04 .box02 h3 {
        position: relative;
        height: 120px;
        padding-top: 120px;
        box-sizing: border-box;
        overflow: hidden;
        background: url(img/home_icon10.png) no-repeat top;
        margin-bottom: 50px;
        z-index: 1;
	}	
	.home .cont04 .box02 .text02 {
		position: relative;
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		line-height: 42px;
		margin-bottom: 50px;
		z-index: 0;
	}
	.home .cont04 .box02 .text02::before {
        position: absolute;
        content: "";
        width: 330px;
        height: 430px;
        background: url(img/home_img19.png);
        top: -230px;
        right: -60px;
        z-index: -1;
	}	
	.home .cont04 .box02 .table_wrap {
		width: 539px;
		overflow-y: auto;
		margin-bottom: 20px;
	}	
	.home .cont04 .box02 table {
        position: relative;
        width: 720px;
        margin: 0 60px 15px 0;
        border-radius: 10px;
        overflow: hidden;
	}	
	.home .cont04 .box02 table th {
        width: 240px;
        height: 60px;
        font-size: 20px;
        font-weight: bold;
        background: #01398e;
        color: #fff;
        margin: 0 5px 5px 0;
		vertical-align: middle;
		border-bottom: 5px #d2eaf6 solid;
        border-right: 5px #d2eaf6 solid;
	}	
	.home .cont04 .box02 table tr:nth-of-type(2) th {
        height: 100px;
	}	
	.home .cont04 .box02 table tr th:nth-of-type(2),
	.home .cont04 .box02 table tr th:nth-of-type(3) {
        background: #097cd4;
	}	
	.home .cont04 .box02 table td {
        width: 240px;
        height: 60px;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        background: #fff;
        margin: 0 5px 5px 0;
        vertical-align: middle;
        border-bottom: 5px #d2eaf6 solid;
        border-right: 5px #d2eaf6 solid;
	}	
	.home .cont04 .box02 table tr:nth-of-type(4) th,
	.home .cont04 .box02 table tr:nth-of-type(4) td {
		border-bottom: none;
	}
	.home .cont04 .box02 table tr:nth-of-type(1) th:nth-of-type(3),
	.home .cont04 .box02 table tr:nth-of-type(2) td:nth-of-type(2),
	.home .cont04 .box02 table tr:nth-of-type(3) td:nth-of-type(2),
	.home .cont04 .box02 table tr:nth-of-type(4) td:nth-of-type(2) {
		border-right: none;
	}
	.home .cont04 .box02 .table_wrap::-webkit-scrollbar {
		height:3px;
	}
	.home .cont04 .box02 .table_wrap::-webkit-scrollbar-track {
		background-color: transparent;
	}
	.home .cont04 .box02 .table_wrap::-webkit-scrollbar-thumb {
		background-color: #bbbbbb;
	}
	.home .cont04 .box02 .text03 {
		font-size: 18px;
		white-space: nowrap;
		line-height: 26px;
		text-indent: 1em;
		text-indent: -1em;
        padding-left: 1em;
	}
	.home .cont04 .box02 .text03 a{
		text-decoration: underline
	}
	/* cont05 */
	.home .cont05 {
		padding-top: 50px;
		position: relative;
		margin-bottom: 90px;
	}
	.home .cont05 h2 {
        position: relative;
        padding-top: 45px;
        font-size: 38px;
        font-weight: bold;
        text-align: center;
        line-height: 1;
        margin-bottom: 40px;
        background: url(img/home_text13.png) no-repeat top / 118px 19px;
	}
	.home .cont05 .box01 {
		padding: 0 60px;
	}
	.home .cont05 .box01 h3{
		position: relative;
        padding-top: 75px;
        font-size: 34px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 50px;
        background: url(img/home_text14.png) no-repeat top / 480px 64px;
	}	
	.home .cont05 .box01 h3::before{
        position: absolute;
        content: "";
        width: 25px;
        height: 36px;
        background: url(img/home_icon11.png)no-repeat center / contain;
        top: 80px;
        left: 75px;
	}	
	.home .cont05 .box01 h3::after{
        position: absolute;
        content: "";
        width: 25px;
        height: 36px;
        background: url(img/home_icon11.png)no-repeat center / contain;
        top: 80px;
        right: 80px;
		transform: scale(-1, 1);
	}
	.home .cont05 .box01 .box02 {
		position: relative;
	}
	.home .cont05 .box01 .text01{
		position: relative;
        font-size: 30px;
        font-weight: bold;
        color: #01398e;
        line-height: 1;
        padding: 280px 0 0 35px;
        margin-bottom: 50px;
	}
	.home .cont05 .box01 .text01::before{
        position: absolute;
        content: "";
        width: 15px;
        height: 15px;
        background: #01398e;
        bottom: 10px;
        left: 0px;
        border-radius: 50%;
	}
	.home .cont05 .box01 .img01{
		position: absolute;
		top: 0;
		border-radius: 125px 125px 125px 10px;
		overflow: hidden;
	}
	.home .cont05 .box03 {
		height: 850px;
		margin: 0 30px;
		padding: 80px 30px;
		box-sizing: border-box;
		background: #fff;
		border-radius: 30px;
        filter: drop-shadow(10px 10px 30px rgb(0, 0, 0, 0.1));
	}
	.home .cont05 .box03 h3{
        font-size: 36px;
        font-weight: bold;
        text-align: center;
        line-height: 1;
    }
	.home .cont05 .box03 h3 span {
        font-size: 36px;
        padding-top: 10px;
        font-weight: bold;
        color: #097cd4;
        background: url(img/home_icon29.png) no-repeat top;
	}
	.home .cont05 .box03 .text02 {
        padding-top: 430px;
        font-size: 26px;
        text-align: center;
        line-height: 46px;
		white-space: nowrap;
	}
	.home .cont05 .box03 .slide_wrap{
        position: absolute;
        display: flex;
        bottom: 340px;
        left: -30px;
        width: 600px;
        height: 350px;
        overflow: hidden;
	}
	.home .cont05 .box03 .slide_wrap p{
		width: auto;
		height: 100%
	}
	.home .cont05 .box03 .slide_wrap p img{
		max-width: none;
		width: auto;
		height: 100%;
		object-fit: contain;
	}
	.home .cont05 .box03 .slide_wrap p:first-child{
		animation: BgImgloop 100s -50s linear infinite;
	}
	.home .cont05 .box03 .slide_wrap p:last-child{
		animation: BgImgloop2 100s linear infinite;
	}
	@keyframes BgImgloop {
		0% {
			transform: translateX(100%);
		}
		to {
			transform: translateX(-100%);
		}
	}
	@keyframes BgImgloop2 {
		0% {
			transform: translateX(0);
		}
		to {
			transform: translateX(-200%);
		}
	}
	/* cont06 */
	.home .cont06 {
        padding: 90px 30px;
        position: relative;
        background: #d2eaf6 url(img/home_img24.png) no-repeat top / contain;
	}
	.home .cont06 h2 {
        position: relative;
        padding-top: 45px;
        font-size: 38px;
        font-weight: bold;
        text-align: center;
        line-height: 1;
        margin-bottom: 50px;
        background: url(img/home_text15.png) no-repeat top / 39px 22px;
	}
	.home .cont06 .box {
		position: relative;
        background: #fff;
        margin-bottom: 20px;
        padding: 40px 30px;
        border-radius: 10px;
	}
	.home .cont06 .qus {
		font-size: 22px;
        font-weight: bold;
        line-height: 38px;
        color: #01398e;
	}
	.home .cont06 .ans {
        display: none;
		font-size: 20px;
        line-height: 38px;
        padding-top: 20px;
	}
	.home .cont06 .box span {
        position: absolute;
        top: 40px;
        right: 30px;
        width: 35px;
        height: 35px;
        background: url(img/home_icon16.png)no-repeat center / contain;
        transition: all .3s;
    }
	.home .cont06 .box.active span {
        background: url(img/home_icon15.png)no-repeat center / contain;
        transition: all .3s;
    }
	/* cont07 */
	.home .cont07 {
        padding: 90px 30px;
        position: relative;
        background: #01398e;
	}
	.home .cont07 h2 {
        position: relative;
        padding-top: 45px;
        font-size: 38px;
        font-weight: bold;
        text-align: center;
		color: #fff;
        line-height: 1;
        margin-bottom: 50px;
        background: url(img/home_text16.png) no-repeat top / 190px 19px;
	}
	.home .cont07 .box01 {
		position: relative;
		background: #fffecc;
		margin-bottom: 170px;
        padding: 36px 30px 190px;
		border-radius: 20px;
	}
	.home .cont07 .box01::before {
        position: absolute;
        content: "";
        width: 600px;
        height: 475px;
        background: url(img/home_img25.png) no-repeat;
        bottom: -265px;
        left: -30px;
        z-index: 10;
	}
	.home .cont07 .box01 h3 {
		padding-top: 100px;
        text-align: center;
        font-size: 30px;
        line-height: 1;
        background: url(img/home_text17.png) no-repeat left 135px top;
        margin-bottom: 30px;
	}
	.home .cont07 .box01 h3 span {
        display: block;
        font-size: 34px;
        font-weight: bold;
        color: #01398e;
        line-height: 54px;
        padding-top: 30px;
	}
	.home .cont07 .box01 .text01 {
		width: 480px;
        height: 91px;
        font-size: 28px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        margin-bottom: 5px;
        padding-top: 9px;
        box-sizing: border-box;
        background: url(img/home_icon30.png) no-repeat;
	}
	.home .cont07 .box01 .text02 {
		width: 480px;
        height: 91px;
        font-size: 28px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        margin-bottom: 25px;
        padding-top: 9px;
        box-sizing: border-box;
        background: url(img/home_icon31.png) no-repeat;
	}
	.home .cont07 .box01 .text03 {
        font-size: 34px;
        font-weight: bold;
		text-align: center;
        color: #01398e;
		line-height: 52px;
		margin-bottom: 35px;
	}
	.home .cont07 .box01 ul {
		display: flex;
		justify-content: center;
		gap: 20px;
	}
	.home .cont07 .box01 li {
		width: 230px;
        height: 225px;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        padding-top: 120px;
        box-sizing: border-box;
        background: url(img/home_icon17.png) no-repeat;
	}
	.home .cont07 .box01 li:nth-of-type(2) {
		background: url(img/home_icon18.png) no-repeat;
	}
	.home .cont07 .box02 {
		position: relative;
		background: #fff;
        padding: 130px 30px 60px;
		border-radius: 20px;
		margin-bottom: 30px;
	}
	.home .cont07 .box02 h3 {
		position: relative;
        text-align: center;
        font-size: 46px;
		color: #01398e;
        line-height: 1;
        margin-bottom: 30px;
	}
	.home .cont07 .box02 h3::before {
		position: absolute;
        content: "";
        width: 68px;
        height: 114px;
        background: url(img/home_icon19.png) no-repeat;
        top: 0;
        left: 60px;
	}
	.home .cont07 .box02 .text04 {
        text-align: center;
		font-weight: bold;
        font-size: 28px;
        line-height: 1;
        margin-bottom: 50px;
	}
	.home .cont07 .box02 ul {
		margin-bottom: 60px;
	}
	.home .cont07 .box02 li {
		position: relative;
		font-size: 28px;
		font-weight: bold;
		text-align: center;
		background: #d2eaf6;
		padding: 30px 40px;
		border-radius: 10px;
		margin-bottom: 20px;
		white-space: nowrap;
	}
	.home .cont07 .box02 li::before {
        position: absolute;
        content: "";
        width: 52px;
        height: 52px;
        background: url(img/home_icon20.png) no-repeat;
        top: -15px;
        left: 10px;
	}
	.home .cont07 .box02 .button01 a {
		display: block;
        width: 480px;
        height: 100px;
        line-height: 100px;
        text-align: center;
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        background: #e83350 url(img/home_icon21.png) no-repeat right 30px center / 12px 19px;
        border-radius: 50px;
	}
	.home .cont07 .box03 {
		position: relative;
		background: #fff;
        padding: 75px 30px 60px;
		border-radius: 20px;
		margin-bottom: 30px;
	}
	.home .cont07 .box03 h3 {
        position: relative;
        text-align: center;
        font-size: 46px;
        color: #01398e;
        line-height: 1;
        margin-bottom: 50px;
        z-index: 10;
	}
	.home .cont07 .box03 h3::before {
        position: absolute;
        content: "";
        width: 114px;
        height: 131px;
        background: url(img/home_icon22.png) no-repeat;
        top: -45px;
        left: 325px;
        z-index: -1;
	}
	.home .cont07 .box03 ul {
		margin-bottom: 60px;
	}
	.home .cont07 .box03 li {
		position: relative;
		font-size: 28px;
		font-weight: bold;
		text-align: center;
		background: #d2eaf6;
		padding: 30px 40px;
		border-radius: 10px;
		margin-bottom: 20px;
	}
	.home .cont07 .box03 li::before {
        position: absolute;
        content: "";
        width: 52px;
        height: 52px;
        background: url(img/home_icon23.png) no-repeat;
        top: -15px;
        left: 10px;
	}
	.home .cont07 .box03 .button01 a {
		display: block;
        width: 480px;
        height: 100px;
        line-height: 100px;
        text-align: center;
        color: #01398e;
        font-size: 30px;
        font-weight: bold;
        background: #b6db00 url(img/home_icon24.png) no-repeat right 30px center / 12px 19px;
        border-radius: 50px;
	}
	.home .cont07 .box04 {
		position: relative;
		background: #fff;
        padding: 75px 30px 60px;
		border-radius: 20px;
	}
	.home .cont07 .box04 h3 {
        position: relative;
        text-align: center;
        font-size: 46px;
        color: #01398e;
        line-height: 54px;
        margin-bottom: 25px;
        z-index: 10;
	}
	.home .cont07 .box04 h3::before {
        position: absolute;
        content: "";
        width: 114px;
        height: 131px;
        background: url(img/home_icon25.png) no-repeat;
        top: -45px;
        left: 20px;
        z-index: -1;
	}
	.home .cont07 .box04 .text04 {
        text-align: center;
		font-weight: bold;
        font-size: 28px;
        line-height: 1;
        margin-bottom: 50px;
	}
	.home .cont07 .box04 ul {
		margin-bottom: 20px;
	}
	.home .cont07 .box04 li {
		position: relative;
		font-size: 28px;
		font-weight: bold;
		text-align: center;
		background: #d2eaf6;
		padding: 30px 40px;
		border-radius: 10px;
		margin-bottom: 20px;
	}
	.home .cont07 .box04 li::before {
        position: absolute;
        content: "";
        width: 52px;
        height: 52px;
        background: url(img/home_icon26.png) no-repeat;
        top: -15px;
        left: 10px;
	}
	.home .cont07 .box04 .button01 a {
		display: block;
        width: 480px;
        height: 100px;
        line-height: 100px;
        text-align: center;
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        background: #ff7caf url(img/home_icon21.png) no-repeat right 30px center / 12px 19px;
        border-radius: 50px;
	}
	.home .cont07 .box04 .text05 {
		text-align: center;
        font-weight: bold;
        font-size: 28px;
        padding-top: 90px;
        line-height: 46px;
        margin-bottom: 45px;
        background: url(img/home_text18.png) no-repeat left top;
	}

/* footer
------------------------------------------------------------------------*/
	footer {
		padding: 80px 60px;
	}
	footer .img01 {
		width: fit-content;
        margin: 0 auto 60px;
	}
	footer nav .nav01 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 40px 30px;
        width: 390px;
        height: 180px;
        margin: 0 auto 60px;
	}
	footer nav .nav01 li a {
        font-size: 22px;
        font-weight: bold;
	}
	footer nav .nav02 li:nth-of-type(1) a {
        display: block;
        width: 480px;
        line-height: 70px;
        color: #fff;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        background: #e83350 url(img/footer_icon01.png) no-repeat right 30px center / 12px 19px;
        border: #e83350 3px solid;
        box-sizing: border-box;
        border-radius: 35px;
	}
	footer nav .nav02 li:nth-of-type(2) a ,
	footer nav .nav02 li:nth-of-type(3) a {
		display: block;
        width: 480px;
        line-height: 70px;
        color: #e83350;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        background: #fff url(img/footer_icon02.png) no-repeat right 30px center / 12px 19px;
        border: #e83350 3px solid;
        box-sizing: border-box;
        border-radius: 35px;
	}
	footer nav .nav02 li:nth-of-type(1),
	footer nav .nav02 li:nth-of-type(2){
		margin-bottom: 30px;
	}
	footer .copy {
		font-size: 16px;
		text-align: center;
		margin-top: 60px;
	}

}



/* フェードアニメーション css
------------------------------------------------------------------------*/
/*ふわっと出る*/
.mv01_on{
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 0
}
.mv01_off{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 1
}

/*下から*/
.mv02_on{
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	-webkit-transform: scale(1, 1) translate3d(0, 75px, 0);
	-moz-transform: scale(1, 1) translate3d(0, 75px, 0);
	-ms-transform: scale(1, 1) translate3d(0, 75px, 0);
	-o-transform: scale(1, 1) translate3d(0, 75px, 0);
	transform: scale(1, 1) translate3d(0, 75px, 0);
	opacity: 0
}
.mv02_off{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 1
}

/*右から*/
.mv03_on{
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	-webkit-transform: scale(1, 1) translate3d(100px, 0, 0);
	-moz-transform: scale(1, 1) translate3d(100px, 0, 0);
	-ms-transform: scale(1, 1) translate3d(100px, 0, 0);
	-o-transform: scale(1, 1) translate3d(100px, 0, 0);
	transform: scale(1, 1) translate3d(100px, 0, 0);
	opacity: 0
}
.mv03_off{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 1
}

/*左から*/
.mv04_on{
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	-webkit-transform: scale(1, 1) translate3d(-100px, 0, 0);
	-moz-transform: scale(1, 1) translate3d(-100px, 0, 0);
	-ms-transform: scale(1, 1) translate3d(-100px, 0, 0);
	-o-transform: scale(1, 1) translate3d(-100px, 0, 0);
	transform: scale(1, 1) translate3d(-100px, 0, 0);
	opacity: 0
}
.mv04_off{
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0, 0, 0);
    -o-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0);
    opacity: 1
}

/* swiper
------------------------------------------------------------------------*/

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:30%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
