@charset "UTF-8";
/*
Theme Name:
Author: Catwork
*/

/* Reset
----------------------------------------------------------- */
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;
}
p{max-height:100%;}
header, menu, nav, footer,
section,article, aside,
details, summary,
figure, figcaption{display:block;}
table{
	border-collapse:collapse;
	border-spacing:0;
}
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;
}
a{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color:#333;
}
a:focus{outline:none;}
a img{
	border:none;
	vertical-align:middle;
}
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus {
	outline-offset: -2px;
}
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: normal;
}
ul,ol{
	list-style-type: none;
}
body{
	font-family: 游ゴシック体, YuGothic, "Yu Gothic Medium", sans-serif;
	font-size: 16px;
	line-height: 1.875;
	color: #000;
}
.wrap{
	width:100%;
}

h2,h3,h4,h5{
	font-weight: bold;
	line-height: 1.6;
}

.inner{
	margin:0 auto;
	width: 1200px;
	box-sizing: border-box;
}
img{
	max-width:100%;
}

span {
	font-weight: inherit;
}

/*===============================================
横幅430px以下
===============================================*/
@media screen and (max-width: 431px) {
	html,
	body,
	.wrap {
		width: 430px;
		position: relative;
		font-size: 14px;
	}

	.inner {
		width: auto;
		padding-left: 10px;
		padding-right: 10px;
	}

	img {
		max-width: 100%;
	}

	.pc {
		display: none;
	}

	/* common
	------------------------------------------------------------------------*/
	.common_tit01 {
		padding: 55px 0 0;
		background: no-repeat center top/auto 35px;
		color: #fff;
		font-weight: bold;
		font-size: 30px;
		text-align: center;
	}
	.common_tit01 span {
		display: table;
		margin: 0 auto 12px;
		padding: 5px 10px;
		background: #fff;
		color: #000;
		font-size: 19px;
		line-height: 1.4;
	}
	.common_tit01.is-navy {
		color: #00396c;
	}
	.common_tit01.is-navy span {
		background: #00396c;
		color: #fff;
	}

	/* header
	------------------------------------------------------------------------*/
	header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		overflow: hidden;
		height: 75px;
		box-sizing: border-box;
		padding: 1px 5px;
		background: #fff;
		z-index: 1000;
	}
	header h1 {
		float: left;
		width: 52%;
		margin-bottom: 1px;
		font-size: 10px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	header .logo {
		clear: both;
		float: left;
		width: 195px;
	}
	header .contact {
		float: right;
		margin: -12px 0 0 auto;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	header .tel {
		width: 60px;
		height: 60px;
		box-sizing: border-box;
		margin-right: 5px;
		border: 2px solid #00396c;
	}
	header .tel a {
		width: 100%;
		height: 100%;
		display: block;
		background: url("img/common_tel01.png") no-repeat center;
	}
	header .mail {
		width: 60px;
		height: 60px;
		box-sizing: border-box;
		margin-right: 5px;
		border: 2px solid #00396c;
	}
	header .mail a {
		width: 100%;
		height: 100%;
		display: block;
		background: url("img/common_mail01.png") no-repeat center;
	}
	header .line .btn {
		width: 60px;
		height: 60px;
		box-sizing: border-box;
	}
	header .line .btn a {
		width: 100%;
		height: 100%;
		display: block;
		background: #00b900 url("img/common_line01.png") no-repeat center;
	}

	/* home
	------------------------------------------------------------------------*/
	.home .key {
		margin: 75px 0 0;
		padding: 25px 0 0;
		height: 400px;
		box-sizing: border-box;
		background: url("img/home_key_bg01_sp.png") no-repeat center/cover;
		position: relative;
	}
	.home .key .text {
		color: #fff;
		font-size: 10px;
		font-weight: bold;
		position: absolute;
		bottom: 20px;
		left: 15px;
	}
	.home .key .key_box {
		display: flex;
		position: absolute;
		bottom: -20px;
		width: 400px;
		left: 15px;
	}
	.home .key .key_box .text02 {
		background: #00396c;
		color: #fff;
		font-size: 10px;
		padding: 0 15px;
		white-space: nowrap;
		display: flex;
		line-height: 1;
		align-items: center;
		font-weight: bold;
		text-align: center;
		position: relative;
	}
	.home .key .key_box .text02::before {
		content: '';
		border-top: 19px solid transparent;
		border-bottom: 18px solid transparent;
		border-left: 10px solid #00396c;
		position: absolute;
		top: 0;
		right: -10px;
	}
	.home .key .key_box .box_item {
		display: flex;
		color: #00396c;
		background: #fff;
		width: 100%;
		padding: 5px 0 3px 15px;
	}
	.home .key .key_box .box_item span {
		font-weight: bold;
		font-size: 10px;
		margin-top: 10px;
		margin-left: 5px;
	}
	.home .key .key_box .box_item img {
		width: 160px;
	}

	/*	.home .cont01
	------------------------------------------*/
	.home .cont01 {
		padding: 50px 0 30px;
		background: url("img/home_cont01_bg01_sp.png");
	}
	.home .cont01 h2 {
		display: flex;
		justify-content: center;
		align-items: center;
		background: url("img/home_cont01_txt01.png") no-repeat center top/contain;
		margin-bottom: 25px;
		padding: 50px 0 0;
		color: #fff;
		font-weight: bold;
		font-size: 18px;
		text-align: center;
	}
	.home .cont01 h2 span {
		padding: 3px 10px;
		background: #00396c;
	}
	.home .cont01 h2 img {
		width: 90px;
		margin-right: 5px;
	}
	.home .cont01 .txt01 {
		margin-bottom: 20px;
		color: #00396c;
		font-weight: bold;
		font-size: 28px;
		text-align: center;
		line-height: 1.6;
	}
	.home .cont01 .txt02 {
		margin-bottom: 30px;
		font-size: 16px;
	}
	.home .cont01 .task {
		position: relative;
		margin-bottom: 30px;
		padding: 30px 0;
		background: linear-gradient(to right, #137dce 0, #035dad 100%);
		box-shadow: 0 0 15px rgba(102, 102, 102, 0.5);
	}
	.home .cont01 .task::before {
		content: "";
		display: block;
		background: url("img/common_bg03.png") no-repeat left -40px top/contain;
		width: 300px;
		height: 300px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.home .cont01 .task .inner {
		position: relative;
		z-index: 2;
	}
	.home .cont01 .task h3 {
		margin-bottom: 35px;
		background-image: url("img/home_cont01_txt03.png");
	}
	.home .cont01 .task .img {
		width: 300px;
		margin: 0 auto 30px;
	}
	.home .cont01 .task .list {
		width: calc(100% - 20px);
		margin: 0 auto;
	}
	.home .cont01 .task .list li {
		margin-bottom: 10px;
		padding: 0 0 0 27px;
		background: url("img/home_cont01_ico01.png") no-repeat left 8px/16px;
		color: #fff;
		font-weight: bold;
		font-size: 18px;
	}
	.home .cont01 .task .list li:last-of-type {
		margin-bottom: 0;
	}
	.home .cont01 .support {
		position: relative;
		width: calc(100% - 20px);
		margin: 0 auto;
		padding: 90px 20px 20px;
		background: url("img/home_cont01_txt04.png") no-repeat center 25px;
		border: 3px solid #00396c;
		color: #00396c;
		font-weight: bold;
		font-size: 20px;
		text-align: center;
	}
	.home .cont01 .support::before {
		content: "";
		display: block;
		background: url("img/home_cont01_ico02.png") no-repeat center center/contain;
		width: 41px;
		height: 28px;
		position: absolute;
		bottom: -20px;
		right: 0;
		left: 0;
		margin: auto;
	}

	/*	.home .cont02
	------------------------------------------*/
	.home .cont02 {
		padding: 50px 0;
		background: #f6f8fa url("img/common_bg01.png") repeat center/7px;
	}
	.home .cont02 h2 {
		margin-bottom: 50px;
		background-image: url("img/home_cont02_txt01.png");
	}
	.home .cont02 .merit {
		background: #fff;
		box-shadow: 0 0 15px rgba(102, 102, 102, 0.5);
	}
	.home .cont02 .merit .txtBox {
		position: relative;
		z-index: 2;
		padding: 70px 20px 20px;
		box-sizing: border-box;
	}
	.home .cont02 .merit .txtBox::before {
		content: "";
		display: block;
		background: no-repeat -8px top/contain;
		width: 80px;
		height: 65px;
		position: absolute;
		top: -16px;
		left: 0;
	}
	.home .cont02 .merit h3 {
		margin-bottom: 8px;
		color: #137dce;
		font-weight: bold;
		font-size: 24px;
	}
	.home .cont02 .merit .img img {
		width: 100%;
	}
	.home .cont02 .merit + .merit {
		margin-top: 50px;
	}
	.home .cont02 .merit:nth-of-type(1) .txtBox::before {
		background-image: url("img/home_cont02_merit01.png");
	}
	.home .cont02 .merit:nth-of-type(2) .txtBox::before {
		background-image: url("img/home_cont02_merit02.png");
	}
	.home .cont02 .merit:nth-of-type(3) .txtBox::before {
		background-image: url("img/home_cont02_merit03.png");
	}

	/*	.home .cont03
	------------------------------------------*/
	.home .cont03 {
		padding: 50px 10px;
	}
	.home .cont03 h2 {
		margin-bottom: 50px;
		background-image: url("img/home_cont03_txt01.png");
	}
	.home .cont03 .list li {
		width: 380px;
		margin: 0 auto 50px;
		position: relative;
		background: #fff;
		box-shadow: 0 0 15px rgba(102, 102, 102, 0.5);
	}
	.home .cont03 .list li::before {
		content: "";
		display: block;
		background: no-repeat center/contain;
		width: 163px;
		height: 44px;
		position: absolute;
		top: -22px;
		right: 0;
		left: 0;
		margin: auto;
	}
	.home .cont03 .list li:nth-of-type(1)::before {
		background-image: url("img/home_cont03_reason01.png");
	}
	.home .cont03 .list li:nth-of-type(2)::before {
		background-image: url("img/home_cont03_reason02.png");
	}
	.home .cont03 .list li:nth-of-type(3)::before {
		background-image: url("img/home_cont03_reason03.png");
	}
	.home .cont03 .list li:last-of-type {
		margin-bottom: 0;
	}
	.home .cont03 .list .txtBox {
		padding: 20px;
	}
	.home .cont03 .list h3 {
		margin-bottom: 10px;
		color: #00396c;
		font-weight: bold;
		font-size: 21px;
	}
	.home .cont03 .list .img img {
		width: 100%;
	}

	/*	.home .cont04
	------------------------------------------*/
	.home .cont04 {
		padding: 0 0 50px;
		background: url("img/common_bg02.png") repeat center/7px, url("img/home_cont04_bg01_sp.png") no-repeat center bottom;
	}
	.home .cont04 .inner {
		padding: 0;
	}
	.home .cont04 h2 {
		position: relative;
		z-index: 2;
		margin-bottom: 15px;
		background-image: url("img/home_cont04_txt01.png");
	}
	.home .cont04 .top {
		position: relative;
		margin: 0 auto 10px;
		padding: 50px 10px 30px;
		box-sizing: border-box;
		background: linear-gradient(to right, #00396c 0, #0669c1 100%);
	}
	.home .cont04 .top::before {
		content: "";
		display: block;
		background: url("img/common_bg04.png") no-repeat left -40px top/contain;
		width: 300px;
		height: 300px;
		position: absolute;
		top: 0;
		left: 0;
		pointer-events: none;
	}
	.home .cont04 .top .txt {
		position: relative;
		z-index: 2;
		color: #fff;
		font-size: 16px;
		text-align: center;
	}
	.home .cont04 .top .img {
		position: relative;
		z-index: 2;
		width: 300px;
		margin: 30px auto 0;
	}
	.home .cont04 .list01 {
		width: calc(100% - 20px);
		margin: 0 auto 70px;
		padding: 10px;
		background: #fff;
		box-sizing: border-box;
		box-shadow: 0 0 15px rgba(102, 102, 102, 0.5);
	}
	.home .cont04 .list01 dl dt, .home .cont04 .list01 dl dd {
		box-sizing: border-box;
		font-size: 19px;
	}
	.home .cont04 .list01 dl dt {
		position: relative;
		margin-bottom: 20px;
		padding: 10px 5px;
		background: #137dce;
		color: #fff;
		font-weight: bold;
		text-align: center;
	}
	.home .cont04 .list01 dl dt::before {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 15px 15px 0 15px;
		border-color: #137dce transparent transparent transparent;
		position: absolute;
		top: 98%;
		right: 0;
		left: 0;
		margin: auto;
	}
	.home .cont04 .list01 dl dd {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 20px;
		padding: 5px;
		border-right: 2px solid #b8b8b8;
		border-bottom: 2px solid #b8b8b8;
	}
	.home .cont04 .list01 dl dd:last-of-type {
		margin-bottom: 0;
	}
	.home .cont04 .list01 dl dd img {
		width: 50px;
		margin: 0 0 6px 20px;
	}
	.home .cont04 .list02 {
		width: calc(100% - 20px);
		margin: 0 auto;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.home .cont04 .list02 li {
		position: relative;
		width: calc(50% - 5px);
		padding: 65px 10px 15px;
		background: #fff;
		box-sizing: border-box;
		filter: drop-shadow(0 0 5px rgba(102, 102, 102, 0.4));
		border-radius: 10px;
	}
	.home .cont04 .list02 li::before {
		content: "";
		display: block;
		width: 80px;
		height: 80px;
		box-sizing: border-box;
		border-radius: 50%;
		background: #fff no-repeat center/70px;
		position: absolute;
		top: -30px;
		right: 0;
		left: 0;
		margin: auto;
	}
	.home .cont04 .list02 li:nth-of-type(1)::before {
		background-image: url("img/home_cont04_service01.png");
	}
	.home .cont04 .list02 li:nth-of-type(2)::before {
		background-image: url("img/home_cont04_service02.png");
	}
	.home .cont04 .list02 li:nth-of-type(3)::before {
		background-image: url("img/home_cont04_service03.png");
	}
	.home .cont04 .list02 li:nth-of-type(4)::before {
		background-image: url("img/home_cont04_service04.png");
	}
	.home .cont04 .list02 li:nth-of-type(5)::before {
		background-image: url("img/home_cont04_service05.png");
	}
	.home .cont04 .list02 li:nth-of-type(odd) {
		margin-right: 10px;
	}
	.home .cont04 .list02 li:nth-of-type(n + 3) {
		margin-top: 45px;
	}
	.home .cont04 .list02 .img {
		margin-bottom: 13px;
		text-align: center;
	}
	.home .cont04 .list02 .img img {
		width: 90px;
	}
	.home .cont04 .list02 h3 {
		min-height: 55px;
		margin: 0 auto 10px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #00396c;
		font-weight: bold;
		font-size: 18px;
		text-align: center;
	}
	.home .cont04 .list02 .txt {
		font-size: 13px;
		line-height: 1.7;
	}
	.home .cont04 .list03 {
		margin: 60px auto;
	}
	.home .cont04 .list03 .box {
		width: 400px;
		margin: auto;
		box-sizing: border-box;
		padding: 20px 20px 30px;
		background: #fff;
		box-shadow: 0 0 10px rgba(0,0,0,0.2);
	}
	.home .cont04 .list03 .box:nth-of-type(2) {
		margin-top: 30px;
	}
	.home .cont04 .list03 .box .ttl {
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		color: #074266;
		position: relative;
	}
		.home .cont04 .list03 .box .ttl::before {
			content: '';
			width: 110px;
			height: 1px;
			background: #074266;
			position: absolute;
			top: 50%;
			left: 0;
			transform: translateY(-50%);
		}
		.home .cont04 .list03 .box .ttl::after {
			content: '';
			width: 110px;
			height: 1px;
			background: #074266;
			position: absolute;
			top: 50%;
			right: 0;
			transform: translateY(-50%);
		}
		.home .cont04 .list03 .box:nth-of-type(2) .ttl::before,
		.home .cont04 .list03 .box:nth-of-type(2) .ttl::after {
			width: 100px;
		}
	.home .cont04 .list03 .box .text01 {
		text-align: center;
		font-size: 16px;
		padding: 15px 0 20px;
	}
	.home .cont04 .list03 .box .text02 {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0 20px;
		width: 100%;
		height: 70px;
		background: #00396c;
		color: #fff;
		box-shadow: 5px 5px 0 #ecf0f4;
		margin-top: 20px;
	}
	.home .cont04 .list03 .box .text02 img {
		width: 50px;
	}
	.home .cont04 .list03 .box .text02 span {
		font-size: 16px;
	}
	.home .cont04 .list03 .box:nth-of-type(2) ul {
		margin-top: 15px;
	}
	.home .cont04 .list03 .box:nth-of-type(2) ul li {
		font-size: 14px;
		text-align: center;
		font-weight: bold;
		background: #f0f2f3;
		padding: 0 0 0 10px;
		height: 40px;
		line-height: 42px;
		box-sizing: border-box;
		white-space: nowrap;
	}
	.home .cont04 .list03 .box:nth-of-type(2) ul li:nth-of-type(n+2) {
		margin-top: 10px;
	}

	/*	.home .cont05
	------------------------------------------*/
	.home .cont05 {
		padding: 0 0 50px;
	}
	.home .cont05 .inner {
		padding: 0;
	}
	.home .cont05 h2 {
		position: relative;
		z-index: 2;
		margin-bottom: 15px;
		background-image: url("img/home_cont05_txt01.png");
	}
	.home .cont05 .top {
		position: relative;
		margin: 0 auto 40px;
		padding: 50px 10px 30px;
		box-sizing: border-box;
		background: linear-gradient(to right, #137dce 0, #035dad 100%);
	}
	.home .cont05 .top::before {
		content: "";
		display: block;
		background: url("img/common_bg03.png") no-repeat left -40px top/contain;
		width: 300px;
		height: 300px;
		position: absolute;
		top: 0;
		left: 0;
		pointer-events: none;
	}
	.home .cont05 .top .img {
		position: relative;
		z-index: 2;
		width: 300px;
		margin: 30px auto 0;
	}
	.home .cont05 .list {
		width: calc(100% - 20px);
		margin: 0 auto;
	}
	.home .cont05 .list li {
		position: relative;
		margin-bottom: 40px;
		padding: 70px 9px 15px;
		background: #fff;
		filter: drop-shadow(0 0 10px rgba(102, 102, 102, 0.4));
		box-sizing: border-box;
	}
	.home .cont05 .list li::before {
		content: "";
		display: block;
		width: 100%;
		height: 60px;
		background: #00396c no-repeat center/auto 45px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.home .cont05 .list li::after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 35px 0 35px;
		border-color: #fff transparent transparent transparent;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		margin: auto;
	}
	.home .cont05 .list li:nth-of-type(1)::before {
		background-image: url("img/home_cont05_flow01.png");
	}
	.home .cont05 .list li:nth-of-type(2)::before {
		background-image: url("img/home_cont05_flow02.png");
	}
	.home .cont05 .list li:nth-of-type(3)::before {
		background-image: url("img/home_cont05_flow03.png");
	}
	.home .cont05 .list li:nth-of-type(4)::before {
		background-image: url("img/home_cont05_flow04.png");
	}
	.home .cont05 .list li:last-of-type {
		margin-bottom: 0;
	}
	.home .cont05 .list li:last-of-type::after {
		content: none;
	}
	.home .cont05 .list h3 {
		margin-bottom: 8px;
		font-size: 22px;
	}
	.home .cont05 .list .tel {
		width: 90%;
		margin: 25px auto 15px;
		font-size: 20px;
		text-align: center;
	}
	.home .cont05 .list .tel a {
		color: #00396c;
		font-weight: bold;
	}
	.home .cont05 .list .tel img {
		margin: 0 auto 5px 0;
	}
	.home .cont05 .list .btns {
		width: 90%;
		margin: 0 auto;
	}
	.home .cont05 .list .mail {
		margin: 0 auto 25px;
		border: 2px solid #00396c;
		border-radius: 50px;
		box-sizing: border-box;
		font-size: 18px;
		text-align: center;
	}
	.home .cont05 .list .mail a {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 0 0 10px;
		background: url("img/common_mail01.png") no-repeat 60px center;
		border-radius: inherit;
		height: 61px;
		color: #00396c;
		font-weight: bold;
	}
	.home .cont05 .list .line {
		position: relative;
		margin: 0 auto 15px;
	}
	.home .cont05 .list .line .btn {
		border-radius: 50px;
		font-size: 18px;
		line-height: 1.3;
	}
	.home .cont05 .list .line .btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 85px 0 92px;
		height: 65px;
		background: #00b900 url("img/common_line01.png") no-repeat 60px center;
		border-radius: inherit;
		color: #fff;
		font-weight: bold;
	}
	.home .cont05 .list .line .qr {
		position: absolute;
		right: 0;
		bottom: 12px;
	}

	/*	.home .cont08
	------------------------------------------*/
	.home .cont08 {
		padding: 0 0 40px;
		position: relative;
	}
	.home .cont08 .inner {
		padding: 0;
	}
	.home .cont08 .text-flex {
		position: relative;
		padding: 50px 10px;
		text-align: center;
		box-sizing: border-box;
		background: linear-gradient(to right, #00396c 0, #0669c1 100%);
	}
		.home .cont08 .text-flex::before {
			content: "";
			display: block;
			background: url("img/common_bg04.png") no-repeat left -40px top/contain;
			width: 300px;
			height: 300px;
			position: absolute;
			top: 0;
			left: 0;
			pointer-events: none;
		}
	.home .cont08 .text-flex h2 {
		font-size: 30px;
		color: #fff;
		padding-top: 50px;
		background: url(img/home_cont08_ttl.png) no-repeat top center / 180px;
		position: relative;
		z-index: 1;
	}
	.home .cont08 .text-flex h2 span {
		font-size: 22px;
		color: #010101;
		line-height: 1;
		padding: 7px 10px;
		background: #fff;
		display: inline-block;
		margin-bottom: 12px;
		font-size: 19px;
	}
	.home .cont08 .text-flex .text {
		color: #fff;
		font-size: 16px;
		line-height: 2;
		padding-top: 15px;
		position: relative;
		z-index: 1;
	}
	.home .cont08 .interview-flex {
		margin-top: 30px;
		padding: 30px 0;
		/* display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 50px 0;
		flex-wrap: wrap; */
	}
	.home .cont08 .interview-flex .flex-item {
		width: 300px;
		box-shadow: 0 0 20px rgba(0,0,0,0.1);
	}
	.home .cont08 .interview-flex .flex-item .img {
		position: relative;
	}
	.home .cont08 .interview-flex .flex-item .img .cate {
		width: 120px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-weight: bold;
		background: #137dce;
		position: absolute;
		top: 10px;
		left: 10px;
		z-index: 1;
	}
	.home .cont08 .interview-flex .flex-item .img a {
		display: block;
		width: 300px;
		height: 197px;
		overflow: hidden;
	}
	.home .cont08 .interview-flex .flex-item .img a img {
		transition: all .5s;
	}
	.home .cont08 .interview-flex .flex-item .text-box {
		background: #fff;
		padding: 25px 20px 30px;
	}
	.home .cont08 .interview-flex .flex-item .name {
		font-size: 13px;
	}
	.home .cont08 .interview-flex .flex-item .ttl {
		color: #00396c;
		font-weight: bold;
		font-size: 20px;
		line-height: 1.5;
		margin: 10px auto 25px;
	}
	.home .cont08 .interview-flex .flex-item .btn {
		text-align: center;
	}
	.home .cont08 .interview-flex .flex-item .btn a {
		display: inline-block;
		line-height: 1;
		width: 100%;
		padding: 15px 0;
		color: #00396c;
		font-weight: bold;
		border: 2px solid #00396c;
		border-radius: 50px;
		transition: all .5s;
	}

	/*	.home .cont06
	------------------------------------------*/
	.home .cont06 {
		overflow: hidden;
		position: relative;
		margin-bottom: 50px;
		padding: 50px 0 0;
	}
	.home .cont06::before {
		content: "";
		display: block;
		width: 100%;
		height: 300px;
		background: url("img/home_cont06_bg01_sp.png") no-repeat center;
		position: absolute;
		top: 0;
		left: 0;
		box-shadow: 0 0 15px rgba(102, 102, 102, 0.5);
	}
	.home .cont06 .inner {
		position: relative;
		z-index: 2;
	}
	.home .cont06 h2 {
		margin-bottom: 40px;
		background-image: url("img/home_cont06_txt01.png");
	}
	.home .cont06 .box {
		position: relative;
		padding: 0 0 30px;
	}
	.home .cont06 .box::before {
		content: "";
		display: block;
		width: calc(100% + 20px);
		height: 400px;
		background: #f6f8fa url("img/common_bg01.png");
		position: absolute;
		right: -10px;
		bottom: 0;
		z-index: -1;
	}
	.home .cont06 .box .img {
		width: 300px;
		margin: 0 auto 20px;
	}
	.home .cont06 .box .txtBox {
		padding: 20px 20px 25px;
		background: #fff;
		box-sizing: border-box;
		box-shadow: 0 0 15px rgba(102, 102, 102, 0.5);
	}
	.home .cont06 .box .name {
		margin: 20px auto 0 0;
		text-align: right;
	}
	.home .cont06 .box .name img {
		width: 300px;
	}

	/*	.home .cont07
	------------------------------------------*/
	.home .cont07 {
		margin-bottom: 50px;
		padding: 30px 10px 0;
	}
	.home .cont07 h2 {
		margin-bottom: 20px;
		text-align: center;
	}
	.home .cont07 h2 img {
		width: auto;
		height: 35px;
	}
	.home .cont07 table {
		width: 100%;
	}
	.home .cont07 table th, .home .cont07 table td {
		width: 100%;
		display: block;
		font-size: 18px;
		box-sizing: border-box;
	}
	.home .cont07 table th {
		padding: 10px 20px;
		background: #00396c;
		color: #fff;
		vertical-align: top;
		text-align: left;
	}
	.home .cont07 table td {
		border-bottom: 10px solid #fff;
	}
	.home .cont07 input:-ms-input-placeholder, .home .cont07 textarea:-ms-input-placeholder {
		color: #8d8b8b;
	}
	.home .cont07 input::placeholder, .home .cont07 textarea::placeholder {
		color: #8d8b8b;
	}
	.home .cont07 input[type="text"],
	.home .cont07 input[type="email"],
	.home .cont07 input[type="tel"],
	.home .cont07 textarea {
		width: 100% !important;
		box-sizing: border-box;
		border: none;
		border-radius: 0;
		background: #f0f2f3;
		font-size: 16px !important;
		font-family: inherit;
	}
	.home .cont07 input[type="text"],
	.home .cont07 input[type="email"],
	.home .cont07 input[type="tel"] {
		height: 60px !important;
		padding: 0 20px;
	}
	.form_value {
		position: relative;
		width: 100%;
	}
	.textarea {
		width: 100%;
		height: 200px;
	}
	.form_value .placeholder {
		position: absolute;
		top:20px;
		left: 20px;
		right: 20px;
		pointer-events: none;
		font-size: 16px;
		line-height: 1.5;
		color: #8d8b8b;
	}
	.home .cont07 textarea {
		display: block;
		height: 200px !important;
		padding: 20px;
	}
	.home .cont07 .privacy_check {
		display: table;
		margin: 20px auto 10px;
		font-size: 16px;
	}
	.home .cont07 input[type="submit"] {
		cursor: pointer;
		display: block;
		width: 100% !important;
		height: 70px;
		margin: 0 auto;
		padding: 0;
		background: #f39800;
		border: 2px solid #fff;
		border-radius: 0;
		color: #fff;
		font-family: inherit;
		font-weight: bold;
		font-size: 18px;
		text-align: center;
		letter-spacing: .1em;
		transition: all .5s;
		box-shadow: 2px 2px 5px rgba(102, 102, 102, 0.5);
	}
	.home .cont07 .privacyBox {
		margin: 20px auto 0;
	}
	.home .cont07 .privacyBox h3 {
		padding: 10px;
		background: #00396c;
		color: #fff;
		font-weight: normal;
		font-size: 18px;
		text-align: center;
	}
	.home .cont07 .privacyBox .txtBox {
		height: 150px;
		padding: 20px 10px;
		background: #fff;
		border: 1px solid #959595;
		overflow-y: auto;
		box-sizing: border-box;
	}
	.home .cont07 .privacyBox h4 {
		margin-bottom: 10px;
		font-weight: bold;
		font-size: 16px;
	}
	.home .cont07 .privacyBox p {
		max-height: none;
		margin-bottom: 15px;
		font-size: 12px;
	}


/* interview
--------------------------------------------------------------------------*/
/*	.interview .key
------------------------------------------*/
	.interview .key {
		margin-top: 75px;
		height: 200px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: linear-gradient(to right, #137dce, #035dad);
	}
	.interview .key .text {
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		position: relative;
		padding: 40px 30px 0;
	}
		.interview .key .text::before {
			content: "INTERVIEW";
			position: absolute;
			top: 0;
			left: 0;
			font-size: 32px;
			line-height: 1;
			width: 100%;
			text-align: center;
		}

/*	.interview .pankuzu
------------------------------------------*/
	.interview .pankuzu {
		margin-top: 15px;
		font-size: 14px;
	}
	.interview .pankuzu ul {
		display: flex;
		flex-wrap: wrap;
	}
	.interview .pankuzu ul li a {
		margin-right: 25px;
		position: relative;
	}
		.interview .pankuzu ul li a::before {
			content: ">";
			position: absolute;
			top: 50%;
			right: -18px;
			transform: translateY(-50%);
		}

/*	.interview .cont01
------------------------------------------*/
	.interview .cont01 {
		margin: 50px auto;
	}
	.interview .cont01 .flex {
		display: flex;
		flex-direction: column-reverse;
	}
	.interview .cont01 .flex .left-box .cate {
		width: 100px;
		height: 25px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		background: #137dce;
		font-weight: bold;
	}
	.interview .cont01 .flex .left-box .name {
		font-size: 18px;
		margin: 20px auto 10px;
	}
	.interview .cont01 .flex .left-box .ttl {
		font-size: 20px;
		line-height: 1.6;
		font-weight: bold;
		color: #00396c;
	}
	.interview .cont01 .flex .left-box .text {
		line-height: 1.8;
		margin-top: 20px;
	}
	.interview .cont01 .flex .right-box {
		position: relative;
		margin-left: 10px;
		margin-bottom: 30px;
	}
		.interview .cont01 .flex .right-box::before {
			content: "";
			width: 400px;
			height: 267px;
			background: #137dce;
			position: absolute;
			top: -10px;
			left: -10px;
			z-index: -1;
		}
	.interview .cont01 .flex .right-box img {
		width: 400px;
	}

/*	.interview .cont02
------------------------------------------*/
	.interview .cont02 {
		margin: 0 auto 210px;
		padding: 50px 0 170px;
		background: #e5f2ff;
		position: relative;
	}
	.interview .cont02 dl dt {
		color: #00396c;
		font-size: 18px;
		font-weight: bold;
		padding-bottom: 10px;
		border-bottom: 1px solid;
	}
	.interview .cont02 dl dt:nth-of-type(2) {
		font-size: 17px;
		letter-spacing: -0.3px;
	}
	.interview .cont02 dl dt:nth-of-type(n+2) {
		margin-top: 50px;
	}
		.interview .cont02 dl dt::before {
			content: "Q.";
			padding-right: 10px;
		}
	.interview .cont02 dl dd {
		margin-top: 20px;
		line-height: 2;
	}
	.interview .cont02 .bg {
		position: absolute;
		bottom: -130px;
		left: 0;
		width: 100%;
		height: 250px;
		background: url(img/interview01_bg01_sp.png) repeat-x 0 0/auto 100%;
		animation: loop_pc 50s linear infinite;
	}
	.interview.interview02 .cont02 .bg {
		background: url(img/interview02_bg01_sp.png) repeat-x 0 0/auto 100%;
	}
	.interview.interview03 .cont02 .bg {
		background: url(img/interview03_bg01_sp.png) repeat-x 0 0/auto 100%;
	}
	.interview.interview04 .cont02 .bg {
		background: url(img/interview04_bg01_sp.png) repeat-x 0 0/auto 100%;
	}
	.interview.interview05 .cont02 .bg {
		background: url(img/interview05_bg01_sp.png) repeat-x 0 0/auto 100%;
	}
	.interview.interview06 .cont02 .bg {
		background: url(img/interview06_bg01_sp.png) repeat-x 0 0/auto 100%;
	}
	@keyframes loop_pc {
		0% {
			background-position: 0 0;
		}
		100% {
			background-position: -2500px 0;
		}
	}

/*	.interview .cont03
------------------------------------------*/
	.interview .cont03 {
		margin: 0 auto 60px;
	}
	.interview .cont03 h2 {
		text-align: center;
		font-size: 16px;
		padding-top: 45px;
		background: url(img/interview_cont03_ttl01.png) no-repeat top center / 120px;
	}
	.interview .cont03 .flex {
		display: flex;
		flex-direction: column;
		margin: 30px auto 30px;
	}
	.interview .cont03 .flex .left-box {
		position: relative;
	}
	.interview .cont03 .flex .left-box img {
		width: 400px;
	}
	.interview .cont03 .flex .left-box::before {
		content: "";
		width: 400px;
		height: 267px;
		background: #137dce;
		position: absolute;
		top: 10px;
		left: 10px;
		z-index: -1;
	}
	.interview .cont03 .flex .right-box {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.interview .cont03 .flex .right-box h3 {
		font-size: 22px;
		margin: 30px 0 20px;
	}
	.interview .cont03 .flex .right-box .flex {
		margin: 0;
	}
	.interview .cont03 .flex .right-box .flex:nth-of-type(n+2) {
		margin-top: 10px;
	}
	.interview .cont03 .flex .right-box .flex dt {
		font-weight: bold;
		width: 80px;
	}
	.interview .cont03 .flex .right-box .flex dt::before {
		content: "■";
		color: #137dce;
		padding-right: 5px;
	}
	.interview .cont03 .map iframe {
		width: 100%;
		height: 250px;
	}

/*	.interview .cont04
------------------------------------------*/
	.interview .cont04  {
		background: #e5f2ff;
		padding: 50px 0;
		margin-bottom: 50px;
	}
	.interview .cont04 .interview-swiper {
		padding: 20px 0;
	}
	.interview .cont04 .interview-swiper .flex-item {
		width: 300px !important;
		box-shadow: 0 0 20px rgba(0,0,0,0.1);
	}
	.interview .cont04 .interview-swiper .flex-item .img {
		position: relative;
	}
	.interview .cont04 .interview-swiper .flex-item .img .cate {
		width: 120px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-weight: bold;
		background: #137dce;
		position: absolute;
		top: 10px;
		left: 10px;
		z-index: 1;
	}
	.interview .cont04 .interview-swiper .flex-item .img a {
		display: block;
		width: 300px;
		height: 197px;
	}
	.interview .cont04 .interview-swiper .flex-item .img a img {
		transition: all .5s;
		max-width: 100%;
	}
	.interview .cont04 .interview-swiper .flex-item .text-box {
		background: #fff;
		padding: 25px 20px 30px;
	}
	.interview .cont04 .interview-swiper .flex-item .name {
		font-size: 14px;
	}
	.interview .cont04 .interview-swiper .flex-item03 .name {
		font-size: 13px;
	}
	.interview .cont04 .interview-swiper .flex-item .ttl {
		color: #00396c;
		font-weight: bold;
		font-size: 19px;
		line-height: 1.5;
		margin: 10px auto 25px;
	}
	.interview .cont04 .interview-swiper .flex-item .btn {
		text-align: center;
	}
	.interview .cont04 .interview-swiper .flex-item .btn a {
		display: inline-block;
		line-height: 1;
		width: 100%;
		padding: 15px 0;
		color: #00396c;
		font-weight: bold;
		border: 2px solid #00396c;
		border-radius: 50px;
		transition: all .5s;
	}
	.interview .cont04 .top-btn {
		margin: 30px auto 0;
		text-align: center;
	}
	.interview .cont04 .top-btn a {
		display: inline-block;
		width: 280px;
		line-height: 1;
		padding: 20px 0;
		color: #fff;
		background: #00396c;
		border-radius: 60px;
		font-weight: bold;
	}

	/*	.interview .cont05
	------------------------------------------*/
	.interview .cont05 {
		margin-bottom: 50px;
		padding: 30px 10px 0;
	}
	.interview .cont05 h2 {
		margin-bottom: 20px;
		text-align: center;
	}
	.interview .cont05 h2 img {
		width: auto;
		height: 35px;
	}
	.interview .cont05 table {
		width: 100%;
	}
	.interview .cont05 table th, .interview .cont05 table td {
		width: 100%;
		display: block;
		font-size: 18px;
		box-sizing: border-box;
	}
	.interview .cont05 table th {
		padding: 10px 20px;
		background: #00396c;
		color: #fff;
		vertical-align: top;
		text-align: left;
	}
	.interview .cont05 table td {
		border-bottom: 10px solid #fff;
	}
	.interview .cont05 input:-ms-input-placeholder, .interview .cont05 textarea:-ms-input-placeholder {
		color: #8d8b8b;
	}
	.interview .cont05 input::placeholder, .interview .cont05 textarea::placeholder {
		color: #8d8b8b;
	}
	.interview .cont05 input[type="text"],
	.interview .cont05 input[type="email"],
	.interview .cont05 input[type="tel"],
	.interview .cont05 textarea {
		width: 100% !important;
		box-sizing: border-box;
		border: none;
		border-radius: 0;
		background: #f0f2f3;
		font-size: 16px !important;
		font-family: inherit;
	}
	.interview .cont05 input[type="text"],
	.interview .cont05 input[type="email"],
	.interview .cont05 input[type="tel"] {
		height: 60px !important;
		padding: 0 20px;
	}
	.form_value {
		position: relative;
		width: 100%;
	}
	.textarea {
		width: 100%;
		height: 200px;
	}
	.form_value .placeholder {
		position: absolute;
		top:20px;
		left: 20px;
		right: 20px;
		pointer-events: none;
		font-size: 16px;
		line-height: 1.5;
		color: #8d8b8b;
	}
	.interview .cont05 textarea {
		display: block;
		height: 200px !important;
		padding: 20px;
	}
	.interview .cont05 .privacy_check {
		display: table;
		margin: 20px auto 10px;
		font-size: 16px;
	}
	.interview .cont05 input[type="submit"] {
		cursor: pointer;
		display: block;
		width: 100% !important;
		height: 70px;
		margin: 0 auto;
		padding: 0;
		background: #f39800;
		border: 2px solid #fff;
		border-radius: 0;
		color: #fff;
		font-family: inherit;
		font-weight: bold;
		font-size: 18px;
		text-align: center;
		letter-spacing: .1em;
		transition: all .5s;
		box-shadow: 2px 2px 5px rgba(102, 102, 102, 0.5);
	}
	.interview .cont05 .privacyBox {
		margin: 20px auto 0;
	}
	.interview .cont05 .privacyBox h3 {
		padding: 10px;
		background: #00396c;
		color: #fff;
		font-weight: normal;
		font-size: 18px;
		text-align: center;
	}
	.interview .cont05 .privacyBox .txtBox {
		height: 150px;
		padding: 20px 10px;
		background: #fff;
		border: 1px solid #959595;
		overflow-y: auto;
		box-sizing: border-box;
	}
	.interview .cont05 .privacyBox h4 {
		margin-bottom: 10px;
		font-weight: bold;
		font-size: 16px;
	}
	.interview .cont05 .privacyBox p {
		max-height: none;
		margin-bottom: 15px;
		font-size: 12px;
	}
	


/*thanks
--------------------------------------------------------------------------*/
	.thanks .cont01{
		padding: 60px 0 30px;
	}
	.thanks .cont01 h2{
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		color: #00396c;
		background:transparent;
		margin-bottom: 25px;
		padding: 0;
	}
	.thanks .cont01 .text{
		line-height: 1.8;
		text-align: center;
		font-size: 14px;
	}
	.thanks .cont01 .button a{
		display: block;
		width: 300px;
		margin: auto;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 1px;
		padding: 5px 0;
		text-align: center;
		background: #00396c;
		color: #fff;
		margin: 30px auto;
		border-radius: 25px;
	}


	/* footer
	------------------------------------------------------------------------*/
	footer {
		padding: 50px 15px 20px;
		background: #00396c;
		color: #fff;
	}
	footer .inner {
		margin-bottom: 20px;
	}
	footer .logo {
		width: 300px;
		margin: 0 auto 25px;
	}
	footer .info {
		width: 310px;
		margin: 0 auto;
		letter-spacing: 1px;
	}
	footer .info .txt {
		padding: 5px 0 5px 28px;
	}
	footer .info .txt.is-address {
		background: url("img/common_pin01.png") no-repeat 1px 7px;
	}
	footer .info .txt.is-tel {
		background: url("img/common_tel02.png") no-repeat 1px 6px;
	}
	footer .info .txt.is-mail {
		background: url("img/common_mail02.png") no-repeat left 11px;
	}
	footer .copy {
		font-size: 10px;
		text-align: center;
	}

	/*	.to_top
	------------------------------------------*/
	.to_top {
		display: none;
		position: fixed;
		z-index: 9000;
		right: 5px;
		bottom: 10px;
		width: 30px;
		height: 90px;
		text-align: center;
	}
	.to_top a {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: flex-end;
		width: 100%;
		height: 100%;
	}
	.to_top a::before, .to_top a::after {
		content: "";
		display: block;
		width: 2px;
		background: #004686;
		position: absolute;
	}
	.to_top a::before {
		height: 45px;
		bottom: 40px;
		left: 14px;
	}
	.to_top a::after {
		height: 15px;
		left: 18px;
		bottom: 70px;
		transform: rotate(-30deg);
	}
	.to_top img {
		width: 16px;
		filter: drop-shadow(1px 1px 0 rgba(255, 255, 255, 0.7));
	}
}
/*===============================================
横幅1240px以下
===============================================*/
@media screen and (max-width: 1240px) and (min-width: 431px){
	html,
	body,
	.wrap{
		width: 1240px;
	}
}

/*===============================================
横幅431px以上
===============================================*/
@media screen and (min-width: 431px) {
	a {
		transition: all .5s;
	}

	a:hover {
		opacity: 0.8;
		filter: alpha(opacity=80);
		-moz-opacity: 0.8;
	}

	.sp {
		display: none;
	}

	/* common
	------------------------------------------------------------------------*/
	.common_tit01 {
		padding: 63px 0 0;
		background: no-repeat center top;
		color: #fff;
		font-weight: bold;
		font-size: 40px;
		text-align: center;
	}
	.common_tit01 span {
		display: table;
		margin: 0 auto 20px;
		padding: 0 10px;
		background: #fff;
		color: #000;
		font-size: 22px;
	}
	.common_tit01.is-navy {
		color: #00396c;
	}
	.common_tit01.is-navy span {
		background: #00396c;
		color: #fff;
	}
	.common_tit01.is-left {
		background-position: left top;
		text-align: left;
	}
	.common_tit01.is-left span {
		margin-left: 0;
	}

	/* header
	------------------------------------------------------------------------*/
	header {
		display: flex;
		position: fixed;
		z-index: 99999;
		top: 0;
		left: 0;
		right: 0;
		background: #fff;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		padding: 5px 15px 20px 25px;
	}
	header h1 {
		width: 100%;
		font-size: 14px;
	}
	header .contact {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	header .tel {
		margin-right: 10px;
		text-align: center;
		line-height: 1;
	}
	header .tel img {
		display: block;
		margin-bottom: 8px;
		width: 244px;
	}
	header .tel a {
		color: #00396c;
		font-weight: bold;
	}
	header .mail {
		width: 220px;
		margin-right: 10px;
		border: 2px solid #00396c;
		border-radius: 50px;
		box-sizing: border-box;
		text-align: center;
	}
	header .mail a {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 0 0 28px;
		background: url("img/common_mail01.png") no-repeat 29px center;
		border-radius: inherit;
		height: 46px;
		color: #00396c;
		font-weight: bold;
	}
	header .line {
		position: relative;
		width: 255px;
	}
	header .line .btn {
		width: 220px;
		border-radius: 50px;
		line-height: 1.3;
		font-size: 15px;
	}
	header .line .btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 45px 0 40px;
		height: 50px;
		background: #00b900 url("img/common_line01.png") no-repeat 10px center;
		border-radius: inherit;
		color: #fff;
		font-weight: bold;
	}
	header .line .qr {
		position: absolute;
		right: 0;
		bottom: 25px;
	}

	/* .home
	------------------------------------------------------------------------*/
	/*	.home .key
	------------------------------------------*/
	.home .key {
		margin-top: 105px;
		height: 690px;
		display: flex;
		justify-content: center;
		align-items: center;
		background: url("img/home_key_bg01_pc.png") no-repeat center/cover;
	}
	.home .key .inner {
		position: relative;
	}
	.home .key img {
		width: 1160px;
		margin-top: 20px;
	}
	.home .key .text {
		position: absolute;
		bottom: -50px;
		left: 0;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
	}
	.home .key .key_box {
		width: 1120px;
		display: flex;
		align-items: center;
		height: 60px;
		position: absolute;
		bottom: -115px;
		left: 0;
	}
	.home .key .key_box .text02 {
		font-size: 22px;
		font-weight: bold;
		color: #fff;
		background: #00396c;
		text-align: center;
		width: 620px;
		height: 60px;
		line-height: 62px;
		position: relative;
	}
	.home .key .key_box .text02::before {
		content: '';
		border-top: 30px solid transparent;
		border-bottom: 30px solid transparent;
		border-left: 25px solid #00396c;
		position: absolute;
		top: 0;
		right: -25px;
	}
	.home .key .key_box .box_item {
		background: #fff;
		padding: 0 70px 0 90px;
		border: 1px solid #00396c;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		height: 60px;
	}
	.home .key .key_box .box_item span {
		display: inline-block;
		margin-left: 20px;
		font-size: 16px;
		font-weight: bold;
		color: #00396c;
		margin-top: 15px;
	}
	.home .key .key_box img {
		width: auto;
		height: auto;
		margin: 0;
	}

	/*	.home .cont01
	------------------------------------------*/
	.home .cont01 {
		padding: 105px 0;
		background: url("img/home_cont01_bg01_pc.png") no-repeat center/cover;
	}
	.home .cont01 h2 {
		display: flex;
		justify-content: center;
		align-items: center;
		background: url("img/home_cont01_txt01.png") no-repeat center top;
		margin-bottom: 13px;
		padding: 92px 0 0;
		color: #fff;
		font-weight: bold;
		font-size: 22px;
		text-align: center;
	}
	.home .cont01 h2 span {
		margin: 0 40px 0 10px;
		padding: 0 17px;
		background: #00396c;
	}
	.home .cont01 .txt01 {
		margin-bottom: 31px;
		color: #00396c;
		font-weight: bold;
		font-size: 40px;
		text-align: center;
		line-height: 1.6;
	}
	.home .cont01 .txt02 {
		margin-bottom: 72px;
		font-size: 20px;
		text-align: center;
		line-height: 2.25;
	}
	.home .cont01 .task {
		position: relative;
		margin: 0 auto 90px;
		padding: 54px 0 40px;
		background: linear-gradient(to right, #137dce 0, #035dad 100%);
		box-shadow: 0 0 15px rgba(102, 102, 102, 0.5);
	}
	.home .cont01 .task::before {
		content: "";
		display: block;
		background: url("img/common_bg03.png") no-repeat left top/cover;
		width: 630px;
		height: 100%;
		position: absolute;
		top: 0;
		left: calc(50% - 900px);
	}
}
@media screen and (min-width: 431px) and (min-width: 1801px) {
	.home .cont01 .task::before {
		left: 0;
	}
}
@media screen and (min-width: 431px) {
	.home .cont01 .task .inner {
		position: relative;
		z-index: 2;
		width: 1070px;
	}
	.home .cont01 .task h3 {
		width: 60%;
		margin-bottom: 40px;
		background-image: url("img/home_cont01_txt03.png");
	}
	.home .cont01 .task .img {
		position: absolute;
		right: -20px;
		bottom: -50px;
	}
	.home .cont01 .task .list {
		width: 60%;
	}
	.home .cont01 .task .list li {
		margin-bottom: 27px;
		padding: 0 0 0 40px;
		background: url("img/home_cont01_ico01.png") no-repeat left 8px;
		color: #fff;
		font-weight: bold;
		font-size: 24px;
		line-height: 1.6;
	}
	.home .cont01 .task .list li:last-of-type {
		margin-bottom: 0;
	}
	.home .cont01 .support {
		position: relative;
		width: 1080px;
		padding: 30px;
		background: url("img/home_cont01_txt04.png") no-repeat 80px 25px;
		border: 3px solid #00396c;
		color: #00396c;
		font-weight: bold;
		font-size: 26px;
		text-align: center;
		line-height: 1.73;
	}
	.home .cont01 .support::before {
		content: "";
		display: block;
		background: url("img/home_cont01_ico02.png") no-repeat center center/contain;
		width: 41px;
		height: 28px;
		position: absolute;
		bottom: -20px;
		right: 0;
		left: 0;
		margin: auto;
	}

	/*	.home .cont02
	------------------------------------------*/
	.home .cont02 {
		padding: 100px 0 140px;
		background: #f6f8fa url("img/common_bg01.png");
	}
	.home .cont02 h2 {
		margin-bottom: 80px;
		background-image: url("img/home_cont02_txt01.png");
	}
	.home .cont02 .merit {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.home .cont02 .merit .txtBox {
		position: relative;
		z-index: 2;
		width: 595px;
		min-height: 325px;
		padding: 98px 35px 50px;
		background: #fff;
		box-sizing: border-box;
		box-shadow: 0 0 15px rgba(102, 102, 102, 0.5);
	}
	.home .cont02 .merit .txtBox::before {
		content: "";
		display: block;
		background: no-repeat left top/contain;
		width: 100px;
		height: 84px;
		position: absolute;
		top: -16px;
		left: 0;
	}
	.home .cont02 .merit h3 {
		margin-bottom: 18px;
		color: #137dce;
		font-weight: bold;
		font-size: 26px;
		line-height: 1.48;
	}
	.home .cont02 .merit .img {
		width: 570px;
	}
	.home .cont02 .merit + .merit {
		margin-top: 55px;
	}
	.home .cont02 .merit:nth-of-type(1) .txtBox::before {
		background-image: url("img/home_cont02_merit01.png");
	}
	.home .cont02 .merit:nth-of-type(2) .txtBox::before {
		background-image: url("img/home_cont02_merit02.png");
	}
	.home .cont02 .merit:nth-of-type(3) .txtBox::before {
		background-image: url("img/home_cont02_merit03.png");
	}
	.home .cont02 .merit:nth-of-type(odd) .img {
		margin: 50px auto 0 -50px;
	}
	.home .cont02 .merit:nth-of-type(even) {
		flex-direction: row-reverse;
	}
	.home .cont02 .merit:nth-of-type(even) .img {
		margin: 0 -50px 0 auto;
	}
	.home .cont02 .merit:nth-of-type(even) .txtBox {
		margin-top: 50px;
	}

	/*	.home .cont03
	------------------------------------------*/
	.home .cont03 {
		padding: 118px 0 160px;
	}
	.home .cont03 h2 {
		margin-bottom: 115px;
		background-image: url("img/home_cont03_txt01.png");
	}
	.home .cont03 .list {
		display: flex;
		justify-content: space-between;
	}
	.home .cont03 .list li {
		position: relative;
		width: 380px;
		background: #fff;
		box-shadow: 0 0 15px rgba(102, 102, 102, 0.5);
	}
	.home .cont03 .list li::before {
		content: "";
		display: block;
		background: no-repeat center/contain;
		width: 163px;
		height: 44px;
		position: absolute;
		top: -22px;
		right: 0;
		left: 0;
		margin: auto;
	}
	.home .cont03 .list li:nth-of-type(1)::before {
		background-image: url("img/home_cont03_reason01.png");
	}
	.home .cont03 .list li:nth-of-type(2)::before {
		background-image: url("img/home_cont03_reason02.png");
	}
	.home .cont03 .list li:nth-of-type(3)::before {
		background-image: url("img/home_cont03_reason03.png");
	}
	.home .cont03 .list .txtBox {
		padding: 30px 22px 35px;
	}
	.home .cont03 .list h3 {
		margin-bottom: 15px;
		color: #00396c;
		font-weight: bold;
		font-size: 27px;
		line-height: 1.48;
	}

	/*	.home .cont04
	------------------------------------------*/
	.home .cont04 {
		position: relative;
		padding: 105px 0 145px;
		background: url("img/common_bg02.png"), url("img/home_cont04_bg01_pc.png") no-repeat center bottom/1800px;
	}
	.home .cont04::before {
		content: "";
		display: block;
		width: 100%;
		height: 500px;
		background: linear-gradient(to right, #00396c 0, #0669c1 100%);
		position: absolute;
		top: 0;
		left: 0;
		pointer-events: none;
		box-shadow: 0 0 15px rgba(102, 102, 102, 0.5);
	}
	.home .cont04::after {
		content: "";
		display: block;
		background: url("img/common_bg04.png") no-repeat left top/cover;
		width: 630px;
		height: 500px;
		position: absolute;
		top: 0;
		left: calc(50% - 900px);
		pointer-events: none;
	}
}
@media screen and (min-width: 431px) and (min-width: 1801px) {
	.home .cont04 {
		background: url("img/common_bg02.png"), url("img/home_cont04_bg01_pc.png") no-repeat center bottom/100% auto;
	}
	.home .cont04::after {
		left: 0;
	}
}
@media screen and (min-width: 431px) {
	.home .cont04 .inner {
		position: relative;
		z-index: 2;
	}
	.home .cont04 h2 {
		margin-bottom: 15px;
		background-image: url("img/home_cont04_txt01.png");
	}
	.home .cont04 .top {
		position: relative;
		width: 1070px;
		margin: 0 auto 83px;
	}
	.home .cont04 .top .txt {
		color: #fff;
		font-size: 20px;
		line-height: 2;
	}
	.home .cont04 .top .img {
		position: absolute;
		top: -187px;
		right: 13px;
	}
	.home .cont04 .list01 {
		width: 1070px;
		margin: 0 auto 125px;
		padding: 60px;
		background: #fff;
		box-sizing: border-box;
		box-shadow: 0 0 15px rgba(102, 102, 102, 0.5);
	}
	.home .cont04 .list01 dl {
		width: 100%;
		max-width: 840px;
		margin: 0 auto;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.home .cont04 .list01 dl:last-of-type {
		margin-bottom: 0;
	}
	.home .cont04 .list01 dl dt, .home .cont04 .list01 dl dd {
		height: 60px;
		display: flex;
		align-items: center;
		margin-bottom: 20px;
		box-sizing: border-box;
		font-size: 20px;
	}
	.home .cont04 .list01 dl dt:last-of-type, .home .cont04 .list01 dl dd:last-of-type {
		margin-bottom: 0;
	}
	.home .cont04 .list01 dl dt {
		position: relative;
		width: 500px;
		margin-right: 20px;
		padding-left: 80px;
		background: #137dce;
		color: #fff;
	}
	.home .cont04 .list01 dl dt::before {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 30px 0 30px 30px;
		border-color: transparent transparent transparent #137dce;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 100%;
		margin: auto;
	}
	.home .cont04 .list01 dl dd {
		width: calc(100% - 520px);
		justify-content: center;
		border-right: 2px solid #b8b8b8;
		border-bottom: 2px solid #b8b8b8;
	}
	.home .cont04 .list01 dl dd img {
		margin: 0 0 6px 20px;
	}
	.home .cont04 .list02 {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.home .cont04 .list02 li {
		position: relative;
		width: 355px;
		margin-right: 64px;
		padding: 95px 20px 45px;
		background: #fff;
		box-sizing: border-box;
		filter: drop-shadow(0 0 10px rgba(102, 102, 102, 0.4));
		border-radius: 20px;
	}
	.home .cont04 .list02 li::before {
		content: "";
		display: block;
		width: 120px;
		height: 120px;
		box-sizing: border-box;
		border-radius: 50%;
		background: #fff no-repeat center/105px;
		position: absolute;
		top: -43px;
		right: 0;
		left: 0;
		margin: auto;
	}
	.home .cont04 .list02 li:nth-of-type(1)::before {
		background-image: url("img/home_cont04_service01.png");
	}
	.home .cont04 .list02 li:nth-of-type(2)::before {
		background-image: url("img/home_cont04_service02.png");
	}
	.home .cont04 .list02 li:nth-of-type(3)::before {
		background-image: url("img/home_cont04_service03.png");
	}
	.home .cont04 .list02 li:nth-of-type(4)::before {
		background-image: url("img/home_cont04_service04.png");
	}
	.home .cont04 .list02 li:nth-of-type(5)::before {
		background-image: url("img/home_cont04_service05.png");
	}
	.home .cont04 .list02 li:nth-of-type(3n), .home .cont04 .list02 li:last-of-type {
		margin-right: 0;
	}
	.home .cont04 .list02 li:nth-of-type(n + 4) {
		margin-top: 80px;
	}
	.home .cont04 .list02 .img {
		margin-bottom: 30px;
		text-align: center;
	}
	.home .cont04 .list02 h3 {
		min-height: 70px;
		margin: 0 auto 16px;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #00396c;
		font-weight: bold;
		font-size: 24px;
		text-align: center;
		line-height: 1.67;
	}
	.home .cont04 .list03 {
		display: flex;
		justify-content: space-between;
		margin: 160px 0 110px;
	}
	.home .cont04 .list03 .box {
		width: 550px;
		box-sizing: border-box;
		padding: 20px 35px 35px;
		background: #fff;
		box-shadow: 0 0 10px rgba(0,0,0,0.2);
	}
	.home .cont04 .list03 .box .ttl {
		text-align: center;
		font-size: 22px;
		font-weight: bold;
		color: #074266;
		position: relative;
	}
		.home .cont04 .list03 .box .ttl::before {
			content: '';
			width: 170px;
			height: 1px;
			background: #074266;
			position: absolute;
			top: 50%;
			left: 0;
			transform: translateY(-50%);
		}
		.home .cont04 .list03 .box .ttl::after {
			content: '';
			width: 170px;
			height: 1px;
			background: #074266;
			position: absolute;
			top: 50%;
			right: 0;
			transform: translateY(-50%);
		}
		.home .cont04 .list03 .box:nth-of-type(2) .ttl::before,
		.home .cont04 .list03 .box:nth-of-type(2) .ttl::after {
			width: 190px;
		}
	.home .cont04 .list03 .box .text01 {
		text-align: center;
		font-size: 18px;
		padding: 15px 0 20px;
	}
	.home .cont04 .list03 .box .text02 {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0 20px;
		width: 100%;
		height: 90px;
		background: #00396c;
		color: #fff;
		box-shadow: 5px 5px 0 #ecf0f4;
		margin-top: 30px;
	}
	.home .cont04 .list03 .box .text02 span {
		font-size: 18px;
	}
	.home .cont04 .list03 .box:nth-of-type(2) {
		width: calc(100% - 565px);
	}
	.home .cont04 .list03 .box:nth-of-type(2) ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 10px 0;
		margin-top: 15px;
	}
	.home .cont04 .list03 .box:nth-of-type(2) ul li {
		width: 278px;
		font-size: 14px;
		font-weight: bold;
		background: #f0f2f3;
		padding: 0 0 0 10px;
		height: 40px;
		line-height: 42px;
		box-sizing: border-box;
		white-space: nowrap;
	}

	/*	.home .cont05
	------------------------------------------*/
	.home .cont05 {
		position: relative;
		padding: 110px 0 140px;
	}
	.home .cont05::before {
		content: "";
		display: block;
		width: 100%;
		height: 500px;
		background: linear-gradient(to right, #137dce 0, #035dad 100%);
		position: absolute;
		top: 0;
		left: 0;
		pointer-events: none;
		box-shadow: 0 0 15px rgba(102, 102, 102, 0.5);
	}
	.home .cont05::after {
		content: "";
		display: block;
		background: url("img/common_bg03.png") no-repeat left top/cover;
		width: 630px;
		height: 500px;
		position: absolute;
		top: 0;
		left: calc(50% - 900px);
		pointer-events: none;
	}
}
@media screen and (min-width: 431px) and (min-width: 1801px) {
	.home .cont05::after {
		left: 0;
	}
}
@media screen and (min-width: 431px) {
	.home .cont05 .inner {
		position: relative;
		z-index: 2;
	}
	.home .cont05 h2 {
		background-image: url("img/home_cont05_txt01.png");
	}
	.home .cont05 .top {
		position: relative;
		z-index: 3;
		width: 1070px;
		margin: 0 auto 85px;
	}
	.home .cont05 .top .img {
		position: absolute;
		top: -165px;
		right: 45px;
	}
	.home .cont05 .list {
		width: 1080px;
		margin: 0 auto;
	}
	.home .cont05 .list li {
		position: relative;
		margin-bottom: 60px;
		padding: 50px 30px 50px 150px;
		background: #fff;
		filter: drop-shadow(0 0 10px rgba(102, 102, 102, 0.4));
		box-sizing: border-box;
	}
	.home .cont05 .list li::before {
		content: "";
		display: block;
		width: 90px;
		height: 100%;
		background: #00396c no-repeat center;
		position: absolute;
		top: 0;
		left: 0;
	}
	.home .cont05 .list li::after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 35px 0 35px;
		border-color: #fff transparent transparent transparent;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		margin: auto;
	}
	.home .cont05 .list li:nth-of-type(1)::before {
		background-image: url("img/home_cont05_flow01.png");
	}
	.home .cont05 .list li:nth-of-type(2)::before {
		background-image: url("img/home_cont05_flow02.png");
	}
	.home .cont05 .list li:nth-of-type(3)::before {
		background-image: url("img/home_cont05_flow03.png");
	}
	.home .cont05 .list li:nth-of-type(4)::before {
		background-image: url("img/home_cont05_flow04.png");
	}
	.home .cont05 .list li:last-of-type {
		margin-bottom: 0;
	}
	.home .cont05 .list li:last-of-type::after {
		content: none;
	}
	.home .cont05 .list h3 {
		margin-bottom: 5px;
		font-size: 24px;
	}
	.home .cont05 .list .tel {
		display: table;
		margin: 20px auto 27px 0;
		font-size: 20px;
		line-height: 1;
	}
	.home .cont05 .list .tel a {
		color: #00396c;
		font-weight: bold;
		display: flex;
		align-items: flex-end;
	}
	.home .cont05 .list .tel img {
		margin: 0 10px 0 0;
	}
	.home .cont05 .list .btns {
		display: flex;
	}
	.home .cont05 .list .mail {
		width: 300px;
		margin-right: 24px;
		border: 2px solid #00396c;
		border-radius: 50px;
		box-sizing: border-box;
		text-align: center;
	}
	.home .cont05 .list .mail a {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 0 0 38px;
		background: url("img/common_mail01.png") no-repeat 74px center;
		border-radius: inherit;
		height: 46px;
		color: #00396c;
		font-weight: bold;
	}
	.home .cont05 .list .line {
		position: relative;
	}
	.home .cont05 .list .line .btn {
		width: 300px;
		border-radius: 50px;
		line-height: 1.3;
	}
	.home .cont05 .list .line .btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 35px 0 60px;
		height: 50px;
		background: #00b900 url("img/common_line01.png") no-repeat 52px center;
		border-radius: inherit;
		color: #fff;
		font-weight: bold;
	}
	.home .cont05 .list .line .qr {
		position: absolute;
		right: -52px;
		bottom: 16px;
	}

	/*	.home .cont08
	------------------------------------------*/
	.home .cont08 {
		padding: 110px 0;
		position: relative;
	}
		.home .cont08::before {
			content: "";
			display: block;
			width: 100%;
			height: 500px;
			background: linear-gradient(to right, #00396c 0, #0669c1 100%);
			position: absolute;
			top: 0;
			left: 0;
			pointer-events: none;
			box-shadow: 0 0 15px rgba(102, 102, 102, 0.5);
			z-index: -1;
		}
		.home .cont08::after {
			content: "";
			display: block;
			background: url("img/common_bg04.png") no-repeat left top/cover;
			width: 630px;
			height: 500px;
			position: absolute;
			top: 0;
			left: 0;
			pointer-events: none;
			z-index: -1;
		}
	.home .cont08 .text-flex {
		display: flex;
		justify-content: space-between;
	}
	.home .cont08 .text-flex h2 {
		font-size: 40px;
		color: #fff;
		padding-top: 50px;
		background: url(img/home_cont08_ttl.png) no-repeat top left;
	}
	.home .cont08 .text-flex h2 span {
		font-size: 22px;
		color: #010101;
		line-height: 1;
		padding: 7px 10px;
		background: #fff;
		display: inline-block;
		margin-bottom: 15px;
	}
	.home .cont08 .text-flex .text {
		color: #fff;
		font-size: 20px;
		line-height: 2;
		padding-top: 10px;
	}
	.home .cont08 .interview-flex {
		margin-top: 100px;
	}
	.home .cont08 .interview-flex.swiper {
		overflow: visible;
	}
	.home .cont08 .interview-flex .swiper-wrapper {
		gap: 60px 0 !important;
		flex-wrap: wrap !important;
		justify-content: space-between;
	}
	.home .cont08 .interview-flex .flex-item {
		width: 380px;
		box-shadow: 0 0 20px rgba(0,0,0,0.1);
	}
	.home .cont08 .interview-flex .flex-item:nth-of-type(2),
	.home .cont08 .interview-flex .flex-item:nth-of-type(5) {
		margin-top: -40px;
	}
	.home .cont08 .interview-flex .flex-item:nth-of-type(3),
	.home .cont08 .interview-flex .flex-item:nth-of-type(6) {
		margin-top: -80px;
	}
	.home .cont08 .interview-flex .flex-item .img {
		position: relative;
	}
	.home .cont08 .interview-flex .flex-item .img .cate {
		width: 120px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-weight: bold;
		background: #137dce;
		position: absolute;
		top: 10px;
		left: 10px;
		z-index: 1;
	}
	.home .cont08 .interview-flex .flex-item .img a {
		display: block;
		width: 380px;
		height: 250px;
		overflow: hidden;
	}
	.home .cont08 .interview-flex .flex-item .img a img {
		transition: all .5s;
	}
	.home .cont08 .interview-flex .flex-item .img a:hover {
		opacity: 1;
	}
	.home .cont08 .interview-flex .flex-item .img a:hover img {
		transform: scale(1.1);
		transition: all .5s;
	}
	.home .cont08 .interview-flex .flex-item .text-box {
		background: #fff;
		padding: 25px 20px 30px;
	}
	.home .cont08 .interview-flex .flex-item .name {
		font-size: 18px;
	}
	.home .cont08 .interview-flex .flex-item:nth-of-type(3) .name {
		font-size: 17px;
	}
	.home .cont08 .interview-flex .flex-item .ttl {
		color: #00396c;
		font-weight: bold;
		font-size: 20px;
		line-height: 1.5;
		margin: 10px auto 25px;
	}
	.home .cont08 .interview-flex .flex-item .btn {
		text-align: center;
	}
	.home .cont08 .interview-flex .flex-item .btn a {
		display: inline-block;
		line-height: 1;
		width: 300px;
		padding: 15px 0;
		color: #00396c;
		font-weight: bold;
		border: 2px solid #00396c;
		border-radius: 50px;
		transition: all .5s;
	}
	.home .cont08 .interview-flex .flex-item .btn a:hover {
		background: #00396c;
		color: #fff;
		transition: all .5s;
		opacity: 1;
	}

	/*	.home .cont06
	------------------------------------------*/
	.home .cont06 {
		position: relative;
		margin-bottom: 50px;
		padding: 120px 0 0;
	}
	.home .cont06::before {
		content: "";
		display: block;
		width: 100%;
		height: 500px;
		background: url("img/home_cont06_bg01_pc.png") no-repeat center/1800px;
		position: absolute;
		top: 0;
		left: 0;
		box-shadow: 0 0 15px rgba(102, 102, 102, 0.5);
	}
}
@media screen and (min-width: 431px) and (min-width: 1801px) {
	.home .cont06::before {
		background-size: 100%;
	}
}
@media screen and (min-width: 431px) {
	.home .cont06 .inner {
		position: relative;
		z-index: 2;
	}
	.home .cont06 h2 {
		margin-bottom: 105px;
		background-image: url("img/home_cont06_txt01.png");
	}
	.home .cont06 .box {
		position: relative;
		padding: 0 0 100px;
	}
	.home .cont06 .box::before {
		content: "";
		display: block;
		width: 1130px;
		height: 394px;
		background: #f6f8fa url("img/common_bg01.png");
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: -1;
	}
	.home .cont06 .box .img {
		position: absolute;
		right: 50px;
		bottom: 0;
	}
	.home .cont06 .box .txtBox {
		width: 830px;
		padding: 65px 55px;
		background: #fff;
		box-sizing: border-box;
		box-shadow: 0 0 15px rgba(102, 102, 102, 0.5);
	}
	.home .cont06 .box .txt {
		font-size: 18px;
		line-height: 2.25;
	}
	.home .cont06 .box .name {
		width: 85.5%;
		margin: 45px auto 0 0;
		text-align: right;
	}

	/*	.home .cont07
	------------------------------------------*/
	.home .cont07 {
		margin-bottom: 80px;
		padding: 50px 0 0;
	}
	.home .cont07 h2 {
		margin-bottom: 60px;
		text-align: center;
	}
	.home .cont07 table {
		width: 1080px;
		margin: 0 auto;
	}
	.home .cont07 table th, .home .cont07 table td {
		box-sizing: border-box;
		border: 5px solid #fff;
	}
	.home .cont07 table th {
		width: 310px;
		padding: 17px 25px 5px;
		background: #00396c;
		color: #fff;
		vertical-align: top;
		text-align: left;
	}
	.home .cont07 input:-ms-input-placeholder, .home .cont07 textarea:-ms-input-placeholder {
		color: #8d8b8b;
	}
	.home .cont07 input::placeholder, .home .cont07 textarea::placeholder {
		color: #8d8b8b;
	}
	.home .cont07 input[type="text"],
	.home .cont07 input[type="email"],
	.home .cont07 input[type="tel"],
	.home .cont07 textarea {
		width: 100% !important;
		box-sizing: border-box;
		border: none;
		border-radius: 0;
		background: #f0f2f3;
		font-size: 16px;
		font-family: inherit;
	}
	.home .cont07 input[type="text"],
	.home .cont07 input[type="email"],
	.home .cont07 input[type="tel"] {
		height: 65px !important;
		padding: 0 20px;
	}
	.home .cont07 textarea {
		display: block;
		height: 200px !important;
		padding: 20px;
	}
	.form_value {
		position: relative;
		width: 100%;
	}
	.textarea {
		width: 100%;
		height: 200px;
	}
	.form_value .placeholder {
		position: absolute;
		top:20px;
		left: 20px;
		right: 20px;
		pointer-events: none;
		font-size: 16px;
		line-height: 1.5;
		color: #8d8b8b;
	}
	.home .cont07 .privacy_check {
		display: table;
		margin: 70px auto 12px;
	}
	.home .cont07 input[type="submit"] {
		cursor: pointer;
		display: block;
		width: 390px !important;
		height: 60px;
		margin: 0 auto;
		padding: 0;
		background: #f39800;
		border: 2px solid #fff;
		border-radius: 0;
		color: #fff;
		font-family: inherit;
		font-weight: bold;
		font-size: 16px;
		text-align: center;
		letter-spacing: .1em;
		transition: all .5s;
		box-shadow: 2px 2px 5px rgba(102, 102, 102, 0.5);
	}
	.home .cont07 input[type="submit"]:hover {
		opacity: .8;
	}
	.home .cont07 .privacyBox {
		width: 1080px;
		margin: 75px auto 0;
	}
	.home .cont07 .privacyBox h3 {
		padding: 10px;
		background: #00396c;
		color: #fff;
		font-weight: normal;
		font-size: 18px;
		text-align: center;
	}
	.home .cont07 .privacyBox .txtBox {
		height: 180px;
		padding: 30px;
		background: #fff;
		border: 1px solid #959595;
		overflow-y: auto;
		box-sizing: border-box;
	}
	.home .cont07 .privacyBox h4 {
		margin-bottom: 10px;
		font-weight: bold;
		font-size: 18px;
	}
	.home .cont07 .privacyBox p {
		max-height: none;
		margin-bottom: 15px;
	}


/* interview
--------------------------------------------------------------------------*/
/*	.interview .key
------------------------------------------*/
	.interview .key {
		margin-top: 105px;
		height: 230px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: url(img/interview_key_bg.png) no-repeat top left, linear-gradient(to right, #137dce, #035dad);
	}
	.interview .key .text {
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		position: relative;
		padding: 45px 30px 0;
	}
		.interview .key .text::before {
			content: "INTERVIEW";
			position: absolute;
			top: 0;
			left: 0;
			font-size: 40px;
			line-height: 1;
			width: 100%;
			text-align: center;
		}

/*	.interview .pankuzu
------------------------------------------*/
	.interview .pankuzu {
		margin-top: 15px;
	}
	.interview .pankuzu ul {
		display: flex;
	}
	.interview .pankuzu ul li a {
		margin-right: 25px;
		position: relative;
	}
	.interview .pankuzu ul li a::before {
		content: ">";
		position: absolute;
		top: 50%;
		right: -18px;
		transform: translateY(-50%);
	}

/*	.interview .cont01
------------------------------------------*/
	.interview .cont01 {
		margin: 90px auto 80px;
	}
	.interview .cont01 .flex {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.interview .cont01 .flex .left-box .cate {
		width: 120px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		background: #137dce;
		font-weight: bold;
	}
	.interview .cont01 .flex .left-box .name {
		font-size: 18px;
		margin: 25px auto 20px;
	}
	.interview .cont01 .flex .left-box .ttl {
		font-size: 24px;
		line-height: 1.6;
		font-weight: bold;
		color: #00396c;
	}
	.interview .cont01 .flex .left-box .text {
		line-height: 1.8;
		margin-top: 25px;
	}
	.interview.interview04 .cont01 .flex .left-box .text,
	.interview.interview05 .cont01 .flex .left-box .text {
		font-size: 14px;
	}
	.interview.interview06 .cont01 .flex .left-box .text {
		font-size: 15px;
	}
	.interview .cont01 .flex .right-box {
		position: relative;
	}
		.interview .cont01 .flex .right-box::before {
			content: "";
			width: 600px;
			height: 400px;
			background: #137dce;
			position: absolute;
			top: -10px;
			left: -10px;
			z-index: -1;
		}

/*	.interview .cont02
------------------------------------------*/
	.interview .cont02 {
		margin: 0 auto 280px;
		padding: 100px 0 240px;
		background: #e5f2ff;
		position: relative;
	}
	.interview .cont02 .inner {
		width: 1000px;
	}
	.interview .cont02 dl dt {
		color: #00396c;
		font-size: 24px;
		font-weight: bold;
		padding-bottom: 10px;
		border-bottom: 1px solid;
	}
	.interview .cont02 dl dt:nth-of-type(n+2) {
		margin-top: 65px;
	}
		.interview .cont02 dl dt::before {
			content: "Q.";
			padding-right: 10px;
		}
	.interview .cont02 dl dd {
		margin-top: 30px;
		line-height: 1.8;
	}
	.interview .cont02 .bg {
		position: absolute;
		bottom: -190px;
		left: 0;
		width: 100%;
		height: 320px;
		background: url(img/interview01_bg01.png) repeat-x 0 0/auto 100%;
		animation: loop_pc 50s linear infinite;
	}
	.interview.interview02 .cont02 .bg {
		background: url(img/interview02_bg01.png) repeat-x 0 0/auto 100%;
	}
	.interview.interview03 .cont02 .bg {
		background: url(img/interview03_bg01.png) repeat-x 0 0/auto 100%;
	}
	.interview.interview04 .cont02 .bg {
		background: url(img/interview04_bg01.png) repeat-x 0 0/auto 100%;
	}
	.interview.interview05 .cont02 .bg {
		background: url(img/interview05_bg01.png) repeat-x 0 0/auto 100%;
	}
	.interview.interview06 .cont02 .bg {
		background: url(img/interview06_bg01.png) repeat-x 0 0/auto 100%;
	}
	@keyframes loop_pc {
		0% {
			background-position: 0 0;
		}
		100% {
			background-position: -2500px 0;
		}
	}

/*	.interview .cont03
------------------------------------------*/
	.interview .cont03 {
		margin: 0 auto 100px;
	}
	.interview .cont03 h2 {
		text-align: center;
		font-size: 18px;
		padding-top: 50px;
		background: url(img/interview_cont03_ttl01.png) no-repeat top center;
	}
	.interview .cont03 .flex {
		display: flex;
		align-items: center;
		margin: 55px auto 100px;
	}
	.interview .cont03 .flex .left-box {
		position: relative;
	}
	.interview .cont03 .flex .left-box::before {
		content: "";
		width: 600px;
		height: 400px;
		background: #137dce;
		position: absolute;
		top: 10px;
		right: -10px;
		z-index: -1;
	}
	.interview .cont03 .flex .right-box {
		padding-left: 80px;
	}
	.interview .cont03 .flex .right-box h3 {
		font-size: 26px;
		margin-bottom: 40px;
	}
	.interview .cont03 .flex .right-box .flex {
		margin: 0;
		align-items: flex-start;
	}
	.interview .cont03 .flex .right-box .flex:nth-of-type(n+2) {
		margin-top: 20px;
	}
	.interview .cont03 .flex .right-box .flex dt {
		font-weight: bold;
		width: 80px;
	}
	.interview .cont03 .flex .right-box .flex dt::before {
		content: "■";
		color: #137dce;
		padding-right: 5px;
	}
	.interview .cont03 .map iframe {
		width: 100%;
		height: 450px;
	}

/*	.interview .cont04
------------------------------------------*/
	.interview .cont04  {
		background: #e5f2ff;
		padding: 100px 0;
		margin-bottom: 50px;
	}
	.interview .cont04 .interview-swiper {
		padding: 20px 0;
	}
	.interview .cont04 .interview-swiper .flex-item {
		width: 380px !important;
		box-shadow: 0 0 20px rgba(0,0,0,0.1);
	}
	.interview .cont04 .interview-swiper .flex-item .img {
		position: relative;
	}
	.interview .cont04 .interview-swiper .flex-item .img .cate {
		width: 120px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-weight: bold;
		background: #137dce;
		position: absolute;
		top: 10px;
		left: 10px;
		z-index: 1;
	}
	.interview .cont04 .interview-swiper .flex-item .img a {
		display: block;
		width: 380px;
		height: 250px;
		overflow: hidden;
	}
	.interview .cont04 .interview-swiper .flex-item .img a img {
		transition: all .5s;
	}
	.interview .cont04 .interview-swiper .flex-item .img a:hover {
		opacity: 1;
	}
	.interview .cont04 .interview-swiper .flex-item .img a:hover img {
		transform: scale(1.1);
		transition: all .5s;
	}
	.interview .cont04 .interview-swiper .flex-item .text-box {
		background: #fff;
		padding: 25px 20px 30px;
	}
	.interview .cont04 .interview-swiper .flex-item .name {
		font-size: 18px;
	}
	.interview .cont04 .interview-swiper .flex-item03 .name {
		font-size: 17px;
	}
	.interview .cont04 .interview-swiper .flex-item .ttl {
		color: #00396c;
		font-weight: bold;
		font-size: 20px;
		line-height: 1.5;
		margin: 10px auto 25px;
	}
	.interview .cont04 .interview-swiper .flex-item .btn {
		text-align: center;
	}
	.interview .cont04 .interview-swiper .flex-item .btn a {
		display: inline-block;
		line-height: 1;
		width: 300px;
		padding: 15px 0;
		color: #00396c;
		font-weight: bold;
		border: 2px solid #00396c;
		border-radius: 50px;
		transition: all .5s;
	}
	.interview .cont04 .interview-swiper .flex-item .btn a:hover {
		background: #00396c;
		color: #fff;
		transition: all .5s;
		opacity: 1;
	}
	.interview .cont04 .top-btn {
		margin: 40px auto 0;
		text-align: center;
	}
	.interview .cont04 .top-btn a {
		display: inline-block;
		width: 350px;
		line-height: 1;
		padding: 20px 0;
		color: #fff;
		background: #00396c;
		border: 2px solid #00396c;
		border-radius: 60px;
		font-weight: bold;
		transition: all .5s;
	}
	.interview .cont04 .top-btn a:hover {
		background: #fff;
		color: #00396c;
		transition: all .5s;
	}

/*	.interview .cont05
------------------------------------------*/
	.interview .cont05 {
		margin-bottom: 80px;
		padding: 50px 0 0;
	}
	.interview .cont05 h2 {
		margin-bottom: 60px;
		text-align: center;
	}
	.interview .cont05 table {
		width: 1080px;
		margin: 0 auto;
	}
	.interview .cont05 table th, .interview .cont05 table td {
		box-sizing: border-box;
		border: 5px solid #fff;
	}
	.interview .cont05 table th {
		width: 310px;
		padding: 17px 25px 5px;
		background: #00396c;
		color: #fff;
		vertical-align: top;
		text-align: left;
	}
	.interview .cont05 input:-ms-input-placeholder, .interview .cont05 textarea:-ms-input-placeholder {
		color: #8d8b8b;
	}
	.interview .cont05 input::placeholder, .interview .cont05 textarea::placeholder {
		color: #8d8b8b;
	}
	.interview .cont05 input[type="text"],
	.interview .cont05 input[type="email"],
	.interview .cont05 input[type="tel"],
	.interview .cont05 textarea {
		width: 100% !important;
		box-sizing: border-box;
		border: none;
		border-radius: 0;
		background: #f0f2f3;
		font-size: 16px;
		font-family: inherit;
	}
	.interview .cont05 input[type="text"],
	.interview .cont05 input[type="email"],
	.interview .cont05 input[type="tel"] {
		height: 65px !important;
		padding: 0 20px;
	}
	.interview .cont05 textarea {
		display: block;
		height: 200px !important;
		padding: 20px;
	}
	.form_value {
		position: relative;
		width: 100%;
	}
	.textarea {
		width: 100%;
		height: 200px;
	}
	.form_value .placeholder {
		position: absolute;
		top:20px;
		left: 20px;
		right: 20px;
		pointer-events: none;
		font-size: 16px;
		line-height: 1.5;
		color: #8d8b8b;
	}
	.interview .cont05 .privacy_check {
		display: table;
		margin: 70px auto 12px;
	}
	.interview .cont05 input[type="submit"] {
		cursor: pointer;
		display: block;
		width: 390px !important;
		height: 60px;
		margin: 0 auto;
		padding: 0;
		background: #f39800;
		border: 2px solid #fff;
		border-radius: 0;
		color: #fff;
		font-family: inherit;
		font-weight: bold;
		font-size: 16px;
		text-align: center;
		letter-spacing: .1em;
		transition: all .5s;
		box-shadow: 2px 2px 5px rgba(102, 102, 102, 0.5);
	}
	.interview .cont05 input[type="submit"]:hover {
		opacity: .8;
	}
	.interview .cont05 .privacyBox {
		width: 1080px;
		margin: 75px auto 0;
	}
	.interview .cont05 .privacyBox h3 {
		padding: 10px;
		background: #00396c;
		color: #fff;
		font-weight: normal;
		font-size: 18px;
		text-align: center;
	}
	.interview .cont05 .privacyBox .txtBox {
		height: 180px;
		padding: 30px;
		background: #fff;
		border: 1px solid #959595;
		overflow-y: auto;
		box-sizing: border-box;
	}
	.interview .cont05 .privacyBox h4 {
		margin-bottom: 10px;
		font-weight: bold;
		font-size: 18px;
	}
	.interview .cont05 .privacyBox p {
		max-height: none;
		margin-bottom: 15px;
	}


	/*thanks
	--------------------------------------------------------------------------*/
	.thanks .cont01{
		margin-top: 105px;
		padding: 80px 0 50px;
	}
	.thanks .cont01 h2{
		font-size: 30px;
		font-weight: bold;
		text-align: center;
		color: #00396c;
		background:transparent;
		margin-bottom: 40px;
		padding: 0;
	}
	.thanks .cont01 .text{
		line-height: 1.8;
		text-align: center;
		font-size: 16px;
	}
	.thanks .cont01 .button a{
		display: block;
		width: 300px;
		margin: auto;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 1px;
		padding: 5px 0;
		text-align: center;
		background: #00396c;
		color: #fff;
		margin: 40px auto 30px;
		border-radius: 25px;
	}

	/* footer
	------------------------------------------------------------------------*/
	footer {
		padding: 75px 0 15px;
		background: #00396c;
		color: #fff;
	}
	footer .inner {
		display: flex;
		justify-content: space-between;
		width: 1080px;
		align-items: flex-start;
		margin-bottom: 50px;
	}
	footer .logo {
		margin: 10px 0;
		border: 1px dotted #333;
	}
	footer .info .txt {
		padding: 3px 0 3px 28px;
	}
	footer .info .txt.is-address {
		letter-spacing: -0.5px;
		background: url("img/common_pin01.png") no-repeat 1px 7px;
	}
	footer .info .txt.is-tel {
		background: url("img/common_tel02.png") no-repeat 1px 6px;
	}
	footer .info .txt.is-mail {
		background: url("img/common_mail02.png") no-repeat left 12px;
	}
	footer .copy {
		font-size: 14px;
		text-align: center;
	}

	/*	.to_top
	------------------------------------------*/
	.to_top {
		display: none;
		position: fixed;
		z-index: 9000;
		right: 30px;
		bottom: 30px;
		width: 30px;
		height: 130px;
		text-align: center;
	}
	.to_top a {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: flex-end;
		width: 100%;
		height: 100%;
	}
	.to_top a::before, .to_top a::after {
		content: "";
		display: block;
		width: 3px;
		background: #004686;
		transition: all .3s;
		position: absolute;
	}
	.to_top a::before {
		height: 75px;
		bottom: 48px;
		left: 13px;
	}
	.to_top a::after {
		height: 25px;
		left: 19px;
		bottom: 100px;
		transform: rotate(-30deg);
	}
	.to_top a:hover {
		opacity: 1;
	}
	.to_top a:hover::before {
		height: 80px;
	}
	.to_top a:hover::after {
		bottom: 105px;
	}
	.to_top img {
		filter: drop-shadow(1px 1px 0 rgba(255, 255, 255, 0.7));
	}
}


/*mail form pro
----------------------------------------------------------*/
div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
div#mfp_hidden input {
	margin: 10px;
}
div.mfp_thanks {
	padding: 30px;
}
div.mfp_thanks p {
	line-height: 1.7em;
}
div.mfp_thanks ul.mfp_caution {
	margin: 0px;
	padding: 0px;
}
div.mfp_thanks ul.mfp_caution li {
	display: block;
	color: #C00;
	margin: 0px;
	padding: 5px 0px;
}
div#mfp_thanks {
	text-align: center;
	font-size: 18px;
	padding: 20px 0px;
}
div#mfp_thanks strong {
	color: #C00;
	font-size: 24px;
}
form#mailformpro {
	padding: 10px 0px;
	box-sizing: border-box;
}
form#mailformpro dl dt {
	float: left;
	width: 160px;
	clear: both;
	font-size: 12px;
	padding: 10px 0px;
	text-align: right;
	border-top: solid 1px #CCC;
	margin: 0px;
}
form#mailformpro dl dd {
	border-top: solid 1px #CCC;
	margin: 0px;
	padding: 10px 5px 20px 170px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}
form#mailformpro dl dd ul,form#mailformpro dl dd ol {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd ul li,form#mailformpro dl dd ol li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.must {
	display: block;
	background-color: #C00;
	border: solid 2px #C00;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
}
.optionally {
	display: block;
	background-color: #06C;
	border: solid 2px #06C;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
}
form#mailformpro label {
	border-radius: 3px;
	margin: 3px;
	display: inline-block;
	white-space: nowrap;
}
table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
	margin: 20px 0;
}
table#mfp_confirm_table tr.mfp_colored {
	background-color: #F6F7F9;
}
table#mfp_confirm_table tr.mfp_achroma {
	background-color: #FFF;
}
table#mfp_confirm_table tr th,table#mfp_confirm_table tr td {
	text-align: left;
	border-top: solid 1px #CCC;
	padding: 9px;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 200px;
}
table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}
div#mfp_phase_confirm {
	clear: both;
}
div#mfp_phase_confirm h4 {
	font-size: 36px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
