@charset "UTF-8";
:root{
--body: #000;
--link: #000;
--color-white: #fff;
--color-black: #000;
--color-title-fg: #4aa3d8;
--color-title-triangle: #fff300;
--fixed-head-height-pc: 184px;
--fixed-head-top-pad-pc: 10px;
--fixed-head-nav-gap-pc: 20px;
--fixed-head-content-w-pc: 1100px;
--fixed-head-outer-max-pc: 1440px;
--fixed-head-nav-h-pc: 50px;
--fixed-head-nav-pad-pc: 10px;
--fixed-head-nav-item-gap-pc: 40px;
--fixed-head-z: 30;
--fixed-head-topbar-bg: #49a7d8;
--fixed-head-nav-bg: linear-gradient(90deg, rgba(30, 125, 214, 0.95), rgba(79, 194, 216, 0.95));
--fixed-head-sp-side-pad: calc(14 * 100vw / 1024);
--fixed-head-sp-top-pad: calc(10 * 100vw / 1024);
--fixed-head-sp-head-h: calc(105 * 100vw / 1024);
--fixed-head-sp-logo-h: calc(80 * 100vw / 1024);
--fixed-head-sp-nav-top: calc(115 * 100vw / 1024);
--menu-btn-z: 220;
}

/*--------------------------------------------
STATE
---------------------------------------------*/

@media screen and (max-width: 1024px) {
		.is-pc {
				display: none;
		}
}

@media print, screen and (min-width: 1025px) {
		.is-sp {
				display: none;
		}
}


/*--------------------------------------------
DATA TEXT
---------------------------------------------*/

[data-before]:before {
		content: attr( data-before);
		white-space: pre;
}

[data-after]:after {
		content: attr( data-after);
		white-space: pre;
}

[data-both]:before {
		content: attr( data-both);
		white-space: pre;
}

[data-both]:after {
		content: attr( data-both);
		white-space: pre;
}


/*--------------------------------------------
FONTS
---------------------------------------------*/

.noto {
		font-family: var(--font-sans-jp);
}

.en {
		font-family: var(--font-sans-en);
}

.jp {
		font-family: var(--font-sans-jp);
}


/*--------------------------------------------
BACKGROUND COLOR
---------------------------------------------*/

.bg_gray {
		background-color: rgba(241, 241, 241, .7);
}


/*--------------------------------------------
SECTION
---------------------------------------------*/

@media screen and (max-width: 1024px) {
		section.box01 {
				padding-bottom: calc( 70 * 100vw / 1024);
				/*padding-top: calc( 70 * 100vw / 1024);*/
		}
		section.box02 {
				padding-bottom: calc( 60 * 100vw / 1024);
				/*padding-top: calc( 60 * 100vw / 1024);*/
		}
}

@media print, screen and (min-width: 1025px) {
		section.box01 {
				padding-bottom: 60px;
		}
		section.box02 {
				padding-bottom: 60px;
		}
}


/*--------------------------------------------
TITLE
---------------------------------------------*/

.title01 {
		/*color: #404040;*/
		/*font-family: "DotGothic16", sans-serif;*/
		font-weight: 700;
		font-style: normal;
		/*letter-spacing: 0.8rem;*/
		color: var(--darkgray);
}

.title01:not(span) {
		/*font-family: "DotGothic16", sans-serif;*/
		font-weight: 700;
		font-style: normal;
		letter-spacing: .02em;
		/*letter-spacing: 0.8rem;*/
		line-height: 1.0;
}

.title01.en, .title02.en {
		
}

.title01 span {
		display: block;
		
		font-weight: 500;
		letter-spacing: .15em;
}

.title02 {
		color: #404040;
		/*font-family: "DotGothic16", sans-serif;*/

}

.title02:not(span) {
		/*font-family: "DotGothic16", sans-serif;*/
		font-weight: 700;
		letter-spacing: .02em;
		line-height: 1.0;
}

.title02 span {
		display: block;
		font-weight: 500;
		letter-spacing: .15em;
}

