﻿#mainHead {
	/*padding-top: 80px;*/
	padding-top: 68px;
}
#mainHead .hdGroup {
	display: none
}

@media screen and (max-width: 736px) {
#mainHead .hdGroup {
	display: block
}
}
#mainHead .mainNav {
	position: fixed;
	top: 0;
	width: 100%;
	background: #FFFFFF;
	padding: 10px 0;
	height: 40px;
	box-shadow: 0 0px 15px 0px rgba(0,0,0,0.13)
}

@media screen and (max-width: 736px) {
#mainHead .mainNav {
	display: none
}
}
#mainHead .mainNav>ul>li:first-child {
	display: inline-block !important
}
#mainHead .mainNav>ul>li:first-child a {
	display: inline-block !important;
	padding: 0 !important
}
#mainHead .mainNav>ul>li:first-child a::after {
	display: none !important
}
#mainHead .mainNav>ul>li>a {
	color: #000000 !important;
	display: block;
	position: relative;
	font-size: 110%;
	padding: 10px;
	transition: all 0.5s;
	letter-spacing: 3px
}
#mainHead .mainNav li a:hover {
	color: #FFFFFF !important
}
#mainHead .mainNav>ul>li>a label {
	background: url(../../images/icon_nav_bk.png) no-repeat left !important
}
#mainHead .mainNav>ul>li>a:hover label {
	background: url(../../images/icon_nav_wt.png) no-repeat left !important
}
.mainImg {
	height: 300px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: center
}


@media screen and (max-width: 736px) {
.mainImg {
	height: 150px;
	background-size: cover
}
}
.mainImg .titleSet {
	font-family: YuMincho, '游明朝', serif;
	color: #FFFFFF;
	text-align: center;
	position: relative;
	z-index: 1;
	text-shadow: 0px 3px 7px rgba(0,0,0,0.8)
}
.mainImg .titleSet h1 {
	font-size: 270%;
	line-height: 100%;
	margin-bottom: 5px;
	letter-spacing: 2px
}

@media screen and (max-width: 736px) {
.mainImg .titleSet h1 span {
	display: block
}
}
.mainImg .titleSet .sub {
	display: block;
	font-family: 'Playfair Display', serif;
	text-transform: uppercase;
	font-size: 120%;
	letter-spacing: 2px
}
.mainImg.bk .titleSet {
	color: #000000;
	text-shadow: none
}
.mainImg.btm .titleSet {
	margin-top: 160px
}

@media screen and (max-width: 736px) {
.mainImg.btm .titleSet {
	margin-top: 80px
}
}
.mainImg::after {
	content: "";
	background: #F9E3E6;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}
.mainImg .btnE {
	bottom: 0 !important
}
.mainImg.wk_bs {
	background-image: url(../../recruit/images/hd_img.jpg);
}
@media screen and (max-width: 736px) {
	.mainImg .btnE {
		display: none
	}
	.mainImg.wk_bs {
		background-image: url(../../recruit/images/hd_img_sp.jpg);
		display: flex !important;
	}
}
.mainImg .btnE a::before {
	content: ">";
	margin-right: 10px
}
.breadLink {
	/*background: #F5F5F5;*/
	padding: 10px 0
}
.breadLink ul {
	color: #333333;
	margin: 0 auto;
	width: 1000px
}

@media screen and (max-width: 736px) {
	.breadLink {
		padding: 10px;
		font-size: 11px;
	}
	.breadLink ul {
		padding: 0 10px;
		width: auto
	}
	.breadLink.sp a:first-child {
		color: #c1272d;
		background: url(../../images/arw1.gif) no-repeat left;
		padding-left: 15px
	}
	.breadLink.sp a {
		color: #c1272d;
	}
}

.breadLink ul li {
	display: inline;
	margin-right: 5px
}

@media screen and (max-width: 736px) {
.breadLink ul li {
	display: block;
	margin-right: 0;
	background: #f2f2f2;
	padding: 10px;
	border-top: solid 1px #e6e6e6
}
.breadLink ul li:nth-child(even) {
	display: none
}
}
.breadLink ul li a {
	color: #c1272d;
	/*background: url(../../images/arw1.gif) no-repeat left;*/
	/*padding-left: 15px*/
}
.breadLink ul li:first-child a{
	color: #c1272d;
	background: url(../../images/arw1.gif) no-repeat left;
	padding-left: 15px
}
article {
	padding: 50px 0 100px
}
article header.titleSet {
	position: relative;
	text-align: center;
	margin-bottom: 50px
}


@media screen and (max-width: 736px) {
article header.titleSet {
	margin-bottom: 30px
}
}
article header.titleSet:after {
	content: "";
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000000;
	z-index: -1
}
article header.titleSet .title {
	background: #FFFFFF;
	display: inline-block;
	padding: 0 5%;
	font-size: 200%;
	letter-spacing: 2px;
	font-family: YuMincho, '游明朝', serif;
	line-height: 150%
}

@media screen and (max-width: 736px) {
article header.titleSet .title {
	font-size: 160%
}
}
article header.titleSet .title span {
	display: block
}
.subNav {
	background: #ffdadf
}

@media screen and (max-width: 736px) {
.subNav {
	display: none
}
}
.subNav ul {
	letter-spacing: -5px;
	width: 1000px;
	margin: 0 auto
}
.subNav ul li {
	display: inline-block;
	letter-spacing: 0;
	text-align: center;
	width: 25%
}
.subNav ul li a {
	display: block;
	padding: 20px 10px;
	color: #333333;
	font-size: 110%;
	letter-spacing: 2px;
	position: relative;
	transition: all 0.4s;
	border-right: solid 2px #FFFFFF;
	font-weight: 700
}
.subNav ul li a:hover {
	background: #ffffff
}
.subNav ul li a::after {
	content: ">";
	position: absolute;
	right: 20px
}
.subNav ul li:last-child a {
	border: 0
}
.contentWrap header {
	padding: 30px 0
}

@media screen and (max-width: 736px) {
.contentWrap header {
	padding: 80px 0 30px
}
}
.contentWrap header dl dt {
	float: left;
	width: 550px
}

@media screen and (max-width: 736px) {
.contentWrap header dl dt {
	float: none;
	width: auto;
	margin-bottom: 20px
}
.contentWrap header dl dt img {
	width: 100%;
	height: auto
}
}
.contentWrap header dl dd {
	float: right;
	width: 42%;
	height: 320px;
	text-align: right;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: center
}
.contentWrap header dl dd .title {
	font-family: 'Playfair Display', serif;
	font-weight: 500;
	font-size: 200%;
	margin-bottom: 15px;
	line-height: 100%
}
.contentWrap header dl dd .title span {
	color: #FF8090
}

@media screen and (max-width: 736px) {
.contentWrap header dl dd .title {
	position: absolute;
	left: 0;
	top: -50px;
	width: 100%;
	font-size: 250%
}
}
.contentWrap header dl dd .logo {
	margin-bottom: 15px
}
.contentWrap header dl dd .logo img {
	display: inline-block
}
.contentWrap header dl dd .text {
	font-size: 130%;
	letter-spacing: 2px;
	line-height: 180%;
	font-family: YuMincho, '游明朝', serif;
	margin-bottom: 20px;
	font-weight: 700
}

@media screen and (max-width: 736px) {
.contentWrap header dl dd .text {
	font-size: 100%;
	text-align: left
}
}
.contentWrap header dl dd .btnE {
	text-align: right
}
.contentWrap header dl dd .btnE a {
	display: inline-block;
	text-align: center
}

@media screen and (max-width: 736px) {
.contentWrap header dl dd .btnE {
	text-align: center
}
}

@media screen and (max-width: 736px) {
.contentWrap header dl dd {
	float: none;
	width: auto;
	text-align: center;
	height: auto;
	display: block
}
}
.contentWrap .inContent {
	/*padding: 50px 0;*/
	padding: 30px 0;
	position: relative
}
.contentWrap .inContent dl dt {
	float: left;
	width: 450px
}

@media screen and (max-width: 736px) {
.contentWrap .inContent dl dt {
	float: none;
	width: auto;
	margin-bottom: 20px
}
.contentWrap .inContent dl dt img {
	width: 100%;
	height: auto
}
}
.contentWrap .inContent dl dd {
	float: right;
	/*width: 460px;*/
	width: 480px;
	font-size: 120%;
	line-height: 200%;
	letter-spacing: 2px;
	height: 280px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: center
}

@media screen and (max-width: 736px) {
.contentWrap .inContent dl dd {
	font-size: 100%;
	float: none;
	width: auto;
	height: auto;
	display: block
}
}
.contentWrap .inContent dl dd span {
	display: block
}

@media screen and (max-width: 736px) {
.contentWrap .inContent dl dd span {
	display: inline
}
}
.contentWrap .inContent::after {
	content: "";
	height: 100%;
	width: 250px;
	position: absolute;
	left: 35%;
	top: 0;
	opacity: 0.2;
	transform: skewX(50deg)
}
.contentWrap .inContent:nth-child(odd)::after {
	content: "";
	left: inherit;
	right: 35%;
	transform: skewX(-50deg)
}
.contentWrap .inContent:nth-child(even) dt {
	float: right
}
.contentWrap .inContent:nth-child(even) dd {
	float: left
}
.contentWrap .message {
	padding: 60px 0
}

@media screen and (max-width: 736px) {
	.contentWrap .inContent:nth-child(even) dt {
		float: none;
	}
.contentWrap .message {
	padding: 50px 3%
}
}
.contentWrap .message dl {
	width: 758px;
	padding: 40px 60px;
	margin: 0 auto;
	text-align: center
}

@media screen and (max-width: 736px) {
.contentWrap .message dl {
	width: auto;
	padding: 5%;
	margin: 0
}
}
.contentWrap .message dl dt {
	margin-bottom: 30px;
	display: inline-block;
	padding: 10px 80px;
	font-family: YuMincho, '游明朝', serif;
	font-size: 130%;
	letter-spacing: 2px;
	line-height: 130%
}

@media screen and (max-width: 736px) {
.contentWrap .message dl dt {
	margin-bottom: 10px;
	padding: 10px;
	display: block
}
}
.contentWrap .message dl dd {
	text-align: left;
	font-size: 120%;
}
.contentWrap .message dl dd p {
	letter-spacing: 2px;
	line-height: 220%
}
.contentWrap .message dl dd p span {
	display: block
}
.contentWrap.type1 header {
	background-image: url(../../policy/images/bg1.jpg)
}
.contentWrap.type1 .inContent {
	background: #FEFDFA
}
.contentWrap.type1 .inContent:nth-child(odd) {
	background: #FEFBF2
}
.contentWrap.type1 .inContent::after {
	background: #FAEFCB
}
.contentWrap.type1 .message dl {
	border: solid 1px #FAEFCB
}
.contentWrap.type1 .message dl dt {
	color: #DBB38C;
	background: #FEFCF5
}
.contentWrap.type1 .logo img {
	width: 156px;
	height: auto
}
.contentWrap.type2 header {
	background-image: url(../../policy/images/bg2.jpg)
}
.contentWrap.type2 .inContent {
	background: #FFFCFC
}
.contentWrap.type2 .inContent:nth-child(odd) {
	background: #FFF7F8
}
.contentWrap.type2 .inContent::after {
	background: #FFDEE4
}
.contentWrap.type2 .message dl {
	border: solid 1px #FF8090
}
.contentWrap.type2 .message dl dt {
	color: #FF8090;
	background: #FFF9F9
}
.contentWrap.type2 .logo img {
	width: 215px;
	height: auto
}
.contentWrap.type3 header {
	background-image: url(../../policy/images/bg3.jpg)
}
.contentWrap.type3 .inContent {
	background: #FCFBFC
}
.contentWrap.type3 .inContent:nth-child(odd) {
	background: #F8F4F8
}
.contentWrap.type3 .inContent::after {
	background: #E4D3E5
}
.contentWrap.type3 .message dl {
	border: solid 1px #A781A8
}
.contentWrap.type3 .message dl dt {
	color: #A781A8;
	background: #FBF9FB
}
.contentWrap.type3 .logo img {
	width: 100%;
	height: auto;
	max-width: 318px
}
.pre {
	padding: 50px 20px;
	background: #f2f2f2;
	text-align: center
}
.pre p {
	font-size: 110%;
	line-height: 180%;
	margin-bottom: 20px
}
.hide-text {
	overflow: hidden;
	position: absolute;
	height: 1px;
	width: 1px;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(0px 0px 99.9% 99.9%);
	clip-path: inset(0px 0px 99.9% 99.9%);
	padding: 0;
	border: 0
}

#other .wrap dl dt {
	font-size: 130%;
	line-height: 100%;
	letter-spacing: 2px;
	margin-bottom: 20px;
	font-weight: 700
}
#other .wrap dl dd {
	letter-spacing: 2px;
	margin-bottom: 30px
}
#other .wrap dl dd:last-child {
	margin-bottom: 0
}
#other .sitemap nav {
	display: inline-block;
	vertical-align: top;
	width: 18%;
	margin: 0 1.6%
}
#other .sitemap nav label {
	font-weight: 700;
	font-size: 130%;
	display: block;
	margin-bottom: 15px
}
#other .sitemap nav ul {
	letter-spacing: 2px
}
#other .sitemap nav ul li {
	margin-bottom: 10px
}
#other .sitemap nav ul li a {
	background: url(../../images/arw_bk.png) no-repeat left;
	padding-left: 20px
}
#other .sitemap nav ul li a.n {
	color: #cccccc
}
#other .sitemap .p_search {
	margin: 50px auto 0;
	background: #f2f2f2;
	padding: 30px;
	text-align: center;
	width: 600px
}
#other .sitemap .p_search .title {
	margin-bottom: 20px;
	font-size: 150%;
	letter-spacing: 2px;
	line-height: 100%
}
#other .sitemap .p_search form input[type="text"] {
	width: 180px;
	height: 24px;
	vertical-align: top;
	background-color: transparent;
	font-size: 83%;
	border: solid 1px #666666;
	background: #FFFFFF;
	padding: 0 10px;
	margin-right: 10px
}
#other .sitemap .p_search form input[type="image"] {
	padding: 0px 5px 0px 0px;
	cursor: pointer
}

