@charset "utf-8";

/* TOP */

#page-top {
	background-image: url(../img/top/bg-01.png);
}
#page-top .mv-area {
	padding: 80px 0;
	text-align: center;
}
#page-top .mv-area .text {
	margin-bottom: 70px;
}
#page-top .mv-area .text img {
	position: relative;
	opacity: 0;
	width: 75%;
  transition: all 1500ms 0s ease;
}
#page-top .mv-area .text img.show {
	opacity: 1;
}
#page-top .mv-area .img img {
	position: relative;
	width: 85%;
	opacity: 0;
  transition: all 1500ms 0s ease;
}
#page-top .mv-area .img img.show {
	opacity: 1;
}
#page-top .division-area {
	margin-bottom: 60px;
}
#page-top .division-area h2 {
	margin-bottom: 50px;
	text-align: center;
	font-size: 26px;
}
#page-top .division-area .division-list {
	display: flex;
	flex-wrap: wrap;
}
#page-top .division-area .division-list .division-item {
	display: flex;
	margin: 0 1.5% 25px;
	width: 47%;
	flex-direction: column;
}
#page-top .division-area .division-list .division-item a {
	color: #606360 !important;
}
#page-top .division-area .division-list .division-item .division-item-top {
	background-image: url(../img/top/division-top-bg.png);
	background-size: 100% 100%;
	height: 15px;
}
#page-top .division-area .division-list .division-item .division-item-main {
	padding: 15px 30px;
	background-image: url(../img/top/division-main-bg.png);
	background-size: 100% 100%;
	text-align: center;
	flex: 1;
}
#page-top .division-area .division-list .division-item .division-item-main h3 {
	margin-bottom: 20px;
}
#page-top .division-area .division-list .division-item .division-item-main p {
	margin: 0;
	line-height: 1.4;
}
#page-top .division-area .division-list .division-item .division-item-bottom {
	background-image: url(../img/top/division-bottom-bg.png);
	background-size: 100% 100%;
	height: 30px;
}
#page-top .greeting-area .greeting-top {
	background-image: url(../img/top/greeting-top-bg.png);
	background-size: 100% 100%;
	height: 10px;
	mix-blend-mode: multiply;
}
#page-top .greeting-area .greeting-main {
	position: relative;
}
#page-top .greeting-area .greeting-main::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #84b926;
	mix-blend-mode: multiply;
}
#page-top .greeting-area .greeting-main .greeting-main-box {
	padding: 70px 0;
}
#page-top .greeting-area .greeting-main .greeting-main-box .greeting-main-box-top {
	background-image: url(../img/top/greeting-box-top-bg.png);
	background-size: 100% 100%;
	height: 50px;
}
#page-top .greeting-area .greeting-main .greeting-main-box .greeting-main-box-main {
	padding: 0 70px;
	background-image: url(../img/top/greeting-box-main-bg.png);
	background-size: 100% 100%;
}
#page-top .greeting-area .greeting-main .greeting-main-box .greeting-main-box-main h2 {
	margin-bottom: 50px;
	text-align: center;
	font-size: 32px;
	color: #84b926;
}
#page-top .greeting-area .greeting-main .greeting-main-box .greeting-main-box-main h2 span {
	display: inline-block;
	border-bottom: solid 2px #84b926;
}
#page-top .greeting-area .greeting-main .greeting-main-box .greeting-main-box-main p {
	line-height: 2.6;
}
#page-top .greeting-area .greeting-main .greeting-main-box .greeting-main-box-main .name {
	margin-bottom: 50px;
	text-align: right;
}
#page-top .greeting-area .greeting-main .greeting-main-box .greeting-main-box-main .btn {
	text-align: center;
}
#page-top .greeting-area .greeting-main .greeting-main-box .greeting-main-box-main .btn img {
	width: 320px;
}
#page-top .greeting-area .greeting-main .greeting-main-box .greeting-main-box-bottom {
	background-image: url(../img/top/greeting-box-bottom-bg.png);
	background-size: 100% 100%;
	height: 50px;
}
#page-top .greeting-area .greeting-bottom {
	background-image: url(../img/top/greeting-bottom-bg.png);
	background-size: 100% 100%;
	height: 10px;
	mix-blend-mode: multiply;
}
#page-top .recruit-area {
	padding: 50px 0;
}


