.page-title--message {
	margin-bottom: 1.6rem;
}

.message-top {
	margin-bottom: 4rem;
	position: relative;
}

.message-top::before {
	content: "";
	background: url("../images/about/bg_message.jpg") no-repeat center/cover;
	border-radius: 4rem;
	display: block;
	min-height: 26.3rem;
	height: 70.133vw;
	margin-bottom: 1.6rem;
}

.message-top__info {
	text-align: center;
}

.message-top__info .ttl {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	font-weight: 500;
	margin-bottom: 1.6rem;
}

.message-top__info .ttl::before,
.message-top__info .ttl::after {
	content: "";
	background-color: #71c3c0;
	border-radius: 50%;
	flex-shrink: 0;
	height: .8rem;
	width: .8rem;
}

.message-top__info .ttl::before {
	margin-right: .8rem;
}

.message-top__info .ttl::after {
	margin-left: .8rem;
}

.message-top__info .pos {
	color: #e76770;
	font-size: 1.4rem;
	font-weight: 500;
	margin-bottom: .4rem;
}

.message-top__info .name {
	font-size: 2rem;
	font-weight: 400;
}

.message-txt {
	line-height: 1.75;
	margin: 0 auto;
	max-width: 86.4rem;
	width: 100%;
}

.message-txt p:not(:last-child) {
	margin-bottom: 3rem;
}

.p-feature__ttl {
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: .09em;
	margin-bottom: 2.4rem;
}

.p-feature__txt {
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: .1em;
	margin-bottom: 1.6rem;
}

.p-feature__btn {
	margin-top: 4rem;
}

.p-feature .hline01-ttl {
	margin-bottom: 2.4rem;
}

.p-data {
	margin-bottom: 4rem;
	padding-bottom: 2.4rem;
	position: relative;
	z-index: 1;
}

.p-data::before {
	content: "";
	background-color: #fdf4f4;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 19.2rem;
	z-index: -1;
}

.p-data__list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 -0.35rem 4rem;
}

.p-data__list li {
	flex: 50%;
	max-width: 50%;
	padding: 0 .35rem;
	margin-bottom: .7rem;
}

.p-data__list li img {
	border-radius: 1.6rem;
}

.p-graph__item {
	background-color: #fff;
	box-shadow: .2rem .2rem .8rem rgba(209,209,209,.5);
	padding: 1.6rem 1.5rem;
	text-align: center;
}

.p-graph__item.nobg {
	box-shadow: none;
	line-height: 1.8;
	padding: 0;
	text-align: left;
}

.p-graph__item__ttl {
	background: url("../images/common/icon_title.svg") no-repeat center bottom/auto .5rem;
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: .1em;
	margin-bottom: 1.6rem;
	padding-bottom: 1.1rem;
	text-align: center;
}

.p-graph .other-ttl {
	color: #e76770;
	font-size: 1.8rem;
	letter-spacing: .1em;
}

.p-company {
	margin-bottom: 4rem;
}

.p-company:last-child {
	margin-bottom: 0;
}

.company-list {
	-moz-columns: 2;
	columns: 2;
	max-width: 26.5rem;
	width: 100%;
}

.p-gallery {
	display: flex;
	flex-wrap: wrap;
	margin-top: 4rem;
}

.p-gallery__item {
	flex: 0 50%;
}

.p-gallery__item:last-child {
	flex: 0 100%;
}

.p-gallery__item img {
	width: 100%;
}

.p-group__txt {
	font-size: 2rem;
	line-height: 1.75;
	letter-spacing: .1em;
	margin-bottom: 1.6rem;
	text-align: center;
}

.p-info {
	margin-bottom: 4rem;
	padding: 2.4rem 0;
	position: relative;
	z-index: 10;
}

.p-info::before {
	content: "";
	background-color: #fdf4f4;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: -1;
}

.p-info__box {
	background-color: #fff;
	border-radius: .8rem;
	margin-bottom: 1.6rem;
	padding: 2.4rem;
}

.p-info__box:last-child {
	margin-bottom: 0;
}

.p-info__box:last-child:first-child {
	height: 100%;
}

.p-info__box__ttl {
	color: #e76770;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: .1em;
	margin-bottom: 2.4rem;
	text-align: center;
}

.p-info__box__list li {
	margin-bottom: .8rem;
}

.p-info__box__list li:last-child {
	margin-bottom: 0;
}

.p-info__box__list li img {
	box-shadow: 0 0 .6rem rgba(209,209,209,.5);
}

.group-article {
	margin-bottom: 4rem;
}

