@charset "utf-8";

/*
Template:yanase-recruit
Theme Name:yanase-recruit-child
Theme URI:https://www.sakemidental.com/
Description:yanasedrug
Author:TEAMWORKS
Author URI:https://tmwks.jp/
Version:1.12.1
*/


/* フォーム
------------------------------------------------------------*/
input[type="text"], input[type="tel"], input[type="email"], textarea{
vertical-align:middle;
width:100%;
line-height:35px;
height:35px;
padding:5px;
margin-bottom: 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
box-sizing: border-box;
}
textarea{
height:auto;
line-height:1.5;
}
select {
padding: 8px 5px;
}
input[type=checkbox] {
transform: scale(1.5);
margin: 0 6px 0 0;
}
.wpcf7 input.wpcf7-back,
.wpcf7 input.wpcf7-confirm { 
position:relative;
width:225px;
}
.wpcf7 form,.wpcf7 {
margin: 0 !important;
background: none !important;
border: 0 !important;
}
.wpcf7 p {
font-size: 16px !important;
}
*:first-child+html input[type="submit"]{padding:3px;}
 
span.yubin,
form input[type="submit"], input[type="reset"], input[type="button"] {
margin: 0 auto;
padding: 10px 20px;
background: #73B149;
border: 0;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
line-height: 1.5;
font-size: 120% !important;
color: #fff;
cursor: pointer;
height:48px;
outline:none;
-webkit-transition: all .3s;
transition: all .3s;
}
span.yubin,
span.yubin:hover { font-size: 80% !important; padding: 7px 10px; }
form input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, span.yubin:hover {
background: #73B149;
opacity:0.7;
}
#searchform input[type="submit"] {
line-height: 1;
padding: 6px;
vertical-align: top;
}
.submit-button{
text-align:center;
}
/* 確認画面用CSS */
/*枠線消す*/
form .wpcf7c-conf {
background-color: transparent !important;
border: none !important;
}
.wpcf7-form table p {
padding-bottom: 5px;
}
textarea.wpcf7-form-control {
max-height: 100px;
}
.wpcf7 .wpcf7-submit {
background-color: #73B149 !important;
}
.wpcf7 .wpcf7-submit:hover {
background-color: #73B149 !important;
}
.wpcf7 input[type="submit"], .wpcf7 input[type="button"] {
border: 0 !important;
}
/*確認画面でradioが見え難い*/
input[type="hidden"] + span {
font-weight: bold;
}
/*確認画面セレクトボックスヤジルシ消す*/
select.wpcf7c-conf {
 -webkit-appearance: none;
 -moz-appearance:none;
 -ms-appearance:none;
 appearance: none;
 /*Firefox用*/
text-indent: .01px; 
text-overflow: "";
}
select.wpcf7c-conf::-ms-expand {
display: none;
}
.wpcf7-form table p {
padding-bottom: 0;
}
[data-name="zip"] input[type="text"],
.zip input[type="text"],
.s_size input[type="text"] {
width: 20%;
}
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"]{
width: 40%;
}
@media only screen and (max-width:767px){
.wpcf7 input[type="tel"],
 .wpcf7 input[type="email"]{
 width:100%!important;
 }
.submit-button{
padding:0 50px;
}
}

span.required {
display: inline-block;
padding: 4px 6px;
border-radius: 6px;
background: red;
color: #fff;
font-size: 90%;
line-height: 1.2;
text-align: center;
margin: 0 4px;
}
form table .txt_s {
font-size: 80%;
color: #666;
}
.wpcf7-form-control.wpcf7-previous{
        background: #a9a9a9;
}

/* table */
.post_content table {
border-collapse: separate;
border-spacing: 0;
border-top: 1px solid #f1f5f8;
border-left: 1px solid #f1f5f8;
font-size: 100%;
line-height: 141.7%;
margin: 10px -1px 24px 0;
width: 100%;
text-align:left;
}

.post_content th{
background: #f1f5f8;
border:1px solid #fff;
color: #000;
width:230px!important;
white-space: nomal;
text-align:left;
}
.post_content td{
border:1px solid #f1f5f8;
vertical-align: middle;
text-align:left;
white-space: wrap;
}

.post_content form table th, 
.post_content form table td, 
.post_content table.resp th, 
.post_content table.resp td{
white-space: wrap;
}



@media only screen and (max-width:767px){
.post_content table {
border-top: 1px solid #f1f5f8;
border-left: 1px solid #f1f5f8;
border-right: 1px solid #f1f5f8;
border-bottom: 1px solid #f1f5f8;
}        

.post_content th{
width:auto!important;
border: none;
}

.post_content td{
width: auto;
border: none;
align-items: center;
justify-content: center;
}
}

.post_content dl.history {
display: flex;
flex-wrap: wrap;
}




