@charset "UTF-8";
/* CSS Document */
/*------------------

common

-------------------*/
.page-id-17496 #pageTitle,
.page-id-17590 #pageTitle,
.page-id-17607 #pageTitle{
    background-image: url(../images/headerbg/recruit-header-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#recruit .width {
    width: 940px;
    margin: 0 auto;
    lihe-heigh: 1.6;
}
#recruit {
    font-size: 16px;
}
#recruit .gold {
    color: #ab9b43;
    font-weight: bold;
}
#recruit .bg-gold {
    color: #fff;
    background-color: #ab9b43;
    padding: 1px 5px;
}
#recruit section {
    margin-bottom: 80px;
}
#recruit .brsp {
    display: none;
}
#recruit a {
    color: inherit;
    text-decoration: none;
}
#recruit a:focus,
#recruit button:focus{
    outline: none;
}

#recruit .br-pc {
  display: block;
}

#recruit .br-sp {
  display: none;
}
/*----------------------------

    optArea

----------------------------*/
.optArea {
    background-color: #01213a;
    padding: 63px 0;
}
.optArea .wrap{
	padding:0 30px;
}
.optArea .attention{
	color:#e6d6a3;
	padding-top:5px;
	font-size:1.3rem;
}
.optArea .sponly{
	display:none;
}
.txt-center {
    text-align: center;
}
.txt-left {
    text-align: left;
}
.optTtl,
.numArea {
    color: #e6d6a3;
    font-size: 3rem;
}
.optsubTtl{
    font-family: "YuMincho";
	font-size:2rem;
	margin-top:30px;
    color: #e6d6a3;
}
.optTtl {
    color: #e6d6a3;
    font-family: "YuMincho";
    margin-bottom: 40px;
	font-size:2rem;
/*	margin-top:60px;*/
}
.optTtl::before,
.optTtl::after{
/*
    content: "";
    display: inline-block;
    width: 2px;
    height: 60px;
    background-color: #e6d6a3;
    vertical-align: middle;
*/
}
.optTtl::before {
    transform: rotate(-30deg);
    margin-right: 30px;
}
.optTtl::after {
    transform: rotate(30deg);
    margin-left: 30px;
}
.numArea {
    font-family: "YuGothic";
}
.blockList {
    display: flex;
    justify-content: space-between;
}
.blockList .btntype{
    color: #fff;
    text-align: center;
    margin-bottom: 4px;
    font-size: 18px;
}
.optBtn,
.lineBtn,
.telBtn{
    display: inline-block;
}
.optBtn,
.lineBtn{
    margin-right: 10px;
}
.optBtn:hover,
.lineBtn:hover,
.contactBtn:hover,
.telBtn:hover{
    transition: .5s;
    opacity: .8;
}
.numArea {
    margin-top: 45px;
}
.tel-icon {
    width: 23px;
    vertical-align: middle;
}
.recruiter {
    font-size: 2.4rem;
}
.optArea2{
	margin-bottom:80px;
}
/*------------------

ホストとウェイター切替ボタン

-------------------*/
#recruit .tab-btn {
  padding: 80px 0 20px 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

#recruit .host-btn img {
  margin: 0 15px;
  display: inline-block;
}

#recruit .waiter-btn {
  background: url(/imgs/recruit/waiter-btn2.jpg) no-repeat;
  display: inline-block;
}

#recruit .waiter-btn:hover img{
  visibility: hidden;
}
.sponly {
	display: none;
}


/*------------------

ホスト導入

-------------------*/
#recruit .recruit-intro {
    margin-top: 80px;
}
#recruit .recruit-intro h2,
#recruit .recruit-intro p {
    text-align: center;
}
#recruit ol li {
    list-style-type: auto;
    list-style-position: inside;
    line-height: 36px;
}
#recruit h2,
#recruit .r-opt-ttl{
    font-size: 60px;
    margin-bottom: 1rem;
    font-weight: bold;
/*    letter-spacing: 0.05em;*/
    text-align: center;
/*    background: #f8f8f8;*/
    padding: 20px 0;
/*    border-bottom: 2px solid #173c5f;*/
font-family: yu-mincho-pr6, sans-serif;
    color: #173c5f;
}
#recruit h3 {
    font-size: 24px;
    padding: 10px 0;
    background: #f8f8f8;
    color: #173c5f;
    text-align: center;
    margin-bottom: 30px;
}
#recruit .center {
    text-align: center;
}
#recruit .recruit-intro h2{
    background: none;
    border: none;
    padding: 0;
}
#recruit h2.white {
    color: #fff;
    padding: 20px 0;
    border-bottom: 2px solid #fff;
    background: none;
}
#recruit .tall p {
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}
#recruit .recruit-intro p {
    margin-bottom: 16px;
}
#recruit .linkPannel {
    display: flex;
    justify-content: space-between;
}
.linkPannel div {
    width: 100%;
    margin-right: 20px;
    margin-bottom: 20px;
}
.linkPannel div img:last-of-type {
    margin-right: 0;
}
.linkPannel div img {
    width: 100%;
}
/*------------------

ウェイター　ファーストビュー

-------------------*/
#recruit .firstview img{
  padding-top: 0;
  padding-bottom: 30px;
}

/*------------------

ウェイター　選ばれる理由

-------------------*/

#recruit .goodBoxArea .pc img {
  padding: 0;
}

#recruit .tall .samplettl {
  font-size: 22px;
  color: #ab9b43;
  padding: 15px 0 15px 0;
  font-weight: bold;
}

#recruit .tall .sample1, .sample2 {
  font-size: 22px;
  text-indent: -10px;
}

/*------------------

ウェイター　コンタクトボタン

-------------------*/
#recruit .btnArea {
  padding: 15px 0 110px 0;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
}
#recruit .btn-txt {
  display: block;
}

#recruit .tel-btn {
  display: flex;
  align-items:center;
  justify-content: center;
  background: #182a44;
  height: 50px;
  width: 320px;
  padding: 12px 0;
  margin: 0 5px;
  text-align: center;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  box-shadow: 0 .4rem 0 #182a44;
  transition: 0.5s ;
 font-family: yu-mincho-pr6, sans-serif;
}
#recruit .tel-btn::before{
  content: "";
  display: inline-block;
  background-image: url(../images/recruit/wetter-melu-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 15px;
  width: 30px;
  height: 30px;
  background-position: center;
}
#recruit .tel-btn:hover {
  transform: translate(0px, 5px);
  box-shadow: none;
}
#recruit .line-btn {
  display: flex;
  align-items:center;
  justify-content: center;
  height: 50px;
  width: 320px;
  padding: 12px 0;
  margin: 0 5px;
  text-align: center;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  transition: 0.5s ;
  background: #06c755;
  box-shadow: 0 .4rem 0 #05903e;
  font-family: yu-mincho-pr6, sans-serif;
}
#recruit .line-btn::before{
  content: "";
  display: inline-block;
  background-image: url("../images/recruit/wetter-line.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 15px;
  width: 30px;
  height: 30px;
  background-position: center;
}
#recruit .line-btn:hover {
  transform: translate(0px, 5px);
  box-shadow: none;
}