@media screen and (max-width: 736px) {
#other .wrap {
	padding: 0 3%
}
#other .sitemap nav {
	display: block;
	width: auto;
	margin: 0 3% 30px
}
#other .sitemap nav ul li {
	border-bottom: solid 1px #e6e6e6
}
#other .sitemap nav ul li a {
	padding: 15px 20px;
	display: block
}
#other .sitemap .p_search {
	margin: 0;
	padding: 30px 3%;
	text-align: left;
	width: auto
}
}
#policy .first {
	margin-bottom: 60px
}
#policy .first .title {
	font-weight: 700
}
#policy .first .title span {
	display: inline
}
#policy .first .title span:first-child {
	color: #FF8090
}

@media screen and (max-width: 736px) {
#policy .first .title span {
	display: inline-block !important
}
}
#policy .first .firstText {
	text-align: center;
	letter-spacing: 2px;
	font-size: 130%;
	line-height: 260%
}

@media screen and (max-width: 736px) {
#policy .first .firstText {
	text-align: left;
	font-size: 110%;
	line-height: 210%
}
}
#policy .first .firstText p span {
	display: block
}

@media screen and (max-width: 736px) {
#policy .first .firstText p span {
	display: inline
}
}
#policy .first .firstText ul {
	padding: 20px 0;
	text-align: left;
	display: inline-block
}

@media screen and (max-width: 736px) {
#policy .first .firstText ul {
	display: block;
	text-align: center
}
}
#policy .first .firstText ul li {
	position: relative;
	margin: 20px 0
}
#policy .first .firstText ul li::after {
	content: "";
	background: url(../../policy/images/border_bg.jpg) repeat-x bottom;
	position: absolute;
	bottom: 10px;
	left: 20px;
	width: 100%;
	height: 14px;
	z-index: -1
}

@media screen and (max-width: 736px) {
#policy .first .firstText ul li::after {
	left: 0;
	bottom: -2px
}
}

@media screen and (max-width: 736px) {
#policy .first .firstText ul li {
	margin-bottom: 30px
}
}
#policy .first .firstText ul li em {
	font-size: 150%;
	letter-spacing: 2px;
	font-weight: 700;
	font-style: normal;
	font-family: YuMincho, '游明朝', serif
}

@media screen and (max-width: 736px) {
#policy .first .firstText ul li em {
	display: block;
	margin: 10px 0 10px
}
}
#policy .first .firstText ul li em span {
	color: #FF8090
}
#policy .first .firstText ul li em:nth-child(1) {
	font-family: 'Playfair Display', serif;
	font-weight: 500;
	font-size: 200%
}
#policy .first .firstText ul li em:nth-child(2) {
	color: #FF8090;
	margin: 0 10px;
	font-size: 130%
}
#policy .map {
	padding-top: 50px
}
#policy .map .gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 75%;
	position: relative;
	margin: 70px 0 0 0;
	border-radius: 10px;
	}
#policy .map .gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border-radius: 10px;
	border: none;
	}
#policy .map #gmaplist {
}

@media screen and (max-width: 736px) {
	#policy .map img {
		width: 100%;
		height: auto
	}
	#policy .map .gmap {
		padding-bottom: 156.25%;
	}
}
#policy aside {
	padding: 60px 0 0
}
#policy aside ul {
	letter-spacing: -5px;
	text-align: center
}
#policy aside ul li {
	letter-spacing: 0;
	display: inline-block;
	width: 30%;
	vertical-align: top;
	margin: 0 1%
}

@media screen and (max-width: 736px) {
#policy aside ul li {
	/*width: auto;*/
	width: 90%;
	margin: 0;
	margin-bottom: 20px
}
}
#policy aside ul li dl dt {
	font-family: 'Playfair Display', serif;
	font-weight: 500;
	font-size: 220%;
	margin-bottom: 20px;
	line-height: 100%;
	letter-spacing: 2px
}
#policy aside ul li dl dt span {
	color: #FF8090
}
#policy aside ul li dl dd {
	padding: 40px 20px
}
#policy aside ul li dl dd .logo {
	height: 70px
}
#policy aside ul li dl dd .logo img {
	display: inline-block;
	max-width: 260px
}
#policy aside ul li:nth-child(1) dd {
	background: url(../../images/bg_alp.jpg)
}
#policy aside ul li:nth-child(2) dd {
	background: url(../../images/bg2.jpg)
}
#policy aside ul li:nth-child(3) dd {
	background: url(../../images/bg3.jpg)
}
#message {
	padding-top: 0
}
#message .first {
	/*background: url(../../policy/message/images/img1.jpg) no-repeat top center ;*/
	/*background-size: contain;*/
	/*height: 700px;*/
	height: 823px;
	position: relative;
	color: #ffffff;
	margin: 7% auto 0;
	text-align: center;
}
#message .first img {
	margin: 0 auto;
	background-size: auto;
}

@media screen and (max-width: 736px) {
	#message .first {
		height: auto;
		margin: 10% 0;
		/*background-position: -500px 0px*/
		/*background-size: cover;*/
		/*background: url(../../policy/message/images/img1sp.jpg) no-repeat top;*/
	}
	#message .first img {
		margin: 0 auto;
		background-size: contain;
		width: 100%;
	}

}
/*
#message .first::after {
	content: "";
	background: url(../../images/sub_bg.png);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
*/
#message .first header {
	font-family: YuMincho, '游明朝', serif;
	color: #FFFFFF;
	text-align: center;
	position: relative;
	z-index: 1;
	padding: 70px 0 0;
	margin-bottom: 75px;
	margin-bottom: 40px;
}

@media screen and (max-width: 736px) {
#message .first header {
	margin-bottom: 40px
}
}
#message .first header h2 {
	font-size: 200%;
	line-height: 100%;
	margin-bottom: 5px;
	letter-spacing: 2px
}
#message .first header .sub {
	display: block;
	font-family: 'Playfair Display', serif;
	text-transform: uppercase;
	font-size: 100%;
	letter-spacing: 2px
}
#message .first .wrap {
	width: 70%;
	/*margin: 0 auto;*/
	text-align: center;
}

@media screen and (max-width: 736px) {
#message .first .wrap {
	width: auto
}
}
#message .first .wrap div {
	/*margin-bottom: 50px*/
	margin-bottom: 40px;
}
#message .first .wrap div h3 {
	font-family: YuMincho, '游明朝', serif;
	font-size: 250%;
	line-height: 100%;
	margin-bottom: 20px;
	letter-spacing: 2px
}

@media screen and (max-width: 736px) {
#message .first .wrap div h3 {
	font-size: 140%
}
}
#message .first .wrap div p {
	letter-spacing: 2px;
	line-height: 180%;
	font-size: 120%
}
#message .first .wrap div p span {
	display: block
}

@media screen and (max-width: 736px) {
#message .first .wrap div p {
	font-size: 100%
}
#message .first .wrap div p span {
	display: inline
}
}
#message .first .wrap .sign {
	/*text-align: right;*/
	text-align: center;
}
#message .first .wrap .sign i img {
	display: inline;
	margin-left: 10px
}
#message .second {
	padding: 60px 0
}

@media screen and (max-width: 736px) {
#message .second {
	padding: 30px 0
}
}

@media screen and (max-width: 736px) {
#message .second .inner {
	padding: 0
}
}
#message .second .inner dl {
	position: relative;
	/*margin-bottom: 50px;*/
	margin-bottom: 130px;
}
#message .second .inner dl dt {
	width: 80%
}

@media screen and (max-width: 736px) {
	#message .second .inner dl {
		margin-bottom: 50px;
	}
	#message .second .inner dl dt {
		width: auto
	}
}
#message .second .inner dl dt img {
	width: 100%;
	height: auto
}
#message .second .inner dl dd {
	padding: 30px;
	background: rgba(255,255,255,0.75);
	width: 55%;
	position: absolute;
	right: 0;
	top: 40px
}

@media screen and (max-width: 736px) {
#message .second .inner dl dd {
	padding: 5% 0;
	width: auto;
	position: relative;
	top: 0;
	right: 0
}
}
#message .second .inner dl dd h4 {
	background: #FF8090;
	padding: 10px;
	text-align: center;
	color: #FFFFFF;
	font-family: YuMincho, '游明朝', serif;
	margin-bottom: 20px;
	font-size: 150%;
	letter-spacing: 2px;
	line-height: 130%
}

@media screen and (max-width: 736px) {
#message .second .inner dl dd h4 {
	font-size: 120%
}
}
#message .second .inner dl dd .textWrap p {
	margin-bottom: 10px;
	line-height: 180%;
	letter-spacing: 2px
}
#message .second .inner dl dd .textWrap p:last-child {
	margin: 0
}
#message .second .inner dl:last-child dt {
	width: 70%;
	float: right
}

@media screen and (max-width: 736px) {
#message .second .inner dl:last-child dt {
	width: auto;
	float: none
}
}
#message .second .inner dl:last-child dd {
	width: 45%;
	right: inherit;
	left: 0;
	top: 30px
}

@media screen and (max-width: 736px) {
#message .second .inner dl:last-child dd {
	width: auto;
	top: 0;
	left: 0
}
}
#message .second>dl dt img {
	width: 100%;
	height: auto
}
#message .second>dl dd {
	width: 720px;
	margin: 0 auto;
	margin-top: -87px;
	position: relative;
	z-index: 1;
	padding: 30px;
	background: rgba(255,255,255,0.9)
}

