@charset "UTF-8";


/*----------------------

*56

----------------------*/
/*common*/
.p56 .container {
    width: 100%;
    max-width: 1040px;
}

/* img */
.p56#content {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.777;
	background-color: #FFF;
}
.p56 .bold {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.p56 .en {
	font-family: din-condensed, sans-serif;
	font-weight: 300;
	font-style: normal;
}
.p56 img {
	width: 100%;
	height: auto;
}
.p56 p {
	line-height: 1.777;
	color: #000;
}
.p56 h1,
.p56 h2,
.p56 h3,
.p56 h4 {
	color: #000;
}



/*
===== p56_1--01 =====
*/
.p56_1 {
	width: 100%;
	max-width: 100%;
	padding: 0 0 63px !important;
	background: url(../../to-u-sensor/images/bg-main-01-pc.jpg) center center no-repeat;
	background-size: cover;
}
.p56_1--main-title {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 40px 0 35px;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	color: #FFF !important;
}
.p56_1--main-title-left {
	padding: 55px 30px 20px 0;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}
.p56_1--main-title-right-img {
	display: block;
	margin-bottom: 10px;
}
.p56_1--main-title-right-img img {
	width: 658px;
	height: 137px;
	filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.6));
}
.p56_1--main-title-right-jp {
	display: block;
	text-shadow: 0 0 4px rgba(0, 75, 156, 0.6);
}
.p56_1--textArea {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px 30px 30px 60px;
	background-color: #002452;
	border-radius: 26px;

}
.p56_1--textArea-left {
	width: 50%;
}
.p56_1--textArea-left-tittle {
	padding-top: 20px;
	margin-bottom: 15px;
	font-size: 28px;
	font-weight: 700;
	color: #FFF !important;
	line-height: 1.6;
	text-align: center;
}
.p56_1--textArea-left-text {
	padding-bottom: 20px;
	font-size: 18px;
	color: #FFF !important;
	text-align: center;
}
.p56_1--textArea-left a.btn {
	display: inline-block;
	width: 100%;
	max-width: 350px;
	padding: 10px 0;
	font-size: 16px;
	font-weight: 700;
	background-color: red;
	color: #FFF !important;
	text-align: center;
	border-radius: 8px;
	text-decoration: none;
}
.p56_1--textArea-right-img {
	display: flex;
	justify-content: right;
	align-items: flex-end;
	height: 100%;
	margin: 0;
	padding-right: 20px;
}
#p56_1--textArea-right-img-svg {
	width: 376px;
	height: 303px;
}
.radio-waves {
	animation: radio-waves-animation 4s infinite;
}
@keyframes radio-waves-animation {
	0% { transform: translate(0, 0); }
	24.5% { transform: translate(0, 0); }
	25.5% {	transform: translate(-2px, 0); }
	26.5% { transform: translate(3px, 0); }
	27.5% { transform: translate(-3px, 0); }
	28.5% { transform: translate(3px, 0); }
	29.5% {	transform: translate(-2px, 0); }
	30.5% { transform: translate(0, 0); }
	100% { transform: translate(0, 0); }
}
.smartphone-waves {
	animation: smartphone-waves-animation 4s infinite;
}
@keyframes smartphone-waves-animation {
	0% { transform: translate(0, 0); }
	44.5% { transform: translate(0, 0); }
	45.5% {	transform: translate(-2px, 0); }
	46.5% { transform: translate(3px, 0); }
	47.5% { transform: translate(-3px, 0); }
	48.5% { transform: translate(3px, 0); }
	49.5% {	transform: translate(-2px, 0); }
	50.5% { transform: translate(0, 0);}
	100% { transform: translate(0, 0); }
}
.tank-waves {
	animation: tank-waves-animation 4s infinite;
}
@keyframes tank-waves-animation {
	0% { transform: translate(0, 0); }
	30% { transform: translate(0, 14px); }
	100% { transform: translate(0, 0); }
}


