@charset "shift_jis";
body{
	font-family: 'Heebo', 'Noto Sans CJK JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #4e4d4d;
	overflow-x: hidden;
}
/* override
------------------------------------------------------ */
section.common .btn {
	background-color: #009e8a;
}
section.common .tab-btn {
	border-bottom: solid 1px #009e8a;
}
section.common .tab-btn a {
	border-top: solid 1px #009e8a;
	border-left: solid 1px #009e8a;
	border-right: solid 1px #009e8a;
}
section.common .step {
	border-top: solid #009e8a 3px;
}
section.common .step .intro {
	background: #009e8a;
}
section.common .modal-contents .box h5 {
	color: #009e8a;
}
.overlay {
	z-index: 20;
}
/* layout
------------------------------------------------------ */
#mainContainer {
	margin-top: 150px;
}

/* pc
------------------------------------------------------ */
@media screen and (min-width: 751px) {
	/* override
	------------------------------------------------------ */
	#pageContainer {
		overflow-x: hidden;
	}
	/* header
	------------------------------------------------------ */
	#header {
		position: relative;
		padding: 0;
		border: none;
		z-index: 2;
	}
	#header #headerLogo {
		display: flex;
		align-items: center;
		width: 1200px;
		margin: 0 auto;
		min-height: 78px;
	}
	#header #headerLogo img {
		width: auto;
		height: 50px;
	}
	
	/* layout
	------------------------------------------------------ */
	
	/* footer
	------------------------------------------------------ */
	#footer {
		margin-top: 0;
		padding: 12px 0;
		border: none;
		background-color: #009e8a;
	}
	#footer #copyright {
		text-align: center;
		font-size: 1.4rem;
		color: #fff;
	}
	/* euglena-mainVisual
	------------------------------------------------------ */
	.euglena-mainVisual {
		position: relative;
		margin: 0 min(0px, calc(((100vw - 100%) / 2) * -1));
		height: 750px;
	}
	.euglena-mainVisual::before {
		position: absolute;
		top: 50px;
		left: -20px;
		width: 400px;
		height: 400px;
		background:#009e8a;
		content: "";
		animation: fluidrotate01 10s ease 0s infinite;
	}
	.euglena-mainVisual::after {
		position: absolute;
		bottom: 60px;
		right: 20px;
		width: 400px;
		height: 400px;
		background:#ee8aaa;
		content: "";
		animation: fluidrotate02 10s ease 0s infinite;
	}
	.euglena-mainVisual .euglena-mainVisualMedia {
		margin: 5px auto 0;
		width: 1200px;
		height: 100%;
		position: relative;
		z-index: 1;
	}
	.euglena-mainVisual .euglena-mainVisualTitleSub,
	.euglena-mainVisual .euglena-mainVisualTitle {
		font-weight: bold;
		color: #000;
	}
	.euglena-mainVisual .euglena-mainVisualTitleSub {
		font-size: 2.6rem;
	}
	.euglena-mainVisual .euglena-mainVisualTitle {
		font-size: 5rem;
		line-height: 1.4;
	}
	.euglena-mainVisual .euglena-mainVisualText {
		font-weight: bold;
		font-size: 2.6rem;
		color: #009e8a;
		margin-top: 3rem;
		text-align: center;
	}
	.euglena-mainVisual .euglena-mainVisualTitleBox {
		position: absolute;
		top: 87px;
		left: 0;
	}
	.euglena-mainVisual .euglena-mainVisualMediaHead {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
	}
	.euglena-mainVisual .euglena-mainVisualMediaBody {
		position: absolute;
		top: 220px;
		left: 0;
	}
	.euglena-mainVisual .euglena-mainVisualButtonBox {
		position: absolute;
		bottom: 70px;
		left: calc(50% - 180px);
		z-index: 3;
	}
	.euglena-mainVisual .euglena-mainVisualBodyImage {
		width: 420px;
	}
	.euglena-mainVisual .euglena-mainVisualBodyImage > img {
		box-shadow: 0px 30px 30px 0px rgba(0,0,0,0.2);
		border-radius: 10px;
	}
	.euglena-mainVisual 
	.euglena-mainVisual .euglena-mainVisualButton {
		margin-top: 25px;
	}
	.euglena-mainVisual .euglena-mainVisualButton a,
	.euglena-benefitMedia .euglena-benefitMediaDetail .euglena-benefitButton > a {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		position: relative;
		min-width: 357px;
		min-height: 44px;
		padding: 9px 40px 6px;
		border-radius: 22px;
		background-color: #4e4d4d;
		text-align: center;
		font-size: 2rem;
		color: #fff;
		text-decoration: none;
	}
	.euglena-mainVisual .euglena-mainVisualButton a:hover,
	.euglena-benefitMedia .euglena-benefitMediaDetail .euglena-benefitButton > a:hover,
  .euglena-introductionList > li > a:hover,
  .euglena-introductionText > a:hover,
  .euglena-boxText01 > a:hover {
		opacity: 1;
	}
	.euglena-mainVisual .euglena-mainVisualButton a::before,
	.euglena-benefitMedia .euglena-benefitMediaDetail .euglena-benefitButton > a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 20px;
		width: 17px;
		height: 10px;
		margin-top: -5px;
		background: url("/collabo/euglena/img-files/index_ic01.webp") no-repeat 0 0 / contain;
		transition: 0.3s all ease-out;
	}
	.euglena-mainVisual .euglena-mainVisualButton a:hover::before,
	.euglena-benefitMedia .euglena-benefitMediaDetail .euglena-benefitButton > a:hover::before {
		transform: translateY(5px);
	}
	/* heading */
	.euglena-heading02 {
		margin-top: 30px;
		margin-bottom: 40px;
	}
	.euglena-heading02 .euglena-heading02Title {
		position: relative;
		padding-bottom: 10px;
		text-align: center;
		font-size: 3.6rem;
		font-weight: bold;
		line-height: 1.3;
	}
	.euglena-heading02 .euglena-heading02Title::before {
		content: '';
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		width: 37px;
		height: 2px;
		margin: auto;
		background-color: #009e8a;
	}
	.euglena-heading02-02 {
		margin-top: 25px;
		margin-bottom: 30px;
	}
	.euglena-heading02-02 .euglena-heading02Title {
		text-align: center;
		font-size: 3rem;
		font-weight: bold;
		line-height: 1.4;
	}
	/* euglena-figure */
	.euglena-figureWrap {
		margin-top: 50px;
		display: flex;
		justify-content: center;
	}
	/* euglena-explanationBox */
	.euglena-explanationBox {
		margin-top: 125px;
		background-color: #f2faf9;
		border-radius: 17px;
		padding: 40px 30px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.euglena-explanationBoxTitle {
		font-size: 3rem;
		font-weight: bold;
		text-align: center;
	}
	.euglena-explanationBoxSubtitle {
		margin-top: 30px;
		font-size: 2.6rem;
		color: #009e8a;
		font-weight: bold;
		text-align: center;
	}
	.euglena-explanationBoxBody {
		margin-top: 40px;
		display: flex;
		height: 220px;
		gap: 90px;
	}
	.euglena-explanationBoxBodyItem {
		width: 320px;
		position: relative;
		display: flex;
		flex-direction: column;
		gap: 30px;
	}
	.euglena-explanationBoxBodyItem + .euglena-explanationBoxBodyItem::before {
		background: url("/collabo/euglena/img-files/index_ic05.webp") no-repeat;
		position: absolute;
		top: calc(50% - 17px);
		left: -60px;
		width: 38px;
		height: 43px;
		content: '';
	}
	.euglena-explanationInnerBox {
		background-color: #fff;
		border-radius: 18px;
		padding: 0 20px;
	}
	.euglena-explanationMedia {
		display: flex;
		align-items: center;
		padding: 20px 0;
	}
	.euglena-explanationMedia02 {
		display: flex;
		flex-direction: column;
		padding: 15px 0;
		position: relative;
	}
	.euglena-explanationMedia .euglena-explanationMediaImage01 > img {
		width: 52px
	}
	.euglena-explanationMedia .euglena-explanationMediaImage02 > img {
		width: 60px
	}
	.euglena-explanationMediaText {
		margin-left: 23px;
		font-weight: bold;
		font-size: 20px;
	}
	.euglena-explanationMedia02 .euglena-explanationMediaImage {
		text-align: center;
	}
	.euglena-explanationMedia02 .euglena-explanationMediaImage > img {
		height: 80px;
	}
	.euglena-explanationMediaTextRight {
		text-align: right;
		font-weight: bold;
		font-size: 20px;
	}
	.euglena-explanationImage {
		padding: 9px 0 7px;
	}
	/* euglena-explanationList */
	.euglena-explanationList {
		margin-top: 10px;
	}
	.euglena-explanationList > li + li {
		margin-top: 5px;
	}
	.euglena-explanationList > li {
		position: relative;
		padding-left: 8px;
		font-weight: bold;
		font-size: 20px;
	}
	.euglena-explanationList > li:before {
		content: "";
		position: absolute;
		height: 5px;
		width: 5px;
		top: 0.55em;
		left: 0;
		border-radius: 50%;
		background-color: #4e4d4d;
	}
	.euglena-explanationList > li > .euglena-explanationList {
		margin: 5px 0 0 5px;
	}
	.euglena-explanationList02 {
		margin-top: 35px;
	}
	.euglena-explanationList02 > li {
		position: relative;
		padding-left: 2.5em;
		font-size: 1.6rem;
	}
	.euglena-explanationList02 > li + li {
		margin-top: 8px;
	}
	.euglena-explanationList02 > li > .mark {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	/* euglena-introductionBox */
	.euglena-introductionSection + * {
		margin-top: 180px;
	}
	.euglena-introductionBox {
		margin: 160px min(0px, calc(((100vw - 100%) / 2) * -1)) 0;
		padding: 60px 0;
		position: relative;
		background-color: #f4f3ee;
	}
	.euglena-introductionBox::before {
		background: url("/collabo/euglena/img-files/index_bg01.webp") no-repeat right 0 bottom 0/contain;
		position: absolute;
		content: '';
		width: 100%;
		height: 82px;
		top: -65px;
		left: 0;
	}
	.euglena-introductionBox::after {
		background: url("/collabo/euglena/img-files/index_bg02.webp") no-repeat right 0 bottom 0/contain;
		position: absolute;
		content: '';
		width: 100%;
		height: 100px;
		bottom: -60px;
		left: 0;
	}
	.euglena-introductionBox .euglena-introductionBoxInner {
		width: 1200px;
		margin: 0 auto;
	}
	.euglena-introductionText {
		margin-top: 25px;
		font-size: 1.8rem;
		text-align: center;
	}
	/* euglena-introductionMedia */
	.euglena-introductionMedia {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.euglena-introductionMediaHead {
		margin-top: 50px;
		position: relative;
	}
	.euglena-introductionMediaGraph {
		text-align: center;
	}
	.euglena-introductionGraphCaption {
		width: 480px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.euglena-introductionGraphText {
		font-size: 1.8rem;
	}
	.euglena-introductionGraphTitle {
		margin-top: 33px;
		font-weight: bold;
		font-size: 2.6rem;
	}
	.euglena-introductionList > li > a,
	.euglena-introductionText > a,
	.euglena-boxText01 > a {
		color: #009e8a;
		display: inline;
	}
	/* euglena-introductionMedia02 */
	.euglena-introductionMedia02 {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		flex-wrap: wrap;
		column-gap: 120px;
	}
	.euglena-introductionMedia02 .euglena-introductionMediaBody {
		width: 460px;
	}
	.euglena-introductionMedia02 .euglena-introductionMediaBody .euglena-introductionText {
		text-align: start;
	}
	/* euglena-introductionList */
	.euglena-introductionList {
		margin-top: 20px;
		display: flex;
		justify-content: center;
	}
	.euglena-introductionList > li {
		position: relative;
		padding-left: 1.6em;
		font-size: 1.6rem;
		line-height: 1.9;
	}
	.euglena-introductionList > li + li {
		margin-top: 5px;
	}
	.euglena-introductionList > li > .mark {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	/* euglena-introductionBoxHeading03 */
	.euglena-introductionBoxHeading03 {
		margin-top: 3.4rem;
	}
	.euglena-introductionBoxHeading03Title {
		font-weight: bold;
		font-size: 3rem;
		color: #009e8a;
		text-align: center;
	}
	/* euglena-benefitMedia */
	.euglena-benefitMedia {
		display: grid;
		grid-template-rows: auto;
		justify-items: center;
	}
	.euglena-benefitMediaImage {
		grid-column: 1;
		grid-row: 1 / 3;
	}
	.euglena-benefitMediaTitle {
		font-weight: bold;
		font-size: 3rem;
		grid-column: 2;
		grid-row: 1;
	}
	.euglena-benefitMediaTitleStrong {
		font-weight: bold;
		font-size: 4rem;
	}
	.euglena-benefitMediaDetail {
		grid-column: 2;
		grid-row: 2;
	}
	.euglena-benefitButton {
		margin-top: 20px;
	}
	/* euglena-benefitList */
	.euglena-benefitList {
		margin-top: 20px;
	}
	.euglena-benefitList > li {
		position: relative;
		padding-left: 1.6em;
		font-size: 1.6rem;
	}
	.euglena-benefitList > li + li {
		margin-top: 5px;
	}
	.euglena-benefitList > li > .mark {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	/* euglena-section */
	.euglena-section {
		margin: 0 min(0px, calc(((100vw - 100%) / 2) * -1));
		padding: 80px 0 80px;
		background-color: #009e8a;
	}
	.euglena-section .euglena-sectionInner {
		position: relative;
		width: 1200px;
		margin: 0 auto;
	}
	.euglena-box:not(:first-of-type) {
		margin-top: 40px;
	}
	.euglena-box .euglena-boxInner {
		padding: 35px 35px 60px;
		border-radius: 40px;
		background-color: #fff;
	}
	.euglena-box .euglena-boxInner >:first-child {
		margin-top: 0 !important;
	}
	.euglena-box .euglena-boxHeading2 {
		margin-top: 20px;
		margin-bottom: 30px;
		text-align: center;
		font-size: 3.6rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.euglena-box .euglena-boxText {
		margin-top: 10px;
		font-size: 1.8rem;
	}
	.euglena-box .euglena-boxList {
		margin-top: 10px;
	}
	.euglena-box .euglena-boxList > li {
		position: relative;
		padding-left: 18px;
		font-size: 1.8rem;
	}
	.euglena-box .euglena-boxList > li + li {
		margin-top: 10px;
	}
	.euglena-box .euglena-boxList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* euglena-section02 */
	.euglena-section02 {
		margin: 0 min(0px, calc(((100vw - 100%) / 2) * -1));
		padding: 80px 0 70px;
		background-color: #f4f3ee;
	}
	.euglena-section02 .euglena-section02Inner {
		position: relative;
		width: 1200px;
		margin: 0 auto;
	}
	.euglena-section02 .euglena-section02Inner >:first-child {
		margin-top: 0 !important;
	}
	.euglena-heading02-02 {
		margin-top: 25px;
		margin-bottom: 30px;
	}
	.euglena-heading02-02 .euglena-heading02Title {
		text-align: center;
		font-size: 3rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.euglena-image {
		margin: 30px auto 0;
		width: 224px;
	}
	.euglena-lead {
		margin-top: 35px;
		text-align: center;
		font-size: 3rem;
		font-weight: bold;
		color: #009e8a;
		line-height: 1.4;
	}
	.euglena-text {
		margin-top: 30px;
		font-size: 2.1rem;
		line-height: 1.8;
	}
	/* text */
	.euglena-textCenter {
		font-size: 1.8rem;
		line-height: 1.66;
		text-align: center;
	}
	.euglena-boxText01 {
		font-size: 1.8rem;
		line-height: 2;
	}
	/* float */
	.euglena-floatWrap {
		position: relative;
	}
	.euglena-float {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: #f4f3ee;
	}
	.euglena-floatWrap.is-fixed .euglena-float {
		position: fixed;
		z-index: 10;
	}
	.euglena-float .euglena-floatInner {
		width: 1200px;
		margin: 0 auto;
		padding: 18px 0 30px;
	}
	.euglena-float .euglena-floatButtonWrap {
		display: flex;
		gap: 40px;
	}
	.euglena-float .euglena-floatButton {
		width: calc(50% - 40px / 2);
		text-align: center;
	}
	.euglena-float .euglena-floatButton >:first-child {
		margin-top: 0 !important;
	}
	.euglena-float .euglena-floatButton .euglena-floatButtonText {
		display: flex;
		justify-content: center;
		align-items: center;
		font-weight: bold;
		color: #009e8a;
		margin-top: 10px;
		font-size: 1.8rem;
	}
	.euglena-float .euglena-floatButton .euglena-floatButtonLink {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		min-height: 60px;
		margin-top: 15px;
		padding: 5px 40px;
		border-radius: 30px;
		background-color: #333;
		text-align: center;
		font-size: 2.8rem;
		color: #fff;
		text-decoration: none;
		transition: 0.3s all ease-out;
	}
	.euglena-float .euglena-floatButton .euglena-floatButtonLink:hover {
		opacity: 0.7;
	}
	.euglena-float .euglena-floatButton a[data-color="white"] {
		background-color: #fff;
		color: #009e8a;
		border: 2px #009e8a solid;
	}
	.euglena-float .euglena-floatButton a[data-color="green"] {
		background-color: #009e8a;
	}
	.euglena-float .euglena-floatButton .euglena-floatButtonLink::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 16px;
		width: 12px;
		height: 8px;
		margin-top: -4px;
		background: url("/collabo/euglena/img-files/index_ic01.webp") no-repeat 0 0 / contain;
		transform: rotate(-90deg);
	}
	.euglena-float .euglena-floatButton a[data-color="white"].euglena-floatButtonLink::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 16px;
		width: 12px;
		height: 8px;
		margin-top: -4px;
		background: url("/collabo/euglena/img-files/index_ic02.webp") no-repeat 0 0 / contain;
		transform: rotate(-90deg);
	}
}
/* sp
------------------------------------------------------ */
@media screen and (max-width: 750px) {
	/* override
	------------------------------------------------------ */
	body{
		font-size: 1.5rem;
	}
	section.common {
		padding: 0 5px;
	}
	section.common .tab-btn a {
		font-size: 1.4rem;
	}
	/* header
	------------------------------------------------------ */
	#header {
		position: relative;
		padding: 0;
		border: none;
		z-index: 2;
		height: 45px;
		background-color: #fff;
	}
	#header #headerLogo {
		display: flex;
		align-items: center;
		width: 100%;
		margin: 0 auto;
		padding: 0 10px;
		min-height: 45px;
	}
	#header #headerLogo img {
		width: auto;
		height: 28px;
	}
	/* layout
	------------------------------------------------------ */
	#mainContainer {
		margin-top: 80px;
	}
	#mainContents{
		padding: 0 10px;
	}
	/* footer
	------------------------------------------------------ */
	#footer {
		margin-top: 0;
		padding: 16px 10px 16px;
		border: none;
		background-color: #009e8a;
	}
	#footer #copyright {
		text-align: center;
		font-size: 1.2rem;
		color: #fff;
	}
	/* euglena-mainVisual
	------------------------------------------------------ */
	.euglena-mainVisual {
		position: relative;
		width: 100%;
		height: 560px;
		background-color: #fff;
	}
	.euglena-mainVisual::before {
		position: absolute;
		top: 70px;
		left: -60px;
		width: 25vh;
		height: 25vh;
		background:#009e8a;
		content: "";
		animation: fluidrotate01 10s ease 0s infinite;
	}
	.euglena-mainVisual::after {
		position: absolute;
		bottom: 190px;
		right: -80px;
		width: 25vh;
		height: 25vh;
		background:#ee8aaa;
		content: "";
		animation: fluidrotate02 10s ease 0s infinite;
	}
	.euglena-mainVisual .euglena-mainVisualMedia {
		margin-top: 27px;
		display: flex;
		height: 100%;
		flex-direction: column;
		align-items: center;
		position: relative;
		z-index: 1;
		overflow: hidden;
	}
	.euglena-mainVisual .euglena-mainVisualMediaHead {
		margin: 20px 10px 0 0;
	}
	.euglena-mainVisualImage {
		max-width: 490px;
	}
	.euglena-mainVisualMedia .euglena-mainVisualMediaBody {
		position: absolute;
		bottom: 55px;
		left: calc(50% - 125px);
	}
	.euglena-mainVisual .euglena-mainVisualBodyImage {
		width: 250px;
	}
	.euglena-mainVisual .euglena-mainVisualBodyImage > img {
		box-shadow: 0px 15px 15px 0px rgba(0,0,0,0.2);
		border-radius: 5px;
	}
	.euglena-mainVisual .euglena-mainVisualButton {
		position: absolute;
		bottom: 24px;
		left: calc(50% - 112px);
		width: 225px;
	}
	.euglena-mainVisual .euglena-mainVisualButton > a {
		width: 100%;
	}
	.euglena-mainVisual .euglena-mainVisualButton a,
	.euglena-benefitMedia .euglena-benefitMediaDetail .euglena-benefitButton > a {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		position: relative;
		min-width: 125px;
		min-height: 28px;
		padding: 3px 28px;
		border-radius: calc(28 / 720 * 100vw);
		background-color: #4e4d4d;
		text-align: center;
		font-size: 13px;
		color: #fff;
		text-decoration: none;
	}
	.euglena-mainVisual .euglena-mainVisualButton a::before,
	.euglena-benefitMedia .euglena-benefitMediaDetail .euglena-benefitButton > a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: calc(24 / 720 * 100vw);
		width: calc(20 / 720 * 100vw);
		height: calc(12 / 720 * 100vw);
		margin-top: calc(6 / 720 * 100vw * -1);
		background: url("/collabo/euglena/img-files/index_ic01.webp") no-repeat 0 0 / contain;
	}
	.euglena-mainVisual .euglena-mainVisualTitleSub,
	.euglena-mainVisual .euglena-mainVisualTitle {
		font-weight: bold;
		color: #000;
	}
	.euglena-mainVisual .euglena-mainVisualTitleSub {
		font-size: 1.6rem;
		line-height: 1.55;
	}
	.euglena-mainVisual .euglena-mainVisualTitle {
		font-size: 4rem;
		line-height: 1;
	}
	.euglena-mainVisual .euglena-mainVisualText {
		font-weight: bold;
		font-size: 1.6rem;
		color: #009e8a;
		margin-top: 1rem;
		text-align: center;
	}
	/* module
	------------------------------------------------------ */
	/* heading */
	.euglena-heading02 {
		margin-top: 20px;
		margin-bottom: 25px;
	}
	.euglena-heading02 .euglena-heading02Title {
		position: relative;
		padding-bottom: 12px;
		text-align: center;
		font-size: 2.5rem;
		font-weight: bold;
		line-height: 1.3;
	}
	.euglena-heading02 .euglena-heading02Title::before {
		content: '';
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		width: 30px;
		height: 2px;
		margin: auto;
		background-color: #009e8a;
	}
	.euglena-heading02-02 {
		margin-top: 15px;
		margin-bottom: 20px;
	}
	.euglena-heading02-02 .euglena-heading02Title {
		text-align: center;
		font-size: 1.7rem;
		font-weight: bold;
		line-height: 1.4;
	}
	/* euglena-figure */
	.euglena-figureWrap {
		margin-top: 10px;
		display: flex;
		justify-content: center;
	}
	.euglena-figure {
		width: 200px;
	}
	/* euglena-explanationBox */
	.euglena-explanationBox {
		margin-top: 37px;
		background-color: #f2faf9;
		border-radius: 9px;
		padding: 25px 10px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.euglena-explanationBoxTitle {
		font-size: 2rem;
		font-weight: bold;
		text-align: center;
	}
	.euglena-explanationBoxSubtitle {
		font-size: 1.6rem;
		color: #009e8a;
		font-weight: bold;
		text-align: center;
		line-height: 1.2;
		margin-top: 15px;
	}
	.euglena-explanationBoxBody {
		margin-top: 15px;
		display: flex;
		align-items: center;
		gap: 45px;
		flex-direction: column;
		width: 100%;
	}
	.euglena-explanationBoxBodyItem {
		position: relative;
		display: flex;
		gap: 10px;
		width: 100%;
	}
	.euglena-explanationBoxBodyItem:last-child {
		width: 77%;
		max-width: 300px;
	}
	.euglena-explanationBoxBodyItem + .euglena-explanationBoxBodyItem::before {
		background: url("/collabo/euglena/img-files/index_ic05.webp") no-repeat right 0 bottom 0/contain;
		position: absolute;
		top: -40px;
		left: calc(50% - 11px);
		width: 22px;
		height: 22px;
		transform: rotate(-30deg);
		content: '';
	}
	.euglena-explanationInnerBox {
		background-color: #fff;
		border-radius: 10px;
		width: 100%;
	}
	.euglena-explanationMedia {
		display: flex;
		align-items: center;
		flex-direction: column;
		padding: 10px 0;
	}
	.euglena-explanationMedia02 {
		display: flex;
		flex-direction: row;
		align-items: center;
		height: 110px;
	}
	.euglena-explanationMedia .euglena-explanationMediaImage > img {
		width: 38px
	}
	.euglena-explanationMediaText {
		margin-top: 10px;
		font-weight: bold;
		font-size: 1.3rem;
		line-height: 1.4;
	}
	.euglena-explanationMedia .euglena-explanationMediaImage02 {
		margin-top: -4px;
	}
	.euglena-explanationMedia .euglena-explanationMediaImage01 > img {
		height: 25px;
		width: 37px;
	}
	.euglena-explanationMedia .euglena-explanationMediaImage02 > img {
		height: 35px;
		width: 35px;
	}
	.euglena-explanationMediaImage02 + .euglena-explanationMediaText {
		margin-top: 3px;
	}
	.euglena-explanationMedia02 .euglena-explanationMediaImage {
		text-align: center;
	}
	.euglena-explanationMedia02 .euglena-explanationMediaImage > img {
		height: 60px;
		width: 145px;
	}
	.euglena-explanationMediaTextRight {
		text-align: right;
		font-weight: bold;
		font-size: 1.3rem;
		position: absolute;
		right: 8px;
		bottom: 20px;
	}
	.euglena-explanationImage {
		padding: 9px 16px 3px;
	}
	/* euglena-explanationList */
	.euglena-explanationList {
		margin-left: 10px;
	}
	.euglena-explanationList > li {
		position: relative;
		padding-left: 6px;
		font-weight: bold;
		font-size: 1.3rem;
	}
	.euglena-explanationList > li:before {
		content: "";
		position: absolute;
		height: 3px;
		width: 3px;
		top: 0.6em;
		left: 0;
		border-radius: 50%;
		background-color: #4e4d4d;
	}
	.euglena-explanationList > li > .euglena-explanationList {
		margin: 5px 0 0 5px;
	}
	.euglena-explanationList02 {
		margin-top: 20px;
	}
	.euglena-explanationList02 > li {
		position: relative;
		padding-left: 3em;
		font-size: 1.3rem;
		line-height: 1.4;
	}
	.euglena-explanationList02 > li + li {
		margin-top: 5px;
	}
	.euglena-explanationList02 > li > .mark {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	/* euglena-introductionBox */
	.euglena-introductionSection + * {
		margin-top: 72px;
	}
	.euglena-introductionBox {
		width: 100vw;
		margin: 65px -10px 0;
		padding: 25px 10px 40px;
		position: relative;
		background-color: #f4f3ee;
	}
	.euglena-introductionBox::before {
		background: url("/collabo/euglena/img-files/index_bg01_sp.webp") no-repeat right 0 bottom 0/contain;
		position: absolute;
		content: '';
		width: 100%;
		height: 60px;
		top: -60px;
		left: 0;
	}
	.euglena-introductionBox::after {
		background: url("/collabo/euglena/img-files/index_bg02_sp.webp") no-repeat right 0 bottom 0/contain;
		position: absolute;
		content: '';
		width: 100%;
		height: 50px;
		bottom: -22px;
		left: 0;
	}
	.euglena-introductionBox .euglena-introductionBoxInner {
		width: 100%;
		margin: 0 auto;
	}
	.euglena-introductionBoxInner .euglena-heading02 .euglena-heading02Title {
		line-height: 1.2;
	}
	.euglena-introductionText {
		margin-top: 12px;
		font-size: 1.5rem;
		text-align: center;
		line-height: 1.3;
	}
	/* euglena-introductionMedia */
	.euglena-introductionMedia {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.euglena-introductionMediaHead {
		margin-top: 18px;
		position: relative;
	}
	.euglena-introductionMediaGraph {
		text-align: center;
	}
	.euglena-introductionGraphCaption {
		width: 240px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.euglena-introductionGraphText {
		font-size: .9rem;
	}
	.euglena-introductionGraphTitle {
		margin-top: 15px;
		font-weight: bold;
		font-size: 1.3rem;
	}
	.euglena-introductionList > li > a,
	.euglena-introductionText > a,
	.euglena-boxText01 > a {
		color: #009e8a;
		display: inline;
	}
	/* euglena-introductionMedia02 */
	.euglena-introductionMedia02 {
		display: flex;
		flex-direction: column-reverse;
	}
	.euglena-introductionMedia02 .euglena-introductionMediaBody .euglena-introductionText {
		text-align: start;
	}
	/* euglena-introductionList */
	.euglena-introductionList {
		margin-top: 20px;
		display: flex;
		justify-content: center;
	}
	.euglena-introductionList > li {
		position: relative;
		padding-left: 1.6em;
		font-size: 1.3rem;
		line-height: 1.9;
	}
	.euglena-introductionList > li + li {
		margin-top: 5px;
	}
	.euglena-introductionList > li > .mark {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	/* euglena-introductionBoxHeading03 */
	.euglena-introductionBoxHeading03 {
		margin-top: 25px;
	}
	.euglena-introductionBoxHeading03Title {
		font-weight: bold;
		font-size: 1.8rem;
		color: #009e8a;
		text-align: center;
	}
	/* euglena-benefitMedia */
	.euglena-benefitMedia {
		margin: 0 auto;
		display: grid;
		grid-template-rows: auto;
		max-width: 400px;
	}
	.euglena-benefitMediaImage {
		grid-column: 1;
		grid-row: 1;
		width: 100px;
	}
	.euglena-benefitMediaTitle {
		font-weight: bold;
		font-size: 1.7rem;
		margin: 20px 0 0 18px;
		grid-column: 2;
		grid-row: 1;
	}
	.euglena-benefitMediaTitleStrong {
		font-weight: bold;
		font-size: 3rem;
	}
	.euglena-benefitMediaDetail {
		grid-column: 1 / 3;
		grid-row: 2;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.euglena-benefitButton {
		margin-top: 15px;
		width: 225px;
	}
	.euglena-benefitButton > a {
		width: 100%;
	}
	/* euglena-benefitList */
	.euglena-benefitList {
		margin-top: 10px;
	}
	.euglena-benefitList > li {
		position: relative;
		padding-left: 1.6em;
		font-size: 1.3rem;
	}
	.euglena-benefitList > li + li {
		margin-top: 5px;
	}
	.euglena-benefitList > li > .mark {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	.common .euglena-heading02 {
		margin-top: 42px;
	} 
	/* euglena-section */
	.euglena-section {
		width: 100vw;
		margin: 55px 0 0 -10px;
		padding: 8px 10px 40px;
		background-color: #009e8a;
	}
	.euglena-section .euglena-sectionInner {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
	.euglena-box {
		margin-top: 20px;
	}
	.euglena-box .euglena-boxInner {
		padding: 20px 10px 30px;
		border-radius: 10px;
		background-color: #fff;
	}
	.euglena-box .euglena-boxInner >:first-child {
		margin-top: 0 !important;
	}
	.euglena-box .euglena-boxHeading2 {
		margin-top: 15px;
		margin-bottom: 20px;
		text-align: center;
		font-size: 2.5rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.euglena-box .euglena-boxText {
		margin-top: 10px;
		font-size: 1.3rem;
	}
	.euglena-box .euglena-boxList {
		margin-top: 5px;
	}
	.euglena-box .euglena-boxList > li {
		position: relative;
		padding-left: 13px;
		font-size: 1.3rem;
	}
	.euglena-box .euglena-boxList > li + li {
		margin-top: 5px;
	}
	.euglena-box .euglena-boxList > li > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	/* euglena-section02 */
	.euglena-section02 {
		width: 100vw;
		margin-left: -10px;
		padding: 50px 10px 45px;
		background-color: #f4f3ee;
	}
	.euglena-section02 .euglena-section02Inner {
		position: relative;
	}
	.euglena-section02 .euglena-section02Inner >:first-child {
		margin-top: 0 !important;
	}
	.euglena-heading02-02 {
		margin-top: 15px;
		margin-bottom: 20px;
	}
	.euglena-heading02-02 .euglena-heading02Title {
		text-align: center;
		font-size: 1.7rem;
		font-weight: bold;
		line-height: 1.4;
	}
	.euglena-image {
		margin: 20px auto 0;
		width: 140px;
		height: auto;
		text-align: center;
	}
	.euglena-lead {
		margin-top: 25px;
		text-align: center;
		font-size: 1.7rem;
		font-weight: bold;
		color: #009e8a;
		line-height: 1.4;
	}
	.euglena-text {
		margin-top: 15px;
		font-size: 1.5rem;
		line-height: 1.6;
	}
	/* text */
	.euglena-textCenter {
		font-size: 1.3rem;
		line-height: 1.54;
		padding: 0 10px;
	}
	.euglena-boxText01 {
		font-size: 1.3rem;
		line-height: 1.4;
	}
	/* float */
	.euglena-floatWrap {
		position: relative;
	}
	.euglena-float {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: #f4f3ee;
	}
	.euglena-floatWrap.is-fixed .euglena-float {
		position: fixed;
		z-index: 10;
	}
	.euglena-float .euglena-floatInner {
		width: 100%;
		margin: 0 auto;
		padding: 7px 10px;
	}
	.euglena-float .euglena-floatButtonWrap {
		display: flex;
		gap: 10px;
	}
	.euglena-float .euglena-floatButton {
		width: calc(50% - 10px / 2);
		text-align: center;
	}
	.euglena-float .euglena-floatButton >:first-child {
		margin-top: 0 !important;
	}
	.euglena-float .euglena-floatButton .euglena-floatButtonText {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 10px;
		font-size: 1.3rem;
		line-height: 1.2;
	}
	.euglena-float .euglena-floatButton .euglena-floatButtonLink {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		min-height: 40px;
		margin-top: 5px;
		padding: 5px 25px;
		border-radius: 20px;
		background-color: #333;
		text-align: center;
		font-size: 1.5rem;
		color: #fff;
		text-decoration: none;
		transition: 0.3s all ease-out;
	}
	.euglena-float .euglena-floatButton a[data-color="green"] {
		background-color: #009e8a;
	}
	.euglena-float .euglena-floatButton a[data-color="white"] {
		background-color: #fff;
		color: #009e8a;
		border: 2px #009e8a solid;
	}
	.euglena-float .euglena-floatButton .euglena-floatButtonLink::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 12px;
		width: 9px;
		height: 5px;
		margin-top: -2.5px;
		background: url("/collabo/euglena/img-files/index_ic01.webp") no-repeat 0 0 / contain;
		transform: rotate(-90deg);
	}
	.euglena-float .euglena-floatButton a[data-color="white"].euglena-floatButtonLink::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 12px;
		width: 9px;
		height: 5px;
		margin-top: -2.5px;
		background: url("/collabo/euglena/img-files/index_ic02.webp") no-repeat 0 0 / contain;
		transform: rotate(-90deg);
	}
}
/* keyframe
------------------------------------------------------ */
@keyframes fluidrotate01 {
	0%, 100% {
			border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
	}
	14% {
			border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
	}
	28% {
			border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
	}
	42% {
			border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
	}
	56% {
			border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
	}
	70% {
			border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
	}
	84% {
			border-radius: 53% 47% 70% 30% / 30% 80% 20% 70% ;
	}
}
@keyframes fluidrotate02 {
	0%, 100% {
			border-radius: 53% 47% 70% 30% / 62% 80% 20% 38% ;
	}
	14% {
			border-radius: 76% 24% 70% 30% / 62% 15% 85% 38% ;
	}
	28% {
			border-radius: 32% 68% 41% 59% / 62% 21% 79% 38% ;
	}
	42% {
			border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
	}
	56% {
			border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
	}
	70% {
			border-radius: 32% 68% 73% 27% / 21% 21% 79% 79% ;
	}
	84% {
			border-radius: 53% 47% 70% 30% / 30% 80% 20% 70% ;
	}
}

/* liquid
------------------------------------------------------ */
@media screen and (min-width: 1200px) and (max-width: 1920px) {
	
}
@media screen and (min-width: 750px) and (max-width: 1200px) {
	
}