/*TCD*/
/* Column layout - カラムレイアウト*/
.post_col.post_col-4 { -webkit-box-sizing:border-box; box-sizing:border-box; position:relative; width:100%; min-height:1px; margin-bottom:2em; padding-right:25px; padding-left:25px; float:left; }
@media screen and (min-width: 768px) {
.post_col.post_col-4 { width:66.66666%; }
}
@media screen and (min-width: 1024px) {
.post_col.post_col-4 { width:66.66666%; }
}
.post_content [class^="well"] *:first-child:not(a) {
margin-top: 0 !important;
padding-top: 0 !important;
}
.post_content [class^="well"] *:last-child {
margin-bottom: 0 !important;
}
.post_content [class^="well"] { 
padding: 1.2em;
}
.post_content .style4a,
.post_content .style5a {
margin-top: 30px !important;
}

@media only screen and (max-width: 767px) {
.post_content form table th, .post_content form table td,
.post_content table.resp th, .post_content table.resp td {
display: block;
}
.post_content form table th, .post_content table.resp th {
border-top: 0;
border-bottom: 0;
}
[data-name="zip"] input[type="text"],
.zip input[type="text"],
.s_size input[type="text"] {
width: 30%;
}
span.yubin, span.yubin:hover { 
font-size: 80% !important;
padding: 7px 10px; 
}
}
.anchor{
display: block;
padding-top: 120px;
margin-top: -120px;
}
/*アンカー除外*/
.post_content .pb-widget-editor *:first-child:not(.anchor):not(.gallery-item) {
margin-top: 0 !important;
}
@media only screen and (max-width:767px) {
.scroll table{
width:100%;
}
.scroll{
overflow: auto;
white-space: nowrap;
}
.scroll::-webkit-scrollbar{
 height: 5px;
}
.scroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
}

/*改行*/
br.pc-br{
display:block;
}
br.sp-br{
display:none;
}
@media only screen and (max-width:767px){
br.pc-br{
display:none;
}
br.sp-br{
display:block;
}
}

/* header */
body.header_type2 #header{
	background: transparent;
	font-weight: 600;
	box-shadow: none;
}

/* #header_slider .bg_image img{
    object-fit: contain !important;
}
 */
#header_slider_content {
    color: #fff;
    position: absolute;
    left: 70px;
    bottom: 80px;
    z-index: 1000;
}

/* ナビ */
#global_menu > ul{
	text-align: right;
}

#footer a {
	font-weight: 600;
}

/* top */
.cb_white_bg {
    background: #FCFBF7 !important;
	padding:70px 0;
}

/* footer */ 
 #copyright{
	background:#FBC349;
	color:#000;
}


/*add 0324 修正依頼 */
.footer_nav li a {
    display: block;
    padding: 10px 0 !important;
}


#footer .item:last-of-type{
	background-image:url(https://www.ss17.aiosl.jp/yanasedrug-recruit/wp-content/uploads/footer-image2.png);
	background-repeat:no-repeat;
/* 	background-position:right -10px; */
	background-position:160px -10px;
/* 	background-position:right 32px; */
	background-size: 540px auto;
/* 	background-size: 340px auto; */
}

@media screen and (max-width: 1350px){
	#footer .item:last-of-type{
	background-size: 480px auto;
	}
}

@media screen and (max-width: 1175px){
	#footer .item:last-of-type{
	background-size: none;
	}
}


#footer{
	background:#FCFBF7;
	color:#000;
}

#footer a{
	color:#000;
	font-size:16px;
}

.footer_nav li a:hover{
		color:#000 !important;
}

.footer_nav .headline{
	color:#FCFBF7;
}

#footer .item {
/*     padding: 0px 50px 100px; */
    padding: 0 0 80px 0;
/*     flex: 0.45 1 0%; */
	flex: 1 1 0%;
}

#footer_info {
    line-height: 2;
    margin-top: 30px;
    font-size: 18px;
/* add 0324 */
	    padding: 0 0 80px 130px;
}

@media only screen and (max-width:767px){
	#footer_info {
		padding: 0!important;
	}
}

#footer_logo{
	margin:0 0 0 130px;
}

@media only screen and (max-width:767px){
	#footer_logo{ 
		margin: 0!important;
	}
}

/* ドロワーーメニュー */
#drawer_menu_button,
#drawer_menu_wrap{
	background:#FBC349;
}

@media only screen and (max-width:767px){
	#global_menu a{
		font-weight:600;
	}
}

/* fv */
#header_slider_content{
	color:#000;
}

/* content1 */

#cb_content_1 p{
	font-size:18px;
}


.content1-btn{
	transition:0.3s;
}

.content1-btn:hover{
	opacity:0.7;
}


.content1-img{
	border-radius:20px;
}

.content1-img{
	box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
}


.content1-title1{
	color:#02BF10;
	font-weight:600;
}


.content1-title2{
	color:#EBAC19;
	font-weight:600;
}

.content1-title1,
.content1-title2{
	margin:0 0 10px 0!important;
}

@media only screen and (max-width:767px){
	#cb_content_1 .child{
		padding-top:20px;
	}
}

.center{
	text-align:center;
}

