@charset "UTF-8";
/* =======================================================================
coaching
======================================================================= */
.w-100 {
	width: 100% !important;
}

.w-40 {
	width: 40% !important;
}
@media screen and (max-width: 767px) {
	.w-40 {
		width: 100% !important;
	}
}

.p-coaching-books-list-btns {
	display: grid;
	gap: 10px;
	align-self: end;
}
@media screen and (max-width: 767px) {
	.p-coaching-books-list-btns {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
}
@media screen and (max-width: 767px) {
	.p-coaching-books-list-btns > * {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
}

.p-coaching-books-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 1px #0f2350;
	gap: 10px;
	transition: 0.3s;
}
@media screen and (min-width: 768px) {
	.p-coaching-books-btn {
		width: 190px;
		height: 60px;
		border-radius: 60px;
		padding: 20px 20px;
	}
}
@media screen and (max-width: 767px) {
	.p-coaching-books-btn {
		height: 40px;
		border-radius: 40px;
		padding: 10px 20px;
	}
}
@media screen and (min-width: 1025px) {
	.p-coaching-books-btn .pict {
		width: 28px;
	}
}
@media screen and (max-width: 767px) {
	.p-coaching-books-btn .pict {
		width: 20px;
	}
}
.p-coaching-books-btn .txt {
	text-align: center;
}
@media screen and (min-width: 768px) {
	.p-coaching-books-btn .txt {
		font-size: 0.875rem;
	}
}
@media screen and (max-width: 767px) {
	.p-coaching-books-btn .txt {
		font-size: 1rem;
	}
}
.p-coaching-books-btn--reverse {
	background-color: #0f2350;
	color: #ffffff;
}
.p-coaching-books-btn--bg-wh {
	background-color: #ffffff;
}
.p-coaching-books-btn--bg-gd {
	background-image: linear-gradient(150deg, #e7f0ed 0%, #c8dde6 70%, #d5e0f9 100%);
}
.p-coaching-books-btn--bg-or {
	background-image: linear-gradient(90deg, #fdd55a 0%, #f39548 100%);
}
.p-coaching-books-btn--h-l {
	height: 60px;
	border-radius: 60px;
	padding: 10px 30px;
}
.p-coaching-books-btn--ta-c .txt {
	text-align: center;
}
@media screen and (min-width: 768px) {
	.p-coaching-books-btn--s {
		width: 180px;
		height: 24px;
		padding: 0 10px;
	}
}
.p-coaching-books-btn--s .txt {
	text-align: center;
}

a.p-coaching-books-btn:hover,
a:hover .p-coaching-books-btn {
	opacity: 0.7;
	text-decoration: none;
}

a.p-coaching-books-btn--bg-or:hover,
a:hover .p-coaching-books-btn--bg-or {
	opacity: 0.7;
	text-decoration: none;
}

.p-coaching-about-intro {
	border-radius: 13px;
}
@media screen and (min-width: 768px) {
	.p-coaching-about-intro {
		font-size: 1.375rem;
		background-color: #fff;
		padding: 0;
	}
}
@media screen and (max-width: 767px) {
	.p-coaching-about-intro {
		font-size: 1.125rem;
		background-color: #ebeffa;
		padding: 30px 9px;
	}
}
.p-coaching-about-intro .p-coaching-about-intro-title {
	background-color: #ef87b4;
	border-radius: 20px;
	padding: 5px 0;
	margin: 0 auto;
	max-width: 260px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.p-coaching-about-intro .p-coaching-about-intro-title {
		margin-top: -45px;
	}
}
.p-coaching-about-intro .p-coaching-about-intro-content {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
}
@media screen and (min-width: 768px) {
	.p-coaching-about-intro .p-coaching-about-intro-content {
		font-size: 1.375rem;
		gap: 14px;
	}
}
@media screen and (max-width: 767px) {
	.p-coaching-about-intro .p-coaching-about-intro-content {
		font-size: 1.125rem;
		gap: 10px;
	}
}
.p-coaching-about-intro .p-coaching-about-intro-content .p-coaching-about-intro-content-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@media screen and (min-width: 768px) {
	.p-coaching-about-intro .p-coaching-about-intro-content .p-coaching-about-intro-content-text {
		background-color: #ebeffa;
		border-radius: 20px;
		padding: 28px;
		max-width: 300px;
		width: 45%;
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	.p-coaching-about-intro .p-coaching-about-intro-content .p-coaching-about-intro-content-text {
		background-color: #fff;
		border-radius: 10px;
		padding: 15px;
		width: 40%;
		text-align: center;
	}
}
.p-coaching-about-intro .p-coaching-about-intro-content .p-coaching-about-intro-content-eq {
	margin-top: 10px;
}
@media screen and (min-width: 768px) {
	.p-coaching-about-intro .p-coaching-about-intro-content .p-coaching-about-intro-content-eq {
		max-width: 55px;
	}
}
@media screen and (max-width: 767px) {
	.p-coaching-about-intro .p-coaching-about-intro-content .p-coaching-about-intro-content-eq {
		max-width: 35px;
	}
}
.p-coaching-about-intro .p-coaching-about-intro-summary {
	text-align: center;
}

.p-coaching-about-detail {
	display: flex;
}
@media screen and (min-width: 768px) {
	.p-coaching-about-detail {
		flex-direction: row;
		gap: 50px;
	}
}
@media screen and (max-width: 767px) {
	.p-coaching-about-detail {
		flex-direction: column;
		gap: 30px;
	}
	.p-coaching-about-detail .p-coaching-about-detail-img {
		margin: 0 auto;
		max-width: 450px;
	}
}

.p-coaching-about-point {
	border: 5px solid #ebeffa;
	border-radius: 25px;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.p-coaching-about-point {
		font-size: 1.375rem;
		line-height: 1.5;
	}
}
@media screen and (max-width: 767px) {
	.p-coaching-about-point {
		font-size: 0.9375rem;
	}
}
.p-coaching-about-point .icon {
	border-radius: 42.5px;
	background-color: #ef87b4;
	width: 85px;
	height: 85px;
	margin: 0 auto;
	margin-bottom: 1.25rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 767px) {
	.p-coaching-about-point .icon {
		border-radius: 30px;
		width: 60px;
		height: 60px;
	}
}
.p-coaching-about-point .icon .ico-img {
	width: 60%;
	height: 60%;
}

.p-coaching-purpose {
	background-color: #0f2350;
}
@media screen and (min-width: 768px) {
	.p-coaching-purpose .p-coaching-purpose-h3 {
		font-size: 2.125rem;
	}
}
@media screen and (max-width: 767px) {
	.p-coaching-purpose .p-coaching-purpose-h3 {
		font-size: 1.25rem;
	}
}

.p-coaching-nav {
	display: grid;
}
@media screen and (min-width: 768px) {
	.p-coaching-nav {
		grid-template-columns: repeat(3, 1fr);
		gap: 30px;
	}
}
@media screen and (max-width: 767px) {
	.p-coaching-nav {
		grid-template-columns: repeat(auto-fit, minmax(66%, 1fr));
		gap: 15px;
	}
}
.p-coaching-nav__item {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 0px;
	border-radius: 10px;
	border: solid 1px #0f2350;
	background-color: #ffffff;
	overflow: hidden;
	opacity: 1;
	transition: 0.3s;
}
@media screen and (min-width: 768px) {
	.p-coaching-nav__item {
		align-items: center;
		min-height: 170px;
		padding: 22px;
	}
	.p-coaching-nav__item:last-child {
		min-height: 125px;
		grid-column: 1/4;
	}
}
@media screen and (max-width: 767px) {
	.p-coaching-nav__item {
		align-items: center;
		min-height: 85.5px;
		padding: 15px;
	}
}
.p-coaching-nav__item.index {
	background-color: #0f2350;
}
.p-coaching-nav__item.business {
	background-color: #50cba1;
	background-image: linear-gradient(167deg, #c8dde6 30%, #59a5bc 100%);
}
.p-coaching-nav__item.personal {
	background-color: #f5b95b;
	background-image: linear-gradient(167deg, #d5e0f9 30%, #92afdc 100%);
}
.p-coaching-nav__item.school {
	background-color: #0096e0;
	background-image: linear-gradient(167deg, #d6ceed 30%, #9b89c0 100%);
}
.p-coaching-nav__item.netherlands {
	background-color: #ffffff;
	border: #f59140 4px solid;
	color: #f59140;
}
.p-coaching-nav__item:hover {
	text-decoration: none;
	opacity: 0.7;
}

@media screen and (min-width: 768px) {
	.p-coaching-nav-ico {
		position: absolute;
		width: 90px;
		right: 20px;
		bottom: 20px;
	}
}
@media screen and (max-width: 767px) {
	.p-coaching-nav-ico {
		position: relative;
		z-index: 2;
		flex-shrink: 2;
		width: 55px;
		align-self: end;
		margin-right: 17px;
	}
}

.p-coaching-nav-arrow {
	position: relative;
	z-index: 1;
	flex-shrink: 0;
	border: solid 1px #fff;
}
@media screen and (min-width: 768px) {
	.p-coaching-nav-arrow {
		position: absolute;
		left: 25px;
		bottom: 25px;
	}
}
@media screen and (max-width: 767px) {
	.p-coaching-nav-arrow {
		position: relative;
	}
}
.p-coaching-nav-arrow.c-ico02 {
	border: solid 1px #ffffff;
}
.p-coaching-nav-arrow.c-ico02:before {
	background-image: url("../images/common/ico_arrow-wh.svg");
}
.p-coaching-nav-arrow.netherlands.c-ico02 {
	border: solid 1px #f59140;
	left: initial;
	bottom: initial;
}
.p-coaching-nav-arrow.netherlands.c-ico02:before {
	background-image: url("../images/coaching/ico_arrow-og.svg");
}

.p-coaching-nav-title {
	position: relative;
	z-index: 1;
	flex-grow: 2;
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.05em;
	font-weight: 400;
	line-height: 1.2;
	transition: 0.3s;
	letter-spacing: 0.2rem;
}
@media screen and (min-width: 768px) {
	.p-coaching-nav-title {
		margin-top: -70px;
		font-size: 1.25rem;
		font-weight: bold;
	}
	.p-coaching-nav-title .category {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 767px) {
	.p-coaching-nav-title {
		font-size: 0.9375rem;
		font-weight: bold;
	}
	.p-coaching-nav-title .category {
		font-size: 1.0625rem;
	}
}
@media screen and (min-width: 768px) {
	.p-coaching-nav-title.netherlands {
		margin-top: initial;
		font-size: 1.5rem;
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	.p-coaching-nav-title.netherlands {
		font-size: 0.9375rem;
	}
}
.p-coaching-nav__item.index .p-coaching-nav-title {
	color: #ffffff;
}
.p-coaching-nav__item.index:hover .p-coaching-nav-title {
	color: #0f2350;
}

.p-coaching-changing-h3 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	line-height: 1;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.p-coaching-changing-h3 {
		font-size: 1.75rem;
	}
}
@media screen and (max-width: 767px) {
	.p-coaching-changing-h3 {
		font-size: 1.25rem;
	}
}
.p-coaching-changing-h3::before, .p-coaching-changing-h3::after {
	content: "";
	background-color: #0096e0;
}
@media screen and (min-width: 768px) {
	.p-coaching-changing-h3::before, .p-coaching-changing-h3::after {
		width: 2px;
		height: 55px;
	}
}
@media screen and (max-width: 767px) {
	.p-coaching-changing-h3::before, .p-coaching-changing-h3::after {
		width: 1px;
		height: 30px;
	}
}
@media screen and (min-width: 768px) {
	.p-coaching-changing-h3::before {
		margin-right: 2.25rem;
		transform: rotate(-35deg) translateY(18px);
	}
}
@media screen and (max-width: 767px) {
	.p-coaching-changing-h3::before {
		margin-right: 1.25rem;
		transform: rotate(-35deg) translateY(20px);
	}
}
@media screen and (min-width: 768px) {
	.p-coaching-changing-h3::after {
		margin-left: 2.5rem;
		transform: rotate(35deg) translateY(18px);
	}
}
@media screen and (max-width: 767px) {
	.p-coaching-changing-h3::after {
		margin-left: 1.25rem;
		transform: rotate(35deg) translateY(20px);
	}
}

.p-coaching-changing-list {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
	.p-coaching-changing-list {
		gap: 1rem;
	}
}
@media screen and (max-width: 767px) {
	.p-coaching-changing-list {
		gap: 0.5rem;
	}
}
.p-coaching-changing-list .p-coaching-changing-list-item {
	display: flex;
	align-items: center;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.p-coaching-changing-list .p-coaching-changing-list-item {
		flex-direction: row;
		font-size: 1.25rem;
		padding: 23px 23px 23px 27px;
		border-radius: 40px;
	}
}
@media screen and (max-width: 767px) {
	.p-coaching-changing-list .p-coaching-changing-list-item {
		flex-direction: column;
		font-size: 0.875rem;
		padding: 15px;
		border-radius: 20px;
	}
}
.p-coaching-changing-list .p-coaching-changing-list-item.before {
	background-color: #ebeffa;
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.05em;
	font-weight: 400;
	width: 45%;
}
.p-coaching-changing-list .p-coaching-changing-list-item.after {
	background-color: #ef87b4;
	width: 50%;
}
.p-coaching-changing-list .p-coaching-changing-list-item__arrow {
	max-width: 34px;
}
@media screen and (min-width: 768px) {
	.p-coaching-changing-list .p-coaching-changing-list-item .ico {
		width: 35px;
		height: 35px;
	}
}
@media screen and (max-width: 767px) {
	.p-coaching-changing-list .p-coaching-changing-list-item .ico {
		width: 23.5px;
		height: 23.5px;
		margin-bottom: 11px;
	}
}
.p-coaching-changing-list .p-coaching-changing-list-item .text {
	flex-grow: 3;
}

.p-coaching-changing-summary {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
}
.p-coaching-changing-summary .p-coaching-changing-summary-title {
	color: #ef87b4;
}
@media screen and (min-width: 768px) {
	.p-coaching-changing-summary .p-coaching-changing-summary-title {
		font-size: 1.5rem;
		line-height: 1.75;
	}
}
@media screen and (max-width: 767px) {
	.p-coaching-changing-summary .p-coaching-changing-summary-title {
		font-size: 1.0625rem;
	}
}
.p-coaching-changing-summary .p-coaching-changing-summary-list {
	display: flex;
	align-items: center;
}
@media screen and (min-width: 768px) {
	.p-coaching-changing-summary .p-coaching-changing-summary-list {
		flex-direction: row;
		justify-content: flex-end;
		margin-right: 180px;
	}
}
@media screen and (max-width: 767px) {
	.p-coaching-changing-summary .p-coaching-changing-summary-list {
		flex-direction: column;
		justify-content: center;
		margin-right: 0;
	}
}
.p-coaching-changing-summary .p-coaching-changing-summary-list-item.blue {
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.05em;
	font-weight: 400;
	background-color: #ebeffa;
}
.p-coaching-changing-summary .p-coaching-changing-summary-list-item.pink {
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	background-color: #ef87b4;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.p-coaching-changing-summary .p-coaching-changing-summary-list-item {
		font-size: 1.25rem;
		padding: 20px;
		border-radius: 20px;
	}
}
@media screen and (max-width: 767px) {
	.p-coaching-changing-summary .p-coaching-changing-summary-list-item {
		font-size: 0.9375rem;
		font-weight: bold;
		padding: 20px;
		border-radius: 7.5px;
	}
}
@media screen and (min-width: 768px) {
	.p-coaching-changing-summary .p-coaching-changing-summary-list-item-arrow {
		margin: 0 0.5rem 0 0.5rem;
	}
}
@media screen and (max-width: 767px) {
	.p-coaching-changing-summary .p-coaching-changing-summary-list-item-arrow {
		width: 20px;
		margin: 0.5rem 0 0.5rem 0;
	}
}
.p-coaching-changing-summary .p-coaching-changing-summary-message {
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.05em;
	font-weight: 400;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.p-coaching-changing-summary .p-coaching-changing-summary-message {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 767px) {
	.p-coaching-changing-summary .p-coaching-changing-summary-message {
		font-size: 0.9375rem;
	}
}
@media screen and (min-width: 768px) {
	.p-coaching-changing-summary .p-coaching-changing-summary-message2 {
		font-size: 1.25rem;
	}
}
@media screen and (max-width: 767px) {
	.p-coaching-changing-summary .p-coaching-changing-summary-message2 {
		font-size: 0.8125rem;
	}
}
.p-coaching-changing-summary .p-coaching-changing-summary-img {
	max-width: 180px;
}
@media screen and (min-width: 768px) {
	.p-coaching-changing-summary .p-coaching-changing-summary-img {
		position: absolute;
		right: 3%;
		top: 75%;
	}
}
@media screen and (max-width: 767px) {
	.p-coaching-changing-summary .p-coaching-changing-summary-img {
		position: relative;
		margin: 0 auto;
	}
}

.p-coaching-dutchstyle {
	background-image: linear-gradient(180deg, #fad3b3 0%, #feefc1 100%);
}
.p-coaching-dutchstyle#netherlands::before {
	display: inline-block;
	height: 200px;
	margin-top: -200px;
	vertical-align: top;
	content: "";
}
.p-coaching-dutchstyle .p-coaching-dutchstyle-h3 {
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.05em;
	font-weight: 400;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.p-coaching-dutchstyle .p-coaching-dutchstyle-h3 {
		font-size: 2.375rem;
	}
}
@media screen and (max-width: 767px) {
	.p-coaching-dutchstyle .p-coaching-dutchstyle-h3 {
		font-size: 1.25rem;
	}
}
.p-coaching-dutchstyle .p-coaching-dutchstyle-inner {
	background-color: #fff;
}
@media screen and (min-width: 768px) {
	.p-coaching-dutchstyle .p-coaching-dutchstyle-inner {
		border-radius: 15px;
		padding: 7% 10%;
	}
}
@media screen and (max-width: 767px) {
	.p-coaching-dutchstyle .p-coaching-dutchstyle-inner {
		border-radius: 10px;
		padding: 31px 13px;
	}
}
.p-coaching-dutchstyle .p-coaching-dutchstyle-inner .p-coaching-dutchstyle-h4 {
	color: #f59140;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.p-coaching-dutchstyle .p-coaching-dutchstyle-inner .p-coaching-dutchstyle-h4 {
		font-size: 1.5rem;
		line-height: 2;
	}
}
@media screen and (max-width: 767px) {
	.p-coaching-dutchstyle .p-coaching-dutchstyle-inner .p-coaching-dutchstyle-h4 {
		font-size: 1rem;
		line-height: 1.5;
	}
}
@media screen and (min-width: 768px) {
	.p-coaching-dutchstyle .p-coaching-dutchstyle-inner .p-coaching-dutchstyle-intro {
		font-size: 1rem;
		line-height: 2;
		padding: 0;
	}
}
@media screen and (max-width: 767px) {
	.p-coaching-dutchstyle .p-coaching-dutchstyle-inner .p-coaching-dutchstyle-intro {
		font-size: 0.8125rem;
		line-height: 1.75;
		padding: 0 26px;
	}
}
.p-coaching-dutchstyle .p-coaching-dutchstyle-inner .p-coaching-dutchstyle-flow {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@media screen and (min-width: 768px) {
	.p-coaching-dutchstyle .p-coaching-dutchstyle-inner .p-coaching-dutchstyle-flow {
		padding: 0;
	}
}
@media screen and (max-width: 767px) {
	.p-coaching-dutchstyle .p-coaching-dutchstyle-inner .p-coaching-dutchstyle-flow {
		padding: 0 26px;
	}
}
.p-coaching-dutchstyle .p-coaching-dutchstyle-inner .p-coaching-dutchstyle-flow .p-coaching-dutchstyle-flow-item {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background-color: #ebeffa;
	text-align: center;
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.05em;
	font-weight: 400;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.p-coaching-dutchstyle .p-coaching-dutchstyle-inner .p-coaching-dutchstyle-flow .p-coaching-dutchstyle-flow-item {
		font-size: 1.375rem;
		border-radius: 20px;
		padding: 15px;
		min-height: 88px;
		margin-top: 50px;
	}
}
@media screen and (max-width: 767px) {
	.p-coaching-dutchstyle .p-coaching-dutchstyle-inner .p-coaching-dutchstyle-flow .p-coaching-dutchstyle-flow-item {
		font-size: 0.9375rem;
		border-radius: 15px;
		padding: 12px;
		min-height: 58px;
		margin-top: 32.5px;
	}
}
.p-coaching-dutchstyle .p-coaching-dutchstyle-inner .p-coaching-dutchstyle-flow .p-coaching-dutchstyle-flow-item.normal {
	border: 2px solid #0e2350;
}
.p-coaching-dutchstyle .p-coaching-dutchstyle-inner .p-coaching-dutchstyle-flow .p-coaching-dutchstyle-flow-item.orange {
	background-image: linear-gradient(145deg, #fed55a 0%, #f69a44 100%);
}
.p-coaching-dutchstyle .p-coaching-dutchstyle-inner .p-coaching-dutchstyle-flow .p-coaching-dutchstyle-flow-item .text {
	position: relative;
}
.p-coaching-dutchstyle .p-coaching-dutchstyle-inner .p-coaching-dutchstyle-flow .p-coaching-dutchstyle-flow-item:nth-of-type(1) .ico {
	position: absolute;
	width: 30px;
	height: 30px;
	bottom: -42px;
}
@media screen and (max-width: 767px) {
	.p-coaching-dutchstyle .p-coaching-dutchstyle-inner .p-coaching-dutchstyle-flow .p-coaching-dutchstyle-flow-item:nth-of-type(1) .ico {
		width: 20px;
		height: 20px;
		bottom: -28px;
	}
}
.p-coaching-dutchstyle .p-coaching-dutchstyle-inner .p-coaching-dutchstyle-flow .p-coaching-dutchstyle-flow-item:nth-of-type(2) .ico {
	position: absolute;
	width: 33px;
	height: 21px;
	bottom: -21px;
}
@media screen and (max-width: 767px) {
	.p-coaching-dutchstyle .p-coaching-dutchstyle-inner .p-coaching-dutchstyle-flow .p-coaching-dutchstyle-flow-item:nth-of-type(2) .ico {
		width: 28px;
		height: 16px;
		bottom: -16px;
	}
}
.p-coaching-dutchstyle .p-coaching-dutchstyle-inner .p-coaching-dutchstyle-image {
	margin: 0 auto;
	margin-top: 60px;
	max-width: 603px;
}
.p-coaching-dutchstyle .p-coaching-dutchstyle-inner .p-coaching-dutchstyle-summary {
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.p-coaching-dutchstyle .p-coaching-dutchstyle-inner .p-coaching-dutchstyle-summary {
		font-size: 1rem;
		line-height: 2.5;
	}
}
@media screen and (max-width: 767px) {
	.p-coaching-dutchstyle .p-coaching-dutchstyle-inner .p-coaching-dutchstyle-summary {
		font-size: 0.8125rem;
		line-height: 1.75;
	}
}

.p-coaching-dutchstyle-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	border: #0e2350 1px solid;
	transition: opacity 0.3s;
}
.p-coaching-dutchstyle-btn:hover {
	opacity: 0.7;
	text-decoration: none;
}
@media screen and (min-width: 768px) {
	.p-coaching-dutchstyle-btn {
		width: fit-content;
		margin-top: 40px;
		min-height: 80px;
		min-width: 400px;
		border-radius: 80px;
		padding: 10px 24px;
	}
}
@media screen and (max-width: 767px) {
	.p-coaching-dutchstyle-btn {
		margin-top: 25px;
		min-height: 50px;
		max-width: 253px;
		border-radius: 50px;
		padding: 5px 12px 5px 25px;
	}
}
.p-coaching-dutchstyle-btn .txt {
	flex: 1 1 0;
}
@media screen and (min-width: 768px) {
	.p-coaching-dutchstyle-btn .txt {
		font-size: 1rem;
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	.p-coaching-dutchstyle-btn .txt {
		font-size: 0.8125rem;
		text-align: left;
	}
}

/* 下層ページ設定 */
.p-coaching-lower {
	background-image: linear-gradient(150deg, #eaeff9 0%, #d5e0f9 100%);
	position: relative;
}
.p-coaching-lower.personal {
	background-image: linear-gradient(150deg, #eaeff9 0%, #d5e0f9 100%);
}
.p-coaching-lower.business {
	background-image: linear-gradient(150deg, #e4edf1 0%, #c9dee6 100%);
}
.p-coaching-lower.school {
	background-image: linear-gradient(150deg, #ebe7f3 0%, #d6ceed 100%);
}
@media screen and (min-width: 768px) {
	.p-coaching-lower {
		margin-top: 60px;
	}
}
@media screen and (max-width: 767px) {
	.p-coaching-lower {
		margin-top: 30px;
	}
	.p-coaching-lower.personal {
		margin-top: 145px;
	}
}
.p-coaching-lower .p-coaching-lower-mark {
	background-color: #a3b8e0;
	margin: 0 auto;
}
.p-coaching-lower .p-coaching-lower-mark.personal {
	background-color: #a3b8e0;
}
.p-coaching-lower .p-coaching-lower-mark.business {
	background-color: #82b6c8;
}
.p-coaching-lower .p-coaching-lower-mark.school {
	background-color: #aa98c8;
}
@media screen and (min-width: 768px) {
	.p-coaching-lower .p-coaching-lower-mark {
		position: relative;
		width: 200px;
		height: auto;
		padding: 15px 50px;
	}
}
@media screen and (max-width: 767px) {
	.p-coaching-lower .p-coaching-lower-mark {
		position: relative;
		width: 110px;
		height: 86.5px;
		padding: 8px 20px;
	}
	.p-coaching-lower .p-coaching-lower-mark.personal {
		position: absolute;
		top: -110.5px;
		left: 50%;
		transform: translateX(-50%);
		width: 110px;
		height: 86.5px;
		padding: 8px 20px;
	}
}

.p-coaching-lower-h3 {
	font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.05em;
	font-weight: 400;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.p-coaching-lower-h3 {
		font-size: 2.125rem;
		margin-top: 60px;
	}
}
@media screen and (max-width: 767px) {
	.p-coaching-lower-h3 {
		font-size: 1.25rem;
		margin-top: 28px;
		padding-top: 12px;
	}
	.p-coaching-lower-h3.personal {
		margin-top: 0;
	}
}

.p-coaching-voice-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	border: #0e2350 1px solid;
	transition: opacity 0.3s;
}
.p-coaching-voice-btn:hover {
	opacity: 0.7;
	text-decoration: none;
}
@media screen and (min-width: 768px) {
	.p-coaching-voice-btn {
		width: fit-content;
		margin-top: 40px;
		min-height: 80px;
		min-width: 400px;
		border-radius: 80px;
		padding: 10px 24px;
	}
}
@media screen and (max-width: 767px) {
	.p-coaching-voice-btn {
		margin-top: 25px;
		min-height: 50px;
		max-width: 253px;
		border-radius: 50px;
		padding: 5px 12px 5px 25px;
	}
}
.p-coaching-voice-btn .txt {
	flex: 1 1 0;
}
@media screen and (min-width: 768px) {
	.p-coaching-voice-btn .txt {
		font-size: 1rem;
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	.p-coaching-voice-btn .txt {
		font-size: 0.8125rem;
		text-align: left;
	}
}