/*----------------------------------
	style.cssから移植
	：医'sアシストとは
------------------------------------*/
body > main > section#section_about {
	margin: 7em auto 0;
}

body > main > section#section_about h2 {
	text-align: center;
}

body > main > section#section_about h2 span:not([class]) {
	display: block;
	color: #006ed0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

body > main > section#section_about .lead_text_block {
	margin-top: 2em;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}

body > main > section#section_about .figure {
	position: relative;
	margin: 2em auto 0;
	width: 1046px;
}

body > main > section#section_about .figure::before {
	content: "";
	display: block;
}

body > main > section#section_about .figure .linkarea_withwellness {
	position: absolute;
}

body > main > section#section_about .figure .linkarea_withwellness .linkarea_base {
	position: relative;
}

body > main > section#section_about .figure .linkarea_withwellness .linkarea_base::before {
	content: "";
	display: block;
}

body > main > section#section_about .figure map {
	position: relative;
	display: block;
	width: 100%;
}

body > main > section#section_about .figure map area {
	position: absolute;
	top: 165px;
	right: 116px;
	width: 238px;
	height: 35px;
}

body > main > section#section_about .text_block {
	margin: 2.5em auto 0;
	max-width: 1046px;
	font-size: 18px;
}

body > main > section#section_about .text_block p {
	margin-top: 1.5em;
}

body > main > section#section_about .text_block p:first-child {
	margin-top: 0;
}

body > main > section#section_execution {
	margin: 7rem auto 0;
	background-color: #f0f8ff;
}

body > main > section#section_execution h2 {
	margin-bottom: 136px;
	text-align: center;
}

body > main > section#section_execution h2 span:not([class]) {
	display: block;
	color: #006ed0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

body > main section#section_execution section {
	margin: 0 0 160px;
	position: relative;
}

body > main section#section_execution section h3 {
	position: relative;
	margin: -10px 0 29px;
	margin: -10px 0 0;
	font-size: 32px;
}

body > main section#section_execution section .inner {
	position: relative;
	display: flex;
	align-items: stretch;
	background: #fff;
	box-shadow: 0 0 8px rgba(51, 58, 65, 0.16);
/*
	padding: 80px 64px;
	min-width: 1300px;
	width: calc(100% - (100% - 1260px) / 2);
*/
	padding: 76px 40px 85px;
	min-width: 1230px;
	width: calc(1230px + (100% - 1260px) / 2);
	z-index: 1;
}

body > main section#section_execution section .list_execution .execution_slider_text {
	border-radius: 8px;
	background-color: #ebf4ff;
	color: rgba(51, 58, 65, 0.32);
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	cursor: pointer;
}

body > main section#section_execution section .list_execution .execution_slider_text.slick-current {
	color: #333a41;
}

body > main section#section_execution section .list_execution .execution_slider_text div {
	margin-top: 1em;
	padding: 1.5em;
}

body > main section#section_execution section .list_execution .execution_slider_text:first-child div {
	margin-top: 0;
}

/*----------------------------------
	オーバーライド
------------------------------------*/
body > main section#section_execution section .execution_slider[id$="-nav"] .slick-track {
	display: block;
}
/*----------------------------------
------------------------------------*/

body > main section#section_execution section .execution_slider .slick-arrow {
	top: 34%;
	min-width: 40px;
	width: 2em;
	min-height: 40px;
	height: 2em;
	font-size: 20px;
}

body > main section#section_execution section .execution_slider .slick-prev {
	left: -20px;
}

body > main section#section_execution section .execution_slider .slick-prev::before {
	top: 0.75em;
	left: 0.8em;
	border-width: 0.15em 0.15em 0 0;
	width: 0.6em;
	height: 0.6em;
	opacity: 1;
}

body > main section#section_execution section .execution_slider .slick-next {
	right: -20px;
}

body > main section#section_execution section .execution_slider .slick-next::before {
	top: 0.75em;
	left: 0.6em;
	border-width: 0.15em 0.15em 0 0;
	width: 0.6em;
	height: 0.6em;
	opacity: 1;
}

body > main section#section_execution section .execution_slider_nav {
	display: flex;
	justify-content: center;
}

body > main section#section_execution section .execution_slider_nav button {
	display: none;
}

body > main section#section_execution section .execution_slider_nav li {
	margin: 0 4px;
	max-width: 158px;
	width: 100%;
	background-color: #333;
	outline: none;
	cursor: pointer;
	overflow: hidden;
}

body > main section#section_execution section .execution_slider_nav li:before {
	content: '';
	display: block;
	padding: 28.17% 0;
	width: 100%;
	opacity: 0.85;
}

body > main section#section_execution section .execution_slider_nav li.slick-active:before {
	opacity: 1;
}

body > main section#section_execution section .execution_slider.-screen {
	margin: 0 auto;
	padding: 10px;
	background: url("/assets/images/about/bg-execution-pc.jpg") no-repeat left top / contain;
}

body > main section#section_execution section .execution_slider.-screen > .execution_slider_screen:not(:first-child) {
	display: none;
}

body > main section#section_execution section .execution_slider.-screen img {
	border-radius: 6px;
}

body > main section#section_execution section .execution_slider.-text {
	margin-top: 2.5em;
	width: 500px;
}

body > main section#section_execution section .execution_slider.-text .slick-track {
	transform: unset !important;
	width: unset !important;
}

body > main section#section_execution section .execution_slider.-text .slick-slide {
	float: none;
	width: unset !important;
}

body > main section#section_execution section .text_area {
	width: 560px;
}

body > main section#section_execution section .text_area p.text {
/*
	margin-bottom: 24px;
*/
	margin-top: 1.5em;
	font-size: 18px;
	line-height: 1.5;
}

body > main section#section_execution section .text_area .note_list {
	margin-top: 1em;
}

body > main section#section_execution section .image_area {
	position: relative;
	max-width: 600px;
	width: calc(100% - 600px);
}

body > main section#section_execution section .image_area .icon_execution {
	position: absolute;
	top: 40px;
	right: -2em;
	width: 120px;
	height: 120px;
	z-index: 2;
}

body > main section#section_execution section .image_area .execution_slider.-screen .slick-list {
	margin-bottom: 18.355%;
}

body > main section#section_execution section::before {
	content: "";
	position: absolute;
	top: -80px;
	display: block;
	background: transparent linear-gradient(90deg, #f1f3d4 0%, #c9eff9 100%) 0 0 no-repeat padding-box;
	width: calc(100% - (100% - 190px) / 2);
	height: 100%;
}

