/*-------------------------------------
bread
--------------------------------------*/

/*-------------------------------------
main
--------------------------------------*/

.main {
	position: relative;
}

.main__intro {
	position: relative;
}

.main__intro a {
	text-decoration: none;
}

.main__intro .intro__txt a {
	display: block;
}

.main__intro .intro__txt .inner {
	background: #3edda7;
}

.main__intro .intro__txt .tit {
	color: #fff;
}

.main__intro .intro__txt .tit span {
	font-family: "RyoGothicPlusNW50-UltHe";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.main__intro .intro__txt .txt {
	color: #fff;
	display: inline;
	font-family: "RyoGothicPlusNW50-UltHe";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.main__intro .intro__txt .txt span {
	color: #fff;
	display: inline;
	font-family: "RyoGothicPlusNW50-UltHe";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.main__copy .txt {
	font-family: "RyoGothicPlusNW50-UltHe";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.main__copy .txt span {
	display: inline-block;
}

.main__copy .txt span.kakko {
	letter-spacing: -0.5em;
}

.main__copy .txt span.mark {
	letter-spacing: -0.5em;
}

.main__prof .name {
	font-family: "RyoGothicPlusNW50-UltHe";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.main__prof .detail {
	font-family: "RyoGothicPlusNW50-UltHe";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.main__prof .txt {
	font-family: "RyoGothicPlusNW50-UltHe";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*-------------------------------------
contents
--------------------------------------*/

/*-------------------------------------
members
--------------------------------------*/

.members__interview.last {
	margin-bottom: 0;
}

.members .interview__tit {
	font-family: "RyoGothicPlusNW50-UltHe";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 180%;
}

.members .interview__tit--ltsmin {
	letter-spacing: -0.01em;
	margin-right: -20px;
}

.members .interview__txt {
	line-height: 200%;
}

.members .comment__inner {
	position: relative;
	background-position: bottom center;
	background-repeat: no-repeat;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
}

.members .comment__tit span {
	color: #fff;
	text-align: center;
	background: #3edda7;
	display: block;
}

.members .comment__txtarea {
	background-repeat: no-repeat;
	background-position: center;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.members .comment__read {
	font-family: "RyoGothicPlusNW50-UltHe";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 160%;
}

.members .comment__read span {
	font-family: "RyoGothicPlusNW50-UltHe";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 160%;
}

.members .comment__read span.kakko {
	letter-spacing: -0.5em;
}

.members .comment__read span.mark {
	letter-spacing: -0.5em;
}

.members .comment__txt {
	font-family: "RyoGothicPlusNW50-UltHe";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.members .comment__bgarea .layer {
	width: 100%;
	height: 100%;
}

.members .comment__more {
	z-index: 1001;
}

.members .comment__more__item {
	font-family: "RyoGothicPlusNW50-UltHe";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: bold;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
}

.members .comment__more__item:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}

.members .comment__more__modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2001;
	display: none;
}

.members .modal {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2001;
}

.members .modal__contents {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2002;
	overflow: scroll;
	background: #fff;
}

.members .modal__contents__close {
	text-align: right;
}

.members .modal__contents__close img {
	-moz-transform: translate(0.3s, 1em);
	-ms-transform: translate(0.3s, 1em);
	-webkit-transform: translate(0.3s, 1em);
	transform: translate(0.3s, 1em);
	cursor: pointer;
}

.members .modal__contents__close img:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.members .modal__contents__txt {
	letter-spacing: 0.04em;
	line-height: 180%;
}

.members .modal__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 246, 4, 0.9);
	z-index: 2001;
	cursor: pointer;
}

/*-------------------------------------
membernav
--------------------------------------*/

.membernav ul {
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
	overflow: hidden;
	*zoom: 1;
}

.membernav ul li {
	float: left;
}

.membernav ul li a {
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

.membernav__arw {
	border-right: 5px solid #000;
	border-left: 5px solid #000;
}

.membernav__top i {
	margin-left: 10px;
}

@media screen and (min-width: 680px) {

.bread ul {
	width: fit-content;
	padding-bottom: 135px;
}

.main__intro {
	max-width: 1200px;
	min-width: 980px;
	margin-right: auto;
	margin-left: auto;
}

.main__intro .intro__absolute {
	position: absolute;
	top: -180px;
	right: 0;
	width: 288px;
	height: 180px;
}

.main__intro .intro__txt {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.main__intro .intro__txt .inner {
	width: 109px;
	height: 109px;
	border-radius: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.main__intro .intro__txt .tit {
	margin-bottom: 10px;
}

.main__intro .intro__txt .tit span {
	border-bottom: 1px solid #fff;
	font-size: 12px;
}

.main__intro .intro__txt .tit span.mark {
	display: none;
}

.main__intro .intro__txt .txt {
	font-size: 16px;
	line-height: 125%;
}

.main__intro .intro__txt .txt span {
	font-size: 16px;
	line-height: 125%;
	letter-spacing: -0.1em;
}

.main__intro .intro__txt .txt span.min {
	font-size: 12px;
}

.main__intro .intro__img {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

.main__copy {
	position: absolute;
	top: -65px;
	left: 0;
	width: 100%;
	z-index: 100;
}

.main__copy .txt {
	max-width: 1400px;
	min-width: 980px;
	margin-right: auto;
	margin-left: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 70px;
	line-height: 180%;
	padding-left: 0;
	letter-spacing: -0.05em;
}

.main__copy .txt span {
	font-size: 70px;
	line-height: 180%;
}


.main__copy .txt span.first {
	margin-left: -30px;
}

.main__copy .txt span.kakko {
	margin-left: -10px;
}

.main__copy .txt span.last {
	letter-spacing: -1em;
}

.main__copy .txt span.lsmin {
	letter-spacing: -0.2em;
}
	
.kamiguchi .main__copy .txt, .nakamura .main__copy .txt, .tsuru .main__copy .txt, .nakamura .main__copy .txt {
	line-height: 160%;	
}
.kusafuka .main__copy .txt {
	line-height: 150%;
}
	
.kamiguchi .main__copy .txt {
	font-size:70px;	
}
	
.tomita .main__copy .txt {
	line-height: 150%;
}

.main__prof {
	height: 520px;
	background: url("../image/common/bg_yellow.gif") no-repeat right top;
	-moz-background-size: 50% 100%;
	-o-background-size: 50% 100%;
	-webkit-background-size: 50% 100%;
	background-size: 50% 100%;
	background-repeat: no-repeat;
}

.main__prof--large {
	height: 600px;
}

.main__prof--x-large {
	height: 700px;
}

.kusafuka .main__prof--large {
	height: 700px;
}

.main__prof--daimon {
	height: 600px;
}

.main__prof .inner {
	max-width: 1200px;
	min-width: 980px;
	margin-right: auto;
	margin-left: auto;
	background: #fbe233;
	height: 520px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 220px;
}

.main__prof .inner--large {
	height: 600px;
	padding-top: 340px;
}

.main__prof .inner--x-large {
	height: 700px;
	padding-top: 440px;
}

.kusafuka .main__prof .inner--x-large {
	height: 800px;
	padding-top: 500px;
}

.main__prof .inner--daimon {
	height: 600px;
	padding-top: 500px;
}

.main__prof .inner2 {
	width: 490px;
	position: relative;
	z-index: 100;
}

.main__prof .name {
	font-size: 40px;
	letter-spacing: 0em;
	margin-bottom: 5px;
}

.main__prof .name span {
	font-size: 20px;
}
	
	.hayashi .main__prof .name span {
		font-size: 17px;
	}

.iwasaki .main__prof .name span {
	letter-spacing: 0em;
}

.main__prof .detail {
	font-size: 16px;
	margin-bottom: 30px;
}

.main__prof .detail br.dnpc {
	display: none;
}

.main__prof .txt {
	font-size: 14px;
	line-height: 180%;
}

.main__prof .anno {
	font-size: 12px;
	margin-top: 1em;
}

.main__img {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}

.main__img .img {
	max-width: 1400px;
	min-width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-position: right center;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	height: 830px;
}

.aaaaaaa .main__img .img {
	background-image: url("https://www.puff.co.jp/saiyo/assets/image/recruit/members/aaaaaaa/main_pc.png");
}
	
.jack .main__img .img {
	background-image: url("../image/recruit/members/jack/main_pc.png");
}
.kyuchan .main__img .img {
	background-image: url("../image/recruit/members/kyuchan/main_pc.png");
}

.hirahara .main__img .img {
	background-image: url("../image/recruit/members/hirahara/main_pc.png");
}

.hosaka .main__img .img {
	background-image: url("../image/recruit/members/hosaka/main_pc.png");
}

.kimura .main__img .img {
	background-image: url("../image/recruit/members/kimura/main_pc.png");
}

.kobayashi .main__img .img {
	background-image: url("../image/recruit/members/kobayashi/main_pc.png");
}

.kugisaki .main__img .img {
	background-image: url("../image/recruit/members/kugisaki/main_pc.png");
}

.makino .main__img .img {
	background-image: url("../image/recruit/members/makino/main_pc.png");
}

.mizobuchi .main__img .img {
	background-image: url("../image/recruit/members/mizobuchi/main_pc.png");
}

.saeki .main__img .img {
	background-image: url("../image/recruit/members/saeki/main_pc.png");
}

.shimizu .main__img .img {
	background-image: url("../image/recruit/members/shimizu/main_pc.png");
}

.tashiro .main__img .img {
	background-image: url("../image/recruit/members/tashiro/main_pc.png");
}

.watanabe .main__img .img {
	background-image: url("../image/recruit/members/watanabe/main_pc.png");
}

.yokoyama .main__img .img {
	background-image: url("../image/recruit/members/yokoyama/main_pc.png");
}

.yoshikawa .main__img .img {
	background-image: url("../image/recruit/members/yoshikawa/main_pc.png");
}

.oooka .main__img .img {
	background-image: url("../image/recruit/members/oooka/main_pc.png");
}

.orihara .main__img .img {
	background-image: url("../image/recruit/members/orihara/main_pc.png");
}

.iwasaki .main__img .img {
	background-image: url("../image/recruit/members/iwasaki/main_pc.png");
}

.ishigami .main__img .img {
	background-image: url("../image/recruit/members/ishigami/main_pc.png");
}

.satsuki .main__img .img {
	background-image: url("../image/recruit/members/satsuki/main_pc.png");
}

.daimon .main__img .img {
	background-image: url("../image/recruit/members/daimon/main_pc.png");
}

.akune .main__img .img {
	background-image: url("../image/recruit/members/akune/main_pc.png");
}

.ishikawa .main__img .img {
	background-image: url("../image/recruit/members/ishikawa/main_pc.png");
}

.murakami .main__img .img {
	background-image: url("../image/recruit/members/murakami/main_pc.png");
}

.okazaki .main__img .img {
	background-image: url("../image/recruit/members/okazaki/main_pc.png");
}

.satomi .main__img .img {
	background-image: url("../image/recruit/members/satomi/main_pc.png");
}
	
.yamashita .main__img .img {
	background-image: url("../image/recruit/members/yamashita/main_pc.png");
}
	
.kasahara .main__img .img {
	background-image: url("../image/recruit/members/kasahara/main_pc.png");
}

.kamijyo .main__img .img {
	background-image: url("../image/recruit/members/kamijyo/main_pc.png");
}

.kamiguchi .main__img .img {
	background-image: url("../image/recruit/members/kamiguchi/main_pc.png");
}

.kusafuka .main__img .img {
	background-image: url("../image/recruit/members/kusafuka/main_pc.png");
}

.nakamura .main__img .img {
	background-image: url("../image/recruit/members/nakamura/main_pc.png");
}

.tsuru .main__img .img {
	background-image: url("../image/recruit/members/tsuru/main_pc.png");
}
	
.hayashi .main__img .img {
	background-image: url("../image/recruit/members/hayashi/main_pc.png");
}
	
.tomita .main__img .img {
	background-image: url("../image/recruit/members/tomita/main_pc.png");
}
	
.arashida .main__img .img {
	background-image: url("../image/recruit/members/arashida/main_pc.png");
}

.main__img .img img {
	width: 100%;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}

.contents {
	padding-top: 105px;
}

.kamiguchi .contents {
	/*padding-top: 180px;*/
}

.kusafuka .contents {
	padding-top: 105px;
}

.contents--daimon {
	padding-top: 180px;
}

.members__interview {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	padding-bottom: 600px;
	position: relative;
}

.members .interview__tit {
	font-size: 48px;
	margin-bottom: 30px;
}

.members .interview__tit .kakko {
	margin-left: -30px;
	display: inline-block;
}

.members .interview__txtarea {
	overflow: hidden;
	*zoom: 1;
	margin-bottom: 40px;
}

.members .interview__txt {
	width: 460px;
	font-size: 16px;
}

.members .interview__txt.leftbox {
	float: left;
}

.members .interview__txt.rightbox {
	float: right;
}

.members .interview__img {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2000;
}

.members .interview__img.modalopen {
	z-index: 0;
}

.members__comment {
	margin-top: -100px;
	position: relative;
	background: #fff604;
	min-width: 980px;
	overflow: hidden;
}

.members__comment.modalopen {
	overflow: visible;
}

.members .comment__absolute {
	position: absolute;
	top: 152px;
	left: 0;
	width: 100%;
	z-index: 1000;
}

.members .comment__inner {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

.aaaaaaa .members .comment__inner {
	background-image: url("https://www.puff.co.jp/saiyo/assets/image/recruit/members/aaaaaaa/comment_pc.png");
}
	
.jack .members .comment__inner {
	background-image: url("../image/recruit/members/jack/comment_pc.png");
}
.kyuchan .members .comment__inner {
	background-image: url("../image/recruit/members/kyuchan/comment_pc.png");
}

.hirahara .members .comment__inner {
	background-image: url("../image/recruit/members/hirahara/comment_pc.png");
}

.hosaka .members .comment__inner {
	background-image: url("../image/recruit/members/hosaka/comment_pc.png");
}

.kimura .members .comment__inner {
	background-image: url("../image/recruit/members/kimura/comment_pc.png");
}

.kobayashi .members .comment__inner {
	background-image: url("../image/recruit/members/kobayashi/comment_pc.png");
}

.kugisaki .members .comment__inner {
	background-image: url("../image/recruit/members/kugisaki/comment_pc.png");
}

.makino .members .comment__inner {
	background-image: url("../image/recruit/members/makino/comment_pc.png");
}

.mizobuchi .members .comment__inner {
	background-image: url("../image/recruit/members/mizobuchi/comment_pc.png");
}

.saeki .members .comment__inner {
	background-image: url("../image/recruit/members/saeki/comment_pc.png");
}

.shimizu .members .comment__inner {
	background-image: url("../image/recruit/members/shimizu/comment_pc.png");
}

.tashiro .members .comment__inner {
	background-image: url("../image/recruit/members/tashiro/comment_pc.png");
}

.watanabe .members .comment__inner {
	background-image: url("../image/recruit/members/watanabe/comment_pc.png");
}

.yokoyama .members .comment__inner {
	background-image: url("../image/recruit/members/yokoyama/comment_pc.png");
}

.yoshikawa .members .comment__inner {
	background-image: url("../image/recruit/members/yoshikawa/comment_pc.png");
}

.oooka .members .comment__inner {
	background-image: url("../image/recruit/members/oooka/comment_pc.png");
}

.orihara .members .comment__inner {
	background-image: url("../image/recruit/members/orihara/comment_pc.png");
}

.iwasaki .members .comment__inner {
	background-image: url("../image/recruit/members/iwasaki/comment_pc.png");
}

.ishigami .members .comment__inner {
	background-image: url("../image/recruit/members/ishigami/comment_pc.png");
}

.satsuki .members .comment__inner {
	background-image: url("../image/recruit/members/satsuki/comment_pc.png");
}

.daimon .members .comment__inner {
	background-image: url("../image/recruit/members/daimon/comment_pc.png");
}

.akune .members .comment__inner {
	background-image: url("../image/recruit/members/akune/comment_pc.png");
}

.ishikawa .members .comment__inner {
	background-image: url("../image/recruit/members/ishikawa/comment_pc.png");
}

.murakami .members .comment__inner {
	background-image: url("../image/recruit/members/murakami/comment_pc.png");
}

.okazaki .members .comment__inner {
	background-image: url("../image/recruit/members/okazaki/comment_pc.png");
}

.satomi .members .comment__inner {
	background-image: url("../image/recruit/members/satomi/comment_pc.png");
}
	
.yamashita .members .comment__inner {
	background-image: url("../image/recruit/members/yamashita/comment_pc.png");
}

.kasahara .members .comment__inner {
	background-image: url("../image/recruit/members/kasahara/comment_pc.png");
}
.kamijyo .members .comment__inner {
	background-image: url("../image/recruit/members/kamijyo/comment_pc.png");
}
.kusafuka .members .comment__inner {
	background-image: url("../image/recruit/members/kusafuka/comment_pc.png");
}
.kamiguchi .members .comment__inner {
	background-image: url("../image/recruit/members/kamiguchi/comment_pc.png");
}
.nakamura .members .comment__inner {
	background-image: url("../image/recruit/members/nakamura/comment_pc.png");
}
.tsuru .members .comment__inner {
	background-image: url("../image/recruit/members/tsuru/comment_pc.png");
}
.hayashi .members .comment__inner {
	background-image: url("../image/recruit/members/hayashi/comment_pc.png");
}
.tomita .members .comment__inner {
	background-image: url("../image/recruit/members/tomita/comment_pc.png");
}
.arashida .members .comment__inner {
	background-image: url("../image/recruit/members/arashida/comment_pc.png");
}

.members .comment__tit {
	position: absolute;
	top: 0;
	right: 0;
}

.members .comment__tit span {
	width: 156px;
	height: 156px;
	border-radius: 100%;
	font-size: 18px;
	line-height: 156px;
}

.members .comment__txtarea {
	padding: 50px 140px 95px;
	background-image: url("../image/recruit/members/bg_comment_pc.png");
}

.members .comment__read {
	font-size: 28px;
	margin-bottom: 20px;
}

.members .comment__read span {
	font-size: 28px;
	margin-bottom: 20px;
}

.members .comment__read span.first {
	margin-left: -20px;
}

.members .comment__read span.last {
	letter-spacing: -1em;
}

.hosaka .members .comment__read {
	letter-spacing: 0em;
}

.members .comment__txt {
	font-size: 20px;
	line-height: 180%;
}

.members .comment__bgarea {
	position: relative;
	overflow: hidden;
}

.members .comment__bgarea .graphright img {
	position: absolute;
	bottom: 0;
	left: 65%;
}

.members .comment__bgarea .graphleft img {
	position: absolute;
	top: 50px;
	right: 40%;
}

.members .comment__more {
	position: absolute;
	bottom: 265px;
	left: 0;
	width: 100%;
}

.members .comment__more__inner {
	position: relative;
}

.members .comment__more__item {
	background: url("../image/recruit/members/bg_comment_more_pc.png") no-repeat center center;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	font-size: 18px;
	letter-spacing: 0.04em;
	line-height: 171.1%;
	width: 401px;
	padding: 35px 45px 45px 75px;
	position: absolute;
	bottom: 0;
	right: -43px;
}

.members .comment__more__item__txt {
	display: block;
	background: url("../image/recruit/members/icon_arw.png") no-repeat right top 20px;
}

.members .modal__contents {
	width: 800px;
	max-height: 90%;
	border: 5px solid #000;
}

.members .modal__contents__close {
	padding: 18px 18px 30px;
}

.members .modal__contents__txt {
	padding: 60px;
	padding-top: 0;
	font-size: 16px;
}

.membernav {
	min-width: 980px;
}

.membernav ul li a {
	line-height: 60px;
	font-size: 20px;
}

.membernav__arw {
	width: 70px;
	height: 60px;
}

}

@media screen and (min-width: 1100px) {

.main__copy {
	position: absolute;
	top: -75px;
	left: 0;
}

.main__copy .txt {
	font-size: 80px;
	line-height: 180%;
}

.main__copy .txt span {
	font-size: 80px;
	line-height: 180%;
}

.main__prof {
	height: 570px;
}

.main__prof--large {
	height: 650px;
}
	
.kamiguchi .main__prof--large, .tsuru .main__prof--large, .nakamura .main__prof--large {
	height: 750px;
}

.kusafuka .main__prof--large {
	height: 850px;
}

.main__prof--daimon {
	height: 650px;
}

.main__prof .inner {
	height: 570px;
	padding-top: 270px;
}
	
.kamiguchi .main__prof .inner, .tsuru .main__prof .inner, .nakamura .main__prof .inner {
	height: 800px;
}

.kusafuka .main__prof .inner {
	height: 900px;
}

.main__prof .inner--large {
	height: 650px;
	padding-top: 390px;
}

.main__prof .inner--x-large {
	padding-top: 490px;
}

.main__prof .inner--daimon {
	height: 650px;
	padding-top: 550px;
}

.main__img .img {
	height: 880px;
}

.members .comment__tit {
	right: -45px;
}

}

@media screen and (min-width: 1200px) {

.main__copy {
	position: absolute;
	top: -75px;
	left: 0;
}

.main__copy .txt {
	font-size: 88px;
	line-height: 180%;
}

.main__copy .txt span {
	font-size: 88px;
	line-height: 180%;
}

.main__prof {
	height: 620px;
}

.main__prof--large {
	height: 700px;
}

.kamiguchi .main__prof--large, .tsuru .main__prof--large, .nakamura .main__prof--large {
	height: 800px;
}
.kusafuka .main__prof--large {
	height: 900px;
}
	
.tomita .main__prof--large {
	height: 640px;
}

.main__prof--daimon {
	height: 700px;
}

.main__prof .inner {
	height: 620px;
	padding-top: 310px;
}

.main__prof .inner--large {
	height: 700px;
	padding-top: 430px;
}

.main__prof .inner--x-large {
	height: 800px;
	padding-top: 530px;
}

.kusafuka .main__prof .inner--x-large {
	padding-top: 630px;
	height: 900px;
}
	
.tomita .main__prof .inner--large {
	padding-top: 380px;
	height: 640px;
}
	

.main__prof .inner--daimon {
	height: 700px;
	padding-top: 590px;
}

.oooka .main__img {
	position: absolute;
	top: 40px;
	right: 0;
}

.orihara .main__img {
	position: absolute;
	top: 40px;
	right: 0;
}

.main__img .img {
	height: 930px;
}

}

@media screen and (max-width: 679px) {

.main__intro .intro__txt .inner {
	height: 45px;
	line-height: 45px;
	padding-left: 30px;
}

.main__intro .intro__txt .tit {
	display: inline;
}

.main__intro .intro__txt .tit span {
	font-size: 14px;
}

.main__intro .intro__txt .tit span.mark {
	font-size: 14px;
}

.main__intro .intro__txt .txt {
	font-size: 14px;
}

.main__intro .intro__txt .txt span {
	font-size: 14px;
	letter-spacing: -0.05em;
}

.main__intro .intro__txt .txt br {
	display: none;
}

.main__intro .intro__img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 95px;
}

.main__copy {
	background-color: #fff604;
	padding: 40px 10px;
	background-image: url("../image/recruit/members/bg_copy.gif"), url("../image/common/bg_white.gif");
	background-repeat: no-repeat,no-repeat;
	-moz-background-size: 30px 30px, 30px 100%;
	-o-background-size: 30px 30px, 30px 100%;
	-webkit-background-size: 30px 30px, 30px 100%;
	background-size: 30px 30px, 30px 100%;
}

.main__copy .txt {
	font-size: 32px;
	line-height: 160%;
	letter-spacing: -0.02em;
}

.main__copy .txt br {
	display: none;
}

.main__copy .txt span {
	font-size: 32px;
	line-height: 180%;
}

.main__copy .txt span.first {
	margin-left: -15px;
}

.main__copy .txt span.kakko {
	margin-left: -5px;
}

.main__copy .txt span.lsmin {
	letter-spacing: -0.2em;
}

.main__prof {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 60px;
}

.main__prof .inner {
	background: #fff;
	padding: 20px 0 20px 20px;
}

.main__prof .name {
	font-size: 20px;
	margin-bottom: 5px;
}

.main__prof .name span {
	font-size: 10px;
}

.shimizu .main__prof .name span {
	letter-spacing: 0em;
}

.yokoyama .main__prof .name span {
	letter-spacing: 0em;
}

.iwasaki .main__prof .name span {
	letter-spacing: 0em;
}

.main__prof .detail {
	font-size: 12px;
	line-height: 140%;
	margin-bottom: 15px;
}

.main__prof .detail br.dnsp {
	display: none;
}

.main__prof .txt {
	font-size: 10px;
	line-height: 180%;
	padding-right: 20px;
}

.main__prof .anno {
	font-size: 9px;
	margin-top: 1em;
}

.main__img {
	background-image: url("../image/recruit/members/bg_img.gif"), url("../image/recruit/members/bg_img_stripe.gif"), url("../image/common/bg_yellow.gif");
	background-repeat: no-repeat,repeat-x,no-repeat;
	-moz-background-size: 30px 205px, 21px 65px, 100% 205px;
	-o-background-size: 30px 205px, 21px 65px, 100% 205px;
	-webkit-background-size: 30px 205px, 21px 65px, 100% 205px;
	background-size: 30px 205px, 21px 65px, 100% 205px;
	background-position: top right,top left,top left;
}

.main__img .img {
	padding: 55px 20px 0;
}

.contents {
	padding-top: 20px;
}

.members__interview {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 40px;
}

.members__interview.last {
	background: url("../image/common/bg_yellow.gif") no-repeat bottom left;
	-moz-background-size: 100% 40px;
	-o-background-size: 100% 40px;
	-webkit-background-size: 100% 40px;
	background-size: 100% 40px;
}

.members .interview__tit {
	font-size: 26px;
	margin-bottom: 20px;
}

.members .interview__tit br {
	display: none;
}

.members .interview__txtarea {
	margin-bottom: 20px;
}

.members .interview__txt {
	font-size: 14px;
}

.members__comment {
	background: url("../image/recruit/members/bg_comment_sp.gif") repeat top center;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	-webkit-background-size: 100%;
	background-size: 100%;
}

.members .comment__inner {
	padding-top: 115px;
}

.aaaaaaa .members .comment__inner {
	background-image: url("https://www.puff.co.jp/saiyo/assets/image/recruit/members/aaaaaaa/comment_sp.png");
}
	
.jack .members .comment__inner {
	background-image: url("../image/recruit/members/jack/comment_sp.png");
}
.kyuchan .members .comment__inner {
	background-image: url("../image/recruit/members/kyuchan/comment_sp.png");
}
.hirahara .members .comment__inner {
	background-image: url("../image/recruit/members/hirahara/comment_sp.png");
}

.hosaka .members .comment__inner {
	background-image: url("../image/recruit/members/hosaka/comment_sp.png");
}

.kimura .members .comment__inner {
	background-image: url("../image/recruit/members/kimura/comment_sp.png");
}

.kobayashi .members .comment__inner {
	background-image: url("../image/recruit/members/kobayashi/comment_sp.png");
}

.kugisaki .members .comment__inner {
	background-image: url("../image/recruit/members/kugisaki/comment_sp.png");
}

.makino .members .comment__inner {
	background-image: url("../image/recruit/members/makino/comment_sp.png");
}

.mizobuchi .members .comment__inner {
	background-image: url("../image/recruit/members/mizobuchi/comment_sp.png");
}

.saeki .members .comment__inner {
	background-image: url("../image/recruit/members/saeki/comment_sp.png");
}

.shimizu .members .comment__inner {
	background-image: url("../image/recruit/members/shimizu/comment_sp.png");
}

.tashiro .members .comment__inner {
	background-image: url("../image/recruit/members/tashiro/comment_sp.png");
}

.watanabe .members .comment__inner {
	background-image: url("../image/recruit/members/watanabe/comment_sp.png");
}

.yokoyama .members .comment__inner {
	background-image: url("../image/recruit/members/yokoyama/comment_sp.png");
}

.yoshikawa .members .comment__inner {
	background-image: url("../image/recruit/members/yoshikawa/comment_sp.png");
}

.oooka .members .comment__inner {
	background-image: url("../image/recruit/members/oooka/comment_sp.png");
}

.orihara .members .comment__inner {
	background-image: url("../image/recruit/members/orihara/comment_sp.png");
}

.iwasaki .members .comment__inner {
	background-image: url("../image/recruit/members/iwasaki/comment_sp.png");
}

.ishigami .members .comment__inner {
	background-image: url("../image/recruit/members/ishigami/comment_sp.png");
}

.satsuki .members .comment__inner {
	background-image: url("../image/recruit/members/satsuki/comment_sp.png");
}

.daimon .members .comment__inner {
	background-image: url("../image/recruit/members/daimon/comment_sp.png");
}

.akune .members .comment__inner {
	background-image: url("../image/recruit/members/akune/comment_sp.png");
}

.ishikawa .members .comment__inner {
	background-image: url("../image/recruit/members/ishikawa/comment_sp.png");
}

.murakami .members .comment__inner {
	background-image: url("../image/recruit/members/murakami/comment_sp.png");
}

.okazaki .members .comment__inner {
	background-image: url("../image/recruit/members/okazaki/comment_sp.png");
}

.satomi .members .comment__inner {
	background-image: url("../image/recruit/members/satomi/comment_sp.png");
}

.yamashita .members .comment__inner {
	background-image: url("../image/recruit/members/yamashita/comment_sp.png");
}

.kasahara .members .comment__inner {
	background-image: url("../image/recruit/members/kasahara/comment_sp.png");
}
.kamijyo .members .comment__inner {
	background-image: url("../image/recruit/members/kamijyo/comment_sp.png");
}
.kusafuka .members .comment__inner {
	background-image: url("../image/recruit/members/kusafuka/comment_sp.png");
}
.kamiguchi .members .comment__inner {
	background-image: url("../image/recruit/members/kamiguchi/comment_sp.png");
}
.nakamura .members .comment__inner {
	background-image: url("../image/recruit/members/nakamura/comment_sp.png");
}
.tsuru .members .comment__inner {
	background-image: url("../image/recruit/members/tsuru/comment_sp.png");
}
.hayashi .members .comment__inner {
	background-image: url("../image/recruit/members/hayashi/comment_sp.png");
}
.tomita .members .comment__inner {
	background-image: url("../image/recruit/members/tomita/comment_sp.png");
}
.arashida .members .comment__inner {
	background-image: url("../image/recruit/members/arashida/comment_sp.png");
}

.members .comment__tit {
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
}

.members .comment__tit span {
	width: 120px;
	height: 120px;
	border-radius: 100%;
	font-size: 14px;
	line-height: 120px;
	margin-right: auto;
	margin-left: auto;
}

.members .comment__txtarea {
	padding: 50px 30px 70px;
	background-image: url("../image/recruit/members/bg_comment_sp.png");
}

.members .comment__read {
	font-size: 18px;
	margin-bottom: 10px;
}

.members .comment__read span {
	font-size: 18px;
	margin-bottom: 10px;
}

.members .comment__read span.first {
	margin-left: -10px;
}

.members .comment {
	font-size: 14px;
}

.members .comment__txt {
	font-size: 14px;
}

.members .comment__bgarea {
	display: none;
}

.members .comment__more {
	margin-top: -55px;
}

.members .comment__more__inner {
	margin-left: 20px;
	margin-right: 20px;
}

.members .comment__more__item {
	background: url("../image/recruit/members/bg_comment_more_sp.png") no-repeat center center;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	text-align: center;
	padding: 20px 0 50px;
}

.members .comment__more__item__txt {
	display: inline-block;
	text-align: left;
	padding: 0 45px 0 25px;
	background: url("../image/recruit/members/icon_arw.png") no-repeat right top 15px;
	-moz-background-size: 40px;
	-o-background-size: 40px;
	-webkit-background-size: 40px;
	background-size: 40px;
}

.members .modal__contents {
	width: 90%;
	max-height: 90%;
	border: 3px solid #000;
}

.members .modal__contents__close {
	padding: 10px 10px 15px;
}

.members .modal__contents__close img {
	width: auto;
}

.members .modal__contents__txt {
	padding: 20px;
	padding-top: 0;
	font-size: 14px;
}

.membernav ul li a {
	line-height: 42px;
	font-size: 16px;
}

.membernav__arw {
	width: 52px;
	height: 42px;
}

}

