.c-under-mv__content .text0 {
	margin-top: 2.4rem;
	font-size: 2rem;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.06rem;
}
@media screen and (max-width: 767px) {
	.c-under-mv__content .text0 {
		margin-top: 4.3rem;
		font-size: 2.6rem;
		font-weight: 700;
		line-height: 5rem; /* 192.308% */
		letter-spacing: 0.078rem;
		padding-left: 2rem;
	}
}

.p-message {
	background-color: #024179;
	position: relative;
	padding-top: 12rem;
	padding-bottom: 8.8rem;
}
.p-message__content {
	margin-top: 6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8rem;
}
@media screen and (max-width: 767px) {
	.p-message__content {
		display: block;
	}
}
.p-message__content .img-wrap {
	width: 40rem;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
@media screen and (max-width: 767px) {
	.p-message__content .img-wrap {
		margin: auto auto auto;
		width: 100%;
	}
	.p-message__content .img-wrap .img {
		width: 80%;
		margin: auto auto auto;
	}
}
.p-message__content .img-wrap .status {
	padding-top: 1rem;
}
@media screen and (max-width: 767px) {
	.p-message__content .img-wrap .status {
		padding-top: 2rem;
	}
}
.p-message__content .img-wrap .status .company {
	color: #ffffff;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2.22;
	letter-spacing: 0.054rem;
	width: 30rem;
	margin: auto auto auto;
	border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 767px) {
	.p-message__content .img-wrap .status .company {
		font-size: 3.2rem;
		width: 80%;
		padding-bottom: 1.5rem;
	}
}
.p-message__content .img-wrap .status .name {
	margin-top: 1rem;
	color: #ffffff;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 4rem; /* 166.667% */
	letter-spacing: 0.072rem;
	gap: 1rem;
}
@media screen and (max-width: 767px) {
	.p-message__content .img-wrap .status .name {
		margin-top: 2rem;
		font-size: 3.6rem;
		line-height: 1.67;
		gap: 2rem;
	}
}
.p-message__content .img-wrap .status .name span {
	background-color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 2.9rem;
	padding: 0.5rem 1rem;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #293235;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.048rem;
	line-height: 1;
}
@media screen and (max-width: 767px) {
	.p-message__content .img-wrap .status .name span {
		height: auto;
		padding: 1rem 2rem;
		font-size: 3.2rem;
	}
}
.p-message__content .cnt {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
@media screen and (max-width: 767px) {
	.p-message__content .cnt {
		margin-top: 4rem;
	}
}
.p-message__content .cnt .text {
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2.22;
	letter-spacing: 0.054rem;
}
@media screen and (max-width: 767px) {
	.p-message__content .cnt .text {
		font-size: 3.2rem;
	}
}
.p-message__content .career {
	margin-top: 3rem;
}
@media screen and (max-width: 767px) {
	.p-message__content .career {
		margin-top: 4rem;
	}
}
.p-message__content .career .title {
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.67;
	letter-spacing: 0.054rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2rem;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 767px) {
	.p-message__content .career .title {
		font-size: 3.6rem;
	}
}
.p-message__content .career .title::after {
	content: "";
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	height: 1px;
	background-color: #A3A3A3;
}
.p-message__content .career-list {
	margin-top: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: relative;
	gap: 3rem;
}
@media screen and (max-width: 767px) {
	.p-message__content .career-list {
		margin-top: 4rem;
	}
}
.p-message__content .career-list::before {
	content: "";
	width: 1px;
	height: calc(100% - 9.5rem);
	background-color: #5E85A8;
	display: block;
	position: absolute;
	left: 4.75rem;
	-webkit-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	top: 50%;
}
@media screen and (max-width: 767px) {
	.p-message__content .career-list::before {
		left: 7.5rem;
	}
}
.p-message__content .career-list .box {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 3rem;
}
@media screen and (max-width: 767px) {
	.p-message__content .career-list .box {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
}
.p-message__content .career-list .box-icon {
	width: 9.5rem;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
@media screen and (max-width: 767px) {
	.p-message__content .career-list .box-icon {
		width: 15rem;
	}
}
.p-message__content .career-list .box-cnt {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
.p-message__content .career-list .box-subttl {
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.67;
	letter-spacing: 0.054rem;
}
@media screen and (max-width: 767px) {
	.p-message__content .career-list .box-subttl {
		font-size: 3.2rem;
	}
}
.p-message__content .career-list .box-text {
	margin-top: 1rem;
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.78;
	letter-spacing: 0.042rem;
}
@media screen and (max-width: 767px) {
	.p-message__content .career-list .box-text {
		font-size: 2.6rem;
	}
}

.p-why {
	position: relative;
	padding-top: 12rem;
	padding-bottom: 11.7rem;
}
.p-why__content {
	margin-top: 8rem;
}
.p-why__content .box {
	margin-top: 8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	gap: 6rem;
}
@media screen and (max-width: 767px) {
	.p-why__content .box {
		display: block;
	}
}
.p-why__content .box .img {
	width: 54.7rem;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	padding-bottom: 4.1rem;
}
@media screen and (max-width: 767px) {
	.p-why__content .box .img {
		width: 100%;
		padding-bottom: 0;
		margin-top: 4rem;
	}
}
.p-why__content .box .img img {
	width: 100%;
	border-radius: 1rem;
	-webkit-box-shadow: 1rem 1rem 2.5rem 0 rgba(0, 0, 0, 0.05);
	        box-shadow: 1rem 1rem 2.5rem 0 rgba(0, 0, 0, 0.05);
}
.p-why__content .box .cnt {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
.p-why__content .box .title {
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.09rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 1rem;
}
@media screen and (max-width: 767px) {
	.p-why__content .box .title {
		font-size: 4rem;
		gap: 1.5rem;
	}
}
.p-why__content .box .title::before {
	content: "";
	width: 1.3rem;
	height: 1.3rem;
	background-color: #0069C6;
	border-radius: 50%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
@media screen and (max-width: 767px) {
	.p-why__content .box .title::before {
		width: 1.5rem;
		height: 1.5rem;
	}
}
.p-why__content .box .subttl {
	margin-top: 2.8rem;
	font-size: 3rem;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.09rem;
}
@media screen and (max-width: 767px) {
	.p-why__content .box .subttl {
		margin-top: 3rem;
		font-size: 3.6rem;
		line-height: 1.8;
	}
}
.p-why__content .box .list {
	margin-top: 2rem;
}
@media screen and (max-width: 767px) {
	.p-why__content .box .list {
		margin-top: 4rem;
	}
}
.p-why__content .box .list li {
	font-size: 2rem;
	font-weight: 500;
	line-height: 2.5;
	letter-spacing: 0.06rem;
	padding-left: 2.8rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-why__content .box .list li {
		font-size: 3.2rem;
		padding-left: 1.4em;
		line-height: 1.6;
		margin-top: 0.8em;
	}
	.p-why__content .box .list li:first-of-type {
		margin-top: 0;
	}
}
.p-why__content .box .list li::before {
	content: "";
	width: 1.8rem;
	height: 1.8rem;
	background-image: url(../images/about/icn_check.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 1.75rem;
}
@media screen and (max-width: 767px) {
	.p-why__content .box .list li::before {
		width: 3rem;
		height: 3rem;
		top: 1rem;
	}
}
.p-why__content .box .text {
	margin-top: 3.3rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2.22;
	letter-spacing: 0.054rem;
}
@media screen and (max-width: 767px) {
	.p-why__content .box .text {
		font-size: 3rem;
		line-height: 1.8;
	}
}
.p-why__content .box:first-of-type {
	margin-top: 0;
}
.p-why__content .box:first-of-type .img {
	padding-bottom: 0;
}
.p-why__content .box:first-of-type .cnt {
	padding-bottom: 4.7rem;
}
@media screen and (max-width: 767px) {
	.p-why__content .box:first-of-type .cnt {
		padding-bottom: 0;
	}
}

.p-role {
	padding-top: 12rem;
	padding-bottom: 12rem;
	background-color: #FAFAFA;
	position: relative;
}
.p-role .text0 {
	margin-top: 4rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 2.22;
	letter-spacing: 0.054rem;
}
@media screen and (max-width: 767px) {
	.p-role .text0 {
		font-size: 3.2rem;
		line-height: 1.7;
	}
}
.p-role__content {
	margin-top: 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 6rem;
}
@media screen and (max-width: 767px) {
	.p-role__content {
		display: block;
	}
}
.p-role__content .box {
	width: 100%;
}
@media screen and (max-width: 767px) {
	.p-role__content .box {
		margin-top: 4rem;
	}
	.p-role__content .box:first-of-type {
		margin-top: 0;
	}
}
.p-role__content .box .title-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 3rem;
	margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
	.p-role__content .box .title-wrap {
		margin-top: 0;
	}
}
.p-role__content .box .title-wrap .num {
	color: #0069C6;
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0.12rem;
}
@media screen and (max-width: 767px) {
	.p-role__content .box .title-wrap .num {
		font-size: 6rem;
	}
}
.p-role__content .box .title-wrap .title {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.67;
	letter-spacing: 0.072rem;
}
@media screen and (max-width: 767px) {
	.p-role__content .box .title-wrap .title {
		font-size: 3.6rem;
	}
}
.p-role__content .box .img {
	border-radius: 2rem;
	-webkit-box-shadow: 1rem 1rem 2.5rem 0 rgba(0, 0, 0, 0.05);
	        box-shadow: 1rem 1rem 2.5rem 0 rgba(0, 0, 0, 0.05);
}
.p-role__content .box .text {
	margin-top: 2rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.87;
	letter-spacing: 0.048rem;
}
@media screen and (max-width: 767px) {
	.p-role__content .box .text {
		margin-top: 3rem;
		font-size: 3.2rem;
	}
}

.p-goal {
	padding-top: 12rem;
	padding-bottom: 12rem;
	position: relative;
}
.p-goal__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 6rem;
	margin-top: 4rem;
}
@media screen and (max-width: 767px) {
	.p-goal__content {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 6rem;
		margin-top: 4rem;
	}
}
.p-goal__content .box {
	width: 100%;
}
.p-goal__content .box .img {
	border-radius: 1rem;
	-webkit-box-shadow: 1rem 1rem 2.5rem 0 rgba(0, 0, 0, 0.05);
	        box-shadow: 1rem 1rem 2.5rem 0 rgba(0, 0, 0, 0.05);
}
.p-goal__content .box .title {
	margin-top: 2.4rem;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 3rem; /* 93.75% */
	letter-spacing: 0.096rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 767px) {
	.p-goal__content .box .title {
		margin-top: 3rem;
		font-size: 4rem;
		line-height: 1;
	}
}
.p-goal__content .box .title::before {
	content: "";
	width: 1.3rem;
	height: 1.3rem;
	border-radius: 50%;
	background-color: #0069C6;
}
@media screen and (max-width: 767px) {
	.p-goal__content .box .title::before {
		width: 1.8rem;
		height: 1.8rem;
	}
}
.p-goal__content .box .text {
	margin-top: 1.4rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 3rem; /* 166.667% */
	letter-spacing: 0.054rem;
}
@media screen and (max-width: 767px) {
	.p-goal__content .box .text {
		font-size: 3rem;
		margin-top: 2rem;
		line-height: 1.67;
	}
}

.p-outline {
	padding-top: 12rem;
	padding-bottom: 12rem;
	background-color: #FAFAFA;
	position: relative;
}
.p-outline__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 6rem;
	gap: 10rem;
}
@media screen and (max-width: 767px) {
	.p-outline__content {
		display: block;
	}
}
.p-outline__content .cnt {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
.p-outline__content .img {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 54.8rem;
	-webkit-box-shadow: 1rem 1rem 2.5rem 0 rgba(0, 0, 0, 0.05);
	        box-shadow: 1rem 1rem 2.5rem 0 rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
	.p-outline__content .img {
		width: 100%;
		margin-top: 4rem;
	}
}
.p-outline__content .table {
	width: 100%;
}
.p-outline__content .table th {
	width: 13.7rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 3rem; /* 166.667% */
	letter-spacing: 0.054rem;
	text-align: left;
	padding: 3rem 0;
	border-bottom: 1px solid #92B1D6;
	vertical-align: top;
}
@media screen and (max-width: 767px) {
	.p-outline__content .table th {
		font-size: 3.2rem;
		width: 20rem;
		line-height: 1.8;
	}
}
.p-outline__content .table td {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 3rem; /* 166.667% */
	letter-spacing: 0.054rem;
	padding: 3rem 0;
	border-bottom: 1px solid #92B1D6;
}
@media screen and (max-width: 767px) {
	.p-outline__content .table td {
		font-size: 3.2rem;
		line-height: 1.8;
	}
}
.p-outline__content .table tr:first-of-type th, .p-outline__content .table tr:first-of-type td {
	padding-top: 0;
}

@media screen and (max-width: 767px) {
	.c-contact .title {
		font-size: 5rem;
	}
}
/*# sourceMappingURL=about.css.map */