.content1-parent{
	display:flex;
	flex-direction:row;
	justify-content:space-around;
}

.space-right{
	margin-right:20px;
}

.space-right50{
	margin-right:50px;
}

.child{
	width:50%;
}

@media only screen and (max-width:767px){
	.content1-parent{
	display:block;
}
	
	.space-right{
	margin-right:0px;
}

.child{
	width:100%;
}
}

/* content2 */

#cb_content_2{
	padding:70px 80px;
}

@media only screen and (max-width:767px){
	#cb_content_2 {
    padding: 50px 10px;
}
	#cb_content_2 .parent{
		display:flex;
		flex-direction: column-reverse;
	}
	
	#cb_content_2 .child4{
		margin-bottom:20px;
	}
}

#cb_content_2 p{
	margin-bottom:0;
	font-size:18px;
}

.parent{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}

.child3{
	width:30%;
}

.child4{
	width:40%;
}

.child6{
	width:60%;
}

.child7{
	width:70%;
}


.radius-img{
	border-radius:20px;
	width:100%;
}

.wrap-orange{
	background-image:url(https://www.ss17.aiosl.jp/yanasedrug-recruit/wp-content/uploads/orange-bg-2.jpg);
	background-repeat:repeat;
    padding: 20px 150px;
	border-radius:20px;
	border:solid 3px #EBAC19;
}

@media only screen and (max-width:767px){
	.wrap-orange{
		padding: 20px 40px;
	}
}

h2.content2-title{
	color:#EBAC19;
	font-size:32px;
}

#cb_content_2 h3.content2-titleh3{
	position:relative;
	color:#EBAC19;
	margin: 5px 0;
	font-size: 20px;
}

#cb_content_2 h3.content2-titleh3:before{
position: absolute;
    content: "";
	top: 8px;
    left: -20px;
    transform: translatex(-50%);
    background: #EBAC19;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

@media only screen and (max-width:767px){
	.parent{
	display:block;
}

	.child3,
	.child4,
	.child6,
	.child7{
	width:100%;
}
	
	h2.content2-title{
	font-size:28px;
}

}

/* content3 */

#cb_content_3 h2.headline{
	font-size:32px;
	color:#02BF10;
}

#cb_content_3 p.sub_title{
	font-size:18px;
	font-weight:500;
}


#cb_content_3 .design_button{
	background:#ACFB8A;
	transition:0.3s;
	border:0;
	color:#000 !important;
}


#cb_content_3 .design_button:hover{
	background:#02BF10;
	color:#fff !important;
}


#cb_content_3 .cb_design_header {
	margin-bottom: 50px;
}


#cb_content_3 .link_button{
	margin-top: 80px;
}

@media only screen and (max-width:767px){
	#cb_content_3 p.sub_title {
    line-height: 1.7;
}
	
	#cb_content_3 h2.headline{
	font-size:28px;
}
}

/* content4 */

#cb_content_4{
	padding:70px 80px;
}

@media only screen and (max-width:767px){
	#cb_content_4 {
    padding: 50px 10px;
}
	#cb_content_4 .parent {
        display: flex;
        flex-direction: column-reverse;
	}
	#cb_content_4 .child4{
		margin-bottom:20px;
	}
	
	#cb_content_4 h3.content2-titleh3{
		text-align:center;
	}
}

#cb_content_4 p{
	margin-bottom:0;
	font-size:18px;
}

.wrap-pink{
	background-image:url(https://www.ss17.aiosl.jp/yanasedrug-recruit/wp-content/uploads/pink-bg-2.jpg);
	background-repeat:repeat;
    padding: 30px 150px 40px;
	border-radius:20px;
	border:solid 3px #FE6565;
}

@media only screen and (max-width:767px){
	.wrap-pink {
    padding: 30px 30px 40px;
}
}

#cb_content_4 h2.content2-title{
	color:#FE6565;
	font-size:32px !important;
}

#cb_content_4 h3.content2-titleh3{
	color:#FE6565;
	margin: 5px 0;
	font-size: 22px;
}

.wrap-pink-btn{
	display: block;
    background: #FE6565;
	color:#fff !important;
	font-weight:600;
    width: 260px;
    padding: 10px 10px 8px;
    border-radius: 50px;
    text-align: center;
	margin-top: 20px !important;
	transition:0.3s;
}

.wrap-pink-btn:hover{
	text-decoration:none !important;
	background:#ff1f1f;
}

@media only screen and (max-width:767px){
	.wrap-pink-btn{
		width:auto;
	}
	
	#cb_content_4 h2.content2-title{
	font-size:28px !important;
}
}

/* #cb_content_5 */

#cb_content_5 p{
	font-size:18px;
}

#cb_content_5 h2.content2-title{
	color:#000;
	font-size:32px;
}