@media only screen and (max-width: 640px) {
	
#page-top .mv-area {
	padding: 50px 0 30px;
}
#page-top .mv-area .text {
	margin-bottom: 40px;
}
#page-top .mv-area .text img {
	width: auto;
}
#page-top .mv-area .img img {
	width: auto;
}
#page-top .division-area h2 {
	font-size: 4.5vw;
	line-height: 1.8;
}
#page-top .division-area .division-list {
	display: block;
}
#page-top .division-area .division-list .division-item {
	display: block;
	margin: 0 0 10px;
	width: auto;
}
#page-top .division-area .division-list .division-item .division-item-main {
	padding: 10px 5%;
}
#page-top .division-area .division-list .division-item .division-item-main h3 {
	margin-bottom: 10px;
}
#page-top .division-area .division-list .division-item .division-item-main p {
	font-size: 3vw;
}
#page-top .greeting-area .greeting-main .greeting-main-box .greeting-main-box-top {
	height: 5vw;
}
#page-top .greeting-area .greeting-main .greeting-main-box .greeting-main-box-main {
	padding: 30px 10%;
}
#page-top .greeting-area .greeting-main .greeting-main-box .greeting-main-box-main h2 {
	margin-bottom: 30px;
	font-size: 24px;
}
#page-top .greeting-area .greeting-main .greeting-main-box .greeting-main-box-main .name {
	margin-bottom: 50px;
	text-align: left;
	font-size: 13px;
	line-height: 1.4;
}
#page-top .greeting-area .greeting-main .greeting-main-box .greeting-main-box-main .name span {
	display: block;
	margin-top: 5px;
	font-size: 16px;
}
#page-top .greeting-area .greeting-main .greeting-main-box .greeting-main-box-bottom {
	height: 5vw;
}

}


/* various */

#content .page-content {
	margin-bottom: 100px;
}
#content .page-rental .box {
	clear: both;
	width: 700px;
	margin-left: 23px;
	margin-bottom: 25px;
	min-height: 150px;
}
#content .page-rental .box_R {
	float: right;
	width: 385px;
	font-size: 0.75em;
	color: #666666;
	padding-top: 8px;
	line-height: 1.5em;
}
#content .page-rental .box_L {
	float: left;
	width: 285px;
}
#content .page-rental .box_tit {
	background-image: url(../img/common/dot_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 1.25em;
	clear: both;
	width: 385px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: #333333;
}
#content .page-rental .no {
	background-color: #80b400;
	color: #FFFFFF;
	text-align: center;
	margin-right: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bold;
}
#content .page-rental .catalogLink {
	clear: both;
	height: 81px;
	width: 698px;
	margin-top: 40px;
	margin-bottom: 45px;
	margin-left: 25px;
}

#content .page-rental .box_tokusen {
	clear: both;
	width: 600px;
	margin-left: 70px;
	margin-bottom: 25px;
	height: 245px;
	border: 3px solid #eeeeee;
	text-align: center;
}
#content .page-rental .box_comment {
	clear: both;
	font-size: 0.8em;
	color: #4c8300;
	margin-left: 55px;
	background-image: url(../img/reform/list_comment.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
	margin-bottom: 6px;
}
#content .page-rental .txt_tokusen {
	font-size: 0.85em;
	width: 630px;
	margin-left: 55px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	color: #666666;
	line-height: 1.7em;
}

#content .page-rental .tblType1 td {
	text-align: right;
}
#content .page-rental .txt_s {
	font-size: 0.75em;
	width: 630px;
	margin-left: 55px;
	padding-bottom: 5px;
	color: #666666;
	line-height: 1.7em;
}
#content .page-rental a[href^="tel:"] {
    pointer-events:none;
}

@media only screen and (max-width: 770px) {
#content .page-rental .box {
	width: 96%;
	margin-left: 2%;
}
#content .page-rental .box_R {
	width: 45%;
	height: auto;
}
#content .page-rental .box_L {
	width: 45%;
	height: auto;
}
#content .page-rental .box_tit {
	width: 100%;
	height: auto;
}
#content .page-rental .catalogLink {
	width: 96%;
	margin-left: 2%;
	height: auto;
}
#content .page-rental .catalogLink img {
	width: 100%;
	height: auto;
}
#content .page-rental .box_tokusen {
	width: 96%;
	margin-left: 2%;
}
#content .page-rental .box_tokusen img {
	width: 100%;
	height: auto;
}
#content .page-rental .box_comment {
	width: 96%;
	margin-left: 2%;
}
#content .page-rental .txt_tokusen {
	width: 96%;
	margin-left: 2%;
}
#content .page-rental .contactBox {
	height: auto;
}
#content .page-rental .contactBox .img_L,.contactBox .img_R {
	float: none;
	clear: both;
	margin-left: 7%;
}
#content .page-rental a[href^="tel:"] {
    pointer-events:auto;
}

}