body > main section#section_execution section:nth-of-type(odd)::before {
	left: 0;
}

body > main section#section_execution section:nth-of-type(odd) .inner {
	margin-left: auto;
	padding-right: 0;
}

body > main section#section_execution section:nth-of-type(odd) .text_area {
/*
	padding-right: 64px;
*/
	padding-right: 60px;
}

body > main section#section_execution section:nth-of-type(odd) .image_area .icon_execution {
	top: -40px;
	right: -40px;
}

body > main section#section_execution section:nth-of-type(even)::before {
	right: 0;
}

body > main section#section_execution section:nth-of-type(even) .inner {
	justify-content: flex-end;
	margin-right: auto;
	padding-left: 0;
}

body > main section#section_execution section:nth-of-type(even) .text_area {
	order: 2;
/*
	padding-left: 64px;
*/
	padding-left: 60px;
}

body > main section#section_execution section:nth-of-type(even) .image_area .icon_execution {
	order: 1;
	top: -40px;
	right: -40px;
}

body > main section#section_execution section:last-child {
	margin: 0;
}

body > main section#section_execution section:last-child .inner {
	display: flex;
}

body > main section#section_execution section.convenient .execution_slider_nav li:nth-child(1):before {
	background: url("/assets/images/about/image-convenient-01.jpg") no-repeat left top / cover;
}

body > main section#section_execution section.convenient .execution_slider_nav li:nth-child(2):before {
	background: url("/assets/images/about/image-convenient-02.jpg") no-repeat left top / cover;
}

body > main section#section_execution section.convenient .execution_slider_nav li:nth-child(3):before {
	background: url("/assets/images/about/image-convenient-03.jpg") no-repeat left top / cover;
}

body > main section#section_execution section.convenient .execution_slider_nav li:nth-child(4):before {
	background: url("/assets/images/about/image-convenient-04.jpg") no-repeat left top / cover;
}

body > main section#section_execution section.diagnosis .execution_slider_nav li:nth-child(1):before {
	background: url("/assets/images/about/image-diagnosis-01.jpg") no-repeat left top / cover;
}

body > main section#section_execution section.diagnosis .execution_slider_nav li:nth-child(2):before {
	background: url("/assets/images/about/image-diagnosis-02.jpg") no-repeat left top / cover;
}

body > main section#section_execution section.diagnosis .execution_slider_nav li:nth-child(3):before {
	background: url("/assets/images/about/image-diagnosis-03.jpg") no-repeat left top / cover;
}

body > main section#section_execution section.diagnosis .execution_slider_nav li:nth-child(4):before {
	background: url("/assets/images/about/image-diagnosis-04.jpg") no-repeat left top / cover;
}

body > main section#section_execution section.data_linkage .inner .text_area {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

body > main section#section_execution section.data_linkage .inner .text_area .text {
	margin-bottom: 0;
}

body > main section#section_execution section.data_linkage .inner {
	flex-wrap: nowrap;
}

body > main section#section_execution section.data_linkage .inner .image_area {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 8px;
	background-color: #ebf4ff;
	margin-right: 80px;
	padding: 1.5em 3em;
}

body > main section#section_execution section.data_linkage .inner .image_area h4 {
	color: #0052a2;
	font-size: 16px;
}

body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 0.5em;
	border-top: 1px solid #0052a2;
}

body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li {
	flex-basis: 144px;
	flex-basis: 20%;
	flex-basis: 33%;
	margin-top: 0.75em;
	/* height: calc((1em * 1.5) * 3); */
}

body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li p {
	transform-origin: left center;
	font-size: 16px;
	font-weight: 500;
	font-feature-settings: "palt";
}

body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li p.company {
}

body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li p.text {
}

body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li p.text sup {
	vertical-align: text-top;
}

body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li p.text sub {
	position: relative;
	vertical-align: bottom;
}

body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li.em_systems p.company {
}

body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li.em_systems p.text {
}

body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li.m3_solutions p.company {
	transform: scale(0.62, 1);
	width: calc(100% / 0.62);
}

body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li.m3_solutions p.text {
}

body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li.m3_digical p.company {
	transform: scale(0.8, 1);
	width: calc(100% / 0.8);
}

body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li.m3_digical p.text {
}

body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li.dynamics p.company {
}

body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li.dynamics p.text {
}

body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li.phc p.company {
}

body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li.phc p.text {
}

body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li.fujitsu p.company {
}

body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li.fujitsu p.text {
}

body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li.fujifilm p.company {
	transform: scale(0.5, 1);
	width: calc(100% / 0.5);
}

body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li.fujifilm p.text {
}

body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li.medley p.company {
}

body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li.medley p.text {
}

body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li.yuyama p.company {
}

body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li.yuyama p.text {
}

body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li.yuyama p.text sub {
	bottom: -0.3em;
	font-size: 12px;
}

body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li.labotec p.company {
}

body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li.labotec p.text {
}

body > main section#section_execution section.data_linkage .inner .image_area > p {
	margin-top: 1em;
	text-align: right;
}

body > main > section#section_execution section.satisfaction .text_area ul.note_list {
	margin: 1em 0 0 1.25em;
	font-size: 13px;
}

body > main > section#section_execution section.satisfaction .text_area ul.note_list li {
	color: #6c757d;
	text-indent: -1.25em;
}

body > main > section#section_execution section.satisfaction .text_area ul.note_list li::before {
	content: "\203B";
	margin-right: 0.25em;
}

body > main > section#section_execution section.satisfaction .execution_slider_nav li:nth-child(1):before {
	background: url("/assets/images/about/image-satisfaction-01.jpg") no-repeat left top / cover;
}

body > main > section#section_execution section.satisfaction .execution_slider_nav li:nth-child(2):before {
	background: url("/assets/images/about/image-satisfaction-02.jpg") no-repeat left top / cover;
}

body > main > section#section_execution section.satisfaction .execution_slider_nav li:nth-child(3):before {
	background: url("/assets/images/about/image-satisfaction-03.jpg") no-repeat left top / cover;
}

body > main > section#section_feature {
	padding: 7em 0 4.5em;
	background: #f0f8ff;
}

body > main > section#section_feature h2 {
	margin: 0 0 131px;
	text-align: center;
}

body > main > section#section_feature h2 span:not([class]) {
	display: block;
	color: #006ed0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

body > main > section#section_feature section {
	position: relative;
	margin: 0 0 160px;
}

body > main > section#section_feature section::before {
	content: "";
	position: absolute;
	top: -80px;
	display: block;
	background: transparent linear-gradient(90deg, #f1f3d4 0%, #c9eff9 100%) 0 0 no-repeat padding-box;
	width: calc(100% - (100% - 190px) / 2);
	height: 100%;
}

