body {
	color: #000;
	padding: 0;
	margin: 0;
	padding-top:0px;
	overflow-x: hidden;
	font-size: 16px;
}

@media screen and (max-width:767px) {
	body {
		padding-top: 0px;
	}
}

/*----------------------*/
/* PCのみ表示 */
.only-pc {
  display: block;
}

/* SPのみ表示 */
.only-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }

  .only-sp {
    display: block;
  }
}
/*----------------------*/


/*PC版CVボタンエフェクト*/
.w-btn-action {
	-webkit-transition: all .3s;
	transition: all .3s;
}

.w-btn-action:hover {
	color: #fff;
	opacity: 0.7;
}

@media screen and (max-width:767px) {
	.w-btn-action {
		display: none;
	}

	.w-sp-grid>a {
		display: block;
	}
}


/*SP版CVボタンエフェクト*/
@media screen and (max-width:767px) {

	.w-sp-btn-action {
		display: inline-block;
		transition: transform .15s ease, opacity .15s ease;
		-webkit-tap-highlight-color: transparent;
		touch-action: manipulation;
	}

	.w-sp-btn-action:active {
		transform: scale(1.05);
		opacity: 0.85;
	}
}

/*SP版「女性活躍推進を成功させる5つの視点」CVボタンエフェクト*/
@media screen and (max-width:767px) {

	.w-sp-cv-approach-btn-action {
		transition: transform .15s ease, opacity .15s ease;
		-webkit-tap-highlight-color: transparent;
		touch-action: manipulation;
	}

	.w-sp-cv-approach-btn-action:active {
		transform: scale(1.05);
		opacity: 0.85;
		background-color: #ffcf8d;
	}
}

/*白ヘッダー*/
.w-logo-header {
	width: 100%;
	background: #fff;
}

.w-logo-header__logo {
	padding: 10px 20px;
}

.w-logo-header__logo a {
	display: inline-block;
}

.w-logo-header__logo figure {
	margin: 0;
}

.w-logo-header__logo img {
	display: block;
	height: 50px;
	width: auto;
}

@media screen and (max-width:767px) {
	.w-logo-header__logo {
		padding: 0.7rem 1.5rem;
	}
	.w-logo-header__logo img {
		height: 3rem;
	}
}

/*オレンジヘッダー*/
.w-header {
	width: 100%;
	background: #f18d00;
}

.w-header.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

.w-header-inner {
	display: flex;
	width: 100%;
}

.w-header-item {
	width: calc(100% / 6);
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #fff;
	padding: 10px 6px;
	line-height: 1.3;
	text-align: center;
	min-height: 60px;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	font-size: clamp(9px, 1vw, 12px);
	white-space: nowrap;
}

.w-header-item:last-child {
	border-right: 0;
}

/* ヘッダ用ボタン */
.w-header-item a.w-header-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	color: #f18d00;
	border-radius: 50px;
	padding: 15px;
	max-width: 100%;
	font-size: clamp(8px, 0.9vw, 12px);
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	z-index: 0;
	border: 1px solid transparent;
	box-sizing: border-box;
}

.w-header-item a.w-header-btn span {
	margin-left: 4px;
	flex-shrink: 0;
}

@media screen and (max-width: 900px) {
	.w-header-item a.w-header-btn span {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.w-header {
		display: none;
	}
}


.w-header-item a.w-header-btn::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: #f18d00;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.5s ease;
	z-index: -1;
}

.w-header-item a.w-header-btn:hover {
	color: #fff;
	border: 1px solid #000;
}

.w-header-item a.w-header-btn:hover::before {
	transform: scaleX(1);
	transform-origin: left;
}


.w-sp-toc-grid-btn {
	padding: 1rem;
}

.w-sp-toc-grid-btn .w-sp-btn-header {
	color: #f18d00;
	background-color: #fff;
	border-radius: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 1rem;
	padding: 1rem 2rem;
	border: 1px solid transparent;
}

.w-sp-toc-grid-btn .w-sp-btn-header:active {
	background-color: #f18d00;
	color: #ffffff;
	border: 1px solid #000;
	border-radius: 50px;
}

