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

/* サイトの基本カラーに合わせて変更 */
:root {
	--main-color: #0257a7;
	--main-light-color: #0096d1;
	--main-dark-color: #333;
}

/* Reset
----------------------------------------------------------- */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, code,
del, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, u,
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, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 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-word;
}

html{
	scroll-behavior: smooth;
}
body {
	background: #f2f2f2;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	/*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
	font-size: 16px;
	line-height: 2;
	color: #222;
}
a {
	color:#333;
	text-decoration: none;
}
a:focus {
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: middle;
}
strong {
	font-weight: normal;
}
ul, ol {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input[type="text"],
input[type="email"],
textarea {
	border-radius: 0;
	-webkit-appearance: none;
	line-height: normal;
	color: var(--main-font-color, #333);
}
textarea {
	overflow: auto;
}
::placeholder {
	color: #999;
}
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}
.wrap {
	width: 100%;
	overflow-x: hidden;
}
.inner {
	width: 1200px;
	margin: 0 auto;
}
h2,h3,h4,h5{
	font-weight: bold;
}



/* フェードアニメーション css
----------------------------------------------------------*/

/*ふわっと出る*/
.mv01_on{
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 0
}
.mv01_off{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 1
}

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

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

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




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

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



/* header
------------------------------------------------------------------------*/
	header{
		top: 0;
		left: 0;
		width: 100%;
		height: 90px;
		z-index: 10000;
		position: relative;
	}
	header .header_box{
		position: fixed;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 1240px;
		height: 90px;
		padding: 0 20px;
		box-sizing: border-box;
	}
	@media screen and (max-width: 1240px){
		header .header_box{
			left: 0;
			transform: none;
		}
	}
	header .header_box::before{
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: #fff;
		width: 100vw;
		height: 50px;
		z-index: -1;
	}
	header .header_box::after{
		position: absolute;
		top: 50px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: #001738;
		width: 100vw;
		height: 40px;
		z-index: -1;
	}
	@media screen and (max-width: 1240px){
		header .header_box::before{
			width: 1240px;
		}
		header .header_box::after{
			width: 1240px;
		}
	}
	header h1{
		position: absolute;
		top: 19px;
		left: 268px;
		font-size: 14px;
		line-height: 1;
	}
	header h1::before{
		content: "［";
		padding-right: 2px;
	}
	header h1::after{
		content: "］";
		padding-left: 2px;
	}
	header .header_box .logo a{
		position: absolute;
		top: 11px;
		left: 20px;
		display: block;
		width: 236px;
		height: 29px;
		background: url("img/logo.svg")no-repeat;
		background-size: 236px;
		padding: 29px 0 0;
		box-sizing: border-box;
		overflow: hidden;
	}
	header .header_box .tel a{
		position: absolute;
		top: 15px;
		right: 20px;
		display: flex;
		align-items: center;
		gap: 0 10px;
		font-size: 15px;
		line-height: 1;
	}
	header .header_box .tel a span{
		display: block;
		width: 188px;
		height: 21px;
		background: url("img/header_tel.svg")no-repeat;
		background-size: 188px;
		padding: 21px 0 0;
		box-sizing: border-box;
		overflow: hidden;
	}


/* nav
------------------------------------------------------------------------*/
	header nav{
		position: absolute;
		top: 50px;
		left: 20px;
	}
	header nav #nav .main_nav{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 1200px;
		height: 40px;
	}
	header nav #nav .main_nav li a span{
		display: block;
		height: 40px;
		padding: 0 42px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		line-height: 40px;
		transition: all .4s;
		position: relative;
	}
	header nav #nav .main_nav li a span::before{
		position: absolute;
		top: 50%;
		left: -0.5px;
		transform: translateY(-50%);
		content: "";
		background: #fff;
		width: 1px;
		height: 15px;
	}
	header nav #nav .main_nav li:last-of-type a span::after{
		position: absolute;
		top: 50%;
		right: -0.5px;
		transform: translateY(-50%);
		content: "";
		background: #fff;
		width: 1px;
		height: 15px;
	}
	header nav #nav .main_nav li a span:hover{
		color: #2fcbbc;
		text-decoration: underline;
		transition: all .4s;
	}


