/*--------------------------------
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,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%;
	height: 100%;
	background: #111;
	font-size: 24px;
	color: #fff;
	-webkit-text-size-adjust: 100%;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
a,button{
	transition: .3s;
}
a:hover,button:hover{
	opacity:.6;
}
.wrap{
	margin: 0 auto;
	width: 100%;
	max-width: 768px;
	position: relative;
	overflow: hidden;
	opacity: 1;
	background: #000;
    padding-bottom: 100px;
}
.content-img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.inner-txt{
	padding: 200% 0 0 0;
	display: block;
}
/*--------------------------------
Header
--------------------------------*/


/*--------------------------------
Contents
--------------------------------*/
.main{
	padding: 0 0 2%;
}
.intro {
    background-image: url(../images/bg_intro.png), linear-gradient(to bottom, #222 0%, #000 100%);
    background-position: center top, center;
    background-size: cover, 100%;
}
.intro .content-img {
    margin: 0 auto;
    padding: 32px 0;
    width: 75%;
    height: auto;
}  
#content h3 {
    background: url(../images/icon.png) no-repeat 10px center;
    border-bottom: 1px solid #222;
    padding: 5px 10px 5px 30px;
    color: #ac9547;
    font-weight: bold;
}
.top-index{
    padding: 10px 0 20px;
}
.top-index p {
    padding: 10px 10px 0 10px;
    line-height: 1.2;
}
#content h2 {
    display: block;
    background: #5c5744;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    overflow: hidden;
    text-align: center;
    font-size: 1.2em;
    letter-spacing: .1em;
}
.desc {
    margin: 10px;
    padding: 10px;
    background: #222;
    border: 1px solid #484747;
    line-height: 1.4;
}
.exp-box {
    padding: 10px;
}
.exp-prof {
    padding: 0;
    flex-grow: 1;
    display: flex;
}
.exp-thumb {
    width: 100px;
    height: 100px;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
}
.exp-prof-inner {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.exp-info {
    padding: 0 0 0 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.exp-info-item {
    margin: 0 4px 4px 0;
    padding: 0 8px;
    line-height: 24px;
    border: 1px solid #484747;
    border-radius: 3px;
    text-align: center;
    background-color: #222;
    background-repeat: no-repeat;
    bacground-size: auto 80%;
    background-position: left;
}
.exp-inner{
    padding: 10px 5px;
    background: #fff;
    color: #000;
    margin: 10px;
    border-radius: 10px;
}
#content .main p {
    padding: 5px 10px;
    line-height: 1.4;
}
#content h3 {
    background: url(../images/icon.png) no-repeat 10px center;
    border-bottom: 1px solid #222;
    padding: 5px 10px 5px 30px;
    color: #ac9547;
    padding-top: 20px;
}
.woman {
    padding: 0 8px 0 24px;
    background-image: url(../images/woman.png);
}
.man {
    padding: 0 8px 0 16px;
    background-image: url(../images/man.png);
}
/*--------------------------------
Button
-------------------------------*/
.btn-row{
	padding: 8% 8% 8%;

}

.reg-btn{
	padding: 15px 0;
	text-align :center;
	background: /*#322d25*/ rgba(0,0,0,.8);
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 200;
    left: 0;
    right: 0;
}
.reg-btn a{
	margin: 0 auto;
	width: 50%;
	display: block;
	background: url(../images/btn_regbtn.png) no-repeat 0 0;
	overflow: hidden;
}
.reg-btn a:hover{
	opacity: .6;
}
.reg-btn a span{
	padding: 120% 0 0 0;
	display: block;
}
.btn-desc {
    margin: 10px 0 0 0;
    padding: 8px 4px;
    background: #7b0000;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
}


/*--------------------------------
Footer
--------------------------------*/
.footer{
	padding: 4% 4% 0;
	text-align: center;
	background: #222;
	color: #fff;
}
.gnav-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.gnav-item{
	width: 33%;
	text-align: center;
}
.nav-link{
	padding: 4% 0;
	color: #fff;
	display: block;
	font-size: .9em;
	text-decoration: underline;
}
.copy{
	padding: 4% 0;
	font-size: .9em;
	line-height: 1.2;
}
/*--------------------------------
POPUP
--------------------------------*/
.popup{
	padding: 16px 16px 76px 16px;
	background: #000;
	color: #fff;
}
.popup .primary-heading{
	padding: 0 8px;
	line-height: 44px;
	font-size: 1.2em;
	background: #e60012;
	color: #fff;
	border-radius: 4px 4px 0 0;
}
.popup-content{
	padding: 16px;
	background: #333;
	border-radius: 0 0 4px 4px;

}
.popup-content h3{
	padding: 0 0 8px;
	font-size: 1em;
	color: #e60012;
}
.popup-content p{
	padding: 0 0 16px;
	font-size: .9em;
	line-height: 1.4;
	color: #fff;
}

.close-btn {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  background: #333; /* ボタンの背景色 */

}
 
.close-btn::before, .close-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 25px;
  background: #fff; /* バツ印の色 */
}
 
.close-btn::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
.close-btn::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}


.step_btn:hover{
    opacity:0.8;
}

/*--------------------------------
Animation
--------------------------------*/
@keyframes fade-in{
0% {opacity: 0;filter: blur(4px);}
100% {opacity: 1;filter: blur(0);}
}
@keyframes slide-in{
0% {opacity: 0;filter: blur(4px);transform: translate3d(50px,0,0);}
100% {opacity: 1;filter: blur(0);transform: translate3d(0,0,0);}
}
@keyframes slide-down{
0% {opacity: 0;filter: blur(4px);transform: translate3d(0,-50px,0);}
100% {opacity: 1;filter: blur(0);transform: translate3d(0,0,0);}
}

.slidein{
  transition: 1s cubic-bezier(0.75, 0, 0.25, 1);
}
.slide_left{
  transform: translateX(calc(-50vw - 60%));
}
.slide_right{
  transform: translateX(calc(50vw + 60%));
}
.show{
  transform: translateX(0);
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fade-in-image {
  opacity: 0;
  transform: scale(0);
  transition: all 1s ease;
}

.fade-in-image.show {
  opacity: 1;
  transform: scale(1.1);
}
@media screen and (max-width:767px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 16px;
	}
	/*--------------------------------
	Contents
	--------------------------------*/
  .reg-btn a{
	width: 80%;
}
    
	/*--------------------------------
	Footer
	--------------------------------*/
	.footer{
		padding: 4% 0;
	}
	.gnav-item{
		width: 100%;
		border-bottom: 1px solid rgba(0,0,0,.1);
	}
	.nav-link{
		padding: 4% 0;
	}
	.copy{
		padding: 4% 0;
		font-size: .8em;
	}
}
@media screen and (max-width:320px) {
	/*--------------------------------
	global element
	--------------------------------*/
	body{
		font-size: 13px;
	}
	.heading-txt{
		height: 64px;
	}
}