#recruit .line-btn2 {
  display: flex;
  align-items:center;
  justify-content: center;
  height: 50px;
  width: 320px;
  padding: 12px 0;
  margin: 0 5px;
  text-align: center;
  color: #fff;
  font-size: 100%;
  font-weight: bold;
  transition: 0.5s ;
  background: #06c755;
  box-shadow: 0 .4rem 0 #05903e;
  font-family: yu-mincho-pr6, sans-serif;
}
#recruit .line-btn2::before{
  content: "";
  display: inline-block;
  background-image: url("../images/recruit/wetter-line.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 15px;
  width: 30px;
  height: 30px;
  background-position: center;
}
#recruit .line-btn2:hover {
  transform: translate(0px, 5px);
  box-shadow: none;
}


#recruit .mail-btn {
  display: flex;
  align-items:center;
  justify-content: center;
  background: #725e3b;
  vertical-align: middle;
  height: 50px;
  width: 320px;
  padding: 12px 0 ;
  margin: 0 5px;
  text-align: center;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  box-shadow: 0 .4rem 0 #372d1c;
  transition: 0.5s ;
  font-family: yu-mincho-pr6, sans-serif;
}
#recruit .mail-btn::before{
  content: "";
  display: inline-block;
  background-image: url("../images/recruit/wenteer-tel-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 15px;
  width: 30px;
  height: 30px;
  background-position: center;
}
#recruit .mail-btn:hover {
  transform: translate(0px, 5px);
  box-shadow: none;
}

#recruit .mail-btn2 {
  display: flex;
  align-items:center;
  justify-content: center;
  background: #725e3b;
  vertical-align: middle;
  height: 50px;
  width: 320px;
  padding: 12px 0 ;
  margin: 0 5px;
  text-align: center;
  color: #fff;
  font-size: 100%;
  font-weight: bold;
  box-shadow: 0 .4rem 0 #372d1c;
  transition: 0.5s ;
  font-family: yu-mincho-pr6, sans-serif;
}
#recruit .mail-btn2::before{
  content: "";
  display: inline-block;
  background-image: url("../images/recruit/wenteer-tel-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 15px;
  width: 30px;
  height: 30px;
  background-position: center;
}
#recruit .mail-btn2:hover {
  transform: translate(0px, 5px);
  box-shadow: none;
}




/*------------------

ウェイターの仕事

-------------------*/


#recruit .waiter-work {
  text-align: center;
}
#recruit .fm-work-two {
	margin-top: 160px;
}

#recruit .waiter-work h3 {
  margin-top: 30px;
  background-color: transparent;
}

#recruit .waiter-work .tall {
  display: inline-block;
  text-align: left;
  padding-bottom: 30px;
}

#recruit .work-box {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

#recruit .work-box img {
  padding: 20px 5px 30px 5px;
}

/*-----------------------------------------

 追加記述2024/12/11

------------------------------------------*/

#recruit .wetter-ttl-active {
	margin: 100px auto 60px;
	text-align: center;
}

#recruit .wetter-ttl {
	width: 70%;
    margin: 100px auto 60px;
	text-align: center;
}

#recruit .intro {
    font-size: 20px;
    margin-bottom: 44px;
	text-align: center;
	color: #000;
   font-family: yu-mincho-pr6, sans-serif;
   font-weight: bold;
}
#recruit .avg {
	width: 73%;
	margin: 0 auto;
}

#recruit .msg_area {
    border: 0.1rem solid #725e3b;
    padding: 35px 30px;
    margin-top: 20px;
    font-size: 20px;
	text-align: center;
	font-family: yu-mincho-pr6, sans-serif;
	color: #000;
}

#recruit .msg_area p:not(:last-of-type) {
    margin-bottom: 2rem;
}

.bw {
    color: #725e3b;
}
/*追記ポイント2024/12/11*/

#recruit .waiter-work-ttl {
	margin: 30px auto;
}

#recruit .waiter-work {
	background: #f2f4f5;
	padding: 80px 30px 100px;
}
#recruit .point-item .p-ttl {
    color: #fff;
    background: #182a44;
    display: flex;
	justify-content: center;
	align-items: center;
    padding: 10px 5rem;
    line-height: 1.6;
	font-family: yu-mincho-pr6, sans-serif;
	font-size: 2rem;
	
}
#recruit .yero {
	color: #ffc561;
}

#recruit .p-ttl_txt {
	padding-left: 30px;
	font-size: 40px;
}

#recruit .num {
	font-size: 46px;
}

#recruit .point-item {
    background: #fff;
    border: 0.1rem solid #725e3b;
}

#recruit .p-cont01 {
	background-image: url("../images/recruit/bg-witeer-bk.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px;
	
}

#recruit .bk-wh {
	background: #fff;
	font-family: yu-mincho-pr6, sans-serif;
	padding: 30px 0px;
    margin: 0 auto;
	width: 88%;
}
#recruit .bold {
	color: #000;
    font-size: 20px;
	font-family: yu-mincho-pr6, sans-serif;
}

#recruit .border {
	border-bottom: 2px solid #c38416;
	display: inline-block;
}
#recruit .point02 {
	margin-top: 30px;
}

#recruit .p-cont02 {
	background-image: url("../images/recruit/bg-witeer-bk02.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px;
	
}
#recruit .point03 {
    margin-top: 30px;
}

#recruit .p-cont03 {
	background-image: url("../images/recruit/bg-witeer-bk03.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px;
	
}

#recruit .point04 {
    margin-top: 30px;
}
#recruit .p-cont04 {
	background-image: url("../images/recruit/bg-witeer-bk04.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px;
	
}

#recruit .border-box {
	border: 2px solid #725e3b;
}

#recruit .work-img {
	width: 90%;
	margin: 100px auto;
}

#recruit .center-text {
	text-align: center;
	margin-bottom: 90px;
	margin-top: -10px;
}
.positon-ttl {
	position: relative;
    margin: 80px auto;
}

.waiter-fk-tll {
	position: absolute;
    left: 18%;
    top: -55px;
}

#recruit .bk-haikei {
	background: #f2f4f5;
	padding: 50px;
}

#recruit .btn-two-area {
	padding: 30px 0 30px 0;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-around;
}

#recruit .bigtext {
	font-size: 20px;
}


.bk-haikei-gr {
	background: #f5f8fa;
	padding: 45px;
}

/*------------------

ホストのイメージは？

-------------------*/
#recruit .linkPannel-pc {
        display: block;
    }
    #recruit .linkPannel-sp {
        display: none;
    }
