@charset "UTF-8";
/* CSS Document */

.pconly
{
	display: none;
}
BODY{
	overflow : auto;
}
.pc700 {
	display: block;
}

/*------------------------------
	footer
------------------------------*/
#footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 101;
	background-color: #f5f5f5;
	height: auto;
	overflow: auto;

	position: relative;
	background-color: #f5f5f5;
	border-top: none !important;
}
#footerBox {
	position: relative;
	width: auto;
	padding: 100px 10px 80px;
	max-width: 1150px;
	margin: 0 auto;
	height: auto;
}
#footer .copy {
	position: relative;
	right: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	background-color: #000000;
	color: #ffffff;
	font-size: 10px;
	line-height: 1.7;
	padding: 8px 0;
}
/*------------------------------*/
#footerBox .banner01 {
	position: absolute;
	top: 30px;
	left: 10px;
	width: 118px;
	height: 40px;
	background-color: #000000;
	display: table;
	border: solid 1px #000000;
	transition: 0.4s;
}
#footerBox .banner02 {
	position: absolute;
	top: 30px;
	left: 156px;
	width: 118px;
	height: 40px;
	background-color: #000000;
	display: table;
	border: solid 1px #000000;
	transition: 0.4s;
}
#footerBox .banner01 a,
#footerBox .banner02 a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	transition: 0.4s;
}
#footerBox .banner01:hover,
#footerBox .banner02:hover {
	background-color: #ffffff;
}
#footerBox .banner01 a:hover,
#footerBox .banner02 a:hover {
	color: #000000;
}
/*------------------------------*/
#footerBox .fNav1,
#footerBox .fNav2,
#footerBox .fNav3,
#footerBox .fNav4 {
	width: 50%;
	float: left;
	min-height: 150px;
	margin-bottom: 30px;
}
#footerBox .fNav1 .title,
#footerBox .fNav2 .title,
#footerBox .fNav3 .title {
	padding-bottom: 8px;
	padding-top: 6px;
	border-bottom: dotted 1px #333333;
	margin-bottom: 10px;
	margin-right: 36px;
	padding-left: 24px;
}
#footerBox .fNav1 .title {
	background: url("../../common/bg_fnav_11.png") no-repeat left center;
}
#footerBox .fNav2 .title {
	background: url("../../common/bg_fnav_21.png") no-repeat left center;
}
#footerBox .fNav3 .title {
	background: url("../../common/bg_fnav_31.png") no-repeat left center;
}
#footerBox .fNav4 .title {
	background: url("../../common/bg_fnav_41.png") no-repeat left center;
	padding-bottom: 8px;
	padding-top: 6px;
	border-bottom: dotted 1px #333333;
	margin-bottom: 10px;
	margin-right: 36px;
	padding-left: 24px;
}
#footerBox .fNav1 ul,
#footerBox .fNav2 ul,
#footerBox .fNav3 ul {
	margin-right: 36px;
}
#footerBox .fNav4 ul {
}
#footerBox .fNav1 li,
#footerBox .fNav2 li,
#footerBox .fNav3 li {
	line-height: 1.8;
	font-size: 12px;
	padding-left: 12px;
}
#footerBox .fNav1 li {
	background: url("../../common/bg_fnav_12.png") no-repeat left center;
}
#footerBox .fNav2 li {
	background: url("../../common/bg_fnav_22.png") no-repeat left center;
}
#footerBox .fNav3 li {
	background: url("../../common/bg_fnav_32.png") no-repeat left center;
}
#footerBox .fNav4 li {
	background: url("../../common/bg_fnav_42.png") no-repeat left center;
	line-height: 1.8;
	font-size: 12px;
	padding-left: 12px;
}
#footerBox .fNav1 li a,
#footerBox .fNav2 li a,
#footerBox .fNav3 li a,
#footerBox .fNav4 li a {
	color: #000000;
	text-decoration: none;
}
#footerBox .fNav1 li a:hover,
#footerBox .fNav2 li a:hover,
#footerBox .fNav3 li a:hover,
#footerBox .fNav4 li a:hover {
	text-decoration: underline;
}
@media (min-width: 701px) and (max-width: 850px) {
	#footerBox .banner02 {
		left: 146px;
	}
}
@media (max-width: 700px) {
	#footerBox {
		position: relative;
		width: auto;
		padding: 60px 10px 30px;
		max-width: 1150px;
		margin: 0 auto;
		height: auto;
	}
	/*------------------------------*/
	#footerBox .banner01 {
		position: absolute;
		top: 20px;
		left: 10px;
		width: 98px;
		height: 30px;
		background-color: #000000;
		display: table;
		border: solid 1px #000000;
		transition: 0.4s;
	}
	#footerBox .banner02 {
		position: absolute;
		top: 20px;
		left: 116px;
		width: 98px;
		height: 30px;
		background-color: #000000;
		display: table;
		border: solid 1px #000000;
		transition: 0.4s;
	}
	#footerBox .fNav1,
	#footerBox .fNav2,
	#footerBox .fNav3,
	#footerBox .fNav4 {
		width: 100%;
		float: left;
		margin-bottom: 16px;
		min-height: auto;
	}
	#footerBox .fNav1 .title,
	#footerBox .fNav2 .title,
	#footerBox .fNav3 .title {
		margin-right: 0px;
	}
	#footerBox .fNav4 .title {
		margin-right: 0px;
	}
}
/*------------------------------
	kvArea
------------------------------*/
#kvArea {
	width: 100%;
	position: relative;
	margin-top: 122px;
	height: 569px;
}
#kvArea {
}
/*------------------------------*/
#women #kvArea .bgPicture {
	opacity : 0;
	width : 100%;
	height : 100%;
	top : 0px;
	background: url("../images/kv_women.jpg") no-repeat center center;
	background-size: 100% 100%;
	background-size: cover;
	position : absolute;
}
#women #kvArea #h2Box {
	width: 100%;
	height: 100%;
	position: relative;
}
#women #kvArea #h2Box .nameBox {
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	background: url("../images/bg_name.png");
	width: 100%;
}
#women #kvArea h2 {
	max-width: 269px;
	margin: 0 auto;
	padding: 36px 10px;
}
#women #kvArea h2 img {
	width: 100%;
}
@media (min-width: 701px) and (max-width: 850px) {
	#women #kvArea h2 {
		max-width: 269px;
		margin: 0 auto;
		padding: 28px 10px;
	}
}
@media (max-width: 700px) {
	#women #kvArea h2 {
		max-width: 135px;
		margin: 0 auto;
		padding: 20px 10px;
	}
}
/*------------------------------*/
#women #lead {
	background: #f9f9f9;
	padding: 50px 0;
}
#women #lead h2 {
	background: #f9f9f9;
	font-weight: normal;
	font-size: 24px;
	line-height: 1.5;
	max-width: 1150px;
	margin: 0 auto;
	padding-bottom: 18px;
	text-align: center;
	font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", 游明朝, "Yu Mincho",YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", メイリオ, Meiryo, serif;
}
#women #lead p.sub {
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	padding: 0 10px;
}
@media (min-width: 701px) and (max-width: 850px) {
	#kvArea {
		width: 100%;
		position: relative;
		height: 460px;
		margin-top: 122px;
	}
	/*------------------------------*/
	#women #lead {
		padding: 40px 10px;
	}
	#women #lead h2 {
		font-size: 20px;
	}
	#women #lead p.sub {
		font-size: 10px;
	}
}
@media (max-width: 700px) {
	#kvArea {
		width: 100%;
		position: relative;
		height: 260px;
		margin-top: 122px;
	}
	/*------------------------------*/
	#women #lead {
		padding: 30px 10px;
	}
	#women #lead h2 {
		font-size: 16px;
	}
	#women #lead p.sub {
		font-size: 10px;
		text-align: left;
	}
}
/*------------------------------*/
#team #kvArea .bgPicture {
	opacity : 0;
	width : 100%;
	height : 100%;
	top : 0px;
	background: url("../images/kv_team.jpg") no-repeat center center;
	background-size: 100% 100%;
	background-size: cover;
	position : absolute;
}
#team #kvArea #h2Box {
	width: 100%;
	height: 100%;
	position: relative;
}
#team #kvArea #h2Box .nameBox {
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	background: url("../images/bg_name.png");
	width: 100%;
}
#team #kvArea h2 {
	max-width: 269px;
	margin: 0 auto;
	padding: 36px 10px;
}
#team #kvArea h2 img {
	width: 100%;
}
@media (min-width: 701px) and (max-width: 850px) {
	#team #kvArea h2 {
		max-width: 269px;
		margin: 0 auto;
		padding: 28px 10px;
	}
}
@media (max-width: 700px) {
	#team #kvArea h2 {
		max-width: 135px;
		margin: 0 auto;
		padding: 20px 10px;
	}
}
/*------------------------------*/
#team #lead {
	background: #000000;
	padding: 50px 0;
}
#team #lead h2 {
	background: #000000;
	font-weight: normal;
	font-size: 24px;
	line-height: 1.5;
	max-width: 1150px;
	margin: 0 auto;
	padding-bottom: 18px;
	text-align: center;
	font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", 游明朝, "Yu Mincho",YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", メイリオ, Meiryo, serif;
	color: #ffffff;
}
#team #lead p.sub {
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	padding: 0 10px;
	color: #ffffff;
}
@media (min-width: 701px) and (max-width: 850px) {
	#kvArea {
		width: 100%;
		position: relative;
		height: 460px;
		margin-top: 122px;
	}
	/*------------------------------*/
	#team #lead {
		padding: 40px 10px;
	}
	#team #lead h2 {
		font-size: 20px;
	}
	#team #lead p.sub {
		font-size: 10px;
	}
}
@media (max-width: 700px) {
	#kvArea {
		width: 100%;
		position: relative;
		height: 260px;
		margin-top: 122px;
	}
	/*------------------------------*/
	#team #lead {
		padding: 30px 10px;
	}
	#team #lead h2 {
		font-size: 16px;
	}
	#team #lead p.sub {
		font-size: 10px;
		text-align: left;
	}
}
/*------------------------------*/
#gallery #kvArea .bgPicture {
	opacity : 0;
	width : 100%;
	height : 100%;
	top : 0px;
	background: url("../images/kv_photo.jpg") no-repeat center center;
	background-size: 100% 100%;
	background-size: cover;
	position : absolute;
}
#gallery #kvArea #h2Box {
	width: 100%;
	height: 100%;
	position: relative;
}
#gallery #kvArea #h2Box .nameBox {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -42px;
	z-index: 10;
	background: url("../images/bg_name.png");
	width: 100%;
}
#gallery #kvArea h2 {
	max-width: 424px;
	margin: 0 auto;
}
#gallery #kvArea h2 img {
	width: 100%;
}
@media (min-width: 701px) and (max-width: 850px) {
	#gallery #kvArea #h2Box .nameBox {
		margin-top: -30px;
	}
	#gallery #kvArea h2 {
		max-width: 360px;
		margin: 0 auto;
	}
}
@media (max-width: 700px) {
	#gallery #kvArea #h2Box .nameBox {
		margin-top: -21px;
	}
	#gallery #kvArea h2 {
		max-width: 253px;
		margin: 0 auto;
	}
}
/*------------------------------*/
#line #kvArea .bgPicture {
	opacity : 0;
	width : 100%;
	height : 100%;
	top : 0px;
	background-color: #5abe5a;
	position : absolute;
}
#line  #kvArea #h2Box {
	width : 100%;
	height : 100%;
	position: relative;
}
#line  #kvArea #h2Box .nameBox {
	opacity: 0;
	width: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -165px;
	width: 600px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#line  #kvArea #h2Box .nameBox .textBox {
	color: #fff;
	display: block;
}
#line  #kvArea #h2Box .nameBox .sub {
	font-size: 18px;
	margin-bottom: 10px;
}
#line  #kvArea #h2Box .nameBox .main1 {
	font-size: 72px;
	margin-bottom: 10px;
	font-weight: 900;
	letter-spacing: -0.03em;
}
#line  #kvArea #h2Box .nameBox .main2 {
	font-size: 60px;
	margin-bottom: 30px;
	font-weight: 900;
	letter-spacing: -0.03em;
}
#line  #kvArea #h2Box .nameBox .text {
	font-size: 14px;
	line-height: 1.7;
}
#line  #kvArea #h2Box .nameBox .img {
	box-shadow: 7px 7px #348b34;
	background-color: #348b34;
	border-radius: 20px;
	width: 157px;
}
#line  #kvArea #h2Box .nameBox .img img {
	width: 157px;
}

