@charset "UTF-8";
html {
	overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th {
	text-align: left;
}

q:before, q:after {
	content: '';
}

object, embed {
	vertical-align: top;
}

hr, legend {
	display: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

img, abbr, acronym, fieldset {
	border: 0;
}

img {
	vertical-align: top;
	border: none;
}

ul, ol {
	list-style-type: none;
}

input, textarea, select, option {
	vertical-align: middle;
}

/*** ------------------------------------------------------------------------------

common setting

-----------------------------------------------------------------------------  ***/
body {
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.6;
	color: #000;
	font-size: 16px;

}
@media screen and (max-width: 737px) {
	body {
		font-size: 14px;
	}
}

a,
a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #000;
}
a:hover,
a:link:hover,
a:visited:hover,
a:active:hover {
	text-decoration: underline;
	color: #d71318;
}
a.link-underline {
	text-decoration: underline;
}

.clearfix {
	*zoom: 1;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.sp-show {
	display: none;
}

.pc-show {
	display: block;
}

@media screen and (max-width: 737px) {
	.sp-show {
		display: block;
	}

	.pc-show {
		display: none;
	}
}
.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.inner {
	width: 1000px;
	margin: 0 auto;
}
@media screen and (max-width: 737px) {
	.inner {
		width: auto;
		padding: 0 10px;
	}
}

/*** ------------------------------------------------------------------------------

header

-----------------------------------------------------------------------------  ***/
header {
	background: #000;
	height: 143px;
	width: 100%;
	position: fixed;
	top:0;
	z-index:1000;
}
header .fullline{
	border-bottom:1px solid #444;
}
header .inner {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1000px;
}
header .logo {
	padding: 19px 0 0;
	height:60px;
}
header .head_btn{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 370px;
}
header .inner .mov-link{
	display: none;
}
.graduate-page header .head_btn{
	width: 230px;
}
.graduate-page header .head_btn .btn02{
	width: 100%;
	background: url("../img/arrow-red.svg") no-repeat right 10px top 17px #fff;
	border: none;
	color: #D71318;
	font-size: 14px;
	font-weight: bold;
	border-radius: 6px;
	transition: 0.3s;
}
header .nav .mov-link a:after{
	content:"";
	display: inline-block;
	width: 14px;
	height: 14px;
	background:url("../img/icon-window.svg") no-repeat center / cover;
}
@media screen and (min-width: 738px) {
	.graduate-page header .head_btn .btn02:hover{
		background: url("../img/arrow-red.svg") no-repeat right 10px top 17px #fff;
	}	
	header .inner .mov-link{
		display: flex;
		align-items: center;
		transform:translateX(60px)
	}
	/* header .inner .mov-link a{
		color:#fff;
		font-size:14px;
	} */
	/* header .nav .mov-link a:after{
		content:"";
		display: inline-block;
		width: 14px;
		height: 14px;
		background:url("../img/icon-window.svg") no-repeat center / cover;
	} */
}



header .head_btn .btn01,
header .head_btn .btn02{
	box-sizing: border-box;
	display: flex;
	align-items: center;
	text-align:center;
	justify-content:center;
	width: 180px;
	height: 45px;
	color:#fff;
	font-size:15px;
	text-decoration:none;
}
header .head_btn .btn01{
	border: 6px solid #980004;
	background:#d71318;
}
header .head_btn .btn02{
	border: 6px solid #1740c0;
	background:#165daf;
}
header .head_btn .btn01:hover{
	background:#980004;
}
header .head_btn .btn02:hover{
	background:#1740c0;
}

/* --- 260119追記 --- */
header .header-right {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
header .head_link {
	display: inline-block;
	width: 40px;
	height: auto;
	aspect-ratio: 1/1;
	margin-left: 20px;
	cursor: pointer;
}
header .head_link img {
	width: 100%;
}
@media screen and (max-width: 829px) {
	header .logo {
		width: 55%;
		padding: 28px 0 0;
	}
	header .logo img {
		width: 100%;
	}
}

@media screen and (max-width: 737px) {
	header {
		height: 48px;
		position:static;
	}
	header .logo {
		width: auto;
		padding: 11px 0 0 14px;
	}
	header .logo img {
		width: calc(100% - 60px);
		height: auto;
		max-width: 450px;
	}
	header .head_btn{
		display:none;
	}
}
header #menu {
	display: none;
}

@media screen and (max-width: 737px) {
	header #menu {
		display: block;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 99999;
		background: rgba(215, 19, 24, 0.8);
		color: #FFF;
		height: 48px;
		overflow: hidden;
	}
	header #menu.close {
		background: #FFFFFF;
		background-size: auto 7px;
	}
	header #menu a {
		display: inline-block;
		position: relative;
		width: 48px;
		height: 48px;
		overflow: hidden;
	}
	header #menu a span {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 24px;
		height: 3px;
		margin: -1px 0 0 -12px;
		background: #FFF;
		transition: .2s;
	}
	header #menu a span:before, header #menu a span:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 24px;
		height: 3px;
		background: #FFF;
		transition: .3s;
	}
	header #menu a span:before {
		margin-top: -10px;
	}
	header #menu a span:after {
		margin-top: 6px;
	}
	header #menu a strong {
		position: absolute;
		left: 0;
		width: 100%;
		text-align: center;
		color: #333;
		bottom: 10px;
	}
	header #menu a .close {
		background: transparent;
	}
	header #menu a .close:before, header #menu a .close:after {
		margin-top: -2px;
	}
	header #menu a .close:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	header #menu a .close:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}

	header .inner {
		padding: 0;
	}
	header .head_link {
		display: none;
	}
}