body > main > section#section_feature section .inner {
	position: relative;
	display: flex;
	align-items: center;
	background: #fff;
	box-shadow: 0 0 8px rgba(51, 58, 65, 0.16);
	padding: 76px 40px 85px;
	min-width: 1230px;
	width: calc(1230px + (100% - 1260px) / 2);
	z-index: 1;
}

body > main > section#section_feature section .inner .text_area {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	width: 580px;
}

body > main > section#section_feature section .inner .text_area .num_image {
	display: flex;
	align-items: stretch;
}

body > main > section#section_feature section .inner .text_area .num_image span {
	display: flex;
	align-items: center;
}

body > main > section#section_feature section .inner .text_area .num_image span img {
	width: auto;
	height: 79px;
}

body > main > section#section_feature section .inner .text_area .num_image h3 {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0 0 0 1em;
	padding: 0;
	font-size: 32px;
}

body > main > section#section_feature section .inner .text_area p {
	margin-top: 1.5em;
	font-size: 18px;
}

body > main > section#section_feature section .inner .text_area ul.note_list {
	margin: 0.625em 0 0 1.25em;
	font-size: 13px;
}

body > main > section#section_feature section .inner .text_area ul.note_list li {
	color: #6c757d;
	text-indent: -1.25em;
}

body > main > section#section_feature section .inner .text_area ul.note_list li::before {
	content: "\203B";
	margin-right: 0.25em;
}

body > main > section#section_feature section .inner .text_area a {
	margin-top: 2em;
}

body > main > section#section_feature section .inner .image_area {
	position: relative;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	width: 560px;
}

body > main > section#section_feature section .inner .image_area .image {
	position: relative;
	margin: 0 auto;
	width: 100%;
}

body > main > section#section_feature section .inner .image_area .image::before {
	content: "";
	display: block;
}

body > main > section#section_feature section .inner .image_area .image img,
body > main > section#section_feature section .inner .image_area .image svg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: unset;
	width: 100%;
	height: auto;
}

body > main > section#section_feature section:nth-of-type(odd)::before {
	left: 0;
}

body > main > section#section_feature section:nth-of-type(odd) .inner {
	justify-content: flex-start;
	margin-left: auto;
	padding-right: 0;
}

body > main > section#section_feature section:nth-of-type(odd) .inner .text_area {
	margin-right: 36px;
}

body > main > section#section_feature section:nth-of-type(odd) .inner .image_area {
}

body > main > section#section_feature section:nth-of-type(even)::before {
	right: 0;
}

body > main > section#section_feature section:nth-of-type(even) .inner {
	justify-content: flex-end;
	margin-right: auto;
	padding-left: 0;
}

body > main > section#section_feature section:nth-of-type(even) .inner .text_area {
	order: 2;
	margin-left: 36px;
}

body > main > section#section_feature section:nth-of-type(even) .inner .image_area {
	order: 1;
}

body > main > section#section_feature section:last-child {
	margin: 0;
}

body > main > section#section_feature section.functional .inner .text_area a {
	width: 280px;
}

body > main > section#section_feature section.functional .inner .image_area .image {
	width: 390px;
}

body > main > section#section_feature section.functional .inner .image_area .image::before {
	padding-top: calc(100% * (146 / 389));
}

body > main > section#section_feature section.assistance .inner .text_area .button_block {
	display: flex;
	justify-content: space-between;
}

body > main > section#section_feature section.assistance .inner .text_area .button_block a:first-child {
	width: 304px;
}

body > main > section#section_feature section.assistance .inner .text_area .button_block a:last-child {
	width: 264px;
}

body > main > section#section_feature section.assistance .inner .image_area .image::before {
	padding-top: calc(100% * (381 / 572));
}

body > main > section#section_feature section.support .inner .image_area .image {
	display: flex;
	justify-content: flex-start;
	width: 100%;
}

body > main > section#section_feature section.support .inner .image_area .image::before {
	padding-top: calc(100% * (187 / 562));
}

body > main > section#section_feature section.security .inner {
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

body > main > section#section_feature section.security .inner .text_area {
	/* order: 1; */
	margin-left: unset;
	width: calc(1176px - 40px - 15px);
}

body > main > section#section_feature section.security .inner .image_area {
	margin-top: 1em;
	max-width: 1176px;
	width: 100%;
}

body > main > section#section_feature section.security .inner .image_area .image {
	width: calc(100% * (888 / 1176));
}

body > main > section#section_feature section.security .inner .image_area .image::before {
	padding-top: calc(100% * (250 / 888));
}

body > main > section#section_feature section.security .inner .image_area img,
body > main > section#section_feature section.security .inner .image_area svg {
	display: unset;
	margin: 0 auto;
}


@media (max-width: 1300px) {
	body > main > section#section_feature section:last-child .inner {
		justify-content: flex-start;
		padding-left: 64px;
	}
}