#content .page-sale .box {
	clear: both;
	width: 700px;
	margin-left: 23px;
	margin-bottom: 25px;
	min-height: 150px;
}
#content .page-sale .box_R {
	float: right;
	width: 385px;
	font-size: 0.75em;
	color: #666666;
	padding-top: 8px;
	line-height: 1.5em;
}
#content .page-sale .box_L {
	float: left;
	width: 285px;
}
#content .page-sale .box_tit {
	background-image: url(../img/common/dot_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 1.25em;
	clear: both;
	width: 385px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: #333333;
}
#content .page-sale .no {
	background-color: #80b400;
	color: #FFFFFF;
	text-align: center;
	margin-right: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bold;
}
#content .page-sale .catalogLink {
	clear: both;
	height: 81px;
	width: 698px;
	margin-top: 40px;
	margin-bottom: 45px;
	margin-left: 25px;
}
#content .page-sale a[href^="tel:"] {
    pointer-events:none;
}


@media only screen and (max-width: 770px) {
#content .page-sale .box {
	width: 96%;
	margin-left: 2%;
}
#content .page-sale .box_R {
	width: 45%;
	height: auto;
}
#content .page-sale .box_L {
	width: 45%;
	height: auto;
}
#content .page-sale .box_tit {
	width: 100%;
	height: auto;
}
#content .page-sale .catalogLink {
	width: 96%;
	margin-left: 2%;
	height: auto;
}
#content .page-sale .catalogLink img {
	width: 100%;
	height: auto;
}
#content .page-sale .contactBox {
	height: auto;
}
#content .page-sale .contactBox .img_L,.contactBox .img_R {
	float: none;
	clear: both;
	margin-left: 7%;
}
#content .page-sale a[href^="tel:"] {
    pointer-events:auto;
}

}



#content .page-reform .box {
	clear: both;
	width: 600px;
	margin-left: 73px;
	margin-bottom: 25px;
	min-height: 150px;
	background-image: url(../img/reform/arrow_reform.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 245px;
}
#content .page-reform .box_R {
	float: right;
	width: 285px;
}
#content .page-reform .box_L {
	float: left;
	width: 285px;
}
#content .page-reform .box_tit {
	background-image: url(../img/common/dot_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 0.9em;
	clear: both;
	width: 650px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	color: #333333;
	margin-left: 48px;
}
#content .page-reform .box_comment {
	clear: both;
	font-size: 0.8em;
	color: #4c8300;
	margin-left: 75px;
	background-image: url(../img/reform/list_comment.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
	margin-bottom: 6px;
}
#content .page-reform .no {
	background-color: #80b400;
	color: #FFFFFF;
	text-align: center;
	margin-right: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bold;
}
#content .page-reform .catalogLink {
	clear: both;
	height: 81px;
	width: 698px;
	margin-top: 40px;
	margin-bottom: 45px;
	margin-left: 25px;
}
#content .page-reform .txt_reform {
	font-size: 0.85em;
	width: 630px;
	margin-left: 55px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	color: #666666;
	line-height: 1.7em;
}
#content .page-reform a[href^="tel:"] {
    pointer-events:none;
}

@media only screen and (max-width: 770px) {
#content .page-reform .box {
	width: 96%;
	margin-left: 2%;
	height: auto;
}
#content .page-reform .box_R {
	width: 45%;
	height: auto;
}
#content .page-reform .box_L {
	width: 45%;
	height: auto;
}
#content .page-reform .box_tit {
	width: 96%;
	height: auto;
	margin-left: 2%;
}
#content .page-reform .box_comment {
	width: 96%;
	height: auto;
	margin-left: 2%;
}
#content .page-reform .catalogLink {
	width: 96%;
	margin-left: 2%;
	height: auto;
}
#content .page-reform .catalogLink img {
	width: 100%;
	height: auto;
}
#content .page-reform .txt_reform {
	width: 96%;
	height: auto;
	margin-left: 2%;
}
#content .page-reform .contactBox {
	height: auto;
}
#content .page-reform .contactBox .img_L,.contactBox .img_R {
	float: none;
	clear: both;
	margin-left: 7%;
}
#content .page-reform a[href^="tel:"] {
    pointer-events:auto;
}

}



