@charset "UTF-8";
.w {
  width: 100%;
}
.stafflist {
  width: 800px;
  margin: 0 auto;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.staffimg {
  width: 48%;
}
.staffimg img {
  width: 100%;
  height: auto;
}
.staff-txt {
  width: 48%;
}
@media screen and (min-width: 769px) {
  ul.stafflist li:nth-child(even) div.flex div.staffimg {
    order: 2;
  }
  ul.stafflist li:nth-child(even) div.flex div.staff-txt {
    order: 1;
  }
}
.mb10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .stafflist {
    width: 86%;
    margin: 0 auto;
  }
  ul.stafflist li div.flex {
    flex-wrap: wrap;
  }
  ul.stafflist li {
    margin-bottom: 40px;
  }
  .staffimg {
    width: 100%;
  }
  .staffimg img {
    width: 100%;
    height: auto;
  }
  .staff-txt {
    width: 100%;
  }
}
.sns-line {
  position: absolute;
  width: 290px;
  bottom: -140px;
  height: auto;
  right: 10px;
  z-index: 3;
}
.sns-line img {
  width: 100%;
  height: auto;
}



@media screen and (max-width: 768px) {
.sns-line{
	width: 88.3%;
	height: auto;
    float:none;
   margin: 16px auto;
	position: static;
	
}
	.spbtnarea{
		overflow: scroll;
		padding-bottom: 80px;
	}
	.headerlogo_recruit_spmenu{
		padding: 16px 16px 0;
	}
	.headerlogo_recruit_spmenu img{
		width: 100%;
		height: auto;
	}
	
}


/*contactform7*/
.widthall .wpcf7-form-control-wrap input {
    width: 100%;
background: #FDF7E2;
    padding: 16px 25px;
	box-sizing: border-box;
	border: none;
}
.list01 textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 1em 1.5em;
  background: #FDF7E2;
    margin-block: 1em;
	border:none;
}

.list01 th p{
	 display: flex;
    flex-wrap: wrap;
    text-align: left;
}




.list-block .wpcf7-list-item { display: block; }
.list-inline .wpcf7-list-item { display: inline; }
span.wpcf7-list-item{display: inline;}
   .req {
    margin: 0;
    display: flex;
    /* width: 100%; */
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    color: #1a1a1a;
}

    table.list01 {
		margin-bottom: 40px;
}