@media screen and (max-width: 736px) {
#message .second>dl dd {
	width: auto;
	margin: 0;
	margin: 0;
	padding: 5%
}
}
#message .second>dl dd h4 {
	background: #FF8090;
	padding: 10px;
	text-align: center;
	color: #FFFFFF;
	font-family: YuMincho, '游明朝', serif;
	margin-bottom: 20px;
	font-size: 150%;
	letter-spacing: 2px;
	line-height: 130%
}
#message .second>dl dd .textWrap {
	margin-bottom: 30px
}
#message .second>dl dd .textWrap p {
	margin-bottom: 10px;
	line-height: 180%;
	letter-spacing: 2px
}
#message .second>dl dd .textWrap p:last-child {
	margin: 0
}
#message .second .sign {
	text-align: right;
	font-size: 120%;
	line-height: 180%
}
#message .second .sign i img {
	display: inline;
	margin-left: 10px
}
#recruit {
	padding-top: 0
}
#recruit.index .titleSet {
	position: relative;
	text-align: center;
	margin-bottom: 50px
}
#recruit.index .titleSet .title {
	background: #FFFFFF;
	display: inline-block;
	padding: 0 5%;
	font-size: 250%;
	font-weight: 700;
	letter-spacing: 2px;
	font-family: YuMincho, '游明朝', serif;
	line-height: 150%
}
#recruit.index .titleSet::after {
	content: "";
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000000;
	z-index: -1
}
#recruit.index section {
	padding: 80px 0 0
}
#recruit.index section.first {
	background: #fafafa;
	padding: 50px 0 30px
}
#recruit.index section.first .titleSet .title {
	background: #fafafa
}
#recruit.index section.first .pagelink {
	letter-spacing: -5px;
	margin-bottom: 20px
}
#recruit.index section.first .pagelink li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 2px;
	width: 200px;
	margin-right: 10px
}
#recruit.index section.first .pagelink li a {
	display: block;
	text-align: center;
	padding: 10px;
	background: #666666;
	color: #FFFFFF;
	font-weight: 700;
	transition: all 0.4s
}
#recruit.index section.first .pagelink li a:hover {
	opacity: 0.6
}
#recruit.index section.first .pagelink li a::before {
	content: ">";
	margin-right: 10px
}
#recruit.index section.first .searchWrap .wrap {
	padding: 30px;
	margin-bottom: 10px;
	background: #FFFFFF
}
#recruit.index section.first .searchWrap .wrap .title {
	font-size: 130%;
	line-height: 100%;
	letter-spacing: 2px;
	font-weight: 700;
	margin-bottom: 10px
}
#recruit.index section.first .searchWrap .wrap ul li {
	display: inline-block;
	margin-right: 5px
}
#recruit.index section.first .searchWrap .wrap ul li a {
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 5px;
	color: #FFFFFF;
	text-align: center;
	background: #ff8090;
	transition: all 0.4s
}
#recruit.index section.first .searchWrap .wrap ul li a:hover {
	opacity: 0.6
}
#recruit.index section.first .searchWrap .wrap:nth-child(2) a {
	background: #a781a8
}
#recruit.index section.first .searchWrap .wrap:nth-child(3) a {
	background: #f19577
}
#recruit.index section.recWrap .wrap {
	margin-bottom: 30px
}
#recruit.index section.recWrap .wrap h3 {
	font-size: 130%;
	line-height: 100%;
	letter-spacing: 2px;
	font-weight: 700;
	padding: 15px;
	background: #FFDEE4;
	margin-bottom: 30px
}
#recruit.index section.recWrap .wrap .inWrap {
	border: solid 1px #E6E6E6;
	padding: 30px;
	background: #FAFAFA;
	position: relative;
	margin-bottom: 10px
}
#recruit.index section.recWrap .wrap .inWrap:last-child {
	margin-bottom: 0
}
#recruit.index section.recWrap .wrap .inWrap dl {
	margin-bottom: 20px
}
#recruit.index section.recWrap .wrap .inWrap dl dt {
	width: 200px;
	display: inline-block;
	margin-right: 30px;
	vertical-align: top
}
#recruit.index section.recWrap .wrap .inWrap dl dt img {
	width: 100%;
	height: auto
}
#recruit.index section.recWrap .wrap .inWrap dl dd {
	width: 700px;
	display: inline-block;
	vertical-align: top
}
#recruit.index section.recWrap .wrap .inWrap dl dd h4 {
	font-size: 130%;
	line-height: 100%;
	letter-spacing: 2px;
	font-weight: 700;
	margin-bottom: 15px
}
#recruit.index section.recWrap .wrap .inWrap dl dd .caption {
	letter-spacing: 2px;
	line-height: 180%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #E6E6E6
}
#recruit.index section.recWrap .wrap .inWrap dl dd .detail ul li {
	margin-bottom: 5px
}
#recruit.index section.recWrap .wrap .inWrap dl dd .detail ul li:last-child {
	margin-bottom: 0
}
#recruit.index section.recWrap .wrap .inWrap .catview a {
	display: inline-block;
	padding: 5px 10px;
	margin-right: 5px;
	color: #FFFFFF;
	background: #ff8090
}
#recruit.index section.recWrap .wrap .inWrap .catview a:nth-child(2) {
	background: #A781A8
}
#recruit.index section.recWrap .wrap .inWrap .catview a:nth-child(3) {
	background: #F19577
}
#recruit.index section.recWrap .wrap .inWrap .moreBtn {
	position: absolute;
	right: 30px;
	bottom: 30px;
	width: 300px
}
#recruit.index section.recWrap .wrap .inWrap .moreBtn a {
	background: #ff8090;
	display: block;
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 2px;
	padding: 10px;
	font-weight: 700;
	transition: all 0.4s
}
#recruit.index section.recWrap .wrap .inWrap .moreBtn a:hover {
	opacity: 0.6
}
#recruit.index section.recWrap .wrap.kazesuta h3 {
	background: #E4D3E5
}
#recruit.index section.recWrap .wrap.wanobi h3 {
	background: #FAEFCB
}
#recruit.index .recBtn {
	margin-top: 50px;
	letter-spacing: -5px;
	text-align: center
}
#recruit.index .recBtn li {
	display: inline-block;
	width: 300px;
	vertical-align: top;
	letter-spacing: 2px;
	margin: 0 10px
}
#recruit.index .recBtn li a {
	display: block;
	text-align: center;
	font-weight: 700;
	background: #D6D6D6;
	padding: 20px;
	color: #333333;
	font-weight: 700;
	font-size: 130%;
	line-height: 100%;
	transition: all 0.4s
}
#recruit.index .recBtn li a:hover {
	opacity: 0.6
}
#recruit.index .recBtn li a span {
	background: url(../../images/arw_bk.png) no-repeat left;
	padding-left: 20px;
	display: inline-block
}
#recruit.index .recBtn li.entry a {
	background: #CD5257;
	color: #FFFFFF
}
#recruit.index .recBtn li.entry a span {
	background: url(../../images/arw_wt.png) no-repeat left
}
#recruit.archive .titleSet {
	position: relative;
	text-align: center;
	margin-bottom: 50px
}
#recruit.archive .titleSet .title {
	background: #FFFFFF;
	display: inline-block;
	padding: 0 5%;
	font-size: 250%;
	font-weight: 700;
	letter-spacing: 2px;
	font-family: YuMincho, '游明朝', serif;
	line-height: 150%
}
#recruit.archive .titleSet::after {
	content: "";
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000000;
	z-index: -1
}
#recruit.archive section {
	padding: 50px 0
}
#recruit.archive h2 {
	font-size: 130%;
	letter-spacing: 2px;
	line-height: 100%;
	font-weight: 700;
	margin-bottom: 20px
}
#recruit.archive h2 .arw_wt {
	display: none
}
#recruit.archive .wrap {
	border: solid 1px #e6e6e6;
	padding: 30px;
	margin-bottom: 30px
}
#recruit.archive .wrap .hdWrap {
	margin-bottom: 30px
}
#recruit.archive .wrap .hdWrap dt {
	float: right;
	width: 300px
}
#recruit.archive .wrap .hdWrap dt img {
	width: 100%;
	height: auto
}
#recruit.archive .wrap .hdWrap dd {
	float: left;
	width: 600px
}
#recruit.archive .wrap .hdWrap dd .tags {
	margin-bottom: 20px
}
#recruit.archive .wrap .hdWrap dd .tags a {
	display: inline-block;
	padding: 5px 10px;
	color: #FFFFFF;
	text-align: center;
	background: #ff8090;
	transition: all 0.4s;
	margin-right: 5px
}
#recruit.archive .wrap .hdWrap dd .tags a:hover {
	opacity: 0.6
}
#recruit.archive .wrap .hdWrap dd .tags a:nth-child(2) {
	background: #a781a8
}
#recruit.archive .wrap .hdWrap dd .tags a:nth-child(3) {
	background: #f19577
}
#recruit.archive .wrap .hdWrap dd .title {
	font-size: 250%;
	line-height: 140%;
	letter-spacing: 2px;
	font-weight: 700;
	margin-bottom: 10px
}
#recruit.archive .wrap .hdWrap dd .subTitle {
	color: #666666;
	font-weight: 700;
	font-size: 130%;
	line-height: 150%;
	letter-spacing: 2px
}
#recruit.archive .wrap .tags_s {
	display: none
}
#recruit.archive .wrap .detail dt {
	color: #a781a8;
	background: #FAFAFA;
	padding: 15px;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 120%;
	letter-spacing: 2px;
	line-height: 130%
}
#recruit.archive .wrap .detail dd {
	letter-spacing: 2px;
	line-height: 180%;
	margin-bottom: 30px
}
#recruit.archive .wrap .detail dd:last-child {
	margin: 0
}
#recruit.archive .wrap .detail dd .img {
	float: right;
	width: 300px
}
#recruit.archive .wrap .detail dd .img img {
	width: 100%;
	height: auto
}
#recruit.archive .wrap .detail dd .text {
	float: left;
	width: 600px
}
#recruit.archive .recBtn {
	letter-spacing: -5px;
	text-align: center
}
#recruit.archive .recBtn li {
	display: inline-block;
	width: 300px;
	vertical-align: top;
	letter-spacing: 2px;
	margin: 0 10px
}
#recruit.archive .recBtn li a {
	display: block;
	text-align: center;
	font-weight: 700;
	background: #D6D6D6;
	padding: 20px;
	color: #333333;
	font-weight: 700;
	font-size: 130%;
	line-height: 100%;
	transition: all 0.4s
}
#recruit.archive .recBtn li a:hover {
	opacity: 0.6
}
#recruit.archive .recBtn li a span {
	background: url(../../images/arw_bk.png) no-repeat left;
	padding-left: 20px;
	display: inline-block
}
#recruit.archive .recBtn li.entry a {
	background: #CD5257;
	color: #FFFFFF
}
#recruit.archive .recBtn li.entry a span {
	background: url(../../images/arw_wt.png) no-repeat left
}
#recruit.archive .fxdBtn {
	position: fixed;
	bottom: 10px;
	left: 0;
	width: 50%;
	z-index: 1005;
	display: none
}
#recruit.archive .fxdBtn ul {
	letter-spacing: -5px
}
#recruit.archive .fxdBtn ul li {
	display: inline-block;
	width: 50%;
	text-align: center;
	letter-spacing: 0
}
#recruit.archive .fxdBtn ul li a {
	display: block;
	text-align: center;
	font-weight: 700;
	background: #D6D6D6;
	padding: 20px;
	color: #333333;
	font-weight: 700;
	font-size: 100%;
	line-height: 100%
}
#recruit.archive .fxdBtn ul li a span {
	background: url(../../images/arw_bk.png) no-repeat left;
	padding-left: 20px;
	display: inline-block
}
#recruit.archive .fxdBtn ul li.entry a {
	background: #CD5257;
	color: #FFFFFF
}
#recruit.archive .fxdBtn ul li.entry a span {
	background: url(../../images/arw_wt.png) no-repeat left
}
#recruit.voice img {
	width: 100%;
	height: auto
}
#recruit.voice .titleSet {
	position: relative;
	text-align: center;
	margin-bottom: 50px
}
#recruit.voice .titleSet .title {
	background: #FFFFFF;
	display: inline-block;
	padding: 0 5%;
	font-size: 250%;
	font-weight: 700;
	letter-spacing: 2px;
	font-family: YuMincho, '游明朝', serif;
	line-height: 150%
}
#recruit.voice .titleSet::after {
	content: "";
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000000;
	z-index: -1
}
#recruit.voice .first {
	margin-bottom: 80px
}
#recruit.voice .first header {
	margin-bottom: 50px
}
#recruit.voice .first header h2 img {
	width: 100%;
	height: auto
}
#recruit.voice .first .movie dl {
	background: url(../../recruit/voice/images/bg_alp1.jpg);
	padding: 30px
}
#recruit.voice .first .movie dl dt {
	float: right;
	width: 30%
}
#recruit.voice .first .movie dl dt img {
	width: 100%;
	height: auto
}
#recruit.voice .first .movie dl dd {
	float: left;
	width: 65%;
	position: relative;
	height: 200px
}
#recruit.voice .first .movie dl dd .title {
	font-size: 180%;
	letter-spacing: 2px;
	line-height: 130%;
	color: #000000;
	padding-bottom: 20px;
	padding-left: 50px;
	margin-bottom: 40px;
	border-bottom: solid 1px rgba(0,0,0,0.05);
	position: relative;
	font-weight: 700
}
#recruit.voice .first .movie dl dd .title::before {
	content: "";
	position: absolute;
	left: -30px;
	top: -3px;
	background: url(../../recruit/voice/images/icon_title.png) no-repeat;
	width: 68px;
	height: 34px
}
#recruit.voice .first .movie dl dd .detail {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}
#recruit.voice .first .movie dl dd .detail p {
	display: inline-block;
	/*width: 40%;*/
	width: 45%;
}
#recruit.voice .first .movie dl dd .detail .logo {
	text-align: left;
	float: left
}
#recruit.voice .first .movie dl dd .detail .logo img {
	display: inline;
	width: auto !important
}
#recruit.voice .first .movie dl dd .detail .text {
	text-align: right;
	float: right
}
#recruit.voice .first .movie dl dd .detail .text em {
	display: block;
	font-size: 160%;
	line-height: 100%;
	margin-bottom: 10px;
	font-style: normal;
	letter-spacing: 2px;
	color: #000000
}
#recruit.voice .first .movie dl:nth-child(2) {
	background: url(../../recruit/voice/images/bg_alp2.jpg);
	margin-top: 30px
}
#recruit.voice .first .movie dl:nth-child(2) dt {
	float: left
}
#recruit.voice .first .movie dl:nth-child(2) dd {
	float: right
}
#recruit.voice .interview .inner {
	border-bottom: solid 1px #E3D8CC;
	padding: 0 50px 50px;
	padding: 50px 50px 50px;
}
#recruit.voice section .inner {
    padding: 50px 0;
}
#recruit.voice .interview ul {
	letter-spacing: -5px;
	text-align: center
}
#recruit.voice .interview ul li {
	display: inline-block;
	letter-spacing: 0;
	text-align: left;
	vertical-align: top;
	width: 30%;
	margin: 1.6%
}
#recruit.voice .interview ul li dl dt {
	position: relative
}
#recruit.voice .interview ul li dl dt label {
	color: #FFFFFF;
	background: #E6C268;
	position: absolute;
	top: 20px;
	right: 0;
	padding: 8px 15px;
	font-weight: 700;
	font-size: 130%;
	line-height: 100%;
	font-family: 'Roboto Condensed', sans-serif
}
#recruit.voice .interview ul li dl dd em {
	text-align: center;
	display: block;
	font-style: normal;
	padding: 10px;
	background: #F2F2F2;
	position: relative;
	font-weight: 700;
	font-size: 120%;
	line-height: 100%;
	letter-spacing: 2px;
	margin: 15px 0
}
#recruit.voice .interview ul li dl dd em::before {
	content: "";
	background: url(../../recruit/voice/images/icon_sub_yw.png) no-repeat;
	width: 46px;
	height: 46px;
	position: absolute;
	top: -5px;
	left: 0
}
#recruit.voice .interview ul li dl dd p {
	line-height: 180%
}
#recruit.voice .interview ul:nth-child(3) li dl dt label {
	background: #FF8090
}
#recruit.voice .interview ul:nth-child(3) li dl dd em::before {
	background: url(../../recruit/voice/images/icon_sub_pi.png) no-repeat
}
#recruit.voice .contentWrap {
	padding-top: 50px;
	padding-bottom: 50px;
}
#recruit.voice .contentWrap.type1 {
	background: -moz-linear-gradient(top, #fff4e3, #FFF 26%);
	background: -webkit-linear-gradient(top, #fff4e3, #FFF 26%);
	background: linear-gradient(to bottom, #fff4e3, #FFF 26%);
}
#recruit.voice .contentWrap.type2 {
	background: -moz-linear-gradient(top, #fff0f7, #FFF 26%);
	background: -webkit-linear-gradient(top, #fff0f7, #FFF 26%);
	background: linear-gradient(to bottom, #fff0f7, #FFF 26%);
}

#recruit.voice .contentWrap header {
	background: none;
	padding: 0
}
#recruit.voice .contentWrap header dl {
	position: relative
}
#recruit.voice .contentWrap header dl::before {
	content: "";
	width: 650px;
	height: 400px;
	position: absolute;
	left: 0;
	top: 0
}
#recruit.voice .contentWrap header dl dt {
	float: right;
	width: 600px
}
#recruit.voice .contentWrap header dl dt img {
	width: 100%;
	height: auto
}
#recruit.voice .contentWrap header dl dd {
	background: #FFFFFF;
	padding: 30px;
	text-align: left;
	position: absolute;
	left: 30px;
	top: 60px;
	width: 450px;
	height: 250px
}
#recruit.voice .contentWrap header dl dd label {
	position: absolute;
	top: -29px;
	left: 0
}
#recruit.voice .contentWrap header dl dd label span {
	display: inline-block;
	background: #FAEFCB;
	padding: 5px 20px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	vertical-align: 100%;
	font-weight: 700
}
#recruit.voice .contentWrap header dl dd label span:last-child {
	color: #FFFFFF;
	background: #E6C268;
	font-weight: 700;
	font-size: 130%;
	line-height: 100%;
	padding: 6.5px 20px;
	vertical-align: top
}
#recruit.voice .contentWrap header dl dd .catch {
	color: #E6C268;
	font-weight: 700;
	font-size: 130%;
	line-height: 160%;
	letter-spacing: 2px;
	margin-bottom: 20px
}
#recruit.voice .contentWrap header dl dd .detail {
	margin-bottom: 20px
}
#recruit.voice .contentWrap header dl dd .detail .name {
	font-size: 200%;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 100%;
	margin-bottom: 10px
}
#recruit.voice .contentWrap header dl dd .detail .name span {
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	color: #666666;
	margin-left: 15px;
	font-size: 50%
}
#recruit.voice .contentWrap header dl dd .detail p:last-child {
	font-size: 120%;
	line-height: 160%;
	letter-spacing: 2px;
	font-weight: 700
}
#recruit.voice .contentWrap header dl dd .data {
	border: solid 1px #E6C268;
	padding: 15px;
	position: relative;
	margin-left: 30px;
	line-height: 180%;
	font-size: 110%
}
#recruit.voice .contentWrap header dl dd .data::before {
	content: "";
	background-image: url(../../recruit/voice/images/icon_pick.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	position: absolute;
	left: -31px;
	top: -1px
}
#recruit.voice .contentWrap .inContent {
	overflow: hidden
}
#recruit.voice .contentWrap .inContent dl {
	padding: 0 50px
}
#recruit.voice .contentWrap .inContent dl dt {
	width: 350px;
	float: right
}
#recruit.voice .contentWrap .inContent dl dt.firstTit {
	float: none;
	width: 100%;
	display: block;
	font-size: 180%;
	letter-spacing: 2px;
	line-height: 100%;
	margin-bottom: 50px;
	font-weight: 700
}
#recruit.voice .contentWrap .inContent dl dd {
	float: left;
	/*height: 350px;*/
	height: auto;
	/*min-height: 350px;*/
	min-height: 150px;
	/*line-height: 250%;*/
	line-height: 220%;
}
#recruit.voice .contentWrap .inContent dl dd.row2 {
	float: none;
	width: auto;
	text-align: left;
	height: auto;
	display: block;
	letter-spacing: -5px;
	text-align: right;
	padding-top: 50px;
	clear: both
}
#recruit.voice .contentWrap .inContent dl dd.row2 p {
	display: inline-block;
	width: 49%
}
#recruit.voice .contentWrap .inContent dl dd.row2 p:last-child {
	margin-left: 2%
}
#recruit.voice .contentWrap .inContent dl dd.column2 {
	clear: both;
	float: none;
	width: 100%;
	text-align: left;
	height: auto;
	display: block;
	letter-spacing: -5px;
	padding-top: 30px
}
#recruit.voice .contentWrap .inContent dl dd.column2 p {
	display: inline-block;
	width: 50%;
	margin: 0
}
#recruit.voice .contentWrap .inContent dl dd.column2 p:last-child {
	margin: 0
}
#recruit.voice .contentWrap .inContent:nth-child(even) dt {
	float: left
}
#recruit.voice .contentWrap .inContent:nth-child(even) dd {
	float: right
}
#recruit.voice .contentWrap .message dl {
	border: solid 1px #E6C268
}
#recruit.voice .contentWrap .message dl dt {
	background: #E6C268;
	color: #FFFFFF;
	padding: 10px 20%
}
#recruit.voice .contentWrap .message dl dd {
	font-size: 110%
}
#recruit.voice .contentWrap .message dl dd p {
	font-weight: 700
}
#recruit.voice .contentWrap.type1 header dl::before {
	background: url(../../recruit/voice/images/hd_bg1.png) no-repeat
}
#recruit.voice .contentWrap.type1 header dl dd label span {
	background: #FAEFCB
}
#recruit.voice .contentWrap.type1 header dl dd label span:last-child {
	background: #E6C268
}
#recruit.voice .contentWrap.type1 header dl dd .catch {
	color: #E6C268
}
#recruit.voice .contentWrap.type1 header dl dd .data {
	border: solid 1px #E6C268
}
#recruit.voice .contentWrap.type1 header dl dd .data::before {
	background-color: #E6C268
}
#recruit.voice .contentWrap.type2 header dl::before {
	background: url(../../recruit/voice/images/hd_bg2.png) no-repeat
}
#recruit.voice .contentWrap.type2 header dl dd label span {
	background: #FFDEE4
}
#recruit.voice .contentWrap.type2 header dl dd label span:last-child {
	background: #FF8090
}
#recruit.voice .contentWrap.type2 header dl dd .catch {
	color: #FF8090
}
#recruit.voice .contentWrap.type2 header dl dd .data {
	border: solid 1px #FF8090
}
#recruit.voice .contentWrap.type2 header dl dd .data::before {
	background-color: #FF8090
}
#recruit.voice .contentWrap.type2 .message dl {
	border: solid 1px #FF8090
}
#recruit.voice .contentWrap.type2 .message dl dt {
	background: #FF8090
}
#recruit.voice .contentWrap.type3 header dl::before {
	background: url(../../recruit/voice/images/hd_bg3.png) no-repeat
}
#recruit.voice .contentWrap.type3 header dl dd label span {
	background: #E4D3E5
}
#recruit.voice .contentWrap.type3 header dl dd label span:last-child {
	background: #A781A8
}
#recruit.voice .contentWrap.type3 header dl dd .catch {
	color: #A781A8
}
#recruit.voice .contentWrap.type3 header dl dd .data {
	border: solid 1px #A781A8
}
#recruit.voice .contentWrap.type3 header dl dd .data::before {
	background-color: #A781A8
}
#recruit.voice .contentWrap.type3 .message dl {
	border: solid 1px #A781A8
}
#recruit.voice .contentWrap.type3 .message dl dt {
	background: #A781A8
}
#recruit.voice .contentWrap .return {
	text-align: center
}
#recruit.voice #popUp {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: -100
}
#recruit.voice #popUp article {
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -200px;
	width: 100%;
	text-align: center;
	padding: 50px 0;
	transition: all 0.4s;
	opacity: 0;
	z-index: -99
}
#recruit.voice #popUp article.cur {
	transition: all 0.4s;
	opacity: 1;
	z-index: 101
}
#recruit.voice #popUp .lay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -100;
	display: none
}
#recruit.voice #popUp.in {
	z-index: 50;
	opacity: 1;
	background: rgba(0,0,0,0.4)
}
#recruit.voice #popUp.in .lay {
	z-index: 50;
	display: block
}
#recruit.voice #popUp .exit {
	position: absolute;
	right: 50%;
	bottom: 50%;
	margin-bottom: -250px;
	margin-right: -120px;
	z-index: 102
}
#recruit.voice #popUp .exit span {
	display: block;
	text-align: center;
	background: #40210F;
	color: #FFFFFF;
	cursor: pointer;
	transition: all 0.4s;
	font-weight: 700;
	padding: 20px;
	width: 200px
}
#recruit.voice #popUp .exit span:hover {
	opacity: 0.5;
	transition: all 0.4s
}
#recruit.career .first>header {
	margin-bottom: 30px
}
#recruit.career img {
	width: 100%;
	height: auto
}
#recruit.career .titleSet {
	position: relative;
	text-align: center;
	margin-bottom: 50px
}
#recruit.career .titleSet .title {
	background: #FFFFFF;
	display: inline-block;
	padding: 0 5%;
	font-size: 250%;
	font-weight: 700;
	letter-spacing: 2px;
	font-family: YuMincho, '游明朝', serif;
	line-height: 150%
}
#recruit.career .titleSet::after {
	content: "";
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000000;
	z-index: -1
}
#recruit.career .case {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: solid 3px #e6e6e6
}
#recruit.career .case:last-child {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0
}
#recruit.career .case img {
	width: 100%;
	height: auto
}
#recruit.career .case header {
	margin-bottom: 30px
}
#recruit.career .case header label {
	background: #E6C268;
	color: #FFFFFF;
	padding: 5px 20px;
	font-weight: 700;
	display: inline-block;
	letter-spacing: 2px;
	margin-bottom: 20px
}
#recruit.career .case header .catch {
	font-size: 200%;
	line-height: 150%;
	color: #E6C268;
	font-weight: 700;
	background: #fafafa;
	padding: 20px
}
#recruit.career .case header .catch span {
	display: block
}
#recruit.career .case dl {
	margin-bottom: 50px
}
#recruit.career .case dl:last-child {
	margin-bottom: 0
}
#recruit.career .case dl dt {
	float: left;
	width: 33%
}
#recruit.career .case dl dt img:nth-child(2) {
	margin-top: 10px
}
#recruit.career .case dl dd {
	float: right;
	width: 62%;
	font-size: 110%
}
#recruit.career .case dl dd .title {
	margin-bottom: 50px;
	font-size: 120%;
	color: #333333
}
#recruit.career .case dl dd .title .label {
	margin-bottom: 20px;
	display: block;
	letter-spacing: 2px;
	font-weight: 700;
	line-height: 120%
}
#recruit.career .case dl dd .title .name {
	letter-spacing: 2px;
	font-weight: 700
}
#recruit.career .case dl dd .title .name em {
	font-size: 200%;
	color: #000000;
	font-style: normal
}
#recruit.career .case dl dd .wrap {
	position: relative;
	margin-bottom: 40px
}
#recruit.career .case dl dd .wrap:last-child {
	margin-bottom: 0
}
#recruit.career .case dl dd .wrap label {
	background: #E6C268;
	color: #FFFFFF;
	padding: 10px 20px;
	font-weight: 700;
	display: inline-block;
	letter-spacing: 2px;
	position: absolute;
	top: -15px;
	left: 0;
	font-size: 110%;
	line-height: 100%
}
#recruit.career .case dl dd .wrap p {
	line-height: 180%;
	letter-spacing: 2px;
	border: solid 1px #b3b3b3;
	padding: 30px;
	margin-left: 30px;
	font-weight: 700;
	color: #333333
}
#recruit.career .case dl dd .wrap p em {
	font-style: normal;
	color: #FF8090;
	font-weight: 700
}
#recruit.career .case dl dd .comment {
	border: solid 1px #E6C268;
	padding: 30px;
	text-align: center
}
#recruit.career .case dl dd .comment .title {
	width: 80%;
	background: #E6C268;
	color: #FFFFFF;
	padding: 10px;
	font-weight: 700;
	display: inline-block;
	letter-spacing: 2px;
	margin-bottom: 20px
}
#recruit.career .case dl dd .comment .text {
	letter-spacing: 2px;
	line-height: 180%;
	text-align: left;
	font-weight: 700
}
#recruit.career .case dl:nth-child(3) dt {
	float: right
}
#recruit.career .case dl:nth-child(3) dd {
	float: left
}
#recruit.career .case:nth-child(3) header label {
	background: #FF8090
}
#recruit.career .case:nth-child(3) header .catch {
	color: #FF8090
}
#recruit.career .case:nth-child(3) .wrap label {
	background: #FF8090
}
#recruit.career .case:nth-child(3) .comment {
	border: solid 1px #FF8090
}
#recruit.career .case:nth-child(3) .comment .title {
	background: #FF8090
}
#recruit.career .case:nth-child(4) header label {
	background: #A781A8
}
#recruit.career .case:nth-child(4) header .catch {
	color: #A781A8
}
#recruit.career .case:nth-child(4) .wrap label {
	background: #A781A8
}
#recruit.career .case:nth-child(4) .comment {
	border: solid 1px #A781A8
}
#recruit.career .case:nth-child(4) .comment .title {
	background: #A781A8
}
#recruit .pageBnr h3 {
	background: #ff8090;
	color: #FFFFFF;
	text-align: center;
	padding: 15px;
	font-weight: 700;
	margin-bottom: 30px;
	font-size: 110%;
	line-height: 100%;
	letter-spacing: 2px
}
#recruit .pageBnr ul {
	letter-spacing: -5px
}
#recruit .pageBnr ul li {
	display: inline-block;
	width: 24%;
	margin-right: 1.3%;
	letter-spacing: 0;
	vertical-align: top
}
#recruit .pageBnr ul li:last-child {
	margin: 0
}
#recruit .pageBnr ul li a {
	color: #666666;
	letter-spacing: 2px;
	font-weight: 700;
	transition: all 0.4s;
	display: block
}
#recruit .pageBnr ul li a:hover {
	opacity: 0.6
}
#recruit .pageBnr ul li a .img {
	margin-bottom: 10px
}
#recruit .pageBnr ul li a .img img {
	width: 100%;
	height: auto
}
#recruit .pageBnr ul li a .title {
	border: solid 2px #e6e6e6;
	text-align: center;
	padding: 10px;
	font-weight: 700;
	font-size: 12px;
}
#recruit .btmBnr ul {
	text-align: center
}
#recruit .btmBnr ul li {
	vertical-align: top;
	display: inline-block;
	margin: 10px
}

