@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&display=swap&subset=japanese");
.lout-contents h1 {
	display: none;
}
.recruit .fontNotoSerif {
	font-family: 'Noto Serif JP', serif;
}
.open_link .sub-menu{display: none;}
.lout-contents {
	padding: 0;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
	position:relative;
}
.recruit-head {
	width: 960px;
	margin: 0 auto;
	padding: 45px;
	text-align: center;
}
.recruit-head .copy {
	margin: 0;
	font-size: 4.8rem;
	line-height: 2;
}
.recruit-head .copy span {
	font-size: 3.6rem;
}
.recruit-head .en {
	margin: 0;
	font-size: 3.0rem;
	line-height: 0.8;
}
.mainTit {
	font-size: 6.0rem;
	font-weight: bold;
	border: none;
	margin: 0;
}
.mainImg .wrapper {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	/*background: url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/recruit_top/main01_pc.png) no-repeat center;*/
}
.mainImg .wrapper h1 {
	display: block;
	border: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}
.mainImg .wrapper h1:after {
	display: none;
}
.mainImg .wrapper .img img {
	width: 100%;
    height: 300px;
    object-fit: cover;
}
.tit {
	color: #ff8f00;
	font-size: 3.0rem;
	text-align: center;
	border: none;
}
.copy {
	font-size: 2.6rem;
	text-align: center;
	font-weight: 700;
}
.about {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	background: #f4f2ee;
	margin-top: -15px;
}
.about .wrapper {
	padding: 50px 0 0;
}
.about .txt {
	font-size: 1.6rem;
	text-align: center;
}
.list01 {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -10px;
}
.link {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
}
.link .wrapper {
	width: 100%;
}
.link .content {
	display: flex;
	flex-wrap: wrap;
	border-bottom: solid 6px #fff;
}
.link .content.is-reverse {
	flex-flow: row-reverse;
}
.link .wrapper .content .img {
	width: 50%;
	border-right: solid 3px #fff;
	border-left: solid 3px #fff;
	box-sizing: border-box;
}
.link .wrapper .content .img img {
	width: 100%;
	/*height: 419px;*/
	height: auto;
	/*object-fit: cover;*/
}
.link .content .areatxt {
	width: 50%;
	background: #ffca0d;
	text-align: center;
	/*padding: 95px 0;*/
	border-right: solid 3px #fff;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.link .content .areatxt.career {
	background: #ff8f00;
	border-left: solid 3px #fff;
}
.link .content .tit01 {
	font-size: 4.0rem;
	color: #fff;
	border: none;
	margin: 0;
}
.link .content .en {
	font-size: 1.5rem;
	color: #fff;
	margin: 0;
}
.link .content .btn {
	width: 470px;
	margin: 30px auto 0;
}
.link .content .btn a {
	color: #030001;
	display: block;
	padding: 30px;
	font-size: 2.0rem;
	font-weight: bold;
	background: #fff;
	border-radius: 5px;
	text-decoration: none;
	position: relative;
}
.link .content .btn a:before {
	position: absolute;
	content: '';
	width: 11px;
	height: 11px;
	background: url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/recruit_top/ico_link_yellow.png) no-repeat;
	background-size: contain;
	right: 10px;
	bottom: 10px;
}
.link .content .btn a:hover {
	opacity: .7;
}
.effort {
	padding-top: 30px;
}
.effort .list {
	list-style: none;
	padding: 0 0 60px;
	margin-top: 40px;
	margin-bottom: 60px;
	border-bottom: solid 1px #9ea0a1;
}
.effort .list .item {
	display: flex;
}
.effort .list .item + .item {
	margin-top: 50px;
}
.effort .list .item .tit01 {
	font-size: 3.2rem;
	border: none;
	position: relative;
	padding-bottom: 20px;
}
.effort .list .item .tit01 span {
	font-size: 2.2rem;
	display: block;
}
.effort .list .item .txt {
	font-size: 1.6rem;
}
.effort .list .item .tit01:before {
	position: absolute;
	content: '';
	width: 60px;
	height: 2px;
	background: #ff8f00;
	bottom: 0;
	left: 0;
}
.effort .list .item.is-reverse {
	flex-flow: row-reverse;
}
.effort .list .item .img {
	width: 670px;
	margin-left: -130px;
}
.effort .list .item .areatxt {
	width: 420px;
	padding-left: 40px;
	box-sizing: border-box;
}
.effort .list .item.is-reverse .img {
	margin-right: -130px;
	margin-left: 0;
}
.effort .list .item.is-reverse .areatxt {
	padding-left: 0;
	padding-right: 40px;
}
.list-small {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.list-small .item {
	width: 300px;
	padding: 0 15px;
}
.list-small .item .areatxt .tit01 {
	border: none;
	position: relative;
	padding-bottom: 15px;
}
.list-small .item .areatxt .tit01:before {
	position: absolute;
	content: '';
	width: 60px;
	height: 2px;
	background: #ff8f00;
	bottom: 0;
	left: 0;
}
.list-small .item .txt {
	font-size: 1.6rem;
	padding-bottom: 15px;
}
.entry {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	background: #fff6d2;
}
.entry .wrapper {
	padding: 60px 0;
}
.entry .copy {
	color: #ff8f00;
}
.entry .box {
	background: #fff;
	text-align: center;
	padding: 50px 130px 40px;
	margin: 40px -130px 0;
}
.entry .box .en {
	border: none;
	font-size: 3.0rem;
	margin: 0;
}
.entry .box .txt {
	margin: 0;
}
.btn-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 40px -10px 0;
}
.btn-wrap .btn {
	width: 470px;
	margin: 0 10px;
}
.btn-wrap .btn a {
	display: block;
	font-size: 2.0rem;
	background: #ffca0d;
	padding: 30px 0;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
	position: relative;
}
.btn-wrap .btn a:before {
	position: absolute;
	content: '';
	width: 11px;
	height: 11px;
	background: url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/recruit_top/ico_link_white.png) no-repeat;
	background-size: contain;
	right: 10px;
	bottom: 10px;
}
.btn-wrap .btn a:hover {
	opacity: .7;
}
.btn-wrap .btn.career a {
	background: #ff8f00;
}
.point {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	background: #f4f2ee;
	margin-top: -15px;
}
.point .wrapper {
	padding: 50px 0 50px;
	width: 100%;
	margin-bottom: 0;
}
.slider-item {
	position: relative;
}
.slider-item .img {
	width: 54%;
}
.slider-item .box {
	position: absolute;
	width: 50%;
	padding: 70px 45px;
	box-sizing: border-box;
	height: 380px;
	top: 60px;
	right: 0;
	background: #fff;
	text-align: left;
}
.slider-item .box .tit {
	font-size: 2.4rem;
	margin: 0;
}
.slider-item .box .slider-txt {
	font-size: 1.6rem;
}
.slick-list {
	padding-bottom: 60px;
}
.slick-arrow {
	width: 60px;
	height: 60px;
}
.slick-next, .slick-next:hover, .slick-next:focus {
	right: 185px;
	top: auto;
	bottom: -14px;
	background: url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/recruit_top/ico_arrow_next.png) no-repeat;
	background-size: contain;
}
.slick-prev, .slick-prev:hover, .slick-prev:focus {
	left: 655px;
	top: auto;
	bottom: -14px;
	z-index: 1;
	background: url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/recruit_top/ico_arrow_back.png) no-repeat;
	background-size: contain;
}