@media screen and (max-width: 1024px) {
		.title01 {
				padding-bottom: calc( 30 * 100vw / 1024);
				text-align: center;
		}
		.title01 img {
				height: 30px;
		}
		.title01 .dp {
				height: 25px;
		}
		.title01:not(span) {
				font-size: 4.0rem;
				white-space: nowrap;
				padding-bottom: 20px;
				border-bottom: 4px solid;
				border-color: var(--accent-orange);
				margin-bottom: 20px;
		}
		.title01 span {
				font-size: 2.7rem;
				margin-top: calc( 24 * 100vw / 1024);
				margin-bottom: calc( 24 * 100vw / 1024);
		}
		.title02 {
				padding-bottom: 20px;
				/*border-bottom: 2px solid;
				border-color: var(--blue);
				margin-bottom: 20px;*/
		}
		.title02:not(span) {
				font-size: 3.8rem;
				white-space: nowrap;
		}
		.title02 img {
				height: 30px;
		}
}

@media print, screen and (min-width: 1025px) {
		.title01 {
				border-bottom: 4px solid;
				border-color: var(--accent-orange);
				margin-bottom: 60px;
		}
		.en img {
				height: 60px;
		}
		.jp img {
				height: 50px;
		}
		.title01:not(span) {
				font-size: 2.8rem;
				padding-bottom: 10px;
		}
		.title01 span {
				font-size: 2rem;
				margin-top: 12px;
				padding-left: 5px;
		}
		.title02 {
				padding-bottom: 20px;
				/*border-bottom: 2px solid;
				border-color: var(--blue);
				margin-bottom: 20px;*/
		}
		.title02:not(span) {
				font-size: 2.5rem;
				white-space: nowrap;
		}
		.title02 img {
				height: 40px;
		}
}

/*--------------------------------------------
COMMON COMPONENT: TRIANGLE SECTION TITLE
---------------------------------------------*/

#main h2.title01 {
		position: relative;
		width: 500px;
		max-width: 100%;
		height: 120px;
		margin: 0 0 28px calc(50% - 50vw);
		display: flex;
		align-items: flex-start;
		font-family: var(--font-sans-jp);
		font-weight: 700;
		font-style: normal;
		line-height: 1.2;
		letter-spacing: 2.5px;
		color: var(--color-title-fg);
		z-index: 0;
		border-bottom: none;
}


#main h2.title01::before {
		content: "";
		position: absolute;
		inset: 0;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 550 130' preserveAspectRatio='none'%3E%3Cpath d='M0.5 0.5V129.5L548.5 0.5H0.5Z' fill='%23fff300'/%3E%3C/svg%3E");
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
		z-index: -1;
}

@media screen and (max-width: 1024px) {
		#main h2.title01 {
				width: min(550px, 100%);
				height: auto;
				aspect-ratio: 550 / 129;
				letter-spacing: clamp(1px, 0.26vw, 2.5px);
				margin-left: calc(50% - 50vw);
				margin-bottom: 18px;
		}
}

/*--------------------------------------------
COMMON COMPONENT: FIXED HEAD
---------------------------------------------*/

.fixed-head,
#header .fixed-head,
#home_header .fixed-head {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 0;
		overflow: hidden;
		z-index: var(--fixed-head-z);
		transition: .4s;
		will-change: background, padding;
		background: var(--fixed-head-topbar-bg);
}

.fixed-head.transform,
#header .fixed-head.transform,
#home_header .fixed-head.transform {
		display: flex;
		flex-direction: column;
}

.fixed-head.transform::before,
#header .fixed-head.transform::before,
#home_header .fixed-head.transform::before {
		content: "";
		position: absolute;
		inset: 0;
		background: var(--fixed-head-topbar-bg);
		z-index: -1;
}