@media screen and (max-width: 736px) {
#recruit.index .titleSet {
	margin-bottom: 30px
}
#recruit.index section {
	padding: 20px 0
}
#recruit.index section.first .pagelink li {
	display: block;
	width: auto;
	margin-right: 0;
	margin-bottom: 10px
}
#recruit.index section.first .pagelink li a {
	padding: 15px 10px
}
#recruit.index section.first .searchWrap .wrap {
	padding: 10px
}
#recruit.index section.first .searchWrap .wrap ul li {
	display: block;
	margin-right: 0;
	margin-bottom: 1px
}
#recruit.index section.first .searchWrap .wrap ul li a {
	display: block;
	padding: 10px
}
#recruit.index section.recWrap .wrap:last-child {
	margin-bottom: 0
}
#recruit.index section.recWrap .wrap .inWrap {
	padding: 10px
}
#recruit.index section.recWrap .wrap .inWrap dl dt {
	width: auto;
	display: block;
	margin-right: 0;
	margin-bottom: 20px
}
#recruit.index section.recWrap .wrap .inWrap dl dd {
	width: auto;
	display: block
}
#recruit.index section.recWrap .wrap .inWrap dl dd h4 {
	line-height: 160%
}
#recruit.index section.recWrap .wrap .inWrap .catview {
	margin-bottom: 20px
}
#recruit.index section.recWrap .wrap .inWrap .catview a {
	display: block;
	padding: 5px 10px;
	margin-right: 0;
	margin-bottom: 1px
}
#recruit.index section.recWrap .wrap .inWrap .moreBtn {
	position: relative;
	right: inherit;
	bottom: inherit;
	width: auto
}
#recruit.index section.recWrap .wrap .inWrap .moreBtn a {
	padding: 15px
}
#recruit.archive section {
	padding: 30px 0
}
#recruit.archive section .inner {
	padding: 0
}
#recruit.archive .first {
	padding-top: 0 !important
}
#recruit.archive .first h2 {
	background: #A781A8;
	padding: 15px 10px;
	padding-right: 30px;
	line-height: 130%;
	color: #FFFFFF;
	position: relative;
	margin: 0;
	border-bottom: solid 1px #FFFFFF
}
#recruit.archive .first h2 .arw_wt {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px
}
#recruit.archive .first h2.on .arw_wt {
	transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg)
}
#recruit.archive .wrap {
	border: 0;
	padding: 0;
	margin: 0
}
#recruit.archive .wrap .hdWrap {
	margin-bottom: 0
}
#recruit.archive .wrap .hdWrap dt {
	float: none;
	width: auto
}
#recruit.archive .wrap .hdWrap dd {
	float: none;
	width: auto;
	padding: 10px;
	margin-bottom: 20px
}
#recruit.archive .wrap .hdWrap dd .tags {
	display: none
}
#recruit.archive .wrap .hdWrap dd .title {
	font-size: 150%
}
#recruit.archive .wrap .hdWrap dd .subTitle {
	font-size: 100%
}
#recruit.archive .wrap .tags_s {
	display: block;
	background: #F8F8F8;
	padding: 10px
}
#recruit.archive .wrap .tags_s a {
	display: inline-block;
	color: #333333
}
#recruit.archive .wrap .tags_s a::before {
	content: "/";
	margin: 0 2px
}
#recruit.archive .wrap .tags_s a:nth-child(1) {
	display: block;
	font-weight: 700;
	font-size: 110%;
	margin-bottom: 5px
}
#recruit.archive .wrap .tags_s a:nth-child(1)::before {
	display: none
}
#recruit.archive .wrap .tags_s a:nth-child(2)::before {
	display: none
}
#recruit.archive .wrap .detail {
	padding: 30px 10px
}
#recruit.archive .wrap .detail dt {
	background: #FFFFFF;
	padding: 0;
	margin-bottom: 10px
}
#recruit.archive .wrap .detail dd .img {
	float: none;
	width: auto;
	margin-bottom: 20px
}
#recruit.archive .wrap .detail dd .text {
	float: none;
	width: auto
}
#recruit.archive .wrap.open {
	height: auto !important
}
#recruit.archive h2+.wrap {
	height: 0;
	overflow: hidden
}
#recruit.archive .recBtn {
	letter-spacing: -5px;
	text-align: center
}
#recruit.archive .recBtn li {
	display: inline-block;
	/*width: 300px;*/
	width: 100%;
	vertical-align: top;
	letter-spacing: 2px;
	margin: 0;
}
#recruit.archive .recBtn li a {
	display: block;
	text-align: center;
	font-weight: 700;
	background: #D6D6D6;
	padding: 20px;
	color: #333333;
	font-weight: 700;
	font-size: 130%;
	line-height: 100%;
	transition: all 0.4s;
	margin-bottom: 10px;
}
#recruit.archive .recBtn li a:hover {
	opacity: 0.6
}
#recruit.archive .recBtn li a span {
	background: url(../../images/arw_bk.png) no-repeat left;
	padding-left: 20px;
	display: inline-block
}
#recruit.archive .recBtn li.entry a {
	background: #CD5257;
	color: #FFFFFF
}
#recruit.archive .recBtn li.entry a span {
	background: url(../../images/arw_wt.png) no-repeat left
}
#recruit.archive .fxdBtn {
	width: 100%;
	bottom: 0
}
#recruit.archive .fxdBtn ul li {
	display: inline-block;
	width: 50%
}
#recruit.voice .titleSet {
	margin-bottom: 30px
}
#recruit.voice .titleSet .title {
	font-size: 180%
}
#recruit.voice .titleSet .title span {
	display: block
}
#recruit.voice .first {
	margin-bottom: 30px
}
#recruit.voice .first header {
	margin-bottom: 20px
}
#recruit.voice .first .movie dl {
	padding: 20px
}
#recruit.voice .first .movie dl dt {
	float: none;
	width: auto;
	margin-bottom: 10px
}
#recruit.voice .first .movie dl dd {
	float: none;
	width: auto;
	height: auto
}
#recruit.voice .first .movie dl dd .title {
	font-size: 130%;
	padding-bottom: 10px;
	padding-left: 0;
	padding-top: 30px;
	margin-bottom: 10px
}
#recruit.voice .first .movie dl dd .title::before {
	left: 0;
	top: 0;
	background-size: 100%;
	width: 40px;
	height: 20px
}
#recruit.voice .first .movie dl dd .detail {
	position: inherit;
	bottom: inherit;
	left: inherit
}
#recruit.voice .first .movie dl dd .detail p {
	display: block;
	width: auto
}
#recruit.voice .first .movie dl dd .detail .logo {
	float: none;
	margin-bottom: 10px
}
#recruit.voice .first .movie dl dd .detail .logo img {
	width: auto !important
}
#recruit.voice .first .movie dl dd .detail .text {
	text-align: left;
	float: none
}
#recruit.voice .first .movie dl dd .detail .text em {
	font-weight: 700
}
#recruit.voice .first .movie dl:nth-child(2) dt {
	float: none
}
#recruit.voice .first .movie dl:nth-child(2) dd {
	float: none
}
#recruit.voice .interview .inner {
	padding: 5%;
	margin-bottom: 30px
}
#recruit.voice .interview ul li {
	/*display: block;*/
	/*width: auto;*/
	width: 50%;
	padding: 2px;
	box-sizing: border-box;
	margin: 0 0 20px;
}
#recruit.voice .contentWrap {
	margin-bottom: 30px
}
#recruit.voice .contentWrap .inner {
	padding: 0
}
#recruit.voice .contentWrap header dl::before {
	display: none
}
#recruit.voice .contentWrap header dl dt {
	float: none;
	width: auto
}
#recruit.voice .contentWrap header dl dd {
	padding: 5%;
	position: inherit;
	left: inherit;
	top: inherit;
	width: auto;
	height: auto
}
#recruit.voice .contentWrap header dl dd label {
	position: inherit;
	top: inherit;
	left: inherit
}
#recruit.voice .contentWrap header dl dd label span {
	display: inline-block
}
#recruit.voice .contentWrap header dl dd .detail .name {
	margin-bottom: 10px
}
#recruit.voice .contentWrap header dl dd .detail .name span {
	display: block;
	margin: 0
}
#recruit.voice .contentWrap header dl dd .detail p:last-child {
	font-size: 100%
}
#recruit.voice .contentWrap .inContent {
	/*padding: 5%*/
}
#recruit.voice .contentWrap .inContent dl {
	padding: 0
}
#recruit.voice .contentWrap .inContent dl dt {
	width: auto;
	float: none
}
#recruit.voice .contentWrap .inContent dl dt.firstTit {
	font-size: 150%;
	line-height: 130%;
	margin-bottom: 20px
}
#recruit.voice .contentWrap .inContent dl dd {
	float: none;
	height: auto;
	line-height: 180%
}
#recruit.voice .contentWrap .inContent dl dd.row2 {
	float: none;
	width: auto;
	padding-top: 0;
	margin-top: 20px
}
#recruit.voice .contentWrap .inContent dl dd.row2 p {
	width: auto;
	display: block;
	margin: 0 0 10px
}
#recruit.voice .contentWrap .inContent dl dd.row2 p:last-child {
	margin: 0
}
#recruit.voice .contentWrap .inContent dl dd.column2 {
	padding-top: 10px
}
#recruit.voice .contentWrap .inContent dl dd.column2 p {
	display: block;
	width: auto;
	margin: 0 0 10px
}
#recruit.voice .contentWrap .inContent dl dd.column2 p:last-child {
	margin: 0
}
#recruit.voice .contentWrap .inContent:nth-child(even) dt {
	float: left
}
#recruit.voice .contentWrap .inContent:nth-child(even) dd {
	float: right
}
#recruit.voice .contentWrap .message {
	padding: 5% 0;
}
#recruit.voice #popUp article {
	background: none
}
#recruit.voice #popUp .popup-YouTube-player, #recruit.voice #popUp .popup-YouTube-player2 {
	width: 100%
}
#recruit.career .first>header {
	margin-bottom: 20px
}
#recruit.career .titleSet {
	margin-bottom: 30px
}
#recruit.career .case {
	margin-bottom: 30px;
	padding-bottom: 30px
}
#recruit.career .case header {
	margin-bottom: 30px
}
#recruit.career .case header label {
	padding: 10px;
	display: block
}
#recruit.career .case header .catch {
	font-size: 150%;
	line-height: 150%
}
#recruit.career .case header .catch span {
	display: inline
}
#recruit.career .case dl dt {
	float: none;
	width: auto;
	margin-bottom: 40px
}
#recruit.career .case dl dd {
	float: none;
	width: auto
}
#recruit.career .case dl dd .title .label {
	line-height: 120%
}
#recruit.career .case dl dd .title .name em {
	font-size: 150%
}
#recruit.career .case dl dd .comment {
	padding: 20px
}
#recruit.career .case dl:nth-child(3) dt {
	float: none
}
#recruit.career .case dl:nth-child(3) dd {
	float: none
}
#recruit .pageBnr .inner {
	padding: 0 5% !important
}
#recruit .pageBnr h3 {
	text-align: left;
	padding: 15px;
	margin-bottom: 20px;
	font-size: 130%;
	line-height: 130%
}
#recruit .pageBnr ul li {
	/*display: block;*/
	/*width: auto;*/
	width: 50%;
	padding: 2px;
	margin-right: 0;
	margin-bottom: 10px;
	box-sizing: border-box;
}
#recruit .btmBnr .inner {
	padding: 0 5% !important
}
#recruit .btmBnr ul li {
	display: block;
	margin: 0 0 10px
}
#recruit .btmBnr ul li img {
	width: 100%;
	height: auto
}
}
#worklife .first {
	margin-bottom: 60px
}
#worklife .first header {
	margin-bottom: 60px
}