#recruit .linkPannel div:hover {
    opacity: .5;
    transition:  .5s;
}
#recruit .what-image {
    background-image: url(/imgs/recruit/bg-witeer-bk.png);
	background-repeat: no-repeat;
	background-size: contain;
    background-size: cover;
    padding: 50px 0;
    color: #fff;
}
#recruit .bad-image {
    background: #f8f8f8;
    padding: 50px 0;
}
#recruit .bad-image p {
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px;
}
#recruit .bad-box {
    display: flex;
    justify-content: space-between;
}
#recruit .good-image p.good-ttl{
    font-size: 30px;
    margin: 30px auto 40px;
    text-align: center;
}
#recruit .goodBoxArea {
    display: flex;
    align-self: flex-start;
    margin-bottom: 30px;
}
#recruit .goodBoxArea p:first-of-type {
    margin-right: 30px;
}
#recruit .goodBoxArea p.pc {
    min-width: 40%;
}
#recruit .goodBoxArea p.pc img {
    width: 100%;
}

/*------------------

ホスト特典

-------------------*/
#recruit .tokuten-box {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
#recruit .tokuten-item {
    width: 47%;
    box-shadow: 3.41px 3.657px 20px 0px rgba(0, 0, 0, 0.1);
}
#recruit .tokuten-item p {
    text-align: center;
}
#recruit .newface .tokuten-ttl {
    font-size: 24px;
    color: #fff;
    min-height: 112px;
    box-sizing: border-box;
    line-height: 112px;
    background-image: -moz-linear-gradient( 179deg, rgb(30,152,178) 0%, rgb(47,108,177) 0%, rgb(30,152,178) 100%);
    background-image: -webkit-linear-gradient( 179deg, rgb(30,152,178) 0%, rgb(47,108,177) 0%, rgb(30,152,178) 100%);
    background-image: -ms-linear-gradient( 179deg, rgb(30,152,178) 0%, rgb(47,108,177) 0%, rgb(30,152,178) 100%);
}
#recruit .expert .tokuten-ttl {
    font-size: 24px;
    color: #fff;
    min-height: 112px;
    box-sizing: border-box;
    padding-top: 20px;
    background-image: -moz-linear-gradient( 0deg, rgb(47,108,177) 0%, rgb(178,30,117) 0%, rgb(68,16,47) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(47,108,177) 0%, rgb(178,30,117) 0%, rgb(68,16,47) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(47,108,177) 0%, rgb(178,30,117) 0%, rgb(68,16,47) 100%);
}
#recruit .tokuten-item p.tokuten-subttl {
    padding: 20px;
    background: #f8f8f8;
    font-size: 26px;
    letter-spacing: 0.08em;
}
#recruit .tokuten-cont {
    background-color: #fff;
    padding: 20px;
}
#recruit .tokuten-cont ol {
    font-size: 18px;
    display: table;
    margin: 0 auto;
}
/*------------------

ホスト　form へのボタンエリア

-------------------*/
.go-form {
    min-height: 200px;
    background-image: url(/imgs/recruit/btn-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    margin-bottom: 60px;
}
#recruit button a{
    color: #ab9b43;
    font-size: 24px;
    padding: 30px 64px;
    box-shadow: 3.41px 3.657px 20px 0px rgba(0, 0, 0, 0.7);
    background-color: #fff;
    border: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#recruit button a:hover {
    background-color: #ab9b43;
    color: #fff;
    transition: .5s;
}
/*------------------

ホスト　男塾の実績

-------------------*/
#recruit .go-form button {
  background: none;
  padding: 0;
  border: none;
}
#recruit .performance {
    background-image: url(/imgs/recruit/performance-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    padding: 50px 0;
    color: #fff;
    margin-top: 80px;
}
#recruit .jisseki,.tall{
    margin-top: 50px;
    width: 70%;
    margin-left: 100px;
}
#recruit .jisseki p {
    display: inline-block;
    font-size: 26px;
    line-height: 60px;
    border-bottom: 1px solid #fff;
    text-align: left;
}
/*------------------

経験別のメッセージ

-------------------*/
#recruit .keiken-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
#recruit .message-details.mikeiken-cont,
#recruit .message-details.keiken-cont,
#recruit .message-details.chihou-cont {
    display: none;
}
#recruit .message-details.mikeiken-cont.active,
#recruit .message-details.keiken-cont.active,
#recruit .message-details.chihou-cont.active{
    display: block;
}
#recruit .mikeiken {
    position: relative;
    width: 32%;
    min-height: 150px;
    background-image: url(/imgs/recruit/qa-mikeiken.jpg);
    background-repeat: no-repeat;
    cursor: pointer;
}
#recruit .mikeiken p {
    position: absolute;
    bottom: 40%;
    right: 20px;
}
#recruit .keiken {
    position: relative;
    width: 32%;
    min-height: 150px;
    background-image: url(/imgs/recruit/keiken.jpg);
    background-repeat: no-repeat;
    cursor: pointer;
}
#recruit .keiken p {
    position: absolute;
    bottom: 40%;
    right: 20px;
}
#recruit .chihou {
    position: relative;
    width: 32%;
    min-height: 150px;
    background-image: url(/imgs/recruit/chihou.jpg);
    background-repeat: no-repeat;
    cursor: pointer;
}
#recruit .chihou p {
    position: absolute;
    bottom: 30%;
    right: 20px;
}
#recruit .keiken-subttl {
    color: #fff;
    font-size: 24px;
}
#recruit .keiken-box .mask1,
#recruit .keiken-box .mask2,
#recruit .keiken-box .mask3 {
    width: 100%;
    min-height: 150px;
}
#recruit .keiken-box .mask1.active,
#recruit .keiken-box .mask2.active,
#recruit .keiken-box .mask3.active{
    background-color: rgba(0,0,0,0.5);
}
#recruit .message-details {
    background: #fff;
    padding: 30px;
    box-shadow: 3.41px 3.657px 20px 0px rgba(0, 0, 0, 0.1);
}
#recruit .message-details h3 {
    background: none;
    padding: 0;
}
#recruit .compare {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
#recruit .before,
#recruit .after {
    width: 50%;
    text-align: center;
}
#recruit .before{
    background: #f8f8f8;
    padding: 30px;
    font-size: 20px;
}
#recruit .before div {
    width: 80%;
    margin: 0 auto;
}
#recruit .mikeiken-cont .after {
    background-image: -moz-linear-gradient( 179deg, rgb(30,152,178) 0%, rgb(47,108,177) 0%, rgb(30,152,178) 100%);
    background-image: -webkit-linear-gradient( 179deg, rgb(30,152,178) 0%, rgb(47,108,177) 0%, rgb(30,152,178) 100%);
    background-image: -ms-linear-gradient( 179deg, rgb(30,152,178) 0%, rgb(47,108,177) 0%, rgb(30,152,178) 100%);
    padding: 30px;
    font-size: 24px;
    color: #fff;
    box-shadow: -4.993px -0.262px 20px 0px rgba(0, 0, 0, 0.2);
}
#recruit .before p:not(:last-of-type) {
    margin-bottom: 20px;
}
#recruit .after p {
    border-bottom: 2px solid #fff;
    margin-bottom: 20px;
    display: inline-block;
}
#recruit .cont-subttl {
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
}
#recruit .cont-sentence p:not(:last-of-type){
    margin-bottom: 24px;
    font-size: 18px;
}
#recruit .keiken-cont .after div {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
}
#recruit .keiken-cont .after {
    background-image: -moz-linear-gradient( -90deg, rgb(47,108,177) 0%, rgb(178,30,117) 0%, rgb(68,16,47) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(47,108,177) 0%, rgb(178,30,117) 0%, rgb(68,16,47) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(47,108,177) 0%, rgb(178,30,117) 0%, rgb(68,16,47) 100%);
    padding: 30px;
    font-size: 24px;
    color: #fff;
    box-shadow: -4.993px -0.262px 20px 0px rgba(0, 0, 0, 0.2);
}
#recruit .keiken-cont .before div {
    margin-bottom: 20px;
}