#cb_content_5 .content-entry{
	text-align:center;
	background-image:url(https://www.ss17.aiosl.jp/yanasedrug-recruit/wp-content/uploads/AdobeStock_372326866-scaled.jpeg);
	padding: 80px 150px;
    text-align: center;
    background-image: url(https://www.ss17.aiosl.jp/yanasedrug-recruit/wp-content/uploads/AdobeStock_372326866-scaled.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


@media only screen and (max-width:767px){
	#cb_content_5 .content-entry{
    padding: 50px 10px;
}
	#cb_content_5 h2.content2-title{
	font-size:28px;
}
}


.wrap-orange-btn{
	display: block;
    background: #FAC955;
	color:#000 !important;
	font-weight:600;
    width: 260px;
    padding: 10px 10px 8px;
    border-radius: 50px;
    text-align: center;
	margin-top: 20px !important;
	transition:0.3s;
	margin:auto;
}

.wrap-orange-btn:hover{
	text-decoration:none !important;
	background:#ffb300;
}

/* 募集要項 共通 */
.p-position__table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 32px rgba(28,23,20,.06), 0 1px 2px rgba(28,23,20,.04);
  margin-bottom: 40px;
}
.p-position__table tr {
  border-bottom: 1px solid #e8e8e8;
  transition: background 0.2s ease;
}
.p-position__table tr:last-child {
  border-bottom: none;
}
.p-position__table th {
  padding: 22px 24px;
  width: 180px;
  text-align: left;
  vertical-align: top;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.5;
  white-space: nowrap;
}
.p-position__table th .th-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
}
.p-position__table th .th-icon svg {
  width: 13px;
  height: 13px;
}
.p-position__table td {
  padding: 22px 28px;
  vertical-align: middle;
  color: #1C1714;
  line-height: 1.7;
}

/* 薬剤師カラー（緑） */
.p-position__table--yakuzaishi th {
  background: #e6f9e7;
  border-right: 1px solid #02bf10;
  color: #016e09;
}
.p-position__table--yakuzaishi th .th-icon {
  background: #b3edb6;
}
.p-position__table--yakuzaishi th .th-icon svg {
  fill: #02bf10;
}
.p-position__table--yakuzaishi tr:hover {
  background: #f4fdf4;
}
.p-position__table--yakuzaishi .p-position__salary {
  color: #02bf10;
}
.p-position__table--yakuzaishi .p-position__tag {
  background: #b3edb6;
  border-color: #02bf10;
  color: #016e09;
}
.p-position__table--yakuzaishi .p-position__highlight {
  background: linear-gradient(135deg, #e6f9e7 0%, #d0f5d2 100%);
  border-color: #02bf10;
}
.p-position__table--yakuzaishi .p-position__holiday-num {
  color: #02bf10;
}

/* 調剤事務カラー（オレンジ） */
.p-position__table--jimu th {
  background: #fdf4e0;
  border-right: 1px solid #ebac19;
  color: #8a6310;
}
.p-position__table--jimu th .th-icon {
  background: #f9e0a0;
}
.p-position__table--jimu th .th-icon svg {
  fill: #ebac19;
}
.p-position__table--jimu tr:hover {
  background: #fefaf0;
}
.p-position__table--jimu .p-position__salary {
  color: #ebac19;
}
.p-position__table--jimu .p-position__tag {
  background: #f9e0a0;
  border-color: #ebac19;
  color: #8a6310;
}
.p-position__table--jimu .p-position__highlight {
  background: linear-gradient(135deg, #fdf4e0 0%, #fae8b0 100%);
  border-color: #ebac19;
}
.p-position__table--jimu .p-position__holiday-num {
  color: #ebac19;
}
/* 募集要項追加
 *ページ内リンク  */
/* ページ内ナビゲーション */
.p-position-nav__wrap {
  display: flex;
  gap: 16px;
  justify-content: center;
  padding: 40px 20px;
  background: #f7faf7;
  flex-wrap: wrap;
}
.p-position-nav__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  border-radius: 4px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 12px rgba(0,0,0,0.1);
}
.p-position-nav__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  text-decoration: none;
}
.p-position-nav__btn--green {
  background: #02bf10;
  color: #ffffff;
}
.p-position-nav__btn--orange {
  background: #ebac19;
  color: #ffffff;
}
.p-position-nav__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: rgba(255,255,255,0.25);
  border-radius: 50%;
}
.p-position-nav__icon svg {
  width: 14px;
  height: 14px;
  fill: #ffffff;
}
.p-position-nav__arrow svg {
  width: 18px;
  height: 18px;
  fill: #ffffff;
  display: block;
}

/* セクションアンカー（ヘッダー分オフセット） */
.p-position-section__anchor {
  display: block;
  height: 80px;
  margin-top: -80px;
  visibility: hidden;
  pointer-events: none;
}