/*** ------------------------------------------------------------------------------

nav

-----------------------------------------------------------------------------  ***/
nav {
	width: 1000px;
	margin:0 auto;
}
nav ul.nav {
	display:flex;
	height: 64px;
    align-items: center;
	justify-content:space-between;
}
nav ul.nav a:hover{
	text-decoration:none;
}
nav ul.nav > li > a {
	color:#fff;
	font-size:13px;
	display: table-cell;
 	vertical-align: middle;
	height:60px;
}

/*--- 260119 ---*/
nav ul.nav > li.sns {
	display: none;
}
@media screen and (max-width: 737px) {
	nav ul.nav > li.sns {
		display: block;
	}
}

/*
nav ul.nav > li:nth-child(1) {
	width: 110px;
	background-position: 0 0;
}
nav ul.nav > li:nth-child(2) {
	width: 115px;
	background-position: -110px 0;
}
nav ul.nav > li:nth-child(3) {
	width: 100px;
	background-position: -225px 0;
}
nav ul.nav > li:nth-child(4) {
	width: 128px;
	background-position: -325px 0;
}
nav ul.nav > li:nth-child(5) {
	width: 98px;
	background-position: -453px 0;
}
nav ul.nav > li:nth-child(6) {
	width: 109px;
	background-position: -551px 0;
}
     

nav ul.nav > li:nth-child(1):hover,
nav ul.nav > li:nth-child(1).current,
body.voice nav ul.nav > li:nth-child(1) {
	background-position: 0 -79px;
}
nav ul.nav > li:nth-child(2):hover,
nav ul.nav > li:nth-child(2).current,
body.qa nav ul.nav > li:nth-child(2) {
	background-position: -110px -79px;
}

nav ul.nav > li:nth-child(3):hover,
nav ul.nav > li:nth-child(3).current,
body.story nav ul.nav > li:nth-child(3) {
	background-position: -225px -79px;
}

nav ul.nav > li:nth-child(4):hover,
nav ul.nav > li:nth-child(4).current,
body.about nav ul.nav > li:nth-child(4){
	background-position: -325px -79px;
}
nav ul.nav > li:nth-child(5):hover,
nav ul.nav > li:nth-child(5).current,
body.guideline nav ul.nav > li:nth-child(5){
	background-position: -453px -79px;
}
nav ul.nav > li:nth-child(6):hover,
nav ul.nav > li:nth-child(6).current {
	background-position: -551px -79px;
}
*/