@media (max-width: 700px) {
	#line  #kvArea #h2Box .nameBox {
		margin-left: -160px;
		margin-top: -105px;
		max-width: 320px;
	}
	#line  #kvArea #h2Box .nameBox .textBox {
		padding-right: 10px;
	}
	#line  #kvArea #h2Box .nameBox .sub {
		font-size: 14px;
	}
	#line  #kvArea #h2Box .nameBox .main1 {
		font-size: 36px;
		margin-bottom: 5px;
	}
	#line  #kvArea #h2Box .nameBox .main2 {
		font-size: 30px;
		margin-bottom: 10px;
	}
	#line  #kvArea #h2Box .nameBox .text {
		line-height: 1.5;
	}
	#line  #kvArea #h2Box .nameBox .img {
		box-shadow: 4px 4px #348b34;
		width: 105px;
		border-radius: 10px;
	}
	#line  #kvArea #h2Box .nameBox .img img {
		width: 105px;
		margin-top: -0px;
	}
}

/*------------------------------
	subNav
------------------------------*/
#subNav {
	position: fixed;
	z-index: 101;
	top: 77px;
	left: 0;
	width: 100%;
	height: 46px;
	background-color: #d5a40e;
}
#subNav ul {
	max-width: 700px;
	margin: 0 auto;
}
#subNav li {
	float: left;
	margin: 3px 15px;
	font-size: 12px;
	height: 39px;
	display: table;
}
#subNav li a {
	background: url("../images/bg_nav_arrow.png") no-repeat 15px center;
	color: #ffffff;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px;
	height: 39px;
	padding-left: 32px;
	transition: 0.4s;
}
#subNav li.active a {
	background: url("../images/bg_nav_arrow.png") no-repeat 15px center;
	background-color: #e4b836;
	color: #ffffff;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px;
	height: 39px;
	padding-left: 32px;
	transition: 0.4s;
}
#subNav li.active a:hover,
#subNav li a:hover {
	background: url("../images/bg_nav_arrow.png") no-repeat 15px center;
	background-color: #e4b836;
	color: #ffffff;
}
@media (min-width: 701px) and (max-width: 850px) {
	#subNav {
		position: fixed;
		top: 77px;
		left: 0;
		width: 100%;
		height: 46px;
	}
	#subNav ul {
		max-width: 500px;
		margin: 0 auto;
	}
	#subNav li {
		float: left;
		margin: 1px 0px;
		font-size: 12px;
		width: 50%;
		height: 20.5px;
		display: table;
	}
	#subNav li a {
		background: url("../images/bg_nav_arrow.png") no-repeat 15px center;
		color: #ffffff;
		text-decoration: none;
		display: table-cell;
		vertical-align: middle;
		padding: 0 15px;
		height: 20.5px;
		padding-left: 26px;
		transition: 0.4s;
	}
	#subNav li.active a {
		background: url("../images/bg_nav_arrow.png") no-repeat 15px center;
		background-color: #e4b836;
		color: #ffffff;
		text-decoration: none;
		display: table-cell;
		vertical-align: middle;
		padding: 0 15px;
		height: 20.5px;
		padding-left: 26px;
		transition: 0.4s;
	}
}
@media (max-width: 700px) {
	#subNav {
		position: fixed;
		z-index: 101;
		top: 77px;
		left: 0;
		width: 100%;
		height: 46px;
	}
	#subNav ul {
		max-width: 350px;
		margin: 0 auto;
	}
	#subNav li {
		float: left;
		margin: 1px 0px;
		font-size: 12px;
		width: 50%;
		height: 20.5px;
		display: table;
	}
	#subNav li a {
		background: url("../images/bg_nav_arrow.png") no-repeat 15px center;
		color: #ffffff;
		text-decoration: none;
		display: table-cell;
		vertical-align: middle;
		padding: 0 15px;
		height: 20.5px;
		padding-left: 26px;
		transition: 0.4s;
	}
	#subNav li.active a {
		background: url("../images/bg_nav_arrow.png") no-repeat 15px center;
		background-color: #e4b836;
		color: #ffffff;
		text-decoration: none;
		display: table-cell;
		vertical-align: middle;
		padding: 0 15px;
		height: 20.5px;
		padding-left: 26px;
		transition: 0.4s;
	}
}