div#mfp_phase_confirm div#mfp_phase_confirm_inner {
}
div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 15px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 640px;
	max-width: 90%;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_loading_screen {
	z-index: 20000;
	opacity: 0.8;
	display: none;
	background-color: #000;
	position: absolute;
}
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(img/mfp_loading.gif);
}
.mfp_colored {
	background-color: #F6F7F9;
}
.mfp_achroma {
	background-color: #FFF;
}
div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #F00;
	font-size: 14px;
	line-height: normal;
	background-image: url(img/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}
.mfp_parent_error {
	border: solid 2px #F00;
}
.problem {
	background-color: #FCC;
}
div#mfp_error {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_error p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_error p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_warning {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
	border-radius: 5px;
}
div#mfp_warning p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_warning p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_price {
	color: #C00;
	font-size: 36px;
	padding: 10px;
	font-weight: bolder;
}
div#mfp_price span {
	color: #666;
	font-size: 12px;
	font-weight: normal;
}
button.mfp_next,button.mfp_prev {
	font-size: 18px;
	margin: 10px;
	padding: 5px 10px;
}
button.mfp_next {
	float: right;
}
button.mfp_prev {
	float: left;
}
ul#mfp_phase_stat {
	padding: 10px;
	text-align: center;
}
ul#mfp_phase_stat li {
	display: inline-block;
	padding: 8px 15px;
	border-radius: 5px;
	margin: 0px 5px;
	list-style: none;
	font-size: 14px;
}
ul#mfp_phase_stat li.mfp_phase_arrow {
	box-shadow: none;
	color: #999;
	padding: 8px 0px;
}
ul#mfp_phase_stat li.mfp_active_phase {
	box-shadow: 0px 1px 6px #000;
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
	background-color: #0068B7;
	border: solid 2px #0068B7;
	font-weight: bolder;
	color: #FFF;
	text-shadow: 0px 1px 3px #000;
}
ul#mfp_phase_stat li.mfp_inactive_phase {
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
	background-color: #EEE;
	border: solid 2px #EEE;
	color: #999;
	box-shadow: 0px 1px 6px #CCC;
}
div#mfp_shopping_cart {
	border: solid 1px #CCC;
	margin: 0px;
	padding: 0px;
}
div#mfp_shopping_cart p {
	margin: 0px;
	text-align: center;
	padding: 20px 10px;
	font-size: 12px;
	background-color: #FEE;
}
table.mfp_shoppingcart {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
table.mfp_shoppingcart thead tr td {
	background-color: #EEE;
	border-bottom: solid 1px #CCC;
	text-align: center;
	font-size: 12px;
	padding: 5px;
}
table.mfp_shoppingcart tbody tr th,table.mfp_shoppingcart tbody tr td {
	font-size: 12px;
	padding: 5px;
	border-bottom: solid 1px #CCC;
}
table.mfp_shoppingcart tbody tr td select {
	display: block;
	margin: 0px auto;
	text-align: center;
}
table.mfp_shoppingcart tbody tr td select option {
	text-align: center;
}
table.mfp_shoppingcart tbody tr th span {
	display: block;
	font-weight: normal;
	font-size: 10px;
	color: #666;
	padding: 3px 0px;
}
table.mfp_shoppingcart tfoot tr td {
	padding: 5px;
	font-size: 16px;
	font-weight: bolder;
	color: #900;
}
td.msc_price {
	font-size: 12px;
	text-align: right;
}
div.mfp_buttons {
	clear: both;
	padding: 10px 0px;
	text-align: center;
}
div.mfp_buttons button#mfp_button_send {
	padding: 10px 100px;
	background-color: #f39800;
	border: 1px solid #f39800;
	color: #FFFFFF;
	cursor: pointer;
}
div.mfp_buttons button#mfp_button_cancel {
	padding: 10px 100px;
	border: 1px solid #f39800;
	color: #f39800;
	cursor: pointer;
	background:#fff;
}
.imagebutton {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	background: none;
}