nav ul.nav > li ul {
	display: none;
	position: absolute;
	width: 100%;
}
nav ul.nav > li ul li {
	border-top: 1px solid #FFF;
	width:200px;
}
nav ul.nav > li ul li:first-child {
	border-top: none;
}
nav ul.nav > li ul a {
	display: block;
	background: #000;
	text-indent: 0;
	height: auto;
	padding: 5px 10px;
	color: #FFF;
	text-decoration: none;
	font-size: 80%;
}
nav ul.nav > li ul a:hover {
	color: #d71318;
}



@media screen and (max-width: 737px) {
	nav {
		display: none;
		clear: both;
		width: 100%;
		min-height: 100%;
		position: absolute;
		top: 48px;
		left: 0;
		z-index: 999;
		box-sizing: border-box;
		background: #F5F5F5;
	}
	nav p.logo {
		display: block;
		width: 127px;
		height: 38px;
		margin: 14px 0 18px 10px;
	}
	nav p.logo img {
		width: 100%;
		height: auto;
	}
	nav ul.nav {
		display:block;
		background: #000;
		height: auto;
	}
	nav ul.nav > li {
		width: 100%;
		height: auto;
		float: none;
		position: relative;
		border-top: 1px solid #FFF;
	}
	nav ul.nav > li ul li{
		width:100%;
	}
	nav ul.nav > li > a {
		background-image: none !important;
		background-color: #000 !important;
		text-indent: 0;
		height: auto;
		padding: 8px 10px;
		color: #FFF;
		text-decoration: none;
	}
	nav ul.nav > li:nth-child(1),
	nav ul.nav > li:nth-child(2),
	nav ul.nav > li:nth-child(3),
	nav ul.nav > li:nth-child(4),
	nav ul.nav > li:nth-child(5),
	nav ul.nav > li:nth-child(6) {
		width: auto;
	}
	nav ul.nav > li > a:hover {
		color: #d71318;
	}
	nav ul.nav > li ul {
		display: block !important;
		position: relative !important;
		height: auto !important;
		border-top: 1px solid #FFF;
	}
	nav ul.nav > li ul a {
		display: block;
		background: #000;
		text-indent: 1em;
		height: auto;
		padding: 8px 10px;
		color: #FFF;
		text-decoration: none;
		font-size: 100%;
	}
	nav .menu-btn {
		clear: both;
		display: block;
	}
	nav .menu-btn a {
		display: block;
		background: #FFF;
		padding: 10px 10px;
		color: #333;
		text-align: center;
		margin: 10px;
		color: #FF3E7C;
		font-size: 1.167em;
		border: #CCCCCC 1px solid;
	}
	nav .menu-btn a:hover {
		text-decoration: none;
	}
	nav .menu-btn a span {
		display: inline-block;
		padding: 0 0 0 25px;
		background: url(../img/icon_close.png) left center no-repeat;
		background-size: 11px auto;
	}
}