@media screen and (max-width: 1024px) {
		.fixed-head,
		#header .fixed-head,
		#home_header .fixed-head {
				display: none;
		}

		.fixed-head.transform,
		#header .fixed-head.transform,
		#home_header .fixed-head.transform {
				display: flex;
				height: auto;
				align-items: stretch;
				padding: var(--fixed-head-sp-top-pad) var(--fixed-head-sp-side-pad) 0;
				box-sizing: border-box;
		}

		.fixed-head .head-wrap,
		#header .fixed-head .head-wrap,
		#home_header .fixed-head .head-wrap {
				width: 100%;
				box-sizing: border-box;
				height: var(--fixed-head-sp-head-h);
				position: relative;
				padding-left: calc(18 * 100vw / 1024);
				padding-right: calc(168 * 100vw / 1024);
		}

		.fixed-head .logo,
		#header .fixed-head .logo,
		#home_header .fixed-head .logo {
				margin-left: 0;
		}

		.fixed-head .logo img,
		#header .fixed-head .logo img,
		#home_header .fixed-head .logo img {
				height: var(--fixed-head-sp-logo-h);
				width: auto;
		}

		.fixed-head #lang-switch,
		#header .fixed-head #lang-switch,
		#home_header .fixed-head #lang-switch {
				position: absolute;
				right: calc(96 * 100vw / 1024);
				top: 50%;
				transform: translateY(-50%);
				margin: 0;
				z-index: 20;
		}

		.fixed-head .head-wrap2,
		#header .fixed-head .head-wrap2,
		#home_header .fixed-head .head-wrap2 {
				min-height: 0;
				height: 0;
				padding: 0;
				margin: 0;
				background: transparent;
				overflow: visible;
		}

		.fixed-head .links,
		#header .fixed-head .links,
		#home_header .fixed-head .links {
				position: absolute;
				right: var(--fixed-head-sp-side-pad);
				top: 0;
				transform: none;
				width: calc(96 * 100vw / 1024);
				height: var(--fixed-head-sp-head-h);
				max-width: none;
				min-height: 0;
				padding: 0;
				overflow: visible;
		}

		#menuBtn {
				height: calc(37 * 100vw / 1024);
				position: absolute;
				right: 0;
				top: 50%;
				transform: translateY(-50%);
				width: calc(70 * 100vw / 1024);
				z-index: var(--menu-btn-z);
		}

		#menuBtn span {
				background-color: var(--color-white);
				border-radius: calc(3 * 100vw / 1024);
				display: block;
				height: calc(5 * 100vw / 1024);
				left: 0;
				position: absolute;
				right: 0;
				width: 100%;
				top: calc((100% - (5 * 100vw / 1024)) / 2);
				transition: .3s;
		}

		#menuBtn span:nth-child(1) {
				transform: translateY(-10px);
		}

		#menuBtn span:nth-child(3) {
				transform: translateY(10px);
		}

		body.is-open {
				overflow: hidden;
		}

		body.is-open #menuBtn span:nth-child(1) {
				transform: rotate(45deg);
		}

		body.is-open #menuBtn span:nth-child(2) {
				opacity: 0;
		}

		body.is-open #menuBtn span:nth-child(3) {
				transform: rotate(-45deg);
		}
}