.partner-bnr {
	width: 100vw;
    margin-left: calc(-50vw + 50%);
}
.partner-bnr__wrap {
	width: 1120px;
    margin: auto;
	display: flex;
	flex-wrap: wrap;
}
.partner-bnr .bnr {
	width: 550px;	
	text-align: center;
	margin-top: 60px;
	margin-right: 20px;
}
.partner-bnr .bnr:nth-child(2n) {
	margin-right: 0;
}
.partner-bnr .bnr a {
	display: block;
}
.partner-bnr .bnr a:hover {
	opacity: .7;
}
@media only screen and (min-width: 1281px) {
	.point .wrapper {
		width: 1240px;
	}
	.slider-item .img {
		width: 60%;
	}
	.slider-item .box {
		width: 44%;
		padding: 90px 75px;
		top: 130px;

	}
	.slick-prev, .slick-prev:hover, .slick-prev:focus {
		left: 885px;
	}
	.slick-next, .slick-next:hover, .slick-next:focus {
		right: 235px;
	}
	.slick-list {
		padding-bottom: 65px;
	}
}
@media only screen and (max-width: 1100px) {
	.link .content .btn {
		width: 300px;
	}
}
@media only screen and (min-width: 736px) {
	.viewSp {display: none !important;}
}
@media only screen and (min-width: 736px) and (max-width: 1280px) {
	.viewPc {display: none !important;}
}
@media only screen and (min-width: 1281px) {
	.viewsmPc {display: none !important;}
}
@media only screen and (max-width: 735px) {
	.viewPc {display: none !important;}
	.viewsmPc {display: none !important;}
	/*.mainImg .wrapper {
		background: url(/wordpress/wp-content/themes/ymt_juken_orgtheme/img/recruit_top/main01_sp.png) no-repeat;
		background-size: contain;
		height: 0;
		padding-top: 44%;
		position: relative;
	}*/
	.mainImg .wrapper .img img {
		width: 100%;
	    height: auto;
	}
	.wrapper {
		width: 100%;
	}
	.point .wrapper {
		padding: 50px 0 20px;
	}
	.recruit-head {
		width: 100%;
		padding: 0;
		position: absolute;
		top: 14%;
	}
	.recruit-head .copy {
		font-size: 2.8rem;
		line-height: 1.8;
	}
	.recruit-head .copy span {
		font-size: 2.0rem;
	}
	.recruit-head .en {
		font-size: 2.3rem;
		line-height: 1;
	}
	.mainTit {
		font-size: 3.5rem;
	}
	.about .wrapper {
		padding: 25px 15px 0;
		box-sizing: border-box;
	}
	.tit {
		font-size: 2.2rem;
		margin-bottom: 10px;
	}
	.copy {
		font-size: 2.0rem;
		margin: 10px 0;
	}
	.about .txt {
		text-align: left;
		font-size: 1.5rem;
	}
	.link .content {
		display: block;
	}
	.link .wrapper .content .img {
		width: 100%;
		border-right: solid 6px #fff;
		border-left: solid 6px #fff;
	}
	.link .wrapper .content .img img {
		height: auto;
	}
	.link .content + .content {
		margin-top: 15px;
	}
	.link .content .areatxt {
		width: 100%;
		padding: 30px 55px;
		box-sizing: border-box;
		border: none;
	}
	.link .content .areatxt.career {
		border: none;
	}
	.link .content .tit01 {
		font-size: 2.7rem;
	}
	.link .content .en {
		font-size: 1.2rem;
	}
	.link .content .btn {
		width: 100%;
		margin: 20px auto 0;
	}
	.link .content .btn a {
		font-size: 1.5rem;
		padding: 15px;
	}
	.effort .tit {
		margin-top: 0;
	}
	.effort .list {
		margin-top: 20px;
		padding: 0 0 20px;
		margin-bottom: 40px;
	}
	.effort .list .item {
		display: block;
	}
	.effort .list .item .img, .effort .list .item.is-reverse .img {
		width: 100%;
		margin: 0;
	}
	.effort .list .item .areatxt, .effort .list .item.is-reverse .areatxt {
		padding: 0 30px;
		width: 100%;
	}
	.effort .list .item .tit01 {
		font-size: 2.5rem;
	}
	.effort .list .item .tit01 span {
		font-size: 1.7rem;
	}
	.list-small {
		display: block;
		padding: 0 15px;
		margin: 0;
	}
	.list-small .item {
		width: 100%;
		padding: 0;
	}
	.list-small .item .areaimg {
		display: flex;
		flex-wrap: wrap;
	}
	.list-small .item .areaimg .img {
		width: 150px;
	}
	.list-small .item .areaimg .areatxt {
		width: calc(100% - 150px);
	}
	.list-small .item .areatxt .tit01 {
		font-size: 1.7rem;
		padding: 0 0 10px 0;
		margin: 30px 0 0 15px;
	}
	.list-small .item .txt {
		font-size: 1.5rem;
	}
	.entry {
		width: 100%;
		margin: 0;
	}
	.entry .wrapper {
		padding: 30px 15px;
		box-sizing: border-box;
	}
	.entry .box {
		margin: 30px 0 0;
		padding: 30px 45px 15px;
	}
	.btn-wrap {
		display: block;
		margin: 20px 0 0;
	}
	.btn-wrap .btn {
		width: 100%;
		margin: 10px 0;
	}
	.btn-wrap .btn a {
		font-size: 1.5rem;
		padding: 18px 0;
	}
	.slick-slider {
		margin-bottom: 30px;
	}
	.slick-list {
		padding-bottom: 120px;
	}
	.slider-item .img {
		width: 100%;
		position: relative;
	}
	.slider-item .box {
		position: relative;
		width: 90%;
		height: 300px;
		padding: 30px 25px;
		left: 5%;
		margin-top: -100px;
	}
	.slider-item .box .tit {
		font-size: 2.0rem;
	}
	.slider-item .box .slider-txt {
		font-size: 1.5rem;
	}
	.slick-arrow {
		width: 50px;
		height: 50px;
	}
	.slick-prev, .slick-prev:hover, .slick-prev:focus {
		left: calc(50% - 50px);
		bottom: 10px;
	}
	.slick-next, .slick-next:hover, .slick-next:focus {
		right: calc(50% - 50px);
		bottom: 10px;
	}
	.partner-bnr__wrap {
		display: block;
		width: 100%;
	}
	.partner-bnr .bnr {
		width: auto;
		margin-top: 30px;
		margin-right: 0;
		padding: 0 15px;
	}
}
@media only screen and (max-width: 320px) {
	.slider-item .box .tit {
		font-size: 1.6rem;
	}
	.slider-item .box .slider-txt {
		font-size: 1.3rem;
	}
}