/*プライバシーポリシー*/
h3.pp{
	text-align: center;
	font-weight: 700;
	margin-bottom: 80px;
	font-size: 24px;
}
.pp-wrap-wrap {
  background: #fff;
	padding: 120px 0 80px;
}
.pp-containar {
  background: #fff;
  border-radius: 35px;
	max-width: 1000px;
	margin: 0 auto;
}
p.up-txt {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 29px;
  text-align: left;
  color: #45403f;
  width: 711px;
  margin: 0 auto 60px;
}
ul.pp-list {
  border-bottom: 1px solid #E8879F;
}
ul.pp-list li {
  padding: 30px 0;
  border-top: 1px solid #E8879F;
}
ul.pp-list li h4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-align: left;
  color: #45403f;
  margin-bottom: 12px;
  padding: 0;
  background: none;
}
ul.pp-list li p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  /*  font-size: 15px;*/
  line-height: 29px;
  text-align: left;
  color: #45403f;
  font-size: 14px;
}
@media screen and (max-width:768px) {
	.pp-wrap-wrap {
  background: #fff;
	padding: 80px 0 40px;
}
.pp-containar {
  background: #fff;

	max-width: 88vw;

}
	
  p.up-txt {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
    color: #45403f;
    width: 100%;
    margin-bottom: 30px;
  }
  ul.pp-list li {
    padding: 25px 0;
    font-size: 14px;
    font-weight: 400;
  }
  ul.pp-list li h4 {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
/***************************

contactform7設定

*************************/
/*ボタン*/
div.contact-btn {
  width: 216px;
  height: 48px;
  margin: 0 auto;
  position: relative;
}
div.contact-btn input.btn {
  width: 216px;
  height: 48px;
  border-radius: 3px;
  background: #E8879F;;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  /* transition: 0.3s ease-in-out;*/
  font-size: 16px;
  line-height: 30px;
  /*text-align: left;*/
  color: #fff;
  text-align: left;
  padding-left: 24px;
}
div.contact-btn:after {
  content: "";
  width: 4px;
  height: 8px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 21px;
  background: url("../image/contact/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
}
div.contact-btn:hover:after {
  right: 10px;
}
/*戻るボタン*/
div.pre-contact-btn {
  width: 216px;
  height: 48px;
  margin: 40px auto 20px;
  position: relative;
}
div.pre-contact-btn input.wpcf7-previous {
  border-radius: 3px;
  background: #E8879F;;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  /* transition: 0.3s ease-in-out;*/
  font-size: 16px;
  line-height: 30px;
  /*text-align: left;*/
  color: #fff;
  text-align: center;
  width: 216px;
  height: 48px;
  padding-right: 24px;
}
div.pre-contact-btn:before {
  content: "";
  width: 4px;
  height: 8px;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 21px;
  background: url("../image/contact/arrow-l.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
}
div.pre-contact-btn:hover:before {
  left: 10px;
}
/* チェックボックスデザイン */
input[type="checkbox"] {
  cursor: pointer;
  padding-left: 30px; /*label手前にチェックボックス用の余白を開ける*/
  vertical-align: middle;
  position: relative;
	margin-right: 10px;
}
input[type="checkbox"]::before, input[type="checkbox"]::after {
  content: "";
  display: block;
  position: absolute;
}
input[type="checkbox"]::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #E8879F;;
  width: 18px; /*チェックボックスの横幅*/
  height: 18px; /*チェックボックスの縦幅*/
  transform: translateY(-50%);
  top: 50%;
  left: -2px;
}
input[type="checkbox"]::after {
  border-bottom: 3px solid #E8879F;; /*チェックの太さ*/
  border-left: 3px solid #E8879F;; /*チェックの太さ*/
  opacity: 0; /*チェック前は非表示*/
  height: 8px; /*チェックの高さ*/
  width: 16px; /*チェックの横幅*/
  transform: rotate(-45deg);
  /*top: 0px; チェック時の位置調整*/
  /*left: 5px; チェック時の位置調整*/
  top: -7px;
  bottom: 0;
  left: 3px;
  margin: auto;
}
input[type="checkbox"]:checked::after {
  opacity: 1; /*チェック後表示*/
}
.pp {
  margin-bottom: 32px;
}

/*ios対策*/
.wpcf7-list-item label{
	align-items: center;
}

div.form-wrap p span.wpcf7-form-control-wrap input[name="checkbox-741[]"],
div.form-wrap p span.wpcf7-form-control-wrap input[name="privacycheck"]{
	width: auto;
	appearance: none;
  -webkit-appearance: none;
	background: none;
	padding-right: 0;
	
}


/*追加css20251205*/
.topglid li img{
	border-radius: 100vh;
	object-fit: cover;
    width: 244px;
    height: 244px;
}

.top_recommend_contents div:first-child{
	position: relative;
	width: 430px;
	height: 260px;
}

.top_recommend_contents div:first-child:before{
	content: "";
	display: inline-block;
	width: 430px;
	height: 260px;
	background-image: url("../image/new_pc/staffover.png");
	background-size:contain;
	background-repeat: no-repeat;
	z-index: 1;
	    position: absolute;
    top: 0;
    left: 0;
}
.top_recommend_contents div:first-child img{
	width: 404px;
    height: 163px;
    object-fit: cover;
    position: absolute;
    left: 26px;
    top: 34px;
    border-radius: 10px 10px 0 0;
}