/*------------------------------
	interviewBox
------------------------------*/
/*------------------------------
	talkBox
------------------------------*/
#women #talkArea {
	padding: 70px 0 50px;
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
}
#women .talkBox {
	padding: 0 10px;
	padding-bottom: 70px;
	padding-top: 40px;
}
#women .talkBox .title {
	padding-bottom: 13px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background: url("../images/bg_title.gif") repeat-x left bottom;
}
#women .talkBox .title span {
	font-weight: normal;
	padding-right: 26px;
}
#women .talkBox h3 {
	padding: 25px 10px 35px;
	line-height: 1.4;
	font-size: 24px;
	text-align: center;
	color: #d5a40e;
	font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", 游明朝, "Yu Mincho",YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", メイリオ, Meiryo, serif;
	font-weight: normal;
}
#women .talkBox .txtBox {
	padding-left: 56px;
	position: relative;
	padding-bottom: 30px;
}
#women .talkBox .txtBox .name {
	position: absolute;
	left: 0;
	top: 0;
	border: solid 1px #cacaca;
	padding: 5px 8px;
	font-size: 14px;
	background-color: #ffffff;
}
#women .talkBox .txtBox p {
	line-height: 1.7;
	font-size: 14px;
	padding-top: 2px;
}
#women .talkBox .pic img {
	width: 100%;
}
/*------------------------------*/
#women #talkArea .person01,
#women #talkArea .person02,
#women #talkArea .person03,
#women #talkArea .person04 {
	position: relative;
	padding: 0 10px;
	padding-left: 210px;
	margin-bottom: 20px;
	min-height: 173px;
}
#women #talkArea .face {
	position: absolute;
	left: 10px;
	top: 0;
	width: 172px;
}
#women #talkArea .face img {
	width: 100%;
}
#women #talkArea .profile {
	position: relative;
	padding: 20px 20px 30px;
	background-color: #d5a40e;
}
#women #talkArea .profile .arrow {
	position: absolute;
	left: -16px;
	top: 74px;
}
#women #talkArea .profile p {
	color: #ffffff;
	font-size: 12px;
	line-height: 1.7;
}
#women #talkArea .profile .name {
	font-size: 20px;
	font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", 游明朝, "Yu Mincho",YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", メイリオ, Meiryo, serif;
	padding-bottom: 12px;
	color: #ffffff;
}
#women #talkArea .profile .job {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: dotted 1px #ffffff;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.6;
}
@media (min-width: 701px) and (max-width: 850px) {
	#women #talkArea {
		padding: 60px 0 40px;
	}
	#women .talkBox {
		padding-bottom: 50px;
		padding-top: 30px;
	}
	#women .talkBox .title span {
		padding-right: 24px;
	}
	#women .talkBox h3 {
		padding: 20px 10px 30px;
		font-size: 20px;
	}
	#women .talkBox .txtBox {
		padding-left: 52px;
		padding-bottom: 26px;
	}
	#women .talkBox .txtBox .name {
		padding: 4px 6px;
	}
	/*------------------------------*/
	#women #talkArea .person01,
	#women #talkArea .person02,
	#women #talkArea .person03,
	#women #talkArea .person04 {
		padding-left: 180px;
		min-height: 140px;
	}
	#women #talkArea .face {
		position: absolute;
		width: 140px;
	}
	#women #talkArea .profile {
		padding: 16px 16px 20px;
	}
	#women #talkArea .profile .arrow {
		top: 54px;
	}
	#women #talkArea .profile .name {
		font-size: 20px;
		padding-bottom: 10px;
	}
	#women #talkArea .profile .job {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
}
@media (max-width: 700px) {
	#women #talkArea {
		padding: 40px 0 30px;
	}
	#women .talkBox {
		padding-bottom: 40px;
		padding-top: 20px;
	}
	#women .talkBox .title span {
		padding-right: 20px;
	}
	#women .talkBox h3 {
		padding: 18px 10px 24px;
		font-size: 18px;
	}
	#women .talkBox .txtBox {
		padding-left: 50px;
		padding-bottom: 22px;
	}
	#women .talkBox .txtBox .name {
		padding: 4px 6px;
		font-size: 12px;
	}
	#women .talkBox .txtBox p {
		font-size: 12px;
		padding-top: 0px;
	}
	/*------------------------------*/
	#women #talkArea .person01,
	#women #talkArea .person02,
	#women #talkArea .person03,
	#women #talkArea .person04 {
		padding-left: 140px;
		min-height: 110px;
	}
	#women #talkArea .face {
		position: absolute;
		width: 110px;
	}
	#women #talkArea .profile {
		padding: 16px 12px 16px;
	}
	#women #talkArea .profile .arrow {
		top: 54px;
	}
	#women #talkArea .profile .name {
		font-size: 18px;
		padding-bottom: 8px;
	}
	#women #talkArea .profile .job {
		margin-bottom: 8px;
		padding-bottom: 8px;
	}
}