@media print, screen and (min-width: 1025px) {
		.fixed-head.transform,
		#header .fixed-head.transform,
		#home_header .fixed-head.transform {
				padding-top: var(--fixed-head-top-pad-pc);
				height: var(--fixed-head-height-pc);
		}

		.fixed-head .head-wrap,
		.fixed-head .head-wrap2,
		#header .fixed-head .head-wrap,
		#header .fixed-head .head-wrap2,
		#home_header .fixed-head .head-wrap,
		#home_header .fixed-head .head-wrap2 {
				width: 100%;
				min-width: 0;
				margin: 0;
				display: flex;
				align-items: center;
		}

		.fixed-head .head-wrap,
		#header .fixed-head .head-wrap,
		#home_header .fixed-head .head-wrap {
				background: var(--fixed-head-topbar-bg);
				justify-content: space-between;
				margin: 0 auto;
				max-width: var(--fixed-head-outer-max-pc);
				min-width: var(--fixed-head-content-w-pc);
		}

		.fixed-head .head-wrap2,
		#header .fixed-head .head-wrap2,
		#home_header .fixed-head .head-wrap2 {
				align-items: center;
				justify-content: space-between;
				background: var(--fixed-head-nav-bg);
				margin: var(--fixed-head-nav-gap-pc) 0 0 0;
				min-width: var(--fixed-head-content-w-pc);
		}

		.fixed-head .logo,
		.fixed-head .links,
		#header .fixed-head .logo,
		#header .fixed-head .links,
		#home_header .fixed-head .logo,
		#home_header .fixed-head .links {
				width: var(--fixed-head-content-w-pc);
				max-width: none;
				margin: auto;
		}

		.fixed-head .logo a,
		.fixed-head .logo h1,
		#header .fixed-head .logo a,
		#header .fixed-head .logo h1,
		#home_header .fixed-head .logo a,
		#home_header .fixed-head .logo h1 {
				display: block;
				width: 100%;
				margin: 0;
		}

		.fixed-head .logo img.pc,
		#header .fixed-head .logo img.pc,
		#home_header .fixed-head .logo img.pc {
				display: block;
				width: 100%;
				height: auto;
		}

		.fixed-head .links,
		#header .fixed-head .links,
		#home_header .fixed-head .links {
				align-items: center;
				height: var(--fixed-head-nav-h-pc);
				/*padding: var(--fixed-head-nav-pad-pc);*/
		}

		.fixed-head .links>#nav,
		#header .fixed-head .links>#nav,
		#home_header .fixed-head .links>#nav {
				width: 100%;
				height: 100%;
		}

		.fixed-head .links>#nav .scroll,
		#header .fixed-head .links>#nav .scroll,
		#home_header .fixed-head .links>#nav .scroll {
				display: flex;
				align-items: center;
				justify-content: flex-start;
				width: 100%;
				height: 100%;
		}

		.fixed-head .links>#nav #globalNav,
		#header .fixed-head .links>#nav #globalNav,
		#home_header .fixed-head .links>#nav #globalNav {
				order: 1;
				display: flex;
				align-items: center;
				justify-content: flex-end;
				margin: 0;
				height: 100%;
		}

		.fixed-head .links>#nav #globalNav li,
		#header .fixed-head .links>#nav #globalNav li,
		#home_header .fixed-head .links>#nav #globalNav li {
				display: flex;
				align-items: center;
				height: 100%;
		}

		.fixed-head .links>#nav #globalNav li>a,
		#header .fixed-head .links>#nav #globalNav li>a,
		#home_header .fixed-head .links>#nav #globalNav li>a {
				display: inline-flex;
				align-items: center;
				height: 100%;
				line-height: 1;
		}

		.fixed-head .links>#nav #globalNav li:not(:first-child) a,
		#header .fixed-head .links>#nav #globalNav li:not(:first-child) a,
		#home_header .fixed-head .links>#nav #globalNav li:not(:first-child) a {
				margin-left: var(--fixed-head-nav-item-gap-pc);
		}

		.fixed-head .links>#nav #lang-switch_fh,
		#header .fixed-head .links>#nav #lang-switch_fh,
		#home_header .fixed-head .links>#nav #lang-switch_fh {
				order: 2;
				display: flex;
				align-items: center;
				height: 100%;
				margin: 0 0 0 auto;
				padding: 0 12px;
				line-height: 1;
		}

		.fixed-head .links>#nav #lang-switch_fh,
		.fixed-head .links>#nav #lang-switch_fh label,
		.fixed-head .links>#nav #lang-switch_fh li+li:before,
		#header .fixed-head .links>#nav #lang-switch_fh,
		#header .fixed-head .links>#nav #lang-switch_fh label,
		#header .fixed-head .links>#nav #lang-switch_fh li+li:before,
		#home_header .fixed-head .links>#nav #lang-switch_fh,
		#home_header .fixed-head .links>#nav #lang-switch_fh label,
		#home_header .fixed-head .links>#nav #lang-switch_fh li+li:before {
				color: var(--color-white) !important;
		}
}



/* Anchor offset (stable via native scrolling + scroll-margin) */
#main section[id] {
	scroll-margin-top: 196px;
	background-color: #fff9cc;
}

@media screen and (max-width: 1024px) {
	#main section[id] {
		scroll-margin-top: calc(140 * 100vw / 1024);
	}
}

/*--------------------------------------------
LINK
---------------------------------------------*/

a {
		backface-visibility: hidden;
		position: relative;
		transition: opacity .5s ease-in;
		will-change: opacity;
}

a:hover {
		opacity: .6;
}

a.is-current span {
		position: relative;
}

@media screen and (max-width: 1024px) {
		a[target="_blank"].t_blank:after {
				background: url("../images/ui/icon/t_blank_w.svg") 0 0/ contain no-repeat;
				content: '';
				height: 0.5em;
				margin-left: .1em;
				width: 0.5em;
		}
		.foot-nav a[target="_blank"].t_blank:after {
				background: url("../images/ui/icon/t_blank.svg") 0 0/ contain no-repeat;
				content: '';
				height: 0.5em;
				margin-left: .1em;
				width: 0.5em;
		}
}