/*------------------

ホスト先輩からのメッセージ

-------------------*/
#recruit .pc-ms {
        display: block;
    }
    #recruit .sp-ms {
        display: none;
    }
#recruit .message-1,
#recruit .message-2,
#recruit .message-3{
    padding: 40px;
    letter-spacing: 0.05em;
}
#recruit .message-1,
#recruit .message-3 {
    background: #173c5f;
    box-shadow: 3.41px 3.657px 20px 0px rgba(0, 0, 0, 0.1);
    color: #fff;
}
#recruit .message-1 {
    background-image: url(/imgs/recruit/kiryu.png);
    background-repeat: no-repeat;
    background-position: 380px 15px;
    margin-bottom: 30px;
}
#recruit .message-2 {
    background: #fff;
    box-shadow: 3.41px 3.657px 20px 0px rgba(0, 0, 0, 0.1);
    background-image: url(/imgs/recruit/yusei.png);
	background-size:70%;
    background-position: -150px 270px;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}
#recruit ul li{
	padding-left: 1em;
	text-indent: -1.04em;
}
#recruit .message-1 ul{
	padding-bottom:24px;
}
#recruit .message-2 p,
#recruit .message-2 ul {
    margin-left: 40%;
}
#recruit .message-2 ul {
    list-style-type: disc;
    padding-left: 1.5em;
    margin-bottom: 16px;
}
#recruit .message-2 ul li {
    list-style-type: disc;
}
#recruit .message-2 p.hostMs-ttl {
    margin-left: 0;
    text-align: right;
}
#recruit .message-2 p.hostMs-subttl {
    font-size: 30px;
    margin-left: 0;
    text-align: right;
}
#recruit .big-text{
	font-size:35px;
	font-weight:600;
}
#recruit .big-text2{
	font-size:35px;
	font-weight:600;
}
#recruit .message-3 {
    background-image: url(/imgs/recruit/rui.png);
    background-position: 420px -10px;
    background-repeat: no-repeat;
    background-size: 70%;
}
#recruit .fm-message p:not(:last-of-type){
    margin-bottom: 24px;
}
#recruit .hostMs-ttl {
    font-size: 30px;
    font-style: italic;
}
#recruit .hostMs-sub {
    font-size: 48px;
}
#recruit p.hostMs-subttl {
    font-size: 30px;
}

/*------------------

ウェイター先輩からのメッセージ

-------------------*/
#recruit .pc-ms {
    display: block;
}
#recruit .sp-ms {
    display: none;
}
#recruit .message-4,
#recruit .message-5{
    padding: 40px;
    letter-spacing: 0.05em;
}
#recruit .message-4{
    padding: 60px 40px;
    background: #173c5f;
    box-shadow: 3.41px 3.657px 20px 0px rgba(0, 0, 0, 0.1);
    color: #fff;
}
#recruit .message-4 {
    background-image: url("../images/recruit/weiter2-min.jpg");
    background-repeat: no-repeat;
    background-position:  right bottom;
    margin-bottom: 30px;
}
#recruit .message-5 {
    background: #fff;
    box-shadow: 3.41px 3.657px 20px 0px rgba(0, 0, 0, 0.1);
    background-image: url("../images/recruit/weiter1-min.jpg");
    background-position: left bottom;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}
#recruit .message-5 p{
    margin-left: 40%;
    margin-bottom: 15px!important;
}

#recruit .message-5 p.hostMs-ttl {
    padding: 50px 0 0 50px;
    margin: 0;
    text-align: left;

}
#recruit .fm-message p:not(:last-of-type){
    margin-bottom: 24px;
}
#recruit .hostMs-ttl {
    font-size: 30px;
    font-style: italic;
}

#recruit .message-5 .message-txt {
  padding-bottom: 30px;
}

#recruit .Q_icon , .A_icon {
    padding: 0 0 0 0!important;
    margin: 0;
}

/*------------------

ウェイター　Q＆A

-------------------*/

#recruit .waiter-qa{
    position: relative;
    min-height: 150px;
	font-family: yu-mincho-pr6, sans-serif;
}
/*
#recruit .waiter-qa p{
    position: absolute;
}
*/
#recruit .waiter-qa input[type="checkbox"] {
    display: none;
}

/*
#recruit .waiter-qa label{
    background-color: #fff;
    box-shadow: 3.41px 3.657px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: block;
    margin-bottom: 5px;
}
*/

#recruit .waiter-qa .answer {
    opacity: 0;
    height: 0;
    transition: 0.5s;
    overflow: hidden;
    padding: 0;
}

#recruit .question:checked + .answer {
    height: auto;
    opacity: 1;
    background: #f8f8f8;
    box-shadow: 3.41px 3.657px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 10px;
}



.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 1em;
	display: block;
	color: #000;
	background-color: #fff;
	font-size: 18px;
}
.Label::before{		/*タイトル横の矢印*/
    content: '';
    border-top: .6rem solid #173c5f;
    border-right: .5rem solid transparent;
    border-left: .5rem solid transparent;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    transition: .3s;

}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
	background: #fff;
}
.toggle:checked + .Label::before {
	transform: rotate(-180deg) !important;
}
#recruit section.accordion {
	margin-bottom: 0px!important;
}

#recruit .cr-bold {
	color: #000;
	font-size: 18px;
}
/*------------------

ホスト　面接の流れ

-------------------*/
.flow-interview p{
    font-size: 18px;
}
.flow-item {
/*    display: flex;*/
    background: #fff;
    box-shadow: 3.41px 3.657px 20px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}
.flow-item p:first-of-type {
    color: #fff;
    padding: 23px 40px;
    min-width: 8%;
    text-align: center;
    background: #173c5f;
}
.flow-item p:last-of-type {
    padding: 20px 40px;
    text-align: center;
}