/*------------------------------
	talkBox - team
------------------------------*/
#team #talkArea {
	padding: 70px 0 50px;
	max-width: 1150px;
	margin: 0 auto;
	position: relative;
}
#team .talkBox {
	padding: 0 10px;
	padding-bottom: 70px;
}
#team .talkBox .title {
	padding: 13px 0;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	background-color: #d5a40e;
}
#team .talkBox .title span {
	font-weight: normal;
	padding-right: 26px;
}
#team .talkBox h3 {
	padding: 25px 10px 35px;
	line-height: 1.4;
	font-size: 24px;
	text-align: center;
	font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", 游明朝, "Yu Mincho",YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", メイリオ, Meiryo, serif;
	font-weight: normal;
}
#team .talkBox .txtBox {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1150px;
	margin: 0 auto;
	padding-bottom: 30px;
}
#team .talkBox .txtBox .nameBox{
	position: relative;
	width: 6%;
	margin: 0 2% 0 auto;
}
#team .talkBox .txtBox .nameBox .icon{
	width: 100%;
	margin-bottom: 8px;
}
#team .talkBox .txtBox .nameBox .icon img{
	width: 100%;
}
#team .talkBox .txtBox .nameBox .name {
	border: solid 1px #cacaca;
	padding: 4px 0px;
	font-size: 12px;
	width: 44px;
	margin: 0 auto;
	text-align: center;
	background-color: #000000;
	color: #ffffff;
}
#team .talkBox .txtBox p {
	width: 92%;
	line-height: 1.7;
	font-size: 14px;
	padding-top: 2px;
}
#team .talkBox .pic img {
	width: 100%;
}
@media (min-width: 701px) and (max-width: 850px) {
	#team #talkArea {
		padding: 60px 0 40px;
	}
	#team .talkBox {
		padding-bottom: 50px;
		padding-top: 30px;
	}
	#team .talkBox .title span {
		padding-right: 24px;
	}
	#team .talkBox h3 {
		padding: 20px 10px 30px;
		font-size: 20px;
	}
	#team .talkBox .txtBox {
		padding-bottom: 26px;
	}
	#team .talkBox .txtBox .nameBox .name {
		padding: 4px 0px;
	}
}
@media (max-width: 700px) {
	#team #talkArea {
		padding: 40px 0 30px;
	}
	#team .talkBox {
		padding-bottom: 40px;
		padding-top: 20px;
	}
	#team .talkBox .title {
		font-size: 14px;
	}
	#team .talkBox .title span {
		padding-right: 20px;
	}
	#team .talkBox h3 {
		padding: 18px 10px 24px;
		font-size: 18px;
	}
	#team .talkBox .txtBox {
		padding-bottom: 22px;
	}
	#team .talkBox .txtBox .nameBox {
		width: 14%;
		margin: 0 4% 0 auto;
	}
	#team .talkBox .txtBox .nameBox .icon{
		width: 100%;
		margin-bottom: 4px;
	}
	#team .talkBox .txtBox .nameBox .icon img{
		width: 100%;
	}
	#team .talkBox .txtBox .nameBox .name {
		padding: 4px 0px;
		font-size: 10px;
		width: 100%;
	}
	#team .talkBox .txtBox p {
		width: 82%;
		font-size: 12px;
		padding-top: 0px;
	}
}
/*------------------------------*/
#team #personBox {
	max-width: 1150px;
	margin: 0 auto;
	padding: 90px 10px 0;
}
#team #personBox ul {
	width: 100%;
}
#team #personBox li {
	width: 100%;
	margin-bottom: 16px;
}
#team #personBox .profile {
	padding-left: 250px;
	position: relative;
	min-height: 209px;
}
#team #personBox .face {
	position: absolute;
	left: 0;
	top: 0;
	width: 230px;
}
#team #personBox .face img {
	width: 100%;
}
#team #personBox .name {
	padding-top: 6px;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 12px;
	text-align: left;
}
#team #personBox .job {
	font-size: 12px;
	line-height: 1.7;
	padding-bottom: 17px;
	text-align: left;
}
#team #personBox p {
	text-align: left;
	line-height: 1.9;
	font-size: 12px;
	padding-top: 17px;
	background: url("../images/team_line.gif") no-repeat 20px top;
}
@media (min-width: 701px) and (max-width: 850px) {
	#team #personBox {
		padding: 70px 10px 0;
	}
	#team #personBox li {
		margin-bottom: 16px;
	}
	#team #personBox .profile {
		padding-left: 220px;
		min-height: 209px;
	}
	#team #personBox .face {
		width: 200px;
	}
	#team #personBox .name {
		padding-top: 4px;
		font-size: 20px;
		padding-bottom: 8px;
	}
	#team #personBox .job {
		font-size: 12px;
		padding-bottom: 12px;
	}
	#team #personBox p {
		font-size: 12px;
		padding-top: 12px;
		background: url("../images/team_line.gif") no-repeat 20px top;
	}
}
@media (max-width: 700px) {
	#team #personBox {
		padding: 40px 10px 0;
	}
	#team #personBox li {
		margin-bottom: 16px;
	}
	#team #personBox .profile {
		padding-left: 150px;
		min-height: auto;
		padding-bottom: 20px;
	}
	#team #personBox .face {
		width: 130px;
	}
	#team #personBox .name {
		padding-top: 4px;
		font-size: 18px;
		padding-bottom: 6px;
	}
	#team #personBox .job {
		font-size: 12px;
		padding-bottom: 8px;
	}
	#team #personBox p {
		font-size: 12px;
		padding-top: 8px;
		background: url("../images/team_line.gif") no-repeat 20px top;
	}
	.pc700 {
		display: none;
	}
}

