@charset "utf-8";

/* ---------------------------------------------
   common
--------------------------------------------- */
:root {
    --main-color: #007FC3;
    --accent-color: #FFF100;
    --bg-img-color: #EDF7FD;
    --bg-blue: #30B2EF;
    --bg-blue-100: #E6F4FD;
    --bg-blue-600: #007FC3;
    --bg-yellow: #FFFDE4;
    --bg-gray: #F5F5F5;
    --bg-gray-200: #DCDDDD;
    --bg-color: #fff;
    --text-color: #333;
    --heading-en: #595757;
    --text-blue: #007FC3;
    --text-orange: #FD8230;
    --marker-yellow:#FFF100;
}

strong {
	font-weight: inherit;
}
figure {
	margin: 0;
	padding: 0;
}
a:link {
	color: unset;
}
/* ---------------------------------------------
   LAYOUT
--------------------------------------------- */

.p-content-career_counseling {
	margin: auto;
	padding: 0 20px;
	width: 840px;
}
.p-content-career_counseling {
	margin-bottom: 104px;
}

@media screen and (max-width: 767px) {
.p-content-career_counseling {
	padding: 0;
	width: 92vw;

}
.p-content-career_counseling {
	margin-bottom: 17.066vw;
}
}

/* ---------------------------------------------
   HEADING
--------------------------------------------- */

.p-heading-content {
	position: relative;
	margin: 0 0 40px;
	padding: 0 0 24px;
	border-bottom: 3px solid var(--bg-blue);
}
.p-heading-content:after {
	content: "";
	width: 100px;
	height: 3px;
	background: var(--bg-blue-600);
	position: absolute;
	left: 0;
	bottom: -3px;
}

.p-heading-content h2 {
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 1.8;
}
.p-heading-content h2 strong {
	color: var(--text-blue);
}

.c-heding-sub {
	font-size: 3.0rem;
	font-weight: 700;
	line-height: 1.8;
}

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

.p-heading-content {
	position: relative;
	margin: 0 0 6.4vw;
	padding: 0 0 4.266vw;
}
.p-heading-content:after {
	width: 26.666vw;
}
.p-heading-content h2 {
	font-size: 5.866vw;
	line-height: 1.5;
}
.c-heding-sub {
	font-size: 4.8vw;
	line-height: 1.5;
}

}

/* ---------------------------------------------
   PARTS
--------------------------------------------- */

.c-txt-blue {
	color: var(--bg-blue-600);
    font-weight: 700;
}
.c-highlight {
	font-weight: 700;
	background: linear-gradient( transparent 60%, var(--marker-yellow) 0%);
}
.p-btn-cta {
	width: 100%;
	height: 60px;
	background: linear-gradient(180deg, #FD8331 0%, #FF6600 100%);
	border-radius: 8px;
}
.c-btn-cta {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	gap: 8px;
	font-size: 2.0rem;
	font-weight: 700;
	color: #ffffff;
}
.c-btn-cta:link {
	color: #ffffff;
}
.c-btn-cta span {
	padding: 6px 11px 8px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	color: var(--text-orange);
	background: #ffffff;
	border-radius: 4px;
}
.c-btn-cta:visited{ color: #ffffff; }

.p-counseling-cta {
	padding: 32px 80px;
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0px 3px 16px rgba(0,0,0,0.08);
}
.c-caption-cta {
	margin-bottom: 16px;
	text-align: center;
}
.p-counseling-cta .c-txt-small {
	margin-top: 12px;
	font-size: 1.2rem;
	line-height: 1.3;
}
.u-show-sp {
	display: none;
}
.u-hidden-sp  {
	display: block;
}

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

.c-btn-cta {
	gap: 2.133vw;
	font-size: 4.266vw;
}
.c-btn-cta span {
	padding: 1.866vw 1.333vw;
	font-size: 4vw;
}
.p-counseling-cta {
	padding: 6.4vw 5.333vw;
}
.c-caption-cta {
	font-size: 4vw;
	margin-bottom: 4.266vw;
}
.p-counseling-cta .c-txt-small {
	margin-top: 4.266vw;
	font-size: 3.2vw;
}
.u-show-sp {
	display: block;
}

.u-hidden-sp  {
	display: none;
}
}

/* ---------------------------------------------
   MV
--------------------------------------------- */

.p-mv_career_counseling {
	padding: 61px 0;
	width: 100%;
	height: 360px;
	background: url(../../images/career_counseling/img_mv_1920_pc.png) no-repeat center;
	background-size: auto 360px;
}
@media screen and (min-width: 1920px) {
.p-mv_career_counseling {
	background-size: cover;
}
}
.p-mv-inner {
	width: 1000px;
	margin: auto;
}
.c-heading-mv {
	margin-bottom: 20px;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.8;
}
.c-catch-mv {
	font-size: 1.6rem;
}
.c-catch-mv span {
	margin-right: 4px;
	padding: 2px 8px 4px;
	line-height: 1;
	border: 1px solid var(--bg-blue-600);
}
.c-btn-cta-mv {
	width: 426px;
}

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

.p-mv_career_counseling {
	padding: 34.133vw 0 0;
	width: 100%;
	height: auto;
	background: url(../../images/career_counseling/img_mv_sp.jpg) no-repeat top;
	background-size: auto 34.133vw;
}
.p-mv-inner {
	padding: 6.4vw 0 6.4vw;
	width: 92vw;
	margin: auto;
}
.c-heading-mv {
	margin-bottom: 5.333vw;
	font-size: 4.8vw;
	line-height: 1.5;
}
.c-catch-mv {
	margin-bottom: 2.133vw;
	font-size: 3.733vw;
}
.c-catch-mv span {
	margin-right: 4px;
	padding: 2px 8px 4px;
	line-height: 1;
	border: 1px solid var(--bg-blue-600);
}
.c-btn-cta-mv {
	width: 100%;
}
}