/*** ------------------------------------------------------------------------------

footer

-----------------------------------------------------------------------------  ***/
footer {
	background: #222222;
	color: #FFF;
}
footer a {
	color: #FFF !important;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}
footer .footer-nav.pc-show {
	height: 74px;
	line-height: 74px;
	font-size: 14px;
}
footer .footer-nav.pc-show ul {
	/* display: table;
	margin: 0 auto; */
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 0;
}
/* footer .footer-nav.pc-show li {
	display: table-cell;
} */
footer .footer-nav.pc-show li:after {
	content: " ｜ ";
	padding: 0 5px;
	color: #FFF;
}
footer .footer-nav.pc-show li:first-child:before {
	content: " ｜ ";
	padding: 0 5px;
	color: #FFF;
}
footer .footer-nav.sp-show li {
	padding: 6px 10px;
	background: #222222 url(../img/icon_arrow02.png) no-repeat 95% center;
	background-size: 6px auto;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	font-size: 15px;
}
footer .footer-nav.sp-show li.recruit-pagelink {
	background: #898989 url("../img/icon_arrow02.png") no-repeat 95% center;
	background-size: 6px auto;
}
footer .footer-nav.sp-show li:last-child {
	border-bottom: none;
}
footer .footer-nav.sp-show li a {
	display: block;
}

footer .copyright {
	padding-bottom: 50px;
}

footer .copyright p {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
}
@media screen and (max-width: 737px) {
	/*
	footer {
		padding-bottom: 50px;
	}
	*/
	footer .copyright {
		background: #FFF;
		padding-bottom: 0;
	}
	footer .copyright p {
		width: 100%;
		height: 31px;
		line-height: 31px;
		color: #222222;
		font-size: 10px;
	}
}

/* --- 260119追記 --- */
footer .inner02 {
	max-width: 1000px;
	margin: 0 auto 50px;
}
.sns-link img {
	width: 20px;
	margin-right: 10px;
	vertical-align: sub;
}


/*** ------------------------------------------------------------------------------

ptop / footerFix(SP)

-----------------------------------------------------------------------------  ***/
#scroll {
	position:absolute;
	left:50%;
	margin:0 0 0 495px;
	width:50px;
	height:50px;
	bottom:230px;
	z-index:9999;
	display:none;
}
#scroll.ptop {
	position: fixed;
	left:53%;
	margin:0 0 0 495px;
	bottom:200px;
}
#scroll li{
	display:none;
}
#scroll li.scroll{
	display: block;
}
@media screen and (max-width: 737px){
	#scroll,
	#scroll.ptop {
		position:fixed !important;
		left:0;
		margin:0;
		bottom:0;
		width: 100%;
		height: auto;
		font-size:1.25em;
		background: #000;
		display:none !important;
	}
	#scroll li,
	#scroll li a{
		display: block;
		color: #FFF;
		box-sizing: border-box;
	}
	#scroll li{
		float:left;
		text-align: center;
		font-size: 12px;
	}
	#scroll li:nth-child(1) ,
	#scroll li:nth-child(2) {
		width:43%;
		overflow:hidden;
	}
	#scroll li:nth-child(1) a,
	#scroll li:nth-child(2) a{
		background: #000;
		box-sizing:border-box;
		border-right:1px #FFFFFF solid;
		display:block;
		height:50px;
		line-height:52px;
		text-decoration: none;
		position:relative;
		padding:0 0 10px;
	}
	#scroll li:nth-child(1) a:after,
	#scroll li:nth-child(2) a:after{
		content:"";
		display:block;
		position:absolute;
		right:5px;
		top:50%;
		border:5px #000 solid;
		border-left:5px #FFF solid;
		margin:-5px 0 0;
	}
	#scroll li:nth-child(3) {
		width:14%;
		overflow:hidden;
		height:50px;
	}
	#scroll li:nth-child(3) a{
		padding: 0;
		background: #d71318;
		box-sizing:border-box;
		display:block;
		text-align: center;
	}
	#scroll li:nth-child(3) img{
		height: 100%;
		width: auto;
	}
}

/*** ------------------------------------------------------------------------------

cont

-----------------------------------------------------------------------------  ***/
#cont {
	position: relative;
	padding-bottom: 80px;
	background: #f4f6f8;
}
@media screen and (max-width: 737px) {
	#cont {
		margin-top:0;
		padding-bottom: 40px;
	}
}

#home #cont {
	width: auto;
	margin-top:143px;
	padding-bottom: 0;
}

@media screen and (max-width: 737px) {
	#home #cont {
		margin-top:0;
	}
}


/*** ------------------------------------------------------------------------------

main

-----------------------------------------------------------------------------  ***/
#main section p {
	margin-bottom: 20px;
}




/*** ------------------------------------------------------------------------------

sub

-----------------------------------------------------------------------------  ***/
/*#sub {
}
@media screen and (max-width: 737px) {
	#sub {
		width: 100%;
		float: none;
	}
}*/


/*** ------------------------------------------------------------------------------

visual

-----------------------------------------------------------------------------  ***/
#visual {
	height: 420px;
 	margin-top:143px;
}
#visual.index-visual {
	height: 250px;
}
#visual .visual-ttl {
	padding: 70px 0 40px;
	margin-left: -10px;
}
#visual.index-visual .visual-ttl {
	padding: 0;
	margin-left: 0;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
}
#visual .visual-cat {
	display: inline-block;
	margin: 65px 0 20px;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	background: #d71318;
	font-size: 14px;
	color: #FFF;
}