/* p-56-2 */
.p56_2--nav {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
}
.p56_2--nav > li {
	position: relative;

	font-weight: 700;
	line-height: 1.187;
	text-align: center;
}
.p56_2--nav > li > a {
	display: flex;
	align-items: center;
	padding: 0 30px;
	/*padding: 20px 30px 30px;*/
	height: 80px;
	text-decoration: none;
}
.p56_2--nav > li > a::after {
	position: absolute;
	left: calc(50% - 7px);
	bottom: -5px;
	content: "";
	display: block;
	width: 14px;
	height: 15px;
	background: url(../../to-u-sensor/images/bg-icon-arrow-01.svg) center center / 14px 15px no-repeat;
}

/* p-56-3 */
.p56_3 {
	width: 100%;
	max-width: 100%;
	padding: 0 0 130px;
	background: url(../../to-u-sensor/images/bg-story-01-pc.jpg) center center no-repeat;
	background-size: cover;
}
.p56_3 .container {
	display: flex;
	flex-direction: row-reverse;
}
.p56_3--right-header {
	position: relative;
	margin-top: 35px;
	writing-mode: vertical-rl;
}
.p56_3--right-header::before {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	display: block;
	width: 10px;
	height: 250px;
	background-color: #004b9c;
	opacity: 0.5;
}
.p56_3--right-header .en {
	display: block;
	margin: 40px 30px 0 0;
	font-size: 134px;
	line-height: 1;
	color: #004b9c;
}
.p56_3--right-header .jp {
	display: block;
	margin: 80px 0 0 20px;
	font-size: 20px;
	line-height: 1;
	color: #004b9c;
}
.p56_3--left {
	flex: 1;
	padding-left: 120px;
}
.p56_3--left-title {
	padding: 120px 0 20px;
	font-size: 28px;
	line-height: 1.7;
	color: #FFF !important;
	font-weight: 700;
}
.p56_3--left-title span {
	padding: 0 6px 3px;
	background-color: #004b9c;
}
.p56_3--left-text {
	font-size: 18px;
}

/* p-56-4 */
.p56_4 {
	padding-bottom: 20px;
}
.p56_4--header {
	position: relative;
	margin-top: 50px;
	margin-left: 120px;
	height: 250px;
}
.p56_4--header::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 10px;
	height: 250px;
	background-color: #004b9c;
	opacity: 0.5;
}
.p56_4--header .en {
	display: block;
	padding: 40px 0 0 45px;
	font-size: 134px;
	line-height: 1;
	color: #004b9c;
}
.p56_4--header .jp {
	display: block;
	padding: 0 0 0 130px;
	font-size: 20px;
	line-height: 1;
	color: #004b9c;
}
.p56_4--row {
	position: relative;
	margin-bottom: 90px;
}
.p56_4--row.left {
	padding: 0 0 40px 120px;
}
.p56_4--row.right {
	padding: 0 120px 40px 0;
}
.p56_4--row-img {
	width: 100%;
	margin-bottom: 0;
}
.p56_4--row.left .p56_4--row-img {
	text-align: right;
}
.p56_4--row-img img {
	max-width: 680px;
}

.p56_4--row-textArea {
	position: absolute;
	bottom: 0;
	width: 340px;
	/* margin-top: -275px;*/
	z-index: 1000;
}
.p56_4--row.right .p56_4--row-textArea {
	right: 120px;
}
.p56_4--row-textArea.merit1 {
	background-color: #5fa8e3;
}
.p56_4--row-textArea.merit2 {
	background-color: #fdb928;
}
.p56_4--row-textArea.merit3 {
	background-color: #3f9b82;
}
.p56_4--row-textArea a {
	position: relative;
	display: block;
	text-decoration: none;
	padding: 35px 35px 90px;
}
.p56_4--row-textArea a::after {
	position: absolute;
	right: 40px;
	bottom: 24px;
	content: "";
	display: block;
	width: 87px;
	height: 78px;
	background: url(../../to-u-sensor/images/bg-icon-arrow-02.svg) center center / 87px 78px no-repeat;
}
.p56_4--row-textArea-title {
	margin-bottom: 15px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.25;
}
.p56_4--row-textArea-text {
	font-size: 18px;
}