/* ---------------------------------------------
   満足度
--------------------------------------------- */

.p-content-satisfaction {
	position: relative;
	margin-bottom: 118px;
	padding-top: 32px;
	width: 100%;
	height: 163px;
}
.p-content-satisfaction:before {
	content: "";
	width: 100%;
	height: 100%;
	background: var(--bg-gray);
	position: absolute;
	top: 0;
	left: 0;
}
.p-content-satisfaction-inner {
	position: relative;
	margin: 0 auto 0;
	width: 900px;
	height: 169px;
	background: #ffffff;
	border-radius: 10px;
	padding: 0 32px;
	display: flex;
	gap: 34px;
	align-items: center;
	box-shadow: 0px 3px 16px rgba(0,0,0,0.08);
	z-index: 1;
}
.p-satisfaction-catch {
	width: 395px;
	flex-basis: 395px;
	flex-shrink: 0;
	text-align: center;
}
.p-satisfaction-catch .c-txt-small {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.3;
	color: #ababab;
}
.p-satisfaction-description {
	font-size: 1.6rem;
	line-height: 1.5;
}
.p-satisfaction-description .c-txt-small {
	display: none;
}

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

.p-content-satisfaction {
	position: relative;
	margin-bottom: 52.533vw;
	padding-top: 8.533vw;
	width: 100%;
	height: 45.066vw;
}
.p-content-satisfaction-inner {
	padding: 6.4vw 5.333vw;
	width: 92vw;
	height: auto;
	flex-flow: column;
	gap: 5.333vw;
	align-items: unset;
}
.p-satisfaction-catch {
	width: 100%;
	flex-basis: unset;flex-shrink: unset;
}
.p-satisfaction-catch figure {
	margin: 0;
}
.p-satisfaction-description {
	font-size: 3.733vw;
}
.p-satisfaction-catch .c-txt-small {
	display: none;
}
.p-satisfaction-description .c-txt-small {
	display: block;
	margin-top: 3.2vw;
	font-size: 3.2vw;
	font-weight: 500;
	line-height: 1.3;
	color: #ababab;
	text-align: center;
}
}

/* ---------------------------------------------
   悩み
--------------------------------------------- */

