*, ::before, ::after {
	box-sizing: border-box;
}
img {
	vertical-align: bottom;
}
select {
	-webkit-appearance: none;
	appearance: none;
}
:root {
	--color-blue: #156A9A;
	--color-gray: #F6F8F9;
	--color-gray2: #737373;
	--link-color: #558FC9;
}
.hoteco-mv {
	color: #000;
	max-width: min(1280 * 100vw / 1500, 1280px);
	margin: 0 auto;
	padding: 15px 0 min(150 * 100vw / 1500, 150px);
}
.hoteco-mv .mv-inner {
	display: flex;
	justify-content: space-between;
}
.hoteco-mv .mv-text {
	padding: min(60 * 100vw / 1500, 60px) 0 0;
}
.hoteco-mv .intro {
	font-size: min(24 * 100vw / 1500, 24px);
	line-height: 2;
	margin-top: 0.4em;
}
.hoteco-mv .mv-img {
	width: min(734 * 100vw / 1500, 734px);
}
.hoteco-mv .mv-lede {
	font-size: min(24 * 100vw / 1500, 24px);
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.05em;
	margin-top: 0.7em;
}
.hoteco-mv+.w1280 {
	width: auto;
}
.left-bar-title {
	font-size: min(24 * 100vw / 1500, 24px);
	font-weight: 700;
	line-height: 1.55;
	position: relative;
	padding-left: 0.875em;
	margin-bottom: min(40 * 100vw / 1500, 40px);
}
.left-bar-title::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: min(8 * 100vw / 1500, 8px);
	height: 1.25em;
	background: #1E84C2 no-repeat left top;
	margin-top: 0.2em;
}
.arrow-link-button {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: min(5.67 * 100vw / 1500, 5.67px);
	text-align: center;
	font-size: min(20 * 100vw / 1500, 20px);
	font-weight: 700;
	line-height: 1.559;
	padding: 5px 1em;
	position: relative;
	letter-spacing: 0.05em;
}
.arrow-link-button.-primary {
	background-color: #156A9A;
	color: #FFFFFF;
}
.arrow-link-button-accent {
	color: #FFDF03;
	font-weight: bold;
}
.hoteco-point-section .point-section-head {
	overflow: hidden;
}
.hoteco-point-section .point-section-head .head-inner {
	border-bottom: 1px solid var(--color-blue);
	max-width: 1100px;
	margin: 0 auto min(70 * 100vw / 1500, 70px);
}
.hoteco-point-section .point-section-head .head-txt {
	color: var(--color-blue);
	font-size: min(47 * 100vw / 1500, 47px);
	line-height: 1.2061702128;
	font-weight: 700;
	text-align: center;
	width: fit-content;
	margin-inline: auto;
	padding: 0 0 1.55em;
	letter-spacing: 0.08em;
	position: relative;
}
.hoteco-point-section .point-section-head .head-txt::before, .hoteco-point-section .point-section-head .head-txt::after {
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	bottom: -1px;
}
.hoteco-point-section .point-section-head .head-txt::before {
	background-image: url("img/bg-heading.webp?1");
	width: min(1329 * 100vw / 1500, 1329px);
	aspect-ratio: 1329/131;
	right: calc(100% + 0.5em);
}
.hoteco-point-section .point-section-head .head-txt::after {
	background-image: url("img/bg-heading2.webp?1");
	width: min(1070 * 100vw / 1500, 1070px);
	aspect-ratio: 1070/105;
	left: calc(100% - 0.5em);
}
.hoteco-point-item {
	background: #fff;
	border: 2px solid #D9D9D9;
	border-radius: min(33 * 100vw / 1500, 33px);
	filter: drop-shadow(min(6 * 100vw / 1500, 6px) min(8 * 100vw / 1500, 8px) min(3 * 100vw / 1500, 3px) rgba(0, 0, 0, 0.16));
	width: 27.421875%;
	margin: min(4 * 100vw / 1500, 4px) 0 0 min(5 * 100vw / 1500, 5px);
	padding: min(72 * 100vw / 1500, 72px) min(21 * 100vw / 1500, 21px) min(35 * 100vw / 1500, 35px);
	position: relative;
	text-align: justify;
}
.hoteco-point-item .point-head {
	width: 42.0749279539%;
	position: absolute;
	left: min(-7 * 100vw / 1500, -7px);
	top: min(-6 * 100vw / 1500, -6px);
}
.hoteco-point-item .item-img {
	width: 44.9567723343%;
	aspect-ratio: 156/111;
	margin: 0 auto;
	display: flex;
	align-items: flex-end;
	margin-bottom: min(30 * 100vw / 1500, 30px);
}
.hoteco-point-item .item-head {
	color: var(--color-blue);
	font-size: min(22 * 100vw / 1500, 22px);
	font-weight: 700;
	line-height: 1.2131818182;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 1em;
}
.hoteco-point-item .item-text {
	font-size: min(18 * 100vw / 1500, 18px);
	font-weight: 500;
	line-height: 1.4827777778;
	letter-spacing: 0.15em;
}
.hoteco-point {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: min(100 * 100vw / 1500, 100px) 7.03125%;
}
.mt1em {
	margin-top: 1em;
}
.hoteco-screen-section {
	margin-top: min(170 * 100vw / 1500, 170px);
}
.screen-section-head {
	border-top: 1px solid var(--color-blue);
	border-bottom: 1px solid var(--color-blue);
	line-height: 1.5747222222;
	letter-spacing: 0.15em;
	text-align: center;
	font-size: min(36 * 100vw / 1500, 36px);
	font-weight: 500;
	color: var(--color-blue);
	padding: 0.85em 0 0.5em;
	margin-bottom: min(70 * 100vw / 1500, 70px);
}
.screen-section-head .main-txt {
	display: block;
	margin-bottom: 0.1em;
}
.screen-section-head .sub-txt {
	display: block;
	color: var(--color-gray2);
	font-size: min(21 * 100vw / 1500, 21px);
}
.screen-img-wrap {
	display: flex;
	justify-content: center;
	column-gap: min(80 * 100vw / 1500, 80px);
}
.screen-img-item {
	width: 41.5625%;
	text-align: center;
}
.screen-img-item .bubble {
	background: #fff;
	border-radius: min(33 * 100vw / 1500, 33px);
	filter: drop-shadow(min(6 * 100vw / 1500, 6px) min(8 * 100vw / 1500, 8px) min(3 * 100vw / 1500, 3px) rgba(0, 0, 0, 0.16));
	padding: min(30 * 100vw / 1500, 30px) min(5 * 100vw / 1500, 5px);
	position: relative;
	margin: 0 auto min(40 * 100vw / 1500, 40px);
}
.screen-img-item .bubble::after {
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	right: 0;
	background: #fff;
	content: "";
	display: block;
	width: min(44 * 100vw / 1500, 44px);
	aspect-ratio: 44/28;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	margin: 0 auto;
}
.screen-img-item .person {
	width: 15.7894736842%;
	aspect-ratio: 84/99;
	margin: 0 auto min(5 * 100vw / 1500, 5px);
	display: flex;
	align-items: center;
}
.screen-img-item .item-head {
	color: var(--color-blue);
	font-size: min(24 * 100vw / 1500, 24px);
	font-weight: 500;
	line-height: 1.55;
	margin-bottom: 0.5em;
	padding: 0 min(10 * 100vw / 1500, 10px);
}
.screen-img-item .item-text {
	font-feature-settings: "palt";
	color: #707070;
	font-size: min(20 * 100vw / 1500, 20px);
	line-height: 1.35;
	padding: 0 min(10 * 100vw / 1500, 10px);
}
.hoteco-btn-links {
	width: 44.53125%;
	margin: 0 auto;
	padding: min(140 * 100vw / 1500, 140px) 0 min(200 * 100vw / 1500, 200px);
}
.hoteco-btn-links .arrow-link-button {
	min-height: min(97 * 100vw / 1500, 97px);
}
.hoteco-btn-links .link-item+.link-item {
	margin-top: min(80 * 100vw / 1500, 80px);
}
.hoteco-btn-links .item-text {
	color: #000;
	font-size: min(16 * 100vw / 1500, 16px);
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 0.5em;
}
.hoteco-usermanual-link {
	margin-top: min(-20 * 100vw / 1500, -20px);
	margin-bottom: min(35 * 100vw / 1500, 35px);
	color: #02176D;
	text-decoration: underline;
}
.sticky-area {
	display: flex;
	flex-direction: column;
}
.sticky-link {
	display: block;
	background: #2E94CC;
	border: 5px solid #2E94CC;
	border-radius: min(20 * 100vw / 1500, 20px) 0 0 min(20 * 100vw / 1500, 20px);
	overflow: hidden;
	width: min(320 * 100vw / 1500, 320px);
	margin-left: auto;
	position: sticky;
	top: 110px;
	/* 仮 PC時はjsで動的に取得 */
	right: 0;
	z-index: 1;
	text-align: center;
}
.sticky-link .logo-wrap {
	background: #fff;
	padding: min(20 * 100vw / 1500, 20px) 0;
}
.sticky-link .logo-wrap img {
	width: min(251 * 100vw / 1500, 251px);
}
.sticky-link .text-wrap {
	color: #fff;
	font-size: min(24 * 100vw / 1500, 24px);
	font-weight: 500;
	padding: 0.55em 0.2em 0.45em;
}
@media (min-width: 769px) {
	.max1280 {
		max-width: min(1280 * 100vw / 1500, 1280px);
		margin-inline: auto;
	}
	.sticky-link {
		order: -1;
		margin-block-start: -20px;
		margin-block-end: 20px;
	}
	.link.underline:hover {
		text-decoration: none;
	}
	.country-btn:hover {
		background: #EDF6FC;
	}
	.arrow-link-button.-primary:hover {
		background-color: #10537a;
	}
}
@media (max-width: 768px) {
	.hoteco-mv {
		max-width: 100%;
		padding: calc(35 * 100vw / 750) 0 calc(150 * 100vw / 750);
	}
	.hoteco-mv .mv-inner {
		display: block;
	}
	.hoteco-mv .mv-text {
		padding: 0;
	}
	.hoteco-mv .intro {
		font-size: calc(36 * 100vw / 750);
		line-height: 1.7777777778;
		margin-top: 1.5em;
		text-align: center;
	}
	.hoteco-mv .mv-img {
		width: calc(594 * 100vw / 750);
		margin: calc(35 * 100vw / 750) auto calc(80 * 100vw / 750);
	}
	.hoteco-mv .mv-lede {
		font-size: calc(32 * 100vw / 750);
		line-height: 1.6875;
		margin-top: 0.7em;
		width: 100%;
		padding: 0 0.5em;
	}
	.hoteco-mv+.w1280 {
		width: auto;
		margin-inline: 0;
	}
	.hoteco-mv-title {
		width: calc(381 * 100vw / 750);
		margin-inline: auto;
	}
	.left-bar-title {
		font-size: calc(40 * 100vw / 750);
		padding-left: 0.7em;
	}
	.left-bar-title::before {
		width: calc(8 * 100vw / 750);
	}
	.arrow-link-button {
		border-radius: calc(5.67 * 100vw / 750);
		font-size: calc(28 * 100vw / 750);
		line-height: 1.4642857143;
		padding: 5px 2.1em;
	}
	.arrow-link-button-arrow {
		font-size: calc(60 * 100vw / 750);
		position: absolute;
		top: 50%;
		translate: 0 -50%;
		right: 0.4em;
	}
	.hoteco-point-section .point-section-head .head-inner {
		border-bottom: 0;
		margin: 0 auto calc(110 * 100vw / 750);
	}
	.hoteco-point-section .point-section-head .head-txt {
		font-size: calc(50 * 100vw / 750);
		line-height: 1.6;
		margin-inline: auto;
		padding: 0 0 calc(200 * 100vw / 750);
		letter-spacing: 0.08em;
	}
	.hoteco-point-section .point-section-head .head-txt::before {
		width: calc(1329 * 100vw / 750);
		right: 50%;
	}
	.hoteco-point-section .point-section-head .head-txt::after {
		width: calc(1070 * 100vw / 750);
		left: calc(50% - 0.5em);
	}
	.hoteco-point-item {
		border-radius: calc(33 * 100vw / 750);
		filter: drop-shadow(calc(6 * 100vw / 750) calc(8 * 100vw / 750) calc(3 * 100vw / 750) rgba(0, 0, 0, 0.16));
		width: calc(605 * 100vw / 750);
		margin: calc(4 * 100vw / 750) 0 0 calc(5 * 100vw / 750);
		padding: calc(65 * 100vw / 750) calc(48 * 100vw / 750) calc(35 * 100vw / 750);
	}
	.hoteco-point-item .point-head {
		width: 32.9450915141%;
		left: calc(-7 * 100vw / 750);
		top: calc(-6 * 100vw / 750);
	}
	.hoteco-point-item .item-img {
		width: calc(220 * 100vw / 750);
		aspect-ratio: auto;
		margin-bottom: calc(50 * 100vw / 750);
	}
	.hoteco-point-item .item-head {
		font-size: calc(40 * 100vw / 750);
		line-height: 1.25;
		letter-spacing: 0.07em;
		margin-bottom: 1.1em;
	}
	.hoteco-point-item .item-text {
		font-size: calc(32 * 100vw / 750);
		font-weight: 500;
		line-height: 1.59375;
		letter-spacing: 0.12em;
	}
	.hoteco-point {
		gap: calc(85 * 100vw / 750) 0;
	}
	.hoteco-screen-section {
		margin: calc(120 * 100vw / 750) calc(38 * 100vw / 750) 0;
	}
	.screen-section-head {
		letter-spacing: 0.15em;
		font-size: calc(51 * 100vw / 750);
		padding: 1.2em 0;
		margin: 0 calc(38 * 100vw / 750) calc(70 * 100vw / 750);
	}
	.screen-section-head .main-txt {
		margin-bottom: 0;
	}
	.screen-section-head .sub-txt {
		font-size: calc(40 * 100vw / 750);
	}
	.screen-img-wrap {
		flex-wrap: wrap;
		gap: calc(110 * 100vw / 750) 0;
	}
	.screen-img-item {
		width: 100%;
		text-align: center;
	}
	.screen-img-item .bubble {
		border-radius: calc(33 * 100vw / 750);
		filter: drop-shadow(calc(6 * 100vw / 750) calc(8 * 100vw / 750) calc(3 * 100vw / 750) rgba(0, 0, 0, 0.16));
		padding: calc(60 * 100vw / 750) calc(0 * 100vw / 750);
		margin: 0 auto calc(65 * 100vw / 750);
		width: calc(600 * 100vw / 750);
	}
	.screen-img-item .bubble::after {
		width: calc(44 * 100vw / 750);
	}
	.screen-img-item .person {
		width: calc(144 * 100vw / 750);
		aspect-ratio: auto;
		margin: 0 auto calc(30 * 100vw / 750);
	}
	.screen-img-item .item-head {
		font-size: calc(40 * 100vw / 750);
		margin-bottom: 0.5em;
		padding: 0;
	}
	.screen-img-item .item-text {
		font-size: calc(32 * 100vw / 750);
		line-height: 1.59375;
		padding: 0;
	}
	.hoteco-btn-links {
		width: calc(600 * 100vw / 750);
		padding: calc(180 * 100vw / 750) 0 calc(165 * 100vw / 750);
	}
	.hoteco-btn-links .arrow-link-button {
		min-height: calc(152 * 100vw / 750);
	}
	.hoteco-btn-links .link-item+.link-item {
		margin-top: calc(70 * 100vw / 750);
	}
	.hoteco-btn-links .item-text {
		font-size: calc(32 * 100vw / 750);
		margin-bottom: 0.5em;
	}
	.sticky-link {
		border-width: calc(5 * 100vw / 750);
		border-radius: calc(20 * 100vw / 750) calc(20 * 100vw / 750) 0 0;
		width: 100%;
		margin-left: 0;
		top: auto;
		left: 0;
		bottom: 0;
	}
	.sticky-link .logo-wrap {
		padding: calc(16 * 100vw / 750) 0 calc(13 * 100vw / 750);
	}
	.sticky-link .logo-wrap img {
		width: calc(251 * 100vw / 750);
	}
	.sticky-link .text-wrap {
		font-size: calc(32 * 100vw / 750);
		padding: 0.32em 0.2em 0.25em;
	}
}