/*--------------------------------
reset
--------------------------------*/
html,body,div,p,img,iframe,a,span,blockquote,q,address,cite,
pre,code,em,small,strong,b,i,
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,time,
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
table,tbody,thead,tfoot,th,tr,td,
form,fieldset,legend,label,select,input,textarea,button{
	margin: 0;
	padding: 0;
	border: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
}
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,small{
	display: block;
}
ul{
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 200;
}
body{
	line-height: 1;
}
a{
	text-decoration: none;
}
img{
	vertical-align: middle;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
select,
option,
input[type=text],
input[type=tel],
input[type=password],
textarea,
button{
	font: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 0;
}
blockquote::before,blockquote::after,q::before,q::after{
	content: '';
	content: none;
}
[type=submit],[type=button],[type=reset],[type=file],button{
	cursor: pointer;
}
:focus{
	outline: none;
}

/*--------------------------------
global element
--------------------------------*/
html{
	width: 100%;
	height: 100%;
}
body{
	width: 100%;
	background: #000;
	font-size: 14px;
	font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
	color: #fff;
	-webkit-text-size-adjust: 100%;
	font-weight: 200;
}
a,button{
	transition: .3s;
}
.wrap{
	margin: 0 auto;
	width: 100%;
	max-width: 768px;
	position: relative;
}
/*--------------------------------
Header
--------------------------------*/
.top{
	margin: 0 auto;
	width: 100%;
	max-width: 768px;
	height: 100%;
	background: url(../images/../images/bg_top.jpg) no-repeat center top #000;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}
.top .inner{
	padding: 0;
	width: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 75%,rgba(0,0,0,1) 100%);
}
.logo{
	margin: 0 auto;
	padding: 0 0 20px 0;
	width: 100%;
	max-width: 750px;
}
.top .btn-row{
	margin: 0;
	padding: 0 20px 20px 20px;
	overflow: hidden;
}
/*--------------------------------
Content
--------------------------------*/
.inner-txt{
	padding: 200% 0 0 0;
	display: block;
}
.content-img{
	width: 100%;
	height: auto;
	object-fit: contain;
}
.heading{
	overflow: hidden;
	position: relative;
	background: linear-gradient(45deg, rgba(101,2,46,1) 0%,rgba(192,5,86,1) 100%);
}
.heading-txt{
	padding: 10px 20px;
	line-height: 20px;
	font-size: 18px;
	font-family: 'Sawarabi Mincho',serif;
}
.sub-head,.general h3{
	padding: 0 10px;
	font-size: 16px;
	line-height: 20px;
	position: relative;
	color: #fa0086;
	font-family: 'Sawarabi Mincho',serif;
	display: flex;
	align-items: center;
	text-shadow: 0 0 4px rgba(0,0,0,1);
}
.about{
	background: url(../images/bg_about.jpg) no-repeat right top;
	background-size: contain;
}
.about .general-item{
	color: #fc2096;
}
.general-item{
	padding: 10px;
}
.content-txt{
	padding: 10px;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Sawarabi Mincho',serif;
}
.point{
	background: url(../images/bg_point.jpg) no-repeat right top;
	background-size: contain;
}
.point .general-item{
	padding: 20px;
	display: flex;
	flex-direction: row-reverse;
}
.point .content-inner{
	padding: 10px 0 0 10px;
	flex-grow: 1;
}
.point .content-txt{
	padding: 10px 0 0 0;
	font-size: 14px;
	line-height: 20px;
}
.point .content-img{
	width: 150px;
	height: 150px;
	border-radius: 8px;
	border: 4px solid #fa0086;
}
.point-head{
	padding: 0 20px;
	min-height: 40px;
	font-size: 18px;
	line-height: 20px;
	position: relative;
	color: #fa0086;
	font-family: 'Sawarabi Mincho',serif;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
}
.point-head::before,.point-head::after{
	margin: auto 0;
	width: 20px;
	height: 40px;
	content: "";
	background: url(../images/icon_pointhead.png) no-repeat center;
	background-size: 19px 29px;
	position: absolute;
	top: 0;
	bottom: 0;
}
.point-head::before{
	left: 0;
}
.point-head::after{
	right: 0;
	transform: rotate(180deg);
}
.faq .content-txt{
	display: flex;
}
.general-txt,.general p{
	padding: 20px 0;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Sawarabi Mincho',serif;
}
.content-txt .head-icon{
	background: #fff;
}
.general-txt a{
	text-decoration: underline;
	word-wrap: break-word;
	color: #39c;
}
.review .inner{
	padding: 10px 0;
	position: relative;
}
.review-item{
	padding: 10px 30px !important;
}
.review-inner{
	padding: 10px;
	height: 100%;
	background: linear-gradient(45deg, rgba(88,103,38,1) 0%,rgba(49,50,18,1) 100%);
}
.interview{
	background: url(../images/bg_interviewsection.jpg) no-repeat right top;
	background-size: contain;
}
.interview .review-inner{
	background-image: linear-gradient(to bottom, rgba(198,46,148,0) 50%,rgba(198,46,148,1) 100%), url(../images/bg_interview.jpg);
	background-size: 100%, cover;
	background-repeat: repeat, no-repeat;
}
.review-head{
	display: flex;
	align-items: flex-start;
}
.review-thumb{
	padding: 0 10px 0 0;
	flex-shrink: 0;
}
.review-img{
	width: 110px !important;
	height: auto;
	object-fit: contain;
}
.review-info{
	width: 100%;
	border-left: 10px solid rgba(255,255,255,.5);
}
.review-prof{
	padding: 2px 0 2px 5px;
	line-height: 16px;
	font-size: 14px;
	font-family: 'Sawarabi Mincho',serif;
}
.review-txt{
	padding: 10px 0 0 0;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Sawarabi Mincho',serif;
}
.review .swiper-button-next,.review .swiper-button-prev{
	width: 0;
	height: 0;
	border-style: solid;
	background: none;
}
.review .swiper-button-next{
	border-width: 10px 0 10px 15px;
	border-color: transparent transparent transparent #fff;
	right: 5px;
}
.review .swiper-button-prev{
	border-width: 10px 15px 10px 0;
	border-color: transparent #fff transparent transparent;
	left: 5px;
}
.voice{
	background: url(../images/bg_review.jpg) no-repeat right top;
	background-size: contain;
}
/*--------------------------------
BUtton
--------------------------------*/
.btn-row{
	padding: 0 20px 20px 20px;
}
.regist-btn{
	margin: 0 auto;
	width: 100%;
	height: 60px;
	overflow: hidden;
	background: linear-gradient(60deg, rgba(160,1,93,1) 0%,rgba(102,46,145,1) 100%);
	display: block;
	border-radius: 8px;
	over-flow: hidden;
	font-size: 21px;
	font-family: 'Sawarabi Mincho',serif;
	color: #fff;
	box-shadow: 0 -4px 0 rgba(0,0,0,.4) inset,0 1px 0 rgba(255,255,255,.2) inset;
	position: relative;
}
@media screen and (max-width:320px) { 
	.regist-btn{
		font-size: 16px;
	}
}
.regist-btn::after{
	width: 32px;
	height: 32px;
	line-height: 32px;
	content: "\25b6";
	font-size: 12px;
	border-radius: 50%;
	background: rgba(0,0,0,.2);
	box-shadow: 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(0,0,0,.2) inset;
	position: absolute;
	top: 12px;
	right: 12px;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(0,0,0,.2);
}
.regist-btn .inner-txt, .regist-btn span{
	padding: 0 32px 3px 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(255,255,255,.25) 0%,rgba(255,255,255,0) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-desc{
	margin: 0 0 8px 0;
	padding: 8px 4px;
	background: #c62e94;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
	font-size: 12px;
	font-weight: bold;
}
.btn-desc::after{
	margin: 0 auto;
	width: 0;
	height: 0;
	content: "";
	border-style: solid;
	border-width: 16px 6px 0 6px;
	border-color: #c62e94 transparent transparent transparent;
	position: absolute;
	bottom: -16px;
	right: 0;
	left: 0;
	z-index: 3;
}

/*--------------------------------
form
--------------------------------*/
.form-wrapper{
	padding: 0 0 8px 0;
	width: 100%;
	overflow: hidden;
}
.form-box{
	padding: 8px 8px 0 8px;
}
.form-label{
	padding: 0 0 4px 0;
	font-size: 12px;
	line-height: 12px;
	color: #be0555;
	display: block;
}
input[type=text],
input[type=tel],
input[type=password],
select,
textarea{
	padding: 8px;
	width: 100%;
	height: 44px;
	background: #fff;
	box-sizing: border-box;
	font-size: 16px;
	color: #666;
	vertical-align: bottom;
	border-radius: 0;
	position: relative;
}
select{
	padding: 8px 20px 8px 8px;
	height: 44px;
	background: url(../images/icon_select.png) no-repeat right center #fff;
	background-size: 20px;
	border: 1px solid #ddd;
}
.radio-box{
	padding: 4px 0 0 0;
	display: flex;
}
.regular-radio{
	display: none;
}
.radio-label{
	width: 50%;
	line-height: 44px;
}
.radio-label-text{
	background: #fff;
	display: block;
	transition: .3s;
	text-align: center;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	color: #666;
}
.radio-label:nth-of-type(1) .radio-label-text{
	border-radius: 4px 0 0 4px;
	border-right: 0;
}
.radio-label:nth-of-type(2) .radio-label-text{
	border-radius: 0 4px 4px 0;
}
.regular-radio:checked + .radio-label-text{
	background: #be0555;
	color: #fff;
}
.regular-checkbox{
	margin-bottom: 5px;
	padding: 5px;
	display: block;
	background: #eee;
	font-size: 18px;
	border: 1px solid #eb739f;
}
.regular-checkbox input:checked + .check-label{
	color: #eb739f;
}
.form-msg{
	font-size: 12px;
	color: #aaa;
}
.form-box .form-msg{
	padding: 4px 0 0 0;
	line-height: 1.3;
	text-align: center;
}
.alert-msg{
	margin: 0 10px;
	font-size: 12px;
	color: #999;
}
.error{
	margin: 4px 0 0 0;
	line-height: 20px;
	background: #ff6d6d;
	color: #fff;
	text-align :center;
}
.form-item{
	position: relative;
}
.form-border{
	margin: 0 auto;
	width: 100%;
	height: 2px;
	background: #ddd;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	transform-origin: center;
}
input[type=text]:focus + .form-border::after,
input[type=tel]:focus + .form-border::after,
input[type=password]:focus + .form-border::after,
textarea:focus + .form-border::after{
	margin: 0 auto;
	width: 0%;
	height: 2px;
	content: "";
	background: #eb739f;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	transform-origin: center;
	animation: fade-border .3s ease .1s forwards;
}
.ymd-box,.area-box{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.ymd-box select{
	width: 32%;
	flex-shrink: 0;
}
.area-box select,.area-box .sub-area{
	width: 49%;
	flex-shrink: 0;
}
.area-box .sub-area select{
	width: 100%;
	flex-shrink: 0;
}
.entry-btn{
	padding: 16px 8px;
}
.entry-btn .note{
	margin: 8px 0 0 0;
	padding: 8px;
	border: 1px solid #333;
}
.note a{
	color: #be0555;
}
/*--------------------------------
Animation
--------------------------------*/
@keyframes fade-border{
0% {width: 0%;opacity: 0;}
100% {width: 100%;opacity: 1;}
}
/*--------------------------------
Footer
--------------------------------*/
.footer{
	margin: 0 auto;
	padding: 10px 0;
	width: 100%;
	max-width: 768px;
	background: #111;
	text-align: center;
}
.copy{
	padding: 5px 0;
	width: 100%;
	font-size: 14px;
	color: #ccc;
}
.foot-nav{
	padding: 5px 0;
}
.foot-link{
	color: #ccc;
	font-size: 14px;
	text-decoration: underline;
}
/*--------------------------------
PopUp
--------------------------------*/
.popup{
	padding: 10px;
	background: #f0f0f0;
}
.popup-article{
	padding: 0;
	background: #fff;
}
.popup-header{
	padding: 0 10px;
	height: 50px;
	line-height: 50px;
	background: #65022e;
	color: #fff;
	font-size: 16px;
}
.popup-article .inner{
	padding: 10px 20px;
}
.popup-article h3{
	padding: 10px;
	color: #65022e;
	line-height: 30px;
	border-bottom: 1px solid #ddd;
}
.popup-article p{
	padding: 10px;
	line-height: 18px;
	color: #666;
}
.popup-footer{
	padding: 10px;
	background: #555;
	text-align :center;
}
.popup-footer a{
	color: #fff;
	text-decoration: underline;
}

/*--------------------------------
campaign
--------------------------------*/
.campaign h4 {border:0; font-size:14px; color:#333; text-indent:0; padding:10px 0 10px 20px;}
.campaign h5 {font-weight:normal; font-size:12px;color:#333; padding:10px 0 10px 20px;}
.campaign p{padding:0 10px 0 20px;}
.cam_msg {font-size:11px; color:#aaa; padding:0;}
.campaign strong {font-weight:bold; color:#f00;}
.camMenu { margin-bottom:10px;padding-left:20px;}
.camMenu dt { font-weight:bold; font-size:16px; margin:5px 0;}
.camMenu dt:before{content:"▼"; color:#714769;}
.camMenu dd {margin-bottom:10px;}
.camMenu table {border-collapse:collapse; width:270px; color:#000;}
.camMenu table th{text-align:center; background:#ccc; width:90px; border:1px solid #aaa;}
.camMenu table td{text-align:right; width:90px; background:#fff; border:1px solid #aaa; padding-right:10px; box-sizing:border-box;}
.camMenu table tr td:last-child{background:#ff0;}

#campaign_btn,
#campaign_btn_entry {
	position: absolute;
	top: 10px;
	right: 10px; 
	z-index: 1;
}
#campaign_btn a,
#campaign_btn_entry a {
	width: 60px;
	height: 60px;
	display: block;
	background: url(../images/cam_btn.png) no-repeat 0 0;
	text-indent: 120%;
	overflow: hidden;
	white-space: nowrap;
	background-size: contain;
}