@media screen and (max-width: 737px) {
	#visual {
		height: auto;
		margin-top: 0;
	}
	#visual.index-visual {
		height: 140px;
	}
	#visual .visual-ttl {
		padding: 0;
		margin-left: 0;
		font-size: 14px;
		font-weight: bold;
		text-shadow: 2px 8px 6px rgba(255,255,255,1.0);
		padding: 10px 30% 10px 0;
	}
	#visual.index-visual .visual-ttl {
		text-shadow: none;
		font-size: 20px;
	}
	#visual .inner {
		padding: 10px;
		box-sizing: border-box;
	}

	#visual .visual-cat {
		display: inline-block;
		margin: 10px 0;
		height: 20px;
		line-height: 20px;
		padding: 0 10px;
		background: #d71318;
		font-size: 10px;
		color: #FFF;
	}

	#visual h1.visual-ttl img {
		zoom: .5;
		margin-bottom: 40px;
	}

	#visual .visual-img {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	#visual .visual-img img,
	#visual .visual-img img {
		width: 135%;
		height: auto;
	}
}


/*** ------------------------------------------------------------------------------

topicpass

-----------------------------------------------------------------------------  ***/
#topicpass {
	background: #ededed;
	border-bottom: 1px solid #bfbfbf;
	height: 47px;
	line-height: 47px;
	font-size: 14px;
}

#topicpass ul {
	width: 1000px;
	margin: 0 auto;
}

#topicpass ul li {
	display: inline-block;
}

#topicpass ul li a {
	text-decoration: underline;
	color: #d71318;
}

#topicpass ul li a:hover {
	text-decoration: none;
}

#topicpass ul li span {
	padding: 0 0.5em;
}

@media screen and (max-width: 737px) {

	#topicpass {
		display: none;
 	}
}


/*** ------------------------------------------------------------------------------

parts / btn

-----------------------------------------------------------------------------  ***/
.btn-entry {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
}
.btn-entry a {
	box-sizing: border-box;
	position: relative;
	display: block;
	width: 330px;
	height: 80px;
	padding: 0 10px;
	border: 8px solid #980004;
	background: #d71318;
}
.btn-entry a:hover {
	background: #980004;
}
.btn-entry a img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.btn-entry a:hover img {
	opacity: 1 !important;
}

@media screen and (max-width: 737px) {
	.btn-entry {
		box-sizing: border-box;
		display: block;
		padding: 0;
		margin-bottom: 12px;
	}
	.btn-entry a {
		width: auto;
		height: 47px;
		border: 4px solid #980004;
	}
	.btn-entry a img {
		height: 25px;
		width: auto;
	}
}

a.btn-arrow {
	box-sizing: border-box;
	display: block;
	width: 522px;
	height: 39px;
	line-height: 39px;
	padding: 0 10px 0 2%;
	margin-bottom: 20px;
	color: #FFF;
	background-image: url(../img/icon_arrow01.png),
					  url(../img/bg_btn01.png);
	background-position: 98% center,
						 center;
	background-repeat: no-repeat,
					   repeat;
}
a.btn-arrow:hover {
	background-image: url(../img/icon_arrow01.png),
						url(../img/bg_btn02.png);
	background-position: 98% center,
							center;
	background-repeat: no-repeat,
						repeat;
	text-decoration: none;
	color: #FFF;
}
@media screen and (max-width: 737px) {
	a.btn-arrow {
		margin-top: 0;
	}
	a.btn-arrow {
		box-sizing: border-box;
		width: 93.21%;
		height: 45px;
		line-height: 45px;
		padding: 0 10px 0 20px;
		margin: 0 auto 10px auto;
		font-size: 13px;
	}
	a.btn-arrow {
		background-size: 15px auto,
						 auto auto;
	}

}


/*** ------------------------------------------------------------------------------

parts / title

-----------------------------------------------------------------------------  ***/
.ttl {
	background: #000000;
	color: #FFF;
	font-size: 24px;
	padding: 10px 10px 5px;

}
@media screen and (max-width: 737px) {
	.ttl {
		font-size: 16px;
	}
}