/*------------------------------
	photo
------------------------------*/
#photo #contents {
	background: #ffffff;
}
#photo #kvArea {
	position: relative;
}
#photo #kvArea img {
	width: 100%;
	vertical-align: bottom;
}
#photo #kvArea h2 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -126.5px;
	margin-top: -20px;
	width: 253px;
}
/* ボタン */
.square_btn {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #67c5ff;
    border: solid 2px #67c5ff;
    border-radius: 3px;
    transition: .4s;

}

.square_btn:hover {
    background: #67c5ff;
    color: white;
}

#photo #btn {
	margin: 0;
	padding: 10px 5px 44px 5px;
	text-align : center ;
}

#photo .square_btn01 {
    margin-top: 2.7px;
    display: inline-block;
    padding: 5px 30px;
    text-decoration: none;
    color: black;
    border: solid 1px #000000;
    border-radius: 3px;
    transition: .4s;
}
#photo .square_btn01:hover {
    background: black;
    color: white;

}
btn01 a:hover,
btn02 a:hover {
	color: #000000;
}


#photo .square_btn02 {
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
    color: black;
    border: solid 1px black;
    border-radius: 3px;
    transition: .4s;
}
#photo .square_btn02:hover {
    background: black;
    color: white;
}

#photo .square_btn03 {
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
    color: black;
    border: solid 1px black;
    border-radius: 3px;
    transition: .4s;
}
#photo .square_btn03:hover {
    background: black;
    color: white;
}