@media print, screen and (min-width: 1025px) {
		a[target="_blank"].t_blank:after {
				background: url("../images/ui/icon/t_blank.svg") 0 0/ contain no-repeat;
				content: '';
				height: 0.5em;
				margin-left: .1em;
				width: 0.5em;
		}
}


/*--------------------------------------------
TEXTS
---------------------------------------------*/

.texts01 .en {
		
}

.texts02 .en {
		
}

@media screen and (max-width: 1024px) {
		.texts01 {
				margin-bottom: 30px;
		}
		.texts01 .text {
				letter-spacing: .04em;
		}
		.texts01 .jp p {
				font-size: 3.2rem;
				line-height: 1.74;
		}
		.texts01 .en p {
				font-size: 3.2rem;
				line-height: 1.6;
		}
		.texts01 .jp .heading {
				font-size: 3.6rem;
				font-weight: 700;
				line-height: 1.47;
				margin-bottom: calc( 14 * 100vw / 1024);
		}
		.texts01 .en .heading {
				font-size: 3.6rem;
				font-weight: 700;
				line-height: 1.47;
				margin-bottom: calc( 14 * 100vw / 1024);
		}
		.texts02 .text {
				letter-spacing: .04em;
		}
		.texts02 .jp p {
				font-size: 3.2rem;
				line-height: 1.74;
		}
		.texts02 .en p {
				font-size: 3.2rem;
				line-height: 1.6;
		}
}

@media print, screen and (min-width: 1025px) {
		.texts01 {
				/*align-items: flex-start;
				display: flex;
				justify-content: space-between;*/
				margin-bottom: 60px;
		}
		.texts01 .text {
				letter-spacing: .02em;
		}
		.texts01 .jp p {
				font-size: 1.6rem;
				line-height: 2;
		}
		.texts01 .en p {
				font-size: 1.6rem;
				line-height: 1.6;
		}
		.texts01 .jp .heading {
				font-size: 2rem;
				font-weight: 700;
				line-height: 1.6;
				margin-bottom: 10px;
		}
		.texts01 .en .heading {
				font-size: 2rem;
				font-weight: 700;
				line-height: 1.6;
				margin-bottom: 10px;
		}
		.texts02 {
				align-items: flex-start;
				display: flex;
				justify-content: space-between;
		}
		.texts02 .text {
				letter-spacing: .02em;
		}
		.texts02 .jp p {
				font-size: 1.6rem;
				line-height: 2;
		}
		.texts02 .en p {
				font-size: 1.8rem;
				line-height: 1.6;
		}
}

/*--------------------------------------------
ROLE
---------------------------------------------*/

.role {
		align-items: flex-start;
		border: 1px solid #000;
		display: flex;
}

.role dl {
		display: flex;
}

.role dd {
		letter-spacing: .02em
}

.role dd .en {
		
}

.role dd:before {
		content: '・・・';
}

@media screen and (max-width: 1024px) {
		.role {
				flex-direction: column;
				padding: calc( 20 * 100vw / 1024);
		}
		.role dl:not(:nth-child(1)) {
				margin-top: calc( 16 * 100vw / 1024);
		}
		.role dt {
				width: calc( 64 * 100vw / 1024);
		}
		.role dd {
				font-size: 2.5rem;
				margin-left: 1.6em;
				/*text-indent: -1.6em;*/
		}
}

@media print, screen and (min-width: 1025px) {
		.role {
				flex-wrap: wrap;
				/*justify-content: space-between;*/
				padding: 15px 25px;
		}
		.role dl {
				margin-right: 15px;
		}
		.role dl:nth-child(n+4) {
				margin-top: 8px;
		}
		/*.role dl:nth-child(2n) {
	width: 385px;
}*/
		.role dt {
				width: 32px;
		}
		.role dd {
				font-size: 1.4rem;
		}
}


/*--------------------------------------------
NOTE
---------------------------------------------*/

.note {
		border: 1px solid #000;
}

.note dl {
		display: flex;
}

.note dd {
		letter-spacing: .02em;
}

.note dd span:nth-child(1) {
		
}

.note dd span:nth-child(2) {
		
		/*font-weight: 600;*/
}