@media (max-width: 896px) {
	body > main > section#section_about {
		margin: 0 1em;
		padding-top: 3em;
	}

	body > main > section#section_about h2 {
		/* 24-54px : 375-896 */
		font-size: 24px;
		font-size: max(1.5rem, min(0.15rem + 5.76vw, 3.375rem));
		font-size: clamp(1.5rem, 0.15rem + 5.76vw, 3.375rem);
	}

	body > main > section#section_about h2 span:not([class]) {
		/* 16-36px : 375-896 */
		font-size: 16px;
		font-size: max(1rem, min(0.1rem + 3.84vw, 2.25rem));
		font-size: clamp(1rem, 0.1rem + 3.84vw, 2.25rem);
	}

	body > main > section#section_about .lead_text_block {
		margin-top: 1.75em;
		/* 20-45px : 375-896 */
		font-size: 20px;
		font-size: max(1.25rem, min(0.125rem + 4.8vw, 2.813rem));
		font-size: clamp(1.25rem, 0.125rem + 4.8vw, 2.813rem);
	}

	body > main > section#section_about .figure {
		margin: 1.5em auto 0;
		width: 100%;
	}

	body > main > section#section_about .figure::before {
		padding-top: calc(100% * (527 / 333));
		background: url("/assets/images/about/figure-about-sp.svg") no-repeat 0 0 / cover;
	}

	body > main > section#section_about .figure .linkarea_withwellness {
		top: 0;
		left: 0;
		width: 100%;
	}

	body > main > section#section_about .figure .linkarea_withwellness .linkarea_base {
		margin-right: calc(100% * (68 / 343));
		width: 100%;
	}

	body > main > section#section_about .figure .linkarea_withwellness .linkarea_base::before {
		padding-top: calc(100% * (431 / 333));
	}

	body > main > section#section_about .figure .linkarea_withwellness .linkarea_base .box_ratio {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: flex;
		justify-content: flex-end;
		align-items: flex-end;
	}

	body > main > section#section_about .figure .linkarea_withwellness .linkarea_base .box_ratio .linkarea_base {
		width: calc(100% * (168 / 343));
	}

	body > main > section#section_about .figure .linkarea_withwellness .linkarea_base .box_ratio .linkarea_base::before {
		content: "";
		display: block;
		padding-top: calc(100% * (25 / 168));
	}

	body > main > section#section_about .figure .linkarea_withwellness .linkarea_base .box_ratio .linkarea_base a {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: auto;
	}

	body > main > section#section_about .text_block {
		margin: 2.5em 0;
		max-width: unset;
		width: 100%;
		/* 18-40px : 375-896 */
		font-size: 18px;
		font-size: max(1.125rem, min(0.135rem + 4.22vw, 2.5rem));
		font-size: clamp(1.125rem, 0.135rem + 4.22vw, 2.5rem);
	}

	body > main section#section_execution {
		margin-top: 5em;
	}

	body > main > section#section_execution h2 {
		margin: 0 0 83px;
		/* 24-54px : 375-896 */
		font-size: 24px;
		font-size: max(1.5rem, min(0.15rem + 5.76vw, 3.375rem));
		font-size: clamp(1.5rem, 0.15rem + 5.76vw, 3.375rem);
	}

	body > main > section#section_execution h2 span:not([class]) {
		/* 16-36px : 375-896 */
		font-size: 16px;
		font-size: max(1rem, min(0.1rem + 3.84vw, 2.25rem));
		font-size: clamp(1rem, 0.1rem + 3.84vw, 2.25rem);
	}

	body > main section#section_execution section {
		margin: 0 0 96px;
	}

	body > main section#section_execution section h3 {
		/* 24-54px : 375-896 */
		font-size: 24px;
		font-size: max(1.5rem, min(0.15rem + 5.76vw, 3.375rem));
		font-size: clamp(1.5rem, 0.15rem + 5.76vw, 3.375rem);
		line-height: 1.5;
	}

	body > main section#section_execution section .inner {
		flex-direction: column;
		align-items: center;
		width: calc(100% - 16px);
		min-width: unset;
		padding: 3.5em 1.5em 0 1.5em;
		/* 20-45px : 375-896 */
		font-size: 20px;
		font-size: max(1.25rem, min(0.125rem + 4.8vw, 2.813rem));
		font-size: clamp(1.25rem, 0.125rem + 4.8vw, 2.813rem);
	}

	section:nth-child(odd) body > main section#section_execution section .inner {
		margin-left: auto;
	}

	section:nth-child(even) body > main section#section_execution section .inner {
		margin-right: auto;
	}

	body > main section#section_execution section .inner .text_area,
	body > main section#section_execution section .inner .image_area {
		margin-bottom: 0;
		padding: 0;
		width: 100%;
	}

	body > main section#section_execution section .inner .icon_execution {
