@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

header {
	padding: 2em 0;
}
header .logo img {
	width: 20%;
	max-width: 120px;
}
main {
	font-size: 62.5%;
}

#ecotimeshift {
  width: 100%;
  height: 100%;
  background: #d3edfb;
  color: #000;
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	font-size: clamp(16px, 1.1713vw, 20px);
  line-height: 1.7;
	overflow-x: hidden;
	padding-bottom: 5em;
	position: relative;
	z-index: 1;
}
#ecotimeshift::before,
#ecotimeshift::after {
	content: "";
	width: calc(50% - 450px);
	height: 100%;
	background: #95b7e1;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#ecotimeshift::after {
	left: auto;
	right: 0;
}
#ecotimeshift img {
  width: auto;
  max-width: 100%;
	transition: .5s;
}
#ecotimeshift .container {
	width: 90%;
	max-width: 1024px;
	margin: 0 auto;
}
#ecotimeshift a {
	color: #0071bc;
	text-decoration: underline;
}
#ecotimeshift a:hover {
	text-decoration: none;
}
#ecotimeshift a:hover img {
	opacity: .7;
}
#ecotimeshift .red {color: #ed1c24;}
#ecotimeshift .fs_small {font-size: 90%;}
#ecotimeshift .fs_large {font-size: 110%;}
#ecotimeshift ._mt025 {margin-top: .25em;}
#ecotimeshift ._mt05 {margin-top: .5em;}
#ecotimeshift .normal {font-weight: 400;}
#ecotimeshift .list > li {
	position: relative;
	padding-left: 1.3em;
}
#ecotimeshift .list.custom_2 > li {
  padding-left: 2.3em;
}
#ecotimeshift .list > li + li {
	margin-top: .2em;
}
#ecotimeshift .list._mt > li + li {
	margin-top: 0;
}
#ecotimeshift .list > li::before,
#ecotimeshift .list > li > .num {
	position: absolute;
	top: 0;
	left: 0;
}
#ecotimeshift .list.dot > li::before {
	content: "●";
	color: #3d7741;
}
#ecotimeshift .list.smldot > li::before {
	content: "・";
}
#ecotimeshift .list.circle > li::before {
	content: "○";
}
#ecotimeshift .list.kome > li::before {
	content: "※";
}
#ecotimeshift .tel_link {
	display: inline-block;
	position: relative;
}
#ecotimeshift .tel_link a {
	display: none;
}
#ecotimeshift .trigger {
	cursor: pointer;
	transition: .5s;
}
#ecotimeshift .trigger_target {
	display: none;
}
#ecotimeshift .heading {
	background: url("../images/bg_day.png") no-repeat center calc(100% - 1em) / auto 160px;
	text-align: center;
	position: relative;
	z-index: 1;
	padding: 2em 0 7em;
}
#ecotimeshift .heading::before,
#ecotimeshift .heading::after {
	content: "";
	width: calc(50% - 450px);
	height: 100%;
	background: url("../images/bg_night.png") repeat-x right calc(100% - 1em) / auto 160px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#ecotimeshift .heading::after {
	background: url("../images/bg_night.png") repeat-x left calc(100% - 1em) / auto 160px;
	left: auto;
	right: 0;
}
#ecotimeshift .heading_stit {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}
#ecotimeshift .heading_stit ._img {
	width: 10%;
	max-width: 140px;
}
#ecotimeshift .heading_stit ._copy {
	color: #3d7741;
	font-size: clamp(22px, 1.756vw, 26px);
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: .05em;
	text-shadow: -1px 1px 0 #fff,
							 -2px 1px 0 #fff,
							 0 1px 0 #fff,
							 1px 1px 0 #fff,
							 2px 1px 0 #fff,
							 -1px 0 0 #fff,
							 -2px 0 0 #fff,
							 0 0 0 #fff,
							 1px 0 0 #fff,
							 2px 0 0 #fff,
							 -1px -1px 0 #fff,
							 -2px -1px 0 #fff,
							 0 -1px 0 #fff,
							 1px -1px 0 #fff,
							 2px -1px 0 #fff,
							 -1px 2px 0 #fff,
							 -2px 2px 0 #fff,
							 0 2px 0 #fff,
							 1px 2px 0 #fff,
							 2px 2px 0 #fff,
							 -1px -2px 0 #fff,
							 -2px -2px 0 #fff,
							 0 -2px 0 #fff,
							 1px -2px 0 #fff,
							 2px -2px 0 #fff;
	margin-left: 1em;
}
#ecotimeshift .heading_tit {
	margin-top: -1em;
}
#ecotimeshift .heading_tit img {
	width: 80%;
	max-width: 946px;
}
#ecotimeshift .campaign_box {
	/*background: linear-gradient(120deg, #f8d2e4 20%, #f2a5c8 100%);*/
	background: linear-gradient(135deg, #fffcd0 30%, #fff462 100%);
	border-radius: 1em;
	padding: 2em;
	text-align: center;
	margin-top: 1em;
	position: relative;
}
#ecotimeshift .campaign_box::before {
	content: "";
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 3px solid #f9cb80;
	border-radius: .9em;
	mix-blend-mode: multiply;
	position: absolute;
	top: 7px;
	left: 7px;
}
#ecotimeshift .campaign_box ._tit {
	margin: 0 auto;
}
#ecotimeshift .campaign_box .list {
	text-align: left;
	margin-top: 1em;
}
/*
#ecotimeshift .campaign_box .trigger {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	background: #de1e76;
	border-radius: .5em;
	color: #fff;
	font-size: 120%;
	font-weight: 800;
	line-height: 1;
	padding: .75em 1em .9em;
	margin-top: 1.5em;
}
#ecotimeshift .campaign_box .trigger::after {
	content: "";
	width: .95em;
	height: .75em;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	background: #fff;
	margin: .25em 0 0 .35em;
	transition: .5s;
}
#ecotimeshift .campaign_box .trigger:hover {
	background: #fff;
	color: #de1e76;
}
#ecotimeshift .campaign_box .trigger:hover::after {
	background: #de1e76;
}
#ecotimeshift .campaign_box .trigger.open {
	border-radius: .5em .5em 0 0;
}
#ecotimeshift .campaign_box .trigger.open::after {
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	margin-top: .1em;
}
#ecotimeshift .campaign_box .trigger_target {
	background: #fff;
	border-radius: 0 0 .5em .5em;
	padding: 1.5em 2em;
}
*/
#ecotimeshift .sec_box {
	background: #fff;
	border-radius: 1em;
	text-align: center;
	margin-top: 3em;
}
#ecotimeshift .sec_tit {
	display: inline-flex;
	flex-flow: column nowrap;
	justify-content: center;
	color: #3d7741;
	font-size: clamp(22px, 2.049vw, 28px);
	font-weight: 800;
	letter-spacing: .05em;
	line-height: 1.3;
	text-align: center;
	padding: 1.5em .25em 1em 82px;
	margin-bottom: 1em;
	position: relative;
}
#ecotimeshift .sec_tit::after {
	content: "";
	width: 100%;
	height: 20px;
	background-image: radial-gradient(#d7e6a2 20%, transparent 25%),
										radial-gradient(#94bd54 20%, transparent 25%);
	background-size: 20px 20px;
	background-position: 50% 0, calc(50% + 10px) 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
#ecotimeshift .sec_tit > img {
	width: 82px;
	position: absolute;
	left: 0;
	bottom: 15px;
}
#ecotimeshift .sec_stit {
	background: #d7e6a2;
	font-size: 120%;
	font-weight: 500;
	line-height: 1.2;
	padding: .5em 1em .6em;
	margin-bottom: 1em;
}
#ecotimeshift * + .sec_stit {
	margin-top: 3em;
}
#ecotimeshift .sec_lead {
	font-size: 110%;
	font-weight: 500;
	margin-bottom: .5em;
}
#ecotimeshift .sec_body {
	border-radius: 0 0 1em 1em;
	text-align: left;
	padding: 0 3em 3em;
}
#ecotimeshift .sec_body._bg {
	background: #d7e6a2;
	margin-top: 4em;
}
#ecotimeshift .what_copy {
	text-align: center;
}
#ecotimeshift .what_copy > p {
	font-size: 115%;
	font-weight: 600;
	line-height: 1.8;
}
#ecotimeshift .what_copy > * + * {
	margin-top: 1em;
}
#ecotimeshift .about_copy {
	text-align: center;
}
#ecotimeshift .about_copy > p {
	font-size: 115%;
	font-weight: 600;
	line-height: 1.8;
}
#ecotimeshift .about_copy > * + * {
	margin-top: 1em;
}
#ecotimeshift .about_img {
	width: 100%;
	max-width: 900px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	margin: 2em auto 0;
}
#ecotimeshift .about_img ._flow {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
#ecotimeshift .about_img ._flow > div {
	width: 30%;
}
#ecotimeshift .about_img ._flow > div .about_stit {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  height: 3.8em;
  line-height: 1.4;
  padding: .5em;
}
#ecotimeshift .about_img ._flow > div figure {
	padding: 0 1em;
}
#ecotimeshift .about_img ._flow > div figure ._img {
	width: 67%;
	max-width: 200px;
	height: 10em;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-end;
	align-items: center;
	margin: 0 auto;
}
#ecotimeshift .about_img ._flow > div figcaption {
	font-size: 90%;
	line-height: 1.5;
	text-align: left;
	margin-top: 1em;
}
#ecotimeshift .about_img ._flow > div + div {
	position: relative;
}
#ecotimeshift .about_img ._flow > div + div::before {
	content: "";
	width: 3.5em;
	height: 2em;
	background: #5185c5;
	clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
	position: absolute;
	top: 50%;
	left: -3em;
}
#ecotimeshift .about_img ._graf {
	width: 100%;
	border: 3px solid #417844;
	padding: 2em 3em;
	text-align: center;
	margin-top: 2em;
}
#ecotimeshift .about_stit {
	background: #3d7741;
	border-radius: .75em;
	color: #fff;
	width: 100%;
	max-width: 16em;
	font-size: 105%;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	padding: .65em .5em .75em;
	margin: 0 auto 1em;
}
#ecotimeshift .about_stit ._sml {
  display: inline-block;
  width: 120%;
  transform: scaleX(.85);
  margin: 0 -10%;
}
#ecotimeshift .about_img ._graf img {
	width: 100%;
	max-width: 740px;
}
#ecotimeshift .link_btn {
	display: block;
	color: #000;
	background: linear-gradient(#fff462 0%, #f39800 50%, #f39800 70%, #f27900 100%);
	box-shadow: 0 0 10px #fff inset;
	border: 3px solid #f39800;
	border-radius: .75em;
	width: 100%;
	max-width: 20em;
	font-size: 120%;
	font-weight: 600;
	line-height: 1.4;
	text-decoration: none;
	text-align: center;
	padding: .75em 1em;
	margin: 2em auto 0;
}
#ecotimeshift .link_btn:hover {
	opacity: .7;
}
#ecotimeshift .link_btn .fs_small {
	display: block;
	font-size: 75%;
	font-weight: 500;
	margin-top: .25em;
}
#ecotimeshift .list.em {
	font-size: 110%;
	font-weight: 500;
}
#ecotimeshift .list.em > li + li {
	margin-top: .5em;
}
#ecotimeshift .list.em > li .list {
	font-size: 92%;
}
#ecotimeshift .entry_box {
	border: 4px solid #d7e6a2;
	border-radius: 1em;
	padding: 1em 1.5em;
}
#ecotimeshift .entry_box + .entry_box {
	margin-top: 1em;
}
#ecotimeshift .entry_tit {
	font-size: 105%;
	font-weight: 500;
	margin-bottom: 1em;
}
#ecotimeshift .entry_flow {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
#ecotimeshift .entry_flow > div {
	width: 32%;
	background: #d3edfb;
	border-radius: .5em;
	line-height: 1.4;
	padding: 1em;
	margin-right: 2%;
	position: relative;
}
#ecotimeshift .entry_flow > div:nth-child(3n),
#ecotimeshift .entry_flow > div:last-child {
	margin-right: 0;
}
#ecotimeshift .entry_flow > div:nth-child(n+4) {
	margin-top: 1em;
}
#ecotimeshift .entry_flow > div + div::before {
	content: "";
	width: 2.5em;
	height: 2.5em;
	clip-path: polygon(0 25%, 50% 25%, 50% 0, 100% 50%, 50% 100%, 50% 75%, 0 75%);
	background: #94bd54;
	position: absolute;
	top: calc(50% - 1.25em);
	left: -1.5em;
	z-index: 1;
}
#ecotimeshift .entry_flow > div ._tit {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
	height: 2.8em;
	font-size: 105%;
	font-weight: 600;
	position: relative;
}
#ecotimeshift .entry_flow > div ._titnum {
	width: 1.5em;
	height: 1.5em;
	background: #5185c5;
	border-radius: 50%;
	color: #fff;
	font-size: 110%;
	text-align: center;
	line-height: 1.3;
}
#ecotimeshift .entry_flow > div ._titcopy {
	width: calc(100% - 2em);
}
#ecotimeshift .entry_flow > div ._body {
	width: 100%;
	height: 7.5em;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	font-size: 90%;
	padding: 0 3%;
}
#ecotimeshift .entry_flow._setting > div ._body {
	height: 8.5em;
}
#ecotimeshift .entry_flow > div ._body .list > li {
	text-align: left;
}
#ecotimeshift .entry_flow > div ._image {
	width: 100%;
	text-align: center;
}
#ecotimeshift .entry_flow > div ._image._appicon img {
	width: 30%;
}
#ecotimeshift .entry_flow > div ._image._phone img {
	width: 20%;
}
#ecotimeshift .entry_flow > div ._image._illust img {
	width: 80%;
}
#ecotimeshift .enter_appdl {
	background: #f3f7e3;
	border-radius: .75em;
	padding: 1.5em 2em;
	margin-top: 2em;
}
#ecotimeshift .enter_appdl ._heading {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
#ecotimeshift .enter_appdl ._heading > *:nth-child(1) {
	width: 10%;
}
#ecotimeshift .enter_appdl ._heading > *:nth-child(2) {
	width: 87%;
}
#ecotimeshift .enter_appdl ._body {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}
#ecotimeshift .enter_appdl ._body > div {
	width: 40%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}