.group-article:last-child {
	margin-bottom: 0;
}

.group-list {
	margin-top: 2.4rem;
}

.group-list>li .btn {
	max-width: 20rem;
	margin: 0 auto;
}

.group-list__img {
	background-color: #fff;
	box-shadow: .2rem .2rem .6rem rgba(209,209,209,.5);
	margin: 0 auto 2.4rem;
	width: 30.4rem;
}

.group-list__ttl {
	color: #e76770;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: .1em;
	margin-bottom: .8rem;
}

.group-list__txt {
	margin-bottom: 1.6rem;
}

@media (min-width: 768px) {

.page-title--message {
	margin-bottom: 2.4rem;
}

.message-top {
	max-width: 131.8rem;
	margin: 0 auto 8rem;
}

.message-top {
	background: url("../images/about/bg_message.jpg") no-repeat center/cover;
	border-radius: 4rem;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	height: 55.2rem;
}

.message-top .container {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.message-top::before {
	display: none;
}

.message-top__info {
	background-color: #fff;
	border-radius: 2.4rem 2.4rem 0 0;
	padding: 2.4rem 2.4rem 3.5rem;
	text-align: left;
	width: 33.6rem;
}

.message-top__info .ttl {
	justify-content: flex-start;
	margin-bottom: 2.4rem;
}

.p-feature__ttl {
	font-size: 4rem;
	letter-spacing: .1em;
	margin-bottom: 4rem;
}

.p-feature__txt {
	margin-left: 8.8rem;
	margin-bottom: 4rem;
	max-width: 86.4rem;
}

.p-feature__btn {
	margin-top: 8rem;
}

.p-data {
	margin-bottom: 8rem;
	padding-bottom: 4.3rem;
}

.p-data::before {
	border-radius: 6rem;
	left: 2.4rem;
	right: 2.4rem;
	top: 12.6rem;
}

.p-data__list {
	flex-wrap: nowrap;
	margin: 0 -0.8rem 4rem;
}

.p-data__list li {
	flex: 33.33%;
	max-width: 33.33%;
	margin-bottom: 0;
	padding: 0 .8rem;
}

.p-graph {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.p-graph__item {
	flex: 0 calc(50% - 0.8rem);
	max-width: calc(50% - 0.8rem);
	padding: 2.4rem 1rem;
}

.p-graph__item.nobg {
	padding-left: 2.4rem;
}

.p-graph__item__ttl {
	background-size: auto;
	font-size: 2rem;
	margin-bottom: 2.4rem;
	padding-bottom: 1.6rem;
}

.p-graph .other-ttl {
	font-size: 2rem;
}

.p-company {
	margin-bottom: 8rem;
}

.p-gallery {
	flex-wrap: nowrap;
	margin-top: 12rem;
}

.p-gallery__item {
	flex: 1;
}

.p-gallery__item:last-child {
	flex: 0 27.379%;
}

.p-group__txt {
	font-size: 2.4rem;
	line-height: 1.58;
	margin-bottom: 4rem;
}

.p-info {
	margin-bottom: 8rem;
	padding: 4rem;
}

.p-info::before {
	border-radius: 4rem;
	left: 2.4rem;
	right: 2.4rem;
}

.p-info__row {
	display: flex;
	margin: 0 -0.8rem;
}

.p-info__col {
	flex: 1;
	padding: 0 .8rem;
}

.p-info__box {
	margin-bottom: 2.4rem;
}

.group-article {
	margin-bottom: 8rem;
}

.group-list {
	display: flex;
	flex-wrap: wrap;
	margin: 2.4rem -2.4rem 0;
}

.group-list>li {
	flex: 0 50%;
	max-width: 50%;
	padding: 0 2.4rem;
}

.group-list>li:nth-child(n+3) {
	margin-top: 6.4rem;
}

.group-list__ttl {
	font-size: 1.6rem;
	margin-bottom: 1.6rem;
}

.group-list__txt {
	margin-bottom: 2.4rem;
}

}

@media (max-width: 767px) {

.p-graph__item {
	margin-bottom: 1.6rem;
}

.p-graph__item:last-child {
	margin-bottom: 0;
}

.p-gallery__item:last-child {
	display: flex;
}

.p-gallery__item:last-child .p-gallery__child {
	flex: 0 50%;
}

.p-info__col {
	margin-bottom: 1.6rem;
}

.p-info__col:last-child {
	margin-bottom: 0;
}

.group-list>li {
	margin-bottom: 3.2rem;
}

.group-list>li:last-child {
	margin-bottom: 0;
}

}