/*
		display: none;
*/
		width: calc(100% * (88 / 305));
		height: auto;
	}

	body > main section#section_execution section:nth-of-type(odd) .image_area .icon_execution,
	body > main section#section_execution section:nth-of-type(even) .image_area .icon_execution {
		top: 0;
		right: 0;
		transform: translateY(-50%);
	}

	body > main section#section_execution section .inner .icon_execution::before {
		content: "";
		display: block;
		padding-top: calc(100% * (88 / 88));
	}

	body > main section#section_execution section .inner .icon_execution span {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}

	body > main section#section_execution section .inner .icon_execution span img {
		max-width: unset;
		width: 100%;
		height: auto;
	}

	body > main section#section_execution section .list_execution .execution_slider_text div {
		padding: 1em 1.5em;
		/* 16-36px : 375-896 */
		font-size: 16px;
		font-size: max(1rem, min(0.1rem + 3.84vw, 2.25rem));
		font-size: clamp(1rem, 0.1rem + 3.84vw, 2.25rem);
	}

	body > main section#section_execution section .list_execution .execution_slider_text:first-child div {
		margin-top: 0;
	}

	body > main section#section_execution section .execution_slider .slick-arrow {
		top: 50%;
		width: 40px;
		height: 40px;
		font-size: 20px;
	}

	body > main section#section_execution section .execution_slider .slick-prev {
		left: -20px;
	}

	body > main section#section_execution section .execution_slider .slick-prev::before {
		top: 0.75em;
		left: 0.8em;
		border-width: 0.15em 0.15em 0 0;
		width: 0.6em;
		height: 0.6em;
	}

	body > main section#section_execution section .execution_slider .slick-next {
		right: -20px;
	}

	body > main section#section_execution section .execution_slider .slick-next::before {
		top: 0.75em;
		left: 0.6em;
		border-width: 0.15em 0.15em 0 0;
		width: 0.6em;
		height: 0.6em;
	}

	body > main section#section_execution section .text_area .execution_slider.-text {
		position: absolute;
		right: 1.5em;
		left: 1.5em;
		width: auto;
		margin-top: calc(100% * (305 / 305));
		margin-top: calc(100% * (278 / 305));
		margin-top: calc(100% * (293 / 305));
	}

	body > main section#section_execution section .inner .image_area::before {
		content: "";
		display: block;
		padding-top: calc(100% * (223 / 311));
	}

	body > main section#section_execution section .inner .image_area .execution_slider.-screen {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: url("/assets/images/about/bg-execution-sp.jpg") no-repeat left top / contain;
	}

	body > main section#section_execution section .execution_slider.-screen {
		position: relative;
		padding: 0.25em;
		width: 100%;
	}

	body > main section#section_execution section .execution_slider.-screen {
		margin: 0 auto;
		min-height: unset;
		width: 100%;
	}

	body > main section#section_execution section .execution_slider.-screen::before {
		content: "";
		display: block;
		padding-top: calc(100% * (223 / 311));
		padding-top: calc(100% * (172 / 306));
	}

	body > main section#section_execution section .execution_slider.-screen .slick-list {
		position: absolute;
		top: 0.25em;
		right: 0.25em;
		bottom: 0.25em;
		left: 0.25em;
	}

	body > main section#section_execution section .execution_slider.-screen .slick-list img {
		max-width: unset;
		width: 100%;
		height: auto;
	}

	body > main section#section_execution section .execution_slider .slick-arrow {
		top: 50%;
	}

	body > main section#section_execution section .execution_slider .slick-prev {
		left: 0;
		transform: translate(-50%, calc(-50% - 1.53125em));
		/* 16-36px : 375-896 */
		font-size: 16px;
		font-size: max(1rem, min(0.1rem + 3.84vw, 2.25rem));
		font-size: clamp(1rem, 0.1rem + 3.84vw, 2.25rem);
	}

	body > main section#section_execution section .execution_slider .slick-next {
		right: 0;
		transform: translate(50%, calc(-50% - 1.53125em));
		/* 16-36px : 375-896 */
		font-size: 16px;
		font-size: max(1rem, min(0.1rem + 3.84vw, 2.25rem));
		font-size: clamp(1rem, 0.1rem + 3.84vw, 2.25rem);
	}

	body > main section#section_execution section .execution_slider_nav {
		margin-top: 3.5em;
	}

	body > main section#section_execution section .execution_slider_nav li {
		flex-basis: calc(1em * (71 / 16));
		margin: 0 0.25em;
		height: calc(1em * (40 / 16));
	}

	body > main section#section_execution section .execution_slider_nav li:before {
		width: calc(1em * (71 / 16));
		height: calc(1em * (40 / 16));
	}

	body > main section#section_execution section .text_area {
		margin-bottom: 56px;
		width: unset;
	}

	body > main section#section_execution section .text_area .text {
		margin-bottom: 0;
		/* 18-40px : 375-896 */
		font-size: 18px;
		font-size: max(1.125rem, min(0.135rem + 4.22vw, 2.5rem));
		font-size: clamp(1.125rem, 0.135rem + 4.22vw, 2.5rem);
	}

	body > main section#section_execution section .text_area .execution_slider.-text li {
		/* 16-36px : 375-896 */
		font-size: 16px;
		font-size: max(1rem, min(0.1rem + 3.84vw, 2.25rem));
		font-size: clamp(1rem, 0.1rem + 3.84vw, 2.25rem);
	}

	body > main section#section_execution section .image_area {
		position: relative;
		width: unset;
	}

	body > main section#section_execution section .image_area .execution_slider.-screen .slick-list {
		margin-bottom: 0;
		width: calc(100% - 0.5em);
	}

	body > main section#section_execution section:nth-of-type(odd) .inner {
		padding-right: 1.875em;
	}

	body > main section#section_execution section:nth-of-type(even) .inner {
		padding-left: 2em;
	}

	body > main section#section_execution section:nth-of-type(even) .text_area {
		order: 1;
	}

	body > main section#section_execution section:nth-of-type(even) .image_area {
		order: 2;
	}

	body > main section#section_execution section::before {
		top: -40px;
		width: calc(100% - (100% - 310px) / 2);
	}

	body > main section#section_execution section.convenient .inner {
		padding-bottom: 25em;
	}

	body > main section#section_execution section.convenient .inner .image_area {
		margin-top: 2em;
	}

	body > main section#section_execution section.diagnosis .inner {
		padding-bottom: 24em;
	}

	body > main section#section_execution section.diagnosis .inner .image_area {
		margin-top: 2em;
	}

	body > main section#section_execution section.data_linkage .inner {
		padding-bottom: 3.5em;
		min-width: unset;
	}

	body > main section#section_execution section.data_linkage .inner .image_area {
		margin-top: 2em;
		margin-right: unset;
		padding: 1.5em 2em;
		min-width: unset;
	}

	body > main section#section_execution section.data_linkage .inner .image_area::before {
		content: none;
	}

	body > main section#section_execution section.data_linkage .inner .image_area h4 {
		/* 16-36px : 375-896 */
		font-size: 16px;
		font-size: max(1rem, min(0.1rem + 3.84vw, 2.25rem));
		font-size: clamp(1rem, 0.1rem + 3.84vw, 2.25rem);
	}

	body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart {
		/* 16-36px : 375-896 */
		font-size: 16px;
		font-size: max(1rem, min(0.1rem + 3.84vw, 2.25rem));
		font-size: clamp(1rem, 0.1rem + 3.84vw, 2.25rem);
	}

	body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li {
		flex-basis: 100%;
		margin-top: 1em;
		width: 100%;
		height: auto;
	}

	body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li:first-child {
		margin-top: 0.5em;
	}

	body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li:nth-child(n+6) {
		margin-top: 1em;
	}

	body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li p {
		/* 16-36px : 375-896 */
		font-size: 16px;
		font-size: max(1rem, min(0.1rem + 3.84vw, 2.25rem));
		font-size: clamp(1rem, 0.1rem + 3.84vw, 2.25rem);
	}

	body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li.em_systems p.company {
		transform: scale(1, 1);
		width: 100%;
	}

	body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li.em_systems p.text {
		transform: scale(1, 1);
		width: 100%;
	}

	body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li.m3_solutions p.company {
		transform: scale(0.95, 1);
		width: calc(100% / 0.95);
	}

	body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li.m3_solutions p.text {
		transform: scale(1, 1);
		width: 100%;
	}

	body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li.m3_digical p.company {
		transform: scale(1, 1);
		width: 100%;
	}

	body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li.m3_digical p.text {
	}

	body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li.dynamics p.company {
		transform: scale(1, 1);
		width: 100%;
	}

	body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li.dynamics p.text {
	}

	body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li.phc p.company {
	}

	body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li.phc p.text {
	}

	body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li.fujitsu p.company {
	}

	body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li.fujitsu p.text {
		transform: scale(1, 1);
		width: 100%;
	}

	body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li.fujifilm p.company {
		transform: scale(0.8, 1);
		width: calc(100% / 0.8);
	}

	body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li.fujifilm p.text {
	}

	body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li.medley p.company {
	}

	body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li.medley p.text {
	}

	body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li.yuyama p.company {
	}

	body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li.yuyama p.text {
	}

	body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li.yuyama p.text sub {
		bottom: -0.3em;
		/* 12-27px : 375-896 */
		font-size: 12px;
		font-size: max(0.75rem, min(0.075rem + 2.88vw, 1.688rem));
		font-size: clamp(0.75rem, 0.075rem + 2.88vw, 1.688rem);
	}

	body > main > section#section_execution section.data_linkage .inner .image_area ul.patient_chart li.labotec p.company {
		transform: scale(1, 1);
		width: 100%;
	}

	body > main > section#section_execution section.data_linkage .inner .image_area ul.patient_chart li.labotec p.text {
	}

	body > main > section#section_execution section.data_linkage .inner .image_area > p {
		/* 16-36px : 375-896 */
		font-size: 16px;
		font-size: max(1rem, min(0.1rem + 3.84vw, 2.25rem));
		font-size: clamp(1rem, 0.1rem + 3.84vw, 2.25rem);
		text-align: left;
	}

	body > main > section#section_execution section.satisfaction .inner {
		flex-direction: column;
		padding-bottom: 21em;
	}

	body > main > section#section_execution section.satisfaction .text_area ul.note_list {
		/* 13-29px : 375-896 */
		font-size: 13px;
		font-size: max(0.813rem, min(0.093rem + 3.07vw, 1.813rem));
		font-size: clamp(0.813rem, 0.093rem + 3.07vw, 1.813rem);
	}

	body > main > section#section_execution section.satisfaction .image_area {
		margin-top: 2em;
	}

	body > main > section#section_feature {
		margin-top: 5em;
		padding: 0 0 1em;
	}

	body > main > section#section_feature h2 {
		margin: 0 0 3.5em;
		/* 24-54px : 375-896 */
		font-size: 24px;
		font-size: max(1.5rem, min(0.15rem + 5.76vw, 3.375rem));
		font-size: clamp(1.5rem, 0.15rem + 5.76vw, 3.375rem);
	}

	body > main > section#section_feature h2 span:not([class]) {
		/* 16-36px : 375-896 */
		font-size: 16px;
		font-size: max(1rem, min(0.1rem + 3.84vw, 2.25rem));
		font-size: clamp(1rem, 0.1rem + 3.84vw, 2.25rem);
	}

	body > main > section#section_feature section {
		margin: 0 0 6em;
	}

	body > main > section#section_feature section:last-child {
		margin-bottom: 1em;
	}

	body > main > section#section_feature section::before {
		top: calc(-1em * (40 / 16));
		width: calc(100% - (100% - 310px) / 2);
		width: calc(100% - 1.5em);
	}

	body > main > section#section_feature section .inner {
		display: block;
		padding: 3.5em 1.875em 3.5em 2em;
		min-width: unset;
		width: calc(100% - 1em);
		/* 18-40px : 375-896 */
		font-size: 18px;
		font-size: max(1.125rem, min(0.135rem + 4.22vw, 2.5rem));
		font-size: clamp(1.125rem, 0.135rem + 4.22vw, 2.5rem);
	}

	body > main > section#section_feature section .inner .text_area,
	body > main > section#section_feature section .inner .image_area {
		padding: 0;
		width: 100%;
	}

	body > main > section#section_feature section .inner .text_area .num_image span {
		flex-shrink: 0;
		position: relative;
	}

	body > main > section#section_feature section .inner .text_area .num_image span::before {
		content: "";
		display: block;
	}

	body > main > section#section_feature section .inner .text_area .num_image span img {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: auto;
	}

	body > main > section#section_feature section .inner .text_area .num_image h3 {
		/* 24-54px : 375-896 */
		font-size: 24px;
		font-size: max(1.5rem, min(0.15rem + 5.76vw, 3.375rem));
		font-size: clamp(1.5rem, 0.15rem + 5.76vw, 3.375rem);
		text-align: left;
	}

	body > main > section#section_feature section .inner .text_area p {
		margin: 1.75em 0 0;
		/* 18-40px : 375-896 */
		font-size: 18px;
		font-size: max(1.125rem, min(0.135rem + 4.22vw, 2.5rem));
		font-size: clamp(1.125rem, 0.135rem + 4.22vw, 2.5rem);
		text-align: left;
	}

	body > main > section#section_feature section .inner .text_area a {
		margin: 2.5em 0 0;
		width: 100%;
		/* 16-36px : 375-896 */
		font-size: 16px;
		font-size: max(1rem, min(0.1rem + 3.84vw, 2.25rem));
		font-size: clamp(1rem, 0.1rem + 3.84vw, 2.25rem);
	}

	body > main > section#section_feature section .inner .text_area p:first-of-type {
		margin: 1.75em 0 0;
	}

	body > main > section#section_feature section .inner .image_area {
		position: relative;
		margin: 2.5em auto 0;
		width: 100%;
	}

	body > main > section#section_feature section .inner .text_area ul.note_list {
		/* 13-29px : 375-896 */
		font-size: 13px;
		font-size: max(0.813rem, min(0.093rem + 3.07vw, 1.813rem));
		font-size: clamp(0.813rem, 0.093rem + 3.07vw, 1.813rem);
	}

	body > main > section#section_feature section:nth-of-type(odd) .inner {
		padding: 2.5em 1.75em 3em 1.75em;
	}

	body > main > section#section_feature section:nth-of-type(odd) .inner .text_area {
		margin-right: 0;
	}

	body > main > section#section_feature section:nth-of-type(even) .inner {
		padding: 2.5em 1.75em 3em 1.75em;
	}

	body > main > section#section_feature section:nth-of-type(even) .inner .text_area {
		margin-left: 0;
	}

	body > main > section#section_feature section.functional .inner .text_area .num_image span {
		width: calc(100% * (49 / 297));
	}

	body > main > section#section_feature section.functional .inner .text_area .num_image span::before {
		padding-top: calc(100% * (60 / 49));
	}

	body > main > section#section_feature section.functional .inner .text_area .num_image h3 {
		margin-left: calc(1em * (23 / 24));
	}

	body > main > section#section_feature section.functional .inner .text_area a {
		width: 100%;
	}

	body > main > section#section_feature section.functional .inner .image_area .image::before {
		padding-top: calc(100% * (224 / 299));
	}

	body > main > section#section_feature section.assistance .inner .text_area .num_image span {
		width: calc(100% * (56 / 297));
	}

	body > main > section#section_feature section.assistance .inner .text_area .num_image span::before {
		padding-top: calc(100% * (60 / 56));
	}

	body > main > section#section_feature section.assistance .inner .text_area .num_image h3 {
		margin-left: calc(1em * (16 / 24));
	}

	body > main > section#section_feature section.assistance .inner .text_area .button_block {
		flex-direction: column;
	}

	body > main > section#section_feature section.assistance .inner .text_area .button_block a:first-child {
		padding: 0;
		width: 100%;
		height: calc(1em * (56 / 16));
	}

	body > main > section#section_feature section.assistance .inner .text_area .button_block a:last-child {
		margin-top: 1em;
		width: 100%;
	}

	body > main > section#section_feature section.assistance .inner .image_area .image::before {
		padding-top: calc(100% * (524 / 295));
	}

	body > main > section#section_feature section.support .inner .text_area {
		padding: 0;
		width: 100%;
	}

	body > main > section#section_feature section.support .inner .text_area .num_image {
	}

	body > main > section#section_feature section.support .inner .text_area .num_image span {
		flex-shrink: 0;
		width: calc(100% * (56 / 297));
	}

	body > main > section#section_feature section.support .inner .text_area .num_image span::before {
		padding-top: calc(100% * (60 / 56));
	}

	body > main > section#section_feature section.support .inner .text_area .num_image h3 {
		margin-left: calc(1em * (16 / 24));
	}

	body > main > section#section_feature section.support .inner .text_area p {
		/* 18-40px : 375-896 */
		font-size: 18px;
		font-size: max(1.125rem, min(0.135rem + 4.22vw, 2.5rem));
		font-size: clamp(1.125rem, 0.135rem + 4.22vw, 2.5rem);
	}

	body > main > section#section_feature section.support .inner .image_area .image::before {
		padding-top: calc(100% * (295 / 295));
	}

	body > main > section#section_feature section.security .inner .text_area {
		padding: 0;
		width: 100%;
	}

	body > main > section#section_feature section.security .inner .text_area .num_image {
	}

	body > main > section#section_feature section.security .inner .text_area .num_image span {
		flex-shrink: 0;
		width: calc(100% * (58 / 297));
	}

	body > main > section#section_feature section.security .inner .text_area .num_image span::before {
		padding-top: calc(100% * (60 / 58));
	}

	body > main > section#section_feature section.security .inner .text_area .num_image h3 {
		margin-left: calc(1em * (14 / 24));
	}

	body > main > section#section_feature section.security .inner .text_area p {
		/* 18-40px : 375-896 */
		font-size: 18px;
		font-size: max(1.125rem, min(0.135rem + 4.22vw, 2.5rem));
		font-size: clamp(1.125rem, 0.135rem + 4.22vw, 2.5rem);
	}

	body > main > section#section_feature section.security .inner .image_area {
		margin-top: 2.5em;
	}

	body > main > section#section_feature section.security .inner .image_area .image {
		width: 100%;
	}

	body > main > section#section_feature section.security .inner .image_area .image::before {
		padding-top: calc(100% * (524 / 295));
	}
}