.p-worries-list {
	position: relative;
	margin: 0 auto 64px;
	padding: 32px 40px;
	background: var(--bg-gray);
	border-radius: 16px;
}
.p-worries-list:before {
	content: "";
	width: 273px;
	height: 263px;
	background: url(../../images/career_counseling/bg_worries_list.png);
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.p-worries-list-item {
	padding-left: 28px;
	font-size: 1.8rem;
	line-height: 1.5;
	background: url(../../images/career_counseling/icon_check_worries.png);
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-position: top 0.2em left 0;
}
.p-worries-list-item strong {
	font-weight: 700;
}
.p-worries-list-item:not(:nth-last-of-type(1)) {
	margin-bottom: 16px;
}
.p-worries-illust {
	width: 259px;
	position: absolute;
	top: 25px;
	right: -21px;
}
.p-worries-description {
	margin-bottom: 40px;
}
.p-worries-description p {
	font-size: 1.7rem;
	line-height: 1.8;
}
.p-worries-cta {
	padding: 24px;
	border-radius: 16px;
	background: var(--bg-gray);
}
.p-heading-worries-cta {
	margin-bottom: 24px;
	padding: 0 50px;
	background: url(../../images/career_counseling/illust_cta_solution.png) no-repeat;
	background-size: 119px auto;
	background-position: top 0 right 50px;
}
.p-worries-cta-inner {
	padding: 40px 40px 32px;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0px 3px 16px rgba(0,0,0,0.08);
}
.p-worries-cta-description {
	margin-bottom: 32px;
}
.p-worries-cta-txt {
	font-size: 1.7rem;
	line-height: 1.8;
}
.p-worries-cta-txt strong {
	color: var(--bg-blue-600);
	font-weight: 700;
}

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

.p-worries-list {
	margin: 0 auto 8.533vw;
	padding: 4.266vw 5.333vw 6.4vw;
}
.p-worries-list:before {
	content: "";
	width: 72.8vw;
	height: 85.066vw;
	background: url(../../images/career_counseling/bg_worries_list_sp.png);
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.p-worries-list-item {
	padding-left: 8.533vw;
	font-size: 4.266vw;
	line-height: 1.5;
	background: url(../../images/career_counseling/icon_check_worries.png);
	background-size:6.4vw 6.4vw;
	background-repeat: no-repeat;
	background-position: left center;
}
.p-worries-list-item:not(:nth-last-of-type(1)) {
	margin-bottom: 4.266vw;
}
.p-worries-illust {
	margin: 5.333vw auto 0;
	width: 54.133vw;
	position: relative;
	top: auto;
	right: auto;
}
.p-worries-description {
	margin-bottom: 10.666vw;
}
.p-worries-description p {
    font-size: 4.266vw;
}
.p-worries-cta {
	margin: 0 -5.333vw;
	padding: 24px;
	border-radius: 0;
}
.p-heading-worries-cta {
	margin-bottom: 6.4vw;
	padding: 2.666vw 4.266vw 0;
	background: url(../../images/career_counseling/illust_cta_solution.png) no-repeat;
	background-size: 22.933vw auto;
	background-position: bottom 0 right 4.266vw;
}
.p-worries-cta-inner {
	padding: 5.333vw;
}
.p-worries-cta-description {
	margin-bottom: 4.266vw;
}
.p-worries-cta-txt {
	font-size: 4.266vw;
}
}
/* ---------------------------------------------
   メリット
--------------------------------------------- */

.p-content-merit-description {
	padding: 40px;
	background: var(--bg-blue-100);
	border-radius: 16px;
}
.p-lead-merit {
	margin-bottom: 40px;
	font-size: 1.7rem;
	line-height: 1.8;
}
.p-merit-list-item {
	position: relative;
	padding: 40px;
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0px 3px 16px rgba(0,0,0,0.08);
}
.p-merit-list-item:not(:nth-last-of-type(1)) {
	margin-bottom: 56px;
}
.p-heading-merit {
	margin-bottom: 16px;
	padding-left: 20px;
	border-left: 4px solid var(--bg-blue-600);
}
.c-heading-merit {
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.8;
}
.p-merit-description {
	font-size: 1.7rem;
	line-height: 1.8;
}

.p-merit-list-item:before,
.p-merit-list-item:after {
	content: "";
	background-size: cover;
	position: absolute;
}
.p-merit-list-item:nth-of-type(1):before {
	width: 61px;
	height: 54px;
	background-image: url(../../images/career_counseling/img_merit_no_01.png);
	top: -28px;
	left: 40px;
}
.p-merit-list-item:nth-of-type(2):before {
	width: 85px;
	height: 44px;
	background-image: url(../../images/career_counseling/img_merit_no_02.png);
	top: -24px;
	left: 40px;
}
.p-merit-list-item:nth-of-type(3):before {
	width: 70px;
	height: 56px;
	background-image: url(../../images/career_counseling/img_merit_no_03.png);
	top: -28px;
	left: 40px;
}
.p-merit-list-item:nth-of-type(4):before {
	width: 72px;
	height: 56px;
	background-image: url(../../images/career_counseling/img_merit_no_04.png);
	top: -28px;
	left: 40px;
}
.p-merit-list-item:nth-of-type(1):after {
	width: 158px;
	height: 116px;
	background-image: url(../../images/career_counseling/illust_merit_01.png);
	top: 19px;
	right: 40px;
}
.p-merit-list-item:nth-of-type(2):after {
	width: 158px;
	height: 110px;
	background-image: url(../../images/career_counseling/illust_merit_02.png);
	top: 24px;
	right: 40px;
}
.p-merit-list-item:nth-of-type(3):after {
	width: 158px;
	height: 107px;
	background-image: url(../../images/career_counseling/illust_merit_03.png);
	top: 27px;
	right: 40px;
}
.p-merit-list-item:nth-of-type(4):after {
	width: 158px;
	height: 103px;
	background-image: url(../../images/career_counseling/illust_merit_04.png);
	top: 30px;
	right: 40px;
}

@media screen and (max-width: 767px) {
.p-content-merit-description {
	margin: 0 -5.333vw;
	padding: 6.4vw 5.333vw;
	background: var(--bg-blue-100);
	border-radius: 0;
}

.p-lead-merit {
	margin-bottom: 10.666vw;
	font-size: 4.266vw;
}
.p-merit-list-item {
	position: relative;
	padding: 17.066vw 6.4vw 6.4vw;
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0px 3px 16px rgba(0,0,0,0.08);
}
.p-merit-list-item:not(:nth-last-of-type(1)) {
	margin-bottom: 10.666vw;
}
.p-heading-merit {
	margin-bottom: 4.266vw;
	padding-left: 5.333vw;
}
.c-heading-merit {
	font-size: 5.333vw;
}
.p-merit-description {
	font-size: 1.7rem;
	line-height: 1.8;
}

.p-merit-list-item:nth-of-type(1):before {
	width: 18.133vw;
	height: 16vw;
	top: -6.9333vw;
	left: 6.4vw;
}
.p-merit-list-item:nth-of-type(2):before {
	width: 25.333vw;
	height: 13.066vw;
	top: -6.9333vw;
	left: 6.4vw;
}
.p-merit-list-item:nth-of-type(3):before {
	width: 20.8vw;
	height: 16.266vw;
	top: -6.9333vw;
	left: 6.4vw;
}
.p-merit-list-item:nth-of-type(4):before {
	width: 21.333vw;
	height: 17.6vw;
	top: -6.9333vw;
	left: 6.4vw;
}

.p-merit-list-item:nth-of-type(1):after {
	width: 35.8vw;
	height: 24vw;
	top: -8vw;
	right: 6.4vw;
}
.p-merit-list-item:nth-of-type(2):after {
	width: 32.8vw;
	height: 22.933vw;
	top: -8vw;
	right: 6.4vw;
}
.p-merit-list-item:nth-of-type(3):after {
	width: 32.8vw;
	height: 22.133vw;
	top: -8vw;
	right: 6.4vw;
}
.p-merit-list-item:nth-of-type(4):after {
	width: 32.8vw;
	height: 21.333vw;
	top: -8vw;
	right: 6.4vw;
}
}

/* ---------------------------------------------
   カウンセリング
--------------------------------------------- */

.p-content-mv-counseling {
	margin-bottom: 64px;
}
.p-counseling-list-items {
	margin-bottom: 56px;
}
.p-counseling-list-item {
	position: relative;
	padding-left: 154px;
}
.p-counseling-list-item:not(:nth-last-of-type(1)) {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 2px solid var(--bg-gray-200);
}
.p-counseling-list-item:before {
	content: "";
	width: 90px;
	height: 90px;
	background-size: cover;
	position: absolute;
	top: 10px;
	left: 24px;
}

.p-counseling-list-item:nth-of-type(1):before {
	background-image: url(../../images/career_counseling/icon_counseling_01.png);
}
.p-counseling-list-item:nth-of-type(2):before {
	background-image: url(../../images/career_counseling/icon_counseling_02.png);
}
.p-counseling-list-item:nth-of-type(3):before {
	background-image: url(../../images/career_counseling/icon_counseling_03.png);
}
.p-counseling-list-item:nth-of-type(4):before {
	background-image: url(../../images/career_counseling/icon_counseling_04.png);
}
.p-counseling-list-item:nth-of-type(5):before {
	background-image: url(../../images/career_counseling/icon_counseling_05.png);
}

.p-counseling-list-item h3 {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.8;
	color: var(--bg-blue-600);
}
.p-counseling-list-item p {
	font-size: 1.7rem;
	line-height: 2.0;
}

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

.p-content-mv-counseling {
	margin-bottom: 6.4vw;
}
.p-counseling-list-items {
	margin-bottom: 6.4vw;
}
.p-counseling-list-item {
	position: relative;
	padding-left: 0;
}
.p-counseling-list-item:not(:nth-last-of-type(1)) {
	margin-bottom: 6.4vw;
	padding-bottom: 6.4vw;
	border-bottom: 1px solid var(--bg-gray-200);
}
.p-counseling-list-item:nth-last-of-type(1) {
	margin-bottom: 8.533vw;
	padding-bottom: 6.4vw;
	border-bottom: 1px solid var(--bg-gray-200);
}
.p-counseling-list-item:before {
	width: 17.066vw;
	height: 17.066vw;
	top: 0;
	left: 0;
}
.p-counseling-list-item h3 {
	margin-bottom: 2.133vw;
	padding-left: 21.333vw;
	font-size: 5.333vw;
	height: 17.066vw;
	display: flex;
	align-items: center;
}
.p-counseling-list-item p {
	font-size: 4.266vw;
	line-height: 1.8;
}

}

