body{
	font-family:"Montserrat", "Helvetica", "貂ｸ繧ｴ繧ｷ繝�け Medium", "Yu Gothic Medium", "貂ｸ繧ｴ繧ｷ繝�け菴�", "貂ｸ繧ｴ繧ｷ繝�け", "Yu Gothic", YuGothic, "a-otf-midashi-go-mb31-pr6n", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	text-align:left;
	color:#000;
	background-color:#ffffff;
	-webkit-font-smoothing:antialiased
}

a{
	color:#000;
	text-decoration:none
}

h1,h2,div,p,dl,dt,dd{
	margin:0;
	padding:0
}

input,button,textarea,select{
	margin:0;
	padding:0;
	background:none;
	border:none;
	border-radius:0;
	outline:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none
}

.wrapper{
	position:fixed;
	top:20px;
	right:20px;
	bottom:20px;
	left:20px;
	z-index:10;
	box-sizing:border-box;
	border:solid 13px #000;
	overflow-y:scroll;
	-webkit-overflow-scrolling:touch
}

.title{
	font-size:60px;
	font-weight:700;
	letter-spacing:0.5em;
	line-height:1.5
}

.contents{
	position:relative;
	z-index:100;
	width:960px;
	margin:100px auto 200px auto
}

.profile_contents {
    position: relative;
    z-index: 100;
    width: 1100px;
    margin: 100px auto 200px auto
}

.profile{
	margin-top:50px
}

.profile_text_max{
	width:800px;
	font-weight:600;
}

.profile_text_max dt,.profile_text_max dd{
	display:inline-block;
	vertical-align:text-top;
	margin-bottom:10px;
	line-height:1.8;
	letter-spacing:0.1em;
	font-size:18px;
	font-feature-settings:"palt"
}

.profile_text_max dt{
	width:120px
}

.profile_text_max dd{
	width:600px
}


.profile_text{
	display:inline-block;
	vertical-align:bottom;
	width:600px;
	font-weight:600;
	margin-top: 10px
}

.profile_text dt,.profile_text dd{
	display:inline-block;
	vertical-align:text-top;
	margin-bottom:10px;
	line-height:1.8;
	letter-spacing:0.1em;
	font-size:18px;
	font-feature-settings:"palt"
}

.profile_text dt{
	width:120px
}

.profile_text dd{
	width:400px
}

.drooling_face{
	display:inline-block;
	vertical-align:middle;
	width:1em;
	height:1em;
	background:url("../images/drooling_face.png") no-repeat top left;
	background-size:100%
}

.surfer{
	display:inline-block;
	vertical-align:middle;
	width:1em;
	height:1em;
	background:url("../images/surfer.png") no-repeat top left;
	background-size:100%
}

.profile_photo{
	display:inline-block;
	vertical-align:bottom;
	width:340px;
	height:auto
}

.profile_photo img{
	width:100%;
	height:100%
}

.sub_title{
	margin:100px 0 50px 0;
	font-size:32px;
	font-weight:700;
	letter-spacing:0.5em
}

.sub_title .note{
	font-size:14px;
	font-weight:normal;
	letter-spacing:0.1em
}

.history_list{
	width:100%;
	margin:30px 0 18px 0
}

.history_list dt,.history_list dd{
	display:inline-block;
	vertical-align:text-top;
	margin-bottom:30px;
	line-height:2;
	letter-spacing:0.1em;
	font-size:15px;
	font-weight:600;
	font-feature-settings:"palt"
}

.history_list dt{
	width:120px
}

.history_list dd{
	width:800px
}

.separator{
	display:block;
	width:30px;
	height:1px;
	background-color:#000
}

.highlight{
	border-bottom:solid 2px #ff0
}



.flag{
	display:inline-block;
	vertical-align:middle;
	width:12px;
	height:13px;
	margin-left:10px;
	background:url("../images/flag.svg")
}

.link{
	display:inline-block;
	vertical-align:middle;
	width:13px;
	height:13px;
	margin:-3px 0 0 5px;
	background:url("../images/link.svg")
}


.formrun{
	position:relative
}

.form_text_container{
	width:100%;
	height:50px;
	margin-bottom:10px;
	background-color:#f2f2f2
}

.form_textarea_container{
	width:100%;
	height:200px;
	margin-bottom:10px;
	background-color:#f2f2f2
}

.form_text_label{
	display:inline-block;
	vertical-align:top;
	width:180px;
	padding-left:20px;
	font-size:12px;
	font-weight:600;
	line-height:50px;
	letter-spacing:0.4em
}

.form_text_input{
	display:inline-block;
	vertical-align:middle;
	width:730px;
	height:50px;
	line-height:1.6;
	letter-spacing:0.08em;
	font-size:15px
}

.form_text_textarea{
	box-sizing:border-box;
	display:inline-block;
	vertical-align:middle;
	width:730px;
	height:200px;
	padding:13px 0;
	line-height:1.6;
	letter-spacing:0.08em;
	font-size:15px;
	resize:none
}