/* p-56-5 */
.p56_5 {
	background: url(../../to-u-sensor/images/bg-voice-01-pc.jpg) center center no-repeat;
	background-size: cover;
}
.p56_5--header {
	margin-bottom: 40px;
	/*padding-top: 50px;*/
}
.p56_5--header .en {
	display: block;
	padding: 60px 0 0 0;
	font-size: 134px;
	line-height: 1;
	color: #fff;
}
.p56_5--header .jp {
	display: block;
	font-size: 20px;
	line-height: 1;
	color: #fff;
}
.p56_5--row-textArea {
	width: 670px;
	padding-bottom: 30px;
}
.p56_5--row-textArea a {
	position: relative;
	display: block;
	text-decoration: none;
}
.p56_5--row-textArea a::after {
	position: absolute;
	right: 0;
	bottom: 10px;
	content: "";
	display: block;
	width: 87px;
	height: 78px;
	background: url(../../to-u-sensor/images/bg-icon-arrow-02.svg) center center / 87px 78px no-repeat;
}
.p56_5--row-textArea-text {
	font-size: 28px;
	color: #FFF !important;
}


/* p-56-6 */
.p56_6 {
	padding-top: 40px;
	background: #d9d9d9;
	text-align: center;
}
.p56_6--img {
	max-width: 480px;
	margin: 0 auto;
}



/* p-56-7 */
.p56_7 {
	width: 100%;
	max-width: 100%;
	padding: 0 0 68px;
	background-color: #d74732;
}

.p56_7 .container {
	display: flex;
	flex-direction: row-reverse;
}
.p56_7--right-header {
	position: relative;
	margin-top: 35px;
	writing-mode: vertical-rl;
}
.p56_7--right-header::before {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	display: block;
	width: 10px;
	height: 250px;
	background-color: #FFF;
}
.p56_7--right-header .en {
	display: block;
	margin: 40px 30px 0 0;
	font-size: 134px;
	line-height: 1;
	color: #FFF;
}
.p56_7--right-header .jp {
	display: block;
	margin: 80px 0 0 20px;
	font-size: 20px;
	line-height: 1;
	color: #FFF;
}
.p56_7--left {
	flex: 1;
	padding: 80px 0 0;
	text-align: center;
}
.p56_7--row-img {
	max-width: 680px;
	margin: auto;
}
.p56_7--row-img img {
	border-radius: 30px;
}


/* p-56-8 */
.p56_8--link {
	margin: 80px 0;
}
.p56_8--link a {
	display: block;
	padding: 25px;
	border: solid 3px #004b9c;
	font-size: 20px;
	text-decoration: none;
	text-align: center;
	color: #004b9c;
}
.p56_8--link a:hover {
	background-color: #004b9c;
	color: #FFF;
	opacity: 1;
}


/* p-56-9 */
.p56_9 {
	position: relative;
}
.p56_9::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 548px;
}
.p56_9.merit1::before {
	background-color: #5fa8e3;
}
.p56_9.merit2::before {
	background-color: #fdb928;
}
.p56_9.merit3::before {
	background-color: #3f9b82;
}
.p56_9--head-title {
	position: absolute;
	top: -40px;
	z-index: 2;
}
.p56_9--head-title .en {
	display: block;
	font-size: 76px;
	letter-spacing: 0.05em;
}
.p56_9--head-title .en .num {
	font-size: 158px;
}
.p56_9--head-title .jp-sub {
	display: block;
	margin: -85px 0 30px;
	font-size: 14px;
}
.p56_9--head-title .jp-main {
	padding: 0 6px 3px;
	background-color: #000;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	color: #FFF;
}
.p56_9--head-img {
	position: relative;
	padding: 110px 0 0 117px;
	z-index: 1
}
.p56_9--head-textArea {
	position: relative;
	width: calc(50% - 140px - 12px);
	margin: -220px 0 50px;
	padding: 55px 70px;
	background-color: #FFF;
	z-index: 2;
}
.p56_9--head-textArea-text {
	font-size: 18px;
}
.p56_9--detail {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}
.p56_9--detail-img {
	display: flex;
	align-items: center;
	width: calc((100% - 24px) / 2);
	margin: 0 0 0 24px;
	background-color: #f8f8f8;
}
.p56_9--detail-lists {
	width: calc((100% - 24px) / 2);
}
.p56_9 .p56_9--detail-textArea-item {
	padding: 15px 30px;
}
.p56_9 .p56_9--detail-textArea-item.dif {
	padding: 15px 18px;
}
.p56_9.merit1 .p56_9--detail-textArea-item {
	background-color: #cfe5f7;
}
.p56_9.merit2 .p56_9--detail-textArea-item {
	background-color: #feeabe;
}
.p56_9.merit3 .p56_9--detail-textArea-item {
	background-color: #c5e1d9;
}
.p56_9--detail-textArea-item + .p56_9--detail-textArea-item {
	margin-top: 24px;
}
.p56_9--detail-textArea-title {
	margin-bottom: 5px;
	font-size: 28px;
	font-weight: 700;
}
.p56_9--detail-textArea-text {
	font-size: 18px;
	line-break: strict;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-all;
}
.p56_9.merit3 .p56_9--detail-lists {
	display: flex;
	width: 100%;
}
.p56_9.merit3 .p56_9--detail-textArea-item {
	width: calc((100% - 24px) / 2);
}
.p56_9.merit3 .p56_9--detail-textArea-item + .p56_9--detail-textArea-item {
	margin: 0 0 0 24px;
}