.note dd:before {
		content: '・・・';
}

@media screen and (max-width: 1024px) {
		.note {
				margin-top: calc( 30 * 100vw / 1024);
				padding: calc( 16 * 100vw / 1024) calc( 22 * 100vw / 1024);
		}
		.note dl {
				align-items: baseline;
		}
		.note dl+dl {
				margin-top: calc( 12 * 100vw / 1024);
		}
		.note dd {
				margin-left: 1.6em;
				text-indent: -1.6em;
		}
		.note dd span:nth-child(1) {
				font-size: 2.5rem;
		}
		.note dd span:nth-child(2) {
				font-size: 2.7rem;
				line-height: 1.36;
		}
		.note span+span:before {
				content: '\A';
				white-space: pre;
		}
}

@media print, screen and (min-width: 1025px) {
		.note {
				margin-top: 50px;
				padding: 20px;
				width: 600px;
		}
		.note dl {
				align-items: center;
		}
		.note dl+dl {
				margin-top: 5px;
		}
		.note dd span:nth-child(1) {
				font-size: 1.4rem;
		}
		.note dd span:nth-child(2) {
				font-size: 1.5rem;
		}
}


/*--------------------------------------------
ICON
---------------------------------------------*/

.icon01 {
		align-items: center;
		border-radius: 50%;
		color: #fff;
		display: inline-flex;
		
		justify-content: center;
}

.icon01.bg-g {
		background-color: #646e6e;
}

.icon01.bg-u {
		background-color: #900;
}

.icon01.bg_dg {
		background-color: #009933;
}

.icon01.bg_dg1 {
		background-color: #26b26f;
}

.icon01.bg_dg2 {
		background-color: #FFCC00;
}

.icon01.bg_dr {
		background-color: #66CC00;
}

.icon01.bg_e {
		background-color: #267be3;
}

.icon01.bg_ml {
		background-color: #e77c21;
}

.icon01.bg_ms {
		background-color: #DC0049;
}

.icon01.bg_p {
		background-color: #26b2e0;
}

.icon01.bg_s {
		background-color: #FF3300;
}

.icon01.bg_at {
		background-color: #FF69B4;
}

@media screen and (max-width: 1024px) {
		.icon01 {
				border-radius: calc( 14 * 100vw / 1024);
				font-size: 2.5rem;
				height: calc( 38 * 100vw / 1024);
				line-height: calc( 32 * 100vw / 1024);
				width: calc( 64 * 100vw / 1024);
				margin-left: 15px;
		}
}

@media print, screen and (min-width: 1025px) {
		.icon01 {
				border-radius: 7px;
				font-size: 1.25rem;
				height: 16px;
				margin-left: 3px;
				width: 30px;
				line-height: 16px;
		}
}

.icon02 {
		color: #fff;
		display: inline-block;
		
		font-weight: 700;
		letter-spacing: .02em;
		text-align: center;
		vertical-align: top;
}

.icon02.bg_vr {
		background-color: var(--accentColor04);
}

@media screen and (max-width: 1024px) {
		.icon02 {
				border-radius: calc( 14 * 100vw / 1024);
				font-size: 2.5rem;
				height: calc( 48 * 100vw / 1024);
				line-height: calc( 48 * 100vw / 1024);
				width: calc( 220 * 100vw / 1024);
				margin: 20px 0 10px 0;
		}
}

@media print, screen and (min-width: 1025px) {
		.icon02 {
				border-radius: 7px;
				font-size: 1.35rem;
				height: 30px;
				width: 120px;
				line-height: 20px;
				padding: 5px;
				margin: 10px 0 10px 0;
		}
}


/*--------------------------------------------
TO TOP
---------------------------------------------*/

#toTop {
		align-items: center;
		background-color: rgba(0, 0, 0, 0.5);
		border-radius: 50%;
		display: flex;
		justify-content: center;
		position: fixed;
		z-index: 110;
}

#toTop:before {
		background: url("../images/ui/icon/arrow_top01.svg") 0 0/ contain no-repeat;
		content: '';
}

