/*--------------------------------------------------
　転職相談ハブ
--------------------------------------------------*/

/* 共通 */
#guidance {
	font-family: "Noto Sans CJK JP", "Noto Sans JP", "Noto Sans CJK JP Subset", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ;
	background: #fff;
    margin: 0px;
    padding: 0px;
}
.guidance-base {
	font-size: 15px;
	color: #323f46;
}
.guidance-base a {
	color: #323f46;
	display: block;
    box-sizing: border-box;
	position: relative;
}
.guidance-base a .badge_group {
    position: absolute;
    top: 10px;
    left: 10px;
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
}
.guidance-base a .badge_group .badge_item {
    pointer-events: none;
    border-radius: 30px;
    padding: 3px 15px;
    font-size: 13px;
    text-align: center;
    color: #323f46;
	border: 1px solid;
	background-color: #FFF;
}
.guidance-button {
    max-width: 275px;
	width: 90%;
    margin: auto auto 0;
	padding-bottom: 20px;
    text-align: center;
    border-style: none;
    border-radius: 50px;
    transition-duration: 0.3s;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 940px) {
.guidance-button {
	max-width: none;
}
.cta__button_01 {
	max-width: 308px;
    margin: auto;
}
}
@media screen and (max-width: 616px) {
.guidance-button {
	width: 93%;
}
}
.guidance-button a {
	display: block;
    color: #fff;
    padding: 15px;
    font-size: 20px;
    background-color: #486471;
    box-shadow: 0 6px 0 #335261;
    border-radius: 60px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s;
    position: relative;
	line-height: 1;
}
@media (min-width: 768px) {
.guidance-button .cta__button_01:hover {
	color: #323f46;
    background-color: #f9c046;
    box-shadow: 0 6px 0 #bc850e;
	opacity: 1;
}
.guidance-button .cta__button_01:active {
    box-shadow: none;
    transform: translateY(6px);
}
}

.guidance-button a .button__arrow {
    float: right;
    margin-top: 2px;
}
.guidance-button a .button__arrow--triangle::after {
    content: "\f105";
	top: -3px;
    position: relative;
}
.guidance-button a .button__arrow--triangle {
    font: normal normal normal 30px FontAwesome;
    transform: rotate(0deg);
    display: inline-block;
	font-size: 23px;
}
@media screen and (max-width: 767px) {
	.guidance-base {
		font-size: 14px;
	}
	.breadcump {
        margin-bottom: -6px !important;
    }
}
/* セクション共通 */
#guidance section {
	max-width: 1024px;
    width: 90%;
	margin: 0 auto;
	padding-top: 70px;
}
@media screen and (max-width: 767px) {
	#guidance section {
		padding-top: 40px;
		overflow: hidden;
	}
}
/* h2共通 */
#guidance h2 {
	font-size: 30px;
	color: #5aafd9;
	text-align: center;
	margin-bottom: 40px;
}
#guidance .decoration {
	font-size: 20px;
	font-weight: 500;
	color: #f9c046;
	margin-bottom: 5px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#guidance h2 {
		font-size: 28px;
		margin-bottom: 20px;
	}
	#guidance .decoration {
		font-size: 14px;
		margin-bottom: 2px;
	}
}
/* タグ共通 */
#guidance .tag {
	color: #323f46;
	font-size: 12px;
	margin-bottom: 15px;
	text-align: left;
}
#guidance .tag p {
	position: relative;
	display: inline;
	padding-right: 10px;
	white-space: nowrap;
	display: inline-block;
}
@media screen and (max-width: 767px) {
	#guidance .tag p {
		padding-right: 8px;
	}
	#guidance .tag p::before {
		top: 13%;
        font-size: 95%;
	}
}
/* MV */
.mv__outside {
	background: #5aafd9;
	width: 100%;
}
.mv {
	background: #5aafd9;
	width: 100%;
	text-align: center;
}
.mv img {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
}
/* TOP */
.top {
	color: #fff;
	background: #5aafd9;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 30px;
}
.top__text {
	width: fit-content;
    margin: 0 auto;
	padding: 0 5%;
	line-height: 1.7;
}
@media screen and (max-width: 767px) {
.top__text {
    margin-top: 10px;
	line-height: 1.5;
}
}
/* TOPナビ */

