@charset "utf-8";
/*-------------------------------------------------
 Body
 -------------------------------------------------*/

html {
	font-size: 100%;
	scroll-behavior: auto !important;
} /* font-size　16px*62.5%＝10px */
body {
	font-size: 1.0rem;
} /* 16px　100％ 同*/
body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	-webkit-text-size-adjust:none;
	width:100%;
	margin:auto;
	letter-spacing:1px;
	color:#212121;
	box-sizing: border-box;
}
#body-wrap {
	width:100%;
	position:relative;
	margin-top:0px;
	overflow:hidden;
	background:url(../images/back-pict01.png) center top /100% auto repeat;
	background-attachment: fixed;
}
h1 {
	margin:0;
	padding:0;
}
a, a:focus {
	color:#212121;
	text-decoration:none;
	outline: none;
 transition: all .3s;
}
a:link, a:visited {
	color:#212121;
}
a:hover, a:active {
	color:#d7bc4d;
	text-decoration:none;
 transition: all .3s;
}
img {
	display:block;
}
a img {
	transition: 0.5s;
}
a img:hover {
	opacity: 0.7;/* 透過率50% */
}
h1, h2, h3, h4, h5, h6, img, img a, p, table, tr, td, dt, dl, dd {
	margin: 0px;
	padding: 0px;
	border:0px;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
ul, ol, li, dl, dt, dd {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	font-weight:500;
}
pre {
	word-wrap: break-word;
	white-space: normal;
	word-break:break-all;
}
* {
	box-sizing: border-box;
}
/*-------------------------------------------------
 Header
-------------------------------------------------*/
.head-wrap {
	width:100%;
	height:auto;
	position:fixed;
	top:0;
	z-index:30;
	background:rgba(255, 255, 255, 0.0);
	pointer-events: none;
}
.head-flex-bloc {
	max-width:calc(1280px + 2.5%);
	width:100%;
	height:70px;
	padding:0 1.25%;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:center;
	box-sizing: border-box;
}
.head-logo {
	max-width:172px;
	max-height:45px;
	width:100%;
	height:auto;
	padding-right:10px;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
	box-sizing: border-box;
	pointer-events: auto;
}
.head-logo img {
	max-width:172px;
	width:100%;
	height:auto;
}
.head-inqu-list {
	margin-left:auto;
	display:flex;
	align-items:center;
}
/* header */
/*-------------------------------------------------
 Navi Wide and Narrow
-------------------------------------------------*/
/* アコーディオンメニュー時　hide mnu-wra配置の親要素をpositon:relative必須*/
.head-navi-wrap {
	width:100%;/* スマホメニュー時注意 */
	position: fixed;
	top: 68px;
	right: -300px;
	width: 300px;
	height: 80vh; /* % ではなく vh で親の高さに依存させる */
	text-align: center;
	margin: auto;
	padding: 0;
	display: block;
	background-color: rgba(255, 255, 255, 0.0);
	overflow-y: auto;
	pointer-events: auto;
}
.head-navi-wrap.head-navi-acti {
	display:block;
}
.head-navi {
	min-width:280px;
	width:100%;
	margin:0px auto;
	text-align:center;
	position:relative;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.head-navi li {
	text-align:center;
	width:100%;
	height:auto;
	border-left:solid 1px #f0e6a3;
	border-top:solid 1px #f0e6a3;
}
.head-navi li:last-of-type {
	border-left:solid 1px #f0e6a3;
	border-bottom:solid 1px #f0e6a3;
}
.head-navi li a {
	color:#ffffff;
	width:calc(100% - 0px);
	font-weight:700;
	display:block;
	text-align:center;
	text-decoration:none;
	font-size:1.0rem;
	letter-spacing:0;
	margin:auto;
	padding:12px 0px;
	transition: 0.8s;
	background-color: rgba(37, 37, 37, 0.7);
}
.head-navi li a:hover {
	color:#f49c34;
	background:#fff;
	text-decoration:none;
	border-radius:2px;
	background-color: rgba(255, 255, 255, 0.8);
}
.hamb-butt-wrap {
	width:58px;
	height:58px;
	margin:0px 0 0 15px;
	position:relative;
	cursor:pointer;
	border:solid 2px #252525;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	pointer-events: auto;
}
.hamb-butt, .hamb-butt span {
	display: inline-block;
 transition: all .4s;
	box-sizing: border-box;
}
.hamb-butt {
	position: relative;
	width: 36px;
	height: 28px;
	caret-color: transparent;
}
.hamb-butt span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #ababab;
	border-radius: 1px;
}
.hamb-butt span:nth-of-type(1) {
 top: 0;
}
.hamb-butt span:nth-of-type(2) {
 top: 13px;
}
.hamb-butt span:nth-of-type(3) {
 bottom: 0;
}
.hamb-butt.hamb-butt-acti span:nth-of-type(1) {
 transform: translateY(13px) rotate(-45deg);
}
.hamb-butt.hamb-butt-acti span:nth-of-type(2) {
 opacity: 0;
}
.hamb-butt.hamb-butt-acti span:nth-of-type(3) {
 transform: translateY(-13px) rotate(45deg);
}
/*-------------------------------------------------
 Main Visual
-------------------------------------------------*/
.main-visu-wrap {
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
	position:relative;
	z-index:0;
}
.main-visu {
	max-width:calc(1180px + 3%);
	width:100%;
	height:auto;
	margin:0 auto;
	padding:220px 1.5% 160px;
	box-sizing: border-box;
	position:relative;
	z-index:1;
	display:flex;
	flex-wrap:wrap;
	flex-direction:	space-between;
	align-items:flex-start;
	border:solid 0px #cccccc;
}
.main-visu-elem-left {
	display:block;
	max-width:100%;
	width:54%;
	height:auto;
	padding:0% 0 0 0%;
	box-sizing: border-box;
	border:solid 0px #fff;
}
.main-visu-elem-righ {
	display:block;
	max-width:100%;
	width:42%;
	height:auto;
	margin:0 0 0 auto;
	z-index:5;
	border:solid 0px #036;
	box-sizing: border-box;
	position:relative;
}
.main-visu-brea {
	display:block;
}
.main-capt-one {
	color:#ffffff;
	font-size:1.4rem;
	font-weight:700;
	font-style: italic;
	line-height:1.5;
}
.main-capt-two {
	color:#f0e6a3;
	font-size:1.8rem;
	font-weight:700;
	font-style: italic;
	text-align:right;
	padding:0 5% 0 0;
	line-height:1.5;
}
.main-copy-one {
	padding:80px 0 0 0;
	color:#f0e6a3;
	font-size:2.6rem;
	font-weight:700;
	letter-spacing:0;
	line-height:1.3;
}
.main-copy-two {
	color:#ffffff;
	font-size:4.1rem;
	font-weight:700;
	letter-spacing:0;
	line-height:1.3;
}
.main-visu-pict-one {
	display:block;
	width:100%;
	height:auto;
	margin:0 auto;
	max-width:558px;
	text-align:center;
	position:absolute;
	z-index:3;
	right:-8%;
	top:-120px;
}
.main-visu-pict-one img {
	width:100%;
	height:auto;
	margin:0 auto;
}
.main-visu-pict-two {
	display:block;
	width:100%;
	height:auto;
	margin:0 auto;
	max-width:523px;
	position:absolute;
	z-index:2;
	left:0%;
	top:90px;
}
.main-visu-pict-two img {
	width:100%;
	height:auto;
	margin:0 auto;
}
.main-visu-pict-two, .main-visu-pict-one {
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.6s ease-out;
}
.main-visu-pict-two.on, .main-visu-pict-one.on {
	opacity: 1;
	transform: translateY(0);
}
.main-capt-one, .main-capt-two {
	opacity: 0;
	transition: all 0.6s ease-out;
}
/* 左 → 右 */
.main-capt-one {
	transform: translateX(-40px);
}
.main-capt-one.on {
	opacity: 1;
	transform: translateX(0);
}
/* 右 → 左 */
.main-capt-two {
	transform: translateX(40px);
}
.main-capt-two.on {
	opacity: 1;
	transform: translateX(0);
}
.main-copy-one {
	opacity: 0;
	transform: translateY(25px);
	transition: all 0.6s ease-out;
}
.main-copy-one.on {
	opacity: 1;
	transform: translateY(0);
}
.main-copy-two {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	border-right: 2px solid #fff;
 animation: typing 1.8s steps(18), blink .7s step-end infinite;
}
 @keyframes typing {
 from {
max-width: 0;
}
to {
	max-width: 100%;
}
}
 @keyframes blink {
 50% {
border-color: transparent;
}
}
/*-------------------------------------------------
 Contents
-------------------------------------------------*/
.cont-wrap {
	width:100%;
	height:auto;
	margin:0px auto;
}
.cont-bloc {
	max-width:100%;
	width:100%;
	height:auto;
	margin:0px auto;
}
.sect-titl {
	color:#ffffff;
	letter-spacing:0;
	font-size:2.2rem;
	font-weight:400;
	line-height:110%;
	width:auto;
	display:inline-block;
	text-align:left;
	line-height:110%;
	letter-spacing:2px;
	padding:0px 20px 5px 0px;
	margin:10px 0 10px;
	position:relative;
	box-sizing: border-box;
	caret-color: transparent;
	border: 1px solid;
	border-left:none;
	border-top:none;
	border-image: linear-gradient(to right, #750e2b, #dcbb03, #2a8c17, #5329a9, #dcbb03) 1;
}
.firs-wrap {
	width:100%;
	height:auto;
	padding:140px 1.5%;
	box-sizing: border-box;
	background-color: rgba(25, 25, 25, 0.8);
}
.firs-bloc {
	max-width:calc(1180px);
	width:100%;
	height:auto;
	margin:0 auto;
}
.firs-flex {
	display:flex;
	flex-wrap:wrap;
	gap:0px;
	justify-content:space-between;
	align-items:center;
}
.firs-pict {
	display:inline-block;
	width:100%;
	height:auto;
	max-width:384px;
}
.firs-pict img {
	width:100%;
	height:auto;
	margin:0 auto;
}
.firs-list {
	max-width:58%;
	width:100%;
	height:auto;
	border:solid 0px #cccccc;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	gap:60px;
	align-items:center;
}
.firs-list > li {
	display:flex;
	flex-wrap:nowrap;
	justify-content:flex-start;
	gap:30px;
	align-items:center;
	color:#ffffff;
	border:solid 0px #cccccc;
}
.firs-list > li img{
	max-width:74px;
	width:100%;
	height:auto;
}
.firs-list-capt {
	font-size:1.8rem;
	font-weight:700;
	color:#ffffff;
}
.font-larg-bold-gold-unde {
	font-size:2.6rem;
	font-weight:700;
	letter-spacing:0;
	color:#f0e6a3;
	border-bottom:2px solid #f0e6a3;
}
.font-bold-gold {
	font-size:100%;
	font-weight:700;
	letter-spacing:0;
	color:#f0e6a3;
}
.subj-wrap {
	width:100%;
	height:auto;
	padding:140px 1.5%;
	box-sizing: border-box;
	background-color: rgba(25, 25, 25, 0.0);
}
.subj-bloc {
	max-width:calc(1180px);
	width:100%;
	height:auto;
	margin:0 auto;
}
.subj-flex {
	display:flex;
	flex-wrap:wrap;
	gap:0px;
	justify-content:space-between;
	align-items:flex-start;
}
.subj-pict {
	display:block;
	width:100%;
	height:auto;
	max-width:384px;
}
.subj-pict img {
	width:100%;
	height:auto;
	margin:0 auto;
}
.subj-list-wrap {
	max-width:62%;
	width:100%;
	height:auto;
	border:solid 0px #cccccc;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
	gap:80px 0;
}
.subj-list {
	gap:30px 0px;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
}
.subj-list > li {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
	gap:0px 0px;
	border:solid 0px #cccccc;
	font-size:1.8rem;
	font-weight:400;
	color:#ffffff;
	position:relative;
	padding-left:70px;
}
.subj-list > li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	width: 51px;
	height: 51px;
	background:url(../images/icon-sort04.svg) center center/100% auto no-repeat;
	background-size: contain;
}
.reas-wrap {
	width:100%;
	height:auto;
	padding:120px 1.5%;
	box-sizing: border-box;
	background:url(../images/back-thre-line01.png) right 45% center/auto 100% no-repeat, rgba(25, 25, 25, 0.8);
}
.reas-bloc {
	max-width:calc(1180px);
	width:100%;
	height:auto;
	margin:0 auto;
}
.reas-flex {
	display:flex;
	flex-wrap:wrap;
	gap:0px;
	justify-content:space-between;
	align-items:center;
}
.reas-list {
	width:100%;
	height:auto;
	border:solid 0px #cccccc;
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	justify-content:flex-start;
	gap:0px;
	align-items:flex-start;
	padding-top:60px;
}
.reas-list > dt {
	max-width:460px;
	width:100%;
	padding:8px 10px 8px 55px;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	gap:0px;
	align-items:center;
	font-size:1.8rem;
	font-weight:400;
	color:#f0e6a3;
	border:solid 1px #f0e6a3;
	position:relative;
	box-sizing: border-box;
}
.reas-list > dt:after {
	content: "";
	position: absolute;
	left: 8px;
	top: 8px;
	width: 41px;
	height: 41px;
	background:url(../images/icon-sort03.svg) center center/100% auto no-repeat;
	background-size: contain;
}
.reas-list > dd {
	max-width:680px;
	width:auto;
	display:inline-block;
	font-size:1.6rem;
	font-weight:400;
	padding:8px 6%;
	margin:0 0 10px 480px;
	color:#ffffff;
	border:solid 1px #ffffff;
	border-radius:60px;
	box-sizing: border-box;
}
.flow-wrap {
	width:100%;
	height:auto;
	padding:120px 1.5%;
	box-sizing: border-box;
	background:rgba(25, 25, 25, 0.0);
}
.flow-bloc {
	max-width:calc(1180px);
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
}
.flow-list {
	width:100%;
	height:auto;
	border:solid 0px #cccccc;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
	gap:0px;
	align-items:center;
	padding-top:80px;
}
.flow-list-item {
	border:solid 0px #cccccc;
	max-width:42%;
	width:100%;
	height:auto;
	margin:0 0 50px;
}
.flow-list-titl {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	gap:0px;
	align-items:center;
	margin:0 0 10px;
	border:solid 0px #cccccc;
}
.flow-list-capt {
	font-size:1.6rem;
	font-weight:700;
	color:#ffffff;
	text-align:left;
}
.flow-list-step{
display:inline-block;
	width:100%;
	height:auto;
	margin:0 0;
	max-width:150px;
	border:solid 0px #cccccc;
}
.flow-list-step img{
	width:100%;
	height:auto;
	margin:0 auto;
}
.flow-list-pict{
display:inline-block;
	width:100%;
	height:auto;
	margin:0 0;
	max-width:80px;
		border:solid 0px #cccccc;

}
.flow-list-pict img{
	width:100%;
	height:auto;
	margin:0 auto;
}

.syst-wrap {
	width:100%;
	height:auto;
	padding:120px 1.5%;
	box-sizing: border-box;
	background-color: rgba(25, 25, 25, 0.0);
}
.syst-bloc {
	max-width:calc(1180px);
	width:100%;
	height:auto;
	margin:0 auto;
}
.syst-flex {
	display:flex;
	flex-wrap:wrap;
	gap:0px;
	justify-content:space-between;
	align-items:flex-start;
	padding-top:80px;
}
.syst-pict {
	display:block;
	width:100%;
	height:auto;
	max-width:384px;
}
.syst-pict img {
	width:100%;
	height:auto;
	margin:0 auto;
}
.syst-list-wrap {
	max-width:60%;
	width:100%;
	height:auto;
	border:solid 0px #cccccc;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
	gap:80px 0;
}
.syst-list {
	gap:30px 0px;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
	padding-left:70px;
	box-sizing: border-box;
}
.syst-list > li {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
	gap:0px 0px;
	border:solid 0px #cccccc;
	font-size:1.8rem;
	font-weight:400;
	color:#ffffff;
	position:relative;
	padding-left:70px;
	box-sizing: border-box;
}
.syst-list > li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	width: 51px;
	height: 51px;
	background:url(../images/icon-sort09.svg) center center/100% auto no-repeat;
	background-size: contain;
}
.disp-wrap {
	width:100%;
	height:auto;
	padding:120px 1.5%;
	box-sizing: border-box;
	background-color: rgba(25, 25, 25, 0.0);
}
.disp-bloc {
	max-width:calc(1180px);
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
}
.disp-flex {
	display:flex;
	flex-wrap:wrap;
	gap:0px;
	justify-content:space-between;
	align-items:flex-start;
	padding-top:80px;
}
.disp-pict {
	display:block;
	width:100%;
	height:auto;
	max-width:384px;
}
.disp-pict img {
	width:100%;
	height:auto;
	margin:0 auto;
}
.disp-list-wrap {
	max-width:60%;
	width:100%;
	height:auto;
	border:solid 0px #cccccc;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
	gap:80px 0;
}
.disp-list {
	gap:40px 0px;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
	padding-left:70px;
	box-sizing: border-box;
}
.disp-list > li {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
	gap:0px 0px;
	border:solid 0px #cccccc;
	font-size:1.8rem;
	line-height:130%;
	font-weight:400;
	color:#ffffff;
	position:relative;
	padding-left:80px;
	box-sizing: border-box;
}
.disp-list > li:after {
	content: "";
	position: absolute;
	left: 0;
	top: -10px;
	width: 56px;
	height: 56px;
	background:url(../images/icon-sort10.svg) center center/100% auto no-repeat;
	background-size: contain;
}
.disp-list > li:nth-child(2n):after {
 content: "";
 position: absolute;
 left: 0;
 top: -10px;
 width: 56px;
 height: 56px;
 background:url(../images/icon-sort11.svg) center center/100% auto no-repeat;
 background-size: contain;
}
.faq-wrap {
	width:100%;
	height:auto;
	padding:120px 1.5%;
	box-sizing: border-box;
	background:rgba(25, 25, 25, 0.8);
}
.faq-bloc {
	max-width:calc(1180px);
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
}
.faq-list-wrap {
	display:flex;
	flex-wrap:wrap;
	gap:0px;
	justify-content:center;
	align-items:flex-start;
	padding-top:40px;
}
.faq-list {
	width:100%;
	height:auto;
	border:solid 0px #cccccc;
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	justify-content:center;
	gap:10px 0;
	align-items:flex-start;
	padding-top:0px;
}
.faq-titl-wrap {
	max-width:810px;
	width:100%;
	padding:8px 35px 8px 65px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:0px;
	align-items:flex-start;
	font-size:1.6rem;
	font-weight:400;
	margin:0 auto;
	color:#f0e6a3;
	border:solid 1px #f0e6a3;
	position:relative;
	box-sizing: border-box;
	cursor:pointer;
	caret-color: transparent;
}
.faq-titl-wrap:after {
	content: "";
	position: absolute;
	left: 8px;
	top: 8px;
	width: 41px;
	height: 41px;
	background:url(../images/icon-faq-ques01.svg) center center/100% auto no-repeat;
	background-size: contain;
}
.faq-answ-wrap {
	max-width:810px;
	width:100%;
	display:block;
	font-size:1.3rem;
	font-weight:400;
	padding:16px 15px 16px 65px;
	margin:0 auto 20px;
	color:#ffffff;
	border:solid 1px #ffffff;
	border-radius:12px;
	box-sizing: border-box;
	position:relative;
}
.faq-answ-wrap:after {
	content: "";
	position: absolute;
	left: 8px;
	top: 8px;
	width: 41px;
	height: 41px;
	background:url(../images/icon-faq-answ01.svg) center center/100% auto no-repeat;
	background-size: contain;
}
.faq-titl-wrap {
	background: url(../images/icon-faq-down01.svg) right 20px center no-repeat;
}
.faq-titl-wrap.sele-item {
	background: url(../images/icon-faq-up01.svg) right 20px center no-repeat;
}
/* メールフォーム */
.priv-poli-chec {
	margin:30px auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.label {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.inqu-wrap {
	width:100%;
	height:auto;
	padding:120px 1.5%;
	box-sizing: border-box;
}
.inqu-bloc {
	max-width:calc(1180px);
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
}
.fuki-capt {
	color:#f0e6a3;
	letter-spacing:0;
	font-size:1.6rem;
	font-weight:400;
	line-height:110%;
	max-width:810px;
	width:100%;
	display:block;
	text-align:left;
	line-height:110%;
	letter-spacing:2px;
	padding:15px 15px;
	margin:10px auto 60px;
	position:relative;
	box-sizing: border-box;
	caret-color: transparent;
	border: 1px solid;
	border-image: linear-gradient(to right, #750e2b, #dcbb03, #2a8c17, #5329a9, #dcbb03) 1;
	text-align:center;
}
.fuki-capt:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -18px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #f0e6a3 transparent transparent transparent;
	/*デバッグ用  border-color: #06aede red blue green;*/
  border-width: 12px 8px 0 8px;/*   上左下右の順番 ぼかしpx 広がりpx 色 内側指定;*/
}
.inqu-form {
	max-width:902px;
	width:calc(100% - 0px);
	padding:0%;
	margin:60px auto;
	box-sizing: border-box;
}
.icon-must-larg {
	background-color: #cc3138;
	padding: 2px 5px;
	font-size: 80%;
	font-weight:bold;
	color: #FFF;
	margin: 0px 5px;
	border-radius:2px;
}
.icon-must {
	display: inline;
	background:#ffffff;
	padding: 2px 5px;
	font-size: 12px;
	font-weight:600;
	color: #252525;
	margin: 0px 0 0px auto;
	border-radius:2px;
}
.chec-must {
	display:inline;
	background:#ffffff;
	padding: 2px 5px;
	font-size: 12px;
	font-weight:700;
	color: #252525;
	border-radius:2px;
}
.form-list {
	width:calc(100% - 0px);
	padding:40px 60px;
	box-sizing: border-box;
	background:rgba(25, 25, 25, 0.6);
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	gap:0px;
	align-items:stretch;
}
.form-list dt {
	color:#ffffff;
	font-size:110%;
	width:40%;
	min-height:30px;
	font-weight:700;
	padding:15px 15px;
	border-bottom: 1px solid;
	border-image: linear-gradient(to right, #750e2b, #dcbb03, #2a8c17, #5329a9, #dcbb03) 1;
	vertical-align:top;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	box-sizing: border-box;
}
.form-list dd {
	width:60%;
	min-height:30px;
	background:none;
	padding:15px 15px;
	border:solid 0px #ccc;
	border-bottom:none;
	text-align:left;
	box-sizing: border-box;
}
.entr-chec-box {
	color:#ffffff;
	width:100%;
	margin:40px auto 40px;
	text-align:center;
}
.entr-chec-box a {
	color:#ffffff;
	text-decoration:underline;
}
.inqu-butt {
	font-size:130%;
	color:#ffffff;
	letter-spacing:2px;
	background:url(../images/icon-arro-righ01.svg)right 20px center / 20px auto no-repeat, #333333;
	border: 0px double #cbdc51;
	line-height:150%;
	width:calc(60% - 0px);
	padding:20px 10px;
	border: 0px double #cbdc51;
	border-radius:0px;
	cursor:pointer;
	-webkit-appearance: none;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	position:relative;
	top:-5px;
	box-shadow: 0px 3px 0px 0px rgba(240, 230, 163, 1.0);
}
.inqu-butt:hover {
	color: #252525;
	background:url(../images/icon-arro-righ01.svg)right 10px center / 20px auto no-repeat, #f0e6a3;
	border:0px solid #6fbe97;
	position:relative;
	top:0px;
	box-shadow: 0px 0px 0px 0px rgba(233, 109, 122, 1.0);
}
.form-list .ppol-bloc {
	border-radius:2px;
	width:100%;
	height:200px;
	overflow:auto;
	padding:20px;
	margin:auto;
	border:solid 1px #e7e7e7;
	background:#FFF;
	box-sizing: border-box;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="url"] {
	color:#ffffff;
	max-width:100%;
	width:100%;
	height:calc(32px);
	padding:6px 8px;
	font-size:100%;
	border-radius:0px;
	box-sizing: border-box;
	background:#505050;
	border:none;
}
input[type="checkbox"] {
	appearance:none;
	width:20px;
	height:20px;
	border:1px solid #ffffff;
	border-radius:0px;
	position:relative;
	background:#505050;
}
input[type="checkbox"]:checked {
	background:#f0e6a3;
}
 input[type="checkbox"]:checked::after {
 content:"✔";
 position:absolute;
 color:#252525;
 left:3px;
 top:-1px;
}
textarea {
	color:#ffffff;
	border:solid 0px #cdcdcd;
	width:100%;
	height:calc(80px);
	padding:10px;
	font-size:100%;
	box-sizing: border-box;
	background:#505050!important;
}
a.anch-link {
	color:#4d78ee;
	font-size:1.0rem;
	text-decoration:underline;
	margin:0 auto;
	display:flex;
	flex-wrap:nowrap;
	justify-content:center;
	align-items:center;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
 color:#ccc;
 opacity: 1 !important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:#ccc;
 opacity: 1 !important;
}
::placeholder { /* Others */
 color:#cccccc;
 opacity: 1 !important;
}
.chec-box-wrap {
	display:flex;
	flex-wrap:wrap;
	gap:0px;
	justify-content:center;
	align-items:center;
	border:solid 0px #cccccc;
	margin-top:20px;
}
form#mailformpro .mfp_buttons .but-inp ,.mfp_element_submit,.mfp_element_reset,.mfp_element_button,button.mfp_next,button.mfp_prev {
	color: #fff;
	font-size:100%;
	letter-spacing:2px;
	line-height:150%;
	width: 46%;
	padding:10px;
	margin:auto 5px;
	background:url(../images/icon-arro-righ01.svg)right 20px center / 20px auto no-repeat, #333333;
	border: 0px double #cbdc51;
	border-radius:5px;
	cursor:pointer;
	transition: 0.5s;/* アニメーション */
	-webkit-transition: 0.5s;
	outline:none;
	-webkit-box-sizing: border-box;
box-sizing: border-box;
/*折り返さない場合*/
	white-space: nowrap;
	word-break:keep-all;
	
}
form#mailformpro .mfp_buttons .but-inp:hover,.mfp_element_submit:hover,.mfp_element_reset:hover,.mfp_element_button:hover,button.mfp_next:hover,button.mfp_prev:hover {
	color: #252525;
	background:url(../images/icon-arro-righ01.svg)right 10px center / 20px auto no-repeat, #f0e6a3;
	border:0px solid #6fbe97;
	font-size:100%;
	letter-spacing:2px;
	line-height:150%;
	width: 46%;
	padding:10px;
	margin:auto 5px;
	border-radius:5px;
	cursor:pointer;
	-webkit-box-sizing: border-box;
box-sizing: border-box;
/*折り返さない場合*/
	white-space: nowrap;
	word-break:keep-all;

}
/*-------------------------------------------------
 Footer
-------------------------------------------------*/
.foot-wrap {
	height:auto;
	width:100%;
	padding:50px 1.5% 50px;
	background:#141414;
	box-sizing: border-box;
}
.foot-bloc {
	max-width:1180px;
	width:100%;
	height:auto;
	margin:0 auto;
}
.foot-logo {
	max-width:173px;
	width:100%;
	height:auto;
	margin:0 auto 30px;
}
.foot-logo img {
	width:100%;
	height:auto;
}
.foot-bloc a {
	text-decoration:none;
}
.foot-navi {
	width:calc(100% - 0px);
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	padding:8px 0;
}
.foot-navi li {
	width:auto;
	height:auto;
	text-align:center;
	line-height:130%;
}
.foot-navi li a {
	color:#ffffff;
	font-size:1rem;
	line-height:150%;
	padding:0px 10px 0;
	transition: 0.5s;
}
.foot-navi li a:hover {
	color: rgba(240, 230, 163, 1.0);
}
.foot-corp {
	padding:10px 2.5%;
	text-align:center;
	background:#f0e6a3;
	font-size:0.8rem;
}
.foot-corp a {
	color:#252525;
}
.foot-corp-brea {
	display:none;
}
/*-------------------------------------------------
 page top
-------------------------------------------------*/
#page-top {
	position:fixed;
	bottom:30px;
	right:30px;
	z-index:100;
}
#page-top a {
	border-radius:0px;
	display:block;
	width:54px;
	height:54px;
	text-align:center;
	border:solid 2px #f0e6a3;
	text-decoration:none;
	background:rgba(25, 25, 25, 0.6);
	transition: 0.2s;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
/*-------------------------------------------------
 フロートバナー
-------------------------------------------------*/
.flow-bann-wrap {
	display:block;
	width:100%;
	height:auto;
	position:fixed;
	background: rgba( 25, 25, 25, 0.6 );
	border-top:solid 1px #505050;
	border-bottom:solid 2px #505050;
	bottom:15%;
	z-index:10;
	box-sizing: border-box;
}
.flow-bann {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	max-width:1080px;
	width:100%;
	height:90px;
	padding:3px 2.0%;
	margin:0 auto;
	box-sizing: border-box;
}
.flow-bann-inqu {
	max-width:528px;
	width:100%;
	height:auto;
transition: max-width .3s ;
}
.flow-bann-inqu img {
	height:auto;
	width:100%;
}
/* 小さくなった状態（スクロール時） */
.flow-bann-inqu.small {
    max-width: 440px;
}
/*-------------------------------------------------
 フェーダー
-------------------------------------------------*/

.fade-bloc {
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.6s ease-out;
}
.fade-bloc.on {
	opacity: 1;
	transform: translateY(0);
}