.sub-ttl {
	color: #d71318;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #d71318;
	padding-bottom: 5px;
	margin-bottom: 10px;
	position: relative;
}
.sub-ttl:after {
	content: "";
	display: inline-block;
	width: 11px;
	height: 7px;
	background: url(../../common/img/bg_ttl01.png) no-repeat 0 0;
	position: absolute;
	bottom: -7px;
	left: 30px;
}
@media screen and (max-width: 737px) {
	.sub-ttl {
		font-size: 16px;

	}
}

.ttl-bd {
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: bold;
	background: url(../../common/img/bg_bd.png) repeat-x bottom;

}

@media screen and (max-width: 737px) {
	.ttl-bd {
		font-size: 16px;
		line-height: 2;

	}
}


/*** ------------------------------------------------------------------------------

parts / table

-----------------------------------------------------------------------------  ***/
.basic-table table {
	width: 100%;
}
.basic-table th,
.basic-table td {
	border: 1px solid #d4d4d4;
}
.basic-table th {
	background: #f0f0f0;
	padding: 10px 12px;
	font-weight: normal;
	vertical-align: top;
}
.basic-table td {
	padding: 10px 10px;
}


/*** ------------------------------------------------------------------------------

form

-----------------------------------------------------------------------------  ***/
#form .btn {
	clear: both;
	text-align: center;
	margin-top: 50px;
	font-size: 0;
}
@media screen and (max-width: 737px) {
	#form .btn {
		padding-bottom: 50px;
	}
}

#form .btn li {
	display: inline-block;
	font-size: 14px;
	margin-right: 20px;
}
#form .btn li:last-child {
	margin-right: 0;
}
@media screen and (max-width: 737px) {
	#form .btn li {
		display: block;
		margin: 0 0 15px;
	}
}