#content .page-flow .box {
	clear: both;
	width: 650px;
	margin-left: 53px;
	margin-bottom: 25px;
	/*min-height: 120px;
	height: 150px;*/
}
#content .page-flow .box_tit {
	background-image: url(../img/common/dot_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 0.9em;
	clear: both;
	margin-bottom: 5px;
	padding-bottom: 10px;
	color: #333333;
}
#content .page-flow .no {
	background-color: #80b400;
	color: #FFFFFF;
	text-align: center;
	margin-right: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bold;
}
#content .page-flow .txt_flow {
	font-size: 0.85em;
	padding-bottom: 5px;
	margin-bottom: 15px;
	color: #666666;
	line-height: 1.7em;
}
#content .page-flow a[href^="tel:"] {
    pointer-events:none;
}

@media only screen and (max-width: 770px) {
#content .page-flow .box {
	width: 96%;
	margin-left: 2%;
	height: auto;
}
#content .page-flow .box_tit {
	width: 96%;
	height: auto;
	margin-left: 2%;
}
#content .page-flow .contactBox {
	height: auto;
}
#content .page-flow .contactBox .img_L,.contactBox .img_R {
	float: none;
	clear: both;
	margin-left: 7%;
}
#content .page-flow a[href^="tel:"] {
    pointer-events:auto;
}

}



#content .page-guide .no_tit {
	background-image: url(../img/common/dot_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 0.9em;
	clear: both;
	width: 650px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	color: #333333;
	margin-left: 48px;
}
#content .page-guide .txt_info {
	font-size: 0.85em;
	width: 630px;
	margin-left: 55px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	color: #666666;
	line-height: 1.7em;
}
#content .page-guide .no {
	background-color: #80b400;
	color: #FFFFFF;
	text-align: center;
	margin-right: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bold;
}
#content .page-guide .arrowTit {
	clear: both;
	font-size: 0.8em;
	color: #4c8300;
	margin-left: 55px;
	background-image: url(../img/reform/list_comment.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
	margin-bottom: 6px;
	width: 630px;
}
#content .page-guide .txt_s {
	font-size: 0.75em;
	width: 630px;
	margin-left: 55px;
	padding-bottom: 5px;
	color: #666666;
	line-height: 1.7em;
}
#content .page-guide .flowImg {
    width: 621px;
	margin-left: 63px;
}
#content .page-guide .tblType1 td {
	text-align: right;
}
#content .page-guide a[href^="tel:"] {
    pointer-events:none;
}

@media only screen and (max-width: 770px) {
#content .page-guide .no_tit {
	width: 96%;
	margin-left: 2%;
	height: auto;
}
#content .page-guide .txt_info {
	width: 96%;
	margin-left: 2%;
	height: auto;
}
#content .page-guide .arrowTit {
	width: 96%;
	margin-left: 2%;
	height: auto;
}
#content .page-guide .txt_s {
	width: 96%;
	margin-left: 2%;
	height: auto;
}
#content .page-guide .flowImg {
	width: 96%;
	margin-left: 2%;
	height: auto;
}
#content .page-guide .tblType1 th {
	width: 35%;
}
#content .page-guide .contactBox {
	height: auto;
}
#content .page-guide .contactBox .img_L,.contactBox .img_R {
	float: none;
	clear: both;
	margin-left: 7%;
}
#content .page-guide a[href^="tel:"] {
    pointer-events:auto;
}

}



/* careplan */

#content .page-careplan .box {
	clear: both;
	width: 700px;
	margin-left: 33px;
	margin-bottom: 25px;
	height: 260px;
}
#content .page-careplan .box_R {
	float: right;
	width: 325px;
	height: 245px;
}
#content .page-careplan .box_L {
	float: left;
	width: 325px;
	height: 245px;
}
#content .page-careplan p.inbox {
	line-height: 1.5em;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}
#content .page-careplan .box_last {
	clear: both;
	width: 700px;
	margin-left: 33px;
	margin-bottom: 25px;
	margin-top: 50px;
	height: 2em;
}
#content .page-careplana[href^="tel:"] {
    pointer-events:none;
}