/* p56_10 */
.p56_10--lists {
	display: flex;
	flex-wrap: wrap;
	margin-top: 147px;
}
.p56_10--Item {
	width: 25%;
	min-height: 220px;
}
.p56_10--Item.merit1 {
	background-color: #5fa8e3;
}
.p56_10--Item.merit2 {
	background-color: #fdb928;
}
.p56_10--Item.merit3 {
	background-color: #3f9b82;
}
.p56_10--Item.voice {
	background-color: #36558f;
}
.p56_10--Item a {
	position: relative;
	display: block;
	height: 100%;
	padding: 0 16px;
	text-decoration: none;
}
.p56_10--Item a::after {
	position: absolute;
	right: 10px;
	bottom: 10px;
	content: "";
	display: block;
	width: 67px;
	height: 60px;
	background: url(../../to-u-sensor/images/bg-icon-arrow-02.svg) center center / 67px 60px no-repeat;
}
.p56_10--Item-title {
	margin-bottom: 0;
	color: #FFF !important;
}
.p56_10--Item-title .en {
	display: block;
	font-size: 46px;
	line-height: 1;
	letter-spacing: 0.03em;
}
.p56_10--Item-title .en .num {
	font-size: 95px;
}
.p56_10--Item-title .jp-sub {
	display: block;
	margin: -10px 0 10px;
	font-size: 13px;
}
.p56_10--Item-title .jp-main {
	padding: 0 6px 3px;
	background-color: #FFF;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	color: #FFF;
}
.p56_10--Item.merit1 .p56_10--Item-title .jp-main {
	color: #5fa8e3;
}
.p56_10--Item.merit2 .p56_10--Item-title .jp-main {
	color: #fdb928;
}
.p56_10--Item.merit3 .p56_10--Item-title .jp-main {
	color: #3f9b82;
}
.p56_10--Item.voice .p56_10--Item-title .jp-main {
	color: #36558f;
}
.p56_10--Item.voice .p56_10--Item-title .en {
	padding: 24px 0 5px;
	font-size: 83px;
}
.p56_10--link {
	margin: 10px 0 80px;
}
.p56_10--link a {
	display: block;
	padding: 25px;
	background-color: #004b9c;
	font-size: 34px;
	text-decoration: none;
	text-align: center;
	color: #FFF;
}
.p56_10--link a .en {
	font-size: 46px;
}