#photo .square_btn04 {
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
    color: black;
    border: solid 1px black;
    border-radius: 3px;
    transition: .4s;
}
#photo .square_btn04:hover {
    background: black;
    color: white;
}

#photo .square_btn05 {
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
    color: black;
    border: solid 1px black;
    border-radius: 3px;
    transition: .4s;
}
#photo .square_btn05:hover {
    background: black;
    color: white;
}

/*------------------------------*/
#photo #lead {
	padding: 60px 10px;
	font-size: 14px;
	line-height: 1.9;
	text-align: center;
}
#photo #photoArea {
	padding: 0 8px;
	padding-bottom: 130px;
}
#photo #photoArea .photoBox {
	width: 50%;
	float: left;
}
#photo #photoArea .pic {
	padding: 8px;
}
#photo #photoArea .pic img {
	width: 100%;
}

@media (min-width: 701px) and (max-width: 850px) {
	#photo #kvArea h2 {
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -63px;
		margin-top: -10px;
		width: 126.5px;
	}
	/*------------------------------*/
	#photo #lead {
		padding: 40px 10px;
		font-size: 14px;
		line-height: 1.8;
		text-align: center;
	}
	#photo #photoArea {
		padding: 0 5px;
		padding-bottom: 90px;
	}
	#photo #photoArea .pic {
		padding: 5px;
	}
	#photo #photoArea .photoBox {
		width: 50%;
		float: left;
	}
}
@media (max-width: 700px) {
	#photo #kvArea {
		margin-top: 72px;
	}
	#photo #kvArea h2 {
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -63px;
		margin-top: -10px;
		width: 126.5px;
	}
	/*------------------------------*/
	#photo #lead {
		padding: 30px 10px;
		font-size: 12px;
		line-height: 1.8;
		text-align: center;
	}
	#photo #photoArea {
		padding: 0 3px;
		padding-bottom: 50px;
	}
	#photo #photoArea .photoBox {
		width: 100%;
		float: none;
	}
	#photo #photoArea .pic {
		padding: 3px;
	}
}