@media only screen and (max-width: 770px) {
#content .page-careplan .box {
	width: 96%;
	margin-left: 2%;
	margin-bottom: 5px;
}
#content .page-careplan .box_R {
	width: 45%;
	height: auto;
}
#content .page-careplan .box_L {
	width: 45%;
	height: auto;
}
#content .page-careplan .box_R img,
#content .page-careplan .box_L img {
	width: 100%;
	height: auto;
}
#content .page-careplan .box_tit {
	width: 100%;
	height: auto;
}
#content .page-careplan .catalogLink {
	width: 96%;
	margin-left: 2%;
	height: auto;
}
#content .page-careplan .catalogLink img {
	width: 100%;
	height: auto;
}
#content .page-careplan .box_last {
	width: 96%;
	margin-left: 2%;
}
#content .page-careplan .contactBox {
	height: auto;
}
#content .page-careplan .contactBox .img_L,.contactBox .img_R {
	float: none;
	clear: both;
	margin-left: 7%;
}
#content .page-careplan a[href^="tel:"] {
    pointer-events:auto;
}

}



/* wday */

#content .page-wday .box_tit {
	background-image: url(../img/common/dot_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 0.9em;
	clear: both;
	width: 650px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	color: #333333;
	margin-left: 48px;
}
#content .page-wday .txt_day {
	font-size: 0.85em;
	width: 630px;
	margin-left: 55px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	color: #666666;
	line-height: 1.7em;
}
#content .page-wday .no {
	background-color: #FCA900;
	color: #FFFFFF;
	text-align: center;
	margin-right: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bold;
}
#content .page-wday .box_tit2 {
    background-image: url(../img/common/dot_line.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    font-size: 0.9em;
    clear: both;
    width: 650px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    color: #E8A010;
    margin-left: 48px;
}
#content .page-wday .no2 {
    background-color: #E8A010;
    color: #FFFFFF;
    text-align: center;
    margin-right: 5px;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.6em;
}
#content .page-wday div.btm20 {
	display: block;
	height: 150px;
	margin-bottom: 40px;
}
#content .page-wday .onyoku {
    font-size: 1.3em;
    color: #5FA53C;
    font-weight: bold;
}
#content .page-wday .hanmoji {
    margin-left: 0.5em;
}

#content .page-wday .tblType1 caption {
	font-size: 1.3em;
	line-height: 2em;
	text-align: left;
}
#content .page-wday .tblType1 td {
	text-align: right;
	vertical-align: middle;
}
#content .page-wday .txt_s {
	font-size: 0.75em;
	width: 630px;
	margin-left: 55px;
	padding-bottom: 5px;
	color: #666666;
	line-height: 1.7em;
}
#content .page-wday a[href^="tel:"] {
    pointer-events:none;
}
#content .page-wday .contactBox {
	padding-bottom: 50px;
}
/*#content .page-wday .youtube {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  margin-bottom: 2em;
}
#content .page-wday .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}*/

#content .page-wday .main-movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
	margin-bottom: 2em;
}
#content .page-wday #js-main-movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}


@media only screen and (max-width: 770px) {
#content .page-wday .box_tit {
	width: 96%;
	height: auto;
	margin-left: 2%;
}
#content .page-wday .box_tit2 {
	width: 96%;
	height: auto;
	margin-left: 2%;
}
#content .page-wday .txt_day {
	width: 96%;
	height: auto;
	margin-left: 2%;
}
#content .page-wday .txtType2 img {
	width: 98%;
	height: auto;
	margin-left: 1%;
}
#content .page-wday .txt_day img {
	width: 98%;
	height: auto;
	margin-left: 1%;
}
#content .page-wday .txtType1 img {
	width: 98%;
	height: auto;
	margin-left: 1%;
}
#content .page-wday div.btm20 {
	height: auto;
}
#content .page-wday .tblType1 {
	width: 98%;
	margin-left: 1%;
}
#content .page-wday .tblType1 th {
	display: block;
	width: 97%;
}
#content .page-wday .tblType1 td {
	display: block;
	width: 97%;
}
#content .page-wday .tblType1 td iframe {
	width: 100%;
}
#content .page-wday .contactBox {
	height: auto;
	padding-bottom: 30px;
}
#content .page-wday .contactBox .img_L,.contactBox .img_R {
	float: none;
	clear: both;
	margin-left: 7%;
}
#content .page-wday a[href^="tel:"] {
    pointer-events:auto;
}

}



/* about */

#content .page-about .tblType1 td {
	vertical-align: middle;
}

@media only screen and (max-width: 770px) {
#content .page-about .tblType1 {
	width: 98%;
	margin-left: 1%;
}
#content .page-about .tblType1 th {
	display: block;
	width: 97%;
}
#content .page-about .tblType1 td {
	display: block;
	width: 97%;
}
#content .page-about .tblType1 td iframe {
	width: 100%;
}

}



/* recruit */

.page-recruit {
	position: fixed;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.page-recruit p {
	margin: 0;
	font-size: 20px;
}