/* p56_11 */
.p56_11 {
	position: relative;
	padding: 75px 0 150px;
	background-color: #36558f;
}
.p56_11::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 110px 0 0 50vw;
	border-color: transparent transparent transparent white;
	position: absolute;
	bottom: 0;
	z-index: 1;
}
.p56_11::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 110px 50vw;
	border-color: transparent transparent white transparent;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.p56_11--head {
	display: flex;
	flex-wrap: wrap;
}
.p56_11--head-textArea {
	width: calc(36% - 30px);
	padding: 45px 30px 0 0;
}
.p56_11--head-title {
	margin-bottom: 45px;
	text-align: center;
	color: #FFF !important;
}
.p56_11--head-title .en {
	display: block;
	margin-bottom: 10px;
	font-size: 156px;
	line-height: 1;
	letter-spacing: 0.03em;
}
.p56_11--head-title .jp-main {
	padding: 0 6px 3px;
	background-color: #000;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	color: #FFF;
}
.p56_11--head-lead {
	font-size: 22px;
	font-weight: 700;
	color: #FFF !important;
}
.p56_11--head-imgArea {
	width: 64%;
}
.p56_11--head-imgArea-img {
	margin-bottom: 0;
}
.p56_11--head-imgArea-img img {
	border-radius: 55px 55px 0 0;
}
.p56_11--head-person {
	display: flex;
	flex-wrap: wrap;
	background-color: #627aa8;
	border-radius: 0 0 55px 55px;
}
.p56_11--head-person-item {
	width: calc(50% - 20px);
	padding: 15px 10px;
	font-size: 28px;
	line-height: 1.375;
	color: #FFF;
	text-align: center;
}
.p56_11--head-person-item .sub {
	display: block;
	font-size: 16px;
}
.p56_11--head-person-item .name {
	display: block;
	font-size: 28px;
	font-weight: 700;
}


/* p56_12 */
.p56_12--title {
	position: relative;
	display: flex;
	padding: 40px 0;
	color: #36558f !important;
	z-index: 0;
}
.p56_12-02 .p56_12--title,
.p56_12-04 .p56_12--title {
	width: calc(100% - 100px);
	padding-left: 100px;
}
.p56_12--title .num {
	display: inline-block;
	width: 60px;
	font-size: 128px;
	line-height: 1;
}
.p56_12--title .text {
	flex: 1;
	padding: 20px 0 0;
	font-size: 32px;
	line-height: 1.4375;
}
.p56_12-01--row,
.p56_12-03--row {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	padding-bottom: 60px;
}
.p56_12-03--row,
.p56_12-04--row {
	align-items: flex-start;
}
.p56_12-01--img,
.p56_12-03--img {
	position: relative;
	width: 50vw;
	margin-right: calc(50% - 50vw);
	margin-bottom: 0;
}
.p56_12-01--img img {
	width: calc(100% - 25px);
	padding: 0 0 0 25px;
}
.p56_12-03--img img {
	width: calc(100% - 25px);
	padding-left: 25px;
}
.p56_12-04--img {
	position: relative;
	width: 50vw;
	margin-left: calc(50% - 50vw);
	margin-bottom: 0;
}
.p56_12-04--img img {
	width: calc(100% - 25px);
	padding: 0 25px 0 0;
}
.p56_12-03--img::before {
	position: absolute;
	top: -65px;
	right: 0;
	content: "";
	display: block;
	width: 20%;
	max-width: 126px;
	height: 100%;
	background-color: #36558f;
}
.p56_12-04--img::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 20%;
	max-width: 126px;
	height: 100%;
	background-color: #36558f;
}
.p56_12-01--textArea,
.p56_12-03--textArea {
	width: calc(50% - 25px);
	padding-right: 25px;
}
.p56_12-02--textArea,
.p56_12-04--textArea {
	width: calc(50% - 25px);
	padding-left: 25px;
}
.p56_12-02--img {
	width: calc(50% - 25px);
	padding-right: 25px;
}
.p56_12--text {
	font-size: 18px;
	text-indent: 1em;
}
.p56_12--text + .p56_12--text {
	margin-top: 1em;
}
.p56_12-02,
.p56_12-04 {
	background-color: #edf0f5;
}
.p56_12-02--row {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 60px;
	/* z-index: 1; */
}
.p56_12-04--row {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 30px;
	z-index: 1;
}
.p56_12-02--img {
	position: relative;
}
.p56_12-02--img::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: calc(100% - 25px);
	max-width: 386px;
	height: 240px;
	background: #36558f;
	z-index: 0;
}
.p56_12-02--img figcaption {
	position: relative;
	font-size: 18px;
	margin: 50px 0 15px 57px;
	color: #FFF;
	z-index: 0;
}
.p56_12-02--img img {
	position: relative;
	width: calc(100% - 57px);
	max-width: 386px;
	margin: 0 0 0 57px;
	z-index: 0;
}
.p56_12-04--bottomImg {
	margin-bottom: 0;
	text-align: center;
}
.p56_12-04--bottomImg img {
	max-width: 780px;
}




