@charset "UTF-8";
html {
	font-size: 62.5%;
}
.text_left {
    text-align: left;
}
.text_linethrough {
    text-decoration: line-through;
}
.pc_only {
    display: block;
}
.tab_sp_only {
    display: none;
}
h5 {
    color: #77100F;
    margin-bottom: 3%;
}
h5 em {
    display: block;
    font-size: 4.8rem;
}
.recruit{
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: 1px;
}
.recruit * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.recruit .lineBtn img {
    width: 100%;
}
.recruit .font_red {
    color: #77100F;
}
.recruit .font_pink {
    color: #D62882;
}
.recruit .font_blue {
	color: #394594;
}
.recruit section {
    margin-bottom: 100px;
}
.recruit h1 {
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
}
.sheetBtn2 a {
    display: inline-block;
    width: 90%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    color: #FFFFFF;
    background-color: #77100f;
    padding-top: 2%;
    padding-bottom: 2%;
    border-radius: 74px;
    font-size: 1.4rem;
}
.sheetBtn2 a em {
    display: block;
    font-size: 3.6rem;
    letter-spacing: 3px;
}
.mainV {
    margin-top: 6%;
}
.mainV h4 {
    font-size: 5.4rem;
	color: #77100f;
	display: flex;
	align-items: center;
}
.mainV h4:before, .mainV h4:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #77100f;
	display: block;
}
.mainV h4:before {
	margin-right: .6em;
}
.mainV h4:after {
	margin-left: .6em;
}
.mainV .subtit {
    color: #77100f;
    margin-bottom: 6%;
}
.mainV .pic {
    position: relative;
}
.mainV .pic .seal {
    position: absolute;
    bottom: -20%;
    right: 3%;
    width: 40%;
    max-width: 314px;
}
.about {
    background-color: #F9F4F4;
    padding-top: 80px;
    padding-bottom: 80px;
}
.about .comment {
    line-height: 40px;
    margin-bottom: 8%;
}
.about .edu {
    width: 100%;
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-image: url(../../images/recruit/mid-career/waku.png);
    background-repeat: no-repeat;
    background-position: left 0%;
    background-size: contain;
    padding-left: 9%;
    padding-top: 6%;
    padding-bottom: 9%;
}
.about .edu dt {
    margin-bottom: 3%;
	font-weight: bold;
}
.about .edu dd {
    font-size: 1.4rem;
    line-height: 33px;
}
.education  {
    margin-top: 10%;
}
.education .fig {
    margin-top: 5%;
    margin-bottom: 5%;
}
.education .fig .item {
    overflow-x: scroll;
    width: 100%;
    border: 1px solid #000000;
}
.education .fig .comme {
    font-size: 12px;
    color: #474646;
    text-align: left;
}
.education .text {
    text-align: left;
}
.education .text .txt {
    font-size: 1.4rem;
    margin-top: 2%;
    line-height: 27px;
}
.guideWrp {
    background-color: #FCFAF8;
    padding-top: 70px;
    margin-bottom: 80px;
    padding-bottom: 30px;
}
.guideline {
}
.guideline .item {
    font-size: 1.4rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    line-height: 32px;
    margin-bottom: 5%;
    width: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
		-ms-flex-line-pack: start;
			align-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
}
.guideline .item dt {
    text-align: center;
    width: 32%;
}
.guideline .item dd {
    width: 68%;
}
.guideline .cateName {
    background: linear-gradient(90deg,#333333 0%,#333333 50%,#fff 50%,#fff 100%);
    margin-bottom: 4%;
}
.guideline .cateName p {
    color: #FFFFFF;
    font-size: 1.4rem;
    letter-spacing: 3px;
    text-align: left;
    line-height: 28px;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    padding-left: 5%;
}
.guideline .descri {
    margin-bottom: 5%;
}
.guideline .descri .tit_square {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    border: 1px solid #000000;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 4%;
    font-size: 1.8rem;
}
.guideline .descri .txt {
    margin-bottom: 3%;
    line-height: 33px;
}
.guideline .descri .formBtn a {
    display: inline-block;
    width: 60%;
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
    color: #FFFFFF;
    background-color: #000000;
    font-size: 1.3rem;
    padding-top: 1%;
    padding-bottom: 1%;
    border-radius: 10px;
    margin-top: 2%;
}
.guideline .descri .sheetBtn a {
    display: inline-block;
    width: 90%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    color: #FFFFFF;
    background-color: #000000;
    padding-top: 2%;
    padding-bottom: 2%;
    border-radius: 74px;
    margin-top: 2%;
}
.guideline .comment {
    font-size: 1.4rem;
    line-height: 33px;
	width: 90%;
    margin: 0 auto;
}
.flow {
}
.flow .list .item .contBox .instaBtn .fab {
    font-size: 3.6rem;
    vertical-align: middle;
    padding-right: 5%;
}
.flow .list {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.flow .list .item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 12%;
    padding-bottom: 10%;
	padding-left: 5%;
    padding-right: 5%;
    background-color: #FCF9F4;
    border-radius: 15px;
    position: relative;
    z-index: auto;
}
.flow .list .item::after{
    content: "";
    border: 70px solid transparent;
    border-top: 70px solid #FCF9F4;
    position: absolute;
	left: 50%;
	transform: translateX(-50%);
    bottom: -125px;
    z-index: 1;
}
.flow .list .item:nth-child(even) {
    background-color: #ece5c8;
}
.flow .list .item:nth-child(even)::after{
    border-top-color: #ece5c8;
}
.flow .list .item:last-child::after{
    border: none;
}
.flow .list .item .titBox {
    width: 45%;
}
.flow .list .item .titBox .num {
    letter-spacing: 1px;
    margin-bottom: 2%;
}
.flow .list .item .titBox .num em {
    font-size: 5rem;
    vertical-align: middle;
	-webkit-text-stroke: 1px #000;
	color: #fff;
}
.flow .list .item .titBox .txt {
    font-size: 3rem;
    letter-spacing: 2px;
}
.flow .list .item .contBox {
    width: 55%;
    text-align: left;
}
.flow .list .item .contBox p {
    margin-bottom: 4%;
}
.flow .list .item .contBox .p_link {
    color: #7B111D;
    font-weight: bold;
}
.flow .list .item .contBox .instaBtn {
    margin-top: 7%;
}
.flow .list .item .contBox .instaBtn a {
    background-color: #D5217E;
    color: #FFFFFF;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 13%;
    padding-right: 13%;
    border-radius: 10px;
    display: inline-block;
    width: 50%;
    max-width: 160px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.flow .list .item .contBox .lineBtn {
    width: 50%;
	max-width: 200px;
}

.snsfollow {
    line-height: 35px;
}
.snsfollow .tit {
    font-size: 3rem;
    color: #D62882;
    position: relative;
    display: inline-block;
    margin-bottom: 3%;
    line-height: 44px;
}
.snsfollow .tit::before, 
.snsfollow .tit::after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 60px;
    background-color: #D62882;
    vertical-align: middle;
	position: absolute;
	top: 30%;
}
.snsfollow .tit::before {
    transform: rotate(-30deg);
    margin-right: 30px;
	left: -15%;
	
}
.snsfollow .tit::after {
    transform: rotate(30deg);
    margin-left: 30px;
	right: -15%;
}
.snsfollow .btn {
    background-color: #D62882;
    padding-top: 1%;
    padding-right: 1.5%;
    padding-bottom: 1%;
    padding-left: 1.5%;
    display: inline-block;
    border-radius: 17px;
    margin-top: 2%;
}
.snsfollow .fab {
    font-size: 7rem;
    color: #FFFFFF;
}
.fin  {
    background-color: #FCFCF4;
}
.fin .list {
    padding-top: 8%;
    padding-bottom: 8%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}
.fin .list .item {
    width: 32%;
    border: 1px solid #000000;
    background-color: #FFFFFF;
    padding-top: 4%;
    padding-right: 2%;
    padding-bottom: 0%;
    padding-left: 2%;
}
.fin .list .item .tit {
    font-size: 1.8rem;
    margin-bottom: 5%;
	font-weight: bold;
}
.fin .list .item .wrp {
    margin-bottom: 13%;
}
.fin .list .item .text {
    font-size: 1.4rem;
    margin-bottom: 5%;
}
.fin .list .item .fab {
    font-size: 5rem;
    color: #D5217E;
}
.fin .list .item .formBtn a {
    display: inline-block;
    width: 50%;
	max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    color: #FFFFFF;
    background-color: #000000;
    font-size: 1.3rem;
    padding-top: 4%;
    padding-bottom: 4%;
    border-radius: 10px;
}
.fin .list .item .lineBtn {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.salaly {
    line-height: 30px;
}
.salaly .catch {
    font-size: 2.4rem;
    margin-bottom: 7%;
}
.salaly .list {
}
.salaly .list .item {
	width: 100%;
	max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5%;
    flex-direction: row-reverse;;
}
.salaly .list .item:nth-child(even) {
    flex-direction: row;
}
.salaly .list .item .picBox {
    width: 40%;
}
.salaly .list .item .picBox img {
	width: 100%;
	height: auto;
	max-width: 240px;
	
}
.salaly .list .item .textBox {
    text-align: left;
    border: 1px solid #000000;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 35px;
    width: 60%;
    max-width: 515px;
    position: relative;
}
.salaly .list .item .textBox::before,
.salaly .list .item .textBox::after {
    position: absolute;
	left: -20px;
	top: 70%;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	border-width: 20px;
}
.salaly .list .item .textBox::before {
    border-right-color: #000000;
    margin-left: -20px;
}
.salaly .list .item .textBox::after {
    border-right-color: #fff;
    margin: 0 0 0 -19px;
}
.salaly .list .item:nth-child(even) .textBox::before,
.salaly .list .item:nth-child(even) .textBox::after {
	left: auto;
	right: -20px;
}
.salaly .list .item:nth-child(even) .textBox::before {
    border-left-color: #000000;
	border-right: none;
}
.salaly .list .item:nth-child(even) .textBox::after {
    border-left-color: #fff;
    margin: 0 1px 0 0;
	border-right: none;
}
.salaly .list .item .textBox .name {
    display: inline-block;
    background: linear-gradient(transparent 50%, #e3c8c8 50%);
    padding-left: 2%;
    padding-right: 2%;
    line-height: 21px;
}
.salaly .list .item .textBox .inner {
    padding-left: 5%;
}
.salaly .list .item .textBox .price em {
    font-size: 1.8rem;
    color: #7F5353;
}
.salaly .list .item .textBox .comme {
    font-size: 1.3rem;
    margin-top: 3%;
}
.voice {
}
.voice .human {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8%;
}
.voice .human .pic {
	width: 55%;
}
.voice .human .namelist {
	width: 45%;
    text-align: left;
}
.voice .human .namelist .name {
    font-size: 3rem;
    letter-spacing: 3px;
}
.voice .human .namelist .sub {
    margin-bottom: 9%;
}
.voice .volist {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}
.voice .volist .item {
    margin-bottom: 12%;
}
.voice .volist .item .tit {
    background-color: #7C8C91;
    display: inline-block;
    color: #FFFFFF;
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 3%;
    font-size: 1.8rem;
}
.voice .volist .item .text {
    font-size: 1.4rem;
    line-height: 26px;
}
.submenu {
    width: 100px;
    position: fixed;
    top: 160px;
    margin-bottom: 0px!important;
    z-index: 2;
}
.submenu .list .item a {
    display: block;
    background-color: rgba(119,16,15,0.8);
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 1px;
    color: #FFFFFF;
    font-size: 1.2rem;
}
.submenu .list .item a.pc_none {
	display: none;
}
.recruit .nav_rec {
    text-align: left;
    font-size: 1.3rem;
}
.recruit .nav_rec .glink   {
    width: 100%;
}
.recruit .nav_rec .glink li{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	width: 160px;
}
@media screen and (max-width:768px){
.pc_only {
    display: none;
}
.tab_sp_only {
    display: block;
}
.recruit{
    font-size: 1.4rem;
}
.recruit section {
    margin-bottom: 10%;
}
.recruit img {
    width: 100%;
    height: auto;
}
.mainV .pic .seal {
    bottom: -30%;
}
.education {
    margin-top: 20%;
}
.education .fig .item img {
	width: 250%;
}
.about .edu {
	padding-left: 14%;
	padding-top: 12%;
}
.about .edu dd {
    font-size: 1.2rem;
    line-height: 27px;
}
.guideline .item {
    font-size: 1.2rem;
}
.guideline .cateName p {
    font-size: 1.2rem;
    letter-spacing: 1px;
    line-height: 20px;
}
.flow .list .item .titBox {
    width: 100%;
	margin-bottom: 5%;
}
.flow .list .item .contBox {
    width: 100%;
    text-align: center;
}
.flow .list .item .contBox .lineBtn {
    margin-right: auto;
    margin-left: auto;
}
.fin .list {
    padding-top: 12%;
    padding-bottom: 12%;
}
.fin .list .item {
    width: 90%;
    max-width: 290px;
    margin: 0 auto;
    margin-bottom: 5%;
	padding-top: 8%;
}
.guideline .descri {
    margin-top: 10%;
}
.guideline .descri .txt {
    margin-bottom: 6%;
}
.guideline .descri .formBtn a {
	padding-top: 3%;
    padding-bottom: 3%;
    margin-top: 5%;
}
.salaly .catch {
    font-size: 1.8rem;
}
.salaly .list .item {
	margin-bottom: 10%;
}
.salaly .list .item .picBox {
    width: 30%;
    margin-right: auto;
	margin-top: -100px;
}
.salaly .list .item .textBox {
	width: 80%;
    margin-left: auto;
}
.salaly .list .item:nth-child(even) .picBox {
    margin-left: auto;
	margin-right: initial;
}
.salaly .list .item:nth-child(even) .textBox {
    margin-right: auto;
	margin-left: initial;
}
.salaly .list .item .textBox::before,
.salaly .list .item .textBox::after {
	border: none;
}
.salaly .list .item .textBox .comme {
    font-size: 1.2rem;
    line-height: 19px;
}
.voice .human .namelist {
    padding-left: 5%;
}
.submenu {
    width: 100%;
	position: fixed;
    top: initial;
    bottom: 0px;
}
.submenu .list {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
		-ms-flex-line-pack: start;
			align-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
}
.submenu .list .item{
	width: 33.2%;
}
.submenu .list .item a.pc_none {
	display: block;
}
.dis_none{
	display: none;
}
}
@media screen and (max-width:480px){
.recruit {
	font-size: 1.3rem;
}
.recruit section {
    margin-bottom: 18%;
}
.sheetBtn2 a {
    font-size: 1.2rem;
}	
.sheetBtn2 a em {
    display: block;
    font-size: 2.5rem;
    letter-spacing: 2px;
}
.mainV h4 {
    font-size: 3.4rem;
}
h5 {
    margin-bottom: 7%;
}
h5 em {
    font-size: 3.8rem;
}
.education .fig {
    margin-top: 10%;
    margin-bottom: 10%;
}
.education .fig .item img {
    width: 400%;
}
.about .comment {
	line-height: 30px;
}
.about .edu {
	background-image: url(../../images/recruit/mid-career/waku_sp.png);
	background-size: 100%;
	padding-top: 20%;
    padding-bottom: 30%;
}
.guideline .cateName {
    background: linear-gradient(90deg,#333333 0%,#333333 65%,#fff 65%,#fff 100%);
}
.guideline .descri {
    margin-bottom: 10%;
}
.guideline .descri .tit_square {
	font-size: 1.6rem;
}
.guideline .comment {
    font-size: 1.2rem;
}
.flow .list .item .titBox {
    margin-bottom: 10%;
}
.flow .list .item .titBox .txt {
    font-size: 2.5rem;
}
.flow .list .item::after{
    border: 30px solid transparent;
    border-top: 30px solid #FCF9F4;
    bottom: -54px;
}
.flow .list .item .contBox p {
    margin-bottom: 10%;
}
.snsfollow .tit {
    font-size: 2rem;
    line-height: 30px;
}
.snsfollow .tit::before, .snsfollow .tit::after {
    width: 2px;
    height: 50px;
    top: 15%;
}
.snsfollow .btn {
    padding-top: 2%;
    padding-right: 2.5%;
    padding-bottom: 0.5%;
    padding-left: 2.5%;
}
.snsfollow .fab {
    font-size: 5rem;
}
.salaly .catch {
    font-size: 1.5rem;
}
.voice .human .namelist {
    padding-left: 0%;
    width: 100%;
    text-align: center;
}
.voice .human .namelist .name {
    font-size: 2.3rem;
}
.voice .human .namelist .sub {
    margin-bottom: 5%;
}
.voice .volist .item .tit {
    font-size: 1.4rem;
}
.voice .volist .item .text {
    line-height: 25px;
}
}