.guidance-base .pickup__spslider--inner a {
	padding: 25px 20px;
}
.pickup__spslider--inner img {
	width: 100%;
	padding-bottom: 15px;
}
.pickup__spslider--tag {
	flex-grow: 1;
}
.pickup__spslider--title {
	font-size: 18px;
	padding-bottom: 15px;
	line-height: 1.3;
}
.pickup__spslider--text {
	font-size: 14px;
}
#pickup hr {
    border-top: 1px solid #323f46;
}
/* タブレット表記 */
@media screen and (max-width: 960px) {
	#guidance #pickup {
		width: 100%;
	}
	.m__spslider {
		overflow: hidden;
		width: 88%;
		margin: 0 auto;
	}
	.m__spslider::after {
		content: "← スワイプで移動できます →";
		display: block;
		font-size: 12px;
		color: #323f46;
	}
	#pickup .m__slides {
		flex-wrap: nowrap;
		overflow-x: scroll;
		justify-content: initial;
		-ms-scroll-snap-type: x mandatory;
		scroll-snap-type: x mandatory;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 10px;
	}
	#pickup .m__slides li {
		flex-shrink: 0;
		position: relative;
		width: 41%;
		margin: 0 13px;
		transition: transform 0.5s;
		transform: scale(1);
		transform-origin: center center;
		scroll-snap-align: start;
	}
	#pickup .m__slides li:first-of-type {
		margin-left: 0;
	}
	#pickup .m__slides li:last-of-type {
		margin-right: 0;
	}
	.pickup__spslider--inner:hover {
		opacity: 1.0;
	}
}
@media screen and (max-width: 767px) {
	.m__spslider::after {
		font-size: 9px;
	}
	#pickup .m__slides li {
		width: 55%;
	}
	.pickup__spslider--title {
		font-size: 16px;
		padding-bottom: 10px;
	}
	.pickup__spslider--inner img {
		padding-bottom: 10px;
	}
	.pickup__spslider--text {
		font-size: 13px;
	}
}
@media screen and (max-width: 630px) {
	#pickup .m__slides li {
		width: 65%;
	}
}
@media screen and (max-width: 520px) {
	#pickup .m__slides li {
		width: 87%;
		margin: 0 7px;
	}
}
/* 相談会 */
.consultation__wrapper {
	width: 100%;
}
.search_ui {
	gap: 10px 20px;
    flex-wrap: wrap;
    display: flex;
	margin-left: 20px;
	width: 100%;
}
/* 絞り込み部分 */
.search_area {
	width: 755px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 20px;
}
#selectForm {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.search_area--title {
	font-size: 16px;
	border-right: 1px solid #323f46;
    padding-right: 20px;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	white-space: nowrap
}
.search_area--title p{
	position: relative;
	font-size: 16px;
}
.search_area--title p::before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f02b";
    left: -16px;
	top: 3px;
	color: #486471;
}
.checkbox_margin {
	cursor: pointer;
}
/* ラジオボタン本体を非表示にする */
.radio_input {
    display: none;
}

/* ボタンとして表示するspanの基本スタイル */
.radio_parts {
    display: inline-block; /* ボタンとして機能するようにインラインブロック化 */
    padding: 8px 18px; /* 余白を設定 */
    border: 1px solid #323f46; /* 選択されていない状態の枠線 */
    border-radius: 30px; /* 角を丸くする */
    color: #323f46; /* 文字色 */
    background-color: #fff; /* 背景色 */
    cursor: pointer; /* マウスカーソルをポインターにする */
	line-height: 1;
    transition: background-color 0.3s, color 0.3s; /* ホバーや選択時の変化を滑らかにする */
}

/* ホバー時のスタイル */
.radio_parts:hover {
	color: #FFF;
    background-color: #323f46;
}

/* 選択された時のスタイル */
/* input[type="radio"]がcheckedの時、その直後にある.radio_partsのスタイルを適用 */
.radio_input:checked + .radio_parts {
    background-color: #323f46; /* 青色の背景色 */
    color: #fff; /* 白色の文字色 */
    border-color: #323f46; /* 枠線の色も変更 */
}
/* タブレット表記 */
@media screen and (max-width: 960px) {
	.search_area {
        width: 99%;
		margin-bottom: 10px;
		padding-bottom: 0;
    }
	.radio_parts {
		margin-right: 5px;
		padding: 8px 12px;
	}
	.checkbox_margin:last-of-type .radio_parts {
		margin-right: 0;
	}
	.modal {
		max-width: 600px;
	}
	.search_ui {
		gap: 10px;
	}

}
@media screen and (max-width: 767px) {
	.search_area--title {
		font-size: 16px;
		padding-right: 10px;
	}
	.radio_parts {
		font-size: 14px;
		margin-right: 5px;
	}
	.radio_parts::before {
        width: 11px;
        height: 11px;
    }
	.radio_input:checked+.radio_parts::after {
        width: 7px;
        height: 7px;
    }
	.search_ui {
		gap: 10px 10px;
	}
}
@media screen and (max-width: 640px) {
	.search_area--title {
		display: none;
	}
	.search_ui{
		flex-direction: column;
		gap: 0;
		margin-left: 0;
	}
	.radio_parts{
		margin: 0;
		border-radius: 0;
		text-align: left;
		padding: 20px;
		border: 0;
        border-bottom: 1px solid #323f46;
		width: 100%;
		position: relative;
	}
	.radio_parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 45%;
    right: 27px;
    width: 6px;
    height: 6px;
    transition: 0.3s;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: translateY(-21%) rotate(45deg);
}
	.radio_input:checked + .radio_parts {
		margin: 0;
		width: 100%;
	}
	    .checkbox_margin {
        display: flex;
    }
	
}
@media screen and (max-width: 630px) {
	.radio_parts{
		font-size: 16px;
	}
}