/*追加記述2024/12/13*/
#recruit .text-wrap {
	color: #fff;
    background: #173c5f;
    align-items: center;
    padding: .2rem 3.4rem;
	display: flex;
}
#recruit .step-num {
	    font-size: 26px;
    margin-right: 3.8rem;
	font-family: yu-mincho-pr6, sans-serif;
}
#recruit .step-ttl {
	font-family: yu-mincho-pr6, sans-serif;
}
#recruit .witer-img {
	margin-bottom: 50px;
}

#recruit .message-waiter-ara {
	background: #fff;
	font-family: yu-mincho-pr6, sans-serif;
	width: 100%;
    margin: 0 auto 30px;
}
.message-icon {
	color: #fff;
    background: #182a44;
	padding: 1rem 0.9rem;
	font-size: 20px;
	display: flex;
	justify-content: left;;
}

.message-area {
	padding: 1rem 0.9rem;
	color: #000;
	font-size: 20px;
	display: flex;
	justify-content: left;
}
.hankaku {
	margin-right: 10px;
	margin-bottom: 0px!important;
}
/*------------------

ホスト　募集要項

-------------------*/
#recruit .recruit-detail {
    font-size: 18px;
}
#recruit table th {
    background: #173c5f;
    padding: 16px;
    vertical-align: middle;
    text-align: center;
	color: #fff;
	font-family: yu-mincho-pr6, sans-serif;
}
#recruit table td {
    padding: 16px;
	font-family: yu-mincho-pr6, sans-serif;
	color: #000;
}
#recruit table ul li{
    list-style-type:disc;
    list-style-position: inside;
    line-height: 1.8;
}


/*------------------

大阪男塾の一日

-------------------*/
#recruit .oneday p{
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
}
#recruit .dayday {
    text-align: center;
    background: #f8f8f8;
    padding: 30px;
}
/*------------------

ホスト　よくある質問

-------------------*/
#recruit .qa-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
#recruit .qa-mikeiken,
#recruit .qa-keiken,
#recruit .qa-chihou {
    position: relative;
    width: 32%;
    min-height: 150px;
}
#recruit .qa-mikeiken {
    background-image: url(/imgs/recruit/qa-mikeiken.jpg);
    background-repeat: no-repeat;
}
#recruit .qa-keiken {
    background-image: url(/imgs/recruit/qa-keiken.jpg);
    background-repeat: no-repeat;
}
#recruit .qa-chihou {
    background-image: url(/imgs/recruit/qa-chihou.jpg);
    background-repeat: no-repeat;
}
#recruit .mikeiken:hover,
#recruit .keiken:hover,
#recruit .chihou:hover,
#recruit .qa-mikeiken:hover,
#recruit .qa-keiken:hover,
#recruit .qa-chihou:hover {
    opacity: .5;
    transition: .5s;
}

#recruit .qa-mikeiken p,
#recruit .qa-keiken p{
    position: absolute;
    bottom: 40%;
    right: 20px;
    color: #fff;
    font-size: 24px;
}
#recruit .qa-chihou p {
    position: absolute;
    bottom: 30%;
    right: 20px;
    color: #fff;
    font-size: 24px;
}
#recruit .host-qa input[type="checkbox"] {
    display: none;
}
#recruit .host-qa label,
#recruit .host-qa .answer{
    background: #fff;
    box-shadow: 3.41px 3.657px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: block;
    margin-bottom: 5px;
}
#recruit .host-qa .answer {
    opacity: 0;
    height: 0;
    transition: 0.5s;
    overflow: hidden;
    padding: 0;
}
#recruit .question:checked + .answer {
    height: auto;
    opacity: 1;
    background: #f8f8f8;
    box-shadow: 3.41px 3.657px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 10px;
}
#recruit .host-qa .mikeiken-qa,
#recruit .host-qa .keiken-qa,
#recruit .host-qa .chihou-qa {
    display: none;
}
#recruit .host-qa .mikeiken-qa.active,
#recruit .host-qa .keiken-qa.active,
#recruit .host-qa .chihou-qa.active {
    display: block;
}

#recruit .host-qa .mask11.active,
#recruit .host-qa .mask22.active,
#recruit .host-qa .mask33.active {
    min-height: 150px;
    width: 100%;
    background: rgba(0,0,0,0.5);
}

#recruit .contact-flow {
    display: flex;
    justify-content: space-between;
}
#recruit .contact-flow p {
    background: #fff;
    box-shadow: 3.41px 3.657px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    font-size: 20px;
}
#recruit .contact-flow p.on {
    background: #aa9a42;
    color: #fff;
}
#recruit .contact-intro {
    padding-bottom: 80px;
    font-size: 18px;
    text-align: center;
}
#recruit .contact-flowLine {
    width: 80%;
    height: 2px;
    background: #222;
    margin-bottom: -38px;
}
#recruit .form {
    font-size: 18px;
    border: 1px solid #f0f0f0;
    padding: 30px;
    margin-top: 30px;
}
#recruit .form table {
    border-top: none;
    margin: 0;
}
#recruit .form input[type="text"],
#recruit .form input[type="tel"],
#recruit .form input[type="email"],
#recruit .form textarea {
    background: #f0f0f0;
    padding: 14px;
    -webkit-appearance: none;
    border: none;
    font-size: 18px;
    width: 100%;
}
#recruit .form table tbody {
    border: none;
}
#recruit .form table th,
#recruit .form table td{
    border: none;
    background: none;
}
#recruit .form table th {
    width: 40%
}
#recruit .form table td {
    width: 60%;
}
#recruit .form table tr {
    border-bottom: 1px solid #f0f0f0;
    padding: 24px;
}
#recruit .form table tr:last-of-type {
    border: none;
}
#recruit .form table tr:first-of-type th,
#recruit .form table tr:first-of-type td {
    padding-top: 0;
}
#recruit .form .hissu{
    color: #ff0000;
    border: 1px solid #ff0000;
    padding: 0px 2px;
    margin-left: 8px;
}
#recruit .form input[type="submit"] {
    background: #aa9a42;
    box-shadow: 0px 23px 20px 0px rgba(0, 0, 0, 0.08);
    color: #fff;
    font-size: 18px;
    padding: 16px 65px;
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
}
#recruit .form input[type="button"] {
    background: #888;
    box-shadow: 0px 23px 20px 0px rgba(0, 0, 0, 0.08);
    color: #fff;
    font-size: 18px;
    padding: 16px 65px;
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
    margin-right: 20px;
}
#recruit .form input[type="submit"]:hover {
    opacity: .5;
    transition: .5s;
}
#recruit .form .btn {
    text-align: center;
}
.page-id-17590 #recruit .contact,
.page-id-17607 #recruit .contact {
    margin-top: 80px;
}
#recruit .form .form-kikan{
	display:flex;
	align-items:center;
}
#recruit .form .form-kikan input{
	margin: 0 3px;
}
#recruit .form .form-kikan input:last-child{
	margin-left:13px;
}
/*------------------

ウェイター　最後のコンタクトボタン

-------------------*/
#recruit .contact-btn {
  background-image: url(/imgs/recruit/contact.back_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#recruit .contact-btn h2 {
  color: white;
  background-color: transparent;
  border-bottom: none;
  font-size: 50px;
  padding: 100px 0 0 0;
  margin-bottom: 5px;
  -webkit-text-shadow: 0 0 10px #000000;
  -moz-text-shadow: 0 0 10px #000000;
  text-shadow: 0 0 10px #000000;
}

