@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	outline: none;
	font: inherit;
	font-weight: inherit;
	font-family: inherit;
	letter-spacing: 0;
	-ms-text-size-adjust: none;
	    text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}

a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a, img {
	border: none;
	outline: none;
}

img {
	vertical-align: middle;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}

label, button {
	cursor: pointer;
}

sup {
	font-size: 54.5%;
	font-weight: normal;
	vertical-align: super;
	line-height: normal;
}

.pre {
	position: relative;
	overflow: auto;
	white-space: pre-wrap;
	white-space: -pre-wrap;
	white-space: -webkit-pre-wrap;
	white-space: -moz-pre-wrap;
	word-wrap: break-word;
}

.nobr {
	white-space: nowrap;
}

a:hover,
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, input[type=image]:hover,
button:hover, .button:hover {
	opacity: 0.7;
}

a:active,
input[type=submit]:active, input[type=reset]:active, input[type=button]:active, input[type=image]:active,
button:active, .button:active {
	opacity: 0.5;
}

a {
	text-decoration: none;
}
a:link, a:active {
	color: #575757;
}
a:hover {
	color: #77DDD1;
}
a:visited {
	color: #575757;
}

a, input, textarea, select, button {
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.notOpacity a, a.notOpacity,
a .notOpacity, .notOpacity input, input.notOpacity,
input .notOpacity, .notOpacity textarea, textarea.notOpacity,
textarea .notOpacity, .notOpacity select, select.notOpacity,
select .notOpacity, .notOpacity button, button.notOpacity,
button .notOpacity {
	opacity: 1 !important;
}

b, .b {
	font-weight: normal;
}

strong, .strong {
	font-weight: bold;
}

em {
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
}

small, .small {
	font-size: 85.75%;
}

p, .p, li, dt, dd, th, td {
	font-size: 100%;
	line-height: 170%;
	line-break: strict;
}
@media only screen and (max-width: 767px) {
	p, .p, li, dt, dd, th, td {
		line-height: 180%;
	}
}

ol, ul, li {
	list-style: none;
}

ul li p,
ol li p {
	font-size: 100%;
}

table, .table {
	border-collapse: separate;
	border-spacing: 0;
	border: none;
	empty-cells: show;
}

th, td,
.th, .td {
	padding: 0;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
th.align-r, td.align-r,
.th.align-r, .td.align-r {
	text-align: right;
}
th.valign-m, td.valign-m,
.th.valign-m, .td.valign-m {
	vertical-align: middle;
}

.table {
	display: table;
}

.tr {
	display: table-row;
}

.th, .td {
	display: table-cell;
}

/* html, body { height: 100%; } */
img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}
img.border {
	border: solid 1px #e3e5ed;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
	pointer-events: none;
}
@media only screen and (max-width: 767px) {
	a[href^="tel:"] {
		pointer-events: all;
	}
}

.display-large {
	display: block;
}

.display-middle {
	display: none;
}

.display-small {
	display: none;
}

/*
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.display-large  { display: none; }
	.display-middle { display: block; }
	.display-small  { display: none; }
}
*/
@media only screen and (max-width: 767px) {
	.display-large {
		display: none;
	}
	.display-middle {
		display: none;
	}
	.display-small {
		display: block;
	}
}
p.notes,
span.notes {
	text-indent: -1em !important;
	margin-left: 1em !important;
	overflow: visible;
}

span.notes {
	display: block;
}

ol.decimal {
	list-style-type: decimal;
}
ol.decimal > li {
	list-style-type: decimal;
	margin-left: 25px;
	overflow: visible;
}
ol.decimal > li + li {
	margin-top: 8px;
}
ol.term {
	list-style: none;
	counter-reset: section;
}
ol.term > li {
	padding-left: 3.5em;
	position: relative;
	overflow: visible;
}
ol.term > li::before {
	counter-increment: section;
	content: "第" counter(section) "項";
	position: absolute;
	left: 0;
}
ol.term > li + li {
	margin-top: 8px;
}

ul {
	list-style: none;
}
ul.dot li {
	padding-left: 25px;
	position: relative;
	overflow: visible;
}
ul.dot li:before {
	content: "";
	background-color: #7f9098;
	width: 6px;
	height: 6px;
	display: block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
	top: 0.7em;
	left: 2px;
}
ul.dot li + li {
	margin-top: 0.425em;
}
ul.dot li p + ul.dot,
ul.dot li p + ol.decimal {
	margin-top: 0.625em;
}

p + ol,
p + ul {
	margin-top: 1em;
}

body {
	background-color: #CEF3EE;
	font-size: 16px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #575757;
	text-align: center;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	opacity: 1;
}

html > img {
	position: absolute;
	top: -100px;
	left: -100px;
	z-index: -1;
}

h1,
h2,
h3,
.font-title {
	font-family: "Noto Sans JP", sans-serif;
}

.is-hidden {
	-webkit-transition: opacity 2s;
	transition: opacity 2s;
}

.is-visible,
.is-hidden.is-visible {
	opacity: 1;
}

body {
	opacity: 1;
}

main {
	position: relative;
	z-index: 1;
}

.first-visual {
	background-color: #76DDD1;
	min-width: 1366px;
	position: relative;
	z-index: 5;
}
@media only screen and (max-width: 767px) {
	.first-visual {
		min-width: 10px;
		width: 100%;
	}
}
.first-visual--wrap {
	margin: 0 auto;
	padding: 0 0 59px 0;
	width: 1366px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
@media only screen and (max-width: 767px) {
	.first-visual--wrap {
		padding-bottom: 42px;
		width: 100%;
	}
}
.first-visual--wrap > * {
	position: relative;
	z-index: 1;
}
.first-visual--header {
	margin: 30px 50px 0;
	padding: 0;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.first-visual--header {
		margin: 0;
		padding: 20px 20px;
		z-index: 100;
	}
}
.first-visual--header--logo {
	margin: 0;
	width: 160px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.first-visual--header--logo {
		width: 100px;
	}
}
.first-visual--header--menu {
	display: none;
}
@media only screen and (max-width: 767px) {
	.first-visual--header--menu {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		    -ms-flex-align: center;
		        align-items: center;
		text-align: center;
		width: 65px;
		height: 64px;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 99;
	}
	.first-visual--header--menu img {
		width: 25px;
		height: 20px;
		display: block;
	}
}
.first-visual h1 {
	margin: 32px 204px 0;
	max-width: 612px;
	width: 100%;
	display: block;
}
@media only screen and (max-width: 767px) {
	.first-visual h1 {
		max-width: 100%;
		margin: 8px 0 0;
		padding: 0 22px;
		width: auto;
	}
}
.first-visual h1 img {
	display: block;
}
@media only screen and (max-width: 767px) {
	.first-visual h1 img {
		margin: 0 auto;
		max-width: calc(100% - 30px);
	}
}
.first-visual--h1-visual {
	margin: 0 92px;
	width: 704px;
}
@media only screen and (max-width: 767px) {
	.first-visual--h1-visual {
		margin: 8vw 0 0;
		padding: 0 22px 0 17px;
		width: auto;
		text-align: left;
		position: relative;
		z-index: 2;
	}
}
@media only screen and (max-width: 767px) {
	.first-visual--h1-visual img {
		margin: 0;
		max-width: 52.2666666667vw;
		width: 100%;
	}
}
.first-visual picture.first-visual--bg {
	position: absolute;
	bottom: 0;
	right: 30px;
	z-index: 1;
}
@media only screen and (max-width: 767px) {
	.first-visual picture.first-visual--bg {
		width: 67.7333333333vw;
		right: -9.3333333333vw;
		display: block;
	}
}
.first-visual picture.first-visual--bg img {
	max-width: unset;
	width: 575px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.first-visual picture.first-visual--bg img {
		width: 67.7333333333vw;
	}
}
.first-visual a.first-visual--button {
	background: #30665E;
	border-radius: 82px;
	margin: 0 auto;
	min-width: 430px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: 82px;
	font-size: 24px;
	line-height: normal;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: absolute;
	left: 50%;
	bottom: -41px;
	z-index: 2;
	-webkit-transform: translate3d(-50%, 0, 0);
	        transform: translate3d(-50%, 0, 0);
}
@media only screen and (max-width: 767px) {
	.first-visual a.first-visual--button {
		padding: 0 23px;
		min-width: 10px;
		max-width: 260px;
		width: 100%;
		height: 50px;
		font-size: 14px;
		bottom: -25px;
	}
}
@media only screen and (max-width: 375px) {
	.first-visual a.first-visual--button {
		font-size: max( 3.7333333333vw, 12px );
	}
}
.first-visual a.first-visual--button:hover {
	background: #83a39f;
	opacity: 1;
}
.first-visual a.first-visual--button::after {
	content: "";
	background: url(../svg/icon_arrow_right.min.svg) no-repeat 0 0;
	background-size: 11px 20px;
	margin: 2px 0 0 10px;
	width: 11px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
}
@media only screen and (max-width: 767px) {
	.first-visual a.first-visual--button::after {
		background-image: url(../svg/icon_arrow_right.min.svg);
		background-size: contain;
		width: 6px;
		height: 11px;
	}
}
.nav {
	background-color: #CEF3EE;
	padding: 40px 0 36px;
	min-width: 1366px;
	width: 100%;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 4;
}
@media only screen and (max-width: 767px) {
	.nav {
		padding: 57px 22px 40px;
		min-width: 10px;
		width: 100%;
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 100;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-transform: translate3d(0, -100%, 0);
		        transform: translate3d(0, -100%, 0);
		-webkit-transition: 0.16s ease-in-out;
		transition: 0.16s ease-in-out;
	}
	.nav_show {
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
		-webkit-transition: 0.32s ease-in-out;
		transition: 0.32s ease-in-out;
		display: block;
	}
}
.nav_fixed {
	background-color: #CEF3EE;
	padding: 71px 0 49px;
}
@media only screen and (max-width: 767px) {
	.nav_fixed {
		padding: 57px 22px 40px;
	}
}
.nav--wrap {
	margin: 0 auto;
	max-width: 1100px;
}
@media only screen and (max-width: 767px) {
	.nav--wrap {
		max-width: 100%;
		display: block;
	}
}
.nav--close {
	display: none;
}
@media only screen and (max-width: 767px) {
	.nav--close {
		padding: 20px;
		width: 70px;
		height: 70px;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
	}
	.nav--close img {
		max-width: 100%;
		width: 100%;
		height: auto;
		display: block;
	}
}
.nav a.nav--button {
	background: #30665E;
	border-radius: 82px;
	margin: 0 auto;
	min-width: 430px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: 82px;
	font-size: 24px;
	line-height: normal;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media only screen and (max-width: 767px) {
	.nav a.nav--button {
		padding: 0 23px;
		min-width: 10px;
		max-width: 260px;
		width: 100%;
		height: 50px;
		font-size: 14px;
		bottom: -25px;
	}
}
@media only screen and (max-width: 375px) {
	.nav a.nav--button {
		font-size: max( 3.7333333333vw, 12px );
	}
}
.nav a.nav--button:hover {
	background: #83a39f;
	opacity: 1;
}
.nav a.nav--button::after {
	content: "";
	background: url(../svg/icon_arrow_right.min.svg) no-repeat 0 0;
	background-size: 11px 20px;
	margin: 2px 0 0 10px;
	width: 11px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
}
@media only screen and (max-width: 767px) {
	.nav a.nav--button::after {
		background-image: url(../svg/icon_arrow_right.min.svg);
		background-size: contain;
		width: 6px;
		height: 11px;
	}
}
.nav_fixed a.nav--button {
	display: none;
}
@media only screen and (max-width: 767px) {
	.nav_fixed a.nav--button {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}
.nav--main {
	background: #fff;
	border-radius: 20px;
	margin: 30px auto 0;
	padding: 28px 0;
	max-width: 1100px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media only screen and (max-width: 767px) {
	.nav--main {
		margin-top: 20px;
		padding: 20px;
		max-width: 100%;
		display: block;
	}
}
.nav_fixed .nav--main {
	margin-top: 0;
}
@media only screen and (max-width: 767px) {
	.nav_fixed .nav--main {
		margin-top: 20px;
	}
}
.nav ol {
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 70px;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	.nav ol {
		width: 100%;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		gap: 0 38px;
	}
	.nav ol::after {
		content: "";
		border-left: solid 1px #707070;
		width: 0;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 50%;
	}
}
.nav ol li {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 160%;
	letter-spacing: 0;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.nav ol li {
		width: calc((100% - 38px) / 2);
		font-size: 12px;
		letter-spacing: 0;
	}
}
@media only screen and (max-width: 375px) {
	.nav ol li {
		font-size: 3.2vw;
	}
}
@media only screen and (max-width: 767px) {
	.nav ol li:nth-child(n+3) {
		border-top: solid 1px #707070;
	}
}
@media only screen and (max-width: 767px) {
	.nav ol li br {
		display: none;
	}
}
.nav ol li span {
	display: none;
}
@media only screen and (max-width: 767px) {
	.nav ol li span {
		display: inline;
	}
}
.nav ol li + li::after {
	content: "";
	border-left: solid 1px #575757;
	width: 0;
	height: 300px;
	display: block;
	position: absolute;
	top: -100px;
	left: -35px;
}
@media only screen and (max-width: 767px) {
	.nav ol li + li::after {
		border: none;
	}
}
@media only screen and (max-width: 767px) {
	.nav ol a {
		padding: 20px 0;
		width: 100%;
		height: 100%;
		text-align: center;
		display: block;
	}
}
.nav a.nav-about img {
	margin: 0 5px 0 0;
	width: 152px;
	height: 39px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -3px;
}
@media only screen and (max-width: 767px) {
	.nav a.nav-about img {
		margin-right: 2px;
		width: 81px;
		height: auto;
		top: -2px;
	}
}
@media only screen and (max-width: 375px) {
	.nav a.nav-about img {
		width: max( 21.6vw, 12px );
	}
}

.about {
	background-color: #fff;
	padding: 119px 0 103px;
	min-width: 1366px;
}
@media only screen and (max-width: 767px) {
	.about {
		padding: 75px 22px 70px;
		min-width: 10px;
		width: 100%;
	}
}
.about--wrap {
	margin: 0 auto;
	padding: 0;
	width: 1366px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 74px 90px;
}
@media only screen and (max-width: 767px) {
	.about--wrap {
		width: 100%;
		display: block;
	}
}
.about h2 {
	width: 100%;
	display: block;
	position: relative;
	font-size: 37px;
	line-height: 44px;
	font-weight: 500;
	letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
	.about h2 {
		font-size: 16px;
		line-height: 180%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width: 375px) {
	.about h2 {
		font-size: max( 4.2666666667vw, 12px );
	}
}
.about h2::before, .about h2::after {
	content: "";
	border-top: solid 2px #77DDD1;
	width: 50px;
	height: 0;
	display: none;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate3d(0, -2px, 0);
	        transform: translate3d(0, -2px, 0);
}
@media only screen and (max-width: 767px) {
	.about h2::before, .about h2::after {
		display: block;
	}
}
@media only screen and (max-width: 375px) {
	.about h2::before, .about h2::after {
		width: 13.3333333333vw;
	}
}
.about h2::after {
	left: auto;
	right: 0;
}
.about h2 img {
	margin: 0 15px 0 0;
	width: 324px;
	height: 84px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -7px;
}
@media only screen and (max-width: 767px) {
	.about h2 img {
		margin-right: 6px;
		width: 159px;
		height: auto;
		top: -4px;
	}
}
@media only screen and (max-width: 375px) {
	.about h2 img {
		width: max( 42.4vw, 12px );
		top: -1.0666666667vw;
	}
}
.about--main {
	width: 460px;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.about--main {
		margin-top: 40px;
		padding: 0;
		width: 100%;
	}
}
.about--main h3 {
	font-size: 22px;
	font-weight: 400;
	line-height: 180%;
	letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
	.about--main h3 {
		font-size: 16px;
		line-height: 180%;
		text-align: center;
	}
}
@media only screen and (max-width: 375px) {
	.about--main h3 {
		font-size: max( 4.2666666667vw, 12px );
	}
}
.about--main h3 span {
	margin-top: 20px;
	font-weight: 500;
	font-size: 37px;
	line-height: 118.9189189189%;
	letter-spacing: 3px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.about--main h3 span {
		margin-top: 6px;
		font-size: 22px;
		line-height: 180%;
	}
}
@media only screen and (max-width: 375px) {
	.about--main h3 span {
		font-size: max( 5.8666666667vw, 12px );
	}
}
.about--main p {
	margin-top: 32px;
	font-style: normal;
	font-size: 18px;
	line-height: 180%;
	letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
	.about--main p {
		margin-top: 16px;
		font-size: 14px;
		line-height: 180%;
	}
}
@media only screen and (max-width: 375px) {
	.about--main p {
		font-size: max( 3.7333333333vw, 12px );
	}
}
.about--visual {
	width: 460px;
	position: relative;
	overflow: visible;
}
@media only screen and (max-width: 767px) {
	.about--visual {
		margin-top: 43px;
		width: 100%;
	}
}
.about--visual h3 {
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 118.1818181818%;
	letter-spacing: 1px;
	text-align: center;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.about--visual h3 {
		font-size: 18px;
		line-height: 133.3333333333%;
	}
}
@media only screen and (max-width: 375px) {
	.about--visual h3 {
		font-size: max( 4.8vw, 12px );
		font-size: max( 4.8dvw, 12px );
	}
}
@media only screen and (max-width: 767px) {
	.about--visual h3 span {
		display: none;
	}
}
.about--visual h3 br {
	display: none;
}
@media only screen and (max-width: 767px) {
	.about--visual h3 br {
		display: block;
	}
}
.about--visual img {
	margin-top: 27px;
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.about--visual img {
		margin-top: 23px;
	}
}
.about--visual ul {
	margin: 32px auto 0;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 17px;
}
@media only screen and (max-width: 767px) {
	.about--visual ul {
		margin-top: 20px;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		gap: 7px;
	}
}
.about--visual ul li {
	width: 120px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.about--visual ul li {
		width: calc((100% - 14px) / 3);
	}
}
.about--visual ul li:nth-child(3) {
	width: 185px;
}
@media only screen and (max-width: 767px) {
	.about--visual ul li:nth-child(3) {
		width: calc((100% - 14px) / 3);
	}
}
.about--visual ul a {
	background: #77DDD1;
	border-radius: 4px;
	padding: 10px;
	min-height: 58px;
	width: 100%;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 180%;
	letter-spacing: 1px;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.about--visual ul a {
		min-height: 42px;
		font-size: 16px;
	}
}
@media only screen and (max-width: 375px) {
	.about--visual ul a {
		font-size: max( 4.2666666667vw, 12px );
	}
}
.about--visual ul a:hover {
	background: #bbeee8;
	opacity: 1;
}

.about-sub {
	background-color: #fff;
	padding: 0;
	min-width: 1366px;
}
@media only screen and (max-width: 767px) {
	.about-sub {
		padding: 0 22px 0;
		min-width: 10px;
		width: 100%;
	}
}
.about-sub--wrap {
	margin: 0 auto;
	padding: 0;
	width: 1366px;
}
@media only screen and (max-width: 767px) {
	.about-sub--wrap {
		width: 100%;
	}
}
.about-sub h2 {
	width: 100%;
	display: block;
	position: relative;
	font-size: 37px;
	line-height: 50px;
	font-weight: 500;
	letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
	.about-sub h2 {
		font-size: 20px;
		line-height: 180%;
		display: block;
	}
}
@media only screen and (max-width: 375px) {
	.about-sub h2 {
		font-size: max( 5.3333333333vw, 12px );
	}
}
.about-sub h2 img {
	margin: 0 10px 0 0;
	width: 195px;
	height: 51px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -3px;
}
@media only screen and (max-width: 767px) {
	.about-sub h2 img {
		width: 134px;
		height: auto;
	}
}
@media only screen and (max-width: 375px) {
	.about-sub h2 img {
		width: max( 35.7333333333vw, 12px );
	}
}
.about-sub--read {
	margin-top: 28px;
	font-size: 18px;
	line-height: 180%;
	letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
	.about-sub--read {
		margin-top: 18px;
		font-size: 14px;
		line-height: 180%;
	}
}
@media only screen and (max-width: 375px) {
	.about-sub--read {
		font-size: max( 3.7333333333vw, 12px );
	}
}
.about-sub--point {
	margin: 35px auto 0;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 21px;
}
@media only screen and (max-width: 767px) {
	.about-sub--point {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		gap: 15px;
	}
}
.about-sub--point li img {
	width: 100%;
	height: auto;
	display: block;
}
.about-sub--point li:nth-child(1) img {
	max-width: 244px;
}
.about-sub--point li:nth-child(2) img {
	max-width: 247px;
}
.about-sub--point li:nth-child(3) img {
	max-width: 247px;
}
@media only screen and (max-width: 767px) {
	.about-sub--point li:nth-child(1) {
		width: 100%;
		text-align: center;
	}
	.about-sub--point li:nth-child(1) img {
		margin: 0 auto;
	}
}
@media only screen and (max-width: 767px) {
	.about-sub--point li:nth-child(1) img,
	.about-sub--point li:nth-child(2) img,
	.about-sub--point li:nth-child(3) img {
		max-width: 138px;
	}
}
@media only screen and (max-width: 375px) {
	.about-sub--point li:nth-child(1) img,
	.about-sub--point li:nth-child(2) img,
	.about-sub--point li:nth-child(3) img {
		max-width: max( 36.8vw, 12px );
	}
}
.about-sub--point-notes {
	margin: 19px auto 0;
	width: 720px;
	font-size: 14px;
	text-align: right;
	display: block;
}
@media only screen and (max-width: 767px) {
	.about-sub--point-notes {
		font-size: 10px;
		width: 100%;
	}
}

.about-sub--scroll-logo {
	background-color: #fff;
	padding: 40px 0 82px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	.about-sub--scroll-logo {
		padding-bottom: 50px;
	}
}
.about-sub--scroll-logo ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	gap: 0;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	list-style: none;
	-webkit-animation: slide2 90s linear infinite;
	        animation: slide2 90s linear infinite;
}
.about-sub--scroll-logo ul:first-child {
	-webkit-animation: slide1 90s -45s linear infinite;
	        animation: slide1 90s -45s linear infinite;
}
.about-sub--scroll-logo ul:last-child {
	-webkit-animation: slide2 90s linear infinite;
	        animation: slide2 90s linear infinite;
}
.about-sub--scroll-logo ul li {
	width: 253px;
}
@media only screen and (max-width: 767px) {
	.about-sub--scroll-logo ul li {
		width: 144px;
	}
}
.about-sub--scroll-logo ul img {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}

@-webkit-keyframes slide1 {
	0% {
		-webkit-transform: translateX(100%);
		        transform: translateX(100%);
	}
	to {
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
	}
}

@keyframes slide1 {
	0% {
		-webkit-transform: translateX(100%);
		        transform: translateX(100%);
	}
	to {
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
	}
}
@-webkit-keyframes slide2 {
	0% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	to {
		-webkit-transform: translateX(-200%);
		        transform: translateX(-200%);
	}
}
@keyframes slide2 {
	0% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	to {
		-webkit-transform: translateX(-200%);
		        transform: translateX(-200%);
	}
}
.cando {
	background-color: #CEF3EE;
	padding: 110px 0 0;
	min-width: 1366px;
}
@media only screen and (max-width: 767px) {
	.cando {
		padding: 40px 22px 0;
		min-width: 10px;
		width: 100%;
	}
}
.cando--wrap {
	margin: 0 auto;
	padding: 0;
	width: 1366px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.cando--wrap {
		width: 100%;
	}
}
.cando h2 {
	width: 100%;
	font-size: 37px;
	line-height: 44px;
	font-weight: 500;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 47px;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.cando h2 {
		font-size: 26px;
		line-height: 180%;
		display: block;
	}
}
@media only screen and (max-width: 375px) {
	.cando h2 {
		font-size: max( 6.9333333333vw, 12px );
	}
}
.cando h2::before, .cando h2::after {
	content: "";
	border-top: solid 1px #575757;
	width: 80px;
	height: 0;
	display: inline-block;
}
@media only screen and (max-width: 767px) {
	.cando h2::before, .cando h2::after {
		display: none;
	}
}
.cando--visual {
	margin-top: 102px;
}
@media only screen and (max-width: 767px) {
	.cando--visual {
		margin: 38px -22px 0;
	}
}
.cando--visual_before {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}
.cando--visual_after {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}
.cando--point3 {
	margin-top: 120px;
	padding-bottom: 52px;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.cando--point3 {
		margin-top: 49px;
		padding-bottom: 40px;
	}
}
.cando--point3 h2 {
	font-size: 37px;
	font-weight: 500;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 10px;
}
@media only screen and (max-width: 767px) {
	.cando--point3 h2 {
		font-size: 20px;
		line-height: 180%;
	}
}
@media only screen and (max-width: 375px) {
	.cando--point3 h2 {
		font-size: max( 5.3333333333vw, 12px );
	}
}
.cando--point3 h2::before, .cando--point3 h2::after {
	display: none;
}
.cando--point3 h2 span {
	font-size: 100px;
	color: #BE990E;
	position: relative;
	top: -10px;
}
@media only screen and (max-width: 767px) {
	.cando--point3 h2 span {
		font-size: 49px;
		top: -3px;
	}
}
@media only screen and (max-width: 375px) {
	.cando--point3 h2 span {
		font-size: max( 13.0666666667vw, 12px );
		top: -2px;
	}
}
.cando--point3--table-of-contents {
	margin: 43px auto 0;
	background: #fff;
	border: solid 3px #77DDD1;
	border-radius: 20px;
	-webkit-box-shadow: 6px 6px 0 #77DDD1;
	        box-shadow: 6px 6px 0 #77DDD1;
	padding: 45px 55px 49px 61px;
	width: 640px;
	text-align: left;
	position: relative;
	z-index: 0;
}
@media only screen and (max-width: 767px) {
	.cando--point3--table-of-contents {
		margin-top: 20px;
		width: 100%;
		padding: 28px;
	}
}
@media only screen and (max-width: 375px) {
	.cando--point3--table-of-contents {
		padding: max( 7.4666666667vw, 12px );
	}
}
.cando--point3--table-of-contents ol, .cando--point3--table-of-contents li {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
.cando--point3--table-of-contents li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 41px;
	font-size: 30px;
	font-weight: 600;
	line-height: 160%;
}
@media only screen and (max-width: 767px) {
	.cando--point3--table-of-contents li {
		gap: 22px;
		font-size: 16px;
		font-weight: 500;
		line-height: 180%;
	}
}
@media only screen and (max-width: 375px) {
	.cando--point3--table-of-contents li {
		gap: max( 5.8666666667vw, 12px );
		font-size: max( 4.2666666667vw, 12px );
	}
}
.cando--point3--table-of-contents li + li {
	border-top: solid 1px #BE990E;
	margin-top: 32px;
	padding-top: 32px;
}
@media only screen and (max-width: 767px) {
	.cando--point3--table-of-contents li + li {
		margin-top: 16px;
		padding-top: 14px;
	}
}
.cando--point3--table-of-contents--header {
	font-size: 26px;
	line-height: 26px;
	text-align: center;
	color: #BE990E;
}
@media only screen and (max-width: 767px) {
	.cando--point3--table-of-contents--header {
		font-size: 13px;
		line-height: 180%;
	}
}
.cando--point3--table-of-contents--header .num {
	margin-top: 1px;
	font-size: 75px;
	line-height: 75px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.cando--point3--table-of-contents--header .num {
		margin-top: -5px;
		font-weight: 600;
		font-size: 38px;
		line-height: 100%;
		position: relative;
		overflow: visible;
	}
}
@media only screen and (max-width: 375px) {
	.cando--point3--table-of-contents--header .num {
		font-size: max( 10.1333333333vw, 12px );
	}
}
.cando--point3--table-of-contents--body {
	letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
	.cando--point3--table-of-contents--body {
		width: 100%;
		text-align: center;
	}
}
.cando--point3--visual {
	width: 286px;
	height: 573px;
	position: absolute;
	bottom: -10px;
	left: 50%;
	-webkit-transform: translate3d(-580px, 0, 0);
	        transform: translate3d(-580px, 0, 0);
}
.cando--point3--visual--title {
	margin: 0 0 0 50px;
	width: 184px;
	height: auto;
	display: block;
}
.cando--point3--visual--img {
	margin: 26px 0 0;
	width: 286px;
	height: auto;
	display: block;
}
.cando--point3--section + .cando--point3--section {
	margin-top: 30px;
}
@media only screen and (max-width: 767px) {
	.cando--point3--section + .cando--point3--section {
		margin-top: 46px;
	}
}
.cando--point3--section {
	background: #fff;
	border: solid 3px #77DDD1;
	border-radius: 20px;
	-webkit-box-shadow: 6px 6px 0 #77DDD1;
	        box-shadow: 6px 6px 0 #77DDD1;
	margin: 0 auto;
	padding: 10px 65px 10px 35px;
	width: 1190px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	z-index: 3;
}
@media only screen and (max-width: 767px) {
	.cando--point3--section {
		width: 100%;
		padding: 20px 28px 40px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
@media only screen and (max-width: 375px) {
	.cando--point3--section {
		padding: max( 5.3333333333vw, 12px ) max( 7.4666666667vw, 12px ) max( 10.6666666667vw, 12px );
	}
}
.cando--point3--section--pop {
	display: none;
}
@media only screen and (max-width: 767px) {
	.cando--point3--section--pop {
		display: block;
	}
}
.cando--point3--section--pop img {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}
.cando--point3--section--visual {
	width: 437px;
}
@media only screen and (max-width: 767px) {
	.cando--point3--section--visual {
		margin: 0 -18px;
		width: auto;
	}
}
.cando--point3--section--visual img {
	width: 100%;
	height: auto;
	display: block;
}
.cando--point3--section--detail {
	width: 587px;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.cando--point3--section--detail {
		margin-top: 22px;
		width: 100%;
	}
}
.cando--point3--section--detail h3 {
	font-size: 37px;
	line-height: 50px;
	font-weight: 500;
	letter-spacing: 2px;
	color: #BE990E;
}
@media only screen and (max-width: 767px) {
	.cando--point3--section--detail h3 {
		font-size: 22px;
		line-height: 180%;
		letter-spacing: 0;
		text-align: center;
	}
}
@media only screen and (max-width: 375px) {
	.cando--point3--section--detail h3 {
		font-size: max( 5.8666666667vw, 12px );
	}
}
.cando--point3--section--detail p {
	margin-top: 26px;
	font-size: 18px;
	line-height: 180%;
	letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
	.cando--point3--section--detail p {
		margin-top: 16px;
		font-size: 14px;
		line-height: 180%;
	}
}
@media only screen and (max-width: 375px) {
	.cando--point3--section--detail p {
		font-size: max( 3.7333333333vw, 12px );
	}
}
.cando--point3--section--detail p.notes {
	margin-top: 16px;
	font-size: 14px;
	line-height: 24px;
}
@media only screen and (max-width: 767px) {
	.cando--point3--section--detail p.notes {
		font-size: 10px;
		line-height: 180%;
	}
}
.cando--point3--section-etc {
	background: #fff;
	border: solid 3px #77DDD1;
	border-radius: 20px;
	-webkit-box-shadow: 6px 6px 0 #77DDD1;
	        box-shadow: 6px 6px 0 #77DDD1;
	margin: 103px auto 0;
	padding: 10px 65px 10px 45px;
	width: 1190px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.cando--point3--section-etc {
		margin-top: 40px;
		padding: 28px 28px 40px;
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
@media only screen and (max-width: 375px) {
	.cando--point3--section-etc {
		padding: max( 5.3333333333vw, 12px ) max( 7.4666666667vw, 12px ) max( 10.6666666667vw, 12px );
	}
}
.cando--point3--section-etc--text {
	width: 185px;
	height: 39px;
	display: block;
	position: absolute;
	top: -63px;
	left: 72px;
}
@media only screen and (max-width: 767px) {
	.cando--point3--section-etc--text {
		display: none;
	}
}
.cando--point3--section-etc--visual {
	width: 232px;
}
@media only screen and (max-width: 767px) {
	.cando--point3--section-etc--visual {
		width: 100%;
	}
}
.cando--point3--section-etc--visual img {
	width: 100%;
	height: auto;
	display: block;
}
.cando--point3--section-etc--detail {
	width: 778px;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.cando--point3--section-etc--detail {
		margin-top: 32px;
		width: 100%;
	}
}
.cando--point3--section-etc--detail h3 {
	font-size: 37px;
	line-height: 50px;
	font-weight: 500;
	letter-spacing: 2px;
	color: #BE990E;
}
@media only screen and (max-width: 767px) {
	.cando--point3--section-etc--detail h3 {
		font-size: 22px;
		line-height: 180%;
		letter-spacing: 0;
		text-align: center;
	}
}
@media only screen and (max-width: 375px) {
	.cando--point3--section-etc--detail h3 {
		font-size: max( 5.8666666667vw, 12px );
	}
}
.cando--point3--section-etc--detail p {
	margin-top: 26px;
	font-size: 18px;
	line-height: 180%;
	letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
	.cando--point3--section-etc--detail p {
		font-size: 14px;
		line-height: 180%;
	}
}
@media only screen and (max-width: 375px) {
	.cando--point3--section-etc--detail p {
		font-size: max( 3.7333333333vw, 12px );
	}
}
.cando--point3--section-etc--detail p.notes {
	margin-top: 16px;
	font-size: 14px;
	line-height: 24px;
}
@media only screen and (max-width: 767px) {
	.cando--point3--section-etc--detail p.notes {
		font-size: 10px;
		line-height: 180%;
	}
}

.functions {
	background-color: #CEF3EE;
	padding: 101px 0 101px;
	min-width: 1366px;
}
@media only screen and (max-width: 767px) {
	.functions {
		padding: 65px 22px 0;
		min-width: 10px;
		width: 100%;
	}
}
.functions--wrap {
	margin: 0 auto;
	padding: 0;
	width: 1366px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.functions--wrap {
		width: 100%;
	}
}
.functions h2 {
	width: 100%;
	font-size: 37px;
	line-height: 44px;
	font-weight: 500;
	letter-spacing: 2px;
	display: block;
	text-align: center;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.functions h2 {
		font-size: 26px;
		line-height: 180%;
	}
}
@media only screen and (max-width: 375px) {
	.functions h2 {
		font-size: max( 6.9333333333vw, 12px );
	}
}
.functions--lists {
	margin: 70px auto 0;
	width: 1190px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 36px;
}
@media only screen and (max-width: 767px) {
	.functions--lists {
		margin-top: 20px;
		width: 100%;
		display: block;
	}
}
.functions--section {
	background: #fff;
	border: solid 3px #77DDD1;
	border-radius: 20px;
	-webkit-box-shadow: 6px 6px 0 #77DDD1;
	        box-shadow: 6px 6px 0 #77DDD1;
	width: calc((100% - 36px) / 2);
	padding: 40px 35px 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 30px;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.functions--section {
		padding: 40px 34px 34px;
		width: 100%;
		display: block;
	}
}
@media only screen and (max-width: 375px) {
	.functions--section {
		padding: max( 10.6666666667vw, 12px ) max( 9.0666666667vw, 12px );
	}
}
@media only screen and (max-width: 767px) {
	.functions--section + .functions--section {
		margin-top: 34px;
	}
}
.functions--section h3 {
	font-size: 26px;
	line-height: 35px;
	font-weight: 500;
	letter-spacing: 2px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.functions--section h3 {
		margin-top: 22px;
		font-size: 22px;
		line-height: 180%;
	}
}
@media only screen and (max-width: 375px) {
	.functions--section h3 {
		font-size: max( 5.8666666667vw, 12px );
	}
}
.functions--section p.notes {
	width: 100%;
	font-size: 12px;
	text-align: center;
	position: absolute;
	bottom: 12px;
	left: 0;
}
@media only screen and (max-width: 767px) {
	.functions--section p.notes {
		margin-top: 15px;
		font-size: 10px;
		text-align: left;
		position: relative;
		bottom: auto;
		left: auto;
	}
}
.functions--section--visual {
	margin: 0 auto;
	width: 160px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.functions--section--visual {
		width: 100%;
	}
}
.functions--section--visual img {
	margin: 0 auto 20px;
	width: 147px;
	height: auto;
	display: block;
}
.functions--section--detail {
	width: calc(100% - 190px);
	text-align: left;
	font-size: 18px;
	line-height: 180%;
}
.functions--section--detail p {
	letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
	.functions--section--detail {
		margin-top: 8px;
		width: 100%;
		font-size: 14px;
		line-height: 180%;
	}
}
@media only screen and (max-width: 375px) {
	.functions--section--detail {
		font-size: max( 3.7333333333vw, 12px );
	}
}

.usage {
	padding: 150px 0 0;
	min-width: 1366px;
	background: #CEF3EE;
}
@media only screen and (max-width: 767px) {
	.usage {
		padding: 65px 22px 0;
		min-width: 10px;
		width: 100%;
	}
}
.usage--wrap {
	margin: 0 auto;
	padding: 0;
	width: 1366px;
	display: block;
	position: relative;
	overflow: visible;
}
@media only screen and (max-width: 767px) {
	.usage--wrap {
		width: 100%;
	}
}
.usage--wrap > * {
	position: relative;
	z-index: 1;
}
.usage--bg {
	width: 268px;
	height: auto;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 0;
	-webkit-transform: translate3d(-560px, 0, 0);
	        transform: translate3d(-560px, 0, 0);
}
@media only screen and (max-width: 767px) {
	.usage--bg {
		margin: 26px auto 0;
		width: 172px;
		height: 150px;
		display: block;
		position: relative;
		bottom: auto;
		left: auto;
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
		overflow: hidden;
	}
}
.usage--bg img {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}
.usage h2 {
	margin: 0 auto;
	font-size: 37px;
	line-height: 44px;
	font-weight: 500;
	letter-spacing: 2px;
	text-align: center;
	display: block;
}
@media only screen and (max-width: 767px) {
	.usage h2 {
		font-size: 26px;
		line-height: 180%;
	}
}
@media only screen and (max-width: 375px) {
	.usage h2 {
		font-size: max( 6.9333333333vw, 12px );
	}
}
.usage--contents {
	background: #fff;
	border: solid 3px #77DDD1;
	border-radius: 20px;
	-webkit-box-shadow: 6px 6px 0 #77DDD1;
	        box-shadow: 6px 6px 0 #77DDD1;
	margin: 71px auto 0;
	padding: 40px;
	width: 1190px;
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.usage--contents {
		margin-top: 0;
		padding: 40px 34px 34px;
		width: 100%;
	}
}
@media only screen and (max-width: 375px) {
	.usage--contents {
		padding: max( 10.6666666667vw, 12px ) max( 9.0666666667vw, 12px );
	}
}
.usage--contents img {
	margin: 0 auto;
	width: 1075px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.usage--contents img {
		width: 100%;
	}
}

.support {
	padding: 101px 0 101px;
	min-width: 1366px;
	background: #CEF3EE;
}
@media only screen and (max-width: 767px) {
	.support {
		padding: 65px 22px 0;
		min-width: 10px;
		width: 100%;
	}
}
.support--wrap {
	margin: 0 auto;
	padding: 0;
	width: 1366px;
	display: block;
	position: relative;
	overflow: visible;
}
@media only screen and (max-width: 767px) {
	.support--wrap {
		width: 100%;
	}
}
.support--wrap > * {
	position: relative;
	z-index: 1;
}
.support h2 {
	margin: 0 auto;
	font-size: 37px;
	line-height: 44px;
	font-weight: 500;
	letter-spacing: 2px;
	text-align: center;
	display: block;
}
@media only screen and (max-width: 767px) {
	.support h2 {
		font-size: 26px;
		line-height: 180%;
	}
}
@media only screen and (max-width: 375px) {
	.support h2 {
		font-size: max( 6.9333333333vw, 12px );
	}
}
.support--read {
	margin: 34px auto 0;
	font-size: 18px;
	line-height: 180%;
	letter-spacing: 2px;
	text-align: center;
	display: block;
}
@media only screen and (max-width: 767px) {
	.support--read {
		margin-top: 14px;
		font-size: 14px;
	}
}
@media only screen and (max-width: 375px) {
	.support--read {
		font-size: max( 3.7333333333vw, 12px );
	}
}
.support--list {
	margin: 50px auto 0;
	width: 1190px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 74px;
}
@media only screen and (max-width: 767px) {
	.support--list {
		margin-top: 32px;
		width: 100%;
		display: block;
	}
}
.support--section {
	background: #fff;
	border: solid 3px #77DDD1;
	border-radius: 20px;
	-webkit-box-shadow: 6px 6px 0 #77DDD1;
	        box-shadow: 6px 6px 0 #77DDD1;
	padding: 50px 32px 32px;
	width: calc((100% - 148px) / 3);
	display: block;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.support--section {
		padding: 40px 34px 34px;
		width: 100%;
	}
}
@media only screen and (max-width: 375px) {
	.support--section {
		padding: max( 10.6666666667vw, 12px ) max( 9.0666666667vw, 12px ) max( 9.0666666667vw, 12px );
	}
}
@media only screen and (max-width: 767px) {
	.support--section + .support--section {
		margin-top: 32px;
	}
}
.support--section img {
	width: 100%;
	height: auto;
	display: block;
}
.support--section h3 {
	margin-top: 26px;
	font-size: 180%;
	font-weight: 600;
	line-height: normal;
	text-align: center;
	color: #77DDD1;
}
@media only screen and (max-width: 767px) {
	.support--section h3 {
		margin-top: 22px;
		font-size: 22px;
		line-height: 180%;
	}
}
@media only screen and (max-width: 375px) {
	.support--section h3 {
		font-size: max( 5.8666666667vw, 12px );
	}
}
.support--section p {
	margin-top: 16px;
	font-size: 18px;
	line-height: 180%;
	letter-spacing: 2px;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.support--section p {
		margin-top: 8px;
		font-size: 14px;
		line-height: 180%;
	}
}
@media only screen and (max-width: 375px) {
	.support--section p {
		font-size: max( 3.7333333333vw, 12px );
	}
}
.support--section p.notes {
	margin-top: 16px;
	font-size: 14px;
	line-height: normal;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.support--section p.notes {
		margin-top: 14px;
		font-size: 10px;
		line-height: 180%;
	}
}

.inquiry {
	background: #CEF3EE;
}
@media only screen and (max-width: 767px) {
	.inquiry {
		padding: 0 22px 0;
	}
}
.inquiry--wrap {
	margin: 0 auto;
	padding: 54px 0 0;
	max-width: 1090px;
	width: 100%;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.inquiry--wrap {
		padding-top: 62px;
	}
}
.inquiry--wrap > * {
	position: relative;
	z-index: 3;
}
.inquiry--bg {
	width: 208px;
	height: 675px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.inquiry--bg img {
	width: 208px;
	height: 675px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.inquiry--bg {
		margin: 30px auto 0;
		max-width: 100%;
		width: 135px;
		height: 176px;
		position: relative;
		top: auto;
		left: auto;
	}
	.inquiry--bg img {
		max-width: 100%;
		width: 135px;
		height: auto;
	}
}
.inquiry a {
	text-decoration: underline;
}
.inquiry h2 {
	font-weight: 500;
	font-size: 33px;
	line-height: normal;
	letter-spacing: 2px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.inquiry h2 {
		font-size: 20px;
		line-height: 180%;
	}
}
@media only screen and (max-width: 375px) {
	.inquiry h2 {
		font-size: max( 5.3333333333vw, 12px );
	}
}
.inquiry p.read {
	margin-top: 30px;
	font-size: 18px;
	line-height: 180%;
	letter-spacing: 2px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.inquiry p.read {
		margin-top: 25px;
		font-size: 14px;
		line-height: 180%;
	}
}
@media only screen and (max-width: 375px) {
	.inquiry p.read {
		font-size: max( 3.7333333333vw, 12px );
	}
}
.inquiry--aside {
	margin: 70px auto 0;
	display: block;
	font-size: 18px;
	line-height: 180%;
	letter-spacing: 1px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.inquiry--aside {
		margin-top: 40px;
		font-size: 14px;
		line-height: 180%;
		letter-spacing: 0;
	}
}
@media only screen and (max-width: 375px) {
	.inquiry--aside {
		font-size: max( 3.7333333333vw, 12px );
		font-size: max( 3.7333333333dvw, 12px );
	}
}
.inquiry--aside--button {
	margin: 50px auto 0;
}
@media only screen and (max-width: 767px) {
	.inquiry--aside--button {
		margin: 40px auto 0;
	}
}
.inquiry--aside--button a {
	background: #BE990E;
	border-radius: 82px;
	margin: 0 auto;
	min-width: 430px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: 82px;
	font-size: 24px;
	line-height: normal;
	font-weight: 400;
	letter-spacing: 1px;
	color: #fff;
	text-decoration: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media only screen and (max-width: 767px) {
	.inquiry--aside--button a {
		max-width: 430px;
		min-width: unset;
		width: 100%;
		height: 64px;
		font-size: 16px;
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
}
@media only screen and (max-width: 375px) {
	.inquiry--aside--button a {
		font-size: max( 4.2666666667vw, 12px );
	}
}
.inquiry--aside--button a:hover {
	background: #d5c370;
	opacity: 1;
}
.inquiry--aside--button a::after {
	content: "";
	background: url(../svg/icon_arrow_right.min.svg) no-repeat 0 0;
	background-size: 11px 20px;
	margin: 2px 0 0 10px;
	width: 11px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
}
.inquiry--tel {
	margin: 57px auto 0;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.inquiry--tel {
		margin-top: 44px;
	}
}
.inquiry--tel h3 {
	font-style: normal;
	font-size: 22px;
	line-height: normal;
	letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
	.inquiry--tel h3 {
		font-size: 14px;
	}
}
@media only screen and (max-width: 375px) {
	.inquiry--tel h3 {
		font-size: max( 3.7333333333vw, 12px );
	}
}
.inquiry--tel--notes {
	margin: 8px auto 0;
	font-style: normal;
	font-size: 22px;
	line-height: normal;
	letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
	.inquiry--tel--notes {
		margin-top: 10px;
		font-size: 14px;
	}
}
@media only screen and (max-width: 375px) {
	.inquiry--tel--notes {
		font-size: max( 3.7333333333vw, 12px );
	}
}
.inquiry--tel--num {
	margin: 8px auto 0;
	font-style: normal;
	font-size: 30px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
	.inquiry--tel--num {
		margin-top: 10px;
		font-size: 26px;
	}
}
@media only screen and (max-width: 375px) {
	.inquiry--tel--num {
		font-size: max( 6.9333333333vw, 12px );
	}
}
.inquiry--tel--num a {
	text-decoration: none;
	color: #BE990E;
}
.inquiry--form {
	background: #F3FAF8;
	border-radius: 20px;
	margin: 110px auto 0;
	padding: 40px;
	max-width: 1090px;
	width: 100%;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	.inquiry--form {
		margin-top: 0;
		padding: 39px 26px;
	}
}
.inquiry--form--submit {
	background: #00403A;
	border-radius: 40px;
	margin: 40px auto 0;
	max-width: 320px;
	width: 100%;
	height: 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 1px;
	color: #fff;
}
.inquiry--form--submit:hover {
	background: #6c8c89;
	opacity: 1;
}
.inquiry--form--title {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: normal;
	letter-spacing: 1px;
}
* + .inquiry--form--title {
	margin-top: 24px;
}
* + .inquiry--form--title_first {
	margin-top: 0;
}
.inquiry--form input[type=text],
.inquiry--form select,
.inquiry--form textarea {
	outline: none;
	font: inherit;
	font-size: inherit;
	font-family: "Noto Sans JP", sans-serif;
	-webkit-appearance: none;
	-webkit-text-size-adjust: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.inquiry--form input[type=text],
.inquiry--form textarea {
	margin: 8px 0 0;
	background: #fff;
	border: 1px solid #EAEAEA;
	border-radius: 10px;
	padding: 0 12px;
	width: 100%;
	height: 51px;
	font-style: normal;
	font-size: 16px;
	line-height: normal;
	color: #525252;
	-webkit-transition: border-color 0.1s linear;
	transition: border-color 0.1s linear;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.inquiry--form input[type=text]:hover,
.inquiry--form textarea:hover {
	border-color: #6a6a6a;
}
.inquiry--form input[type=text]:focus,
.inquiry--form textarea:focus {
	border-color: #77DDD1;
}
.inquiry--form input[type=text]:disabled,
.inquiry--form textarea:disabled {
	background-color: #f8f8f8;
	border-color: #dcdcdc;
	color: #a3a3a3;
}
.inquiry--form input[type=text]::-webkit-input-placeholder,
.inquiry--form textarea::-webkit-input-placeholder {
	color: #a3a3a3;
}
.inquiry--form input[type=text]:-moz-placeholder,
.inquiry--form textarea:-moz-placeholder {
	color: #a3a3a3;
}
.inquiry--form input[type=text]::-moz-placeholder,
.inquiry--form textarea::-moz-placeholder {
	color: #a3a3a3;
}
.inquiry--form input[type=text]:-ms-input-placeholder,
.inquiry--form textarea:-ms-input-placeholder {
	color: #a3a3a3;
}
.inquiry--form input[type=text]:-moz-placeholder-shown, .inquiry--form textarea:-moz-placeholder-shown {
	color: #a3a3a3;
}
.inquiry--form input[type=text]:-ms-input-placeholder, .inquiry--form textarea:-ms-input-placeholder {
	color: #a3a3a3;
}
.inquiry--form input[type=text]:placeholder-shown,
.inquiry--form textarea:placeholder-shown {
	color: #a3a3a3;
}
.inquiry--form input:-internal-autofill-selected {
	-webkit-box-shadow: 0 0 0 1000px white inset;
}
.inquiry--form input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset;
}
.inquiry--form--agree-base {
	margin-top: 40px;
}
@media only screen and (max-width: 767px) {
	.inquiry--form--agree-base {
		margin-top: 22px;
		text-align: center;
	}
}
.inquiry--form--agree {
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	gap: 10px 26px;
}
@media only screen and (max-width: 767px) {
	.inquiry--form--agree {
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: normal;
		-webkit-align-items: normal;
		    -ms-flex-align: normal;
		        align-items: normal;
	}
}
.inquiry--form--agree li {
	font-style: normal;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
	.inquiry--form--agree li {
		width: 100%;
		text-align: left;
		display: block;
	}
}
.inquiry--form--agree label {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	gap: 8px;
}
@media only screen and (max-width: 767px) {
	.inquiry--form--agree label {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		text-align: left;
	}
}
.inquiry--form--type {
	margin-top: 8px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px 26px;
	white-space: nowrap;
}
.inquiry--form--type label {
	font-style: normal;
	font-size: 16px;
	line-height: 140%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	gap: 8px;
}
.inquiry--form--partition {
	margin: 24px 93px 0;
	padding: 0;
	border: none;
	border-top: solid 1px #EAEAEA;
	display: block;
}
@media only screen and (max-width: 767px) {
	.inquiry--form--partition {
		margin-left: 0;
		margin-right: 0;
	}
}

.footer {
	background: #CEF3EE;
	padding: 69px 16px 88px;
}
@media only screen and (max-width: 767px) {
	.footer {
		padding: 55px 16px;
	}
}
.footer--wrap {
	margin: 0 auto;
	max-width: 1118px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media only screen and (max-width: 767px) {
	.footer--wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		gap: 12px;
	}
}
.footer ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 22px;
}
@media only screen and (max-width: 767px) {
	.footer ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 10px;
	}
}
.footer ul li {
	font-style: normal;
	font-size: 18px;
	line-height: normal;
	color: #fff;
}
@media only screen and (max-width: 767px) {
	.footer ul li {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		    -ms-flex-direction: row;
		        flex-direction: row;
		font-size: 14px;
	}
}
@media only screen and (max-width: 375px) {
	.footer ul li {
		font-size: max( 3.7333333333vw, 12px );
	}
}
.footer--copyright {
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	font-style: normal;
	font-size: 14px;
	line-height: normal;
}
@media only screen and (max-width: 767px) {
	.footer--copyright {
		margin-top: 37px;
		font-size: 14px;
	}
}
@media only screen and (max-width: 375px) {
	.footer--copyright {
		font-size: max( 3.7333333333vw, 12px );
	}
}

.pop-movie {
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	height: 100vh;
	height: 100dvh;
	width: 100%;
	padding: 141px 44px;
	display: none;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media only screen and (max-width: 767px) {
	.pop-movie {
		padding: 141px 24px;
	}
}
.pop-movie_show {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.pop-movie--wrap {
	margin: 0 auto;
	max-width: 912px;
	width: 100%;
	position: relative;
}
.pop-movie--close {
	width: 44px;
	height: 44px;
	display: block;
	position: absolute;
	top: -34px;
	right: -64px;
}
@media only screen and (max-width: 767px) {
	.pop-movie--close {
		padding: 24px;
		width: 88px;
		height: 88px;
		right: 0;
		top: -104px;
		right: -24px;
	}
}
.pop-movie--close img {
	width: 100%;
	height: auto;
	display: block;
}
.pop-movie--iframe {
	margin: 0 auto;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	position: relative;
	overflow: hidden;
}
.pop-movie iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.pop-movie ul {
	margin: 22px auto 0;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 32px;
}
@media only screen and (max-width: 767px) {
	.pop-movie ul {
		margin-top: 32px;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		gap: 16px;
	}
}
.pop-movie ul li {
	width: calc((100% - 64px) / 3);
	display: block;
}
@media only screen and (max-width: 767px) {
	.pop-movie ul li {
		width: calc((100% - 16px) / 2);
	}
	.pop-movie ul li:nth-child(3) {
		width: 100%;
	}
}
.pop-movie ul a {
	background: #fff;
	border: 2px solid #77DDD1;
	border-radius: 4px;
	padding: 10px;
	min-height: 60px;
	width: 100%;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 122.2222222222%;
	color: #77DDD1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
}
.pop-movie a.pop-movie--channel.selected {
	background: #77DDD1;
	color: #fff;
}

/*
*//*# sourceMappingURL=layout.css.map */