@media (max-width: 767px) {
	body > main section#section_about .map-link.-withwellness {
		bottom: 19%;
		right: 22%;
		padding: 3.7%;
		width: 49%;
		height: unset;
	}
}


@media (max-width: 374px) {
	body > main > section#section_about h2 {
		/* 20-24px : 320-375 */
		font-size: 20px;
		font-size: max(1.25rem, min(-0.205rem + 7.27vw, 1.5rem));
		font-size: clamp(1.25rem, -0.205rem + 7.27vw, 1.5rem);
	}

	body > main > section#section_about h2 span:not([class]) {
		/* 13-16px : 320-375 */
		font-size: 13px;
		font-size: max(0.813rem, min(-0.278rem + 5.45vw, 1rem));
		font-size: clamp(0.813rem, -0.278rem + 5.45vw, 1rem);
	}

	body > main > section#section_about .lead_text_block {
		/* 17-20px : 320-375 */
		font-size: 17px;
		font-size: max(1.063rem, min(-0.028rem + 5.45vw, 1.25rem));
		font-size: clamp(1.063rem, -0.028rem + 5.45vw, 1.25rem);
	}

	body > main > section#section_about .text_block {
		/* 15-18px : 320-375 */
		font-size: 15px;
		font-size: max(0.938rem, min(-0.153rem + 5.45vw, 1.125rem));
		font-size: clamp(0.938rem, -0.153rem + 5.45vw, 1.125rem);
	}
	body > main > section#section_execution h2 {
		/* 20-24px : 320-375 */
		font-size: 20px;
		font-size: max(1.25rem, min(-0.205rem + 7.27vw, 1.5rem));
		font-size: clamp(1.25rem, -0.205rem + 7.27vw, 1.5rem);
	}

	body > main > section#section_execution h2 span:not([class]) {
		/* 13-16px : 320-375 */
		font-size: 13px;
		font-size: max(0.813rem, min(-0.278rem + 5.45vw, 1rem));
		font-size: clamp(0.813rem, -0.278rem + 5.45vw, 1rem);
	}

	body > main section#section_execution section h3 {
		/* 20-24px : 320-375 */
		font-size: 20px;
		font-size: max(1.25rem, min(-0.205rem + 7.27vw, 1.5rem));
		font-size: clamp(1.25rem, -0.205rem + 7.27vw, 1.5rem);
	}

	body > main section#section_execution section .inner {
		/* 17-20px : 320-375 */
		font-size: 17px;
		font-size: max(1.063rem, min(-0.028rem + 5.45vw, 1.25rem));
		font-size: clamp(1.063rem, -0.028rem + 5.45vw, 1.25rem);
	}

	body > main section#section_execution section .list_execution .execution_slider_text div {
		/* 13-16px : 320-375 */
		font-size: 13px;
		font-size: max(0.813rem, min(-0.278rem + 5.45vw, 1rem));
		font-size: clamp(0.813rem, -0.278rem + 5.45vw, 1rem);
	}

	body > main section#section_execution section .execution_slider .slick-prev {
		/* 13-16px : 320-375 */
		font-size: 13px;
		font-size: max(0.813rem, min(-0.278rem + 5.45vw, 1rem));
		font-size: clamp(0.813rem, -0.278rem + 5.45vw, 1rem);
	}

	body > main section#section_execution section .execution_slider .slick-next {
		/* 13-16px : 320-375 */
		font-size: 13px;
		font-size: max(0.813rem, min(-0.278rem + 5.45vw, 1rem));
		font-size: clamp(0.813rem, -0.278rem + 5.45vw, 1rem);
	}

	body > main section#section_execution section .text_area .text {
		/* 15-18px : 320-375 */
		font-size: 15px;
		font-size: max(0.938rem, min(-0.153rem + 5.45vw, 1.125rem));
		font-size: clamp(0.938rem, -0.153rem + 5.45vw, 1.125rem);
	}

	body > main section#section_execution section .text_area .execution_slider.-text li {
		/* 13-16px : 320-375 */
		font-size: 13px;
		font-size: max(0.813rem, min(-0.278rem + 5.45vw, 1rem));
		font-size: clamp(0.813rem, -0.278rem + 5.45vw, 1rem);
	}

	body > main section#section_execution section.data_linkage .inner .image_area h4 {
		/* 13-16px : 320-375 */
		font-size: 13px;
		font-size: max(0.813rem, min(-0.278rem + 5.45vw, 1rem));
		font-size: clamp(0.813rem, -0.278rem + 5.45vw, 1rem);
	}

	body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart {
		/* 13-16px : 320-375 */
		font-size: 13px;
		font-size: max(0.813rem, min(-0.278rem + 5.45vw, 1rem));
		font-size: clamp(0.813rem, -0.278rem + 5.45vw, 1rem);
	}

	body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li p {
		/* 13-16px : 320-375 */
		font-size: 13px;
		font-size: max(0.813rem, min(-0.278rem + 5.45vw, 1rem));
		font-size: clamp(0.813rem, -0.278rem + 5.45vw, 1rem);
	}

	body > main section#section_execution section.data_linkage .inner .image_area ul.patient_chart li.yuyama p.text sub {
		/* 10-12px : 320-375 */
		font-size: 10px;
		font-size: max(0.625rem, min(-0.102rem + 3.64vw, 0.75rem));
		font-size: clamp(0.625rem, -0.102rem + 3.64vw, 0.75rem);
	}

	body > main > section#section_execution section.data_linkage .inner .image_area > p {
		/* 13-16px : 320-375 */
		font-size: 13px;
		font-size: max(0.813rem, min(-0.278rem + 5.45vw, 1rem));
		font-size: clamp(0.813rem, -0.278rem + 5.45vw, 1rem);
	}

	body > main > section#section_execution section.satisfaction .text_area ul.note_list {
		/* 11-13px : 320-375 */
		font-size: 11px;
		font-size: max(0.688rem, min(-0.04rem + 3.64vw, 0.813rem));
		font-size: clamp(0.688rem, -0.04rem + 3.64vw, 0.813rem);
	}

	body > main > section#section_feature h2 {
		/* 20-24px : 320-375 */
		font-size: 20px;
		font-size: max(1.25rem, min(-0.205rem + 7.27vw, 1.5rem));
		font-size: clamp(1.25rem, -0.205rem + 7.27vw, 1.5rem);
	}

	body > main > section#section_feature h2 span:not([class]) {
		/* 13-16px : 320-375 */
		font-size: 13px;
		font-size: max(0.813rem, min(-0.278rem + 5.45vw, 1rem));
		font-size: clamp(0.813rem, -0.278rem + 5.45vw, 1rem);
	}

	body > main > section#section_feature section .inner {
		/* 15-18px : 320-375 */
		font-size: 15px;
		font-size: max(0.938rem, min(-0.153rem + 5.45vw, 1.125rem));
		font-size: clamp(0.938rem, -0.153rem + 5.45vw, 1.125rem);
	}

	body > main > section#section_feature section .inner .text_area .num_image h3 {
		/* 24-28px : 320-375 */
		font-size: 24px;
		font-size: max(1.5rem, min(0.045rem + 7.27vw, 1.75rem));
		font-size: clamp(1.5rem, 0.045rem + 7.27vw, 1.75rem);
	}

	body > main > section#section_feature section .inner .text_area p {
		/* 15-18px : 320-375 */
		font-size: 15px;
		font-size: max(0.938rem, min(-0.153rem + 5.45vw, 1.125rem));
		font-size: clamp(0.938rem, -0.153rem + 5.45vw, 1.125rem);
	}

	body > main > section#section_feature section .inner .text_area a {
		/* 13-16px : 320-375 */
		font-size: 13px;
		font-size: max(0.813rem, min(-0.278rem + 5.45vw, 1rem));
		font-size: clamp(0.813rem, -0.278rem + 5.45vw, 1rem);
	}

	body > main > section#section_feature section .inner .text_area ul.note_list {
		/* 11-13px : 320-375 */
		font-size: 11px;
		font-size: max(0.688rem, min(-0.04rem + 3.64vw, 0.813rem));
		font-size: clamp(0.688rem, -0.04rem + 3.64vw, 0.813rem);
	}

	body > main > section#section_feature section.support .inner .text_area p {
		/* 15-18px : 320-375 */
		font-size: 15px;
		font-size: max(0.938rem, min(-0.153rem + 5.45vw, 1.125rem));
		font-size: clamp(0.938rem, -0.153rem + 5.45vw, 1.125rem);
	}

	body > main > section#section_feature section.security .inner .text_area p {
		/* 15-18px : 320-375 */
		font-size: 15px;
		font-size: max(0.938rem, min(-0.153rem + 5.45vw, 1.125rem));
		font-size: clamp(0.938rem, -0.153rem + 5.45vw, 1.125rem);
	}
}