#form .btn input[type="submit"] {
	width: 319px;
	height: 62px;
	border-radius: 8px;
	background-color: #fafafa;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	border: solid 1px #ff2626;
	background: url(../img/icon_arrow06.png) 40px center no-repeat, -webkit-linear-gradient(bottom, #ce0000 20%, #fe0000 60%);
	background: url(../img/icon_arrow06.png) 40px center no-repeat, -moz-linear-gradient(bottom, #ce0000 20%, #fe0000 60%);
	background: url(../img/icon_arrow06.png) 40px center no-repeat, -o-linear-gradient(bottom, #ce0000 20%, #fe0000 60%);
	background: url(../img/icon_arrow06.png) 40px center no-repeat, -ms-linear-gradient(bottom, #ce0000 20%, #fe0000 60%);
	background: url(../img/icon_arrow06.png) 40px center no-repeat, linear-gradient(to top, #ce0000 20%, #fe0000 60%);
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
}
#form .btn input[type="submit"]:hover {
	background: url(../img/icon_arrow06.png) 40px center no-repeat, -webkit-linear-gradient(top, #ce0000 20%, #fe0000 60%);
	background: url(../img/icon_arrow06.png) 40px center no-repeat, -moz-linear-gradient(top, #ce0000 20%, #fe0000 60%);
	background: url(../img/icon_arrow06.png) 40px center no-repeat, -o-linear-gradient(top, #ce0000 20%, #fe0000 60%);
	background: url(../img/icon_arrow06.png) 40px center no-repeat, -ms-linear-gradient(top, #ce0000 20%, #fe0000 60%);
	background: url(../img/icon_arrow06.png) 40px center no-repeat, linear-gradient(to bottom, #ce0000 20%, #fe0000 60%);
}
@media screen and (max-width: 737px) {
	#form .btn input[type="submit"] {
		width: 50%;
		height: 50px;
		font-size: 14px;
		background-size: 6px auto;
	}
}

#form .btn input[type="button"] {
	width: 319px;
	height: 62px;
	border-radius: 8px;
	background-color: #fafafa;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	border: solid 1px #d4d4d4;
	background: url(../img/icon_arrow04.png) 40px center no-repeat, -webkit-linear-gradient(bottom, #dfdfdf 20%, #fafafa 60%);
	background: url(../img/icon_arrow04.png) 40px center no-repeat, -moz-linear-gradient(bottom, #dfdfdf 20%, #fafafa 60%);
	background: url(../img/icon_arrow04.png) 40px center no-repeat, -o-linear-gradient(bottom, #dfdfdf 20%, #fafafa 60%);
	background: url(../img/icon_arrow04.png) 40px center no-repeat, -ms-linear-gradient(bottom, #dfdfdf 20%, #fafafa 60%);
	background: url(../img/icon_arrow04.png) 40px center no-repeat, linear-gradient(to top, #dfdfdf 20%, #fafafa 60%);
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
}

#form .btn input[type="button"]:hover {
	background: url(../img/icon_arrow04.png) 40px center no-repeat, -webkit-linear-gradient(top, #dfdfdf 20%, #fafafa 60%);
	background: url(../img/icon_arrow04.png) 40px center no-repeat, -moz-linear-gradient(top, #dfdfdf 20%, #fafafa 60%);
	background: url(../img/icon_arrow04.png) 40px center no-repeat, -o-linear-gradient(top, #dfdfdf 20%, #fafafa 60%);
	background: url(../img/icon_arrow04.png) 40px center no-repeat, -ms-linear-gradient(top, #dfdfdf 20%, #fafafa 60%);
	background: url(../img/icon_arrow04.png) 40px center no-repeat, linear-gradient(to bottom, #dfdfdf 20%, #fafafa 60%);
}
@media screen and (max-width: 737px) {
	#form .btn input[type="button"] {
		width: 50%;
		height: 50px;
		font-size: 14px;
		background-size: 6px auto;
	}
}

.wpcf7-response-output {
	display: block;
	margin: 2em auto 1em !important;
}

.enquete .wpcf7-list-item{
	display:block;
	width: 50%;
	float:left;
	margin:0 !important;
}
@media screen and (max-width: 737px) {
	.enquete .wpcf7-list-item {
		width: 100%;
		float: none;
	}
}



/* window右下cookie同意
======================================================================*/
.cookie-consent {
	position: fixed;
	right: 30px;
    bottom: -400px;
	max-width: 885px;
    visibility: visible;
    transition: .5s;
	z-index: 100;
	background: #fff;
	padding: 17px 25px;
	box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
	border-radius: 20px;
	box-sizing: border-box;
}
.cookie-consent.is-show {
	visibility: visible;
 	bottom: 30px;
}

.cookie-text-area{
	display: flex;
	align-items: center;
}
.cookie-text-area .txt01{
	width: 100%;
	padding: 0;
	font-size: 13px;
	box-sizing: border-box;
}
.cookie-text-area .txt01 a{
	text-decoration: underline;
	color: #fe0000;
}
.cookie-text-area .btn{
	width: 120px;
    border-radius: 50px;
}
.cookie-text-area .btn a{
	display: block;
	border-radius: 50px;
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
	font-weight: bold;
    letter-spacing: 2px;
    line-height: 1;
	background: #fe0000;
	color: #fff !important;
	text-decoration: none;
	transition: 0.3s;
}

@media (min-width:738px){
	.cookie-text-area .btn a:hover{
		opacity: 0.6;
	}
	.cookie-text-area .txt01 a:hover{
		text-decoration: none;
	}
}
.cookie-close-btn{
	position: absolute;
	right: -15px;
	top: -17px;
	width: 32px;
	height: 32px;
	background: #fe0000;
	font-size: 23px;
	font-weight: bold;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
}
/* パッと消える */
  .cc-hide1 {
    display: none;
  }
  /* ゆっくり消える */
  .cc-hide2 {
    animation: hide 1s linear 0s;
    animation-fill-mode: forwards;
  }
  @keyframes hide {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      visibility: hidden;
    }
  }
/* メディアクエリ */
@media screen and (max-width: 737px) {
	.cookie-consent {
	  flex-direction: column;
	  left: 5%;
		padding: 20px 25px;
	}
	.cookie-consent {
		bottom: -400px;
	}
	.cookie-consent.is-show {
		visibility: visible;
		bottom: 30px;
	}
	.cookie-text-area{
		display: block;
	}
	.cookie-text-area .txt01{
		width: 100%;
		padding: 0 0 15px;
	}
	.cookie-text-area .btn{
		margin: 0 auto;
	}
	.cookie-close-btn{
		font-size: 21px;
	}
}