@media screen and (max-width: 900px) {
	/*----------------------

*56

----------------------*/
	/*
    ===== p56_1--01 =====
    */
	.p56_1 {
		padding: 0 0 63px !important;
		background: url(../../to-u-sensor/images/bg-main-01-sp.jpg) center center no-repeat;
		background-size: cover;
	}
	.p56_1--main-title {
		flex-direction: column;
		padding: 30px 0 25px;
		font-size: 20px;
	}
	.p56_1--main-title-left {
		padding: 0 0 15px;
	}
	.p56_1--main-title-right-img img {
		width: 335px;
		height: 70px;
		filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.8));
	}
	.p56_1--textArea {
		flex-direction: column;
		padding: 30px 30px 0;
	}
	.p56_1--textArea-left {
		width: 100%;
	}
	.p56_1--textArea-left-tittle {
		padding-top: 0;
		margin-bottom: 15px;
		font-size: 20px;
		text-align: center;
	}
	.p56_1--textArea-left-text {
		padding-bottom: 10px;
		font-size: 16px;
		text-align: center;
	}
	.p56_1--textArea-right-img {
		justify-content: center;
		padding-right: 0;
	}
	#p56_1--textArea-right-img-svg {
		width: 275px;
		height: 222px;
	}

	.p56_1--textArea-left a.btn {
		display: block;
		margin-top: 20px;
		margin-inline: auto;
		margin-bottom: 20px;
	}


	/* p-56-2 */
	.p56_2--nav {
		margin-bottom: 20px;
		padding: 0 !important;
	}
	.p56_2--nav > li {
		width: 20%;
		font-size: 12px;
	}
	.p56_2--nav > li > a {
		justify-content: center;
		width: 100%;
		padding: 0;
		height: 60px;
	}
	.p56_2--nav > li > a::after {
		position: absolute;
		left: calc(50% - 5px);
		bottom: -5px;
		content: "";
		display: block;
		width: 10px;
		height: 11px;
		background: url(../../to-u-sensor/images/bg-icon-arrow-01.svg) center center / 10px 11px no-repeat;
	}


	/* p-56-3 */
	.p56_3 {
		padding: 0 0 30px;
		background: url(../../to-u-sensor/images/bg-story-01-sp.jpg) center center no-repeat;
		background-size: cover;
	}
	.p56_3 .container {
		display: block;
	}
	.p56_3--right-header {
		margin-top: 0;
		padding: 50px 0 30px;
		writing-mode: horizontal-tb;
		text-align: center;
	}
	.p56_3--right-header::before {
		content: none;
	}
	.p56_3--right-header .en {
		margin: 0;
		padding: 0;
		font-size: 80px;
	}
	.p56_3--right-header .jp {
		display: block;
		margin: 0;
		font-size: 14px;
	}
	.p56_3--left {
		padding-left: 0;
	}
	.p56_3--left-title {
		padding: 0 0 20px;
		font-size: 20px;
	}
	.p56_3--left-text {
		font-size: 16px;
	}




	/* p-56-4 */
	.p56_4 {
	}
	.p56_4--header {
		position: relative;
		margin: 0;
		padding: 50px 0 30px;
		height: auto;
		text-align: center;
	}
	.p56_4--header::before {
		content: none;
	}
	.p56_4--header .en {
		padding: 0;
		font-size: 80px;
	}
	.p56_4--header .jp {
		padding: 0;
		font-size: 14px;
	}
	.p56_4--row {
		margin-bottom: 30px;
	}
	.p56_4--row.left {
		padding: 0;
	}
	.p56_4--row.right {
		padding: 0;
	}
	.p56_4--row-textArea {
		position: relative;
		width: 100%;
	}
	.p56_4--row-textArea a {
		position: relative;
		display: block;
		text-decoration: none;
		padding: 20px 20px 45px;
	}
	.p56_4--row-textArea a::after {
		right: 25px;
		bottom: 15px;
		width: 50px;
		height: 45px;
		background: url(../../to-u-sensor/images/bg-icon-arrow-02.svg) center center / 50px 45px no-repeat;
	}
	.p56_4--row-textArea-title {
		margin-bottom: 10px;
		font-size: 20px;
	}
	.p56_4--row-textArea-title br {
		display: none;
	}
	.p56_4--row-textArea-text {
		font-size: 16px;
	}
	.p56_4--row.right .p56_4--row-textArea {
		right: auto;
	}


	/* p-56-5 */
	.p56_5 {
		background: url(../../to-u-sensor/images/bg-voice-01-sp.jpg) center center no-repeat;
		background-size: cover;
	}
	.p56_5--header {
		margin-bottom: 0;
		padding: 50px 0 30px;
		text-align: center;
	}
	.p56_5--header .en {
		padding: 0;
		font-size: 80px;
	}
	.p56_5--header .jp {
		font-size: 14px;
	}
	.p56_5--row-textArea {
		width: 100%;
		padding-bottom: 0;
	}
	.p56_5--row-textArea-text {
		font-size: 16px;
	}
	.p56_5--row-textArea a {
		padding: 0 0 60px;
	}
	.p56_5--row-textArea a::after {
		right: 25px;
		bottom: 15px;
		width: 50px;
		height: 45px;
		background: url(../../to-u-sensor/images/bg-icon-arrow-02.svg) center center / 50px 45px no-repeat;
	}


	/* p-56-7 */
	.p56_7 {
		padding: 0 0 50px;
	}
	.p56_7 .container {
		display: block;
	}
	.p56_7--right-header {
		margin-top: 0;
		padding: 50px 0 30px;
		writing-mode: horizontal-tb;
		text-align: center;
	}
	.p56_7--right-header::before {
		content: none;
	}
	.p56_7--right-header .en {
		margin: 0;
		padding: 0;
		font-size: 80px;
	}
	.p56_7--right-header .jp {
		display: block;
		margin: 0;
		font-size: 14px;
	}
	.p56_7--left {
		padding: 0;
	}


	/* p-56-8 */
	.p56_8--link {
		margin: 30px 0;
	}
	.p56_8--link a {
		padding: 20px;
		border: solid 2px #004b9c;
		font-size: 16px;
	}


	/* p-56-9 */
	.p56_9::before {
		height: 450px;
	}
	.p56_9--head-title {
		position: absolute;
		top: -15px;
		left: 20px;
	}
	.p56_9--head-title .en {
		font-size: 50px;
	}
	.p56_9--head-title .en .num {
		font-size: 80px;
	}
	.p56_9--head-title .jp-sub {
		margin: -45px 0 10px;
		font-size: 14px;
	}
	.p56_9--head-title .jp-main {
		font-size: 18px;
	}
	.p56_9--head-img {
		margin-bottom: 0;
		padding: 180px 0 0;
	}
	.p56_9--head-textArea {
		width: calc(100% - 60px);
		margin: 0 0 20px;
		padding: 30px 30px;
	}
	.p56_9--head-textArea-text {
		font-size: 16px;
	}
	.p56_9--detail-img {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin: 0 0 10px;
	}
	.p56_9--detail-img img {
		max-width: 350px;
	}
	.p56_9--detail-lists {
		width: 100%;
	}
	.p56_9 .p56_9--detail-textArea-item {
		padding: 20px 30px;
	}
	.p56_9 .p56_9--detail-textArea-item.dif {
		padding: 20px 30px;
	}
	.p56_9--detail-textArea-item + .p56_9--detail-textArea-item {
		margin-top: 10px;
	}
	.p56_9--detail-textArea-title {
		margin-bottom: 5px;
		font-size: 20px;
	}
	.p56_9--detail-textArea-text {
		font-size: 16px;
	}
	.p56_9.merit3 .p56_9--detail-lists {
		flex-wrap: wrap;
	}
	.p56_9.merit3 .p56_9--detail-textArea-item {
		width: 100%;
	}
	.p56_9.merit3 .p56_9--detail-textArea-item + .p56_9--detail-textArea-item {
		margin: 10px 0 0 0;
	}



	/* p56_10 */
	.p56_10--lists {
		margin-top: 50px;
	}
	.p56_10--Item {
		width: 100%;
		min-height: 150px;
	}
	.p56_10--Item a {
		height: calc(100% - 40px);
		padding: 10px 16px 30px;
	}
	.p56_10--Item a::after {
		right: 25px;
		bottom: 20px;
		width: 50px;
		height: 45px;
		background: url(../../to-u-sensor/images/bg-icon-arrow-02.svg) center center / 50px 45px no-repeat;
	}
	.p56_10--Item-title .en {
		font-size: 46px;
	}
	.p56_10--Item-title .en .num {
		font-size: 70px;
	}
	.p56_10--Item-title .jp-sub {
		margin: -10px 0 10px;
		font-size: 13px;
	}
	.p56_10--Item-title .jp-main {
		padding: 0 6px 3px;
		font-size: 17px;
	}
	.p56_10--Item.voice .p56_10--Item-title .en {
		padding: 10px 0 5px;
		font-size: 70px;
	}
	.p56_10--link {
		margin: 10px 0 50px;
	}
	.p56_10--link a {
		font-size: 20px;
	}
	.p56_10--link a .en {
		font-size: 30px;
	}





	/* p56_11 */
	.p56_11 {
		padding: 35px 0 100px;
	}
	.p56_11::before {
		border-width: 60px 0 0 50vw;
	}
	.p56_11::after {
		border-width: 0 0 60px 50vw;
	}
	.p56_11--head {
		flex-direction: column;
	}
	.p56_11--head-title {
		margin-bottom: 30px;
	}
	.p56_11--head-textArea {
		width: 100%;
		padding: 0;
	}
	.p56_11--head-title .en {
		margin-bottom: 10px;
		font-size: 80px;
	}
	.p56_11--head-title .jp-main {
		padding: 0 6px 3px;
		font-size: 18px;
	}
	.p56_11--head-lead {
		font-size: 18px;
	}
	.p56_11--head-imgArea {
		width: 100%;
	}
	.p56_11--head-imgArea-img img {
		border-radius: 30px 30px 0 0;
	}
	.p56_11--head-person {
		border-radius: 0 0 30px 30px;
	}
	.p56_11--head-person-item {
		width: calc(50% - 20px);
		padding: 15px 10px;
	}
	.p56_11--head-person-item .sub {
		font-size: 12px;
	}
	.p56_11--head-person-item .sub br {
		display: none;
	}
	.p56_11--head-person-item .name {
		display: block;
		font-size: 20px;
		font-weight: 700;
	}




	/* p56_12 */
	.p56_12--title {
		padding: 40px 0 30px;
	}
	.p56_12-02 .p56_12--title,
	.p56_12-04 .p56_12--title {
		width: 100%;
		padding-left: 0;
	}
	.p56_12--title .num {
		width: 40px;
		font-size: 80px;
	}
	.p56_12--title .text {
		padding: 18px 0 0;
		font-size: 18px;
	}
	.p56_12-01--row,
	.p56_12-03--row {
		flex-direction: column;
		padding-bottom: 50px;
	}
	.p56_12-02--row {
		flex-direction: column;
		padding-bottom: 50px;
	}
	.p56_12-04--row {
		flex-direction: column;
	}
	.p56_12-01--img,
	.p56_12-03--img {
		width: 100%;
		margin: 0 0 20px;
	}
	.p56_12-02--img {
		width: 100%;
		margin: 0 0 20px;
		padding: 0;
	}
	.p56_12-04--img {
		width: 100%;
		margin: 0 0 20px;
	}
	.p56_12-02--img::before {
		width: calc(100% - 25px);
		max-width: 386px;
		height: 200px;
	}
	.p56_12-03--img::before {
		top: -30px;
		right: -20px;
		width: 15%;
	}
	.p56_12-04--img::before {
		width: 15%;
	}

	.p56_12-01--img img {
		width: 100%;
		padding: 0;
	}
	.p56_12-02--img img {
		width: calc(100% - 50px);
		max-width: 386px;
		margin: 0 0 0 50px;
	}
	.p56_12-03--img img {
		width: 100%;
		padding-left: 0;
	}
	.p56_12-04--img img {
		width: 100%;
		padding: 0;
	}
	.p56_12-02--img figcaption {
		font-size: 14px;
		margin: 20px 0 15px 30px;
		color: #FFF;
	}
	.p56_12-01--textArea,
	.p56_12-03--textArea {
		width: 100%;
		padding-right: 0;
	}
	.p56_12-02--textArea,
	.p56_12-04--textArea {
		width: 100%;
		padding-left: 0;
	}
	.p56_12--text {
		font-size: 16px;
	}






}/*--spEND*/