#recruit .contact-btn h3 {
  color: white!important;
  background-color: transparent!important;
  font-size: 35px;
  font-weight: bold;
  -webkit-text-shadow: 0 0 10px #000000;
  -moz-text-shadow: 0 0 10px #000000;
  text-shadow: 0 0 10px #000000;
}

#recruit .underbar{
  border-bottom: solid 3px #ffffff;
}

/*------------------

以下レスポンシブ設定

-------------------*/


@media screen and (max-width:939px) {
    #recruit .width {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    #recruit .bad-image .bad-box div {
        width: 24%;
        height: auto;
    }
    #recruit .go-form {
        background-position: center;
    }
    #recruit .performance {
        background-position: 73%;
    }
    #recruit .jisseki p {
        width: 55%;
    }
    #recruit .btnArea div {
        display: flex;
        height: auto;
    }
    #recruit .btnArea {
      flex-direction: column;
      justify-content: space-between;
    }
    #recruit .btnArea div {
      margin-bottom: 30px;
    }
}

@media screen and (max-width:768px) {
	.pconly {
		display: none;
	}
	/*----------------------------

		optArea

	----------------------------*/
	.optArea2{
		margin-bottom:40px;
	}
	.optArea .attention{
		font-size:1.1rem;
	}
	.optArea .sponly{
		display:block;
	}
    .optTtl{
		font-size:1.5rem;
		margin: 0 0 20px;
	}
    .optsubTtl{
        font-size:1.5rem;
        margin-top: 15px;
    }
	.optTtl::before,.optTtl::after{
		content:none;
	}
    .optBtn, .lineBtn{
        margin-right: 0;
    }
    .lineBtn{
        margin-bottom: 20px;
    }
	.blockList{
		display:block;
	}
	.optArea .optBtn{
		margin-right:0;
	}
	.optArea .optBtn:first-child{
		margin-bottom:20px;
	}
	.numArea{
		margin-top:20px;
		font-size:2rem;
	}
	.recruiter{
		display:block;
		font-size:1.4rem;
	}
    #recruit h2,
	#recruit .r-opt-ttl{
        font-size: 26px;
        margin-bottom: 20px;
    }
    #recruit h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    #recruit .bad-image p {
        font-size: 26px;
    }
    #recruit .jisseki p {
        width: 70%;
        font-size: 22px;
    }
    #recruit .keiken-subttl {
        font-size: 20px;
    }
    #recruit .mikeiken p,
    #recruit .keiken p{
        bottom: 20%;
        right: 10px;
    }
    #recruit .chihou p {
        bottom: 10%;
        right: 10px;
    }
    #recruit .message-1,
    #recruit .message-2,
    #recruit .message-3,
    #recruit .message-4,
    #recruit .message-5{
        padding: 20px;
    }
    #recruit .hostMs-sub {
        font-size: 40px;
    }
    #recruit p.hostMs-subttl {
        font-size: 26px;
    }
	#recruit .big-text{
		font-size:23px;
		position: relative;
		background: linear-gradient(transparent 60%, #deca5f 60% 90%, transparent 90%);
	}
	#recruit .big-text2{
		font-size:23px;
		position: relative;
		background: linear-gradient(transparent 60%, #ab9b43 60% 90%, transparent 90%);
	}
    #recruit .message-1 {
        background-position: 300px 50px;
    }
    #recruit .message-2 {
        background-position: -130px 310px;
    }
    #recruit .message-3 {
        background-position: 340px bottom;
    }
    #recruit .message-4 {
        background-position: right top;
        background-size: 100px;
    }
    #recruit .message-5 {
        background-position: right top;
        background-size: 100px;
    }
    #recruit .message-5 p{
        margin-left: 20px;
    }

    #recruit .message-5 p.hostMs-ttl {
        padding: 20px 0 0 20px;
        margin: 0;
        text-align: left;
    }
    #recruit .flow-itemp:first-of-type {
        padding: 30px 50px;
        min-width: 10%;
    }
    #recruit .qa-mikeiken,
    #recruit .chihou{
        background-position: bottom;
    }
    #recruit .qa-mikeiken p,
    #recruit .qa-keiken p{
        font-size: 22px;
        bottom: 20%;
        right: 10px;
    }
    #recruit .qa-chihou p {
        font-size: 22px;
        bottom: 10%;
        right: 10px;
    }
    #recruit table th,
    #recruit table td {
        padding: 20px;
    }
	.sponly{
		display:block;
	}
}

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

    #recruit .br-pc {
      display: none;
    }

    #recruit .br-sp {
      display: block;
    }
    #recruit .tab-btn {
      flex-direction: column;
      justify-content: space-between;
		align-items:center;
    }

    #recruit .waiter-btn {
      margin: 30px 15px 0 15px;
    }

    .corona-caution {
      text-align:left!important;
    }
    .corona-caution br {
      display: none;
    }

    #recruit .contact-btn {
      background-image: url(/imgs/recruit/contact.back_sp.jpg);
      background-repeat: no-repeat;
      background-size: cover;
    }
    #recruit .brsp {
        display: block;
    }
    #recruit .recruit-intro {
        margin-top: 30px;
    }
    #recruit section {
        margin-bottom: 40px;
    }
    #recruit h2,
	#recruit .r-opt-ttl{
        font-size: 24px;
        padding: 8px 0;
    }
    #recruit .common {
        display: block;
    }
    #recruit .width {
        padding: 0 15px;
    }
    #recruit .tall p {
        line-height: 1.6;
        text-align: justify;
        margin-bottom: 16px;
    }
    #recruit .center {
        text-align: left;
    }
    #recruit .recruit-intro p {
        text-align: left;
    }
    #recruit h2.white {
        padding: 8px 0;
    }
    #recruit .what-image,
    #recruit .bad-image,
    #recruit .performance{
        padding: 30px 0;
    }
    #recruit .recruit-intro p {
        margin-bottom: 16px;
    }
    #recruit .linkPannel-pc {
        display: none;
    }
    #recruit .linkPannel-sp {
        display: block;
    }
    #recruit .linkPannel {
        flex-wrap: wrap;
    }
    #recruit .linkPannel div {
        width: 50%;
        margin: 0;
    }
    #recruit .bad-box {
        flex-wrap: wrap;
    }
    #recruit .bad-image .bad-box div {
        width: 49%;
    }
    #recruit .bad-image .bad-box div:nth-child(1),
    #recruit .bad-image .bad-box div:nth-child(2){
        margin-bottom: 8px;
    }
    #recruit .bad-image p {
        margin-bottom: 20px;
    }
    #recruit .goodBoxArea {
        display: block;
    }
    #recruit .goodBoxArea p.sp {
        margin-bottom: 10px;
    }
    #recruit .sp.daizyoubu {
        margin-bottom: 20px;
    }
    #recruit .tokuten-box,
    #recruit .compare {
        display: block;
    }
    #recruit .tokuten-item.newface {
        margin-bottom: 20px;
    }
    #recruit .tokuten-item,
    #recruit .before,
    #recruit .after {
        width: 100%;
        box-sizing: border-box;
    }
    #recruit .newface .tokuten-ttl,
    #recruit .expert .tokuten-ttl{
        font-size: 20px;
        padding: 10px;
        line-height: inherit;
        min-height: inherit;
    }
    #recruit .tokuten-item p.tokuten-subttl {
        font-size: 20px;
    }
    #recruit .tokuten-cont {
        font-size: 16px;
    }
    #recruit button a{
        padding: 10px;
        width: 90%;
    }
    #recruit .performance {
        background-image: url(/imgs/recruit/performance-bg-sp.jpg);
        margin-top: 40px;
    }
    #recruit .jisseki,.tall{
        width: 100%;
        margin-left: 0;
    }

    #recruit .jisseki {
        margin-top: 20px;
    }
    #recruit .jisseki p {
        display: block;
        width: 100%;
        font-size: 16px;
        line-height: 40px;
    }
    #recruit .cont-subttl {
        font-size: 16px;
        margin-bottom: 20px;
    }
    #recruit .message-details {
        padding: 15px;
    }
    #recruit .before,
    #recruit .after {
        font-size: 16px;
    }
    #recruit .before p,
    #recruit .after p {
        margin-bottom: 20px;
    }
    #recruit .cont-sentence p:not(:last-of-type) {
        margin-bottom: 16px;
        font-size: 16px;
    }
    #recruit .cont-sentence p,
    #recruit .mikeiken-cont .after,
    #recruit .keiken-cont .after{
        font-size: 16px;
    }
    #recruit .mikeiken,
    #recruit .keiken,
    #recruit .chihou {
        background: none;
        width: auto;
        min-height: 100px;
    }
    #recruit .mikeiken .mask1.active img,
    #recruit .keiken .mask2.active img,
    #recruit .chihou .mask3.active img{
        opacity: 0.6;
    }
    #recruit .keiken-box.sp .mask1,
    #recruit .keiken-box.sp .mask2,
    #recruit .keiken-box.sp .mask3 {
        min-height: 91px;
        background: #000;
    }
    #recruit .keiken-box.sp {
        display: flex!important;
    }
    #recruit .pc-ms {
        display: none;
    }
    #recruit .sp-ms {
        display: block;
    }
    #recruit .hostMs-ttl {
        font-size: 20px;
    }
    #recruit .hostMs-sub {
        font-size: 25px;
			position:relative;
			z-index:100;
    }
    #recruit p.hostMs-subttl {
        font-size: 16px;
			font-weight:600;
    }
    .text-big-area #section01 p.hostMs-subttl {
        font-size: 25px;
			font-weight:600;
    }
    .text-big-area #section01 .big-text2 {
        font-size: 25px;
			font-weight:600;
    }
    #recruit .message-1.sp-ms,
    #recruit .message-2.sp-ms,
    #recruit .message-3.sp-ms{
        position: relative;
        background-image: none;
        overflow: hidden;
    }
    #recruit .sendo-sp {
		position: absolute;
   	 top: 0px;
    right: -45px;
    width: 88%;
    height: 260px;
    overflow: hidden;
    }
    #recruit .ichinose-sp {
    position: absolute;
    top: 2px;
    left: -40px;
    width: 60%;
    height: 290px;
    overflow: hidden;
    }
    #recruit .sora-sp {
    position: absolute;
    top: -4px;
    right: -78px;
    width: 80%;
    height: 296px;
    overflow: hidden;
    }
    #recruit .message-2.sp-ms p.hostMs-subttl {
        font-size: 16px;
			position:relative;
			z-index:100;
			font-weight:600;
    }
    #recruit .message-2 p,
    #recruit .message-2 ul {
        margin-left: 0;
    }
    #recruit .fm-message p:not(:last-of-type) {
        margin-bottom: 15px;
			position: relative;
    		z-index: 100;
    }
	#recruit .message-1 ul{
		padding-bottom:15px;
	}
    #recruit .sendo-txt {
        margin-top: 60px;
    }
    #recruit .ichinose-txt{
        margin-top: 40px;
    }
    #recruit .sora-txt{
        margin-top: 30px;
    }
    #recruit .spms-content1,
    #recruit .spms-content2,
    #recruit .spms-content3 {
        display: none;
    }
    #recruit .spms-btn1,
    #recruit .spms-btn3 {
        border: 2px solid #fff;
        width: 100%;
        padding: 5px;
        text-align: center;
        margin: 10px 0;
        box-sizing: border-box;
    }
    #recruit .spms-btn2 {
        border: 2px solid #173c5f;
        color: #173c5f;
        width: 100%;
        padding: 5px;
        text-align: center;
        margin: 10px 0;
        box-sizing: border-box;
    }
    #recruit .spms-content1.active,
    #recruit .spms-content2.active,
    #recruit .spms-content3.active {
        display: block;
    }
	/* もっと見るボタン */