/* about-withwellness */

body > main section#section_execution section.about-withwellness .inner .text_area {
	padding-right: 0;
	width: auto;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 1rem;
}

body > main section#section_execution section.about-withwellness .inner .text_area h3 {
	grid-column: 1 / 4;
}

body > main section#section_execution section.about-withwellness .inner .text_area .text {
	margin-bottom: 0;
	grid-column: 2 / 4;
	display: grid;
    gap: 1rem;
	font-size: 18px;
}

body > main section#section_execution section.about-withwellness .inner .ww-image {
    width: clamp(150px,55%,210px);
	margin: auto;
}

body > main section#section_execution section.about-withwellness .inner .about-withwellness_execution {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	border-radius: 8px;
	background-color: #ebf4ff;
	margin-right: 80px;
	padding: 1.5em 3em 1.6em;
	width: min(100%, 560px);
}

body > main section#section_execution section.about-withwellness .inner .about-withwellness_execution h4 {
	color: #0052a2;
	font-size: 1.2em;
	margin-bottom: 10px;
}

body > main section#section_execution section.about-withwellness .inner .about-withwellnes_list{
	display: grid;
	gap: 6px;
}

body > main section#section_execution section.about-withwellness .inner .about-withwellnes_list li {
	display: grid;
	grid-template-columns: 1.5rem auto;
}

body > main section#section_execution section.about-withwellness .inner .about-withwellnes_list li::before{
	content: "●";
	display: inline-block;
	color: #0052a2;
}

@media (max-width: 896px) {

	body > main section#section_execution section.about-withwellness .inner .text_area .text,
	body > main section#section_execution section.about-withwellness .inner .ww-image {
		grid-column: 1 / 4;
	}

	body > main section#section_execution section.about-withwellness .inner {
		padding: 3.5em 1.5em 2.5em;
	}

	body > main section#section_execution section.about-withwellness .inner .about-withwellness_execution {
		padding: 1.5em 1.5em 1.6em;
	}


}