/* 相談会一覧 */
#guidance #consultation {
	margin: 30px auto 0;
    padding-top: 30px;
	padding-bottom: 70px;
}
.item_container {
	display: flex;
	flex-wrap: wrap;
	margin-left: 10px;
}
.item {
	background: #fff8ed;
	width: calc(90% / 3);
	border-radius: 15px;
	margin: 25px 15px 0 15px;
	transition-duration: 0.3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media (min-width: 767px) {
.item a:hover {
	opacity: 0.6;
}
}
.consultation__item--txt {
	font-size: 17px;
	margin: 0 15px 15px;
}
.consultation__item--txt .s-txt {
	font-size: 14px;
	margin-bottom: 15px;
}
.consultation__item--img img {
	border-radius: 15px 15px 0 0;
	margin-bottom: 11px;
}
.consultation__item--tag {
	margin-bottom: 15px;
}
.consultation__item--btnwrap {

}
	.hide_item {
	display: none;
}
@media screen and (max-width: 1011px) {
	.item {
		width: calc(89% / 3);
	}
}
@media screen and (max-width: 1000px) {
	.item {
		width: calc(90% / 3);
		margin-left: 10px;
		margin-right: 10px;
	}
	.item:hover {
		opacity: 1.0
	}
	.guidance-button a{
		font-size: 16px;
	}
	.guidance-button a .button__arrow--triangle {
		font-size: 16px;
		top: -2px;
	}
}
@media screen and (max-width: 940px) {
	.item {
		width: calc(93% / 2);
		}
	.consultation__item--img img {
		width: 100%;
	}

}
@media screen and (max-width: 767px) {
	#guidance #consultation {
		margin: 20px auto 0;
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.item_container {
		margin-left: 6px;
	}
	.item {
		width: calc(92% / 2);
		margin-top: 15px;
	}

	.consultation__item--img img {
		margin-bottom: 7px;
		width: 100%;
	}
	.consultation__item--tag {
		/* margin: 0 8px 0 15px; */
	}
		.guidance-button a{
		font-size: 18px;
	}
		.guidance-button a .button__arrow--triangle {
		font-size: 23px;
		top: -3px;
	}

}

/* セミナー */

@media screen and (max-width: 616px) {
	.item {
		width: 100%;
		margin: 0 auto 20px;
	}
	.item_container {
        margin-left: 0;
    }
}

@media screen and (max-width: 520px) {
	.seminar__list--title {
        border-left: 2px solid #323f46;
    }
}
@media screen and (max-width: 400px) {
.guidance-button {
	width: 90%;
	max-width: none;
}
}

.wp_filter_btn_wrap {
  display: flex;
  justify-content: flex-end;
  margin: 20px 0 24px 20px;
}
@media screen and (min-width:641px) {
  .wp_filter_btn_wrap {
    display: none;
  }
}

.wp_filter_btn {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  color: #323f46;
  background-color: #fff;
  border: 1px solid #323f46;
  padding: 8px 0 10px 24px;
  padding-right: 2em;
  border-radius: 10px;
  width: 170px;
}
.wp_filter_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  right: 0.7em;
  width: 6px;
  height: 6px;
  transition: 0.3s;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: translateY(-50%) rotate(135deg);
}
.wp_filter_btn #category_btn_text{
	position: relative;
}
.wp_filter_btn #category_btn_text::before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f02b";
    left: -17px;
	top: 5px;
    color: #486471;
}
.wp_filter_btn.is-select {
  background: #f39824;
  color: #fff;
  border: none;
}

.modal {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  inset: 0;
  margin: auto;
  z-index: 500;
  max-width: 1100px;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (min-width:641px) {
  .modal {
    position: static;
    display: block;
    padding: 0 20px;
  }
}
@media screen and (max-width:960px) {
  .modal {
	width: 90%;
  }
}
@media screen and (max-width:640px) {
  .modal {
	width: 100%;
  }
}
.modal.is-active {
  display: block;
}

.modal_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100%;
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (min-width:641px) {
  .modal_inner {
    padding: 0;
    max-width: 920px;
  }
}

.modal_box {
  display: block;
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 10;
}

.modal-bg {
  width: 100%;
  height: 200%;
  background-color: rgba(0, 0, 0, 0.5);
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
@media screen and (min-width:641px) {
  .modal-bg {
    display: none;
  }
}