@media screen and (max-width: 1024px) {
		#toTop {
				position: fixed !important;
				display: flex !important;
				opacity: 1;
				visibility: visible;
				bottom: calc(96px + env(safe-area-inset-bottom, 0px) + 12px) !important;
				height: calc( 90 * 100vw / 1024);
				right: calc( 20 * 100% / 1024);
				width: calc( 90 * 100% / 1024);
				z-index: 1000 !important;
				pointer-events: auto !important;
		}
		#toTop:before {
				height: calc( 45 * 100vw / 1024);
				width: calc( 45 * 100vw / 1024);
		}
}

@media print, screen and (min-width: 1025px) {
		#toTop {
				bottom: 20px;
				height: 60px;
				right: 20px;
				width: 60px;
		}
		#toTop:before {
				background-size: 30px 30px;
				height: 30px;
				width: 30px;
		}
}


/*--------------------------------------------
SURVEY BANNER
---------------------------------------------*/

@media screen and (max-width: 1024px) {
		#surveay .survey_banner {
				width: 80%;
				margin: 30px auto;
		}
		#survey .survey_banner a {
				align-items: center;
				background-color: #B24996;
				background-color: var(--darkgray);
				color: #fff;
				display: flex;
				
				font-weight: 700;
				justify-content: center;
				letter-spacing: .05em;
				line-height: 1.5;
				border: 5px solid #aaa;
				border-radius: 4px;
				font-size: 3.2rem;
				height: 150px;
				margin-top: auto;
				order: 4;
				text-align: center;
				background: url("../images/common/bg_banner.webp") center 0/ cover no-repeat;
		}
		#survey .survey_banner span {}
}

@media print, screen and (min-width: 1025px) {
		#survey .survey_banner {
				width: 80%;
				margin: 60px auto;
		}
		#survey .survey_banner a {
				align-items: center;
				background-color: #B24996;
				background-color: var(--darkgray);
				color: #fff;
				display: flex;
				
				font-weight: 700;
				justify-content: center;
				letter-spacing: .05em;
				line-height: 1.5;
				border: 5px solid #aaa;
				border-radius: 4px;
				font-size: 3.3rem;
				height: 150px;
				margin-top: auto;
				order: 4;
				text-align: center;
				background: url("../images/common/bg_banner.webp") center 0/ cover no-repeat;
		}
		#survey .survey_banner span {}
}


/*--------------------------------------------
IFRAME-CONTAINER
---------------------------------------------*/

.iframe-container {
		position: relative;
}

.iframe-container>iframe {
		bottom: 0;
		height: 100%;
		left: 0;
		margin: auto;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
}


/*--------------------------------------------
survey_banner
---------------------------------------------*/

#survey {
		margin-top: 0px;
}

#survey .survey_banner a {
		position: relative;
}

#survey .survey_banner a span {
		z-index: 100;
}

#survey .survey_banner a::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 1024px) {
		#survey .survey_banner {
				width: 80%;
				margin: 20px auto;
		}
		#survey .survey_banner a {
				align-items: center;
				background-color: #B24996;
				background-color: var(--darkgray);
				color: #fff;
				display: flex;
				
				font-weight: 700;
				justify-content: center;
				letter-spacing: .05em;
				line-height: 1.5;
				border: 5px solid #aaa;
				border-radius: 4px;
				font-size: 3.2rem;
				height: 70px;
				margin-top: auto;
				order: 4;
				text-align: center;
				background: url("../images/common/bg_banner.webp") center 0/ cover no-repeat;
		}
		#survey .survey_banner span {
				vertical-align: middle;
		}
		#survey .survey_banner span img {
				vertical-align: middle;
		}
}

@media print, screen and (min-width: 1025px) {
		#survey .survey_banner {
				width: 80%;
				margin: 60px auto;
		}
		#survey .survey_banner a {
				align-items: center;
				background-color: #B24996;
				background-color: var(--darkgray);
				color: #fff;
				display: flex;
				
				font-weight: 700;
				justify-content: center;
				letter-spacing: .05em;
				line-height: 1.5;
				border: 5px solid #aaa;
				border-radius: 4px;
				font-size: 3.3rem;
				height: 150px;
				margin-top: auto;
				order: 4;
				text-align: center;
				background: url("../images/common/bg_banner.webp") center 0/ cover no-repeat;
		}
		#survey .survey_banner span {
				vertical-align: middle;
		}
		#survey .survey_banner span img {
				vertical-align: middle;
		}
}