@media screen and (max-width: 736px) {
#worklife .first header {
	margin-bottom: 0
}
}
#worklife .first header img {
	width: 100%;
	height: auto
}
#worklife .first .textWrap {
	text-align: center;
	margin-bottom: -60px;
	position: relative
}

@media screen and (max-width: 736px) {
#worklife .first .textWrap {
	text-align: left;
	margin-bottom: 20px
}
}
#worklife .first .textWrap p {
	font-size: 150%;
	line-height: 180%;
	letter-spacing: 2px;
	font-weight: 700;
	color: #FF8090
}

@media screen and (max-width: 736px) {
#worklife .first .textWrap p {
	font-size: 120%;
	color: #333333
}
}
#worklife .first .textWrap p span {
	display: block
}

@media screen and (max-width: 736px) {
#worklife .first .textWrap p span {
	display: inline
}
}

@media screen and (max-width: 736px) {
#worklife .first .img img {
	width: 100%;
	height: auto
}
}
#worklife .contentWrap header {
	padding: 40px 10px
}
#worklife .contentWrap header h3 {
	text-align: center;
	color: #FFFFFF;
	font-size: 150%;
	line-height: 130%;
	font-weight: 700
}
#worklife .contentWrap.type1 header {
	background: #F9DB8D
}
#worklife .contentWrap.type2 header {
	background: #FE7789
}
#worklife .contentWrap.type2 header span {
	display: block;
	font-size: 85%;
	margin-top: 5px
}
#worklife .contentWrap.type3 header {
	background: #A781A8
}
#worklife .contentWrap .inContent .textWrap {
	text-align: center
}