/* home
------------------------------------------------------------------------*/
	/* key */
	.home .key{
		height: calc(100vh - 170px);
		min-height: 680px;
		background: url("img/home_key_bg.png")center center /cover no-repeat;
		z-index: 11;
		position: relative;
	}
	.home .key .inner{
		display: flex;
		align-items: center;
		height: 100%;
		box-sizing: border-box;
		position: relative;
	}
	@media screen and (max-width: 1300px){
		.home .key .inner{
			width: 1100px;
		}
	}
	.home .key .inner .text_box{
		z-index: 11;
		margin-bottom: 82px;
		position: relative;
	}
	.home .key .inner .text_box .text01{
		color: #fff;
		font-size: 32px;
		font-weight: bold;
		line-height: 1;
	}
	.home .key .inner .text_box .text02{
		display: block;
		width: 660px;
		height: 161px;
		background: url("img/home_key_text01.svg")no-repeat;
		background-size: 660px;
		padding: 161px 0 0;
		box-sizing: border-box;
		overflow: hidden;
		margin: 32px 0 0;
	}
	.home .key .inner .text_box .text03{
		display: block;
		width: 663px;
		height: 60px;
		background: url("img/home_key_text02.svg")no-repeat;
		background-size: 663px;
		padding: 60px 0 0;
		box-sizing: border-box;
		overflow: hidden;
		margin: 34px 0 0;
	}
	.home .key .inner .text_box .text04{
		color: #f4c900;
		font-size: 33px;
		font-weight: bold;
		line-height: 1;
		filter: drop-shadow(0.5px 0.5px 0 #0257a7) drop-shadow(-0.5px -0.5px 0 #0257a7) drop-shadow(0.5px -0.5px 0 #0257a7) drop-shadow(-0.5px 0.5px 0 #0257a7) drop-shadow(0 0 0.5px #0257a7);
		margin: 40px 0 0;
	}
	.home .key .inner .text_box .text04 span{
		font-weight: bold;
		position: relative;
	}
	.home .key .inner .text_box .text04 span::before{
		position: absolute;
		top: -10px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: #f4c900;
		width: 6px;
		height: 6px;
		border-radius: 50%;
	}
	.home .key .inner .kind_box{
		position: absolute;
		bottom: -80px;
		left: 0;
		display: flex;
		justify-content: space-between;
		width: 100%;
		z-index: 11;
	}
	.home .key .inner .kind_box figure{
		width: 286px;
		height: 171px;
		filter: drop-shadow(8px 8px 15px rgba(0,0,0,0.2));
	}
	@media screen and (max-width: 1300px){
		.home .key .inner .kind_box figure{
			width: 260px;
		}
	}
	.home .key .inner .mv_img{
		position: absolute;
		bottom: 0;
		right: 19px;
	}


	/* cont01 */
	.home .cont01{
		padding: 200px 0 0;
		position: relative;
	}
	.home .cont01 .inner{
		background: #fff;
		padding: 0 0 87px;
		border-radius: 10px;
		box-sizing: border-box;
		text-align: center;
		position: relative;
	}
	@media screen and (max-width: 1300px){
		.home .cont01 .inner{
			width: 1100px;
		}
	}
	.home .cont01 .inner::before{
		position: absolute;
		bottom: 30px;
		left: 30px;
		content: "";
		background: #0257a7;
		width: 12px;
		height: 12px;
		border-radius: 50%;
	}
	.home .cont01 .inner::after{
		position: absolute;
		bottom: 30px;
		right: 30px;
		content: "";
		background: #0257a7;
		width: 12px;
		height: 12px;
		border-radius: 50%;
	}
	.home .cont01 .inner h2{
		background: url("img/home_text01.svg")center top 80px no-repeat;
		background-size: 103px;
		padding: 124px 0 0;
		font-size: 40px;
		line-height: 1;
		position: relative;
	}
	.home .cont01 .inner h2::before{
		position: absolute;
		top: 30px;
		left: 30px;
		content: "";
		background: #0257a7;
		width: 12px;
		height: 12px;
		border-radius: 50%;
	}
	.home .cont01 .inner h2::after{
		position: absolute;
		top: 30px;
		right: 30px;
		content: "";
		background: #0257a7;
		width: 12px;
		height: 12px;
		border-radius: 50%;
	}
	.home .cont01 .inner .text01{
		font-size: 20px;
		line-height: 1.85;
		margin-top: 50px;
	}
	.home .cont01 .inner .text01 span{
		color: #0257a7;
		font-weight: bold;
	}
	.home .cont01 .inner .list01{
		display: flex;
		justify-content: center;
		gap: 0 20px;
		margin: 30px 0 39px;
	}
	.home .cont01 .inner .list01 li{
		display: block;
		width: 420px;
		height: 50px;
		background: #00adac;
		border-radius: 5px;
		color: #fff;
		font-size: 22px;
		line-height: 50px;
	}
	.home .cont01 .inner .list01 li span{
		display: inline-block;
		background: url("img/home_icon01.svg")left center no-repeat;
		background-size: 22px;
		padding-left: 31px;
		font-weight: bold;
	}
	.home .cont01 .inner .text02{
		font-size: 22px;
		font-weight: bold;
		line-height: 1;
	}
	.home .cont01 .inner .price{
		display: flex;
		justify-content: center;
		gap: 0 10px;
		margin-top: 58px;
		position: relative;
	}
	.home .cont01 .inner .price::before{
		position: absolute;
		top: 50%;
		left: 428px;
		transform: translateY(-50%);
		content: "";
		background: url("img/home_icon02.svg")no-repeat;
		background-size: 33px;
		width: 33px;
		height: 33px;
	}
	.home .cont01 .inner .price::after{
		position: absolute;
		top: 50%;
		right: 428px;
		transform: translateY(-50%);
		content: "";
		background: url("img/home_icon03.svg")no-repeat;
		background-size: 33px;
		width: 33px;
		height: 33px;
	}
	.home .cont01 .inner .price li{
		display: flex;
		align-items: center;
		width: 300px;
		height: 80px;
		background: #ebf2f8 url("img/home_img01.png")left center no-repeat;
		padding: 0 0 0 180px;
		border: 2px solid #0257a7;
		border-radius: 10px;
		box-sizing: border-box;
		color: #0257a7;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.3;
		text-align: left;
	}
	.home .cont01 .inner .price li:nth-of-type(2){
		background: #ebf9f8 url("img/home_img02.png")left center no-repeat;
		border: 2px solid #00adac;
		color: #00adac;
	}
	.home .cont01 .inner .price li:nth-of-type(3){
		background: #fdf3f0 url("img/home_img03.png")left center no-repeat;
		border: 2px solid #e46943;
		color: #e46943;
	}
	.home .cont01 .inner .text03{
		line-height: 1;
		margin-top: 30px;
	}
	.home .cont01 .inner .text03::before{
		content: "※";
	}
	.home .cont01 .inner button.open{
		display: block;
		width: 860px;
		height: 60px;
		background: #0257a7 url("img/home_arrow01.svg")right 18px center no-repeat;
		background-size: 30px;
		border: 2px solid #0257a7;
		border-radius: 30px;
		box-sizing: border-box;
		color: #fff;
		font-size: 22px;
		font-weight: bold;
		line-height: 56px;
		margin: 58px auto 0;
		transition: all .4s;
		cursor: pointer;
	}
	.home .cont01 .inner button.open:hover{
		background: #fff url("img/home_arrow02.svg")right 18px center no-repeat;
		background-size: 30px;
		color: #0257a7;
		transition: all .4s;
		opacity: 1;
	}
	.home .cont01 .inner #price-modal::backdrop{
		background-color: rgba(0, 0, 0, 0.6);
	}
	.home .cont01 .inner #price-modal{
		width: 1000px;
		height: 90vh;
		border-radius: 10px;
		padding: 0;
		border: none;
	}
	dialog[open] {
		animation: fadeIn 0.3s ease-out;
	}
	@keyframes fadeIn {
		from {
			opacity: 0;
			transform: translateY(-20px);
		}
		to {
			opacity: 1;
			transform: translateY(0);
		}
	}
	
	.home .cont01 .inner #price-modal h3{
		height: 60px;
		background: #0257a7;
		color: #fff;
		font-size: 24px;
		line-height: 60px;
		position: relative;
	}
	.home .cont01 .inner #price-modal h3 .close{
		position: absolute;
		top: 8px;
		right: 10px;
		display: block;
		background: url("img/home_icon06.svg");
		background-size: 45px;
		width: 45px;
		height: 45px;
		padding: 45px 0 0;
		box-sizing: border-box;
		overflow: hidden;
		cursor: pointer;
	}
	.home .cont01 .inner #price-modal h3 .close:hover{
		opacity: 0.8;
	}
	.home .cont01 .inner #price-modal .scroll_box{
		width: 980px;
		height: calc(90vh - 60px);
		overflow-y: auto;
		margin: 0 auto;
	}
	.home .cont01 .inner #price-modal .scroll_box::-webkit-scrollbar {
		width: 5px;
	}
	.home .cont01 .inner #price-modal .scroll_box::-webkit-scrollbar-track {
		background-color: transparent;
	}
	.home .cont01 .inner #price-modal .scroll_box::-webkit-scrollbar-thumb {
		background-color: #ccc;
	}
	.home .cont01 .inner #price-modal .text04{
		line-height: 1.5;
		margin-top: 28px;
	}
	.home .cont01 .inner #price-modal .cont{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 38px;
	}
	.home .cont01 .inner #price-modal .cont:nth-of-type(n+2){
		margin-top: 22px;
	}
	.home .cont01 .inner #price-modal .cont h4{
		width: 900px;
		padding-bottom: 15px;
		border-bottom: 2px solid #0257a7;
		color: #0257a7;
		font-size: 20px;
		line-height: 1;
		text-align: left;
	}
	.home .cont01 .inner #price-modal .cont .list-cont{
		margin: 19px 0 34px;
	}
	.home .cont01 .inner #price-modal .cont .list-cont h5{
		padding: 0 5px;
		font-size: 18px;
		line-height: 1;
		text-align: left;
	}
	.home .cont01 .inner #price-modal .cont .list-cont h5::before{
		content: "・";
	}
	.home .cont01 .inner #price-modal .cont .list-cont table{
		width: 910px;
		border-collapse: separate;
		border-spacing: 5px 5px;
		margin-top: 15px;
	}
	.home .cont01 .inner #price-modal .cont .list-cont table th{
		width: 176px;
		height: 50px;
		background: #0b88c5;
		vertical-align: middle;
		color: #fff;
		font-weight: bold;
	}
	.home .cont01 .inner #price-modal .cont .list-cont table tr:first-of-type th:first-of-type{
		background: #878c9e;
	}
	.home .cont01 .inner #price-modal .cont:nth-of-type(n+2) .list-cont table th:first-of-type{
		width: 177px;
	}
	.home .cont01 .inner #price-modal .cont:nth-of-type(n+2) .list-cont table th:nth-of-type(n+2){
		width: 236px;
	}
	.home .cont01 .inner #price-modal .cont .list-cont table td{
		height: 50px;
		background: #ccdded;
		vertical-align: middle;
	}


	/* cont02 */
	.home .cont02 .inner{
		padding: 118px 0 0;
		position: relative;
	}
	@media screen and (max-width: 1300px){
		.home .cont02 .inner{
			width: 1100px;
		}
	}
	.home .cont02 .inner h2{
		color: #0257a7;
		font-size: 42px;
		line-height: 1;
		text-align: center;
	}
	.home .cont02 .inner h2 .span01{
		display: block;
		width: 499px;
		height: 61px;
		background: url("img/home_text02.svg")no-repeat;
		background-size: 499px;
		padding: 61px 0 0;
		box-sizing: border-box;
		overflow: hidden;
		margin: 0 auto 25px;
	}
	.home .cont02 .inner h2 .span02{
		font-weight: bold;
		position: relative;
	}
	.home .cont02 .inner h2 .span02::before{
		position: absolute;
		top: -12px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: #0257a7;
		width: 7px;
		height: 7px;
		border-radius: 50%;
	}
	.home .cont02 .inner .btn_box{
		display: flex;
		justify-content: space-between;
		margin-top: 60px;
	}
	.home .cont02 .inner .btn_box li a{
		display: block;
		width: 380px;
		height: 290px;
		background: #0b88c5 url("img/home_img04.png")center top no-repeat;
		background-size: 100%;
		border: 2px solid #0b88c5;
		border-radius: 10px;
		padding: 206px 0 0;
		box-sizing: border-box;
		color: #fff;
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		line-height: 1;
		position: relative;
	}
	.home .cont02 .inner .btn_box li:nth-of-type(2) a{
		background: #00adac url("img/home_img05.png")center top no-repeat;
		background-size: 100%;
		border: 2px solid #00adac;
	}
	.home .cont02 .inner .btn_box li:nth-of-type(3) a{
		background: #878c9e url("img/home_img06.png")center top no-repeat;
		background-size: 100%;
		border: 2px solid #878c9e;
	}
	@media screen and (max-width: 1300px){
		.home .cont02 .inner .btn_box li a{
			width: 350px;
			height: 256px;
			padding: 180px 0 0;
		}
	}
	.home .cont02 .inner .btn_box li a::after{
		position: absolute;
		bottom: -50px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/home_arrow03.svg")no-repeat;
		background-size: 42px;
		width: 42px;
		height: 40px;
		transition: all .4s;
		pointer-events: none;
	}
	.home .cont02 .inner .btn_box li a:hover::after{
		bottom: -60px;
		background: url("img/home_arrow03.svg")no-repeat;
		background-size: 42px;
		width: 42px;
		height: 40px;
		transition: all .4s;
	}
	.home .cont02 .inner .btn_box li:nth-of-type(2) a::after{
		background: url("img/home_arrow04.svg")no-repeat;
		background-size: 42px;
	}
	.home .cont02 .inner .btn_box li:nth-of-type(2) a:hover::after{
		background: url("img/home_arrow04.svg")no-repeat;
		background-size: 42px;
	}
	.home .cont02 .inner .btn_box li:nth-of-type(3) a::after{
		background: url("img/home_arrow05.svg")no-repeat;
		background-size: 42px;
	}
	.home .cont02 .inner .btn_box li:nth-of-type(3) a:hover::after{
		background: url("img/home_arrow05.svg")no-repeat;
		background-size: 42px;
	}
	.home .cont02 .inner .btn_box li a span{
		display: block;
		font-size: 18px;
		font-weight: bold;
		line-height: 1;
		margin-top: 8px;
	}
	.home .cont02 .inner .type_wrap{
		margin-top: 200px;
	}
	.home .cont02 .inner .type_wrap:nth-of-type(n+2){
		margin-top: 120px;
	}
	.home .cont02 .inner .type_box{
		background: linear-gradient(transparent 180px , #0b88c5 180px) , url("img/home_bg01.svg")center top no-repeat;
		background-size: 1200px;
		padding: 120px 60px 60px;
		border-radius: 0 0 20px 20px;
		box-sizing: border-box;
		position: relative;
	}
	.home .cont02 .inner .type_box.type02{
		background: linear-gradient(transparent 180px , #00adac 180px) , url("img/home_bg02.svg")center top no-repeat;
		background-size: 1200px;
	}
	.home .cont02 .inner .type_box.type03{
		background: linear-gradient(transparent 180px , #878c9e 180px) , url("img/home_bg03.svg")center top no-repeat;
		background-size: 1200px;
	}
	@media screen and (max-width: 1300px){
		.home .cont02 .inner .type_box{
			background: linear-gradient(transparent 150px , #0b88c5 150px) , url("img/home_bg01.svg")center top no-repeat;
			background-size: 1100px;
			padding: 120px 30px 40px;
			border-radius: 0 0 20px 20px;
			box-sizing: border-box;
			position: relative;
		}
		.home .cont02 .inner .type_box.type02{
			background: linear-gradient(transparent 150px , #00adac 150px) , url("img/home_bg02.svg")center top no-repeat;
			background-size: 1100px;
		}
		.home .cont02 .inner .type_box.type03{
			background: linear-gradient(transparent 150px , #878c9e 150px) , url("img/home_bg03.svg")center top no-repeat;
			background-size: 1100px;
		}
	}
	.home .cont02 .inner .type_box::before{
		position: absolute;
		top: 47px;
		left: 60px;
		content: "";
		background: url("img/home_text03.svg")no-repeat;
		background-size: 116px;
		width: 116px;
		height: 29px;
	}
	.home .cont02 .inner .type_box.type02::before{
		background: url("img/home_text04.svg")no-repeat;
		background-size: 119px;
		width: 119px;
		height: 29px;
	}
	.home .cont02 .inner .type_box.type03::before{
		background: url("img/home_text05.svg")no-repeat;
		background-size: 119px;
		width: 119px;
		height: 29px;
	}
	@media screen and (max-width: 1300px){
		.home .cont02 .inner .type_box::before{
			left: 30px;
		}
	}
	.home .cont02 .inner .type_box::after{
		position: absolute;
		top: 36px;
		right: 49px;
		content: "";
		background: url("img/home_text06.svg")no-repeat;
		background-size: 307px;
		width: 307px;
		height: 14px;
	}
	.home .cont02 .inner .type_box.type02::after{
		right: 63px;
		background: url("img/home_text07.svg")no-repeat;
		background-size: 293px;
		width: 293px;
	}
	.home .cont02 .inner .type_box.type03::after{
		right: 60px;
		background: url("img/home_text08.svg")no-repeat;
		background-size: 307px;
	}
	.home .cont02 .inner .type_box .h_box{
		color: #fff;
		position: relative;
	}
	.home .cont02 .inner .type_box .h_box h3{
		font-size: 30px;
		line-height: 1;
	}
	.home .cont02 .inner .type_box .h_box h3 span{
		display: block;
		font-size: 24px;
		font-weight: bold;
		margin-top: 17px;
	}
	.home .cont02 .inner .type_box.type02 .h_box .template_list{
		display: flex;
		gap: 0 10px;
		margin-top: 15px;
	}
	.home .cont02 .inner .type_box.type02 .h_box .template_list li{
		display: inline-block;
		height: 35px;
		background: #717686;
		padding: 0 26px;
		border-radius: 3px;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		line-height: 35px;
	}
	.home .cont02 .inner .type_box .h_box .text01{
		border-top: 1px solid #fff;
		font-size: 18px;
		line-height: 1.78;
		padding-top: 22px;
		margin-top: 30px;
	}
	.home .cont02 .inner .type_box.type02 .h_box .text01{
		margin-top: 21px;
	}
	@media screen and (max-width: 1300px){
		.home .cont02 .inner .type_box .h_box .text01{
			font-size: 16px;
		}
	}
	.home .cont02 .inner .type_box .h_box figure{
		position: absolute;
		top: 0;
		right: 0;
	}
	.home .cont02 .inner .type_box.type01 .in_box{
		display: flex;
		align-items: center;
		gap: 0 37px;
		background: #fff;
		border-radius: 5px;
		padding: 25px 30px 25px 40px;
		box-sizing: border-box;
		margin-top: 44px;
	}
	.home .cont02 .inner .type_box.type01 .in_box:nth-of-type(n+2){
		margin-top: 20px;
	}
	.home .cont02 .inner .type_box.type01 .in_box h4{
		display: flex;
		align-items: center;
		width: 234px;
		height: 80px;
		font-size: 22px;
		position: relative;
	}
	.home .cont02 .inner .type_box.type01 .in_box:nth-of-type(2) h4{
		height: 30px;
	}
	.home .cont02 .inner .type_box.type01 .in_box h4::after{
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		content: "";
		background: #0b88c5;
		width: 2px;
		height: 100%;
	}
	@media screen and (max-width: 1300px){
		.home .cont02 .inner .type_box.type01 .in_box h4{
			width: 200px;
			font-size: 18px;
		}
	}
	.home .cont02 .inner .type_box.type01 .in_box .in_box_contactbtn{
		display: flex;
		align-items: center;
		gap: 0 20px;
	}
	.home .cont02 .inner .type_box.type01 .in_box .in_box_contactbtn .button a{
		display: block;
		width: 200px;
		height: 50px;
		background: #00adac;
		border-radius: 3px;
		border: 2px solid #00adac;
		padding: 0 0 0 57px;
		box-sizing: border-box;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		line-height: 46px;
		position: relative;
	}
	.home .cont02 .inner .type_box.type01 .in_box .in_box_contactbtn .button:nth-of-type(2) a{
		background: #0257a7;
		border: 2px solid #0257a7;
		padding: 0 0 0 47px;
	}
	.home .cont02 .inner .type_box.type01 .in_box .in_box_contactbtn .button:nth-of-type(1) a::before{
		position: absolute;
		top: 11px;
		left: 20px;
		content: "";
		background: url("img/line_icon01.svg")no-repeat;
		background-size: 27px;
		width: 27px;
		height: 26px;
		opacity: 1;
		transition: opacity 0.2s;
	}
	.home .cont02 .inner .type_box.type01 .in_box .in_box_contactbtn .button:nth-of-type(2) a::before{
		position: absolute;
		top: 15px;
		left: 22px;
		content: "";
		background: url("img/mail_icon01.svg")no-repeat;
		background-size: 20px;
		width: 20px;
		height: 15px;
		opacity: 1;
		transition: opacity 0.2s;
	}
	.home .cont02 .inner .type_box.type01 .in_box .in_box_contactbtn .button:nth-of-type(1) a::after{
		position: absolute;
		top: 11px;
		left: 30px;
		content: "";
		background: url("img/line_icon02.svg")no-repeat;
		background-size: 27px;
		width: 27px;
		height: 26px;
		opacity: 0;
		transition: opacity 0.2s;
	}
	.home .cont02 .inner .type_box.type01 .in_box .in_box_contactbtn .button:nth-of-type(2) a::after{
		position: absolute;
		top: 15px;
		left: 36px;
		content: "";
		background: url("img/mail_icon02.svg")no-repeat;
		background-size: 20px;
		width: 20px;
		height: 15px;
		opacity: 0;
		transition: opacity 0.2s;
	}
	.home .cont02 .inner .type_box.type01 .in_box .in_box_contactbtn .button a:hover{
		background: #fff;
		color: #00adac;
		opacity: 1;
	}
	.home .cont02 .inner .type_box.type01 .in_box .in_box_contactbtn .button:nth-of-type(2) a:hover{
		color: #0257a7;
	}
	.home .cont02 .inner .type_box.type01 .in_box .in_box_contactbtn .button:nth-of-type(1) a:hover::before,
	.home .cont02 .inner .type_box.type01 .in_box .in_box_contactbtn .button:nth-of-type(2) a:hover::before{
		opacity: 0;
	}
	.home .cont02 .inner .type_box.type01 .in_box .in_box_contactbtn .button:nth-of-type(1) a:hover::after,
	.home .cont02 .inner .type_box.type01 .in_box .in_box_contactbtn .button:nth-of-type(2) a:hover::after{
		opacity: 1;
	}
	.home .cont02 .inner .type_box.type01 .in_box .in_box_contactbtn .mail_box{
		text-align: center;
		margin-left: 10px;
	}
	.home .cont02 .inner .type_box.type01 .in_box .in_box_contactbtn .mail_box h5{
		color: #0257a7;
		line-height: 1;
	}
	.home .cont02 .inner .type_box.type01 .in_box .in_box_contactbtn .mail_box .mail{
		background: url("img/mail_icon02.svg")left center no-repeat;
		background-size: 20px;
		padding-left: 30px;
		font-size: 20px;
		font-weight: bold;
		line-height: 1;
		white-space: nowrap;
		margin-top: 8px;
	}
	.home .cont02 .inner .type_box.type01 .in_box .text02{
		font-size: 18px;
		font-weight: bold;
		line-height: 1;
	}

	.home .cont02 .inner .type_box.type03 .in_box{
		background: #fff;
		padding: 60px 60px 0;
		box-sizing: border-box;
	}
	.home .cont02 .inner .type_box.type03 .in_box:first-of-type{
		border-radius: 5px 5px 0 0;
		margin-top: 53px;
	}
	.home .cont02 .inner .type_box.type03 .in_box:last-of-type{
		border-radius: 0 0 5px 5px;
		padding: 70px 60px 80px;
	}
	.home .cont02 .inner .type_box.type03 .in_box h4{
		color: #248acb;
		font-size: 24px;
		line-height: 40px;
		position: relative;
	}
	.home .cont02 .inner .type_box.type03 .in_box h4::before{
		position: absolute;
		top: 0;
		left: -60px;
		content: "";
		background: #0b88c5;
		width: 10px;
		height: 40px;
	}
	.home .cont02 .inner .type_box.type03 .in_box h4::after{
		position: absolute;
		bottom: -9px;
		left: 0;
		content: "";
		background: #0b88c5;
		width: 100%;
		height: 2px;
	}
	.home .cont02 .inner .type_box.type03 .in_box:nth-of-type(2) h4{
		color: #e46943;
	}
	.home .cont02 .inner .type_box.type03 .in_box:nth-of-type(2) h4::before{
		background: #e46943;
	}
	.home .cont02 .inner .type_box.type03 .in_box:nth-of-type(2) h4::after{
		background: #e46943;
	}
	.home .cont02 .inner .type_box.type03 .in_box:nth-of-type(3) h4{
		color: #222;
	}
	.home .cont02 .inner .type_box.type03 .in_box:nth-of-type(3) h4::before{
		background: #222;
	}
	.home .cont02 .inner .type_box.type03 .in_box:nth-of-type(3) h4::after{
		background: #222;
	}
	.home .cont02 .inner .type_box.type03 .in_box .slips_list{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 20px 0;
		margin-top: 48px;
	}
	.home .cont02 .inner .type_box.type03 .in_box .slips_list li{
		display: block;
		width: 225px;
		background: #0b88c5 url("img/home_img10.png")center top no-repeat;
		padding: 106px 0 0;
		border: 2px solid #0b88c5;
		border-radius: 5px;
		box-sizing: border-box;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		line-height: 31px;
		text-align: center;
	}
	.home .cont02 .inner .type_box.type03 .in_box .slips_list li:nth-of-type(2){
		background: #0b88c5 url("img/home_img11.png")center top no-repeat;
	}
	.home .cont02 .inner .type_box.type03 .in_box .slips_list li:nth-of-type(3){
		background: #0b88c5 url("img/home_img12.png")center top no-repeat;
	}
	.home .cont02 .inner .type_box.type03 .in_box .slips_list li:nth-of-type(4){
		background: #0b88c5 url("img/home_img13.png")center top no-repeat;
	}
	.home .cont02 .inner .type_box.type03 .in_box .slips_list li:nth-of-type(5){
		background: #0b88c5 url("img/home_img14.png")center top no-repeat;
	}
	.home .cont02 .inner .type_box.type03 .in_box .slips_list li:nth-of-type(6){
		background: #0b88c5 url("img/home_img15.png")center top no-repeat;
	}
	.home .cont02 .inner .type_box.type03 .in_box .slips_list li:nth-of-type(7){
		background: #0b88c5 url("img/home_img16.png")center top no-repeat;
	}
	.home .cont02 .inner .type_box.type03 .in_box .slips_list li:nth-of-type(8){
		background: #0b88c5 url("img/home_img17.png")center top no-repeat;
	}
	.home .cont02 .inner .type_box.type03 .in_box .text04{
		font-size: 18px;
		font-weight: bold;
		line-height: 1.78;
		margin-top: 33px;
	}
	.home .cont02 .inner .type_box.type03 .in_box .processing_list{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 20px 0;
		margin-top: 48px;
	}
	.home .cont02 .inner .type_box.type03 .in_box .processing_list li{
		display: block;
		width: 225px;
		background: #e46943 url("img/home_img18.png")center top no-repeat;
		padding: 106px 0 0;
		border: 2px solid #e46943;
		border-radius: 5px;
		box-sizing: border-box;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		line-height: 31px;
		text-align: center;
	}
	.home .cont02 .inner .type_box.type03 .in_box .processing_list li:nth-of-type(2){
		background: #e46943 url("img/home_img19.png")center top no-repeat;
	}
	.home .cont02 .inner .type_box.type03 .in_box .processing_list li:nth-of-type(3){
		background: #e46943 url("img/home_img20.png")center top no-repeat;
	}
	.home .cont02 .inner .type_box.type03 .in_box .processing_list li:nth-of-type(4){
		background: #e46943 url("img/home_img21.png")center top no-repeat;
	}
	.home .cont02 .inner .type_box.type03 .in_box .processing_list li:nth-of-type(5){
		background: #e46943 url("img/home_img22.png")center top no-repeat;
	}
	.home .cont02 .inner .type_box.type03 .in_box .processing_list li:nth-of-type(6){
		background: #e46943 url("img/home_img23.png")center top no-repeat;
	}
	.home .cont02 .inner .type_box.type03 .in_box .processing_list li:nth-of-type(7){
		background: #e46943 url("img/home_img24.png")center top no-repeat;
	}
	.home .cont02 .inner .type_box.type03 .in_box .processing_list li:nth-of-type(8){
		background: #e46943 url("img/home_img25.png")center top no-repeat;
	}

	.home .cont02 .inner .type_box.type03 .in_box .flow_box{
		display: flex;
		flex-flow: column wrap;
		height: 515px;
		gap: 30px 40px;
		margin-top: 49px;
	}
	.home .cont02 .inner .type_box.type03 .in_box .flow_box .cont{
		width: 460px;
		background: #d9dde1;
		padding: 30px 25px 27px 30px;
		border-radius: 5px;
		box-sizing: border-box;
		position: relative;
	}
	.home .cont02 .inner .type_box.type03 .in_box .flow_box .cont::before{
		position: absolute;
		bottom: -24px;
		left: 70px;
		content: "";
		background: url("img/home_line01.svg")no-repeat;
		background-size: 4px;
		width: 4px;
		height: 19px;
	}
	.home .cont02 .inner .type_box.type03 .in_box .flow_box .cont:nth-of-type(3){
		padding-bottom: 22px;
	}
	.home .cont02 .inner .type_box.type03 .in_box .flow_box .cont:nth-of-type(4){
		margin-top: 20px;
	}
	.home .cont02 .inner .type_box.type03 .in_box .flow_box .cont:nth-of-type(n+4)::before{
		top: -24px;
		bottom: auto;
	}
	.home .cont02 .inner .type_box.type03 .in_box .flow_box .cont h5{
		color: #6c7182;
		font-size: 18px;
		line-height: 1;
	}
	.home .cont02 .inner .type_box.type03 .in_box .flow_box .cont:nth-of-type(1) h5::before{
		content: "01　｜";
		padding-right: 6px;
	}
	.home .cont02 .inner .type_box.type03 .in_box .flow_box .cont:nth-of-type(2) h5::before{
		content: "02　｜";
		padding-right: 6px;
	}
	.home .cont02 .inner .type_box.type03 .in_box .flow_box .cont:nth-of-type(3) h5::before{
		content: "03　｜";
		padding-right: 6px;
	}
	.home .cont02 .inner .type_box.type03 .in_box .flow_box .cont:nth-of-type(4) h5::before{
		content: "04　｜";
		padding-right: 6px;
	}
	.home .cont02 .inner .type_box.type03 .in_box .flow_box .cont:nth-of-type(5) h5::before{
		content: "05　｜";
		padding-right: 6px;
	}
	.home .cont02 .inner .type_box.type03 .in_box .flow_box .cont:nth-of-type(6) h5::before{
		content: "06　｜";
		padding-right: 6px;
	}
	.home .cont02 .inner .type_box.type03 .in_box .flow_box .cont .text05{
		font-size: 16px;
		line-height: 1.625;
		margin-top: 17px;
	}

	.home .cont02 .inner .type_box .pdf_btn a{
		display: block;
		width: 1080px;
		height: 60px;
		background: #fff;
		padding: 0 0 0 444px;
		border-radius: 30px;
		box-sizing: border-box;
		color: #e46943;
		font-size: 20px;
		font-weight: bold;
		line-height: 60px;
		margin: 44px auto 0;
		position: relative;
	}
	.home .cont02 .inner .type_box .pdf_btn a:hover{
		background: #e46943;
		color: #fff;
		opacity: 1;
	}
	@media screen and (max-width: 1300px){
		.home .cont02 .inner .type_box .pdf_btn a{
			display: block;
			width: 1040px;
			height: 60px;
			background: #fff;
			padding: 0 0 0 444px;
			border-radius: 30px;
			box-sizing: border-box;
			color: #e46943;
			font-size: 20px;
			font-weight: bold;
			line-height: 60px;
			margin: 44px auto 0;
			position: relative;
		}
	}
	.home .cont02 .inner .type_box .pdf_btn a::before{
		position: absolute;
		top: 50%;
		left: 397px;
		transform: translateY(-50%);
		content: "";
		background: url("img/home_icon04.svg")no-repeat;
		background-size: 33px;
		width: 33px;
		height: 41px;
		opacity: 1;
		transition: opacity 0.2s;
	}
	.home .cont02 .inner .type_box .pdf_btn a::after{
		position: absolute;
		top: 50%;
		left: 397px;
		transform: translateY(-50%);
		content: "";
		background: url("img/home_icon05.svg")no-repeat;
		background-size: 34px;
		width: 34px;
		height: 41px;
		opacity: 0;
		transition: opacity 0.2s;
	}
	.home .cont02 .inner .type_box .pdf_btn a:hover::before{
		opacity: 0;
	}
	.home .cont02 .inner .type_box .pdf_btn a:hover::after{
		opacity: 1;
	}
	
	/* contact_box */
	.home .cont02 .inner .contact_box{
		padding: 74px 0 75px;
		color: #fff;
		text-align: center;
		position: relative;
	}
	.home .cont02 .inner .contact_box::before{
		position: absolute;
		top: -70px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/home_bg01.png")center center /cover no-repeat;
		width: 1800px;
		height: 390px;
		z-index: -1;
	}
	@media screen and (min-width: 1801px){
		.home .cont02 .inner .contact_box::before{
			width: 100vw;
		}
	}
	.home .cont02 .inner .contact_box .text03{
		font-size: 20px;
		font-weight: bold;
		line-height: 1.7;
	}
	.home .cont02 .inner .contact_box .contact_btn_box{
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 0 30px;
		margin-top: 43px;
	}
	.home .cont02 .inner .contact_box .contact_btn_box .tel a{
		display: block;
		color: #fff;
		font-size: 16px;
		line-height: 1;
		text-align: center;
	}
	.home .cont02 .inner .contact_box .contact_btn_box .tel a span{
		display: block;
		width: 272px;
		height: 30px;
		background: url("img/home_tel.svg")no-repeat;
		background-size: 272px;
		padding: 30px 0 0;
		box-sizing: border-box;
		overflow: hidden;
		margin-bottom: 14px;
	}
	.home .cont02 .inner .type_wrap > .contact_box > .contact_btn_box > .button a{
		display: block;
		width: 300px;
		height: 60px;
		background: #00adac;
		padding: 0 0 0 105px;
		border: 2px solid #00adac;
		border-radius: 3px;
		box-sizing: border-box;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		line-height: 56px;
		text-align: left;
		position: relative;
	}
	.home .cont02 .inner .type_wrap > .contact_box > .contact_btn_box > .button:nth-of-type(3) a{
		background: #0b88c5;
		padding: 0 0 0 95px;
		border: 2px solid #0b88c5;
	}
	.home .cont02 .inner .type_wrap > .contact_box > .contact_btn_box > .button:nth-of-type(2) a:hover{
		background: #fff;
		color: #00adac;
		opacity: 1;
	}
	.home .cont02 .inner .type_wrap > .contact_box > .contact_btn_box > .button:nth-of-type(3) a:hover{
		background: #fff;
		color: #0b88c5;
		opacity: 1;
	}
	.home .cont02 .inner .type_wrap > .contact_box > .contact_btn_box > .button:nth-of-type(2) a::before{
		position: absolute;
		top: 16px;
		left: 67px;
		content: "";
		background: url("img/line_icon01.svg");
		background-size: 27px;
		width: 27px;
		height: 26px;
		opacity: 1;
		transition: opacity 0.2s;
	}
	.home .cont02 .inner .type_wrap > .contact_box > .contact_btn_box > .button:nth-of-type(2) a::after{
		position: absolute;
		top: 16px;
		left: 67px;
		content: "";
		background: url("img/line_icon02.svg");
		background-size: 27px;
		width: 27px;
		height: 26px;
		opacity: 0;
		transition: opacity 0.2s;
	}
	.home .cont02 .inner .type_wrap > .contact_box > .contact_btn_box > .button:nth-of-type(3) a::before{
		position: absolute;
		top: 20px;
		left: 66px;
		content: "";
		background: url("img/mail_icon01.svg");
		background-size: 20px;
		width: 20px;
		height: 16px;
		opacity: 1;
		transition: opacity 0.2s;
	}
	.home .cont02 .inner .type_wrap > .contact_box > .contact_btn_box > .button:nth-of-type(3) a::after{
		position: absolute;
		top: 20px;
		left: 66px;
		content: "";
		background: url("img/mail_icon03.svg");
		background-size: 20px;
		width: 20px;
		height: 16px;
		opacity: 0;
		transition: opacity 0.2s;
	}
	.home .cont02 .inner .type_wrap > .contact_box > .contact_btn_box > .button:nth-of-type(2) a:hover::before,
	.home .cont02 .inner .type_wrap > .contact_box > .contact_btn_box > .button:nth-of-type(3) a:hover::before{
		opacity: 0;
	}
	.home .cont02 .inner .type_wrap > .contact_box > .contact_btn_box > .button:nth-of-type(2) a:hover::after,
	.home .cont02 .inner .type_wrap > .contact_box > .contact_btn_box > .button:nth-of-type(3) a:hover::after{
		opacity: 1;
	}


	/* cont03 */
	.home .cont03{
		padding: 146px 0 141px;
		z-index: 11;
		position: relative;
	}
	.home .cont03::after{
		position: absolute;
		bottom: -109px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/home_slideimg01.png")center center repeat-x;
		width: 100%;
		height: 300px;
		animation: bottomslideMove 40s linear infinite;
	}
	@keyframes bottomslideMove{
		0% {background-position: 2350px 0;}
		50% {background-position: 1175px 0;}
		100% {background-position: 0 0;}
	}
	.home .cont03 .inner{
		background: #fff;
		padding: 129px 50px 100px;
		border-radius: 10px;
		box-sizing: border-box;
		z-index: 11;
		position: relative;
	}
	@media screen and (max-width: 1300px){
		.home .cont03 .inner{
			width: 1100px;
			padding: 129px 30px 100px;
			border-radius: 10px;
			box-sizing: border-box;
			z-index: 11;
			position: relative;
		}
	}
	.home .cont03 .inner::before{
		position: absolute;
		top: -65px;
		left: 50px;
		content: "";
		background: url("img/home_img26.png")no-repeat;
		width: 219px;
		height: 270px;
	}
	.home .cont03 .inner::after{
		position: absolute;
		top: 40px;
		right: 40px;
		content: "";
		background: url("img/home_img27.png")no-repeat;
		width: 180px;
		height: 180px;
	}
	.home .cont03 .inner h2{
		font-size: 32px;
		line-height: 1;
		text-align: center;
	}
	.home .cont03 .inner h2 span{
		display: block;
		width: 421px;
		height: 23px;
		background: url("img/home_text09.svg")no-repeat;
		padding: 23px 0 0;
		box-sizing: border-box;
		overflow: hidden;
		margin: 0 auto 28px;
	}
	.home .cont03 .inner .text01{
		font-size: 18px;
		line-height: 2.22;
		text-align: center;
		margin: 60px 0 0;
	}
	.home .cont03 .inner ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 20px 0;
		margin-top: 48px;
	}
	.home .cont03 .inner ul li{
		display: flex;
		align-items: center;
		width: 540px;
		height: 120px;
		background: #e6f3f9 url("img/home_img28.png")left center no-repeat;
		border: 2px solid #0b88c5;
		border-radius: 5px;
		padding: 0 0 0 238px;
		box-sizing: border-box;
		color: #0b88c5;
		font-size: 22px;
		font-weight: bold;
		line-height: 1.64;
	}
	.home .cont03 .inner ul li:nth-of-type(2){
		background: #e6f3f9 url("img/home_img29.png")left center no-repeat;
	}
	.home .cont03 .inner ul li:nth-of-type(3){
		background: #e6f3f9 url("img/home_img30.png")left center no-repeat;
	}
	.home .cont03 .inner ul li:nth-of-type(4){
		background: #e6f3f9 url("img/home_img31.png")left center no-repeat;
	}
	@media screen and (max-width: 1300px){
		.home .cont03 .inner ul li{
			width: 510px;
			height: 120px;
			background: #e6f3f9 url("img/home_img28.png")left -10px center no-repeat;
			padding: 0 0 0 218px;
		}
		.home .cont03 .inner ul li:nth-of-type(2){
			background: #e6f3f9 url("img/home_img29.png")left -10px center no-repeat;
		}
		.home .cont03 .inner ul li:nth-of-type(3){
			background: #e6f3f9 url("img/home_img30.png")left -10px center no-repeat;
		}
		.home .cont03 .inner ul li:nth-of-type(4){
			background: #e6f3f9 url("img/home_img31.png")left -10px center no-repeat;
		}
	}
	.home .cont03 .inner .com_infobox{
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: center;
		margin-top: 100px;
	}
	.home .cont03 .inner .com_infobox .text_box h3{
		font-size: 22px;
		line-height: 1;
	}
	.home .cont03 .inner .com_infobox .text_box address{
		margin-top: 20px;
	}
	.home .cont03 .inner .com_infobox .text_box address .tel{
		display: inline-block;
	}
	.home .cont03 .inner .com_infobox .text_box address .tel::before{
		content: "TEL：";
	}
	.home .cont03 .inner .com_infobox .text_box address .fax{
		display: inline-block;
	}
	.home .cont03 .inner .com_infobox .text_box address .fax::before{
		content: "／FAX：";
	}
	.home .cont03 .inner .com_infobox .text_box .com_spec{
		display: block;
	}
	.home .cont03 .inner .com_infobox .text_box .com_spec dt,
	.home .cont03 .inner .com_infobox .text_box .com_spec dd {
		display: inline;
		margin: 0;
	}
	.home .cont03 .inner .com_infobox .text_box .com_spec dd::after {
		content: "\A";
		white-space: pre;
	}
	.home .cont03 .inner .com_infobox .text_box .com_spec dt::after {
		content: "：";
	}
	@media screen and (max-width: 1300px){
		.home .cont03 .inner .com_infobox figure{
			width: 580px;
		}
	}


	/* cont04 */
	.home .cont04{
		background: url("img/home_bg02.png")center bottom;
		padding: 229px 0 0;
	}
	.home .cont04 .inner{
		background: #fff;
		padding: 95px 100px 108px;
		border-radius: 10px;
		box-sizing: border-box;
		position: relative;
	}
	@media screen and (max-width: 1300px){
		.home .cont04 .inner{
			width: 1100px;
			padding: 95px 50px 108px;
		}
	}
	.home .cont04 .inner::before{
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: #0b88c5;
		width: 1000px;
		height: 5px;
	}
	.home .cont04 .inner h2{
		background: url("img/home_text10.svg")center top no-repeat;
		background-size: 153px;
		padding: 43px 0 0;
		font-size: 28px;
		line-height: 1;
		text-align: center;
	}
	.home .cont04 .inner table{
		width: 1000px;
		border-collapse: separate;
		border-spacing: 0 0;
		border-top: 1px solid #ccc;
		box-sizing: border-box;
		margin: 65px auto 0;
	}
	.home .cont04 .inner table th{
		width: 210px;
		padding: 30px 0;
		border-bottom: 1px solid #ccc;
		box-sizing: border-box;
		color: #0b88c5;
		font-size: 18px;
		font-weight: bold;
		line-height: 60px;
		text-align: left;
		vertical-align: middle;
		position: relative;
	}
	.home .cont04 .inner table th span{
		position: absolute;
		top: 45px;
		right: -60px;
		width: 60px;
		height: 30px;
		background: #0b88c5;
		border-radius: 3px;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		line-height: 30px;
		text-align: center;
	}
	.home .cont04 .inner table tr:nth-of-type(n+7):nth-of-type(-n+11) th{
		padding: 22px 0;
	}
	.home .cont04 .inner table td{
		width: 790px;
		padding: 30px 0;
		border-bottom: 1px solid #ccc;
		box-sizing: border-box;
		line-height: 1;
	}
	.home .cont04 .inner table tr:nth-of-type(n+1):nth-of-type(-n+6) td{
		padding-left: 70px;
	}
	.home .cont04 .inner table tr:nth-of-type(n+7):nth-of-type(-n+11) td{
		padding: 22px 0;
	}
	.home .cont04 .inner table td input[type="text"],
	.home .cont04 .inner table td input[type="tel"],
	.home .cont04 .inner table td input[type="email"] {
		width: 100%;
		height: 60px;
		padding: 0 0 0 30px;
		font-size: 16px;
		line-height: 1.5;
		background: #eee;
		box-sizing: border-box;
		border-radius: 5px;
		border: none;
	}
	.home .cont04 .inner table tr:nth-of-type(4) td .postnum_wrap{
		display: flex;
		align-items: center;
		gap: 0 30px;
	}
	.home .cont04 .inner table tr:nth-of-type(4) td .postnum_wrap input[type="text"]{
		width: 200px;
	}
	.home .cont04 .inner table tr:nth-of-type(4) td .postnum_wrap .post_text{
		font-size: 16px;
		line-height: 1.5;
	}
	.home .cont04 .inner table tr:nth-of-type(4) td > input[type="text"]{
		margin-top: 15px;
	}
	.home .cont04 .inner table td .radio_wrap{
		display: flex;
		align-items: center;
		gap: 0 30px;
		height: 60px;
	}
	.home .cont04 .inner table tr:nth-of-type(8) td .radio_wrap,
	.home .cont04 .inner table tr:nth-of-type(10) td .radio_wrap{
		gap: 0 50px;
	}
	.home .cont04 .inner table tr:nth-of-type(9) td{
		display: flex;
		gap: 0 55px;
	}
	.home .cont04 .inner table td .hsize_wrap{
		display: flex;
		align-items: center;
	}
	.home .cont04 .inner table tr:nth-of-type(9) td input[type="text"],
	.home .cont04 .inner table tr:nth-of-type(11) td input[type="text"]{
		width: 110px;
		margin: 0 10px;
	}
	.home .cont04 .inner table td .quantity_wrap{
		display: flex;
		align-items: center;
	}
	.home .cont04 .inner table td .file_wrap{
		display: flex;
		flex-direction: column;
		gap: 10px 0;
	}
	.home .cont04 .inner table td input[type="file"]{
		font-size: 16px;
		padding: 0;
		border: none;
		box-shadow: none;
		background: none;
	}
	.home .cont04 .inner table td input[type="file"]::file-selector-button{
		background-color: #b5dbed;
		border-radius: 3px;
		border: none;
		padding: 12px 45px 11px;
		cursor: pointer;
		line-height: 1;
		transition: background-color 0.3s;
		margin-right: 18px;
	}
	.home .cont04 .inner table td input[type="file"]::file-selector-button:hover{
		color: #fff;
		background-color: #0257a7;
	}
	.home .cont04 .inner table td textarea{
		display: block;
		width: 100% !important;
		height: 200px !important;
		padding: 12px 0 12px 30px;
		font-size: 16px;
		line-height: 1.5;
		background: #eee;
		box-sizing: border-box;
		border-radius: 5px;
		border: none;
	}
	.home .cont04 .inner .privacy_check{
		text-align: center;
		margin-top: 50px;
	}
	.home .cont04 .inner .privacy_check input{
		-webkit-appearance: checkbox;
		margin-right: 12px;
	}
	.home .cont04 .inner .privacy_check a{
		color: #222;
	}
	.home .cont04 .inner .button input{
		display: block;
		width: 520px;
		height: 50px;
		background: #0257a7 url("img/home_arrow01.svg")right 8px center no-repeat;
		background-size: 30px;
		border-radius: 25px;
		border: 2px solid #0257a7;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		box-sizing: border-box;
		cursor: pointer;
		margin: 42px auto 0;
		transition: all .4s;
	}
	.home .cont04 .inner .button input:hover{
		background: #fff url("img/home_arrow02.svg")right 8px center no-repeat;
		background-size: 30px;
		color: #0257a7;
		transition: all .4s;
		opacity: 1;
	}
	.home .cont04 .inner .pp_wrap{
		margin: 50px auto 0;
	}
	.home .cont04 .inner .pp_wrap h3{
		width: 1000px;
		height: 40px;
		background: #b5dbed;
		border-radius: 5px 5px 0 0;
		line-height: 40px;
		text-align: center;
	}
	.home .cont04 .inner .pp_wrap .pp_box{
		height: 170px;
		border: 2px solid #b5dbed;
		border-top: none;
		border-radius: 0 0 5px 5px;
		padding: 32px 35px 32px 40px;
		box-sizing: border-box;
		overflow-y: auto;
	}
	.home .cont04 .inner .pp_wrap .pp_box .pp_in_box{
		margin-bottom: 14px;
	}
	.home .cont04 .inner .pp_wrap .pp_box .pp_in_box h4{
		font-size: 14px;
		line-height: 1.857;
	}
	.home .cont04 .inner .pp_wrap .pp_box .pp_in_box h4::before{
		content: "■";
	}
	.home .cont04 .inner .pp_wrap .pp_box .pp_in_box .text01{
		font-size: 14px;
		line-height: 1.857;
	}



/* common
------------------------------------------------------------------------*/

	/* key */


	/* pankuzu */
	.pankuzu {
		margin-top: 20px;
		line-height: 1.3;
		position: relative;
	}
	.pankuzu ul li {
		display: inline-block;
		margin-right: 10px;
		color: var(--main-color);
		font-size: 14px;
		font-weight: bold;
	}
	.pankuzu ul li a {
		color: #333;
		font-weight: bold;
	}
	.pankuzu ul li:not(:last-of-type)::after {
		content: "-";
		margin-left: 10px;
		flex-shrink: 0;
	}
	.pankuzu ul li:last-of-type {
		margin-right: 0;
	}



/* contact
------------------------------------------------------------------------*/
/* cont01 */
.contact .cont01 {
	width: 1000px;
	margin: 120px auto 0;
}
.contact .cont01 .tel-box {
	padding: 40px 0 35px;
	border-top: 1px solid var(--main-dark-color);
	/* border-bottom: 1px solid var(--main-color); */
}
.contact .cont01 .line-box {
	padding: 40px 0 45px;
	border-top: 1px solid var(--main-dark-color);
	border-bottom: 1px solid var(--main-dark-color);
}
.contact .cont01 h2{
	font-size: 18px;
}
.contact .cont01 .tel-box h2::before {
	content: '■';
	color: var(--main-color);
	padding-right: 5px;
}
.contact .cont01 .line-box h2::before {
	content: '■';
	color: #00b12b;
	padding-right: 5px;
}
.contact .cont01 .tel-box p {
	display: flex;
	align-items: center;
	margin-top: 10px;
	line-height: 1.5;
}
.contact .cont01 .tel-box a {
	display: inline-block;
	font-size: 30px;
	padding-right: 20px;
	pointer-events: none;
}
.contact .cont01 .line-box p {
	margin-top: 15px;
}
.contact .cont01 .line-box a {
	font-size: 18px;
	line-height: 1;
	padding: 20px 75px 20px 55px;
	background: url(img/contact-line.png) no-repeat center left, url(img/contact-qr.png) no-repeat center right;
}


/* cont02 */
.contact .cont02 {
	width: 1000px;
	/* margin: 40px auto 100px; */
	margin: 40px auto 120px;
}
.contact .cont02 h2{
	font-size: 18px;
}
.contact .cont02 h2::before {
	content: '■';
	color: var(--main-color);
	padding-right: 5px;
}
.contact .cont02 .lead {
	margin-top: 20px;
	font-size: 14px;
	line-height: 2;
}
.contact .cont02 table{
	width:1000px;
	margin: 40px auto 0;
}
.contact .cont02 table tr {
	border-top: 1px solid var(--main-color);
}
.contact .cont02 table tr:last-of-type {
	border-bottom: 1px solid var(--main-color);
}
.contact .cont02 table th{
	width: 265px;
	text-align: left;
	vertical-align: middle;
	position: relative;
	box-sizing: border-box;
	font-weight: bold;
	padding: 30px 0;
	position: relative;
}
.contact .cont02 table th span{
	color: #fff;
	background: var(--main-color);
	border-radius: 5px;
	float: right;
	padding: 7px 15px;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.contact .cont02 tr.address-contact th {
	vertical-align: top;
	padding-top: 48px;
}
.contact .cont02 tr.address-contact th span {
	top: 45px;
	transform: none;
}
.contact .cont02 table td{
	vertical-align: middle;
	padding: 30px 0 30px 25px;
}
.contact .cont02 table td .radio-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px 60px;
}
.contact .cont02 table td .radio-box span {
	display: flex;
	align-items: center;
	gap: 0 5px;
}
.contact .cont02 table td .radio-box span input {
	margin: 0 !important;
}
.contact .cont02 table td input[type="text"],
.contact .cont02 table td input[type="email"],
.contact .cont02 table td input[type="tel"],
.contact .cont02 table td select,
.contact .cont02 table td textarea{
	width:100% !important;
	height: 60px !important;
	font-size:16px;
	font: inherit;
	padding: 5px;
	box-sizing: border-box;
	padding: 20px 30px;
	border: none !important;
	background: var(--main-light-color);
	border-radius: 5px !important;
}
.contact .cont02 tr.address-contact input {
	margin-bottom: 10px !important;
}
.contact .cont02 tr.address-contact input:first-of-type {
	margin-right: 20px;
}
.contact .cont02 tr.address-contact input:first-of-type,
.contact .cont02 tr.address-contact input:nth-of-type(2) {
	width: 210px !important;
}
.contact .cont02 tr.address-contact input:last-of-type {
	margin-bottom: 0 !important;
}
.contact .cont02 table td select {
	cursor: pointer;
}
.contact .cont02 table td textarea{
	height: 250px !important;
	vertical-align: middle;
	resize:none
}
.contact .cont02 .privacy_check{
	text-align: center;
	padding: 50px 0 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.contact .cont02 .privacy_check a {
	text-decoration: underline;
}
.contact .cont02 .privacy_check div.mfp_err {
	text-align: center;
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	box-sizing: border-box;
	background: url(img/mfp_error.gif) no-repeat top 12px left 320px;
}
.contact .cont02 .privacy_check input {
	width: 15px;
	height: 15px;
	margin: 0 5px;
}
.contact .cont02 .privacy_check label {
	margin: 0 5px!important;
}
.contact .cont02 .button{
	text-align: center;
}
.contact .cont02 .button input{
	font-family: var(--main-font) !important;
	width: 360px;
	border-radius: 60px;
	line-height: 1;
	padding: 20px 0;
	font-size: 16px;
	box-sizing: border-box;
	cursor: pointer;
	margin: auto;
	border: none;
	display: block;
	color: #fff;
	background: var(--main-color);
	border: 1px solid var(--main-color);
	transition: all .5s;
}
.contact .cont02 .button input:hover{
	background: #fff;
	color: var(--main-color);
	transition: all .5s;
}



/* thanks
------------------------------------------------------------------------*/
.thanks .cont01{
	padding: 70px 0 100px;
	text-align: center;
}
.thanks .cont01 h2{
	text-align: center;
	font-size: 24px;
}
.thanks .cont01 .text{
	margin: 40px 0 0;
	font-weight: bold;
}
.thanks .cont01 .button {
	margin-top: 50px;
}
.thanks .cont01 .button a{
	width: 360px;
	border-radius: 60px;
	line-height: 1;
	padding: 20px 0;
	font-size: 16px;
	box-sizing: border-box;
	cursor: pointer;
	margin: auto;
	border: none;
	display: block;
	color: #fff;
	background: var(--main-color);
	border: 1px solid var(--main-color);
	transition: all .5s;
}
.thanks .cont01 .button a:hover {
	background: #fff;
	color: var(--main-color);
	transition: all .5s;
}


	/* cont03 */
	.thanks .cont03{
		padding: 146px 0 141px;
		z-index: 11;
		position: relative;
	}
	.thanks .cont03::after{
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/home_slideimg01.png")center center repeat-x;
		width: 100%;
		height: 300px;
		animation: bottomslideMove 40s linear infinite;
	}
	@keyframes bottomslideMove{
		0% {background-position: 2350px 0;}
		50% {background-position: 1175px 0;}
		100% {background-position: 0 0;}
	}



/* privacy
------------------------------------------------------------------------*/
.privacy .cont01 {
	width: 1000px;
	/* margin: 50px auto 100px; */
	margin: 50px auto 0;
}
.privacy .cont01 h2 {
	font-size: 28px;
	text-align: center;
}
.privacy .cont01 .text01 {
	margin-top: 35px;
	line-height: 2;
}
.privacy .cont01 .box {
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dashed var(--main-color);
}
.privacy .cont01 .box:first-of-type {
	margin-top: 45px;
}
.privacy .cont01 .box:last-of-type {
	border-bottom: none;
}
.privacy .cont01 .box h3 {
	font-size: 20px;
}
.privacy .cont01 .box .text02 {
	line-height: 2;
	margin-top: 10px;
}
.privacy .cont01 .box .text02 a {
	text-decoration: underline;
}
.privacy .cont01 .box ul {
	margin-top: 15px;
}
.privacy .cont01 .box ul li:nth-of-type(n+2) {
	margin-top: 8px;
}
.privacy .cont01 .box .text03 {
	line-height: 2;
	display: inline-block;
	padding: 25px 30px;
	background: var(--main-light-color);
	margin-top: 20px;
}



/* yonmaruyon yonichimaru
------------------------------------------------------------------------*/
.yonmaruyon .cont01,
.yonichimaru .cont01 {
	/* padding: 70px 0 100px; */
	padding: 70px 0 0;
	text-align: center;
}
.yonmaruyon .cont01 h2,
.yonichimaru .cont01 h2 {
	text-align: center;
	font-size: 24px;
}
.yonmaruyon .cont01 .text,
.yonichimaru .cont01 .text {
	margin: 30px 0 0;
	font-weight: bold;
}
.yonmaruyon .cont01 .button,
.yonichimaru .cont01 .button {
	margin-top: 40px;
}
.yonmaruyon .cont01 .button a,
.yonichimaru .cont01 .button a {
	width: 360px;
	border-radius: 60px;
	line-height: 1;
	padding: 20px 0;
	font-size: 16px;
	box-sizing: border-box;
	cursor: pointer;
	margin: auto;
	border: none;
	display: block;
	color: #fff;
	background: var(--main-color);
	border: 1px solid var(--main-color);
	transition: all .5s;
}
.yonmaruyon .cont01 .button a:hover,
.yonichimaru .cont01 .button a:hover {
	background: #fff;
	color: var(--main-color);
	transition: all .5s;
}



/* footer
------------------------------------------------------------------------*/
	footer{
		background: url("img/home_bg02.png")center top;
		padding: 70px 0;
		text-align: center;
		z-index: 111;
		position: relative;
	}
	footer .copy{
		font-size: 14px;
		line-height: 1;
	}
	footer .side_btn_box{
		position: fixed;
		top: 240px;
		right: 0;
		display: flex;
		flex-direction: column;
		gap: 10px 0;
	}
	footer .side_btn_box .side_btn a{
		display: block;
		width: 45px;
		background: #00adac url("img/line_icon01.svg")left 13px top 20px no-repeat;
		background-size: 21px;
		border-radius: 5px 0 0 5px;
		padding: 51px 0 19px;
		box-sizing: border-box;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		line-height: 45px;
		letter-spacing: 0.4px;
		writing-mode: vertical-rl;
		z-index: 1111;
	}
	footer .side_btn_box .side_btn:nth-of-type(2) a{
		background: #0096d1 url("img/mail_icon01.svg")left 14px top 21px no-repeat;
		background-size: 18px;
		padding: 43px 0 20px;
	}



}/*PCの記述ここまで*/

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

@media screen and (max-width: 441px) {
html,
body,
.wrap {
	width: 440px;
	position: relative;
}
.inner {
	box-sizing: border-box;
	padding: 0 30px;
	width: auto;
}
.pc {
	display: none;
}
.sp {
	display: inline;
}
p {
	font-size: 14px;
}


/* header
------------------------------------------------------------------------*/
	header{
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		z-index: 10000;
		position: relative;
	}
	header h1{
		position: absolute;
		top: calc(100vh - 75px);
		left: 30px;
		color: #fff;
		font-size: 12px;
		line-height: 1;
	}
	header .header_box_sp{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		background: #fff;
	}
	header .header_box_sp .logo a{
		position: absolute;
		top: 12px;
		left: 15px;
		display: block;
		width: 236px;
		height: 29px;
		background: url("img/logo.svg")no-repeat;
		background-size: 236px;
		padding: 29px 0 0;
		box-sizing: border-box;
		overflow: hidden;
		z-index: 11111;
	}
	header .header_box .tel a{
		position: absolute;
		top: 11px;
		right: 60px;
		display: flex;
		align-items: center;
		gap: 0 7px;
		font-size: 12px;
		line-height: 1.17;
		z-index: 11111;
	}
	header .header_box .tel a span{
		display: block;
		width: 16px;
		height: 21px;
		background: url("img/header_tel_sp.svg")no-repeat;
		background-size: 16px;
		padding: 21px 0 0;
		box-sizing: border-box;
		overflow: hidden;
	}



/* nav
------------------------------------------------------------------------*/
	#nav {
		display: none;
		width: 100%;
		position: fixed;
		z-index: 100;
	}
	#nav-btn.active + #nav{
		display: block;
		background: linear-gradient(#fff 50px , #001738 50px);
		width: 440px;
		max-height: 100vh;
		max-height: 100dvh;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		z-index: 10000;
		position: relative;
	}

	#nav .main_nav{
		width: 440px;
		height: 100vh;
		height: 100dvh;
		padding: 87px 30px 70px;
		box-sizing: border-box;
		overflow-y: scroll;
	}
	#nav .main_nav li a{
		display: block;
		background: url("img/nav_arrow.svg")left center no-repeat;
		background-size: 7px;
		padding-left: 21px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		line-height: 3.75;
		position: relative;
	}
	#nav .main_nav li a span{
		font-weight: bold;
	}

	#nav-btn{
		width: 50px;
		height: 50px;
		background: #001738;
		box-sizing: border-box;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 10010;
		cursor: pointer;
		transition: all .5s;
	}
	.menu-btn{
		position: absolute;
		width: 20px;
		height: 14px;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
	}
	.menu-btn,
	header .menu-btn span{
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-btn span{
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background: #fff;
	}
	.menu-btn span:nth-of-type(1){
		top: 0;
		transition: all 0.5s;
	}
	.menu-btn span:nth-of-type(2){
		top: 6px;
		transition: all 0.5s;
	}
	.menu-btn span:nth-of-type(3){
		bottom: 0;
		transition: all 0.5s;
	}
	#nav-btn.active span:nth-of-type(1){
		transform: translateY(6px) rotate(-45deg);
		transition: all 0.5s;
	}
	#nav-btn.active span:nth-of-type(2){
		opacity: 0;
		transition: all 0.5s;
	}
	#nav-btn.active span:nth-of-type(3){
		transform: translateY(-6px) rotate(45deg);
		transition: all 0.5s;
	}