#ecotimeshift .enter_appdl ._body > div + div {
	margin-left: 3%;
}
#ecotimeshift .enter_appdl ._body > div ._btn {
}
#ecotimeshift .enter_appdl ._body > div ._btn ._stit {
	font-size: 120%;
	font-weight: 600;
	text-align: center;
}
#ecotimeshift .enter_appdl ._body > div ._btn a img {
	height: 3em;
}
#ecotimeshift .enter_appdl ._body > div ._qr {
	width: 35%;
	margin-left: 1em;
}
#ecotimeshift .entry_btn_block {
	padding: 3em;
	margin-top: 3em;
}
#ecotimeshift .entry_btn_wrap {
	width: 100%;
	max-width: 840px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	margin: 0 auto 2em;
}
#ecotimeshift .entry_btn_wrap > div + div {
	margin-top: 2em;
}
#ecotimeshift .entry_btn_wrap > div ._catch {
	color: #ef74b1;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
  font-size: 110%;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: .5em;
}
#ecotimeshift .entry_btn_wrap > div ._catch::before,
#ecotimeshift .entry_btn_wrap > div ._catch::after {
	content: "";
	width: 20px;
	height: 36px;
	background: url("../images/copy_slash.png") no-repeat center center / cover;
	margin-right: .25em;
}
#ecotimeshift .entry_btn_wrap > div ._catch::after {
	transform: scale(-1, 1);
	margin-right: 0;
	margin-left: .5em;
}
#ecotimeshift .entry_btn_wrap > div ._btn {
	display: block;
	width: 100%;
	background: linear-gradient(#f7b9d8 0%, #ef74b1 30%, #e5459d 100%);
	box-shadow: 0 0 10px #fff inset;
	border: 3px solid #ef74b1;
	border-radius: .5em;
	color: #fff;
	font-size: 170%;
	font-weight: 700;
	font-feature-settings: "palt";
	line-height: 1.4;
	letter-spacing: .1em;
	text-decoration: none;
	padding: 1em .5em;
	margin: .25em auto .5em;
	transition: .5s;
}
#ecotimeshift .entry_btn_wrap > div ._btn > span {
	display: block;
	font-size: 60%;
  font-weight: 500;
	letter-spacing: .075em;
  margin-top: .25em;
}
#ecotimeshift .entry_btn_wrap > div ._btn:hover {
	opacity: .7;
}
#ecotimeshift .entry_btn_wrap > div ._copy {
	color: #ef74b1;
	font-size: 90%;
	font-weight: 600;
	line-height: 1.5;
}
#ecotimeshift .entry_btn_wrap > div.user ._catch {
	color: #00a7ea;
}
#ecotimeshift .entry_btn_wrap > div.user ._catch::before,
#ecotimeshift .entry_btn_wrap > div.user ._catch::after {
	background-image: url("../images/copy_slash_user.png");
}
#ecotimeshift .entry_btn_wrap > div.user ._btn {
	display: block;
	background: linear-gradient(#80d3f4 0%, #00a7ea 30%, #076bd8 100%);
	border-color: #00a7ea;
}
#ecotimeshift .entry_btn_wrap > div.user ._copy {
	color: #00a7ea;
}
#ecotimeshift .entry_btn {
	display: block;
	width: 100%;
	max-width: 25em;
	background: linear-gradient(#94bd54 0%, #3d7741 50%, #3d7741 70%, #2c542d 100%);
	box-shadow: 0 0 10px #fff inset;
	border: 3px solid #3d7741;
	border-radius: .5em;
	color: #fff;
	font-size: 130%;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
	padding: .75em 1em;
	margin: .5em auto 1em;
	transition: .5s;
}
#ecotimeshift .entry_btn .fs_small {
	display: block;
	font-size: 70%;
	font-weight: 500;
}
#ecotimeshift .entry_btn:hover {
	opacity: .7;
}
#ecotimeshift .entry_btn_block .tel_link {
	font-size: 120%;
	letter-spacing: .025em;
	line-height: 1.4;
}
#ecotimeshift #faq {
  scroll-margin-top: 30px;
}
#ecotimeshift .faq_box > div {
	background: #f5f9e8;
  border-bottom: 1px solid #bcc1ad;
}
#ecotimeshift .faq_box .trigger {
	font-size: 110%;
	font-weight: 500;
	line-height: 1.5;
	position: relative;
	padding: 1em 3em 1em 6em;
}
#ecotimeshift .faq_box .trigger ._q {
	display: block;
  width: 2em;
  border-radius: 999px;
  color: #3d7741;
  font-size: 140%;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  position: absolute;
  top: .15em;
  left: .25em;
}
#ecotimeshift .faq_box .trigger::after {
	content: "";
	width: 1.25em;
	height: 1.25em;
	background: #3d7741;
	clip-path: polygon(0 43%, 43% 43%, 43% 0, 57% 0, 57% 43%, 100% 43%, 100% 57%, 57% 57%, 57% 100%, 43% 100%, 43% 57%, 0 57%);
	line-height: 1;
	position: absolute;
	top: 1.15em;
	right: 1em;
	transition: .5s;
}
#ecotimeshift .faq_box .trigger:hover {
	background: #d7e6a2;
}
#ecotimeshift .faq_box .trigger.open::after {
	clip-path: polygon(0 43%, 100% 43%, 100% 57%, 0 57%);
}
#ecotimeshift .faq_box .trigger_target {
	background: #fff;
	border-radius: .75em;
	padding: 1.5em 2em;
	margin-bottom: 1.5em;
}
#ecotimeshift .faq_cate {
  background: #3d7741;
  border-radius: .5em .5em 0 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
  padding: .25em 0 .25em .1em;
}
#ecotimeshift .faq_box + .faq_cate {
  margin-top: 2em;
}
#ecotimeshift .faq_box > div {
  background: #f5f9e8;
  border-bottom: 1px solid #bcc1ad;
}
#ecotimeshift .faq_box .trigger {
  font-size: 110%;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  padding: 1em 3em 1em 3.5em;
}
#ecotimeshift .faq_box .trigger ._q {
  display: block;
  width: 2em;
  border-radius: 999px;
  color: #3d7741;
  font-size: 140%;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  position: absolute;
  top: .15em;
  left: .25em;
}
#ecotimeshift .faq_box .trigger::after {
  content: "";
  width: 1.25em;
  height: 1.25em;
  background: #3d7741;
  clip-path: polygon(0 43%, 43% 43%, 43% 0, 57% 0, 57% 43%, 100% 43%, 100% 57%, 57% 57%, 57% 100%, 43% 100%, 43% 57%, 0 57%);
  line-height: 1;
  position: absolute;
  top: 1.15em;
  right: 1em;
  transition: .5s;
}
#ecotimeshift .faq_box .trigger:hover {
  background: #d7e6a2;
}
#ecotimeshift .faq_box .trigger.open::after {
  clip-path: polygon(0 43%, 100% 43%, 100% 57%, 0 57%);
}
#ecotimeshift .faq_box .trigger_target {
  background: #fff;
  border-radius: .75em;
  padding: 1.5em 2em;
  margin: 0 1.5em 1.5em;
}
#ecotimeshift .faq_box .trigger_target > * + * {
  margin-top: 1em;
}
#ecotimeshift .sec_bgtit {
	width: 100%;
	max-width: 25em;
	background: #3d7741;
	border: 4px solid #fff;
	border-radius: 999px;
	color: #fff;
	font-size: clamp(20px, 1.756vw, 26px);
	font-weight: 600;
	letter-spacing: .05em;
	line-height: 1.4;
	text-align: center;
	padding: 1em;
	margin: 0 auto;
	transform: translateY(-1em);
	position: relative;
}
#ecotimeshift .sec_bgtit::before {
	content: "";
	width: 100%;
	height: 90px;
	background: url("../images/character_01.png") no-repeat center center / auto 100%;
	position: absolute;
	top: calc(-90px + .75em);
	left: 0;
}
#ecotimeshift .sec_bgtit._service::before {
	height: 60px;
	background-image: url("../images/character_02.png");
	top: calc(-60px + .75em);
}
#ecotimeshift .yt_player {
	width: 100%;
	max-width: 560px;
	aspect-ratio: 16 / 9;
	height: auto;
	margin: 0 auto;
	position: relative;
}
#ecotimeshift .yt_player iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	right: 0;
}
#ecotimeshift .contact_block {
	font-weight: 600;
}
#ecotimeshift .contact_tit {
	line-height: 1.5;
	margin-bottom: .75em;
}
#ecotimeshift .contact_detail {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}
#ecotimeshift .contact_detail dt {
	width: 45%;
}
#ecotimeshift .contact_detail dd {
	width: 55%;
	text-align: left;
	word-break: break-all;
}