.contact_btn{
	position:absolute;
	right:0;
	width:240px;
	height:50px;
	margin-top:20px;
	background-color:#000;
	color:#ffffff;
	font-size:15px;
	font-weight:700;
	letter-spacing:0.08em;
	cursor:pointer
}

.form_error{
	display:inline-block;
	margin-bottom:10px;
	padding:5px;
	font-size:13px;
	font-weight:700;
	letter-spacing:0.08em;
	background-color:#ff0
}

.contact_thanks{
	line-height:1.8;
	letter-spacing:0.08em;
	font-size:15px;
	font-weight:700;
	font-feature-settings:"palt"
}

.contact_thanks a{
	display:inline-block;
	margin-top:20px;
	padding:10px 30px;
	background-color:#000;
	color:#ffffff
}

.sns_icon_container{
	margin-left:15px
}

.sns_icon a{
	display:inline-block;
	vertical-align:middle;
	width:17px;
	height:17px;
	margin:-3px 8px 16px 0;
	font-size:0
}

.sns_icon.sns_tw a{
	background:url("../images/sns_tw.svg");
	margin-bottom: 5px
}

.sns_icon.sns_fb a{
	background:url("../images/sns_fb.svg");
	margin-bottom: 5px
}

.sns_icon.sns_ig a{
	background:url("../images/sns_ig.svg");
	margin-bottom: 5px
}

.sns_icon.sns_home a{
	background:url("../images/sns_home.svg")
}

.info_contents{
	font-weight:600
}

.info_photo{
	width:780px;
	height:auto;
	margin-bottom:40px
}

.info_photo img{
	width:100%;
	height:auto
}

.info_photo.info_photo_vertical img{
	width:360px;
	height:auto
}

.info_photo.info_photo_small img{
	width:500px;
	height:auto
}

.info_title{
	margin-bottom:40px;
	font-size:28px;
	letter-spacing:0.1em
}

.info_text{
	margin-bottom:40px;
	font-size:17px;
	letter-spacing:0.06em;
	line-height:2
}

.info_name_list_container{
	margin-bottom:50px
}

.info_name_list dt,.info_name_list dd{
	display:inline-block;
	vertical-align:middle;
	width:140px;
	font-size:17px;
	line-height:2
}

.info_release{
	margin-bottom:40px;
	font-size:15px;
	line-height:2
}

.btn_back a{
	display:inline-block;
	margin-top:20px;
	padding:10px 30px;
	background-color:#000;
	color:#ffffff;
	letter-spacing:0.08em;
	font-size:15px
}

.footer{
	margin-top:180px;
	text-align:right
}

.copyright{
	font-size:11px;
	letter-spacing:0.05em
}

.profile_kit_contents{
	margin-bottom:30px
}

.profile_kit_link{
	margin-top:15px;
	font-size:13px;
	text-decoration:underline
}

.profile_kit_title{
	display:inline-block;
	vertical-align:top;
	width:300px;
	font-size:18px;
	font-weight:bold;
	letter-spacing:0.1em;
	font-feature-settings:"palt"
}

.profile_kit_title:before{
	content:"";
	display:block;
	width:50px;
	height:3px;
	margin-bottom:25px;
	background-color:#000
}

.profile_kit_title span{
	margin-left:5px;
	font-size:12px;
	font-weight:normal;
	letter-spacing:0.05em
}

.profile_kit_photo{
	box-sizing:border-box;
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:200px;
	border:solid 1px #cccccc;
	margin-right: 10px
}

.profile_kit_photo a{
	display:block;
	width:100%;
	line-height:0.1
}

.profile_kit_photo img{
	width:100%;
	height:auto
}

.profile_kit_photo .profile_kit_download{
	position:absolute;
	right:10px;
	bottom:10px;
	display:block;
	width:20px;
	height:20px;
	background:url("../images/icon_download.svg")
}

.profile_kit_text{
	box-sizing:border-box;
	display:inline-block;
	vertical-align:top;
	width:630px
}

.profile_kit_textarea{
	box-sizing:border-box;
	width:100%;
	height:200px;
	border:solid 1px #cccccc;
	padding:15px;
	font-size:13px;
	line-height:1.5
}

.profile_kit_textarea.full{
	height:450px
}

.profile_kit_textarea.medium{
	height:355px
}

.profile_kit_textarea.short{
	height:150px
}

.profile_btn{
	font-family:"Montserrat", "Helvetica", "貂ｸ繧ｴ繧ｷ繝�け Medium", "Yu Gothic Medium", "貂ｸ繧ｴ繧ｷ繝�け菴�", "貂ｸ繧ｴ繧ｷ繝�け", "Yu Gothic", YuGothic, "a-otf-midashi-go-mb31-pr6n", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	margin-top:5px;
	padding:6px 12px;
	background-color:#000;
	color:#ffffff;
	font-size:11px;
	letter-spacing:0.05em;
	cursor:pointer
}

.profile_btn:active{
	background-color:#666666
}

.sns_btn_container{
	display:block
}

.sns_btn{
	display:inline-block;
	vertical-align:top;
	margin:20px 10px 20px 0
}

.banner{
	width:50%;
	margin-bottom:50px
}

.banner img{
	width:100%
}

.sns_list_wrapper {
	display: block;
	margin: 10px 0;
}