@media screen and (max-width: 736px) {
#worklife .contentWrap .inContent .textWrap {
	text-align: left
}
}
#worklife .contentWrap .inContent .textWrap p {
	font-size: 120%;
	letter-spacing: 2px;
	line-height: 180%
}

@media screen and (max-width: 736px) {
#worklife .contentWrap .inContent .textWrap p {
	font-size: 100%
}
}
#worklife .contentWrap .inContent .textWrap p.pick {
	margin-top: 30px;
	font-size: 130%;
	color: #FE7789;
	font-weight: 700
}
#worklife .contentWrap .inContent .textWrap p.pick span {
	display: block
}

@media screen and (max-width: 736px) {
#worklife .contentWrap .inContent .textWrap p.pick span {
	display: inline
}
}
#worklife .contentWrap .inContent .textWrap p em {
	font-style: normal;
	font-weight: 700
}
#worklife .contentWrap .inContent .textWrap p em.pi {
	color: #FE7789
}
#worklife .contentWrap .inContent .textWrap p em.brnz {
	color: #C69C6D
}
#worklife .contentWrap .inContent .textWrap p em.silv {
	color: #999999
}
#worklife .contentWrap .inContent .textWrap p em.gold {
	color: #F7CC5C
}
#worklife .contentWrap .inContent .textWrap p em.pltm {
	color: #CCCCCC
}
#worklife .contentWrap .inContent.last dl dt {
	clear: both
}
#worklife .contentWrap .inContent.last dl dt:nth-child(3) {
	float: left
}

@media screen and (max-width: 736px) {
#worklife .contentWrap .inContent.last dl dt:nth-child(3) {
	float: none
}
}
#worklife .contentWrap .inContent.last dl dt img {
	width: 100%;
	height: auto
}
#worklife .contentWrap .inContent.last dl dd {
	background: #FAEFCB;
	color: #736357;
	/*font-size: 140%;*/
	font-size: 120%;
	line-height: 200%;
	font-weight: 700;
	padding: 30px;
	/*width: 320px;*/
	width: 330px;
	height: 150px;
	text-align: center;
	border-radius: 50px;
	margin: 55px 0 0 100px;
	position: relative
}

@media screen and (max-width: 736px) {
#worklife .contentWrap .inContent.last dl dd {
	width: auto;
	height: auto;
	text-align: left;
	border-radius: 50px;
	margin: 20px 0 0 0
}
}
#worklife .contentWrap .inContent.last dl dd::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 20px 0 10px;
	border-color: #FAEFCB transparent transparent transparent;
	transform: skewX(50deg);
	position: absolute;
	/*bottom: -40px;*/
	/*right: 50px;*/
	bottom: 58px;
	right: -29px
}

@media screen and (max-width: 736px) {
#worklife .contentWrap .inContent.last dl dd::after {
	bottom: inherit;
	top: -30px;
	right: 70px;
	border-width: 0 20px 50px 10px;
	border-color: transparent transparent #FAEFCB transparent
}
}
#worklife .contentWrap .inContent.last dl dd:last-child {
	float: right;
	margin: 55px 100px 0 0
}
#worklife .contentWrap .inContent.last dl dd:last-child::after {
	transform: skewX(-50deg);
	position: absolute;
	right: inherit;
	/*left: 50px*/
	left: -30px;
}
@media screen and (max-width: 736px) {
	#worklife .contentWrap .inContent.last dl dd:last-child {
		float: none;
		margin: 40px 0 0
	}
	#worklife .contentWrap .inContent.last dl dd:last-child::after {
		left:74px;
	}
}

#worklife .contentWrap .inContent ul {
	text-align: center;
	margin-top: 50px
}

@media screen and (max-width: 736px) {
#worklife .contentWrap .inContent ul {
	margin-top: 20px
}
}
#worklife .contentWrap .inContent ul li {
	display: inline-block;
	vertical-align: top;
	margin: 5px
}

@media screen and (max-width: 736px) {
#worklife .contentWrap .inContent ul li {
	margin: 0 0 10px
}
}
#worklife .contentWrap .inContent ul li:nth-child(2) {
	margin-rght: 50px
}

@media screen and (max-width: 736px) {
#worklife .contentWrap .inContent ul li:nth-child(2) {
	margin-right: 0
}
}
#worklife .contentWrap .inContent ul li:nth-child(3) {
	margin-left: 100px
}

@media screen and (max-width: 736px) {
#worklife .contentWrap .inContent ul li:nth-child(3) {
	margin-left: 0
}
}