/* セクションヘッダー */
.p-position-section__header {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24px 28px;
  border-radius: 4px 4px 0 0;
  margin-top: 48px;
  margin-bottom: 0;
}
.p-position-section__header--green {
  background: #02bf10;
}
.p-position-section__header--orange {
  background: #ebac19;
}
.p-position-section__header-icon {
  width: 48px;
  height: 48px;
  background: rgba(255,255,255,0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.p-position-section__header-icon svg {
  width: 26px;
  height: 26px;
  fill: #ffffff;
}
.p-position-section__label {
  font-size: 11px;
  letter-spacing: 0.3em;
  color: rgba(255,255,255,0.8);
  margin-bottom: 4px;
}
.p-position-section__title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.05em;
  margin: 0;
}

@media (max-width: 640px) {
  .p-position-nav__btn {
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
    font-size: 14px;
  }
  .p-position-section__header {
    padding: 18px 16px;
  }
  .p-position-section__title {
    font-size: 17px;
  }
}

.p-position-section__title {
	margin: 0!important;
}

.p-position-nav__wrap br {
  display: none;
}

.p-position-nav__wrap a {
	color: #fff;
}

/* 共通タグ */
.p-position__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.p-position__tag {
  display: inline-block;
  font-weight: 500;
  padding: 5px 14px;
  border-radius: 100px;
  border: 1px solid;
  letter-spacing: 0.05em;
}
.p-position__tag--plain {
  background: #f0f0f0 !important;
  border-color: #cccccc !important;
  color: #555555 !important;
  font-weight: 400;
}
.p-position__salary {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.p-position__salary-note {
  color: #4A3F38;
  margin-top: 4px;
}
.p-position__highlight {
  border: 1px solid;
  border-radius: 6px;
  padding: 14px 18px;
  display: inline-block;
}
.p-position__holiday-num {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.p-position__holiday-label {
  font-size: 12px;
  color: #4A3F38;
  margin-top: 2px;
}

@media (max-width: 640px) {
  .p-position__table th,
  .p-position__table td {
    display: block;
    width: 100%;
  }
  .p-position__table th {
    border-right: none;
    border-bottom: 1px solid #cccccc;
    padding: 16px 18px 12px;
    white-space: normal;
  }
  .p-position__table td {
    padding: 14px 18px 18px;
  }
  .p-position__salary {
    font-size: 22px;
  }
}

.p-position-img__wrap {
    height: 300px;
    overflow: hidden; 
    position: relative; 
    margin-bottom: 20px; 
}

.p-position-img__wrap img {
    width: 100%;
    height: 100% !important; 
    object-fit: cover;
    object-position: top; 
    position: absolute;
    top: 0;
    left: 0;
}

/* ===== p-future ===== */
.p-future__wrap {
  padding: 72px 20px;
  background: #f0fffb;
	max-width: 960px;
	margin: 0 auto;
}
.p-future__inner {
  max-width: 860px;
  margin: 0 auto;
}
.p-future__caption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  letter-spacing: 0.4em;
  color: #02bf10;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.p-future__caption-line {
  display: inline-block;
  width: 36px;
  height: 1px;
  background: #02bf10;
}
.p-future__title {
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 700;
  color: #1C1714;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}
.p-future__lead {
  color: #4A3F38;
  line-height: 1.9;
  text-align: center;
  max-width: 680px;
  margin: 0 auto!important;
	font-weight: 600;
    font-size: 18px;
}
.p-future-title__wrap {
  margin-bottom: 48px;
}
.p-future-details {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.p-future-detail__wrap {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 28px 32px;
  border-left: 3px solid #02bf10;
  background: #ffff;
  border-radius: 0 6px 6px 0;
  margin-bottom: 12px;
}
.p-future-detail__wrap:last-child {
  margin-bottom: 0;
}
.p-future-detail__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: #e6f9e7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-future-detail__icon svg {
  width: 22px;
  height: 22px;
  fill: #02bf10;
}
.p-future-detail__body {
  flex: 1;
}
.p-future-detail__caption {
  font-size: 15px;
  font-weight: 700;
  color: #1C1714;
  margin-bottom: 6px;
  letter-spacing: 0.03em;
}
.p-future-detail__sentence {
  color: #4A3F38;
  line-height: 1.8;
}

/* ===== p-numbers ===== */
.p-numbers__wrap {
  padding: 72px 20px;
  background: #f7faf7;
}
.p-numbers__header {
  text-align: center;
  margin-bottom: 40px;
}
.p-numbers__caption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 11px;
  letter-spacing: 0.4em;
  color: #02bf10;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.p-numbers__caption-line {
  display: inline-block;
  width: 36px;
  height: 1px;
  background: #02bf10;
}
.p-numbers__title {
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 700;
	margin: 0!important;
  color: #1C1714;
  letter-spacing: 0.05em;
}
.p-numbers__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
}
.p-numbers__card {
  background: #ffffff;
  border-radius: 8px;
  padding: 40px 24px 36px;
  text-align: center;
  border-top: 4px solid #e0e0e0;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.p-numbers__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

@media (max-width: 640px) {
  .p-numbers__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-numbers__card--green {
  border-top-color: #02bf10;
}
.p-numbers__icon {
  width: 44px;
  height: 44px;
  background: #e8e8e8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}
.p-numbers__card--green .p-numbers__icon {
  background: #e6f9e7;
}
.p-numbers__icon svg {
  width: 22px;
  height: 22px;
  fill: #aaaaaa;
}
.p-numbers__card--green .p-numbers__icon svg {
  fill: #02bf10;
}
.p-numbers__label {
  color: #888;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
		font-weight: 700;
    font-size: 23px;
}
.p-numbers__value {
  font-size: 46px;
  font-weight: 800;
  color: #1C1714;
  line-height: 1;
  letter-spacing: -0.02em;
}
.p-numbers__card--green .p-numbers__value {
  color: #02bf10;
	font-size: 56px;
}
.p-numbers__unit {
  font-size: 24px;
  font-weight: 500;
  color: #777;
  margin-left: 2px;
}

@media (max-width: 640px) {
  .p-future-detail__wrap {
    padding: 20px 18px;
  }
  .p-numbers__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-numbers__value {
    font-size: 26px;
  }
}

/* 職種紹介・求める人物像 */
.p-roles__wrap {
  padding: 72px 20px;
  background: #fefff0;
	max-width: 960px;
   margin: 0 auto;
}
.p-roles__inner {
  max-width: 860px;
  margin: 0 auto;
}
.p-roles-title__wrap {
  text-align: center;
  margin-bottom: 48px;
}
.p-roles__title {
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 700;
  color: #1C1714;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}
.p-roles__lead {
  color: #4A3F38;
  line-height: 1.9;
  margin-bottom: 12px;
}
.p-roles__keywords {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 20px 0;
}
.p-roles__keyword {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: #02bf10;
  border: 2px solid #02bf10;
  border-radius: 6px;
  padding: 6px 24px;
  letter-spacing: 0.15em;
  background: #f7faf7;
}
.p-roles__keyword-sep {
  font-size: 22px;
  color: #C8B8A8;
  font-weight: 300;
}

/* カードグリッド */
.p-roles__grid {
  display: flex;
/*   grid-template-columns: 1fr 1fr; */
  gap: 24px;
}

/* カード共通 */
.p-roles__card {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
}
.p-roles__card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 24px;
}
.p-roles__card--green .p-roles__card-header {
  background: #02bf10;
}
.p-roles__card--orange .p-roles__card-header {
  background: #ebac19;
}
.p-roles__card-icon {
  width: 48px;
  height: 48px;
  background: rgba(255,255,255,0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.p-roles__card-icon svg {
  width: 26px;
  height: 26px;
  fill: #ffffff;
}
.p-roles__card-label {
  font-size: 11px;
  letter-spacing: 0.3em;
  color: rgba(255,255,255,0.8);
  margin-bottom: 4px;
}
.p-roles__card-title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.05em;
  margin: 0!important;
}
.p-roles__card-body {
  background: #ffffff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* 業務内容 */
.p-roles__job {
  padding: 16px 18px;
  background: #f7faf7;
  border-radius: 0 6px 6px 0;
}
.p-roles__card--orange .p-roles__job {
  background: #fdf8ee;
}
.p-roles__job-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.p-roles__job-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.p-roles__card--green .p-roles__job {
  border-left: 3px solid #02bf10;
}
.p-roles__card--green .p-roles__job-icon {
  background: #e6f9e7;
}
.p-roles__card--green .p-roles__job-icon svg {
  fill: #02bf10;
}
.p-roles__card--orange .p-roles__job {
  border-left: 3px solid #ebac19;
}
.p-roles__card--orange .p-roles__job-icon {
  background: #fdf0cc;
}
.p-roles__card--orange .p-roles__job-icon svg {
  fill: #ebac19;
}
.p-roles__job-icon svg {
  width: 16px;
  height: 16px;
}
.p-roles__job-title {
  font-size: 14px;
  font-weight: 700;
  color: #1C1714;
  margin: 0!important;
  letter-spacing: 0.03em;
}
.p-roles__job-text {
  color: #4A3F38;
  line-height: 1.8;
  margin: 0;
}

@media (max-width: 640px) {
  .p-roles__grid {
/*     grid-template-columns: 1fr; */
	  flex-direction: column;
  }
  .p-roles__keyword {
    font-size: 18px;
    padding: 5px 16px;
  }
}

/* 特徴ページのヘッダー画像 */
.page-id-76 #page_header {
  background-image: url('https://www.ss17.aiosl.jp/yanasedrug-recruit/wp-content/uploads/AdobeStock_313543207-scaled.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.page-id-76 #page_header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
}

body.header_type2 #page_header {
    padding-bottom: 62px;
}

#page_header {
	max-width: 100%;
}

/* .page-id-76 #page_contents .post_content {
	width: 100%;
} */

@media only screen and (max-width: 767px) {
    .page-id-76 #page_contents .post_content {
        width: auto;
    }
}
/* プラポリのヘッダー画像 */
.page-id-3 #page_header {
  background-image: url('https://www.ss17.aiosl.jp/yanasedrug-recruit/wp-content/uploads/AdobeStock_1893444487-scaled.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.page-id-3 #page_header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
}

/* 募集要項のヘッダー画像 */
.page-id-66 #page_header {
  background-image: url('https://www.ss17.aiosl.jp/yanasedrug-recruit/wp-content/uploads/AdobeStock_609551242-scaled.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.page-id-66 #page_header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
}

/* フォームのヘッダー画像 */
.page-id-99 #page_header,
.page-id-101 #page_header,
.page-id-103 #page_header {
  background-image: url('https://www.ss17.aiosl.jp/yanasedrug-recruit/wp-content/uploads/AdobeStock_332305772-scaled.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 100px!important;   
  padding-bottom: 100px!important;
}

.page-id-99 #page_header::before,
.page-id-101 #page_header::before,
.page-id-103 #page_header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
	z-index: 0; 
}

.page-id-99 #page_header .headline,
.page-id-101 #page_header .headline,
.page-id-103 #page_header .headline {
  position: relative;
  z-index: 1; 
	color: #fff;
}

.page-id-99 .post_content th,
.page-id-101 .post_content th,
.page-id-103 .post_content th {
  width: 280px !important;
	background: #d0f6d8;
}

span.required {
	background: #8a450b;
}

@media screen and (max-width: 768px) {
  .page-id-99 .post_content table,
  .page-id-101 .post_content table,
  .page-id-103 .post_content table {
    display: block;
    width: 100%;
  }

  .page-id-99 .post_content tbody,
  .page-id-101 .post_content tbody,
  .page-id-103 .post_content tbody {
    display: block;
    width: 100%;
  }

  .page-id-99 .post_content tr,
  .page-id-101 .post_content tr,
  .page-id-103 .post_content tr {
    display: block;
    width: 100%;
  }

  .page-id-99 .post_content th,
  .page-id-101 .post_content th,
  .page-id-103 .post_content th {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
  }

  .page-id-99 .post_content td,
  .page-id-101 .post_content td,
  .page-id-103 .post_content td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
  }
}