.txt-hide{
    display: none;
    padding-top: 40px;
}
.txt-hide2{
    display: none;
    padding-top: 40px;
}
.txt-hide3{
    display: none;
    padding-top: 40px;
}
.more, .more2, .more3 {
	border: 2px solid #173c5f;
    color: #173c5f;
    width: 100%;
    padding: 10px 20px;
    text-align: center;
    margin: 10px 0;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 15px;
}
/* .open,.open2,.open3,.close,.close2,.close3 {
	border: 2px solid #173c5f;
    color: #173c5f;
    width: 100%;
    padding: 10px 20px;
    text-align: center;
    margin: 10px 0;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 15px;
} */
/* .open2 {
	border: 2px solid #173c5f;
    color: #173c5f;
    width: 100%;
    padding: 10px 20px;
    text-align: center;
    margin: 10px 0;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 15px;
}
.open3 {
	border: 2px solid #173c5f;
    color: #173c5f;
    width: 100%;
    padding: 10px 20px;
    text-align: center;
    margin: 10px 0;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 15px;
} */
	/* もっと見るボタンここまで */
	/* もっと見るボタン2 */
/* .hide{
	display:none;
}
.hide2{
	display:none;
}
.hide3{
	display:none;
} */
	/* もっと見るボタン2ここまで */
    #recruit .flow-item {
        flex-direction: column;
    }
    #recruit .flow-item p {
        padding: 10px;
    }