.mfp_element_checkbox,
.mfp_element_radio {
	vertical-align: middle;
	margin: 0px 2px;
}
.mfp_element_file {
	font-size: 12px;
	display: inline-block;
	padding: 10px 10px;
	vertical-align: middle;
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	background: #EEE;
}
.mfp_element_reset {
	color: #333;
}
button.mfp_next,button.mfp_prev {
	font-size: 14px;
}
input#mfp_reserve_item,input#mfp_reserve_date {
	display: none;
}
div#mfp_reserve_wrapper {
	position: relative;
	overflow: hidden;
	border: solid 1px #CCC;
}
div#mfp_reserve_inner {
	position: relative;
	padding: 0px 0px 0px 100px;
	overflow: auto;
}
div#mfp_reserve_wrapper table {
	border-spacing: 0px;
	border-collapse: collapse;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_label {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	background-color: #FEE;
	z-index: 100;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value {
	padding: 0px 0px 0px 0px;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning {
	cursor: pointer;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active:hover,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning:hover {
	background-color: #E8EEF9;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_current {
	background-color: #0068B7;
	color: #FFF;
}
td.mfp_reserve_disabled {
	background-color: #CCC;
}
td.mfp_reserve_warning {
	background-color: #FFC;
}
div#mfp_reserve_wrapper table tr td,div#mfp_reserve_wrapper table tr th {
	border: solid 1px #CCC;
	padding: 0px 5px;
	font-size: 12px;
	text-align: center;
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-weight: normal;
	height: 20px;
	text-align: left;
}
td.mfp_reserve_week_0 {
	color: #F00;
	background-color: #FEE;
}
td.mfp_reserve_week_6 {
	color: #00F;
	background-color: #EEF;
}
div.mfp_ok {
	border: solid 1px #111
	;
	display: inline-block;
	padding: 1px 10px;
	margin-top: 5px;
	color: #111
	;
	font-size: 12px;
	display: none;
}
div.prefcodeWrapper {
	position: relative;
}
div.prefcodeResult {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	border: solid 1px #CCC;
	background-color: #FFF;
	box-shadow: 0px 0px 5px #CCC;
	display: none;
}
div.prefcodeResult div {
	cursor: pointer;
}
div.prefcodeResult div:hover {
	background-color: #C9EBFB;
}
div.prefcodeResult div.prefcodeNext {
	background-color: #EEE;
	text-align: center;
}
div.prefLoading {
	padding: 60px 100px;
	background: url(img/mfp_zip_loading.gif) no-repeat center center;
}
.hidefield {
	height: 0px;
	overflow: hidden;
}
.showfield {
	height: auto;
	overflow: visible;
}
div.mfp_attached_thumbnails {
	display: none;
	padding: 5px;
	margin: 5px auto;
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	background: #EEE;
}
div.mfp_attached_thumbnails ul {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd div.mfp_attached_thumbnails ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	border: solid 4px #FFF;
	margin: 5px;
	box-shadow: 0px 2px 5px #999;
}
form#mailformpro dl dd div.mfp_attached_thumbnails ul li a {
	display: block;
	max-height: 100px;
	overflow: hidden;
}
div.mfp_attached_thumbnails ul li a img {
	display: block;
	max-width: 80px;
}
button.mfp_attached_reset {
	font-size: 14px;
}
div#mfp_OperationCheck {
}
div#mfp_OperationCheck div#mfp_OperationCheck_inner {
	display: none;
}
div#mfp_OperationCheck strong {
	background: #090;
	display: block;
	color: #222;
	text-align: center;
	border-radius: 3px;
}
div#mfp_OperationCheck * {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
div#mfp_OperationCheck p {
	padding: 0px 5px;
	margin: 0px;
	font-size: 12px;
}
div#mfp_OperationCheck p a {
	color: #0C0;
	text-decoration: none;
}
div#mfp_OperationCheck p a:hover,
div#mfp_OperationCheck p button:hover {
	text-decoration: underline;
}
div#mfp_OperationCheck p button {
	border: none;
	background: none;
	color: #0C0;
	cursor: pointer;
}
div#mfp_OperationCheck div#mfp_OperationCheck_inner ul {
}
div#mfp_OperationCheck ul li,
div#mfp_OperationCheck ul li label,
div#mfp_OperationCheck ul li label input {
	line-height: 12px;
	font-size: 12px;
	list-style: none;
	vertical-align: middle;
}
div#mfp_OperationCheck ul li {
	padding: 5px 10px;
}
div#mfp_OperationCheck ul li
{
	text-decoration: underline;
}
button#mfp_recorder_record,
button#mfp_recorder_clear,
button#mfp_recorder_restore {
	border-radius: 5px;
	padding: 5px 10px 5px 2em;
	border: solid 1px #CCC;
	background: linear-gradient(to top, #EEE 0%, #CCC 100%);
	text-shadow: 0px 2px 0px #FFF;
	font-size: 16px;
	cursor: pointer;
	outline: none;
	display: inline-block;
	margin: 5px auto;
}
button#mfp_recorder_record {
	background: url(img/mfp_record_disabled.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
button#mfp_recorder_clear {
	background: url(img/mfp_record_remove.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
button#mfp_recorder_restore {
	background: url(img/mfp_record_restore.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
button.enabled#mfp_recorder_record,
button.enabled#mfp_recorder_clear,
button.enabled#mfp_recorder_restore {
	background: url(img/mfp_record_enabled.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
div#mfp_recorder_wrap {
	border: solid 1px #CCC;
	padding: 10px;
	text-align: center;
	margin: 5px auto;
}
td.request_image {
	width: 100px;
}
td.request_image img {
	max-width: 100px;
}
span.mfp_tips {
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
	background-color: #FCC;
	display: block;
	border-radius: 5px;
	padding: 10px;
	margin: 2px;
	box-shadow: 0px 2px 10px #999;
}
span.mfp_tips strong {
	color: #800040;
}
span.mfp_tips span {
	display: block;
	padding: 10px;
	color: #008080;
}
span.mfp_tips em {
	font-style: normal;
	color: #090;
	font-weight: bold;
}
@media screen and (max-width: 1240px) {
	div#mfp_overlay_background{
		width:1240px !important;
		height: 100% !important;
	}
	div#mfp_overlay{
		width:1240px !important;
	}
}
@media screen and (max-width: 800px) {
	form#mailformpro dl dt {
		float: none;
		width: auto;
		font-size: 12px;
		padding: 5px;
		text-align: left;
	}
	form#mailformpro dl dd {
		clear: both;
		border-top: none;
		padding: 5px 15px;
		font-size: 12px;
		line-height: 1.5em;
	}
	div.mfp_buttons button {
		font-size: 14px;
	}
	div#mfp_phase_confirm h4 {
		font-size: 18px;
	}
	ul#mfp_phase_stat {
		padding: 0px;
		text-align: left;
	}
	ul#mfp_phase_stat li {
		text-align: center;
		padding: 5px 0px;
		border-radius: 3px;
		margin: 5px;
		list-style: none;
		font-size: 14px;
		width: 28%;
	}
	ul#mfp_phase_stat li.mfp_phase_arrow {
		box-shadow: none;
		display: none;
	}
	ul#mfp_phase_stat li.mfp_active_phase {
	}
	ul#mfp_phase_stat li.mfp_inactive_phase {
	}
	table#mfp_confirm_table tr th {
		white-space: nowrap;
		width: 150px;
	}
	div#mfp_thanks {
		text-align: center;
		font-size: 18px;
		padding: 20px 0px;
	}
	div#mfp_thanks strong {
		color: #C00;
		font-size: 24px;
		display: block;
	}
}

@media screen and (max-width: 431px) {
	div#mfp_overlay_background{
		width:430px !important;
		height: 100% !important;
	}
	div#mfp_overlay{
		width:430px !important;
	}
	div#mfp_overlay_inner{
		width:390px;
		max-width:none;
	}
	div.mfp_buttons button#mfp_button_send {
		padding: 10px 0;
		width:300px;
		margin-bottom: 10px;
	}
	div.mfp_buttons button#mfp_button_cancel {
		padding: 9px 0;
		width:300px;
		margin-right: 3px;
	}
}

/**
 * Swiper 8.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 29, 2022
 */

 @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:50%;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.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.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;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-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.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-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.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-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .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{0%{transform:rotate(0deg)}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}