.sns_list_wrapper {
  margin: 5px 0;
  padding: 0;
  font-size: 0;
}

.sns_list {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  list-style-type: none;
}
.sns_list a {
  display: block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  color: transparent;
}

.sns_list_fb a {
  background: url("../images/sns_fb.svg") no-repeat;
}

.sns_list_tw a {
  background: url("../images/sns_tw.svg") no-repeat;
}

.sns_list_ig a {
  background: url("../images/sns_ig.svg") no-repeat;
}

.sns_list_li a {
  background: url("../images/sns_li.svg") no-repeat;
  background-size: cover;
}

.sns_list_va a {
  background: url("../images/sns_va.svg") no-repeat;
}

.profile_sns_list {
  text-align: right;
  margin-top: 15px;
}


@media screen and (max-width: 1280px){
	.contents{
		margin:80px auto 150px 50px
	}
	
	.profile_contents{
		margin:80px auto 150px 50px
	}
}

@media screen and (min-width: 650px){
	.br-pc {
		display:block
	}
	
	.br-sp {
		display:none
	}
}

@media screen and (max-width: 767px){
	.wrapper{
		top:5px;
		right:5px;
		bottom:5px;
		left:5px;
		border-width:8px
	}
	
	.contents{
		width:86%;
		margin:40px auto
	}
	
	.profile_contents{
		width:86%;
		margin:40px auto
	}
	
	
	.title{
		font-size:28px;
		letter-spacing:0.3em
	}
	
	.profile{
		margin-top:30px
	}
	
	.profile_text_max,.profile_text{
		display:block;
		width:100%
	}
	
	.profile_text_max dt,.profile_text_max dd,.profile_text dt,.profile_text dd{
		margin-bottom:5px;
		font-size:14px
	}
	
	.profile_text_max dt,.profile_text dt{
		width:20%
	}
	
	.profile_text_max dd,.profile_text dd{
		width:70%
	}
	
	.profile_photo{
		display:block;
		width:100%;
		margin-top:30px
	}
	
	.profile_position{
		display:block
	}
	
	.sub_title{
		margin:50px 0 30px 0;
		font-size:22px;
		letter-spacing:0.3em
	}
	
	.history_list dt,.history_list dd{
		width:100%;
		font-size:13px
	}
	
	.history_list dt{
		margin-bottom:3px
	}
	
	.history_list dd{
		margin-bottom:20px;
		font-weight:normal
	}
	
	.form_text_container{
		height:auto
	}
	
	.form_text_label{
		width:100%;
		padding:15px 0 0 15px;
		font-size:11px;
		letter-spacing:0.08em;
		line-height:1.5
	}
	
	.form_text_input{
		width:100%;
		padding-left:15px;
		font-size:16px
	}
	
	.form_text_textarea{
		width:100%;
		height:160px;
		font-size:16px;
		padding:10px 15px
	}
	
	.form_error{
		font-size:12px;
		letter-spacing:0.05em
	}
	
	.contact_btn{
		position:static;
		width:100%
	}
	
	.contact_thanks{
		font-size:13px
	}
	
	.info_photo{
		width:100%;
		height:auto;
		margin-bottom:30px
	}
	
	.info_photo.info_photo_vertical{
		width:75%;
		margin-right:auto;
		margin-left:auto
	}
	
	.info_photo.info_photo_vertical img{
		width:100%
	}
	
	.info_photo.info_photo_small img{
		width:100%
	}
	
	.info_title{
		margin-bottom:30px;
		font-size:18px
	}
	
	.info_text{
		margin-bottom:30px;
		font-size:14px;
		line-height:1.8;
		letter-spacing:0.05em;
		text-align:justify
	}
	
	.info_text br{
		display:none
	}
	
	.info_release{
		font-size:14px
	}
	
	.btn_back a{
		font-size:14px
	}
	
	.profile_kit_title{
		display:block;
		width:100%;
		font-size:15px
	}
	
	.profile_kit_title:before{
		margin-bottom:15px
	}
	
	.profile_kit_photo,.profile_kit_text{
		display:block;
		width:100%;
		margin-bottom: 20px
	}
	
	.profile_kit_textarea.full,.profile_kit_textarea.medium,.profile_kit_textarea.short{
		height:150px
	}
	
	.footer{
		margin-top:100px;
		text-align:left
	}
	
	.copyright{
		font-size:10px
	}
	
	.profile_kit_link{
		font-size:11px
	}
	
	.sns_icon_container{
		display:block;
		margin:0
	}
	
	.info_name_list dt,.info_name_list dd{
		font-size:14px
	}
	
	.banner{
		width:100%;
		margin-top:-10px;
		margin-bottom:30px
	}
	
	.banner img{
		width:100%
	}
	
	.br-pc {
		display:none
	}
	
	.br-sp { 
		display:block
	}
	
	.job_br{
		margin-bottom: 30px
	}
}

@media screen and (max-width: 320px){
	.info_name_list{
		font-size:13px
	}
	
	.info_name_list dt,.info_name_list dd{
		width:120px
	}
}
/*# sourceMappingURL=style.css.map */