/*------------------------------
	gallery
------------------------------*/
#gallery #selectBtn {
	color: #000000;
	padding: 40px 10px;
	max-width: 1170px;
	margin: 0 auto;
}
#gallery #selectBtn li {
	width: 20%;
    float: left;
}
#gallery #selectBtn .listBox {
	margin: 0 5px;
	border-radius: 6px;
	border: solid 1px #000000;
	font-size: 12px;
	text-align: center;
	padding: 10px 0;
	transition: 0.4s;
}
#gallery #selectBtn .listBox:hover{
    background-color: #000000;
    color: #ffffff;
    cursor: pointer;
}
#gallery #selectBtn li.on .listBox {
    background-color: #000000;
    color: #ffffff;
    cursor: pointer;
}
@media (min-width: 701px) and (max-width: 850px) {
	#gallery #selectBtn {
		padding: 36px 10px;
	}
	#gallery #selectBtn li {
		width: 20%;
	    float: left;
	}
	#gallery #selectBtn .listBox {
		margin: 0 5px;
		border-radius: 5px;
		font-size: 12px;
		padding: 8px 0;
	}
}
@media (max-width: 700px) {
	#gallery #boxArea {
		width: 950px;
	}
	#gallery #selectBtn {
		padding: 36px 10px;
	}
	#gallery #selectBtn li {
		width: 50%;
	    float: left;
	    margin-bottom: 16px;
	}
	#gallery #selectBtn li.spwidth {
		width: 100%;
	}
	#gallery #selectBtn .listBox {
		margin: 0 5px;
		border-radius: 5px;
		font-size: 12px;
		padding: 6px 0;
	}
}