/* home
------------------------------------------------------------------------*/
	/* key */
	.home .key{
		height: calc(100vh - 95px);
		height: calc(100dvh - 95px);
		min-height: 670px;
		background: url("img/home_key_bg_sp.png")center center /cover no-repeat;
		z-index: 11;
		position: relative;
	}
	.home .key .inner{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		height: 100%;
		padding: 0 30px;
		box-sizing: border-box;
		position: relative;
	}
	.home .key .inner .text_box{
		z-index: 11;
		position: relative;
	}
	.home .key .inner .text_box .text01{
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		line-height: 1;
	}
	.home .key .inner .text_box .text02{
		display: block;
		width: 370px;
		height: 90px;
		background: url("img/home_key_text01.svg")no-repeat;
		background-size: 370px;
		padding: 90px 0 0;
		box-sizing: border-box;
		overflow: hidden;
		margin: 21px 0 0;
	}
	.home .key .inner .text_box .text03{
		display: block;
		width: 190px;
		height: 97px;
		background: url("img/home_key_text02_sp.svg")no-repeat;
		background-size: 190px;
		padding: 97px 0 0;
		box-sizing: border-box;
		overflow: hidden;
		margin: 30px 0 0;
	}
	.home .key .inner .text_box .text04{
		color: #f4c900;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.67;
		filter: drop-shadow(0.5px 0.5px 0 #0257a7) drop-shadow(-0.5px -0.5px 0 #0257a7) drop-shadow(0.5px -0.5px 0 #0257a7) drop-shadow(-0.5px 0.5px 0 #0257a7) drop-shadow(0 0 0.5px #0257a7);
		margin: 10px 0 0;
	}
	.home .key .inner .text_box .text04 span{
		font-weight: bold;
		position: relative;
	}
	.home .key .inner .text_box .text04 span::before{
		position: absolute;
		top: -6px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: #f4c900;
		width: 3px;
		height: 3px;
		border-radius: 50%;
	}
	.home .key .inner .kind_box{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 10px 0;
		width: 100%;
		margin-top: 22px;
		z-index: 11;
	}
	.home .key .inner .kind_box figure{
		width: 185px;
		height: 111px;
	}
	.home .key .inner .mv_img{
		position: absolute;
		top: 50%;
		right: -5px;
		transform: translateY(-186px);
		width: 239px;
	}


	/* cont01 */
	.home .cont01{
		padding: 70px 20px 0;
		position: relative;
	}
	.home .cont01 .inner{
		background: #fff;
		padding: 0 0 80px;
		border-radius: 10px;
		box-sizing: border-box;
		text-align: center;
		position: relative;
	}
	.home .cont01 .inner::before{
		position: absolute;
		bottom: 20px;
		left: 20px;
		content: "";
		background: #0257a7;
		width: 8px;
		height: 8px;
		border-radius: 50%;
	}
	.home .cont01 .inner::after{
		position: absolute;
		bottom: 20px;
		right: 20px;
		content: "";
		background: #0257a7;
		width: 8px;
		height: 8px;
		border-radius: 50%;
	}
	.home .cont01 .inner h2{
		background: url("img/home_text01.svg")center top 60px no-repeat;
		background-size: 87px;
		padding: 96px 0 0;
		font-size: 24px;
		line-height: 1;
		position: relative;
	}
	.home .cont01 .inner h2::before{
		position: absolute;
		top: 20px;
		left: 20px;
		content: "";
		background: #0257a7;
		width: 8px;
		height: 8px;
		border-radius: 50%;
	}
	.home .cont01 .inner h2::after{
		position: absolute;
		top: 20px;
		right: 20px;
		content: "";
		background: #0257a7;
		width: 8px;
		height: 8px;
		border-radius: 50%;
	}
	.home .cont01 .inner .text01{
		font-size: 16px;
		line-height: 1.85;
		margin-top: 38px;
	}
	.home .cont01 .inner .text01 span{
		color: #0257a7;
		font-weight: bold;
	}
	.home .cont01 .inner .list01{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px 0;
		margin: 24px 0 28px;
	}
	.home .cont01 .inner .list01 li{
		display: block;
		width: 320px;
		height: 40px;
		background: #00adac;
		border-radius: 5px;
		color: #fff;
		font-size: 18px;
		line-height: 40px;
	}
	.home .cont01 .inner .list01 li span{
		display: inline-block;
		background: url("img/home_icon01.svg")left center no-repeat;
		background-size: 17px;
		padding-left: 27px;
		font-weight: bold;
	}
	.home .cont01 .inner .text02{
		font-size: 18px;
		font-weight: bold;
		line-height: 1.5;
	}
	.home .cont01 .inner .price{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 10px 0;
		margin-top: 30px;
		position: relative;
	}
	.home .cont01 .inner .price::before{
		position: absolute;
		top: 68px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/home_icon02.svg")no-repeat;
		background-size: 33px;
		width: 33px;
		height: 33px;
	}
	.home .cont01 .inner .price::after{
		position: absolute;
		bottom: 68px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/home_icon03.svg")no-repeat;
		background-size: 33px;
		width: 33px;
		height: 33px;
	}
	.home .cont01 .inner .price li{
		display: flex;
		align-items: center;
		width: 300px;
		height: 80px;
		background: #ebf2f8 url("img/home_img01.png")left center no-repeat;
		padding: 0 0 0 180px;
		border: 2px solid #0257a7;
		border-radius: 10px;
		box-sizing: border-box;
		color: #0257a7;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.3;
		text-align: left;
	}
	.home .cont01 .inner .price li:nth-of-type(2){
		background: #ebf9f8 url("img/home_img02.png")left center no-repeat;
		border: 2px solid #00adac;
		color: #00adac;
	}
	.home .cont01 .inner .price li:nth-of-type(3){
		background: #fdf3f0 url("img/home_img03.png")left center no-repeat;
		border: 2px solid #e46943;
		color: #e46943;
	}
	.home .cont01 .inner .text03{
		line-height: 1.875;
		margin-top: 30px;
	}
	.home .cont01 .inner .text03::before{
		content: "※";
	}
	.home .cont01 .inner button.open{
		display: block;
		width: 320px;
		height: 40px;
		background: #0257a7 url("img/home_arrow01.svg")right 12px center no-repeat;
		background-size: 20px;
		border: none;
		border-radius: 20px;
		box-sizing: border-box;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		line-height: 40px;
		margin: 35px auto 0;
		transition: all .4s;
		cursor: pointer;
	}
	.home .cont01 .inner #price-modal::backdrop{
		background-color: rgba(0, 0, 0, 0.6);
	}
	.home .cont01 .inner #price-modal{
		width: 400px;
		height: 80vh;
		border-radius: 8px;
		padding: 0;
		border: none;
	}
	dialog[open] {
		animation: fadeIn 0.3s ease-out;
	}
	@keyframes fadeIn {
		from {
			opacity: 0;
			transform: translateY(-20px);
		}
		to {
			opacity: 1;
			transform: translateY(0);
		}
	}
	
	.home .cont01 .inner #price-modal h3{
		height: 40px;
		background: #0257a7;
		color: #fff;
		font-size: 18px;
		line-height: 40px;
		position: relative;
	}
	.home .cont01 .inner #price-modal h3 .close{
		position: absolute;
		top: 7px;
		right: 10px;
		display: block;
		background: url("img/home_icon06.svg");
		background-size: 26px;
		width: 26px;
		height: 26px;
		padding: 26px 0 0;
		box-sizing: border-box;
		overflow: hidden;
		cursor: pointer;
	}
	.home .cont01 .inner #price-modal .scroll_box{
		height: calc(80vh - 40px);
		overflow-y: auto;
		margin: 0 auto;
	}
	.home .cont01 .inner #price-modal .scroll_box::-webkit-scrollbar {
		width: 5px;
	}
	.home .cont01 .inner #price-modal .scroll_box::-webkit-scrollbar-track {
		background-color: transparent;
	}
	.home .cont01 .inner #price-modal .scroll_box::-webkit-scrollbar-thumb {
		background-color: #ccc;
	}
	.home .cont01 .inner #price-modal .text04{
		line-height: 1.5;
		margin-top: 22px;
	}
	.home .cont01 .inner #price-modal .cont{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 28px;
	}
	.home .cont01 .inner #price-modal .cont h4{
		width: 380px;
		padding-bottom: 15px;
		border-bottom: 2px solid #0257a7;
		color: #0257a7;
		font-size: 16px;
		line-height: 1;
		text-align: left;
	}
	.home .cont01 .inner #price-modal .cont .list-cont{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 384px;
		margin: 15px 0 22px;
	}
	.home .cont01 .inner #price-modal .cont .list-cont h5{
		padding: 0 2px;
		font-size: 14px;
		line-height: 1.45;
		text-indent: -1em;
		padding-left: 1em;
		text-align: left;
	}
	.home .cont01 .inner #price-modal .cont .list-cont h5::before{
		content: "・";
	}
	.home .cont01 .inner #price-modal .cont .list-cont table{
		width: 384px;
		border-collapse: separate;
		border-spacing: 2px 2px;
		font-size: 14px;
		margin-top: 12px;
	}
	.home .cont01 .inner #price-modal .cont .list-cont table th{
		width: 75px;
		height: 50px;
		background: #0b88c5;
		vertical-align: middle;
		color: #fff;
		font-weight: bold;
	}
	.home .cont01 .inner #price-modal .cont .list-cont table th:first-of-type{
		width: 72px;
		background: #878c9e;
	}
	.home .cont01 .inner #price-modal .cont:first-of-type .list-cont table tr:first-of-type th{
		line-height: 1.25;
	}
	.home .cont01 .inner #price-modal .cont:nth-of-type(n+2) .list-cont table th:first-of-type{
		width: 74px;
	}
	.home .cont01 .inner #price-modal .cont:nth-of-type(n+2) .list-cont table th:nth-of-type(n+2){
		width: 100px;
	}
	.home .cont01 .inner #price-modal .cont .list-cont table td{
		height: 50px;
		background: #ccdded;
		vertical-align: middle;
	}


	/* cont02 */
	.home .cont02 .inner{
		padding: 80px 20px 0;
		position: relative;
	}
	.home .cont02 .inner h2{
		color: #0257a7;
		font-size: 28px;
		line-height: 1.65;
		text-align: center;
	}
	.home .cont02 .inner h2 .span01{
		display: block;
		width: 300px;
		height: 35px;
		background: url("img/home_text02.svg")no-repeat;
		background-size: 300px;
		padding: 35px 0 0;
		box-sizing: border-box;
		overflow: hidden;
		margin: 0 auto 16px;
	}
	.home .cont02 .inner h2 .span02{
		font-weight: bold;
		position: relative;
	}
	.home .cont02 .inner h2 .span02::before{
		position: absolute;
		top: -8px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: #0257a7;
		width: 5px;
		height: 5px;
		border-radius: 50%;
	}
	.home .cont02 .inner .btn_box{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 55px 20px;
		margin-top: 35px;
	}
	.home .cont02 .inner .btn_box li a{
		display: block;
		width: 190px;
		background: #0b88c5 url("img/home_img04.png")center top no-repeat;
		background-size: 100%;
		border: 2px solid #0b88c5;
		border-radius: 10px;
		padding: 100px 0 12px;
		box-sizing: border-box;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		line-height: 1.3;
		position: relative;
	}
	.home .cont02 .inner .btn_box li:nth-of-type(2) a{
		background: #00adac url("img/home_img05.png")center top no-repeat;
		background-size: 100%;
		border: 2px solid #00adac;
	}
	.home .cont02 .inner .btn_box li:nth-of-type(3) a{
		background: #878c9e url("img/home_img06.png")center top no-repeat;
		background-size: 100%;
		border: 2px solid #878c9e;
	}
	.home .cont02 .inner .btn_box li a::after{
		position: absolute;
		bottom: -40px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/home_arrow03.svg")no-repeat;
		background-size: 32px;
		width: 32px;
		height: 30px;
		pointer-events: none;
	}
	.home .cont02 .inner .btn_box li:nth-of-type(2) a::after{
		background: url("img/home_arrow04.svg")no-repeat;
		background-size: 32px;
	}
	.home .cont02 .inner .btn_box li:nth-of-type(3) a::after{
		background: url("img/home_arrow05.svg")no-repeat;
		background-size: 32px;
	}
	.home .cont02 .inner .btn_box li a span{
		display: block;
		font-size: 14px;
		font-weight: bold;
		line-height: 1;
		margin-top: 8px;
	}

	.home .cont02 .inner .type_wrap{
		margin-top: 100px;
	}
	.home .cont02 .inner .type_wrap:nth-of-type(n+2){
		margin-top: 50px;
	}
	.home .cont02 .inner .type_box{
		background: linear-gradient(transparent 60px , #0b88c5 60px) , url("img/home_bg01.svg")center top no-repeat;
		background-size: 400px;
		padding: 60px 25px 25px;
		border-radius: 0 0 10px 10px;
		box-sizing: border-box;
		position: relative;
	}
	.home .cont02 .inner .type_box.type02{
		background: linear-gradient(transparent 60px , #00adac 60px) , url("img/home_bg02.svg")center top no-repeat;
		background-size: 400px;
	}
	.home .cont02 .inner .type_box.type03{
		background: linear-gradient(transparent 60px , #878c9e 60px) , url("img/home_bg03.svg")center top no-repeat;
		background-size: 400px;
	}
	.home .cont02 .inner .type_box::before{
		position: absolute;
		top: 10px;
		left: 14px;
		content: "";
		background: url("img/home_text03.svg")no-repeat;
		background-size: 58px;
		width: 58px;
		height: 15px;
	}
	.home .cont02 .inner .type_box.type02::before{
		background: url("img/home_text04.svg")no-repeat;
		background-size: 60px;
		width: 60px;
		height: 15px;
	}
	.home .cont02 .inner .type_box.type03::before{
		background: url("img/home_text05.svg")no-repeat;
		background-size: 60px;
		width: 60px;
		height: 15px;
	}
	.home .cont02 .inner .type_box::after{
		position: absolute;
		top: 8px;
		right: 10px;
		content: "";
		background: url("img/home_text06.svg")no-repeat;
		background-size: 219px;
		width: 219px;
		height: 11px;
	}
	.home .cont02 .inner .type_box.type02::after{
		background: url("img/home_text07.svg")no-repeat;
		background-size: 209px;
		width: 209px;
	}
	.home .cont02 .inner .type_box.type03::after{
		background: url("img/home_text08.svg")no-repeat;
		background-size: 219px;
	}
	.home .cont02 .inner .type_box .h_box{
		padding-top: 200px;
		color: #fff;
		position: relative;
	}
	.home .cont02 .inner .type_box .h_box h3{
		font-size: 20px;
		line-height: 1;
	}
	.home .cont02 .inner .type_box .h_box h3 span{
		display: block;
		font-size: 16px;
		font-weight: bold;
		margin-top: 12px;
	}
	.home .cont02 .inner .type_box.type02 .h_box .template_list{
		display: flex;
		gap: 0 6px;
		margin-top: 12px;
	}
	.home .cont02 .inner .type_box.type02 .h_box .template_list li{
		display: inline-block;
		height: 30px;
		background: #717686;
		padding: 0 14px;
		border-radius: 3px;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		line-height: 30px;
	}
	.home .cont02 .inner .type_box .h_box .text01{
		border-top: 1px solid #fff;
		font-size: 16px;
		line-height: 1.78;
		padding-top: 16px;
		margin-top: 24px;
	}
	.home .cont02 .inner .type_box.type02 .h_box .text01{
		margin-top: 21px;
	}
	.home .cont02 .inner .type_box .h_box figure{
		position: absolute;
		top: 0;
		right: 0;
	}
	.home .cont02 .inner .type_box.type01 .in_box{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 0 37px;
		background: #fff;
		border-radius: 5px;
		padding: 15px 20px 15px;
		box-sizing: border-box;
		margin-top: 24px;
	}
	.home .cont02 .inner .type_box.type01 .in_box:nth-of-type(n+2){
		margin-top: 20px;
	}
	.home .cont02 .inner .type_box.type01 .in_box h4{
		width: 100%;
		padding-bottom: 10px;
		font-size: 18px;
		text-align: center;
		position: relative;
	}
	.home .cont02 .inner .type_box.type01 .in_box h4::after{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		background: #0b88c5;
		width: 100%;
		height: 2px;
	}
	.home .cont02 .inner .type_box.type01 .in_box .in_box_contactbtn{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 10px 0;
		padding: 20px 0 10px;
	}
	.home .cont02 .inner .type_box.type01 .in_box .in_box_contactbtn .button a{
		display: block;
		width: 230px;
		height: 50px;
		background: #00adac;
		border-radius: 3px;
		border: 2px solid #00adac;
		padding: 0 0 0 70px;
		box-sizing: border-box;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		line-height: 46px;
		position: relative;
	}
	.home .cont02 .inner .type_box.type01 .in_box .in_box_contactbtn .button:nth-of-type(2) a{
		background: #0257a7;
		border: 2px solid #0257a7;
		padding: 0 0 0 65px;
	}
	.home .cont02 .inner .type_box.type01 .in_box .in_box_contactbtn .button:nth-of-type(1) a::before{
		position: absolute;
		top: 11px;
		left: 30px;
		content: "";
		background: url("img/line_icon01.svg")no-repeat;
		background-size: 27px;
		width: 27px;
		height: 26px;
		opacity: 1;
		transition: opacity 0.2s;
	}
	.home .cont02 .inner .type_box.type01 .in_box .in_box_contactbtn .button:nth-of-type(2) a::before{
		position: absolute;
		top: 15px;
		left: 36px;
		content: "";
		background: url("img/mail_icon01.svg")no-repeat;
		background-size: 20px;
		width: 20px;
		height: 15px;
		opacity: 1;
		transition: opacity 0.2s;
	}
	.home .cont02 .inner .type_box.type01 .in_box .in_box_contactbtn .mail_box{
		text-align: center;
		margin-top: 10px;
	}
	.home .cont02 .inner .type_box.type01 .in_box .in_box_contactbtn .mail_box h5{
		color: #0257a7;
		line-height: 1;
	}
	.home .cont02 .inner .type_box.type01 .in_box .in_box_contactbtn .mail_box .mail{
		background: url("img/mail_icon02.svg")left center no-repeat;
		background-size: 20px;
		padding-left: 30px;
		font-size: 20px;
		font-weight: bold;
		line-height: 1;
		white-space: nowrap;
		margin-top: 5px;
	}
	.home .cont02 .inner .type_box.type01 .in_box .text02{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5;
		margin-top: 16px;
	}

	.home .cont02 .inner .type_box.type03 .in_box{
		background: #fff;
		padding: 45px 30px 0;
		box-sizing: border-box;
	}
	.home .cont02 .inner .type_box.type03 .in_box:first-of-type{
		border-radius: 5px 5px 0 0;
		padding-top: 30px;
		margin-top: 35px;
	}
	.home .cont02 .inner .type_box.type03 .in_box:last-of-type{
		border-radius: 0 0 5px 5px;
		padding: 45px 30px 30px;
	}
	.home .cont02 .inner .type_box.type03 .in_box h4{
		color: #248acb;
		font-size: 18px;
		line-height: 28px;
		position: relative;
	}
	.home .cont02 .inner .type_box.type03 .in_box h4::before{
		position: absolute;
		top: 0;
		left: -30px;
		content: "";
		background: #0b88c5;
		width: 6px;
		height: 28px;
	}
	.home .cont02 .inner .type_box.type03 .in_box h4::after{
		position: absolute;
		bottom: -9px;
		left: 0;
		content: "";
		background: #0b88c5;
		width: 100%;
		height: 2px;
	}
	.home .cont02 .inner .type_box.type03 .in_box:nth-of-type(2) h4{
		color: #e46943;
	}
	.home .cont02 .inner .type_box.type03 .in_box:nth-of-type(2) h4::before{
		background: #e46943;
	}
	.home .cont02 .inner .type_box.type03 .in_box:nth-of-type(2) h4::after{
		background: #e46943;
	}
	.home .cont02 .inner .type_box.type03 .in_box:nth-of-type(3) h4{
		color: #222;
	}
	.home .cont02 .inner .type_box.type03 .in_box:nth-of-type(3) h4::before{
		background: #222;
	}
	.home .cont02 .inner .type_box.type03 .in_box:nth-of-type(3) h4::after{
		background: #222;
	}
	.home .cont02 .inner .type_box.type03 .in_box .slips_list{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 16px 10px;
		margin-top: 35px;
	}
	.home .cont02 .inner .type_box.type03 .in_box .slips_list li{
		display: block;
		width: 225px;
		background: #0b88c5 url("img/home_img10.png")center top no-repeat;
		padding: 106px 0 0;
		border: 2px solid #0b88c5;
		border-radius: 5px;
		box-sizing: border-box;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5;
		text-align: center;
	}
	.home .cont02 .inner .type_box.type03 .in_box .slips_list li:nth-of-type(2){
		background: #0b88c5 url("img/home_img11.png")center top no-repeat;
	}
	.home .cont02 .inner .type_box.type03 .in_box .slips_list li:nth-of-type(3){
		background: #0b88c5 url("img/home_img12.png")center top no-repeat;
	}
	.home .cont02 .inner .type_box.type03 .in_box .slips_list li:nth-of-type(4){
		background: #0b88c5 url("img/home_img13.png")center top no-repeat;
	}
	.home .cont02 .inner .type_box.type03 .in_box .slips_list li:nth-of-type(5){
		background: #0b88c5 url("img/home_img14.png")center top no-repeat;
	}
	.home .cont02 .inner .type_box.type03 .in_box .slips_list li:nth-of-type(6){
		background: #0b88c5 url("img/home_img15.png")center top no-repeat;
	}
	.home .cont02 .inner .type_box.type03 .in_box .slips_list li:nth-of-type(7){
		background: #0b88c5 url("img/home_img16.png")center top no-repeat;
	}
	.home .cont02 .inner .type_box.type03 .in_box .slips_list li:nth-of-type(8){
		background: #0b88c5 url("img/home_img17.png")center top no-repeat;
	}
	.home .cont02 .inner .type_box.type03 .in_box .text04{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.78;
		margin-top: 26px;
	}
	.home .cont02 .inner .type_box.type03 .in_box .processing_list{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 16px 0;
		margin-top: 35px;
	}
	.home .cont02 .inner .type_box.type03 .in_box .processing_list li{
		display: block;
		width: 225px;
		background: #e46943 url("img/home_img18.png")center top no-repeat;
		padding: 106px 0 0;
		border: 2px solid #e46943;
		border-radius: 5px;
		box-sizing: border-box;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5;
		text-align: center;
	}
	.home .cont02 .inner .type_box.type03 .in_box .processing_list li:nth-of-type(2){
		background: #e46943 url("img/home_img19.png")center top no-repeat;
	}
	.home .cont02 .inner .type_box.type03 .in_box .processing_list li:nth-of-type(3){
		background: #e46943 url("img/home_img20.png")center top no-repeat;
	}
	.home .cont02 .inner .type_box.type03 .in_box .processing_list li:nth-of-type(4){
		background: #e46943 url("img/home_img21.png")center top no-repeat;
	}
	.home .cont02 .inner .type_box.type03 .in_box .processing_list li:nth-of-type(5){
		background: #e46943 url("img/home_img22.png")center top no-repeat;
	}
	.home .cont02 .inner .type_box.type03 .in_box .processing_list li:nth-of-type(6){
		background: #e46943 url("img/home_img23.png")center top no-repeat;
	}
	.home .cont02 .inner .type_box.type03 .in_box .processing_list li:nth-of-type(7){
		background: #e46943 url("img/home_img24.png")center top no-repeat;
	}
	.home .cont02 .inner .type_box.type03 .in_box .processing_list li:nth-of-type(8){
		background: #e46943 url("img/home_img25.png")center top no-repeat;
	}

	.home .cont02 .inner .type_box.type03 .in_box .flow_box{
		display: flex;
		flex-wrap: wrap;
		gap: 30px 0;
		margin-top: 35px;
	}
	.home .cont02 .inner .type_box.type03 .in_box .flow_box .cont{
		width: 290px;
		background: #d9dde1;
		padding: 25px 15px 22px 20px;
		border-radius: 5px;
		box-sizing: border-box;
		position: relative;
	}
	.home .cont02 .inner .type_box.type03 .in_box .flow_box .cont::before{
		position: absolute;
		bottom: -24px;
		left: 70px;
		content: "";
		background: url("img/home_line01.svg")no-repeat;
		background-size: 4px;
		width: 4px;
		height: 19px;
	}
	.home .cont02 .inner .type_box.type03 .in_box .flow_box .cont:last-of-type::before{
		content: none;
	}
	.home .cont02 .inner .type_box.type03 .in_box .flow_box .cont h5{
		color: #6c7182;
		font-size: 16px;
		line-height: 1;
	}
	.home .cont02 .inner .type_box.type03 .in_box .flow_box .cont:nth-of-type(1) h5::before{
		content: "01 ｜";
		padding-right: 4px;
	}
	.home .cont02 .inner .type_box.type03 .in_box .flow_box .cont:nth-of-type(2) h5::before{
		content: "02 ｜";
		padding-right: 4px;
	}
	.home .cont02 .inner .type_box.type03 .in_box .flow_box .cont:nth-of-type(3) h5::before{
		content: "03 ｜";
		padding-right: 4px;
	}
	.home .cont02 .inner .type_box.type03 .in_box .flow_box .cont:nth-of-type(4) h5::before{
		content: "04 ｜";
		padding-right: 4px;
	}
	.home .cont02 .inner .type_box.type03 .in_box .flow_box .cont:nth-of-type(5) h5::before{
		content: "05 ｜";
		padding-right: 4px;
	}
	.home .cont02 .inner .type_box.type03 .in_box .flow_box .cont:nth-of-type(6) h5::before{
		content: "06 ｜";
		padding-right: 4px;
	}
	.home .cont02 .inner .type_box.type03 .in_box .flow_box .cont .text05{
		font-size: 16px;
		line-height: 1.625;
		margin-top: 17px;
	}

	.home .cont02 .inner .type_box .pdf_btn a{
		display: block;
		width: 350px;
		height: 40px;
		background: #fff url("img/home_icon04.svg")left 70px center no-repeat;
		background-size: 20px;
		padding: 0 0 0 100px;
		border-radius: 20px;
		box-sizing: border-box;
		color: #e46943;
		font-size: 16px;
		font-weight: bold;
		line-height: 40px;
		margin: 30px auto 0;
		position: relative;
	}
	
	/* contact_box */
	.home .cont02 .inner .contact_box{
		height: 400px;
		padding: 30px 0 0;
		color: #fff;
		text-align: center;
		position: relative;
	}
	.home .cont02 .inner .contact_box::before{
		position: absolute;
		top: -80px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/home_bg01_sp.png")center center /cover no-repeat;
		width: 440px;
		height: 480px;
		z-index: -1;
	}
	.home .cont02 .inner .contact_box .text03{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.75;
	}
	.home .cont02 .inner .contact_box .contact_btn_box{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 10px 0;
		margin-top: 24px;
	}
	.home .cont02 .inner .contact_box .contact_btn_box .tel a{
		display: block;
		color: #fff;
		font-size: 16px;
		line-height: 1;
		text-align: center;
		margin-bottom: 10px;
	}
	.home .cont02 .inner .contact_box .contact_btn_box .tel a span{
		display: block;
		width: 272px;
		height: 30px;
		background: url("img/home_tel.svg")no-repeat;
		background-size: 272px;
		padding: 30px 0 0;
		box-sizing: border-box;
		overflow: hidden;
		margin-bottom: 12px;
	}
	.home .cont02 .inner .type_wrap > .contact_box > .contact_btn_box > .button a{
		display: block;
		width: 300px;
		height: 50px;
		background: #00adac;
		padding: 0 0 0 105px;
		border-radius: 3px;
		box-sizing: border-box;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		line-height: 50px;
		text-align: left;
		position: relative;
	}
	.home .cont02 .inner .type_wrap > .contact_box > .contact_btn_box > .button:nth-of-type(3) a{
		background: #0b88c5;
		padding: 0 0 0 95px;
	}
	.home .cont02 .inner .type_wrap > .contact_box > .contact_btn_box > .button:nth-of-type(2) a::before{
		position: absolute;
		top: 13px;
		left: 67px;
		content: "";
		background: url("img/line_icon01.svg")no-repeat;
		background-size: 27px;
		width: 27px;
		height: 26px;
		opacity: 1;
		transition: opacity 0.2s;
	}
	.home .cont02 .inner .type_wrap > .contact_box > .contact_btn_box > .button:nth-of-type(3) a::before{
		position: absolute;
		top: 17px;
		left: 66px;
		content: "";
		background: url("img/mail_icon01.svg")no-repeat;
		background-size: 20px;
		width: 20px;
		height: 16px;
		opacity: 1;
		transition: opacity 0.2s;
	}


	/* cont03 */
	.home .cont03{
		padding: 80px 20px;
		z-index: 11;
		position: relative;
	}
	.home .cont03::after{
		position: absolute;
		bottom: -50px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/home_slideimg01_sp.png")center center repeat-x;
		width: 100%;
		height: 150px;
		animation: bottomslideMove 40s linear infinite;
	}
	@keyframes bottomslideMove{
		0% {background-position: 1175px 0;}
		50% {background-position: 587.5px 0;}
		100% {background-position: 0 0;}
	}
	.home .cont03 .inner{
		background: #fff;
		padding: 100px 20px 40px;
		border-radius: 10px;
		box-sizing: border-box;
		z-index: 11;
		position: relative;
	}
	.home .cont03 .inner::before{
		position: absolute;
		top: -65px;
		left: 30px;
		content: "";
		background: url("img/home_img26.png")no-repeat;
		background-size: 110px;
		width: 110px;
		height: 136px;
	}
	.home .cont03 .inner::after{
		position: absolute;
		top: -30px;
		right: 30px;
		content: "";
		background: url("img/home_img27.png")no-repeat;
		background-size: 90px;
		width: 90px;
		height: 90px;
	}
	.home .cont03 .inner h2{
		font-size: 20px;
		line-height: 1;
		text-align: center;
	}
	.home .cont03 .inner h2 span{
		display: block;
		width: 300px;
		height: 16px;
		background: url("img/home_text09.svg")no-repeat;
		background-size: 300px;
		padding: 16px 0 0;
		box-sizing: border-box;
		overflow: hidden;
		margin: 0 auto 16px;
	}
	.home .cont03 .inner .text01{
		font-size: 16px;
		text-align: center;
		margin: 35px 0 0;
	}
	.home .cont03 .inner ul{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 16px 0;
		margin-top: 35px;
	}
	.home .cont03 .inner ul li{
		display: flex;
		align-items: center;
		width: 360px;
		height: 80px;
		background: #e6f3f9 url("img/home_img28.png")left -10px center no-repeat;
		background-size: 140px;
		border: 2px solid #0b88c5;
		border-radius: 5px;
		padding: 0 0 0 146px;
		box-sizing: border-box;
		color: #0b88c5;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.4;
	}
	.home .cont03 .inner ul li:nth-of-type(2){
		background: #e6f3f9 url("img/home_img29.png")left -10px center no-repeat;
		background-size: 140px;
	}
	.home .cont03 .inner ul li:nth-of-type(3){
		background: #e6f3f9 url("img/home_img30.png")left -10px center no-repeat;
		background-size: 140px;
	}
	.home .cont03 .inner ul li:nth-of-type(4){
		background: #e6f3f9 url("img/home_img31.png")left -10px center no-repeat;
		background-size: 140px;
	}
	.home .cont03 .inner .com_infobox{
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		gap: 26px 0;
		margin-top: 55px;
	}
	.home .cont03 .inner .com_infobox .text_box h3{
		font-size: 22px;
		line-height: 1;
	}
	.home .cont03 .inner .com_infobox .text_box address{
		margin-top: 16px;
	}
	.home .cont03 .inner .com_infobox .text_box address p{
		font-size: 16px;
	}
	.home .cont03 .inner .com_infobox .text_box address .tel{
		display: inline-block;
	}
	.home .cont03 .inner .com_infobox .text_box address .tel::before{
		content: "TEL：";
	}
	.home .cont03 .inner .com_infobox .text_box address .fax{
		display: inline-block;
	}
	.home .cont03 .inner .com_infobox .text_box address .fax::before{
		content: "／FAX：";
	}
	.home .cont03 .inner .com_infobox .text_box .com_spec{
		display: block;
	}
	.home .cont03 .inner .com_infobox .text_box .com_spec dt,
	.home .cont03 .inner .com_infobox .text_box .com_spec dd {
		display: inline;
		margin: 0;
	}
	.home .cont03 .inner .com_infobox .text_box .com_spec dd::after {
		content: "\A";
		white-space: pre;
	}
	.home .cont03 .inner .com_infobox .text_box .com_spec dt::after {
		content: "：";
	}


	/* cont04 */
	.home .cont04{
		background: url("img/home_bg02.png")center bottom;
		padding: 130px 20px 0;
	}
	.home .cont04 .inner{
		background: #fff;
		padding: 80px 30px 40px;
		border-radius: 10px;
		box-sizing: border-box;
		position: relative;
	}
	.home .cont04 .inner::before{
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: #0b88c5;
		width: 300px;
		height: 3px;
	}
	.home .cont04 .inner h2{
		background: url("img/home_text10.svg")center top no-repeat;
		background-size: 120px;
		padding: 28px 0 0;
		font-size: 20px;
		line-height: 1;
		text-align: center;
	}
	.home .cont04 .inner table{
		width: 340px;
		border-collapse: separate;
		border-spacing: 0 0;
		border-top: 1px solid #ccc;
		box-sizing: border-box;
		margin: 45px auto 0;
	}
	.home .cont04 .inner table th{
		display: block;
		width: 340px;
		padding: 15px 0 10px;
		box-sizing: border-box;
		color: #0b88c5;
		font-size: 16px;
		font-weight: bold;
		line-height: 40px;
		text-align: left;
		vertical-align: middle;
		position: relative;
	}
	.home .cont04 .inner table th span{
		position: absolute;
		top: 20px;
		right: 0;
		width: 60px;
		height: 30px;
		background: #0b88c5;
		border-radius: 3px;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		line-height: 30px;
		text-align: center;
	}
	.home .cont04 .inner table td{
		display: block;
		width: 340px;
		padding: 0 0 20px;
		border-bottom: 1px solid #ccc;
		box-sizing: border-box;
		line-height: 1;
	}
	.home .cont04 .inner table td input[type="text"],
	.home .cont04 .inner table td input[type="tel"],
	.home .cont04 .inner table td input[type="email"] {
		width: 100%;
		height: 60px;
		padding: 0 0 0 15px;
		font-size: 14px;
		line-height: 1.5;
		background: #eee;
		box-sizing: border-box;
		border-radius: 5px;
		border: none;
	}
	.home .cont04 .inner table tr:nth-of-type(4) td .postnum_wrap{
		display: flex;
		align-items: center;
		gap: 0 20px;
	}
	.home .cont04 .inner table tr:nth-of-type(4) td .postnum_wrap input[type="text"]{
		width: 130px;
	}
	.home .cont04 .inner table tr:nth-of-type(4) td .postnum_wrap .post_text{
		font-size: 14px;
		line-height: 1.5;
	}
	.home .cont04 .inner table tr:nth-of-type(4) td > input[type="text"]{
		margin-top: 15px;
	}
	.home .cont04 .inner table td .radio_wrap{
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		gap: 20px 30px;
		margin-bottom: 10px;
	}
	.home .cont04 .inner table tr:nth-of-type(8) td .radio_wrap,
	.home .cont04 .inner table tr:nth-of-type(10) td .radio_wrap{
		gap: 0 35px;
	}
	.home .cont04 .inner table tr:nth-of-type(9) td{
		display: flex;
		gap: 0 35px;
	}
	.home .cont04 .inner table td .hsize_wrap{
		display: flex;
		align-items: center;
	}
	.home .cont04 .inner table tr:nth-of-type(9) td input[type="text"],
	.home .cont04 .inner table tr:nth-of-type(11) td input[type="text"]{
		width: 90px;
		margin: 0 10px;
	}
	.home .cont04 .inner table td .quantity_wrap{
		display: flex;
		align-items: center;
	}
	.home .cont04 .inner table td .file_wrap{
		display: flex;
		flex-direction: column;
		gap: 10px 0;
	}
	.home .cont04 .inner table td input[type="file"]{
		font-size: 16px;
		padding: 0;
		border: none;
		box-shadow: none;
		background: none;
	}
	.home .cont04 .inner table td input[type="file"]::file-selector-button{
		background-color: #b5dbed;
		border-radius: 3px;
		border: none;
		padding: 12px 25px 11px;
		cursor: pointer;
		line-height: 1;
		transition: background-color 0.3s;
		margin-right: 18px;
	}
	.home .cont04 .inner table td textarea{
		display: block;
		width: 100% !important;
		height: 200px !important;
		padding: 12px 15px;
		font-size: 16px;
		line-height: 1.5;
		background: #eee;
		box-sizing: border-box;
		border-radius: 5px;
		border: none;
	}
	.home .cont04 .inner .privacy_check{
		text-align: center;
		margin-top: 35px;
	}
	.home .cont04 .inner .privacy_check input{
		-webkit-appearance: checkbox;
		margin-right: 12px;
	}
	.home .cont04 .inner .privacy_check a{
		color: #222;
	}
	.home .cont04 .inner .button input{
		display: block;
		width: 340px;
		height: 40px;
		background: #0257a7 url("img/home_arrow01.svg")right 8px center no-repeat;
		background-size: 24px;
		border-radius: 20px;
		border: none;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		box-sizing: border-box;
		cursor: pointer;
		margin: 35px auto 0;
		transition: all .4s;
	}
	.home .cont04 .inner .pp_wrap{
		margin: 50px auto 0;
	}
	.home .cont04 .inner .pp_wrap h3{
		width: 340px;
		height: 40px;
		background: #b5dbed;
		border-radius: 5px 5px 0 0;
		line-height: 40px;
		text-align: center;
	}
	.home .cont04 .inner .pp_wrap .pp_box{
		height: 170px;
		border: 2px solid #b5dbed;
		border-top: none;
		border-radius: 0 0 5px 5px;
		padding: 22px 20px;
		box-sizing: border-box;
		overflow-y: auto;
	}
	.home .cont04 .inner .pp_wrap .pp_box .pp_in_box{
		margin-bottom: 14px;
	}
	.home .cont04 .inner .pp_wrap .pp_box .pp_in_box h4{
		font-size: 14px;
		line-height: 1.857;
	}
	.home .cont04 .inner .pp_wrap .pp_box .pp_in_box h4::before{
		content: "■";
	}
	.home .cont04 .inner .pp_wrap .pp_box .pp_in_box .text01{
		font-size: 14px;
		line-height: 1.857;
	}



/* common
------------------------------------------------------------------------*/
	
	/* header */

	/* key */

	/* pankuzu */
	.pankuzu {
		margin-top: 10px;
		line-height: 1.3;
	}
	.pankuzu .inner{
		padding: 0 20px;
	}
	.pankuzu ul li {
		display: inline-block;
		margin-right: 10px;
		color: var(--main-color);
		font-size: 12px;
		font-weight: bold;
		max-width: 400px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.pankuzu ul li a {
		color: #333;
		font-size: 12px;
		font-weight: bold;
	}
	.pankuzu ul li:not(:last-of-type)::after {
		content: "-";
		margin-left: 10px;
		flex-shrink: 0;
	}
	.pankuzu ul li:last-of-type {
		margin-right: 0;
	}



/* contact
------------------------------------------------------------------------*/
/* cont01 */
.contact .cont01 {
	width: 100%;
	padding: 0 30px;
	box-sizing: border-box;
	margin: 70px auto 0;
}
.contact .cont01 .tel-box {
	padding: 30px 0;
	border-top: 1px solid var(--main-color);
	/* border-bottom: 1px solid var(--main-color); */
}
.contact .cont01 .line-box {
	padding: 30px 0;
	border-top: 1px solid var(--main-color);
	border-bottom: 1px solid var(--main-color);
}
.contact .cont01 h2{
	font-size: 16px;
}
.contact .cont01 .tel-box h2::before {
	content: '■';
	color: var(--main-color);
	padding-right: 5px;
}
.contact .cont01 .line-box h2::before {
	content: '■';
	color: #00b12b;
	padding-right: 5px;
}
.contact .cont01 .tel-box p {
	margin-top: 5px;
	line-height: 1.5;
}
.contact .cont01 .tel-box a {
	display: inline-block;
	font-size: 30px;
}
.contact .cont01 .line-box p {
	margin-top: 15px;
}
.contact .cont01 .line-box a {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	padding: 15px 30px 15px 70px;
	border-radius: 30px;
	background: url(img/contact-line_sp.png) no-repeat center left 30px #00b12b;
}


/* cont02 */
.contact .cont02 {
	margin: 30px auto 70px;
	padding: 0 30px;
}
.contact .cont02 h2{
	font-size: 16px;
}
.contact .cont02 h2::before {
	content: '■';
	color: var(--main-color);
	padding-right: 5px;
}
.contact .cont02 .lead {
	margin-top: 15px;
	font-size: 14px;
	line-height: 1.8;
}
.contact .cont02 .lead li:nth-of-type(n+2) {
	margin-top: 10px;
}
.contact .cont02 table{
	width:100%;
	margin: 20px auto 0;
	font-size: 14px;
}
.contact .cont02 table tr {
	display: block;
	padding: 20px 0;
	border-top: 1px solid var(--main-color);
}
.contact .cont02 table tr:last-of-type {
	border-bottom: 1px solid var(--main-color);
}
.contact .cont02 table tr:first-of-type {
	border-top: none;
}
.contact .cont02 table th{
	display: block;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	margin-bottom: 15px;
}
.contact .cont02 table th span{
	color: #fff;
	background: var(--main-color);
	border-radius: 5px;
	padding: 7px 15px;
	font-size: 12px;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.contact .cont02 table td{
	display: block;
}
.contact .cont02 table td .radio-box {
	display: flex;
	flex-direction: column;
	gap: 10px 0;
}
.contact .cont02 table td .radio-box span {
	display: flex;
	align-items: center;
	gap: 0 5px;
}
.contact .cont02 table td .radio-box span input {
	margin: 0 !important;
}
.contact .cont02 table td input[type="text"],
.contact .cont02 table td input[type="email"],
.contact .cont02 table td input[type="tel"],
.contact .cont02 table td select,
.contact .cont02 table td textarea{
	width:100% !important;
	height: 60px !important;
	font-size:16px;
	font: inherit;
	padding: 5px;
	box-sizing: border-box;
	padding: 20px;
	border: none !important;
	background: var(--main-light-color);
	border-radius: 5px !important;
}
.contact .cont02 table td textarea{
	height: 250px !important;
}
.contact .cont02 tr.address-contact td {
	position: relative;
	padding-top: 30px;
}
.contact .cont02 tr.address-contact td span {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
}
.contact .cont02 tr.address-contact input:first-of-type {
	width: 150px !important;
	margin-right: 5px;
}
.contact .cont02 tr.address-contact input:nth-of-type(2) {
	width: 220px !important;
}
.contact .cont02 tr.address-contact input:last-of-type {
	margin-top: 10px !important;
}
.contact .cont02 .privacy_check{
	text-align: center;
	padding: 50px 0 20px;
	font-size: 16px;
}
.contact .cont02 .privacy_check a {
	text-decoration: underline;
}
.contact .cont02 .privacy_check div.mfp_err {
	text-align: center;
	background: url(img/mfp_error.gif) no-repeat top 7px left 30px;
}
.contact .cont02 .privacy_check input {
	width: 15px;
	height: 15px;
	border-radius: 3px;
	margin: 0 5px !important;
}
.contact .cont02 .privacy_check label {
	margin: 0 5px !important;
}
.contact .cont02 .button{
	text-align: center;
}
.contact .cont02 .button input[type="submit"] {
	font-family: var(--main-font) !important;
	width: 360px;
	border-radius: 60px;
	line-height: 1;
	padding: 20px 0;
	font-size: 16px;
	box-sizing: border-box;
	cursor: pointer;
	margin: auto;
	border: none;
	display: block;
	color: #fff;
	background: var(--main-color);
}



/* thanks
------------------------------------------------------------------------*/
.thanks .cont01{
	padding: 50px 15px 70px;
	text-align: center;
}
.thanks .cont01 h2{
	text-align: center;
	font-size: 18px;
}
.thanks .cont01 .text{
	margin: 30px 0 0;
	font-weight: bold;
}
.thanks .cont01 .button {
	margin-top: 40px;
}
.thanks .cont01 .button a{
	width: 280px;
	border-radius: 60px;
	line-height: 1;
	padding: 20px 0;
	font-size: 16px;
	box-sizing: border-box;
	cursor: pointer;
	margin: auto;
	border: none;
	display: block;
	color: #fff;
	background: var(--main-color);
}


	/* cont03 */
	.thanks .cont03{
		padding: 80px 20px;
		z-index: 11;
		position: relative;
	}
	.thanks .cont03::after{
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/home_slideimg01_sp.png")center center repeat-x;
		width: 100%;
		height: 150px;
		animation: bottomslideMove 40s linear infinite;
	}
	@keyframes bottomslideMove{
		0% {background-position: 1175px 0;}
		50% {background-position: 587.5px 0;}
		100% {background-position: 0 0;}
	}



/* privacy
------------------------------------------------------------------------*/
.privacy .cont01 {
	padding: 70px 30px 0;
}
.privacy .cont01 h2 {
	font-size: 24px;
	text-align: center;
}
.privacy .cont01 .text01 {
	margin-top: 20px;
	font-size: 14px;
	line-height: 2;
}
.privacy .cont01 .box {
	margin-top: 30px;
	padding-bottom: 25px;
	border-bottom: 1px dashed var(--main-color);
}
.privacy .cont01 .box:first-of-type {
	margin-top: 30px;
}
.privacy .cont01 .box:last-of-type {
	border-bottom: none;
}
.privacy .cont01 .box h3 {
	font-size: 18px;
}
.privacy .cont01 .box .text02 {
	line-height: 2;
	margin-top: 10px;
	font-size: 14px;
}
.privacy .cont01 .box .text02 a {
	text-decoration: underline;
}
.privacy .cont01 .box ul {
	margin-top: 15px;
}
.privacy .cont01 .box ul li {
	font-size: 14px;
}
.privacy .cont01 .box ul li:nth-of-type(n+2) {
	margin-top: 10px;
}
.privacy .cont01 .box .text03 {
	line-height: 2;
	display: inline-block;
	padding: 25px;
	background: var(--main-light-color);
	margin-top: 20px;
	font-size: 14px;
	/* margin-bottom: 40px; */
}


/* yonmaruyon yonichimaru
------------------------------------------------------------------------*/

.yonmaruyon .cont01,
.yonichimaru .cont01{
	/* padding: 50px 0 80px; */
	padding: 70px 0 10px;
	text-align: center;
}
.yonmaruyon .cont01 h2,
.yonichimaru .cont01 h2{
	text-align: center;
	font-size: 20px;
}
.yonmaruyon .cont01 .text,
.yonichimaru .cont01 .text{
	margin: 30px 0 0;
	font-weight: bold;
}
.yonmaruyon .cont01 .button ,
.yonichimaru .cont01 .button {
	margin-top: 40px;
}
.yonmaruyon .cont01 .button a,
.yonichimaru .cont01 .button a{
	width: 280px;
	border-radius: 60px;
	line-height: 1;
	padding: 20px 0;
	font-size: 16px;
	box-sizing: border-box;
	cursor: pointer;
	margin: auto;
	border: none;
	display: block;
	color: #fff;
	background: var(--main-color);
}



/* footer
------------------------------------------------------------------------*/
	footer{
		background: url("img/home_bg02.png")center top;
		padding: 70px 0;
		text-align: center;
		z-index: 11111;
		position: relative;
	}
	footer .copy{
		font-size: 14px;
		line-height: 1;
	}
	footer .side_btn_box{
		position: fixed;
		bottom: 0;
		left: 0;
		display: flex;
		z-index: 11112;
	}
	footer .side_btn_box .side_btn a{
		display: block;
		width: 220px;
		height: 45px;
		background: #00adac url("img/line_icon01.svg")left 38px top 12px no-repeat;
		background-size: 22px;
		padding: 0 0 0 69px;
		box-sizing: border-box;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		line-height: 45px;
		text-align: left;
		letter-spacing: 0.4px;
	}
	footer .side_btn_box .side_btn:nth-of-type(2) a{
		background: #0096d1 url("img/mail_icon01.svg")left 34px top 15px no-repeat;
		background-size: 19px;
		padding-left: 63px;
	}


}/*SPの記述ここまで*/



/*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 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;
}
form#mailformpro .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%;
}
form#mailformpro .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_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;
}
form#mailformpro .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: var(--main-color);
	border: 1px solid var(--main-color);
	color: #FFFFFF;
	cursor: pointer;
}
div.mfp_buttons button#mfp_button_cancel {
	padding: 10px 100px;
	border: 1px solid var(--main-color);
	color: var(--main-color);
	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;
}
@media screen and (min-width: 441px){
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;
}
@media screen and (min-width: 441px){
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_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;
}
@media screen and (min-width: 441px){
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 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: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
	background: -webkit-gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
	background: -moz-linear-gradient(top, #EEE, #CCC);
	background: -ms-linear-gradient(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 {
		bos-shadow: none;
		display: none;
	}
	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: 441px) {
	div#mfp_overlay_background{
		width:440px !important;
		height: 100% !important;
	}
	div#mfp_overlay{
		width:440px !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;
	}
}