.w-sp-toc-grid-btn .w-sp-btn-header span:first-child {
	text-align: center;
	width: 100%;
	font-weight: 600;
}



.w-sp-toc {
	display: none;
}

@media screen and (max-width: 767px) {
	body {
		min-width: 32rem;
		font-size: 1.4rem;
		line-height: 1.6;
	}

	.w-sp-only {
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box;
	}

	.w-subtitle-wrapper .w-icon-img,
	.w-subtitle-wrapper .w-icon-img-1 {
		display: none !important;
	}

	.w-title-box {
		margin-bottom: 2rem;
	}

	.w-sp-toc {
		display: block;
	}

	.w-sp-toc-grid {
		display: flex;
		flex-direction: column;
		gap: 0px;
		background-color: #f18d00;
	}

	.w-sp-toc-grid>a div {
		display: grid;
		grid-template-columns: 1fr 24px;
		align-items: center;
		padding: 1.2rem;
		border-bottom: 2px solid #FFF;
		color: #fff;
		font-weight: 700;
	}
	.w-sp-toc-grid>a div span:first-child {
		line-height: 1.5;
		text-align: center;
        width: 100%;
	}

}


.w-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	background: repeating-linear-gradient(-45deg,
			#f5f3ed 0px,
			#f5f3ed 8px,
			#ffffff 8px,
			#ffffff 10px);
}

.w-wrapper-inner {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}

@media screen and (max-width:767px) {
	.w-wrapper {
		background: none;
		background-color: #f5f3ed;
	}
}

.w-bg-white {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	background-color: #fff;
}

.w-section {
	margin: 0 auto;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 60px;
}

.w-KV {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	line-height: 0;
}

.w-KV img {
	width: 100%;
	height: auto;
	display: block;
}

.w-text {
	width: 100%;
	display: block;
	text-align: center;
	margin: 0 auto;
	line-height: 2.0;
	color: #000;
	margin-top: 30px;
	margin-bottom: 60px;
}

.w-sp-text {
	display: none;
}

@media screen and (max-width: 767px) {
	.w-text {
		display: none;
	}

	.w-sp-text {
		display: flex;
		flex-direction: column;
		text-align: left;
		line-height: 2.0;
		margin: 20px 0;
		padding: 2rem;
		font-size: 1.6rem;

	}
}

.w-text-accent {
	color: #f18d00;
	font-weight: 700;
}

.w-btn {
	position: relative;
	display: flex;
	align-items: center;
	width: 500px;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 700;
	border-radius: 50px;
	color: #fff;
	background-color: #f18d00;
	text-decoration: none;
}

.w-btn .w-btn-text {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.w-btn .w-btn-arrow {
	margin-left: auto;
}

@media screen and (max-width:767px) {
	.w-btn {
		width: 80%;
		padding: 1rem;
		font-size: 1.5rem;
	}

	.w-btn a {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;

	}
}


.w-align-right {
	display: block;
	text-align: right;
}

.w-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	max-width: 1200px;
	margin-top: 60px;
	margin-bottom: 60px;
	padding: 0 1px;

}

.w-grid a {
	border-left: dashed 1px #f18d00;
}

.w-grid a:last-child {
	border-right: dashed 1px #f18d00;
}

.w-sp-grid {
	display: none;
}

@media screen and (max-width: 767px) {
	.w-grid {
		display: none;
	}

	.w-sp-grid {
		display: block;
		margin-top: 60px;
	}

	.w-sp-grid>a img {
		display: block;
		border-top: 1px dashed #f18d00;
	}

	.w-sp-grid>a:last-child img {
		border-bottom: 1px dashed #f18d00;
	}
}

.w-sp-heading {
	display: none;
}