@media screen and (max-width: 736px) {
#worklife .contentWrap .inContent ul li img {
	width: 100%;
	height: auto
}
}
#company .titleSet {
	position: relative;
	text-align: center;
	margin-bottom: 50px
}
#company .titleSet .title {
	background: #FFFFFF;
	display: inline-block;
	padding: 0 5%;
	font-size: 250%;
	font-weight: 700;
	letter-spacing: 2px;
	font-family: YuMincho, '游明朝', serif;
	line-height: 120%
}
#company .titleSet::after {
	content: "";
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000000;
	z-index: -1
}
#company .history {
	margin-bottom: 50px
}
#company .history .wrap {
	background: #F6F2F6;
	padding: 50px
}
#company .history .wrap>div {
	margin-bottom: 20px
}
#company .history .wrap>div:last-child {
	margin-bottom: 0
}
#company .history .wrap>div .textWrap {
	float: left;
	width: 50%
}
#company .history .wrap>div .textWrap .title {
	font-size: 130%;
	line-height: 100%;
	letter-spacing: 2px;
	font-weight: 700;
	margin-bottom: 5px
}
#company .history .wrap>div .textWrap .title:before {
	content: "●";
	color: #ff8090;
	margin-right: 5px
}
#company .history .wrap>div .textWrap .title em {
	font-style: normal;
	color: #ff8090
}
#company .history .wrap>div .textWrap .text {
	line-height: 180%;
	margin-bottom: 20px
}
#company .history .wrap>div .textWrap .text:last-child {
	margin-bottom: 0
}
#company .history .wrap>div .textWrap a {
	color: #0074C8;
	font-weight: 700;
	text-decoration: underline
}
#company .history .wrap>div .textWrap a:hover {
	opacity: 0.6
}
#company .history .wrap>div .imgWrap {
	float: right;
	width: 50%;
	text-align: center
}
#company .history .wrap>div .imgWrap .img {
	display: inline-block;
	vertical-align: top;
	letter-spacing: -5px
}
#company .history .wrap>div .imgWrap .img img {
	width: 100%;
	height: auto
}
#company .history .wrap>div .imgWrap .img em {
	display: block;
	font-style: normal;
	margin-top: 10px;
	letter-spacing: 0;
	text-align: left;
	font-size: 10px;
}
#company .history .wrap>div .imgWrap.row .img {
	width: 48%;
	margin-right: 1%
}
#company .history .wrap>div .imgWrap.row .img:last-child {
	margin: 0
}
#company .history .wrap>div:nth-child(1) .img {
	/*width: 200px*/
}
#company .history .wrap>div:nth-child(2) .img {
	/*width: 200px;*/
	width: 100px
}
#company .history .wrap>div:nth-child(3) .img:nth-child(1) {
	/*width: 45%;*/
	width: 100px;
	margin-right: 10px
}
#company .history .wrap>div:nth-child(3) .img:nth-child(2) img:nth-child(1) {
	width: 100px
}
#company .history .wrap>div:nth-child(3) .img:nth-child(2) img:nth-child(3) {
	width: 200px
}
#company .history .wrap>div:nth-child(4) .img {
	width: 45%;
	margin-right: 10px
}
#company .history .wrap>div:nth-child(4) .img:last-child {
	margin: 0
}
#company .history .wrap>div:nth-child(4) .img img {
	margin-bottom: 10px
}
#company .history .wrap>div:nth-child(8) .img {
	/*width: 200px*/
}
#company .history table.img-pll td{
	width: 33%;
}
#company .history table.img-pll td img{
	width: 68.82%;
	margin: 0 auto;
}
#company .history table.img-pll td em{
	font-size: 10px;
	font-style: normal;
}
#company .info table {
	border-collapse: collapse;
	width: 750px;
	margin: 0 auto
}
#company .info table th {
	text-align: left;
	vertical-align: top;
	border-bottom: solid 1px #C7B299;
	font-weight: 700;
	font-size: 110%;
	padding: 20px
}
#company .info table td {
	border-bottom: solid 1px #C7B299;
	padding: 20px
}
#company .info table td dl dt {
	font-weight: 700;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: solid 1px #e6e6e6
}
#company .info table td dl dd {
	margin-bottom: 20px
}
#company .info table td dl dd:last-child {
	margin-bottom: 0
}
#company .info table td dl dd ul {
	padding-left: 20px
}
#company .info table td dl dd ul li {
	list-style-type: disc;
	margin-bottom: 5px
}
#company .info table tr:last-child th, #company .info table tr:last-child td {
	border-bottom: 0
}
#company.education {
	padding-top: 0
}
#company.education .first {
	margin-bottom: 30px
}
#company.education .first header {
	margin-bottom: 30px
}
#company.education .first header img {
	width: 100%;
	height: auto
}
#company.education .first .firstText {
	margin: 50px 0;
	text-align: center
}
#company.education .first .firstText .title {
	font-size: 220%;
	letter-spacing: 2px;
	font-weight: 700;
	line-height: 130%;
	font-family: YuMincho, '游明朝', serif;
	color: #fe7789;
	margin-bottom: 10px
}
#company.education .first .firstText .subTitle {
	font-size: 120%;
	letter-spacing: 1px;
	font-weight: 700;
	line-height: 130%;
	color: #4d4d4d;
	margin-bottom: 20px
}
#company.education .first .firstText .text {
	line-height: 180%;
	letter-spacing: 2px;
	font-size: 120%
}
#company.education .first .wrap {
	padding: 30px;
	background: #fafafa;
	margin-bottom: 50px
}
#company.education .first .wrap .textWrap {
	float: left;
	width: 48%
}
#company.education .first .wrap .textWrap h3 {
	font-size: 150%;
	border-left: solid 5px #FE7789;
	padding-left: 10px;
	font-weight: 700;
	color: #4d4d4d;
	margin-bottom: 15px
}
#company.education .first .wrap .textWrap .text {
	line-height: 180%;
	font-size: 120%;
}
#company.education .first .wrap:nth-child(3) .textWrap {
	width: 72%
}
#company.education .first .wrap .img {
	float: right
}
#company.education .first .wrap .img img {
	display: inline-block;
	margin-right: 10px
}
#company.education .first .wrap .img img:last-child {
	margin: 0
}
#company.education .first .wrap.cl .textWrap {
	float: none;
	margin-bottom: 20px;
	width: auto
}
#company.education .first .wrap.cl .img {
	float: none
}
#company.education .second .titleSet::after {
	top: 25px
}
#company.education .second .titleSet .title {
	margin-bottom: 20px
}
#company.education .second .titleSet .subTitle {
	color: #fe7789;
	/*font-size: 200%;*/
	font-size: 160%;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 100%;
	margin-bottom: 20px;
	text-align: center;
}
#company.education .second .titleSet .text {
	font-size: 120%;
	letter-spacing: 2px;
	line-height: 180%
}
#company.education .second .c1 {
	background: url(../../company/education-system/images/second_bg.jpg) repeat-y center;
	/*width: 930px;*/
	width: 1000px;
	padding: 50px 0
}
#company.education .second .c1 .title {
	margin-bottom: 30px;
	text-align: center
}
#company.education .second .c1 .title img {
	display: inline-block
}
#company.education .second .c1 ul {
	text-align: center;
	margin: 40px
}
#company.education .second .c1 ul li {
	display: inline-block;
	width: 30%;
	margin: 0 1%;
	vertical-align: top
}
#company.education .second .c1 ul li dl dt {
	margin-bottom: 10px
}
#company.education .second .c1 ul li dl dt img {
	border-radius: 50%;
	width: 100%;
	height: auto
}
#company.education .second .c1 ul li dl dd {
	color: #FFFFFF;
	font-weight: 700;
	font-size: 130%
}
#company.education .second .c1 .c_wrap {
	text-align: center;
	color: #FFFFFF
}
#company.education .second .c1 .c_wrap .titleWrap .title {
	font-size: 250%;
	letter-spacing: 2px;
	line-height: 100%;
	font-weight: 700;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #FFFFFF
}
#company.education .second .c1 .c_wrap .titleWrap .sub {
	font-size: 110%;
	line-height: 130%;
	margin-bottom: 20px
}
#company.education .second .c1 .c_wrap .text {
	font-size: 130%;
	line-height: 230%;
	letter-spacing: 2px
}
#company.education .second .c2 {
	background: #FDF7F8;
	/*padding: 50px 80px;*/
	padding: 50px 0;
	/*width: 770px*/
	width: 1000px
}
#company.education .second .c2 .fv {
	margin-bottom: 20px
}
#company.education .second .c2 .fv img {
	width: 100%;
	width: 95%;
	margin: 0 auto;
	height: auto;
}
#company.education .second .c2>.title {
	font-size: 200%;
	letter-spacing: 2px;
	line-height: 180%;
	font-weight: 700;
	color: #333333;
	border-bottom: solid 1px #FF8090;
	padding-bottom: 20px;
	margin: 0 auto 30px;
	position: relative;
	text-align: center;
	width: 660px
}
#company.education .second .c2>.title::after {
	content: "";
	background: url(../../company/education-system/images/second_icon.png) no-repeat;
	width: 76px;
	height: 131px;
	position: absolute;
	right: -22px;
	bottom: -7px
}
#company.education .second .c2>.text {
	font-size: 120%;
	letter-spacing: 3px;
	text-align: center;
	line-height: 210%;
	margin-bottom: 40px
}
#company.education .second .c2>.text span {
	color: #ff8090;
	font-weight: 700
}
#company.education .second .c2 ul {
	text-align: center;
	margin-bottom: 40px
}
#company.education .second .c2 ul li {
	width: 28%;
	margin: 0 2%;
	text-align: left;
	display: inline-block;
	vertical-align: top
}
#company.education .second .c2 ul li dl dt {
	margin-bottom: 20px
}
#company.education .second .c2 ul li dl dt img {
	width: 100%;
	height: auto;
	border-radius: 50%
}
#company.education .second .c2 ul li dl dd label {
	display: inline-block;
	padding: 5px 20px;
	line-height: 100%;
	text-align: center;
	color: #FFFFFF;
	font-weight: 700;
	margin-bottom: 10px;
	background: #ff8090
}
#company.education .second .c2 ul li dl dd .title {
	font-size: 150%;
	letter-spacing: 2px;
	line-height: 100%;
	font-weight: 700;
	margin-bottom: 10px
}
#company.education .second .c2 ul li dl dd .title span {
	font-size: 80%;
	margin-right: 5px
}
#company.education .second .c2 ul li dl dd .sub {
	font-size: 130%;
	letter-spacing: 2px;
	line-height: 150%;
	font-weight: 700;
	margin-bottom: 10px;
	color: #ff8090
}
#company.education .second .c2 ul li dl dd .text {
	letter-spacing: 1px;
	line-height: 180%
}
#company.education .second .c2 ul li:nth-child(2) label {
	background: #A781A8
}
#company.education .second .c2 ul li:nth-child(2) .sub {
	color: #A781A8
}
#company.education .second .c2 ul li:nth-child(3) label {
	background: #f19577
}
#company.education .second .c2 ul li:nth-child(3) .sub {
	color: #f19577
}
#company.education .second .c2 .btmText {
	text-align: center;
	font-size: 180%;
	letter-spacing: 2px;
	line-height: 150%;
	font-weight: 700;
	color: #ff8090;
	position: relative;
	padding: 10px 0
}
#company.education .second .c2 .btmText::before, #company.education .second .c2 .btmText::after {
	content: "";
	position: absolute;
	background: url(../../company/education-system/images/second_icon2.png) no-repeat top left 40px;
	width: 74px;
	height: 75px
}
#company.education .second .c2 .btmText::before {
	left: 0;
	top: 0
}
#company.education .second .c2 .btmText::after {
	right: 0;
	bottom: 0;
	transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg)
}
#company.event {
	padding-top: 0
}
#company.event .first {
	padding-top: 30px;
	margin-bottom: 30px
}
#company.event .first .titleSet {
	margin-bottom: 20px
}
#company.event .first .textWrap {
	text-align: center;
	font-size: 130%;
	letter-spacing: 2px;
	line-height: 180%;
	margin-bottom: 20px
}
#company.event .first ul {
	letter-spacing: -5px
}
#company.event .first ul li {
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	width: 314px;
	margin: 9px
}
#company.event .first ul li dl {
	background: #F9F9F9;
	padding: 10px 5px;
}
#company.event .first ul li dl dt {
	margin-bottom: 10px
}
#company.event .first ul li dl dt a {
	display: block;
	text-align: center;
}
#company.event .first ul li dl dt a img {
	width: 290px;
	height: 290px;
	object-fit: cover;
	margin: 0 auto;
}
#company.event .first ul li dl dd {
	padding-left: 15px;
	position: relative;
	font-weight: 700
}
#company.event .first ul li dl dd::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 18px;
	background: #FC7886
}