/* ---------------------------------------------
   ながれ
--------------------------------------------- */

.p-content-flow-description {
	padding: 40px;
	background: var(--bg-gray);
	border-radius: 16px;
}
.p-flow-list-items {
	padding: 40px;
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0px 3px 16px rgba(0,0,0,0.08);
}
.p-flow-list-item {
	position: relative;
	padding-left: 130px;
}
.p-flow-list-item:not(:nth-last-of-type(1)) {
	padding-bottom: 48px;
}
.p-flow-list-item:before {
	content: "";
	width: 106px;
	height: 106px;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.p-flow-list-item:not(:nth-last-of-type(1)):after {
	content: "";
	width: 2px;
	height: 100%;
	background: url(../../images/career_counseling/img_step_line.png) repeat-y;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 53px;
	z-index: 0;
}
.p-flow-list-item:nth-of-type(1):before {
	background-image: url(../../images/career_counseling/icon_step_01.png);
}
.p-flow-list-item:nth-of-type(2):before {
	background-image: url(../../images/career_counseling/icon_step_02.png);
}
.p-flow-list-item:nth-of-type(3):before {
	background-image: url(../../images/career_counseling/icon_step_03.png);
}
.p-flow-list-item:nth-of-type(4):before {
	background-image: url(../../images/career_counseling/icon_step_04.png);
}

.p-flow-list-item h3 {
	margin-bottom: 8px;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.8;
}
.p-flow-list-item p {
	font-size: 1.7rem;
	line-height: 1.8;
}

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

.p-content-flow-description {
	margin: 0 -5.333vw;
	padding: 6.4vw 4vw;
	border-radius: 0;
}
.p-flow-list-items {
	padding: 6.4vw;
}
.p-flow-list-item {
	padding-left: 0;
}
.p-flow-list-item:not(:nth-last-of-type(1)) {
	padding-bottom: 10.666vw;
}
.p-flow-list-item:before {
	content: "";
	width: 17.066vw;
	height:17.066vw;
}
.p-flow-list-item h3 {
	margin-bottom: 2.133vw;
	padding-left: 20.266vw;
	min-height: 17.066vw;
	font-size: 4.8vw;
	line-height: 1.5;
	display: flex;
	align-items: center;
}
.p-flow-list-item p {
	font-size: 4.266vw;
	line-height: 1.8;
}
.p-flow-list-item:not(:nth-last-of-type(1)):after {
	content: none;
}


}