footer {
	padding: 5em 0 0;
}
footer .fnav .ac_link img {
	width: 85px;
}
footer .copy #f_logo {
	width: 20%;
	max-width: 107px;
}
footer .copy #f_logo img {
	width: 100%;
}
footer .copy #copy small span {
	margin-left: 1em;
}

@media only screen and (max-width: 768px) {
	header {
		padding: 1em 0;
	}
	#ecotimeshift {
		font-size: clamp(13px, 3.733vw, 16px);
		padding-bottom: 3em;
	}
	#ecotimeshift::before,
	#ecotimeshift::after {
		width: 7%;
	}
	#ecotimeshift .tel_link {
		display: inline-block;
    position: relative;
    color: #005BAB;
    text-decoration: underline;
	}
	#ecotimeshift .tel_link a {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	#ecotimeshift .heading {
		background-size: auto 15.5vw;
		padding-bottom: 15vw;
	}
	#ecotimeshift .heading::before,
	#ecotimeshift .heading::after {
		width: 7%;
		background-size: auto 15.5vw;
	}
	#ecotimeshift .heading_stit {
		flex-direction: column;
	}
	#ecotimeshift .heading_stit ._img {
		width: 20%;
		order: 2;
	}
	#ecotimeshift .heading_stit ._copy {
		font-size: clamp(14px, 3.733vw, 22px);
		margin-left: 0;
		margin-bottom: .5em;
		order: 1;
	}
	#ecotimeshift .heading_tit img {
		width: 90%;
		max-width: 580px;
	}
	#ecotimeshift .campaign_box {
		padding: 1.5em 5%;
		margin-top: .5em;
	}
	#ecotimeshift .campaign_box::before {
		width: calc(100% - 14px);
		height: calc(100% - 14px);
		border-width: 2px;
		top: 5px;
		left: 5px;
	}
	#ecotimeshift .campaign_box ._tit {
		margin-top: -3vw;
    position: relative;
    z-index: 2;
	}
	#ecotimeshift .campaign_box .list.fs_small {
		font-size: 80%;
	}
	#ecotimeshift .sec_tit {
		display: flex;
		font-size: clamp(18px, 4.8vw, 20px);
		padding: 40px 5% 1em;
	}
	#ecotimeshift .sec_tit::after {
		width: 90%;
		height: 15px;
		background-size: 15px 15px;
		background-position: 50% 0, calc(50% + 7.5px) 0;
	}
	#ecotimeshift .sec_tit > img {
		width: 54px;
		bottom: auto;
		top: -30px;
		left: 50%;
		transform: translateX(-50%);
	}
	#ecotimeshift .sec_stit {
		font-size: 110%;
		padding: .5em .75em .6em;
	}
	#ecotimeshift .sec_body {
		padding: 0 5% 1.5em;
	}
	#ecotimeshift .what_copy {
		text-align: left;
	}
	#ecotimeshift .what_copy > p {
		font-size: 110%;
	}
	#ecotimeshift .about_copy {
		text-align: left;
	}
	#ecotimeshift .about_copy > p {
		font-size: 110%;
	}
	#ecotimeshift .about_img {
		flex-direction: column;
		margin-top: 1.5em;
	}
	#ecotimeshift .about_img ._flow {
		flex-direction: column;
		justify-content: center;
	}
	#ecotimeshift .about_img ._flow > div {
		width: 100%;
	}
  #ecotimeshift .about_img ._flow > div .about_stit {
    height: auto;
    line-height: 1.4;
    padding: .65em .5em .75em;
  }
	#ecotimeshift .about_img ._flow > div figure ._img {
		width: 50%;
		height: auto;
	}
	#ecotimeshift .about_img ._flow > div figcaption {
		text-align: center;
	}
	#ecotimeshift .about_img ._flow > div + div {
		margin-top: 3.5em;
	}
	#ecotimeshift .about_img ._flow > div + div::before {
		width: 2em;
		height: 2.5em;
		clip-path: polygon(80% 0, 80% 60%, 100% 60%, 50% 100%, 0 60%, 20% 60%, 20% 0);
		position: absolute;
		top: -3em;
		left: calc(50% - 1em);
	}
	#ecotimeshift .about_img ._graf {
		border-width: 2px;
		padding: 1em;
	}
	#ecotimeshift .about_img ._img .list {
		font-size: 100%;
	}
	#ecotimeshift .link_btn {
		border-width: 1px;
		border-radius: .5em;
	}
	#ecotimeshift .entry_box {
		border-width: 2px;
		padding: 1em;
	}
	#ecotimeshift .entry_flow {
		flex-direction: column;
	}
	#ecotimeshift .entry_flow > div {
		width: 100%;
		margin-right: 0;
		margin-bottom: 1.5em;
	}
	#ecotimeshift .entry_flow > div:nth-child(n+4) {
		margin-top: 0;
	}
	#ecotimeshift .entry_flow > div:last-child {
		margin-bottom: 0;
	}
	#ecotimeshift .entry_flow > div + div::before {
		transform: rotate(90deg);
		top: -2em;
		left: calc(50% - 1.25em);
	}
	#ecotimeshift .entry_flow > div ._body,
	#ecotimeshift .entry_flow._setting > div ._body {
		height: auto;
	}
	#ecotimeshift .entry_flow > div ._tit {
		height: auto;
		margin-bottom: .5em;
	}
	#ecotimeshift .enter_appdl {
		padding: 1em;
		margin-top: 1em;
	}
	#ecotimeshift .enter_appdl ._heading {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	#ecotimeshift .enter_appdl ._heading > *:nth-child(1) {
		width: 25%;
	}
	#ecotimeshift .enter_appdl ._heading > *:nth-child(2) {
		width: 100%;
		margin-top: .5em;
	}
	#ecotimeshift .enter_appdl ._body {
		margin-top: 1em;
	}
	#ecotimeshift .enter_appdl ._body > div {
		width: auto;
	}
	#ecotimeshift .enter_appdl ._body > div ._qr {
		display: none;
	}
	#ecotimeshift .entry_btn_block {
		padding: 1.5em 5%;
		margin-top: 2em;
	}
  #ecotimeshift .entry_btn_wrap > div ._catch {
    align-items: flex-end;
    font-size: 105%;
  }
	#ecotimeshift .entry_btn_wrap > div ._btn {
		border-width: 2px;
    font-size: 150%;
	}
	#ecotimeshift .entry_btn_wrap > div.user {
		margin-top: 2em;
	}
  #ecotimeshift .entry_btn_wrap > div ._copy {
    text-align: left;
  }
	#ecotimeshift .entry_btn {
		border-width: 2px;
		line-height: 1.7;
	}
  #ecotimeshift .contact_detail .tel_link {
    font-size: 150%;
    letter-spacing: .025em;
    line-height: 1.5;
  }
  #ecotimeshift .faq_box .tel_link {
    display: block;
    font-size: 130%;
    font-weight: 600;
    letter-spacing: .025em;
    line-height: 1;
    margin-bottom: .25em;
  }
  #ecotimeshift .faq_cate {
    background: #3d7741;
    border-radius: .5em .5em 0 0;
    color: #fff;
    font-size: clamp(16px, 4.266vw, 18px);
    font-weight: 700;
    letter-spacing: .1em;
    text-align: center;
    padding: .25em 0 .25em .1em;
  }
  #ecotimeshift .faq_box + .faq_cate {
    margin-top: 2em;
  }
  #ecotimeshift .faq_box > div {
    background: #f5f9e8;
    border-bottom: 1px solid #bcc1ad;
  }
  #ecotimeshift .faq_box .trigger {
    font-size: 100%;
    font-weight: 500;
    line-height: 1.5;
    position: relative;
    padding: .75em 2.5em .75em 2.5em;
  }
  #ecotimeshift .faq_box .trigger ._q {
    display: block;
    width: 1.5em;
    border-radius: 999px;
    color: #3d7741;
    font-size: 150%;
    font-weight: 600;
    line-height: 2;
    text-align: center;
    position: absolute;
    top: -.1em;
    left: .25em;
  }
  #ecotimeshift .faq_box .trigger::after {
    content: "";
    width: 1.25em;
    height: 1.25em;
    background: #3d7741;
    clip-path: polygon(0 43%, 43% 43%, 43% 0, 57% 0, 57% 43%, 100% 43%, 100% 57%, 57% 57%, 57% 100%, 43% 100%, 43% 57%, 0 57%);
    line-height: 1;
    position: absolute;
    top: .9em;
    right: 1em;
    transition: .5s;
  }
  #ecotimeshift .faq_box .trigger.open::after {
    clip-path: polygon(0 43%, 100% 43%, 100% 57%, 0 57%);
  }
  #ecotimeshift .faq_box .trigger_target {
    background: #fff;
    border-radius: .75em;
    padding: 1em;
    margin: 0 1em 1em;
  }
  #ecotimeshift .faq_box .trigger_target > * + * {
    margin-top: 1em;
  }
	#ecotimeshift .sec_bgtit {
		border-width: 2px;
		font-size: clamp(16px, 4.266vw, 18px);
	}
	#ecotimeshift .sec_bgtit::before {
		height: 60px;
		top: calc(-60px + .75em);
	}
	#ecotimeshift .sec_bgtit._service::before {
		height: 40px;
		top: calc(-40px + .75em);
	}
	
	#ecotimeshift .contact_detail {
		flex-direction: column;
	}
	#ecotimeshift .contact_detail dt {
		width: 100%;
		line-height: 1.5;
	}
	#ecotimeshift .contact_detail dd + dt {
		margin-top: 1em;
	}
	#ecotimeshift .contact_detail dd {
		width: 100%;
		text-align: center;
	}
	
	footer .copy #copy small span {
		display: block;
		margin-left: 0;
	}
	
}