@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:wght@400;500;600;700&display=swap");

html {
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	-moz-tab-size: 4;
	tab-size: 4;
	word-break: normal;
}

*,
:after,
:before {
	background-repeat: no-repeat;
	box-sizing: inherit;
}

.page * {
	gap: 0;
}

:after,
:before {
	text-decoration: inherit;
	vertical-align: inherit;
}

* {
	margin: 0;
	padding: 0;
}

hr {
	color: inherit;
	height: 0;
	overflow: visible;
}

details,
main {
	display: block;
}

summary {
	display: list-item;
}

small {
	font-size: 80%;
}

[hidden] {
	display: none;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline-width: 0;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
}

pre {
	font-size: 1em;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

table {
	border-color: inherit;
	text-indent: 0;
}

iframe {
	border-style: none;
}

input {
	border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
}

optgroup {
	font-weight: 700;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
	cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button;
}

button,
input,
select,
textarea {
	background-color: transparent;
	border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
	outline-width: 0;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
}

select::-ms-expand {
	display: none;
}

select::-ms-value {
	color: currentColor;
}

legend {
	border: 0;
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	color: inherit;
	font: inherit;
}

[disabled] {
	cursor: default;
}

img {
	border-style: none;
}

progress {
	vertical-align: baseline;
}

[aria-busy=true] {
	cursor: progress;
}

[aria-controls] {
	cursor: pointer;
}

[aria-disabled=true] {
	cursor: default;
}

html,
body {
	height: 100%;
	font-family: "Poppins", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 16px;
	line-height: 1.75;
}

@media screen and (max-width: 767px) {

	html,
	body {
		font-size: 15px;
	}
}

img {
	width: 100%;
	display: block;
	transition: all .2s linear;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

ul li,
ol li {
	list-style: none;
}

a {
	color: #000;
	text-decoration: none;
	transition: all .15s linear;
}

a:hover {
	text-decoration: none;
}

a:hover img {
	opacity: .75;
}

address {
	font-style: normal;
}

@keyframes fade-in {
	0% {
		opacity: 0;
		margin-top: 30px;
	}

	100% {
		opacity: 1;
		margin-top: 0;
	}
}

@keyframes hero-fade-in-hl {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.page .header {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 1000;
	/* header SP */
}

@media screen and (max-width: 1240px) {
	.page .header {
		display: none;
	}
}

.page .header-pc {
	width: 100%;
	margin: 0 auto;
	padding: 30px 3% 10px;
	position: fixed;
}

.page .header-pc-top {
	position: fixed;
	top: 0;
	left: 0;
}

.page .header-pc.header-fixed {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.page .header-logo {
	width: 100%;
	max-width: 195px;
}

.page .header-nav-util {
	margin-top: 20px;
	display: flex;
	justify-content: flex-end;
}

.page .header-nav-util>li {
	margin-left: 25px;
}

.page .header-nav-util>li a {
	color: #999;
	font-size: 14px;
	font-weight: 500;
}

.page .header-nav-util-dl {
	margin-right: 15px !important;
	padding: .625em 1.5em;
	border: solid 1px #2fbaac;
	border-radius: 2em;
	background-color: #2fbaac;
	color: #fff !important;
}

.page .header-nav-util-dl:hover {
	background-color: #fff;
	color: #2fbaac !important;
}

.page .header-nav-util-ctc {
	padding: .625em 1.5em;
	border: solid 1px #333;
	border-radius: 2em;
	background-color: #333;
	color: #fff !important;
}

.page .header-nav-util-ctc:hover {
	background-color: #fff;
	color: #333 !important;
}

.page .header-nav-glb {
	margin-top: 10px;
	display: flex;
	justify-content: flex-end;
}

.page .header-nav-glb>li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page .header-nav-glb>li>a {
	margin-right: 20px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
}

.page .header-nav-glb>li>a:hover {
	opacity: .75;
}

.page .header-nav-glb>li:last-child>a {
	margin-right: 0;
}

.page .header-nav-list-second {
	width: 180px;
	padding: 25px;
	position: absolute;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
	z-index: 1010;
	opacity: 0;
	pointer-events: none;
	transition: opacity .15s linear;
}

.page .header-nav-list-second.open {
	opacity: 1;
	pointer-events: auto;
}

.page .header-nav-list-second>li {
	margin-top: 10px;
}

.page .header-nav-list-second>li:first-child {
	margin-top: 0;
}

.page .header-nav-list-second>li>a {
	font-size: 16px;
	font-weight: 600;
	transition: all .15s linear;
}

.page .header-nav-list-second>li>a:hover {
	color: #2fbaac;
	padding-left: 5px;
}

.page .header-nav-btn a {
	width: 148px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
}

.page .header-nav-btn-singup a {
	background-color: #ec6d81;
}

.page .header-nav-btn-guide a {
	background-color: #f6ac19;
}

.page .header-sp {
	display: none;
}

@media screen and (max-width: 1240px) {
	.page .header-sp {
		height: 60px;
		display: block;
		position: fixed;
	}
}

.page .header-sp-logo {
	width: 100%;
	max-width: 120px;
}

.page .header-sp-logo-wrap {
	padding: 15px 5%;
	position: fixed;
	z-index: 10;
}

.page .header-fixed {
	padding: 0 3% 10px;
	background-color: #fff;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 999px) {
	.page .header-fixed {
		position: fixed;
		top: 0;
		left: 0;
	}
}

.page .header-fixed .header-logo {
	width: 150px;
}

.page .header-fixed .header-nav-util,
.page .header-fixed .header-nav-glb {
	margin-top: 10px;
}

.page .header-fixed .header-nav-util>li a {
	font-size: 12px;
}

.page .header-fixed .header-nav-util-dl,
.page .header-fixed .header-nav-util-ctc {
	padding: .5em 1.5em;
}

.page .header-fixed .header-nav-glb>li a {
	color: #333;
	font-size: 14px;
}

.page .header-fixed .header-nav-glb>li.header-nav-btn a {
	width: 120px;
	height: 28px;
	color: #fff;
}

.page .header-fixed .header-nav-list-second {
	padding: 15px;
}

.page .header-fixed .header-nav-list-second>li {
	margin-top: 5px;
}

/* SP Nav */
.page .header-sp-menu {
	height: 20px;
	position: absolute;
	right: 5%;
	top: 20px;
	width: 30px;
	z-index: 99;
}

.page .header-sp-menu-line {
	background: #fff;
	display: block;
	height: 2px;
	position: absolute;
	transition: transform .3s;
	width: 100%;
}

.page .header-fixed .header-sp-menu-line {
	background: #2fbaac;
}

.page .header-sp-menu-line-center {
	top: 9px;
}

.page .header-sp-menu-line-bottom {
	bottom: 0;
}

.page .header-sp-menu-line.active {
	top: 8px;
	transform: rotate(45deg);
	background-color: #fff;
}

.page .header-sp-menu-line-center.active {
	transform: scaleX(0);
}

.page .header-sp-menu-line-bottom.active {
	bottom: 10px;
	transform: rotate(135deg);
	background-color: #fff;
}

.page .header-sp-nav {
	background: rgba(12, 181, 165, 0.9);
	display: none;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 98;
}

.page .header-sp-nav-wrap {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	position: absolute;
	width: 100%;
}

.page .header-sp-nav-list>li {
	margin-top: 20px;
}

.page .header-sp-nav-list>li a {
	padding: 15px 0;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	transition: .5s;
}

.page .header-sp-nav-list>li.header-sp-nav-util {
	margin-top: 10px;
}

.page .header-sp-nav-list>li.header-sp-nav-util-top {
	margin-top: 20px;
	padding-top: 20px;
	border-top: solid 1px #fff;
}

.page .header-sp-nav-list>li.header-sp-nav-util a {
	font-size: 14px;
}

.page .header-sp-nav-list-second>li a {
	font-size: 14px;
	font-weight: 400;
}

.page .header-sp-nav-list-second>li a::before {
	content: "ー";
	margin-right: 5px;
	display: inline-block;
}

.page .cta {
	width: 100%;
	padding: 80px 0;
	background: url("/wp-content/themes/monitas/assets/img/cmn/bg-cmn.png") center top repeat;
}

@media screen and (max-width: 767px) {
	.page .cta {
		padding: 50px 0;
	}
}

.page .cta-inner {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.page .cta-inner {
		width: 90%;
	}
}

.page .cta-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.page .cta-list {
		display: block;
	}
}

.page .cta-list>li {
	width: 47.5%;
	background-color: #fff;
	border-radius: 10px;
}

@media screen and (max-width: 767px) {
	.page .cta-list>li {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.page .cta-list>li:nth-child(n+2) {
		margin-top: 30px;
	}
}

.page .cta-list>li>a {
	width: 100%;
	padding: 40px 0;
	display: block;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.page .cta-list>li>a {
		padding: 25px 0;
	}
}

.page .cta-hl {
	color: #2fbaac;
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
}

.page .cta-hl-jp {
	margin-top: 5px;
	color: #444;
	font-size: 14px;
	font-weight: 700;
}

.page .cta-icn {
	width: 100px;
	margin: 25px auto;
	display: block;
}

@media screen and (max-width: 767px) {
	.page .cta-icn {
		width: 60px;
		margin: 15px auto;
	}
}

.page .cta-btn {
	padding: 10px 50px;
	display: inline-block;
	border: solid 1px #ddd;
	border-radius: 8px;
	color: #2fbaac;
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	.page .cta-btn {
		padding: 5px 40px;
		border-radius: 5px;
		font-size: 14px;
	}
}

.page .footer {
	width: calc(100% - 6%);
	margin: 0 auto;
	padding: 80px 0 10px;
}

@media screen and (max-width: 767px) {
	.page .footer {
		width: 90%;
		padding-top: 50px;
	}
}

.page .footer-inner {
	margin: 0 auto;
}

.page .footer-head {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}

@media screen and (max-width: 767px) {
	.page .footer-head {
		display: block;
	}
}

.page .footer-logo {
	width: 190px;
}

@media screen and (max-width: 767px) {
	.page .footer-logo {
		width: 120px;
	}
}

.page .footer-address {
	margin-left: 20px;
	font-size: 14px;
}

@media screen and (max-width: 767px) {
	.page .footer-address {
		margin-top: 10px;
		margin-left: 0;
	}
}

.page .footer-nav {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.page .footer-nav {
		margin-top: 20px;
		flex-wrap: wrap;
		align-items: flex-start;
	}
}

@media screen and (max-width: 767px) {
	.page .footer-nav>li {
		width: 47.5%;
	}
}

@media screen and (max-width: 767px) {
	.page .footer-nav>li:nth-child(n+3) {
		margin-top: 30px;
	}
}

@media screen and (max-width: 767px) {
	.page .footer-nav>li:last-child {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

@media screen and (max-width: 767px) {
	.page .footer-nav>li:last-child>a {
		width: 47.5%;
		display: inline-block;
	}
}

@media screen and (max-width: 767px) {
	.page .footer-nav>li:last-child>a.footer-nav-last3 {
		margin-top: 20px;
	}
}

.page .footer-nav-ttl {
	font-size: 24px;
	font-weight: 400;
}

@media screen and (max-width: 767px) {
	.page .footer-nav-ttl {
		font-size: 18px;
		line-height: 1.25;
	}
}

@media screen and (max-width: 767px) {
	.page .footer-nav-seconds {
		margin-top: 5px;
	}
}

.page .footer-nav-seconds>li a {
	font-size: 14px;
}

@media screen and (max-width: 767px) {
	.page .footer-nav-seconds>li a {
		font-size: 12px;
	}
}

.page .footer-nav-seconds>li a::before {
	content: "―";
	margin-right: 5px;
	display: inline-block;
}

.page .footer-util {
	margin: 30px auto 0;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

@media screen and (max-width: 767px) {
	.page .footer-util {
		display: block;
		margin-top: 20px;
	}
}

.page .footer-util-logo-privacy {
	width: 60px;
}

@media screen and (max-width: 767px) {
	.page .footer-util-logo-privacy {
		width: 45px;
	}
}

.page .footer-util-logo-jmra {
	width: 80px;
}

@media screen and (max-width: 767px) {
	.page .footer-util-logo-jmra {
		width: 55px;
	}
}

.page .footer-util-logo-list {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	gap: 40px;
}

@media screen and (max-width: 767px) {
	.page .footer-util-logo-list {
		justify-content: flex-end;
		gap: 30px;
	}
}

.page .footer-util-cr {
	font-size: 12px;
}

@media screen and (max-width: 767px) {
	.page .footer-util-cr {
		margin-top: 20px;
		font-size: 11px;
		text-align: center;
	}
}

.page .pc {
	display: block;
}

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

.page .sp {
	display: none;
}

@media screen and (max-width: 767px) {
	.page .sp {
		display: block;
	}
}

.page .cmn {
	/* Head Line */
	/* Text Link */
	/* Button */
	/* Hero */
	/* Breadcrumbs */
	/* Pager */
	/* Article */
	/* Form */
}

.page .cmn-hl {
	color: #2fbaac;
	font-size: 60px;
	font-weight: 600;
	line-height: 1;
}

@media screen and (max-width: 999px) {
	.page .cmn-hl {
		font-size: 44px;
	}
}

@media screen and (max-width: 767px) {
	.page .cmn-hl {
		font-size: 36px;
	}
}

.page .cmn-hl-jp {
	margin-top: 8px;
	color: #444;
	font-size: 16px;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	.page .cmn-hl-jp {
		font-size: 14px;
	}
}

.page .cmn-txtlink {
	color: #2fbaac;
	display: inline-block;
}

.page .cmn-txtlink:hover {
	text-decoration: underline;
}

.page .cmn-txtlink::after {
	content: ">";
	margin-left: 8px;
	font-size: 12px;
	font-weight: 600;
}

.page .cmn-txtlink-prev {
	color: #2fbaac;
	display: inline-block;
}

.page .cmn-txtlink-prev:hover {
	text-decoration: underline;
}

.page .cmn-txtlink-prev::before {
	content: "<";
	margin-right: 8px;
	font-size: 12px;
	font-weight: 600;
}

.page .cmn-btn {
	margin-top: 20px;
	padding: .5em 2.75em;
	border: solid 1px #2fbaac;
	border-radius: 2em;
	background-color: #2fbaac;
	display: inline-block;
	position: relative;
	color: #fff;
	transition: all .15s linear;
	/* Search Button */
}

@media screen and (max-width: 767px) {
	.page .cmn-btn {
		padding: .325em 1.75em;
		font-size: 15px;
	}
}

.page .cmn-btn::after {
	content: ">";
	position: absolute;
	top: 27.5%;
	right: 15px;
	font-size: 12px;
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	.page .cmn-btn::after {
		top: 18%;
	}
}

.page .cmn-btn:hover {
	background-color: #fff;
	color: #2fbaac;
}

@media screen and (max-width: 767px) {
	.page .cmn-btn:hover {
		background-color: #2fbaac;
		color: #fff;
	}
}

.page .cmn-btn-search {
	width: 22px;
	height: auto;
	display: inline-block;
}

.page .cmn-hero {
	width: 94%;
	height: 240px;
	margin: 30px auto 0;
	border-radius: 12px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}

@media screen and (max-width: 1240px) {
	.page .cmn-hero {
		width: 90%;
	}
}

@media screen and (max-width: 999px) {
	.page .cmn-hero {
		height: 180px;
	}
}

@media screen and (max-width: 767px) {
	.page .cmn-hero {
		width: 90%;
		height: 140px;
		margin-top: 20px;
	}
}

.page .cmn-hero-inner {
	width: 92%;
	margin: auto;
}

@media screen and (max-width: 767px) {
	.page .cmn-hero-inner {
		width: 85%;
	}
}

.page .cmn-hero-ttl {
	color: #fff;
	font-size: 60px;
	font-weight: 600;
	line-height: 1.25;
}

@media screen and (max-width: 999px) {
	.page .cmn-hero-ttl {
		font-size: 48px;
	}
}

@media screen and (max-width: 767px) {
	.page .cmn-hero-ttl {
		font-size: 30px;
	}
}

.page .cmn-hero-ttl-jp {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
}

@media screen and (max-width: 999px) {
	.page .cmn-hero-ttl-jp {
		font-size: 20px;
	}
}

@media screen and (max-width: 767px) {
	.page .cmn-hero-ttl-jp {
		font-size: 16px;
	}
}

.page .cmn-breadcrumbs {
	width: calc(100% - 6%);
	margin: 10px auto 0;
}

@media screen and (max-width: 1240px) {
	.page .cmn-breadcrumbs {
		width: 90%;
	}
}

.page .cmn-breadcrumbs-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 10px;
}

@media screen and (max-width: 767px) {
	.page .cmn-breadcrumbs-list {
		gap: 2px;
	}
}

.page .cmn-breadcrumbs-list>li::after {
	content: ">";
	margin-left: 10px;
	display: inline-block;
	color: #999;
	font-size: 12px;
}

.page .cmn-breadcrumbs-list>li:last-child::after {
	content: none;
}

.page .cmn-breadcrumbs-list>li a {
	color: #999;
	font-size: 14px;
}

@media screen and (max-width: 767px) {
	.page .cmn-breadcrumbs-list>li a {
		font-size: 12px;
	}
}

.page .cmn-breadcrumbs-list>li a:hover {
	text-decoration: underline;
}

.page .cmn-breadcrumbs-list>li a.current {
	color: #ccc;
}

.page .cmn-main {
	width: 90%;
	max-width: 1200px;
	margin: 20px auto 80px;
}

.page .cmn-main-wrap {
	width: 90%;
	max-width: 1200px;
	margin: 20px auto 80px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.page .cmn-main-wrap {
		margin-bottom: 50px;
	}
}

.page .cmn-pager {
	width: 100%;
	margin-top: 50px;
}

.page .cmn-pager-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

.page .cmn-pager-list>li>a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 1px #ccc;
	border-radius: 4px;
	color: #666;
	transition: all .15s linear;
}

.page .cmn-pager-list>li>a:hover {
	background-color: #ccc;
	opacity: .75;
	color: #fff;
}

.page .cmn-pager-list>li.current {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 1px #ccc;
	border-radius: 4px;
	background-color: #ccc;
	color: #fff;
}

.page .cmn-article {
	/* Article Head */
	/* Article CTA */
	/* Article Related */
	/* List */
	/* Article Author */
	/* Article Service */
	/* Article Contact */
}

.page .cmn-article-head::after {
	content: "";
	display: block;
	clear: both;
}

.page .cmn-article-head-cate {
	padding: 5px 25px;
	display: inline-block;
	border-radius: 5px;
	color: #fff;
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	.page .cmn-article-head-cate {
		padding: 3px 20px;
		font-size: 13px;
	}
}

.page .cmn-article-head-cate-report {
	background-color: #064789;
}

.page .cmn-article-head-cate-column {
	background-color: #30d4d0;
}

.page .cmn-article-head-cate-seminar {
	background-color: #F375C7;
}

.page .cmn-article-head-cate-announce {
	background-color: #40BFF0;
}

.page .cmn-article-head-cate-press {
	background-color: #46dad8;
}

.page .cmn-article-head-cate-media {
	background-color: #35b2b2;
}

.page .cmn-article-head-cate-sc {
	background-color: #a4d819;
}

.page .cmn-article-head-cate-ns {
	background-color: #6C809A;
}

.page .cmn-article-head-ttl {
	margin-top: 15px;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.325;
}

@media screen and (max-width: 767px) {
	.page .cmn-article-head-ttl {
		font-size: 20px;
	}
}

.page .cmn-article-head-tag {
	display: inline-block;
}

.page .cmn-article-head-tag>a {
	padding: 2px 8px;
	background-color: #f5f5f5;
	border-radius: 3px;
	font-size: 12px;
}

.page .cmn-article-head-tag>a:hover {
	opacity: .75;
}

.page .cmn-article-head-tag-list {
	margin-top: 8px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 8px;
}

@media screen and (max-width: 767px) {
	.page .cmn-article-head-tag-list {
		width: 100%;
		margin-top: 5px;
		float: right;
	}
}

.page .cmn-article-head-info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.page .cmn-article-head-time {
	color: #999;
	font-size: 14px;
}

.page .cmn-article-cta {
	margin-top: 60px;
	padding: 30px 50px 35px;
	background-color: #2fbaac;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 767px) {
	.page .cmn-article-cta {
		padding: 25px 40px 30px;
	}
}

.page .cmn-article-cta:hover {
	opacity: .75;
}

.page .cmn-article-cta-inner {
	width: 100%;
}

.page .cmn-article-cta-hl {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.page .cmn-article-cta-hl {
		font-size: 20px;
	}
}

.page .cmn-article-cta-txt {
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.page .cmn-article-cta-txt {
		font-size: 16px;
	}
}

.page .cmn-article-cta-btn {
	width: 60%;
	margin: 25px auto 0;
	padding: 20px 0;
	display: block;
	position: relative;
	background-color: #fff;
	border-radius: 8px;
	color: #2fbaac;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 1;
}

@media screen and (max-width: 767px) {
	.page .cmn-article-cta-btn {
		width: 100%;
		font-size: 16px;
	}
}

.page .cmn-article-cta-btn::after {
	content: ">";
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #2fbaac;
	border-radius: 10px;
	position: absolute;
	top: 35%;
	right: 15px;
	color: #fff;
	font-weight: 500;
}

.page .cmn-article-cta-btn-img {
	width: 128px;
	position: absolute;
	bottom: 0;
	left: -10px;
	z-index: 2;
}

@media screen and (max-width: 767px) {
	.page .cmn-article-cta-btn-img {
		width: 100px;
		left: -30px;
	}
}

.page .cmn-article-related {
	margin-top: 60px;
	border-top: solid 1px #2fbaac;
	position: relative;
}

.page .cmn-article-related-hl {
	padding: 2px 10px 2px 0;
	background-color: #fff;
	display: inline-block;
	position: absolute;
	top: -12px;
	color: #2fbaac;
	font-size: 22px;
	line-height: 1;
}

.page .cmn-article-related-list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.page .cmn-article-related-list {
		display: block;
	}
}

.page .cmn-article-related-list>li {
	width: 31%;
	margin-top: 25px;
}

@media screen and (max-width: 767px) {
	.page .cmn-article-related-list>li {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.page .cmn-article-related-list>li::after {
		content: "";
		display: block;
		clear: both;
	}
}

.page .cmn-article-related-list>li>a {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.page .cmn-article-related-list>li>a {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
		gap: 8px;
	}
}

.page .cmn-article-related-list>li>a:hover {
	opacity: .75;
}

.page .cmn-article-related-list>li>a>img {
	border-radius: 8px;
}

@media screen and (max-width: 767px) {
	.page .cmn-article-related-list>li>a>img {
		width: 35%;
		height: auto;
		border-radius: 4px;
	}
}

.page .cmn-article-related-list-detail {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.page .cmn-article-related-list-detail {
		width: 60%;
		font-size: 14px;
		line-height: 1.325;
	}
}

.page .cmn-article-related-list-time {
	color: #999;
	font-size: 14px;
}

.page .cmn-article-related-list-time-wrap {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.page .cmn-article-related-list-time-wrap {
		margin-top: 0;
	}
}

.page .cmn-article-related-list-ttl {
	margin-top: 8px;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
	.page .cmn-article-related-list-ttl {
		margin-top: 5px;
	}
}

.page .cmn-article-related-list-tag {
	display: inline-block;
}

.page .cmn-article-related-list-tag>a {
	padding: 2px 8px;
	background-color: #f5f5f5;
	border-radius: 3px;
	font-size: 12px;
}

.page .cmn-article-related-list-tag>a:hover {
	opacity: .75;
}

.page .cmn-article-related-list-tag-list {
	margin-top: 8px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 8px;
}

@media screen and (max-width: 767px) {
	.page .cmn-article-related-list-tag-list {
		width: 60%;
		margin-top: 5px;
		float: right;
	}
}

.page .cmn-article-list {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.page .cmn-article-list {
		display: block;
	}
}

.page .cmn-article-list>li {
	width: 31%;
	margin-top: 25px;
}

@media screen and (max-width: 767px) {
	.page .cmn-article-list>li {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.page .cmn-article-list>li::after {
		content: "";
		display: block;
		clear: both;
	}
}

.page .cmn-article-list>li>a {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.page .cmn-article-list>li>a {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
		gap: 8px;
	}
}

.page .cmn-article-list>li>a:hover {
	opacity: .75;
}

.page .cmn-article-list>li>a>img {
	border-radius: 8px;
}

@media screen and (max-width: 767px) {
	.page .cmn-article-list>li>a>img {
		width: 35%;
		height: auto;
		border-radius: 4px;
	}
}

.page .cmn-article-list-detail {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.page .cmn-article-list-detail {
		width: 60%;
		font-size: 14px;
		line-height: 1.325;
	}
}

.page .cmn-article-list-time {
	color: #999;
	font-size: 14px;
}

.page .cmn-article-list-time-wrap {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.page .cmn-article-list-time-wrap {
		margin-top: 0;
	}
}

.page .cmn-article-list-ttl {
	margin-top: 8px;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
	.page .cmn-article-list-ttl {
		margin-top: 5px;
	}
}

.page .cmn-article-author {
	margin-top: 48px;
	padding: 30px 40px;
	border: solid 1px #ddd;
	border-radius: 10px;
}

@media screen and (max-width: 767px) {
	.page .cmn-article-author {
		padding: 25px 30px;
	}
}

.page .cmn-article-author-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.page .cmn-article-author-inner {
		display: block;
	}
}

.page .cmn-article-author-pic {
	width: 15%;
	max-width: 100px;
}

@media screen and (max-width: 767px) {
	.page .cmn-article-author-pic {
		width: 100%;
		max-width: 100px;
		margin: 0 auto;
	}
}

.page .cmn-article-author-profile {
	width: 82%;
}

@media screen and (max-width: 767px) {
	.page .cmn-article-author-profile {
		width: 100%;
		margin-top: 20px;
	}
}

.page .cmn-article-author-name {
	font-size: 16px;
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	.page .cmn-article-author-name {
		font-size: 14px;
	}
}

.page .cmn-article-author-name-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.page .cmn-article-author-hl {
	margin-right: 20px;
	padding: 4px 10px;
	background-color: #aaa;
	border-radius: 4px;
	display: inline-block;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
}

.page .cmn-article-author-desc {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.5;
}

.page .cmn-article-service {
	margin-top: 60px;
	position: relative;
	border-top: solid 1px #2fbaac;
}

.page .cmn-article-service-ttl {
	padding: 2px 10px 2px 0;
	background-color: #fff;
	display: inline-block;
	position: absolute;
	top: -20px;
	color: #2fbaac;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.5;
}

.page .cmn-article-service-inner {
	margin-top: 32px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.page .cmn-article-service-inner {
		display: block;
	}
}

.page .cmn-article-service-img {
	width: 35%;
}

@media screen and (max-width: 767px) {
	.page .cmn-article-service-img {
		width: 100%;
		max-width: 200px;
		margin: 0 auto;
	}
}

.page .cmn-article-service-detail {
	width: 60%;
}

@media screen and (max-width: 767px) {
	.page .cmn-article-service-detail {
		width: 100%;
		margin-top: 30px;
	}
}

.page .cmn-article-service-desc {
	margin-top: 15px;
	font-size: 15px;
}

.page .cmn-article-service-hl {
	font-size: 20px;
}

.page .cmn-article-service-hl-logosc {
	width: 75%;
	max-width: 220px;
	display: block;
}

@media screen and (max-width: 767px) {
	.page .cmn-article-service-hl-logosc {
		max-width: 150px;
		margin: 0 auto;
	}
}

.page .cmn-article-contact {
	margin-top: 50px;
	padding: 30px 50px;
	background-color: #f5f5f5;
	border-radius: 10px;
}

@media screen and (max-width: 767px) {
	.page .cmn-article-contact {
		margin-top: 30px;
		padding: 25px 30px;
	}
}

.page .cmn-article-contact-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.page .cmn-article-contact-inner {
		display: block;
	}
}

.page .cmn-article-contact-hl {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
	.page .cmn-article-contact-hl {
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	.page .cmn-article-contact-support {
		width: 100%;
		margin-top: 15px;
	}
}

.page .cmn-article-contact-support>p {
	text-align: right;
}

@media screen and (max-width: 767px) {
	.page .cmn-article-contact-support>p {
		text-align: left;
	}
}

.page .cmn-article-contact-support-charge {
	margin-top: 10px;
	font-size: 16px;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	.page .cmn-article-contact-support-charge {
		margin-bottom: 20px;
	}
}

.page .cmn-article-contact-support-charge span.pc {
	display: inline-block;
}

@media screen and (max-width: 767px) {
	.page .cmn-article-contact-support-charge span.pc {
		display: none;
	}
}

.page .cmn-article-contact-btn .cmn-btn {
	margin-top: 0;
}

.page .cmn-form {
	width: 100%;
	margin-top: 50px;
	padding: 30px 50px;
	border: solid 1px #ccc;
	border-radius: 10px;
}

@media screen and (max-width: 767px) {
	.page .cmn-form {
		padding: 20px 30px;
	}
}

.page .cmn-form-hl {
	color: #2fbaac;
	font-size: 24px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.page .cmn-form-hl {
		font-size: 18px;
	}
}

.page .cmn-ttl {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: center;
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.page .cmn-ttl {
		font-size: 24px;
	}
}

.page .cmn-ttl-s {
	font-size: 32px;
}

@media screen and (max-width: 767px) {
	.page .cmn-ttl-s {
		font-size: 18px;
	}
}

.page .cmn-ttl-logo {
	width: 200px;
	height: auto;
	margin-right: 8px;
}

@media screen and (max-width: 767px) {
	.page .cmn-ttl-logo {
		width: 120px;
	}
}

.page .cmn-inner {
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
}

.page .hero {
	position: relative;
}

.page .hero-inner {
	height: 740px;
	background-image: url("/wp-content/themes/monitas/assets/img/millme-ai-lp/hero-bg.png");
	background-position: 115% top;
	background-repeat: no-repeat;
	background-size: 1080px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
}

@media screen and (max-width: 1599px) {
	.page .hero-inner {
		background-position: 150% top;
	}
}

@media screen and (max-width: 1499px) {
	.page .hero-inner {
		background-position: 175% top;
	}
}

@media screen and (max-width: 1399px) {
	.page .hero-inner {
		background-position: 200% top;
	}
}

@media screen and (max-width: 1299px) {
	.page .hero-inner {
		background-position: 250% top;
	}
}

@media screen and (max-width: 1240px) {
	.page .hero-inner {
		height: 680px;
		background-position: 480px top;
		background-size: 960px;
	}
}

@media screen and (max-width: 999px) {
	.page .hero-inner {
		height: 640px;
		background-position: 300px top;
		background-size: 900px;
	}
}

@media screen and (max-width: 767px) {
	.page .hero-inner {
		height: auto;
		display: block;
		background-position: 150px top;
		background-size: 590px;
	}
}

@media screen and (max-width: 480px) {
	.page .hero-inner {
		background-size: 360px;
	}
}

.page .hero-main {
	width: 47.5%;
	position: relative;
}

@media screen and (max-width: 1399px) {
	.page .hero-main {
		width: 50%;
	}
}

@media screen and (max-width: 1299px) {
	.page .hero-main {
		width: 52.5%;
	}
}

@media screen and (max-width: 1240px) {
	.page .hero-main {
		width: 55%;
	}
}

@media screen and (max-width: 999px) {
	.page .hero-main {
		width: 60%;
	}
}

@media screen and (max-width: 767px) {
	.page .hero-main {
		width: 100%;
		padding-top: 100px;
	}
}

.page .hero-main-inner {
	width: 80%;
	max-width: 400px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.page .hero-main-inner {
		width: 70%;
		max-width: initial;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}

@media screen and (max-width: 480px) {
	.page .hero-main-inner {
		width: 65%;
		max-width: initial;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}

.page .hero-device {
	width: 50%;
	padding-top: 240px;
}

@media screen and (max-width: 1399px) {
	.page .hero-device {
		width: 45%;
	}
}

@media screen and (max-width: 1299px) {
	.page .hero-device {
		width: 47.5%;
	}
}

@media screen and (max-width: 1240px) {
	.page .hero-device {
		width: 40%;
	}
}

@media screen and (max-width: 999px) {
	.page .hero-device {
		width: 37.5%;
	}
}

@media screen and (max-width: 767px) {
	.page .hero-device {
		display: none;
	}
}

.page .hero-device-img-sp {
	display: none;
}

@media screen and (max-width: 767px) {
	.page .hero-device-img-sp {
		display: block;
		margin-top: 24px;
	}
}

.page .hero-dot01 {
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: #ec6d81;
	display: block;
	position: absolute;
	top: 0;
	left: 20%;
}

@media screen and (max-width: 1499px) {
	.page .hero-dot01 {
		top: 0;
		left: 15%;
	}
}

@media screen and (max-width: 1399px) {
	.page .hero-dot01 {
		top: 0;
	}
}

@media screen and (max-width: 1299px) {
	.page .hero-dot01 {
		top: 0;
	}
}

@media screen and (max-width: 1299px) {
	.page .hero-dot01 {
		top: 0;
		left: 10%;
	}
}

@media screen and (max-width: 1240px) {
	.page .hero-dot01 {
		top: 0;
		left: 8%;
	}
}

@media screen and (max-width: 999px) {
	.page .hero-dot01 {
		top: 0;
	}
}

@media screen and (max-width: 767px) {
	.page .hero-dot01 {
		top: 100px;
	}
}

.page .hero-dot02 {
	width: 14px;
	height: 14px;
	border-radius: 7px;
	background-color: #2599f3;
	display: block;
	position: absolute;
	top: -50px;
	left: 70%;
}

@media screen and (max-width: 1499px) {
	.page .hero-dot02 {
		top: -40px;
		left: 65%;
	}
}

@media screen and (max-width: 1399px) {
	.page .hero-dot02 {
		top: -40px;
		left: 65%;
	}
}

@media screen and (max-width: 1299px) {
	.page .hero-dot02 {
		top: -40px;
		left: 55%;
	}
}

@media screen and (max-width: 767px) {
	.page .hero-dot02 {
		top: 90px;
		left: 80%;
	}
}

.page .hero-dot03 {
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background-color: #00b1a0;
	display: block;
	position: absolute;
	top: 180px;
	left: 8%;
}

@media screen and (max-width: 1399px) {
	.page .hero-dot03 {
		top: 180px;
		left: 4%;
	}
}

@media screen and (max-width: 767px) {
	.page .hero-dot03 {
		top: 300px;
		left: 4%;
	}
}

.page .hero-dot04 {
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #e89a00;
	display: block;
	position: absolute;
	top: 140px;
	left: 72%;
}

@media screen and (max-width: 1499px) {
	.page .hero-dot04 {
		top: 128px;
		left: 78%;
	}
}

@media screen and (max-width: 999px) {
	.page .hero-dot04 {
		top: 110px;
		left: 82%;
	}
}

@media screen and (max-width: 767px) {
	.page .hero-dot04 {
		top: 225px;
		left: 94%;
	}
}

.page .hero-pc {
	width: 65px;
	height: auto;
	display: block;
	position: absolute;
	top: 60px;
	left: 10%;
}

@media screen and (max-width: 1599px) {
	.page .hero-pc {
		top: 60px;
		left: 10%;
	}
}

@media screen and (max-width: 1499px) {
	.page .hero-pc {
		top: 55px;
		left: 6%;
	}
}

@media screen and (max-width: 1399px) {
	.page .hero-pc {
		top: 52px;
	}
}

@media screen and (max-width: 1299px) {
	.page .hero-pc {
		top: 50px;
		left: 5%;
	}
}

@media screen and (max-width: 1240px) {
	.page .hero-pc {
		width: 45px;
		top: 48px;
		left: 5%;
	}
}

@media screen and (max-width: 999px) {
	.page .hero-pc {
		width: 30px;
		top: 40px;
		left: 2%;
	}
}

@media screen and (max-width: 767px) {
	.page .hero-pc {
		top: 200px;
		left: 3%;
	}
}

.page .hero-sp {
	width: 40px;
	height: auto;
	display: block;
	position: absolute;
	top: 220px;
	left: 78%;
}

@media screen and (max-width: 1299px) {
	.page .hero-sp {
		width: 35px;
		top: 220px;
		left: 78%;
	}
}

@media screen and (max-width: 1299px) {
	.page .hero-sp {
		width: 35px;
		top: 220px;
		left: 78%;
	}
}

@media screen and (max-width: 1240px) {
	.page .hero-sp {
		width: 35px;
		top: 220px;
		left: 78%;
	}
}

@media screen and (max-width: 999px) {
	.page .hero-sp {
		width: 25px;
		top: 220px;
		left: 78%;
	}
}

@media screen and (max-width: 767px) {
	.page .hero-sp {
		top: 265px;
		left: 85%;
	}
}

.page .hero-person1 {
	width: 84px;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 72%;
}

@media screen and (max-width: 1499px) {
	.page .hero-person1 {
		width: 80px;
		top: 0;
		left: 72%;
	}
}

@media screen and (max-width: 1399px) {
	.page .hero-person1 {
		width: 80px;
		top: 0;
		left: 72%;
	}
}

@media screen and (max-width: 1299px) {
	.page .hero-person1 {
		width: 72px;
		top: 0;
		left: 70%;
	}
}

@media screen and (max-width: 1240px) {
	.page .hero-person1 {
		width: 72px;
		top: 0;
		left: 68%;
	}
}

@media screen and (max-width: 999px) {
	.page .hero-person1 {
		width: 60px;
		top: 0;
		left: 65%;
	}
}

@media screen and (max-width: 767px) {
	.page .hero-person1 {
		width: 50px;
		top: 120px;
		left: 84%;
	}
}

.page .hero-person2 {
	width: 92px;
	height: auto;
	display: block;
	position: absolute;
	top: 248px;
	left: 8%;
}

@media screen and (max-width: 1499px) {
	.page .hero-person2 {
		width: 76px;
		top: 248px;
		left: 5%;
	}
}

@media screen and (max-width: 1399px) {
	.page .hero-person2 {
		width: 76px;
		top: 248px;
		left: 5%;
	}
}

@media screen and (max-width: 1299px) {
	.page .hero-person2 {
		width: 70px;
		top: 248px;
		left: 4%;
	}
}

@media screen and (max-width: 1299px) {
	.page .hero-person2 {
		width: 70px;
		top: 248px;
		left: 4%;
	}
}

@media screen and (max-width: 1240px) {
	.page .hero-person2 {
		width: 65px;
		top: 248px;
		left: 3%;
	}
}

@media screen and (max-width: 999px) {
	.page .hero-person2 {
		width: 50px;
		top: 248px;
		left: 0;
	}
}

@media screen and (max-width: 767px) {
	.page .hero-person2 {
		width: 45px;
		top: 380px;
		left: 1%;
	}
}

.page .hero-person3 {
	width: 148px;
	height: auto;
	display: block;
	position: absolute;
	top: 320px;
	left: 78%;
}

@media screen and (max-width: 1499px) {
	.page .hero-person3 {
		width: 120px;
		top: 320px;
		left: 82%;
	}
}

@media screen and (max-width: 1399px) {
	.page .hero-person3 {
		width: 120px;
		top: 320px;
		left: 82%;
	}
}

@media screen and (max-width: 1299px) {
	.page .hero-person3 {
		width: 110px;
		top: 320px;
		left: 82%;
	}
}

@media screen and (max-width: 1240px) {
	.page .hero-person3 {
		width: 110px;
		top: 320px;
		left: 80%;
	}
}

@media screen and (max-width: 999px) {
	.page .hero-person3 {
		width: 80px;
		top: 320px;
		left: 76%;
	}
}

@media screen and (max-width: 767px) {
	.page .hero-person3 {
		width: 70px;
		top: 330px;
		left: 82%;
	}
}

.page .hero-ttl {
	width: 100%;
	max-width: 400px;
}

@media screen and (max-width: 1599px) {
	.page .hero-ttl {
		max-width: 400px;
	}
}

@media screen and (max-width: 1499px) {
	.page .hero-ttl {
		max-width: 400px;
	}
}

@media screen and (max-width: 1399px) {
	.page .hero-ttl {
		max-width: 400px;
	}
}

@media screen and (max-width: 1299px) {
	.page .hero-ttl {
		max-width: 400px;
	}
}

@media screen and (max-width: 1240px) {
	.page .hero-ttl {
		max-width: 360px;
	}
}

@media screen and (max-width: 999px) {
	.page .hero-ttl {
		max-width: 320px;
	}
}

@media screen and (max-width: 767px) {
	.page .hero-ttl-img {
		filter: drop-shadow(0 0 10px #fff);
	}
}

.page .hero-logo {
	width: 100%;
	max-width: 400px;
	margin-top: 20px;
}

@media screen and (max-width: 1599px) {
	.page .hero-logo {
		max-width: 400px;
	}
}

@media screen and (max-width: 1499px) {
	.page .hero-logo {
		max-width: 400px;
	}
}

@media screen and (max-width: 1399px) {
	.page .hero-logo {
		max-width: 400px;
	}
}

@media screen and (max-width: 1299px) {
	.page .hero-logo {
		max-width: 400px;
	}
}

@media screen and (max-width: 1240px) {
	.page .hero-logo {
		max-width: 360px;
	}
}

@media screen and (max-width: 999px) {
	.page .hero-logo {
		max-width: 320px;
	}
}

.page .hero-btn {
	width: 100%;
	margin-top: 24px;
	padding: 12px 0;
	display: block;
	border-radius: 2em;
	background-color: #00b1a0;
	box-shadow: 10px 10px 25px rgba(0, 177, 160, 0.3);
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
}

@media screen and (max-width: 1599px) {
	.page .hero-btn {
		max-width: 400px;
	}
}

@media screen and (max-width: 1499px) {
	.page .hero-btn {
		max-width: 400px;
	}
}

@media screen and (max-width: 1399px) {
	.page .hero-btn {
		max-width: 400px;
	}
}

@media screen and (max-width: 1299px) {
	.page .hero-btn {
		max-width: 400px;
	}
}

@media screen and (max-width: 1240px) {
	.page .hero-btn {
		max-width: 360px;
	}
}

@media screen and (max-width: 999px) {
	.page .hero-btn {
		max-width: 320px;
	}
}

@media screen and (max-width: 999px) {
	.page .hero-btn {
		font-size: 16px;
	}
}

.page .hero-btn:hover {
	opacity: .75;
}

.page .about-bg {
	background: #00b2a1 url("/wp-content/themes/monitas/assets/img/millme-ai-lp/about-bg.png") right center no-repeat;
	background-size: cover;
}

.page .about-bg-top {
	width: 100%;
	height: 120px;
	background: linear-gradient(0deg, #00b2a1 0%, rgba(0, 178, 161, 0) 80%);
}

@media screen and (max-width: 767px) {
	.page .about-bg-top {
		height: 80px;
	}
}

.page .about-bg-bottom {
	height: 120px;
	background: linear-gradient(180deg, #00b2a1 0%, rgba(0, 178, 161, 0) 80%);
}

@media screen and (max-width: 767px) {
	.page .about-bg-bottom {
		height: 80px;
	}
}

.page .about-inner {
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
}

.page .about .cmn-ttl {
	color: #fff;
}

.page .about-ttl-logo {
	width: 200px;
	height: auto;
	margin-right: 8px;
}

.page .about-list {
	width: 100%;
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

@media screen and (max-width: 767px) {
	.page .about-list {
		margin-top: 40px;
		display: block;
	}
}

.page .about-list>div {
	width: 31.5%;
	padding: 32px;
	background-color: #fff;
	border-radius: 8px;
}

@media screen and (max-width: 767px) {
	.page .about-list>div {
		width: 100%;
		max-width: 360px;
		margin: 0 auto;
	}
}

.page .about-list>div:nth-child(n+4) {
	margin-top: 32px;
}

@media screen and (max-width: 767px) {
	.page .about-list>div:nth-child(n+2) {
		margin-top: 20px;
	}
}

.page .about-pic {
	width: 100%;
	margin-bottom: 24px;
}

.page .about-free {
	margin-bottom: 10px;
	padding: 2px 10px;
	display: inline-block;
	border-radius: 4px;
	color: #00b2a1;
	font-size: 12px;
	font-weight: 700;
	background-color: #fffc00;
}

.page .about-hl {
	color: #00b1a0;
	font-size: 18px;
	line-height: 1.625;
}

@media screen and (max-width: 767px) {
	.page .about-hl {
		font-size: 16px;
	}
}

.page .about-par {
	margin-top: 8px;
	font-size: 14px;
	line-height: 1.75;
}

.page .plan {
	width: 100%;
	padding: 80px 0;
}

.page .plan-list {
	width: 100%;
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

@media screen and (max-width: 767px) {
	.page .plan-list {
		display: block;
	}
}

.page .plan-list>div {
	width: 31.5%;
	padding: 48px 32px;
	background-color: #fff;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
	border-radius: 8px;
	flex-wrap: nowrap;
	align-items: stretch;
}

@media screen and (max-width: 767px) {
	.page .plan-list>div {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.page .plan-list>div:nth-child(n+2) {
		margin-top: 20px;
	}
}

.page .plan-hl {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}

.page .plan-hl-en {
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 1;
}

.page .plan-lede {
	width: 100%;
	margin-top: 12px;
	padding: 16px;
	border-radius: 3em;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
}

.page .plan-point-list>div {
	margin-top: 16px;
	background-color: #fff;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.page .plan-point-list>div>p {
	width: calc(100% - 30px);
	font-size: 14px;
	font-weight: 500;
}

.page .plan-point-icn {
	width: 20px;
	height: 20px;
	margin-top: 2px;
	display: block;
}

.page .plan-note {
	margin-top: 16px;
	color: #999;
	font-size: 13px;
}

.page .plan .plan-list-free .plan-hl-en {
	color: #2fbaac;
}

.page .plan .plan-list-free .plan-lede {
	background-color: #2fbaac;
}

.page .plan .plan-list-demand .plan-hl-en {
	color: #f6ac19;
}

.page .plan .plan-list-demand .plan-lede {
	background-color: #f6ac19;
}

.page .plan .plan-list-monthly .plan-hl-en {
	color: #ec6d81;
}

.page .plan .plan-list-monthly .plan-lede {
	background-color: #ec6d81;
}

.page .faq {
	padding: 80px 0;
	background-color: #d8f5f2;
}

@media screen and (max-width: 767px) {
	.page .faq {
		padding: 60px 0;
	}
}

.page .faq .cmn-ttl {
	color: #2fbaac;
}

.page .faq-box {
	width: 90%;
	max-width: 1100px;
	margin: 20px auto 0;
}

@media screen and (max-width: 767px) {
	.page .faq-box {
		width: 100%;
	}
}

.page .faq-box-first {
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	.page .faq-box-first {
		margin-top: 30px;
	}
}

.page .faq-toggle {
	display: none;
}

.page .faq-q {
	padding: 20px;
	border-radius: 8px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 10px;
	position: relative;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #fff;
	border: solid 1px #fff;
	transform: translateZ(0);
	transition: all 0.3s;
	color: #2fbaac;
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	.page .faq-q {
		padding: 15px 20px;
	}
}

.page .faq-q:hover {
	cursor: pointer;
}

.page .faq-q::before {
	content: "";
	width: 6px;
	height: 6px;
	border-top: 2px solid #2fbaac;
	border-right: 2px solid #2fbaac;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 3px);
	right: 3%;
	transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
	.page .faq-q::before {
		right: 5%;
	}
}

.page .faq-a {
	height: 0;
	margin-bottom: 0px;
	padding: 0 20px;
	display: flex;
	background-color: #fff;
	flex-wrap: wrap;
	justify-content: flex-start;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
	color: #ec6d81;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	.page .faq-a {
		padding: 0 20px;
	}
}

.page .faq-a .faq-txt {
	color: #333;
	font-weight: 500;
}

.page .faq-a .faq-icn {
	width: 20px;
	margin-top: 0;
	margin-right: 10px;
	text-align: center;
}

.page .faq-icn {
	width: 20px;
	height: 20px;
	margin-top: 2px;
	display: inline-block;
}

.page .faq-txt {
	width: calc(100% - 30px);
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	.page .faq-txt {
		width: 80%;
	}
}

.page .faq-toggle:checked+.faq-q {
	border-radius: 8px 8px 0 0;
}

.page .faq-toggle:checked+.faq-q+.faq-a {
	height: auto;
	padding: 0 20px 20px;
	border-radius: 0 0 8px 8px;
	transition: all .3s;
}

@media screen and (max-width: 767px) {
	.page .faq-toggle:checked+.faq-q+.faq-a {
		padding: 0 20px 15px;
	}
}

.page .faq-toggle:checked+.faq-q::before {
	transform: rotate(-45deg) !important;
}

.page .sevice-faq-toggle:checked+.sevice-faq-q+.sevice-faq-a {
	height: auto;
	padding: 30px;
	transition: all .3s;
}

@media screen and (max-width: 767px) {
	.page .sevice-faq-toggle:checked+.sevice-faq-q+.sevice-faq-a {
		padding: 15px 20px;
	}
}

.page .sevice-faq-toggle:checked+.sevice-faq-q::before {
	transform: rotate(-45deg) !important;
}

.page .cta {
	background-image: none;
	border-bottom: solid 1px #ccc;
}

.page .cta .cmn-inner {
	max-width: 980px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.page .cta .cmn-inner {
		display: block;
	}
}

.page .cta-ttl {
	width: 50%;
	font-size: 36px;
}

@media screen and (max-width: 767px) {
	.page .cta-ttl {
		width: 100%;
		font-size: 20px;
	}
}

.page .cta-ttl-logo {
	width: 80%;
	margin-right: 10px;
	max-width: 360px;
	display: inline-block;
}

@media screen and (max-width: 767px) {
	.page .cta-ttl-logo {
		width: 150px;
	}
}

.page .cta-ttl-bg {
	margin-right: 10px;
	padding: 2px 15px;
	display: inline-block;
	background-color: #2fbaac;
	color: #fff;
	font-size: 42px;
}

@media screen and (max-width: 767px) {
	.page .cta-ttl-bg {
		font-size: 28px;
	}
}

.page .cta-ttl-line1 {
	display: block;
}

@media screen and (max-width: 767px) {
	.page .cta-ttl-line1 {
		text-align: center;
	}
}

.page .cta-ttl-line2 {
	display: block;
	margin-top: 12px;
}

@media screen and (max-width: 767px) {
	.page .cta-ttl-line2 {
		text-align: center;
	}
}

.page .cta-btn {
	width: 100%;
	border-radius: 3em;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.page .cta-btn {
		padding: 16px;
		font-size: 16px;
	}
}

.page .cta-btn:hover {
	opacity: .75;
}

.page .cta-btn-wrap {
	width: 40%;
	padding: 40px 0;
}

@media screen and (max-width: 767px) {
	.page .cta-btn-wrap {
		width: 80%;
		margin: 20px auto 0;
		padding: 20px 0;
	}
}

@media screen and (max-width: 480px) {
	.page .cta-btn-wrap {
		width: 90%;
		margin: 20px auto 0;
	}
}

.page .cta-btn-wrap .cta-btn-singup {
	background-color: #ec6d81;
}

.page .cta-btn-wrap .cta-btn-guide {
	margin-top: 32px;
	background-color: #f6ac19;
}

.page .footer-util.lp-millme-footer-util {
	margin-top: 50px;
}

.page .cmn-hero-default,
.page .cmn-breadcrumbs,
.page .footer-nav,
.page .footer-util-logo-list {
	display: none;
}

.page .about-bg,
.page .w-100 {
	width: 100%;
}

.page .page-main-default {
	max-width: unset;
	margin: 0 auto;
	width: 100%;
}

.page .plan-point-list {
	align-items: stretch;
	flex-wrap: nowrap;
}

.page .faq-a.active {
	height: auto;
	padding: 0 20px 20px;
	transition: all .3s;
	border-radius: 0 0 8px 8px;
}

.page .faq-q.active {
	border-radius: 8px 8px 0 0;
}

.page .footer-util {
    margin-top: 50px;
}

.hero-device-img {
	max-width: 850px;
}