/*
    #recruit table tr {
        display: grid;
    }
*/
    #recruit table th,
    #recruit table td {
        padding: 16px 10px;
    }
    #recruit .contact-flow {
        display: block;
    }
    #recruit .contact-flow p:not(:last-of-type) {
        margin-bottom: 10px;
    }
    #recruit .contact-flow p {
        padding: 10px;
    }
    #recruit .contact-flowLine {
        display: none;
    }
    #recruit .dayday {
        background: none;
        padding: 0;
    }
    #recruit .qa-box.sp {
        display: flex!important;
    }
    #recruit .qa-mikeiken,
    #recruit .qa-keiken,
    #recruit .qa-chihou{
        background: none;
        width: auto;
        min-height: 100px;
    }
    #recruit .host-qa .mask11.active,
    #recruit .host-qa .mask22.active,
    #recruit .host-qa .mask33.active{
        min-height: 100px;
        background: #000;
    }
    #recruit .qa-mikeiken.active .mask11.active img,
    #recruit .qa-keiken.active .mask22.active img,
    #recruit .qa-chihou.active .mask33.active img{
        opacity: 0.6;
    }
    #recruit .host-qa label,
    #recruit .question:checked + .answer{
        padding: 16px;
    }
    #recruit .contact-intro {
        padding-bottom: 20px;
    }
    #recruit .form {
        padding: 16px;
    }
    #recruit .form table tr {
        padding: 0;
        display: block;
    }
    #recruit .form table th,
    #recruit .form table td {
        width: 90%;
        display: block;
        padding: 16px 0;
    }
    #recruit .form table td {
        padding-top: 0;
    }
    #recruit .go-form {
        background-image: url(/imgs/recruit/optarea-bg-sp.jpg);
    }
    #recruit .form input[type="button"] {
        margin-right: 0;
        margin-bottom: 20px;
    }

}

@media screen and (max-width:320px) {
    #recruit .recruit-intro h2 {
        font-size: 22px;
    }
    #recruit .recruit-intro p {
        text-align: justify;
    }
    #recruit .bad-image p {
        font-size: 24px;
    }
    #recruit .good-image p.good-ttl {
        font-size: 28px;
    }
    #recruit .tokuten-cont ol {
        font-size: 17px;
    }
    #recruit h2,
	#recruit .r-opt-ttl{
        font-size: 6vw;
    }
    #recruit .spms-btn2,
    #recruit .spms-btn1,
    #recruit .spms-btn3{
        font-size: 14px;
    }
    #recruit button a{
        width: 90%;
        font-size: 20px;
    }
}



/*追加記述スマホサイズ時*/
@media screen and (max-width:768px) {  

.waiter-fk-tll {
    position: absolute;
    left: 8%;
    top: -55px;
}
	#recruit .mail-btn{
		width: 290px;
		font-size: 100%;
	}
	#recruit .line-btn {
		width: 290px;
		font-size: 100%;
	}
	#recruit .tel-btn  {
		width: 290px;
		font-size: 100%;
	}
	#recruit .bk-wh {
		margin: 0 auto;
	}
	
	#recruit .p-cont01 {
		padding: 30px 20px;
	}
	
	#recruit .p-cont02 {
		padding: 30px 20px;
	}
	
	#recruit .p-cont03 {
		padding: 30px 20px;
	}
	
	#recruit .p-cont04 {
		padding: 30px 20px;
	}
}

@media screen and (max-width:430px) { 
	
	
	#recruit .wetter-ttl {
		width: 85%;
		margin-top: 50px;
		text-align: center;
	}
	#recruit .wetter-ttl-active {
		margin: 20px auto 10px;
	}
	
#recruit .bk-haikei {
    background: #f2f4f5;
    padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
	#recruit .message-waiter-ara {
		width: 100%;
	}
	.message-icon {
		    padding: 1rem 0.2rem;
		font-size: 15px;
	}
	
	.bk-haikei-gr {
		padding: 0px;
		padding-top: 10px;
		padding-bottom: 20px;
	}
	
	#recruit .btn-two-area {
flex-direction: column;
        justify-content: space-between;
	}
	
	
	
	.Label {
		padding: 1em 4px;
		font-size: 15px;
	}
	#recruit .cr-bold {
		font-size: 14px;
	}

	.toggle:checked + .Label + .content {
		    padding: 20px 6px;
	}
	#recruit .btnArea {
		padding-bottom: 0px;
	}
	#recruit .text-wrap {
		padding: .2rem 0.9rem;
	}
	
	#recruit .step-num {
		font-size: 20px;
		margin-right: 0.8rem;
	}
	
	#recruit .step-ttl {
		font-size: 15px;
	}
	#recruit table th {
		width: 28%;
	}
	#recruit table td {
		font-size: 14px;
		color: #000;
	}
	.message-area {
		padding: 0.9rem 0.2rem;
		font-size: 14px;
	}
	
	#recruit .center-text {
    text-align: center!important;
    margin-bottom: 30px;
    margin-top: -70px;
    font-size: 16px;
}
	.btn-two-area div {
		margin-bottom: 20px;
	}
	
	
	#recruit .msg_area {
		font-size: 14px;
		padding: 20px 10px;
	}
	#recruit .msg_area p:not(:last-of-type) {
		    margin-bottom: 0.5rem;
	}
	#recruit .intro {
		font-size: 14px;
		color: #000;
		margin-bottom: 0.6rem;
	}
	#recruit .avg {
		width: 100%;
	}
	
	#recruit .point-item .p-ttl {
		font-size: 14px;
		padding: 10px 1rem;
		align-items: center;
	}
	
	#recruit .p-cont01 {
		padding: 13px 0px;
	}
	
	#recruit .bk-wh {
		padding: 15px 14px;
		margin: 0 auto;
	}
	#recruit .bold {
		font-size: 14px;
		margin-bottom: 10px;
		text-align: left;
	}
	#recruit .border {
		display:inline;
	}
	#recruit .p-cont02 {
		padding: 13px 0px;
	}
	#recruit .p-cont03 {
		padding: 13px 0px;
	}
	#recruit .p-cont04 {
		padding: 13px 5px;
	}
	.positon-ttl {
		margin: 80px auto 50px;
	}
	#recruit .work-img {
		width: 65%;
		margin: 60px auto 100px;
	}
	.waiter-fk-tll {
		left: 3%;
		top: -24px;
		right: 2%;
	}
	
	#recruit .p-ttl_txt {
		font-size: 19px;
		padding-left: 7px;
	}
	
	#recruit .num {
    font-size: 23px;
}
	
	#recruit .waiter-work {
		padding: 10px 0px 70px;
	}
	#recruit .fm-work-two {
    margin-top: 20px;
}
	.hankaku {
		margin-right: 5px;
	}
}


@media screen and (max-width:375px) {  
	
	.message-area {
		font-size: 13px;
	}


}