/* よくあるご質問 */
.page-id-131 #page_header {
  background-image: url('https://www.ss17.aiosl.jp/yanasedrug-recruit/wp-content/uploads/AdobeStock_495439225-1-scaled.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.page-id-131 #page_header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
}

.pp-wrap * {
    box-sizing: border-box;
}

.pp-wrap {
    max-width: 720px;
    margin: 0 auto;
    padding: 2rem 1rem;
    font-family: sans-serif;
}

.pp-hero {
    border-left: 3px solid #1D9E75;
    padding: 0.75rem 0 0.75rem 1.25rem;
    margin-bottom: 2.5rem;
}

.pp-hero p {
    color: #555;
    margin-top: 6px;
    line-height: 1.6;
}

.pp-tag {
    display: inline-block;
    background: #E1F5EE;
    color: #0F6E56;
    font-weight: 500;
    padding: 3px 10px;
    border-radius: 6px;
    margin-bottom: 8px;
}

.pp-section {
    margin-bottom: 2rem;
}

.pp-section-label {
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #1D9E75;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.pp-section-title {
    font-weight: 500;
    color: #222;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e5e5e5;
}

.pp-body {
    line-height: 1.8;
    color: #555;
}

.pp-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pp-list li {
    line-height: 1.8;
    color: #555;
    padding: 4px 0 4px 1.25rem;
    position: relative;
}