/* ---------------------------------------------
   よくある質問
--------------------------------------------- */

.p-faq-item {
	padding: 0 76px;
}
.p-faq-item:not(:nth-last-of-type(1)) {
	margin-bottom: 48px;
}
.p-faq-item-term {
	position: relative;
	margin-bottom: 16px;
	padding: 16px 24px 16px 60px;
	font-size: 1.6rem;
	line-height: 1.8;
	border-radius: 8px;
	background: url(../../images/career_counseling/icon_faq_q.png) no-repeat var(--bg-gray);
	background-size: 28px 23px;
	background-position: top 19px left 24px;
}
.p-faq-item-term:before {
	content: "";
	width: 56px;
	height: 56px;
	position: absolute;
	right: -76px;
	top: 0;
}
.p-faq-item:nth-of-type(odd) .p-faq-item-term:before {
	background: url(../../images/career_counseling/icon_faq_questioner_01.png);
	background-size: cover;
}
.p-faq-item:nth-of-type(even) .p-faq-item-term:before {
	background: url(../../images/career_counseling/icon_faq_questioner_02.png);
	background-size: cover;
}
.p-faq-item-term:after {
	content: "";
	width: 13px;
	height: 15px;
	background: url(../../images/career_counseling/icon_polygon_gray.png);
	background-size: cover;
	position: absolute;
	right: -13px;
	top: 50%;
	transform: translateY(-50%);
}
.p-faq-item-dexscription {
	position: relative;
	padding: 16px 24px 16px 60px;
	font-size: 1.7rem;
	line-height: 1.8;
	border-radius: 8px;
	background: url(../../images/career_counseling/icon_faq_a.png) no-repeat var(--bg-blue-100);
	background-size: 28px 23px;
	background-position: top 16px left 24px;
}
.p-faq-item-dexscription:before {
	content: "";
	width: 56px;
	height: 56px;
	background: url(../../images/career_counseling/icon_faq_adviser.png);
	background-size: cover;
	position: absolute;
	left: -72px;
	top: 0;
}
.p-faq-item-dexscription:after {
	content: "";
	width: 13px;
	height: 15px;
	background: url(../../images/career_counseling/icon_polygon_blue.png);
	background-size: cover;
	position: absolute;
	left: -13px;
	top: 24px;
}

