@charset "UTF-8";

/*--------------------------------
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{
	display: block;
}
ul li{
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
}
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;
}
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;
}

/*--------------------------------
common
--------------------------------*/
html{
    font-size: 62.5%;
}
body{
    font-family: sans-serif;
	line-height: 1.6;
	font-size: 1.6rem;
	background: #f0f0f0;
}
a{
	color: #00a0e9;
}
img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
h1,h2,h3,h4,h5,h6{
    line-height: 1.4;
}
.wrap{
	margin: 0 auto;
	max-width: 750px;
	overflow: hidden;
	background: #fff;
}
.primary-heading{
	margin-bottom: 16px;
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
	color: #cc0000;
}
.primary-heading.another{
	font-size: 2.0rem;
	color: #fff;
}
.btn-area.fix{
	margin: auto;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
}
.regist-btn{
	padding: 16px;
	display: block;
	position: relative;
	background: rgba(255,255,255,.75);
}
hr{
    margin: -11px auto;
    width: 184px;
    height: 22px;
    background: url("../images/hr.webp") no-repeat center / 100%;
    border: none;
    position: relative;
}
.plan .ul .detail::before,
.interview .info .balloon::before,
.general-section h3::before,
.general-section h3.qa::before{
	content: "";
	position: absolute;
}
.mbr,
.tbr{
	display: none;
}

/*--------------------------------
header
--------------------------------*/
.header{
    background: #000;
}
.header .link{
    padding: 8px;
    display: block;
    text-align: center;
}
.header .logo{
	width: 150px;
}