/*------------------------------*/
#gallery #photoArea {
	width: 100%;
}
#gallery #boxArea {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 150px;
	position: relative;
}
#gallery #boxArea .picBox {
	/*
	width: 50%;
	float: left;
	*/
}
#gallery #boxArea .resBox {
	width: 49.9%;
}

#gallery #boxArea .pic {
	position: relative;
	display: block;
	padding: 10px;
}
#gallery #boxArea .pic img {
	width: 100%;
}
@media (min-width: 701px) and (max-width: 850px) {
	#gallery #boxArea .resBox {
		width: 100%;
	}
}
@media (max-width: 700px) {
	#gallery #boxArea .resBox {
		width: 100%;
	}
	#gallery #boxArea .pic {
		position: relative;
		display: block;
		padding: 5px;
	}
}

/*------------------------------
	line
------------------------------*/
#line #inner {
	width: auto;
	padding: 0 20px;
	margin: 60px auto 80px auto;
}
#line #inner .registBox {
	position: relative;
	width: auto;
	border: solid 1px #5abe5a;
	margin-bottom: 10px;
}
#line #inner .registBox .hd {
	position: absolute;
	left: 50%;
	top: 0%;
	margin-left: -75px;
	margin-top: -10px;
	width: 170px;
	text-align: center;
	background-color: #fff;
	color: #5abe5a;
	font-size: 20px;
}
#line #inner .registBox .wrap {
	width: auto;
	padding: 60px;
}
#line #inner .registBox .wrap .regist {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
}
#line #inner .registBox .wrap .regist:last-child {
	margin-bottom: 0px;
}
#line #inner .registBox .wrap .text {
	font-size: 14px;
}
#line #inner .registBox .wrap .text .method {
	margin-bottom: 30px;
	font-size: 18px;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.5;
}
#line #inner .registBox .wrap .text .method span {
	color: #5abe5a;
	margin-right: 5px;
}
#line #inner .registBox .wrap .text li {
	margin-bottom: 25px;
}
#line #inner .registBox .wrap .text li:last-child {
	margin-bottom: 0px;
}
#line #inner .registBox .wrap .text li .icon img {
	margin: 0 5px -2px 5px;
	background-color: #ff0000;
	width: 16px;
}
#line #inner .registBox .wrap .qr img {
	width: 96px;
}
#line #inner .registBox .wrap .regist .btn img {
	width: 170px;
	margin-top: 45px;
}
#line #inner .lead p {
	font-size: 14px;
	line-height: 1.5;
}

@media (max-width: 700px) {
	#line #inner {
		padding: 0 10px;
		margin: 52px auto 40px auto;
	}
	#line #inner .registBox .hd {
		font-size: 18px;
		width: 150px;
	}
	#line #inner .registBox .wrap {
		padding: 40px 20px;
	}
	#line #inner .registBox .wrap .regist {
		margin-bottom: 40px;
	}
	#line #inner .registBox .wrap .text {
		padding-right: 20px;
	}
	#line #inner .registBox .wrap .text .method {
		margin-bottom: 10px;
		font-size: 16px;
	}
	#line #inner .registBox .wrap .text li {
		margin-bottom: 15px;
		text-indent: -1em;
		padding-left: 1em;
		line-height: 1.5;
	}
	#line #inner .registBox .wrap .regist .qr img {
		width: 80px;
	}
	#line #inner .registBox .wrap .regist .btn img {
		width: 100px;
		margin-top: 30px;
	}
	#line #inner .lead p {
		text-indent: -1em;
		padding-left: 1em;
		line-height: 1.5;
	}
}