@media screen and (max-width: 767px) {
	.w-heading {
		display: none;
	}

	.w-sp-heading {
		display: block;
		margin: 0 auto;
	}

	.w-background-transparent {
		background-color: #f7f6f1;
	}

	.w-sp-heading-inner {
		display: grid;
		grid-template-columns: 2fr 8fr;
		padding: 10px;
	}

	.w-sp-heading-inner>img.w-sp-title-icon {
		width: 50px;
		justify-self: end;
		align-self: center;

	}

	.w-sp-heading-inner>h2.w-sp-title-walls {
		font-weight: 700;
		color: #f18d00;
		font-size: 2.0rem;
		white-space: nowrap;
		justify-self: start;
		text-align: left;
		align-self: center;
		margin-left: 10px;
	}

	.w-heading-text {
		text-align: left;
		margin: 2rem;
		margin-top: 0;
		font-size: 1.6rem;
	}
}

.w-heading-inner {
	display: grid;
	grid-template-columns: repeat(2, auto);
	justify-content: center;
	align-items: center;
	gap: 15px;
	padding-top: 60px;
	margin-bottom: 20px;
	color: #f18d00;
	font-weight: 700;
	font-size: 35px;

}

.w-heading-text {
	margin-top: 20px;
	margin-bottom: 20px;
}

.w-title-5 {
	color: #f18d00;
	font-size: 35px;
	font-weight: 700;
	text-align: left;
}
@media screen and (max-width: 767px) {
	.w-title-5 {
		font-size: 2.0rem;
	}
}

.w-shien-subtitle {
	margin-top: 20px;
}

.w-subtitle {
	color: #f18d00;
	font-size: 25px;
	font-weight: 700;
	align-items: center;
	position: relative;
	display: inline-block;
	padding-bottom: 8px;
}


.w-subtitle.sec1-h3 h3 {
  position: relative;
  padding-bottom: 23px;
}

@media screen and (max-width: 767px) {
	.w-subtitle.sec1-h3 h3 {
		padding-bottom: 1.5rem;
	}
}

.w-subtitle.sec1-h3 h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;

  width: 45%;
  height: 2px;
  background-color: #f28c00;
}

.w-subtitle.sec1-h3 h3::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;

  width: 45%;
  height: 2px;
  background-color: #f28c00;
}

.w-subtitle.sec1-h3 {
  background-image: linear-gradient(
    225deg,
    transparent 48%,
    #f28c00 49%,
    #f28c00 51%,
    transparent 52%
  );
  background-repeat: no-repeat;
  background-size: 80px 40px;
  background-position: center calc(100% - 2px);
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.w-subtitle.sec1-h3 {
		background-size: 5rem 2.7rem;
		background-position: center calc(100% - 2px);
		padding-bottom: 2.7rem;
	}
}