@media screen and (max-width: 736px) {
#company.education .first .firstText .title {
	font-size: 200%;
	text-align: center;
}
#company .history {
	margin-bottom: 50px
}
#company .history .wrap {
	padding: 5%
}
#company .history .wrap>div {
	margin-bottom: 20px
}
#company .history .wrap>div .textWrap {
	float: none;
	width: auto
}
#company .history .wrap>div .imgWrap {
	float: none;
	width: auto;
	margin-top: 20px;
	text-align: left
}
#company .history .wrap>div .imgWrap .img em {
	margin: 0;
	padding: 5px;
	background: #FFFFFF
}
#company .history .wrap>div .imgWrap.row .img {
	width: auto;
	margin-right: 0;
	margin-bottom: 10px
}
#company .history .wrap>div .imgWrap.row .img:last-child {
	margin-bottom: 0
}
#company .history .wrap>div:nth-child(1) .img {
	width: auto
}
#company .history .wrap>div:nth-child(2) .img {
	width: 33%;
	margin: 0 auto;
}
#company .history table.img-pll td img {
    width: 100%;
}
#company .history table.img-pll td{
    background: #FFFFFF;
	text-align: center;
}
#company .history .wrap>div:nth-child(3) .img:nth-child(1) {
	width: 52%;
	margin-right: 1%
}
#company .history .wrap>div:nth-child(3) .img:nth-child(2) {
	width: 45%;
	text-align: center
}
#company .history .wrap>div:nth-child(3) .img:nth-child(2) img {
	display: inline-block
}
#company .history .wrap>div:nth-child(3) .img:nth-child(2) img:nth-child(1) {
	width: auto
}
#company .history .wrap>div:nth-child(3) .img:nth-child(2) img:nth-child(3) {
	width: 100%;
	height: auto
}
#company .history .wrap>div:nth-child(4) .img {
	width: 45%;
	margin-right: 10px
}
#company .history .wrap>div:nth-child(4) .img:last-child {
	margin: 0
}
#company .history .wrap>div:nth-child(4) .img img {
	margin-bottom: 10px
}
#company .history .wrap>div:nth-child(8) .img {
	width: auto
}
#company .info table {
	width: 100%;
	margin: 0
}
#company .info table th {
	text-align: center;
	border-bottom: 0;
	padding: 5px;
	color: #FFFFFF;
	background: #C7B299;
	display: block
}
#company .info table td {
	display: block;
	border-bottom: none;
	padding: 10px 0;
	margin-bottom: 10px
}
#company.education {
	padding-bottom: 0
}
#company.education .first .firstText {
	margin: 30px 0;
	text-align: left
}
#company.education .first .wrap {
	padding: 20px
}
#company.education .first .wrap .textWrap {
	float: none;
	width: auto;
	margin-bottom: 10px
}
#company.education .first .wrap:nth-child(3) .textWrap {
	width: auto
}
#company.education .first .wrap .img {
	float: none
}
#company.education .first .wrap .img img {
	display: block;
	margin-right: 0;
	margin-bottom: 10px;
	width: 100% !important;
	height: auto !important
}
#company.education .first .wrap .img img:last-child {
	margin-bottom: 0
}
#company.education .second .inner {
	padding: 0
}
#company.education .second .titleSet {
	margin-bottom: 30px;
	margin: 0 0 30px
}
#company.education .second .titleSet::after {
	top: 50px
}
#company.education .second .titleSet .title {
	padding: 0;
	margin: 0 5% 20px;
	font-size: 210%;
}
#company.education .second .titleSet .subTitle {
	text-align: center;
}
#company.education .second .titleSet .text {
	text-align: left
}
#company.education .second .c1 {
	width: auto;
	padding: 8% 5%
}
#company.education .second .c1 .title {
	margin-bottom: 30px;
	text-align: center
}
#company.education .second .c1 .title img {
	display: inline-block;
	width: 100%;
	height: auto
}
#company.education .second .c1 ul {
	text-align: center;
	margin: 40px
}
#company.education .second .c1 ul li {
	display: block;
	width: auto;
	margin: 0 0 20px
}
#company.education .second .c1 ul li:last-child {
	margin: 0
}
#company.education .second .c1 .c_wrap .text {
	text-align: left
}
#company.education .second .c2 {
	padding: 8% 5%;
	width: auto
}
#company.education .second .c2>.title {
	font-size: 150%;
	margin: 0 0 30px;
	text-align: left;
	width: auto;
	padding-right: 70px
}
#company.education .second .c2>.title::after {
	right: -12px;
	bottom: 5px
}
#company.education .second .c2>.text {
	font-size: 110%;
	text-align: left
}
#company.education .second .c2 ul {
	text-align: left
}
#company.education .second .c2 ul li {
	width: auto;
	margin: 0 0 20px;
	display: block
}
#company.education .second .c2 ul li:last-child {
	margin: 0
}
#company.education .second .c2 ul li dl dt {
	text-align: center
}
#company.education .second .c2 ul li dl dt img {
	max-width: 300px;
	display: inline-block
}
#company.education .second .c2 .btmText {
	text-align: left;
	/*font-size: 150%;*/
	font-size: 135%;
	padding: 5%
}
#company.education .second .c2 .btmText::before {
	/*left: -10px;*/
	left: -55px;;
	top: -10px
}
#company.education .second .c2 .btmText::after {
	/*right: -10px;*/
	right: -55px;
	bottom: -10px
}
#company.event {
	padding-bottom: 0
}
#company.event .first header {
	margin-bottom: 0
}
#company.event .first .textWrap {
	text-align: left
}
#company.event .first ul li {
	width: 48%;
	margin: 0 0 2%
}
#company.event .first ul li:nth-child(odd) {
	margin-right: 2%
}
#company.event .first ul li dl dt a img {
	/*width: 132px;*/
	/*height: 132px;*/
	width: 100%;
	height: 100%;
	margin: 0 auto
}
}
#form .inner {
	width: 700px
}
#form .required, #form .comp, #form .any {
	display: inline-block;
	color: #FFFFFF;
	background: #d42621;
	padding: 5px;
	font-size: 80%;
	line-height: 100%
}
#form .comp {
	background: #008288
}
#form .any {
	background: #e6e6e6;
	color: #000000
}
#form .textWrap p {
	font-size: 110%;
	letter-spacing: 2px;
	line-height: 180%;
	margin-bottom: 20px
}
#form .textWrap .required {
	margin-right: 5px
}
#form table {
	text-align: left;
	margin-bottom: 30px
}
#form table th {
	width: 30%;
	font-size: 110%;
	padding: 15px 0;
	vertical-align: top;
	border-bottom: solid 1px #e6e6e6;
	margin-bottom: -1px;
	color: #000000;
	font-weight: 700;
	position: relative
}
#form table th .required, #form table th .comp, #form table th .any {
	position: absolute;
	top: 15px;
	right: 30px
}
#form table td {
	padding: 15px 0;
	vertical-align: top;
	border-bottom: solid 1px #e6e6e6;
	margin-bottom: -1px;
	word-break: break-all
}
#form table td label {
	display: block;
	margin-bottom: 15px
}
#form table td label span {
	display: inline-block;
	width: 80px
}
#form table td select {
	padding: 5px
}
#form table td input[type="text"] {
	width: 250px !important;
	padding: 5px;
	border-radius: 6px;
	border: solid 1px #cccccc
}
#form table td .text {
	margin-top: 10px
}
#form table td .text span {
	color: #D42621;
	font-weight: 700
}
#form .submit {
	text-align: center
}
#form .submit input[type="submit"], #form .submit input[type="button"] {
	display: inline-block;
	background: #666666;
	color: #FFFFFF;
	cursor: pointer;
	width: 250px;
	padding: 15px 10px;
	transition: all 0.5s;
	border: 0
}
#form .submit input.send {
	background: #CD5257;
	color: #FFFFFF
}
#form .submit input:hover {
	opacity: 0.6;
	transition: all 0.5s
}
#form .entryTitle {
	font-size: 120%;
	line-height: 130%;
	text-align: center;
	margin-bottom: 20px;
	background: #fafafa;
	padding: 20px 10px
}
#form .entryTitle a {
	display: inline-block;
	padding: 5px 10px;
	margin-right: 5px;
	color: #FFFFFF;
	background: #E09497;
	font-size: 120%
}
#form .form_inline li {
	display: inline-block;
	margin-right: 10px
}
#form .form_inline li select {
	margin-right: 5px
}
#form .form_inline.radioBtn label {
	border: solid 1px #cccccc;
	padding: 5px 10px;
	border-radius: 6px
}
#form .form_inline.radioBtn input {
	width: 15px;
	height: 15px;
	margin: 0 2px 0 0;
	vertical-align: middle;
	-webkit-appearance: radio;
}
#form .upload {
	background: #FAFAFA;
	padding: 30px;
	text-align: center;
	margin-bottom: 50px
}
#form .upload .title {
	font-size: 120%;
	line-height: 150%;
	letter-spacing: 3px;
	font-weight: 700;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 20px
}
#form .upload .title::after {
	content: "";
	position: absolute;
	width: 120px;
	height: 2px;
	background: #CCCCCC;
	bottom: 0;
	left: 50%;
	margin-left: -60px
}
#form .upload .title span {
	font-size: 90%;
	font-weight: normal;
	letter-spacing: 0
}
#form .upload dl {
	text-align: left;
	margin: 0 auto 10px;
	width: 450px
}
#form .upload dl dt, #form .upload dl dd {
	display: inline-block
}
#form .upload dl dt {
	font-weight: 700;
	width: 150px
}
#form .contract {
	margin-bottom: 20px
}
#form .contract .title {
	font-size: 150%;
	letter-spacing: 2px;
	line-height: 130%;
	font-weight: 700;
	color: #C42132;
	margin-bottom: 10px
}
#form .contract .text {
	margin-bottom: 10px
}
#form .contract .wrap {
	border: solid 1px #cccccc;
	padding: 10px
}
#form .contract .wrap .inWrap {
	overflow: auto;
	height: 200px;
	padding: 10px
}
#form .contract .wrap .inWrap p {
	margin-bottom: 10px
}
#form .contract .wrap .inWrap dl dt {
	font-weight: 700;
	margin-bottom: 5px
}
#form .contract .wrap .inWrap dl dd ol {
	margin-bottom: 10px;
	padding-left: 14px
}
#form .contract .wrap .inWrap dl dd ol li {
	margin-bottom: 5px;
	list-style-type: decimal
}
#form .contract .wrap .inWrap dl dd ol li:last-child {
	margin: 0
}
#form .agree {
	background: #fafafa;
	padding: 15px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 20px
}
#form aside {
	margin-top: 50px
}
#form aside p {
	margin-bottom: 10px
}
#form aside a {
	background: url(../../images/arw_gy.png) no-repeat left;
	padding-left: 20px;
	color: #2486B7
}
#form .complete {
	padding: 50px;
	background: #f2f2f2
}
#form .complete .text {
	font-size: 110%;
	line-height: 180%;
	margin-bottom: 20px
}
#form .complete .text .title {
	font-size: 110%;
	line-height: 130%;
	font-weight: 700
}
#form .complete .text p {
	margin-bottom: 10px
}
#form .caution {
	color: #d42621;
	font-weight: 700;
	margin-bottom: 10px
}

@media screen and (max-width: 736px) {
#form .inner {
	width: auto;
	padding: 3%
}
#form table {
	margin-bottom: 0
}
#form table th {
	width: auto;
	display: block;
	padding: 0;
	border: 0
}
#form table th .required, #form table th .comp, #form table th .any {
	position: absolute;
	top: 0;
	right: 30px
}
#form table th br {
	display: none
}
#form table td {
	display: block;
	width: auto;
	margin-bottom: 30px
}
#form table td input[type="text"] {
	width: 90% !important;
	display: block
}
#form table td textarea {
	width: 90%
}
#form .submit input[type="submit"], #form .submit input[type="button"] {
	margin-bottom: 10px
}
#form .entryTitle a {
	display: block;
	margin-bottom: 5px
}
#form .complete {
	padding: 30px 20px;
	text-align: left
}
}

/*--------privacypolicy------------------------------*/
#privacypolicy{
	padding: 50px 0;
	font-family: ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
	font-weight: normal !important;
}
#privacypolicy p,
#privacypolicy ul,
#privacypolicy li,
#privacypolicy dt,
#privacypolicy dd{
	font-weight: normal !important;
}
#privacypolicy dl{
}
#privacypolicy dt{
	font-weight: 700;
	font-size:150%;
	line-height: 130%;
	margin-bottom: 10px;
}
#privacypolicy dd{
	margin-bottom: 30px;
	padding: 20px;
	background: #f2f2f2;
	line-height: 180%;
	text-align: justify;
	text-justify: inter-ideograph;
}
#privacypolicy dd:last-child{
	margin: 0;
}

#privacypolicy ul.ul_circle {
	padding-left: 30px;
}
#privacypolicy ul.ul_circle li{
	list-style: circle;
}
#privacypolicy ul.ul_circle > li::marker{
	color: #FF8090;
}
#privacypolicy ul.ul_decimal {
	padding-left: 60px;
}
#privacypolicy ul.ul_decimal li{
	list-style: decimal;
}
#privacypolicy ul.ul_disc {
	padding-left: 40px;
}
#privacypolicy ul.ul_disc li{
	list-style: disc;
}
#privacypolicy ul.ul_square {
	padding-left: 30px;
}
#privacypolicy ul.ul_square li{
	list-style: square;
}
#privacypolicy p.p_notice{
	font-size: 0.8em;
    border: 1px solid #ddd;
    padding: 5px 15px;
    margin: 15px 0;
    line-height: 160%;
}
#privacypolicy .prvcy_purpose {
	padding-left:28px ;
}

@media screen and (max-width: 736px){
	#privacypolicy .inner {
		width: auto;
		margin: 0;
		padding: 1.5%;
	}
	#privacypolicy .prvcy_purpose {
		padding-left: 0;
	}
	#privacypolicy ul.ul_decimal {
		padding-left: 40px;
		padding-bottom: 40px;
	}
	#privacypolicy #privacy dd {
    	padding: 20px 15px 20px 0;
	}
	#privacypolicy p.p_notice {
		margin: -25px 0 25px 0 !important;
	}
	#privacypolicy ul.ul_disc {
		padding-left: 20px;
	}
	#privacypolicy ul.ul_square {
		padding-left: 15px;
	}
	#privacypolicy ul.ul_disc li {
		padding: 10px 0;
	}
}