/*--------------------------------
contents
--------------------------------*/
.about{
	padding: 0 16px 16px;
	text-align: center;
}
.about .heading{
	margin: 0 0 -16px;
	z-index: 2;
	position: relative;
}
.heading-txt{
	font-size: 1.1em;
	margin: 0 auto;
	width: 70%;
	line-height: 32px;
	background: #900;
	color: #fff;
	border-radius: 16px;
	text-align: center;
	font-weight: bold;
}
.about-item{
	margin: 0 0 16px;
	padding: 32px 16px 16px;
	border: 1px solid #c8a25b;
	border-radius: 16px;
	position: relative;
}
.about-detail{
	padding: 16px 0 0;
}
.about-label{
	margin: 0 auto 16px auto;
	width: 40%;
	line-height: 24px;
	background: #c8a25b;
	color: #fff;
	border-radius: 12px;
}
.about-arrow{
	color: #c8a25b;
}
.about-txt{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .9em;
}
.about-txt .lg-txt{
	font-size: 2em;
	color: #900;
	font-family: arial,sans-serif;
	font-weight: bold;
}
.about-icon{
	margin: 0 2px 0 0;
	width: 14px;
	height: auto;
	object-fit: contain;
}
.map-link{
	color: #000;
	text-decoration: underline;
}
.premium-list{
	margin: 0 0 16px;
	padding: 16px 8px;
	background: #900;
	color: #fff;
	text-align: left;
	border-radius: 8px;
}
.premium-list-item{
	font-size: 1.1em;
	font-weight: bold;
}
.premium-list-desc{
	font-size: .6em;
	font-weight: normal;
	display: block;
	text-align: center;
}
.about .general-item .hl-txt{
	color: #900;
	font-weight: bold;
}
.about .general-item .lg-txt{
	font-size: 1.1em;
}
.about .general-item .full{
	width: 100%;
}
.about .general-txt{
	margin: 0 0 16px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.cast{
	padding: 0 16px 16px;
}
.cast .heading{
	padding: 0 0 16px;
}
.cast-item{
	margin: 0 0 16px;
	padding: 16px;
	border: 2px dashed #c8a25b;
	border-radius: 8px;
	position: relative;
}
.cast-head{
	padding: 0 0 8px;
	width: 70%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px solid #900;
}
.cast-head-txt{
	padding: 0 8px 0 0;
	font-size: 1.1em;
	color: #900;
	font-weight: bold;
}
.cast-head-x{
	padding: 0 0 0 24px;
	background: url(../images/icon_x.webp) no-repeat left / 20px;
	color: #000;
	line-height: 20px;
	font-family: arial,sans-serif;
}
.cast-thumb{
	width: 35%;
	aspect-ratio: 1/1;
	position: absolute;
	top: -8px;
	right: -8px;
	border: 1px solid #900;
	border-radius: 50%;
	overflow: hidden;
}
.cast-desc{
	padding: 8px 0;
	width: 70%;
	font-size: .9em;
}
.cast-comm{
	padding: 8px;
	text-align :center;
	background: #e5cbd0;
	border-radius: 8px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.cast-comm::after{
	width: 16px;
	height: 24px;
	content: "";
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	background: #e5cbd0;
	position: absolute;
	top: -24px;
	right: 16px;
}
.howto-head{
	padding: 0 0 32px;
}
.howto-head-txt{
	padding: 8px 0 0;
	background: #900;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.howto-head-txt::after{
	width: 100%;
	height: 32px;
	content: "";
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	right: 0;
	bottom: -32px;
	left: 0;
	background: #900;
}
.howto-step{
	padding: 16px 16px 0;
}
.howto-step-item{
	margin: 0 0 16px;
	display: flex;
	align-items: center;
}
.step-btn{
	margin: 0 4px 0 0;
	width: 50%;
}
.step-ct{
	width: 32px;
	line-height: 32px;
	background: #c8a25b;
	color: #fff;
	font-family: arial,sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	border-radius: 3px;
	text-align: center;
	flex-shrink: 0;
}
.howto-step-txt{
	padding: 0 0 0 8px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.howto-step-txt .hl-txt{
	color: #900;
}
.general-section{
    margin: 32px 0;
    padding: 0 16px;
}
.general-section h3{
	margin: 24px 0 8px;
	position: relative;
	font-size: 1.8rem;
	font-weight: bold;
	color: #402a1b;
}
.general-section h3::before{
	background: #402a1b;
	top: 2px;
}
.general-section.qa h3{
	padding-left: 0;
}
.general-section.qa h3::before{
	display: none;
}
.general-section p,
.general-section ul{
    margin-bottom: 16px;
}
.general-section ul .mb{
	margin-bottom: 16px;
}
.general-table{
    margin: 0;
    border-collapse: separate;
}
.general-table th{
    width: 100px;
    background-color: #443221;
    font-weight: 400;
}
.general-table td{
    background-color: #2c1f14;
}
.general-table td,
.general-table th{
    padding: 8px;
    border: 1px solid #fff;
    font-size: 1.6rem;
    line-height: 1.4;
    vertical-align: middle;
    color: #ffffff;
}
.document-nav{
    margin: 0 0 24px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}
.document-link{
    padding: 8px;
    width: 33%;
    line-height: 1.2;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.2rem;
    color: #000000;
    cursor: pointer;
    text-align: center;
}
.identity-box figure{
    margin: 0 16px 8px;
}
.dl-active{
    background: #e7e7e7;
}
.doc-img{
    margin-bottom: 4px;
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.note-sub{
    color: #607d8b;
}
.document-link span{
    margin: 4px 0 0;
}
/*--------------------------------
footer
--------------------------------*/
.footer{
	text-align: center;
}
.global-nav{
    margin: 32px 0 16px;
    padding: 0 16px;
}
.nav-list{
	border-bottom: solid 1px;
}
.nav-link{
	padding: 8px 0;
	display: block;
	font-size: 1.6rem;
	color: #000;
}
.nav-list:last-child{
    border-bottom: none;
}
.copy{
	margin: 16px 0;
	padding: 0 16px;
	display: block;
	font-size: 1.4rem;
}
.copy .mr{
	margin-right: 8px;
}
body #pr{
	margin: auto;
	max-width: 750px;
	right: 0;
	bottom: -60px;
}
.lpprtitle{
    background: #111111!important;
    color: #fff!important;
}

/*--------------------------------
media query iphone se
--------------------------------*/
@media screen and (max-width:359px){
	.mbr{
		display: block;
	}
}

/*--------------------------------
media query tablet
--------------------------------*/
@media screen and (min-width: 768px){
	body{
		font-size: 2.5rem;
		line-height: 1.6;
	}
	.tbr{
		display: block;
	}
	.tbrn{
		display: none;
	}
	.primary-heading{
	    margin-bottom: 32px;
	    font-size: 4rem;
	}
	.primary-heading.another{
	    font-size: 3.8rem;
	}
	hr{
	    margin: -22px auto;
	    width: 381px;
	    height: 43px;
	}
	.btn-area.fix{
	    padding: 0;
	    max-width: 750px;
	}
	.regist-btn{
	    padding: 32px;
	}
	.header .link{
	    padding: 16px;
	}
	.header .logo{
	    width: 300px;
	}
	.about{
		padding: 0 64px 32px;
	}
	.about .heading{
		margin: 0 0 -32px;
	}
	.heading-txt{
		line-height: 64px;
		border-radius: 32px;
	}
	.about-item{
		margin: 0 0 16px;
		padding: 64px 32px 32px;
	}
	.about-detail{
		padding: 32px 0 0;
	}
	.about-label{
		line-height: 44px;
		border-radius: 22px;
	}
	.premium-list{
		padding: 16px;
	}
	.cast{
		padding: 0 64px 64px;
	}
	.cast .heading{
		padding: 0 0 32px;
	}
	.cast-item{
		margin: 0 0 32px;
		padding: 32px;
	}
	.cast-head{
		width: 75%;
	}
	.cast-head-x{
		padding: 0 0 0 36px;
		background: url(../images/icon_x.webp) no-repeat left / 32px;
		line-height: 32px;
	}
	.cast-thumb{
		width: 30%;
	}
	
	.cast-comm{
		padding: 16px;
	}
	.howto-head{
		padding: 0 0 64px;
	}
	.howto-head-txt{
		padding: 16px 0 0;
		font-size: 1.4em;
	}
	.howto-head-txt::after{
		height: 64px;
		bottom: -64px;
	}
	.howto-step{
		padding: 32px 64px 0;
	}
	.howto-step-item{
		margin: 0 0 32px;
	}
	.step-ct{
		width: 44px;
		line-height: 44px;
	}
	.howto-step-txt{
		padding: 0 0 0 16px;
		font-size: 1.2em;
	}
	.general-section{
		margin: 0 0 64px;
		padding: 48px 32px 0;
	}
	.general-section p,
	.general-section ul{
		margin-bottom: 32px;
	}
	.general-section h3{
		margin: 48px 0 16px;
		font-size: 3rem;
		line-height: 1.4;
	}
	.general-section h3::before{
	    width: 30px;
	    height: 30px;
	    top: 5px;
	    background: #402a1b;
	}
	.general-section ul .mb{
		margin-bottom: 32px;
	}
	.global-nav{
		margin: 64px 0 32px;
		padding: 0 32px;
	}
	.global-nav ul{
		line-height: 1.2;
	}
	.nav-list{
		display: inline-block;
		border-bottom: none;
		line-height: 10px;
	}
	.nav-list:nth-child(3),
	.nav-list:last-child{
		padding: 0;
		border-right: none;
	}
	.nav-link{
		margin: 0 8px 0 0;
		padding: 0 16px 0 0;
		display: inline;
		border-right: solid 1px #000;
	}
	.nav-list:nth-child(3) .nav-link,
	.nav-list:last-child .nav-link{
		margin: 0;
		padding: 0;
		border-right: none;
	}
	.copy{
		margin: 16px 0 32px;
		padding: 0 32px 32px;
	}
	.copy .mr{
		margin-right: 8px;
	}
	.general-table td,
	.general-table th{
		padding: 12px;
		font-size: 2.4rem;
	}
	.general-table th{
		width: 180px;
	}
	.document-nav{
		margin: 0 0 48px;
	}
	.document-link{
		padding: 16px;
		font-size: 2.0rem;
		line-height: 1.4;
	}
	.identity-box figure{
		margin: 0 64px 16px;
		text-align: center;
	}
}