.pp-info-card {
    background: #f7f7f7;
    border-radius: 8px;
    padding: 1rem 1.25rem;
    margin-top: 10px;
}

.pp-info-card p {
    color: #555;
    line-height: 1.8;
    margin: 0;
}

.pp-divider {
    border: none;
    border-top: 1px solid #e5e5e5;
    margin: 2rem 0;
}

.pp-sub-title {
    font-weight: 500;
    color: #222;
    margin-bottom: 6px;
    margin-top: 14px;
}

/* ==================== 追加：FAQセクション ==================== */
.p-position-faq__wrap{
/*   padding: 20px 20px 70px; */
}
.p-position-faq__inner{
  max-width: 900px;
  margin: 0 auto;
}
.p-position-faq__header{
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 36px 0 24px;
}
.p-position-faq__header-icon{
  width: 44px;
  height: 44px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #25b42c;
}
.p-position-faq__header-icon svg{
  width: 22px;
  height: 22px;
  fill: #ffffff;
}
.p-position-faq__eyebrow{
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2em;
  color: #9a9a9a;
}
.p-position-faq__title{
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .06em;
  color: #1C1714;
}
.p-position-faq__list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.p-position-faq__item{
  background: #ffffff;
  border-radius: 4px;
  border-left: 4px solid transparent;
  box-shadow: 0 4px 32px rgba(28,23,20,.06), 0 1px 2px rgba(28,23,20,.04);
  overflow: hidden;
}
.p-position-faq__item--green{ border-left-color: #02bf10; }
.p-position-faq__item--orange{ border-left-color: #ebac19; }

.p-position-faq__item details > summary{
  list-style: none;
  cursor: pointer;
}
.p-position-faq__item details > summary::-webkit-details-marker{
  display: none;
}
.p-position-faq__question{
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 24px;
  font-weight: 600;
  letter-spacing: .03em;
  color: #1C1714;
  line-height: 1.6;
  transition: background .2s ease;
}
.p-position-faq__item--green .p-position-faq__question:hover{ background: #f4fdf4; }
.p-position-faq__item--orange .p-position-faq__question:hover{ background: #fefaf0; }

.p-position-faq__badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 800;
  flex-shrink: 0;
}
.p-position-faq__item--green .p-position-faq__badge{ background: #b3edb6; color: #016e09; }
.p-position-faq__item--orange .p-position-faq__badge{ background: #f9e0a0; color: #8a6310; }
.p-position-faq__badge--a{
  background: #1C1714 !important;
  color: #ffffff !important;
}

.p-position-faq__q-text{ flex: 1; }

.p-position-faq__arrow{
  flex-shrink: 0;
  display: flex;
}
.p-position-faq__arrow svg{
  width: 18px;
  height: 18px;
  fill: #b8b8b8;
  transition: transform .25s ease;
}
.p-position-faq__item details[open] .p-position-faq__arrow svg{
  transform: rotate(180deg);
}
.p-position-faq__item--green details[open] .p-position-faq__arrow svg{ fill: #02bf10; }
.p-position-faq__item--orange details[open] .p-position-faq__arrow svg{ fill: #ebac19; }

.p-position-faq__answer{
  display: flex;
  gap: 14px;
  padding: 24px 22px;
  color: #1C1714;
  line-height: 1.8;
	align-items: center;
  animation: p-position-faq-fade .25s ease;
}
.p-position-faq__answer p{
  margin: 0;
  padding-top: 3px;
}
@keyframes p-position-faq-fade{
  from{ opacity: 0; transform: translateY(-4px); }
  to{ opacity: 1; transform: translateY(0); }
}

@media (max-width: 600px){
  .p-position-faq__question{ padding: 16px 18px; font-size: 14px; }
  .p-position-faq__answer{ padding: 0 18px 18px; font-size: 13px; }
  .p-position-faq__header{ margin: 28px 0 18px; }
}

/* FAQ */
#cb_content_5 h2.contentaq-title {
    color: #3db331;
    font-size: 32px !important;
} 

.wrap-green {
    background-image: url(https://www.ss17.aiosl.jp/yanasedrug-recruit/wp-content/uploads/AdobeStock_1575498941-scaled.jpeg);
    background-repeat: repeat;
    padding: 30px 150px 40px;
    border-radius: 20px;
    border: solid 3px #3db331;
}

.wrap-green-btn {
    display: block;
    background: #3db331;
    color: #fff !important;
    font-weight: 600;
    width: 260px;
    padding: 10px 10px 8px;
    border-radius: 50px;
    text-align: center;
    margin-top: 20px !important;
    transition: 0.3s;
}

@media only screen and (max-width: 767px) {
    .wrap-green-btn {
        width: auto;
    }
}

.wrap-green-btn--2 {
    display: block;
    background: #3db331;
    color: #fff !important;
    font-weight: 600;
    width: 260px;
    padding: 20px 10px 20px;
    border-radius: 50px;
    text-align: center;
	margin: 0 auto;
    transition: 0.3s;
}


.wrap-yellow-btn {
       display: block;
    background: #EBAC19;
    color: #fff !important;
    font-weight: 600;
    width: 260px;
    padding: 20px 10px 20px;
    border-radius: 50px;
    text-align: center;
   margin: 0 auto!important;
    transition: 0.3s;
}

#cb_content_5 {
	padding: 70px 80px;
}

@media only screen and (max-width: 767px) {
    #cb_content_5 {
        padding: 50px 10px;
    }
}

section.cb_free_space.cb_white_bg.num5#cb_content_5 .post_content.clearfix.inview.animate {
  width: auto;
	padding: 0 !important;
}

@media only screen and (max-width: 767px) {
    .wrap-green {
        padding: 30px 30px 40px;
    }
}

@media only screen and (max-width: 767px) {
    #cb_content_5 .parent {
        display: flex;
        flex-direction: column-reverse;
    }
}


@media only screen and (max-width: 767px) {
    #cb_content_5 h3.contentaq-titleh3 {
        text-align: center;
    }
}
	
	#cb_content_5 h3.contentaq-titleh3 {
    color: #3db331;
    margin: 5px 0;
    font-size: 22px;
}

@media only screen and (max-width: 767px) {
    #cb_content_5 .child4 {
        margin-bottom: 20px;
    }
}

/* テーブルのスクロールを消す */
@media screen and (max-width: 800px) {
    .post_content .s_table {
        overflow: visible;    
        white-space: normal;   
        margin-bottom: 2em;
		width: 100%;
    }
}

#global_menu li {
            text-align: center;
        }
   