hr {
	border: none;
	height: 1px;
	background-color: #f18d00;
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.w-grid-2 {
	display: grid;
	grid-template-columns: repeat(2, 2fr);
	gap: 40px;
	max-width: 1100px;
	margin: 0 auto;
	margin-bottom: 60px;
	padding-top: 30px;
}

.w-sp-grid-2 {
	display: none;
}

@media screen and (max-width: 767px) {
	.w-grid-2 {
		display: none;
	}

	.w-sp-grid-2 {
		display: flex;
		flex-direction: column;
		margin: 50px 10px 0 10px;
	}

	.w-sp-grid-2 img {
		margin-bottom: 10px;
	}
}

.w-image-small {
	width: 33%;
	margin: 0 auto;
}

.w-sp-image-small {
	display: none;
}

@media screen and (max-width: 767px) {
	.w-image-small {
		display: none;
	}

	.w-sp-image-small {
		display: block;
		width: 90%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
}

.w-bg-highlight {
	display: block;
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
	padding-bottom: 40px;
}

.w-inner {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	padding: 0 4%;
	box-sizing: border-box;
	text-align: center;
}

/*なぜ今、女性活躍推進が重要なのか？*/
/* セクション：中央配置 */
.w-title-box {
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #f4a330;
}

.w-title-inner {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 150px 40px 30px;
	background-image: url("../img/RMS_illust_PC_B.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 500px auto;
}

@media screen and (max-width:767px) {
	.w-title-inner {
		margin-top: 0;
		padding: 7rem 2rem 2rem;
		background-size: 30rem auto;
		text-align: left;
	}
}

/* アイコン */
.w-title-icon {
	width: 40px;
	height: auto;
	flex-shrink: 0;
	margin-bottom: 0px;
	margin-right: 10px;
}

/* 見出しテキスト */
.w-title {
	font-size: 35px;
	line-height: 1.4;
	margin: 0;
	font-weight: 700;
	color: #f4a330;
}

@media screen and (max-width:767px) {
	.w-title-icon {
		width: 5rem;
		margin-right: 0.2rem;
	}
	.w-title {
		font-size: 2.0rem;
	}
}

.w-title-question {
	font-weight: 700;
	color: #f18d00;
	font-size: 25px;
	margin-bottom: 40px;
}

@media screen and (max-width:767px) {
	.w-bg-question {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.w-title-question {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100px;
		font-size: 2rem;
		margin-bottom: 0px;
	}
}

.w-important-main {
	line-height: 2.0;
	margin-top: 20px;
	margin-bottom: 40px;
}

.w-sp-important-main {
	display: none;
}

.w-important-main-img {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.w-sp-important-main-img {
	display: none;
}

@media screen and (max-width:767px) {
	.w-important-main {
		display: none;
	}

	.w-sp-important-main {
		display: block;
		text-align: left;
	}

	.w-important-main-img {
		display: none;
	}

	.w-sp-important-main-img {
		display: flex;
		flex-direction: column;
		margin: 10px;

	}

	.w-sp-important-main-img>img {
		margin-bottom: 20px;
	}

}

.w-5-contents {
	background-color: #fff;
	width: auto;
	max-width: 1200px;
	margin-top: 50px;
	margin-bottom: 100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 80px;
	padding-right: 0px;
	padding-left: 0px;
}

.w-sp-5-contents {
	display: none;
}

@media screen and (max-width:767px) {
	.w-5-contents {
		display: none;
	}

	.w-sp-5-contents {
		display: flex;
		flex-direction: column;
		background-color: #fff;
		/* width: 100%; */
		margin: 10px;
		padding: 10px;
	}

	.w-sp-subtitle-wrapper {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.w-sp-subtitle-wrapper-inner {
		display: flex;
		flex-direction: row;
		align-items: center;
		gap: 10px;
		margin: 0 auto;
	}

	.w-sp-subtitle-wrapper-inner>img {
		width: 5rem;
	}

	.w-sp-subtitle-wrapper-inner>h3 {
		margin: 0;
		font-size: 1.7rem;
		font-weight: 700;
		color: #f18d00;
	}

	.w-sp-subtitle-wrapper-img>img {
		margin: 0 auto;
	}
	.w-sp-subtitle-wrapper-img.illust01>img { width:30%; }
	.w-sp-subtitle-wrapper-img.illust02>img { width:50%; }
	.w-sp-subtitle-wrapper-img.illust03>img { width:50%; }
	.w-sp-subtitle-wrapper-img.illust04>img { width:50%; }
	.w-sp-subtitle-wrapper-img.illust05>img { width:40%; }


	.w-sp-subtitle-wrapper-inner-2 {
		font-size: 1.8rem;
		font-weight: 700;
		color: #f18d00;
		border-bottom: 1px solid #f18d00;
		width: 80%;
		margin: 0 auto;
		margin-bottom: 2rem;
		padding-bottom: 0.5rem;
	}
}

.w-bubble {
	position: relative;
	display: inline-block;
	width: 800px;
	margin-top: 30px;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
	padding: 16px 20px;
	background-color: #f18d00;
	border: 2px solid #f18d00;
	border-radius: 7px;
}

.w-bubble::after {
	content: "";
	position: absolute;
	bottom: -30px;
	margin-left: -5px;
	border-style: solid;
	border-width: 30px 0px 0 40px;
	left: 50%;
	border-color: #f18d00 transparent transparent transparent;
}

@media screen and (max-width:767px) {
	.w-sp-bubble {
		position: relative;
		width: 95%;
		background-color: #f4a330;
		margin: 0 auto;
		padding: 1.5rem;
		border-radius: 5px;

		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;

		min-height: 170px;
	}

	.w-sp-bubble::after {
		content: "";
		position: absolute;
		bottom: -29px;
		left: 50%;
		transform: translateX(-50%);

		border-style: solid;
		border-width: 30px 0 0 40px;
		border-color: #f4a330 transparent transparent transparent;
	}
}


.w-assignment {
	color: #f18d00;
	background-color: #fff;
	width: 300px;
	border-radius: 50px;
	margin: 20px auto;
	padding: 10px 5px;
	font-weight: 700;
}

.w-assignment-text {
	color: #fff;
	font-weight: 700;
	text-align: left;
	padding: 20px 40px;
}

.w-assignment-text p {
	margin-bottom: 10px;
}

.w-assignment-text p:last-of-type {
	margin-bottom: 0px;
}

@media screen and (max-width:767px) {
	.w-sp-assignment {
		background-color: #fff;
		width: 80%;
		margin: 0 auto;
		border-radius: 50px;
		padding: 10px;
		color: #f18d00;
		font-weight: 700;
	}

	.w-sp-assignment-text {
		text-align: left;
		margin: 10px;
		color: #fff;
		font-weight: 700;
	}
	.w-sp-assignment-text li {
		text-indent: -1em;
	}
}

.w-approach-wrapper {
	position: relative;
	margin-top: 30px;
}

.w-cultivating-awareness_speech_bubble-approach {
	position: relative;
	background-color: #fffef2;
	width: 80%;
	margin: 0 auto;
	height: auto;
	border: 1px solid #000;
	border-radius: 25px;
}

.w-subtitle-wrapper {
	display: flex;
	justify-content: center;
	gap: 20px;
	width: 100%;
	margin: 0 auto 30px;
	padding-bottom: 10px;
}

.w-subtitle-wrapper-inner {
	display: flex;
	gap: 20px;
	position: relative;
}

.w-subtitle-wrapper.is-even .w-subtitle-wrapper-inner {
	flex-direction: row-reverse;
}

.w-subtitle-wrapper.is-even .w-icon-1,
.w-subtitle-wrapper.is-even .w-subtitle-1 {
	order: initial;
}

.w-perspective-img {
	width: 140px;
	flex-shrink: 0;
}

.w-perspective-img img {
	width: 100%;
	height: auto;
	display: block;
}

.w-icon-img {
  position: absolute;
}

.w-icon-img img {
  width: 100%;
  height: auto;
  display: block;
}

.w-icon-img.illust01 {
  right: -150px;
  bottom: -10px;
  width: 100px;
}
.w-icon-img.illust02 {
  left: -180px;
  bottom: -10px;
  width: 200px;
}
.w-icon-img.illust03 {
  right: -10px;
  bottom: -10px;
  width: 200px;
}
.w-icon-img.illust04 {
  left: -180px;
  bottom: -10px;
  width: 200px;
}
.w-icon-img.illust05 {
  right: -250px;
  bottom: -10px;
  width: 170px;
}
.w-perspective-img-1 img {
	width: 70%;
	height: auto;
	display: block;
}

.w-perspective-img img {
	width: 70%;
	height: auto;
	display: block;
}

.w-icon-1 {
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	order: 1;
}

.w-icon {
	width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	order: 2;
}

.w-icon-1 img {
	width: 100%;
}

.w-icon img {
	width: 100%;
}

.w-subtitle-1 {
	color: #f18d00;
	font-size: 25px;
	font-weight: 700;
	margin: 0;
	line-height: 1.2;
	white-space: nowrap;
	flex-shrink: 0;
	order: 2;
}

.w-subtitle {
	color: #f18d00;
	font-size: 25px;
	font-weight: 700;
	margin: 0;
	line-height: 1.2;
	white-space: nowrap;
	flex-shrink: 0;
	order: 3;
}

@media screen and (max-width: 767px) {
	.w-subtitle {
		font-size: 1.8rem;
	}
}

.w-cultivating-awareness_speech_bubble-approach-inner {
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	position: relative;
}

.w-cultivating-awareness_speech_bubble-approach-inner-title {
	background: transparent;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	text-align: center;
	width: 33%;
	margin: 0;
	border-top: none;
	border-bottom: none;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

.w-cultivating-awareness_speech_bubble-approach-inner-title::before {
	content: "";
	position: absolute;
	top: calc(50% + 5px);
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: 12px;
	background: #fffef2;
	z-index: -1;
}

.w-cultivating-awareness_speech_bubble-approach-inner-title p {
	font-size: 20px;
	font-weight: 700;
}

.w-approach-list {
	border-top: none;
	padding-top: 20px;
	width: 100%;
	text-align: left;
	margin-bottom: 30px;
}

.w-approach-item {
	display: grid;
	grid-template-columns: auto auto 1fr;
	column-gap: 6px;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 20px;
	border-bottom: 1px solid gray;
	font-weight: 700;
	margin: 0 auto;
}

.w-approach-arrow {
	color: #f18d00;
	white-space: nowrap;
}

.w-approach-desc {
	word-break: break-word;
	font-weight: 500;
}

.w-approach-link {
	color: #f18d00;
	font-size: small;
}

@media screen and (max-width: 767px) {
	.w-approach-link {
		font-size: 1.2rem;
	}
}



/*女性活躍推進を成功させる5つの視点のボタン*/
.w-approach-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
	margin: 0 auto;
	align-items: start;
	width: 95%;
}

.w-cv-approach-btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 14px 18px;
	border: 1px solid #000;
	background: #fff;
	text-decoration: none;
	color: #000;
	font-weight: 700;
	border-radius: 50px;
	font-size: 14px;
	transition: color 0.5s ease;

	position: relative;
	overflow: hidden;
	z-index: 0;
}

.w-cv-approach-btn::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: #ffcf8d;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.5s ease;
	z-index: -1;
}

.w-cv-approach-btn:hover {
}

.w-cv-approach-btn:hover::before {
	transform: scaleX(1);
	transform-origin: left;
}

.w-cv-approach-btn-text {
	flex: 1;
	text-align: center;
    padding-left: 1em;
}

.w-cv-approach-btn-arrow {
	margin-left: 10px;
	flex-shrink: 0;
}

.w-text {
	flex: 1;
}

.w-arrow {
	margin-left: 10px;
	flex-shrink: 0;
}

.w-approach-grid a:last-child:nth-child(odd) {
	grid-column: 1 / -1;
	justify-self: center;
	width: calc((100% - 15px) / 2);
}


@media screen and (max-width: 767px) {
	.w-approach-grid {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width:767px) {
	.w-sp-approach-wrapper {
		margin: 60px 10px 10px 10px;
		position: relative;
	}

	.w-sp-approach-title-1 {
		background: transparent;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		width: 50%;
		margin: 0;
		border-top: none;
		border-bottom: none;
		border-right: 1px solid #000;
		border-left: 1px solid #000;
		font-weight: 700;
		z-index: 10;
	}

	.w-sp-approach-title-1::before {
		content: "";
		position: absolute;
		top: calc(50% + 5px);
		left: 0;
		transform: translateY(-50%);
		width: 100%;
		height: 12px;
		background: #fffef2;
		z-index: -1;
	}

	.w-sp-approach-bubble {
		position: relative;
		background-color: #fffef2;
		border-radius: 30px;
		padding: 30px;
		border: 1px solid #000;
		z-index: 1;
	}

	.w-sp-approach-bubble::before {
		content: "";
		position: absolute;
		top: -1px;
		left: 50%;
		transform: translateX(-50%);
		width: 33%;
		height: 12px;
		background: #fffef2;

		z-index: 2;
	}

	.w-sp-approach-list {
		display: flex;
		flex-direction: column;
	}

	.w-sp-approach-list-wrapper {
		border-bottom: 1px solid gray;
		text-align: left;
		padding-top: 1rem;
	}

	.w-sp-approach-grid {
		margin-top: 2.7rem;
	}

	.w-sp-approach-item {
		display: flex;
		flex-direction: column;
	}

	.w-sp-approach-title {
		font-weight: 700;
	}

	.w-sp-approach-item-text {
		display: flex;
		flex-direction: row;
	}

	.w-sp-approach-arrow {
		color: #f18d00;
		margin: 3px;
	}

	.w-sp-approach-desc {
		font-weight: 400;
		margin-bottom: 1rem;
	}

	.w-sp-cv-approach-grid {
		display: flex;
		flex-direction: column;
	}

	.w-sp-cv-approach-btn {
		background-color: #fff;
		border: 1px solid #000;
		padding: 10px;
		border-radius: 50px;
		font-weight: 700;
		margin: 1rem 0px;
		padding: 1rem;
		text-align: left;
	}

	.w-sp-cv-approach-btn a {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		text-decoration: none;
		color: inherit;
	}
	.w-sp-cv-approach-btn a span:first-child {
        text-align: center;
        width: 100%;

	}

}


.w-bg-question {
	background-color: white;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	padding-top: 40px;
	padding-bottom: 40px;

}

.w-bg-question-wrapper {
	max-width: 960px;
	margin: 0 auto;
	width: 100%;
}

.w-bg-question-q {
	background-color: #fffeed;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 700;
	padding: 20px;
	border-top: 1px solid #000;
	border-bottom: 1px dashed #000;
	border-right: none;
	border-left: none;
}

.w-question {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 20px;
}

.w-title-icon-q {
	background-color: #f18d00;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.w-bg-question-a {
	background-color: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	font-weight: 700;
	padding: 20px;
	border-top: none;
	border-bottom: none;
	border-right: none;
	border-left: none;
}

.w-answer {
	align-items: flex-start;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 20px;
	text-align: left;
}

.w-title-icon-a {
	background-color: #4ac1f1;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.w-answer ul,ol {
	padding-left: 2em;
}

@media screen and (max-width:767px) {
	.w-bg-question {
		background-color: white;
		width: 100vw;
		margin-left: calc(50% - 50vw);
		padding-top: 40px;
		padding-bottom: 40px;

	}

	.w-bg-question-wrapper {
		max-width: 1200px;
		margin: 0 auto;
		width: 100%;
	}

	.w-bg-question-q {
		background-color: #fffeed;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		font-weight: 700;
		padding: 20px;
		border-top: 1px solid #000;
		border-bottom: 1px dashed #000;
		border-right: none;
		border-left: none;
		text-align: left;
	}

	.w-question {
		margin-top: 0;
		margin-bottom: 0;
		margin-right: 0;
		margin-left: 20px;
	}

	.w-title-icon-q {
		background-color: #f18d00;
		color: #fff;
		width: 40px;
		height: 40px;
		border-radius: 5px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.w-bg-question-a {
		background-color: #fff;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		font-weight: 400;
		padding: 20px;
		border-top: none;
		border-bottom: none;
		border-right: none;
		border-left: none;
	}

	.w-answer {
		align-items: flex-start;
		font-weight: 400;
		margin-top: 0;
		margin-bottom: 0;
		margin-right: 0;
		margin-left: 20px;
		text-align: left;
	}

	.w-title-icon-a {
		background-color: #4ac1f1;
		color: #fff;
		width: 40px;
		height: 40px;
		border-radius: 5px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.w-answer ul,ol {
		padding-left: 1em;
	}

}

.w-last-bg {
	background-color: #f2f7fb;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	padding-top: 40px;
	padding-bottom: 40px;
	display: flex;
	flex-direction: column;
}

.w-sp-last-bg {
	display: none;
}

.w-last-bg p {
	margin-bottom: 20px;
}

@media screen and (max-width:767px) {
	.w-last-bg {
		display: none;
	}

	.w-sp-last-bg {
		background-color: #f2f7fb;
		width: 100vw;
		padding: 2rem;
		display: flex;
		flex-direction: column;
	}

	.w-sp-last-bg>p {
		margin-bottom: 10px;
	}

	.w-sp-last-btn {
		background-color: #5b94d2;
		width: 80%;
		margin: 0 auto;
		color: #fff;
		font-weight: 700;
		padding: 10px;
		border-radius: 50px;
	}
}

.w-last-btn {
	position: relative;
	display: flex;
	align-items: center;
	width: 500px;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 700;
	border-radius: 50px;
	color: #fff;
	background-color: #5b94d2;
	text-decoration: none;
	margin: 0 auto;
}

.w-last-btn .w-last-btn-text {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.w-last-btn .w-last-btn-arrow {
	margin-left: auto;
}