.slick-dots {
	bottom: -30px;
}

.slick-dots li {
	width: 20px;
	height: 20px;
}
.slick-dots li button {
	width: 20px;
	height: 20px;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
    color: #ff8f00; /* hover時の色を変更 */
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    /* 元のcontentプロパティの値だとfont-sizeを変更した際に位置がずれてしまうので値を変更 */
    /* content: '•'; */
    content: '●';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #ff8f00; /* active時の色を変更 */
}
@media screen and (min-width:736px) {
	.slick-dots {
		position: absolute;
		left: 0;
		bottom: 0;
		width: auto;
	}
	.slick-slide{
		min-height: 380px;
	}
	.slick-next,	.slick-next:hover,	.slick-next:focus,
	.slick-prev,	.slick-prev:hover,	.slick-prev:focus {
		margin-top: 0;
		bottom: 0;
		top: auto;
		right: auto;
		transform: translate(0,0)
	}
	.slick-next,	.slick-next:hover,	.slick-next:focus {
		left: calc(160px + 60px);
	}
	.slick-prev,	.slick-prev:hover,	.slick-prev:focus {
		left: 160px;
	}
}
.recruitment-txtarea {
	margin-top: 35px;
	padding: 0 15px 0;
}
.recruitment-txt {
	font-weight: 700;
}
@media screen and (min-width:736px) {
	.recruitment-txtarea {
		margin-top: 60px;
	}
	.recruitment-txt {
		font-size: 2rem;
		text-align: center;		
	}
}