@media screen and (max-width: 767px) {
.p-content-faq {
	margin-bottom:42.333vw
}
.p-faq-item {
	padding: 0;
}
.p-faq-item:not(:nth-last-of-type(1)) {
	margin-bottom: 14.933vw;
}
.p-faq-item-term {
	position: relative;
	margin-bottom: 29.066vw;
	padding: 4.266vw 4.266vw 4.266vw 13.866vw;
	font-size: 4.266vw;
	background-size: 7.466vw 6.133vw;
	background-position: top 4.266vw left 4.266vw;
}
.p-faq-item-dexscription {
	margin-bottom: 29.066vw;
	padding: 4.266vw 4.266vw 4.266vw 13.866vw;
	font-size: 4.266vw;
	background-size: 7.466vw 6.133vw;
	background-position: top 4.266vw left 4.266vw;
}

.p-faq-item-term:before {
	width: 19.2vw;
	height: 19.2vw;
	right: 0;
	left: 0;
	top: auto;
	bottom: -24.533vw;
	margin: auto;
}
.p-faq-item-term:after {
	width: 13px;
	height: 15px;
	right: 0;
	left: 0;
	top: auto;
	bottom: -13px;
	margin: auto;
	transform: translateY(0) rotate(90deg);
}
.p-faq-item-dexscription:before {
	width: 19.2vw;
	height: 19.2vw;
	right: 0;
	left: 0;
	top: auto;
	bottom: -24.533vw;
	margin: auto;
}
.p-faq-item-dexscription:after {
	width: 13px;
	height: 15px;
	right: 0;
	left: 0;
	top: auto;
	bottom: -13px;
	margin: auto;
	transform: translateY(0) rotate(-90deg);
}
}

/* ---------------------------------------------
   アドバイザーについて
--------------------------------------------- */

.p-about-adviser {
	position: relative;
	margin-bottom: 24px;
	padding: 24px;
	background: var(--bg-gray);
	border-radius: 16px;
	display: flex;
	justify-content: end;
}
.p-about-adviser:before {
	content: "";
	width: 262px;
	height: 109px;
	background: url(../../images/career_counseling/illust_about_adviser.png);
	background-size: cover;
	position: absolute;
	left: 70px;
	bottom: 0;
}
.p-btn-about-adviser {
	width: 406px;
	background: #ffffff;
	border: 1px solid var(--bg-blue-600);
	border-radius: 5px;
}
.c-btn-adviser {
	display: block;
	width: 100%;
	height: 100%;
	padding: 14.5px 0;
	text-align: center;
	background: url(../../images/career_counseling/icon_arrow_blue.png) no-repeat top 50% right 16px;
	background-size: 16px;
}
.c-btn-adviser:link,
.c-btn-adviser:visited {
	color: var(--bg-blue-600);
}


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


.p-about-adviser:before {
	content: none;
}
.p-about-adviser {
	margin-bottom: 4.266vw;
	padding: 5.333vw
}
.p-btn-about-adviser {
	width: 100%;
}
}
