@charset "UTF-8";

/*
font-family: 'Noto Serif JP', serif;
font-family: 'Noto Sans JP', sans-serif;
*/
/* -----------------------------------------------------------------
reset
----------------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, em, img, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, section, summary,input {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
	line-height: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
	box-sizing: border-box;
}

body {
	position: relative;
	background-color: #fff;
	color: #9a9ba5;
	width: 100%;
	height: 100%;
	min-height: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	font-weight: 400;
	line-height: 1.7;
	padding-top: 65px;
	overflow-x: hidden;
}
@media (min-width: 550px) {
	body {
		padding-top: 100px;
	}
	.flex-box-area {
		position: relative;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		height: 100%;
	}
	.flex-box-area > div {
		height: 100%;
	}
}
@media (min-width: 769px) {
	body {
		padding-top: 110px;
	}
}
select,
input[type="text"],
input[type="email"],
textarea {
	background-color: #fff;
	vertical-align: middle;
	font-size: calc(1rem * 0.75);
	font-family: 'Noto Sans JP', sans-serif;
	cursor: pointer;
	color: #5d5e6b;
}
ol, ul {
	list-style: none;
}
button,
select,
input[type="text"],
input[type="email"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
img {
	vertical-align: middle;
	width: 100%;
	border: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img[width="1"],
img[width="0"] {
	display: none;
}
a img {
	-moz-transition: opacity 0.5s ease-out;
	-webkit-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
a:hover img {
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	-ms-opacity: 0.5;
	opacity: 0.5;
}
hr {
	border:none;
	height: 3px;
	background-image: repeating-linear-gradient(135deg, #ccc 0, #ccc 1px, transparent 0, transparent 50%);
	background-size: 5px 5px;
}
a {
	font-size: inherit;
	font-weight: inherit;
	color: #009fab;
	text-decoration: none;
}
a:hover {
	color: #009fab;
}
a:visited {
	color: #006373;
}
a.link-arrow {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.75rem;
	border: 1px solid #999;
	font-size: calc(1rem * 0.85);
	padding: 1rem;
	height: 100%;
	transition: 300ms;
}
a.link-arrow i {
	position: relative;
	order: 0;
	color: #666;
	font-size: 24px;
	height: 24px;
	width: 24px;
	transition: 300ms;
}
a.link-arrow i::before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: -2px;
	width: 12px;
	height: 12px;
	border: 2px solid #666;
	border-radius: 50%;
	transition: 300ms;
}
a.link-arrow i::after {
	content: "arrow_right_alt";
}
a.link-arrow:hover,
a.link-arrow:hover i,
a.link-arrow:hover i::before {
	color:#23abdd;
	border-color: #23abdd;
}
@keyframes cartbadge {
	0% {
		top: -10px;
		right: -10px;
		width: 25px;
		height: 25px;
		line-height: 25px;
	}
	60% {
		top: -4px;
		right: -4px;
		width: 13px;
		height: 13px;
		line-height: 17px;
	}
	70% {
		top: -16px;
		right: -16px;
		width: 37px;
		height: 37px;
		line-height: 31px;
	}
	100% {
		top: -10px;
		right: -10px;
		width: 25px;
		height: 25px;
		line-height: 25px;
	}
}
:focus {
	outline: none;
}

.fw300 { font-weight: 300; }
.fw400 { font-weight: 400; }
.fw500 { font-weight: 500; }
.fw600 { font-weight: 600; }
.fw700 { font-weight: 700; }
.fw900 { font-weight: 900; }

.fs10 { font-size: 10px; }
.fs11 { font-size: 11px; }
.fs12 { font-size: 12px; }
.fs13 { font-size: 13px; }
.fs14 { font-size: 14px; }
.fs15 { font-size: 15px; }
.fs16 { font-size: 16px; }
.fs18 { font-size: 18px; }
.fs20 { font-size: 20px; }
.fs22 { font-size: 22px; }
.fs24 { font-size: 24px; }
.fs26 { font-size: 26px; }
.fs28 { font-size: 28px; }
.fs30 { font-size: 30px; }
.fs32 { font-size: 32px; }
.fs34 { font-size: 34px; }
.fs36 { font-size: 36px; }
.fs38 { font-size: 38px; }
.fs40 { font-size: 40px; }
.fs42 { font-size: 42px; }
.fs44 { font-size: 44px; }
.fs46 { font-size: 46px; }
.fs48 { font-size: 48px; }
.fs50 { font-size: 50px; }
.fs52 { font-size: 52px; }
.fs54 { font-size: 54px; }
.fs56 { font-size: 56px; }
.fs58 { font-size: 58px; }
@media screen and (max-width: 550px) {
	.fs20 { font-size: 18px; }
	.fs22 { font-size: 20px; }
	.fs24 { font-size: 22px; }
	.fs26 { font-size: 22px; }
	.fs28 { font-size: 24px; }
	.fs30 { font-size: 24px; }
	.fs32 { font-size: 26px; }
	.fs34 { font-size: 26px; }
	.fs36 { font-size: 28px; }
	.fs38 { font-size: 28px; }
	.fs40 { font-size: 30px; }
	.fs42 { font-size: 30px; }
	.fs44 { font-size: 32px; }
	.fs46 { font-size: 32px; }
	.fs48 { font-size: 34px; }
	.fs50 { font-size: 34px; }
	.fs52 { font-size: 36px; }
	.fs54 { font-size: 36px; }
	.fs56 { font-size: 38px; }
	.fs58 { font-size: 40px; }
}

.lineH10 { line-height: 1.0; }
.lineH15 { line-height: 1.5; }
.lineH17 { line-height: 1.7; }
.lineH20 { line-height: 2.0; }
.lineH25 { line-height: 2.5; }

.w10 { width: 10%; }
.w15 { width: 15%; }
.w25 { width: 25%; }
.w30 { width: 30%; }
.w35 { width: 35%; }
.w40 { width: 40%; }
.w45 { width: 45%; }
.w47 { width: 47.5%; }
.w50 { width: 50%; }
.w55 { width: 55%; }
.w60 { width: 60%; }
.w65 { width: 65%; }
.w70 { width: 70%; }
.w75 { width: 75%; }
.w80 { width: 80%; }
.w85 { width: 85%; }
.w90 { width: 90%; }
.w100 { width: 100%; }

.taCenter {
	text-align: center;
}
.taLeft {
	text-align: left;
}
.taRight{
	text-align: right;
}

.link-btn {
	position: relative;
	list-style-type: none;
	margin-top: 1.25rem;
}
.link-btn li {
	list-style-type: none;
	margin-left: 0;
	text-align: center;
}
.link-btn li a {
	position: relative;
	display: inline-block;
	color: #009fab;
	text-decoration: none;
	line-height: 1;
	border: 2px solid #009fab;
	border-radius: 5px;
	padding: 1rem 2.5rem;
	box-shadow: 5px 5px 0 #009fab;
	font-size: 1.1rem;
	transition: 300ms;
	background-color: rgba(255, 255, 255, 1);
}
.link-btn li a::after {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	right: 0;
	width: 8px;
 	height: 8px;
	border-top: 2px solid #009fab;
	border-left: 2px solid #009fab;
	transform: translateY(-50%) translateX(-150%) rotate(135deg);
}
.link-btn li a:hover {
	background-color: rgba(217, 241, 242, 1);
}
.link-btn.small {
	margin-top: 0.75rem;
}
.link-btn.small li a {
	border: 2px solid #006373;
	border-radius: 5px;
	padding: 0.75rem 2.5rem;
	box-shadow: 4px 4px 0 #006373;
	font-size: 1.0rem;
}
.link-btn.cancel li a::after {
	width: 6px;
	height: 6px;
	left: 12px;
	border-top: 2px solid #009fab;
	border-left: 2px solid #009fab;
	transform: translateY(-50%) translateX(-50%) rotate(135deg);
}
.link-btn.cancel li a::before {
	content: '';
	position: absolute;
	display: block;
	left: 20px;
	top: 50%;
	width: 6px;
 	height: 6px;
	border-top: 2px solid #009fab;
	border-left: 2px solid #009fab;
	transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}
@media (min-width: 550px) {
	.link-btn {
		margin-top: 1.5rem;
	}
	.link-btn li a {
		padding: 1.25rem 2.5rem;
		font-size: 1.2rem;
	}
}
@media (min-width: 769px) {
	.link-btn li a {
		padding: 1.5rem 2.75rem;
		font-size: 1.4rem;
	}
}


.page-title {
	text-align: center;
	margin-bottom: 2rem;
}
.page-title em {
	position: relative;
	display: inline-block;
	font-size: 40px;
	font-weight: 100;
	color: #009fab;
	line-height: 1;
	padding: 0 1.5rem;
}
.page-title em::before {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	left: 0;
	width: 0;
	height: 40px;
	border-left: 2px solid #009fab;
	transform: rotate(-25deg);
}
.page-title em::after {
	position: absolute;
	content: '';
	display: block;
	top: 0;
	right: 0;
	width: 0;
	height: 40px;
	border-left: 2px solid #009fab;
	transform: rotate(25deg);
}
.page-title em small {
	display: block;
	margin-top: 1.0rem;
	font-size: 15px;
	font-weight: 300;
	color: #c6c7cd;
	letter-spacing: 0.35rem;
	text-indent: -0.35rem;
}
@media (min-width: 550px) {
	.page-title {
		margin-bottom: 2.5rem;
	}
	.page-title em {
		font-size: 52px;
		padding: 0 3.0rem;
	}
	.page-title em::before {
		height: 52px;
	}
	.page-title em::after {
		height: 52px;
	}
	.page-title em small {
		font-size: 18px;
		letter-spacing: 0.45rem;
		text-indent: -0.45rem;
	}
}
@media (min-width: 769px) {
	.page-title {
		margin-bottom: 3.0rem;
	}
	.page-title em {
		font-size: 64px;
		padding: 0 3.5rem;
	}
	.page-title em::before {
		height: 64px;
	}
	.page-title em::after {
		height: 64px;
	}
	.page-title em small {
		margin-top: 1.5rem;
		font-size: 20px;
		letter-spacing: 0.75rem;
		text-indent: -0.75rem;
	}
}
img.fix {
	width: 100%;
	height: auto;
}


/*-------------------*/
#layer {
	display: none;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}
#layer.open {
	display: block;
	opacity: 1;
}

/* -----------------------------------------------------------------
Header Module
----------------------------------------------------------------- */
header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0;
	background-color: rgba(230, 246, 247, 0.9);
	z-index: 997;
}
header .headnavi {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 65px;
	padding: 0 2.5%;
	margin: 0 auto;
	transition: all 500ms 0s;
}
header h1 {
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}
header .shop-logo {
	width: 30%;
}
header .shop-logo img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	max-height: 50px;
	object-fit: contain;
	transition: all 500ms 0s;
}
header.fixed {
	position: fixed;
}
header.fixed .headnavi {
	height: 50px;
}
header.fixed h1 {
	overflow: hidden;
}
header.fixed .shop-logo img {
	max-height: 40px;
}
header .right-navi {
	width: 35%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
header .right-navi li.nav-trial a {
	display: block;
	width: 100%;
	background-color: #009fab;
	border-radius: 17px;
	padding: 0 0.5rem 0 0.5rem;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 34px;
	transition: 300ms;
}
header .right-navi li.nav-trial a:hover {
	background-color: #006373;
}
header .right-navi li.nav-trial a i {
	font-size: 15px;
	padding-right: 0.15rem;
}
@media (min-width: 550px) {
	header .headnavi {
		height: 100px;
	}
	header .shop-logo {
		width: 33.3%;
		height: 45px;
	}
	header .shop-logo img {
		height: 45px;
	}
	header.fixed .headnavi {
		height: 80px;
	}
	header.fixed .shop-logo {
		height: 40px;
	}
	header.fixed .shop-logo img {
		height: 40px;
	}
	header .right-navi li.nav-trial a {
		padding: 0 1rem;
		font-size: 16px;
		line-height: 44px;
		border-radius: 22px;
	}
	header .right-navi li.nav-trial a i {
		font-size: 18px;
		padding-right: 0.25rem;
	}
}
@media (min-width: 769px) {
	header .headnavi {
		max-width: 1200px;
		min-width: 1000px;
		height: 110px;
	}
	header .shop-logo {
		height: 55px;
	}
	header .shop-logo img {
		height: 55px;
	}
	header.fixed .headnavi {
		height: 80px;
	}
	header.fixed .shop-logo {
		height: 45px;
	}
	header.fixed .shop-logo img {
		height: 45px;
	}
	header .right-navi li.nav-trial {
		margin-right: 0.75rem;
	}
	header .right-navi li.nav-trial a {
		font-size: 18px;
		padding: 0 1.5rem;
		line-height: 48px;
		border-radius: 24px;
	}
	header .right-navi li.nav-trial a i {
		font-size: 22px;
		padding-right: 0.35rem;
	}
}

/* -----------------------
menu navigation
------------------------ */
.sp-header-nav {
	width: 35%;
}
.menu-btn,
.menu-close_btn {
	display: block;
	width: 34px;
	height: 34px;
	z-index: 10;
	background: none;
	padding: 0;
	margin: 0;
	border: none;
	cursor: pointer;
}
.menu-btn .btn-line,
.menu-close_btn .btn-line {
	position: relative;
	display: block;
	width: 100%;
	height: 3px;
	background-color: #9a9ba5;
	transition: .2s;
}
.menu-btn .btn-line::before,
.menu-btn .btn-line::after,
.menu-close_btn .btn-line::before,
.menu-close_btn .btn-line::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #9a9ba5;
	transition: .5s;
}
.menu-btn .btn-line::before {
	transform: translateY(-11px);
}
.menu-btn .btn-line::after {
	transform: translateY(11px);
}
.menu-close_btn .btn-line {
	background-color: transparent;
}
.menu-close_btn .btn-line::before {
	transform: translateY(-11px) rotate(45deg);
}
.menu-close_btn .btn-line::after {
	transform: translateY(-11px) rotate(-45deg);
}
@media (min-width: 550px) {
	.menu-btn,
	.menu-close_btn {
		width: 42px;
		height: 42px;
	}
	.menu-btn .btn-line::before {
		transform: translateY(-15px);
	}
	.menu-btn .btn-line::after {
		transform: translateY(15px);
	}
	.menu-close_btn .btn-line::before {
		transform: translateY(-15px) rotate(45deg);
	}
	.menu-close_btn .btn-line::after {
		transform: translateY(-15px) rotate(-45deg);
	}
}
@media (min-width: 769px) {
	.menu-btn,
	.menu-close_btn {
		width: 52px;
		height: 52px;
	}
}

.menunavi-wrap {
	position: fixed;
	z-index: 9999;
	width: calc(100vw - 25px);
	left: calc(-100vw + 25px);
	padding: 12px 0;
	top: 0;
	background-color: #fff;
	height: 100vh;
	text-align: center;
	overflow-y: scroll;
	overflow-x: hidden;
	transition: all 500ms 0s;
}
.menunavi-wrap.open {
	left: 0;
}
.menunavi-wrap button {
	position: absolute;
	top: 25px;
	right: 15px;
}
.menunavi-wrap h2 {
	position: relative;
	margin-top: 25px;
	margin-bottom: 25px;
}
.menunavi-wrap h2 a {
	display: block;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.5;
	color: #009fab;
}
.menunavi-wrap h2 a img {
	display: block;
	width: 130px;
	height: auto;
	margin: 0.5rem auto 0.75rem;
}
.menunavi {
	display: block;
	position: static;
	z-index: 99;
	width: 100%;
	height: auto;
	overflow: visible;
	box-sizing: border-box;
	transition: all 300ms 0s ease;
}
.menunavi.open {
	opacity: 1;
	overflow: visible;
	transition: all 300ms 0s ease;
}
.menunavi-body {
	min-height: auto;
	width: 100%;
	padding: 0;
	max-height: 100vh;
}
.menunavi-wrap::-webkit-scrollbar{
	display: none;
}
.menunavi .main-menu-item {
	border-top: 1px solid #c6c7cd;
}
.menunavi .main-menu-item .category-box {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #c6c7cd;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	box-sizing: border-box;
}
.menunavi .main-menu-item .category-box::after {
	position: absolute;
	top: 50%;
	right: 1.0rem;
	content: '\f054';
	font-family: "Font Awesome 5 Free";
	font-size: 15px;
	font-weight: 400;
	color: #c6c7cd;
	transform: translateY(-50%);
}
.menunavi .main-menu-item .category-box a {
	display: block;
	color: #9a9ba5;
	padding: 1.25rem 1.0rem 1.25rem 1.0rem;
	transition: all 500ms 0s;
}
.menunavi .main-menu-item .category-box a:hover {
	background-color: #d9f1f2;
}
.menunavi .main-menu-item .trial-box a {
	position: relative;
	display: block;
	margin: 1rem 1rem;
	background-color: #009fab;
	border-radius: 3px;
	padding: 1.5rem 2.5%;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1;
	transition: 300ms;
}
.menunavi .main-menu-item .trial-box a:hover {
	background-color: #006373;
}
.menunavi .main-menu-item .trial-box a::after {
	position: absolute;
	top: 50%;
	right: 1.0rem;
	content: '\f054';
	font-family: "Font Awesome 5 Free";
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	transform: translateY(-50%);
}
.menunavi .sns-navi {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 1.5rem;
}
.menunavi .sns-navi li {
	padding: 0 0.5rem;
}
.menunavi .sns-navi li a {
	display: block;
	width: 2.4rem;
	height: 2.4rem;
	color: #fff;
	overflow: hidden;
}
.menunavi .sns-navi li a i {
	display: block;
	color: #fff;
	font-size: 1.2rem;
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 50%;
	line-height: 2.4rem;
}
.menunavi .sns-navi li a .fa-twitter {
	background-color: #00acee;
}
.menunavi  .sns-navi li a .fa-instagram {
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}
.menunavi .sns-navi li a .fa-line {
	background-color: #00b900;
}
@media (min-width: 550px) {
	.menunavi-wrap {
		width: 60vw;
		left: -60vw;
	}
	.menunavi-wrap button {
		top: 35px;
		right: 20px;
	}
	.menunavi-wrap h2 {
		margin-top: 35px;
	}
	.menunavi-wrap h2 a {
		font-size: 13px;
	}
	.menunavi-wrap h2 a img {
		width: 180px;
		margin: 0.5rem auto 0.75rem;
	}
	.menunavi .main-menu-item .category-box {
		font-size: 1.1rem;
	}
	.menunavi .main-menu-item .category-box::after {
		right: 1.25rem;
		font-size: 16px;
	}
	.menunavi .main-menu-item .category-box a {
		padding: 1.5rem 1.25rem 1.5rem 1.25rem;
	}
	.menunavi .main-menu-item .trial-box a {
		margin: 1.5rem 1.25rem;
		padding: 1.5rem 2.5%;
		font-size: 1.2rem;
	}
	.menunavi .main-menu-item .trial-box a::after {
		font-size: 16px;
	}
	.menunavi .sns-navi {
		margin-top: 1.75rem;
	}
	.menunavi .sns-navi li {
		padding: 0 0.75rem;
	}
	.menunavi .sns-navi li a {
		width: 2.6rem;
		height: 2.6rem;
	}
	.menunavi .sns-navi li a i {
		font-size: 1.3rem;
		width: 2.6rem;
		height: 2.6rem;
		line-height: 2.6rem;
	}
}
@media (min-width: 769px) {
	.menunavi-wrap {
		width: 420px;
		left: -420px;
	}
	.menunavi .main-menu-item .category-box a {
		padding: 1.75rem 1.25rem 1.75rem 1.25rem;
	}
	.menunavi .main-menu-item .trial-box a {
		margin: 1.75rem 1.25rem;
		padding: 1.75rem 2.5%;
		font-size: 1.3rem;
	}
}


#sns-navigation {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 1.5rem auto;
}
#sns-navigation li.nav-item {
	display: block;
	position: relative;
	margin: 0 1rem;
}
#sns-navigation li.nav-item > a {
	display: block;
}
#sns-navigation li.nav-item > a > i {
	display: block;
	font-size: 28px;
	color: #9a9ba5;
	cursor: pointer;
	transition: 300ms;
}
#sns-navigation li.nav-item > a:hover > i {
	color: #009fab;
}

.main-visual {
	width: 100%;
	height: 60vh;
	height: 60dvh;
	max-height: 400px;
	overflow: hidden;
	z-index: 1;
}
.visualInner_title {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.visualInner_title .mv-title {
	position: absolute;
	display: block;
	width: 72.5vw;
	top: 35%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 5;
}
.visualInner_title .mv-img {
	position: absolute;
	display: block;
	width: 50vw;
	height: 15vw;
	top: 60%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
.visualInner_title p {
	position: absolute;
	display: block;
	bottom: 0;
	left: 50%;
	width: 90%;
	margin: 0 auto;
	transform: translateX(-50%);
	z-index: 3;
}
@media (min-width: 550px) {
	.main-visual {
		max-height: 500px;
	}
	.visualInner_title .mv-title {
		width: 55vw;
		top: 37.5%;
	}
	.visualInner_title .mv-img {
		width: 40vw;
		top: 67.5%;
	}
}
@media (min-width: 769px) {
	.main-visual {
		height: calc(60vh);
		min-height: 440px;
		max-height: 560px;
	}
	.visualInner_title {
		max-width: 1200px;
		min-width: 1000px;
	}
	.visualInner_title .mv-title {
		width: 42.5%;
	}
	.visualInner_title .mv-img {
		width: 30%;
	}

}


.wrap {
	width: 100%;
}
.wrapInner {
	width: 100%;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.bgGray {
	background-color: #c6c7cd;
}
.bgWhite {
	background-color: #fff;

}
.main-contents {
	position: relative;
	width: 90%;
	margin: 0 auto;
}
@media (min-width: 550px) {
	.wrapInner {
		padding-top: 3.0rem;
		padding-bottom: 3.0rem;
	}
}
@media (min-width: 769px) {
	.wrapInner {
		padding-top: 4.0rem;
		padding-bottom: 4.0rem;
	}
	.main-contents {
		max-width: 1200px;
		width: 95%;
	}
}

#banner-area {
	padding: 1.25rem 0;
	background-color: rgba(230, 246, 247, 1);
}
#banner-area .flex-box-area {
	justify-content: space-between;
}
#banner-area .flex-box-area > div {
	width: 100%;
	height: 85px;
	overflow: hidden;
}
#banner-area .flex-box-area > div:not(:first-child) {
	margin-top: 1rem;
}
#banner-area .flex-box-area > div img {
	height: 85px;
	object-fit: cover;
}
@media (min-width: 550px) {
	#banner-area {
		padding: 1.5rem 0;
	}
	#banner-area .flex-box-area > div {
		width: 48.0%;
		height: 95px;
	}
	#banner-area .flex-box-area > div:not(:first-child) {
		margin-top: 0;
	}
	#banner-area .flex-box-area > div:nth-child(3) {
		margin-top: 1.5rem;
		/*width: 100%;*/
		width: 48.0%;
	}
	#banner-area .flex-box-area > div img {
		height: 95px;
	}
}
@media (min-width: 769px) {
	#banner-area {
		padding: 2.0rem 0 1.5rem;
	}
	#banner-area .main-contents {
		max-width: 860px;
	}
	#banner-area .flex-box-area > div {
		width: 48.5%;
		height: 120px;
	}
	#banner-area .flex-box-area > div img {
		height: 120px;
	}
}


#feature-area {
	overflow: hidden;
	background-color: rgba(230, 246, 247, 1);
}
#feature-area .lead {
	padding: 0;
	color: #009fab;
	font-size: 3.75vw;
	line-height: 40px;
	border: 1px solid #009fab;
	border-radius: 20px;
}
#feature-area h2 {
	margin: 1.5rem auto;
	font-size: 5.5vw;
	color: #009fab;
}
#feature-area h2 br.sp {
	display: block;
}
#feature-area h2::after {
	content: '';
	display: block;
	width: 3.5rem;
	height: 0;
	margin: 0.75rem auto 0;
	border-bottom: 3px solid #7fcfd5;
}
@media (min-width: 550px) {
	#feature-area {
		text-align: center;
	}
	#feature-area .lead {
		display: inline-block;
		font-size: 20px;
		line-height: 50px;
		border-radius: 25px;
		padding: 0 2rem;
	}
	#feature-area h2 {
		margin-bottom: 2.5rem;
		font-size: 32px;
	}
	#feature-area h2 br.sp {
		display: none;
	}
	#feature-area h2::after {
		width: 4.5rem;
		margin: 1rem auto 0;
	}
	#feature-area .main-text {
		font-size: 18px;
	}
}
@media (min-width: 769px) {
	#feature-area h2 {
		margin-top: 2.0rem;
		font-size: 34px;
	}
	#feature-area .main-text {
		font-size: 20px;
	}
}

#feature-area .flex-box-area {
	margin-top: 2.5rem;
}
#feature-area .flex-box-area > div {
	position: relative;
	min-height: 230px;
}
#feature-area .flex-box-area > div:not(:first-child) {
	margin-top: 2.5rem;
}
#feature-area .flex-box-area > div figure {
	width: 65%;
	margin: 0 -3.5rem 0 auto;
}
#feature-area .flex-box-area > div:nth-child(even) figure {
	margin: 0 auto 0 -3.5rem;
}
#feature-area .flex-box-area > div figure img {
	border-radius: 50% 0 50% 50%;
	overflow: hidden;
}
#feature-area .flex-box-area > div:nth-child(even) figure img  {
	border-radius: 0 50% 50% 50%;
}
#feature-area .flex-box-area > div figure figcaption {
	position: absolute;
	top: 0;
	left: 32.5%;
	background-color: #009fab;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	line-height: 1.1;
	width: 4rem;
	height: 4.5rem;
	padding: 0.75rem 0;
	transform: translateX(-50%);
}
#feature-area .flex-box-area > div:nth-child(even) figure figcaption {
	left: 67.5%;
	transform: translateX(-50%);
}
#feature-area .flex-box-area > div figure figcaption small {
	display: block;
	font-size: 0.9rem;
	font-weight: 300;
}
#feature-area .flex-box-area > div p {
	position: absolute;
	width: 65%;
	min-width: 210px;
	top: 6rem;
	left: 0;
	color: #009fab;
	padding: 0.75rem 0.5rem;
	background-color: rgba(217, 241, 242, 0.8);
	line-height: 1.5;
	border-radius: 3px;
}
#feature-area .flex-box-area > div p br.sp{
	display: block;
}
#feature-area .flex-box-area > div:nth-child(even) p {
	left: auto;
	right: 0;
}
@media (min-width: 550px) {
	#feature-area .flex-box-area {
		margin-top: 3rem;
		padding-bottom: 2.5rem;
		justify-content: center;
	}
	#feature-area .flex-box-area > div {
		width: 50%;
		min-height: auto;
	}
	#feature-area .flex-box-area > div:not(:first-child) {
		margin-top: 0;
	}
	#feature-area .flex-box-area > div:nth-child(3) {
		margin-top: 4rem;
	}
	#feature-area .flex-box-area > div figure,
	#feature-area .flex-box-area > div:nth-child(even) figure {
		width: 80%;
		margin: 0 auto 0 auto;
	}
	#feature-area .flex-box-area > div figure img,
	#feature-area .flex-box-area > div:nth-child(even) figure img {
		margin-top: 2.5rem;
		border-radius: 50%;
	}
	#feature-area .flex-box-area > div figure figcaption,
	#feature-area .flex-box-area > div:nth-child(even) figure figcaption {
		top: 0;
		left: 50%;
		font-size: 2.2rem;
		width: 4.5rem;
		height: 5rem;
		transform: translateX(-50%);
	}
	#feature-area .flex-box-area > div p,
	#feature-area .flex-box-area > div:nth-child(even) p {
		width: 85%;
		left: 50%;
		top: auto;
		bottom: 0;
		padding: 0.75rem 0.75rem 1.5rem;
		background-color: rgba(217, 241, 242, 0.8);
		white-space: nowrap;
		transform: translateX(-50%) translateY(50%);
		white-space: nowrap;
	}
	#feature-area .flex-box-area > div p br.sp{
		display: none;
	}
}
@media (min-width: 769px) {
	#feature-area .flex-box-area {
		margin-top: 3rem;
		justify-content: space-between;
	}
	#feature-area .flex-box-area > div {
		width: 31%;
		padding-bottom: 1.5rem;
	}
	#feature-area .flex-box-area > div:nth-child(3) {
		margin-top: 0;
		margin-left: 0;
	}
	#feature-area .flex-box-area > div figure,
	#feature-area .flex-box-area > div:nth-child(even) figure {
		width: 85%;
		margin: 0 auto;
	}
	#feature-area .flex-box-area > div figure img {
		margin-top: 3rem;
	}
	#feature-area .flex-box-area > div figure figcaption,
	#feature-area .flex-box-area > div:nth-child(even) figure figcaption {
		font-size: 2.4rem;
		width: 5rem;
		height: 6rem;
		padding-top: 1rem;
		line-height: 1.2;
	}
	#feature-area .flex-box-area > div figure figcaption small {
		font-size: 1rem;
	}
	#feature-area .flex-box-area > div p,
	#feature-area .flex-box-area > div:nth-child(even) p {
		padding: 1.0rem 0 0;
		width: 100%;
		background-color: rgba(230, 246, 247, 1);
		font-size: 1.25rem;
		transform: translateX(-50%) translateY(30%);
	}
}

#price-area .main-contents {
	border: 2px solid #009fab;
}
#price-area .price-area-inner {
	padding: 2rem 1rem;
}
#price-area .main-contents dl.lead dt {
	font-size: 1.2rem;
	line-height: 1.7;
}
#price-area .main-contents dl.lead dt .sp {
	display: block;
}
#price-area .main-contents dl.lead dd {
	font-size: 1.3rem;
	color: #009fab;
	margin-top: 0.25rem;
}
#price-area .main-contents dl.lead dd .price strong {
	font-size: 3rem;
	font-weight: 300;
}
#price-area .main-contents dl.lead dd .price {
	position: relative;
	padding-bottom: 0.75rem;
}
#price-area .main-contents dl.lead dd .price::after {
	position: absolute;
	content:'';
	display: block;
	left: 50%;
	bottom: 0;
	width: 100%;
	height: 0;
	border-bottom: 3px solid #bfe7ea;
	transform: translateX(-50%);
}
#price-area .main-contents dl.lead dd .note {
	display: block;
	margin-top: 0.75rem;
	font-size: 13px;
	color: #9a9ba5;
}
#price-area .main-contents .flex-box-area {
	background-color: #f1f1f2;
	padding: 1rem 0.5rem;
}
#price-area .main-contents .flex-box-area > div:not(:first-child) {
	margin-top: 0.75rem;
}
#price-area .main-contents .flex-box-area > div:not(:last-child) {
	padding-bottom: 1rem;
	border-bottom: 1px dotted rgba(0, 159, 171, 0.5);
}
#price-area .main-contents .flex-box-area > div .plan {
	text-align: center;
	color: #009fab;
	display: flex;
	align-items: center;
}
#price-area .main-contents .flex-box-area > div .plan dt {
	width: 50%
}
#price-area .main-contents .flex-box-area > div .plan dt span {
	display: inline-block;
	border: 1px solid #009fab;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 2rem;
	border-radius: 1rem;
	padding: 0 0.75rem;
	white-space: nowrap;
}
#price-area .main-contents .flex-box-area > div .plan dd {
	width: 50%;
	font-size: 0.9rem;
	font-weight: 400;
	text-align: left;
}
#price-area .main-contents .flex-box-area > div .plan dd em {
	font-size: 1.3rem;
	font-weight: 500;
}
@media (min-width: 550px) {
	#price-area .price-area-inner {
		padding: 2.5rem 2.5rem;
	}
	#price-area .main-contents dl.lead dt {
		font-size: 1.4rem;
		line-height: 1.7;
	}
	#price-area .main-contents dl.lead dt .sp {
		display: none;
	}
	#price-area .main-contents dl.lead dd {
		font-size: 1.7rem;
	}
	#price-area .main-contents dl.lead dd .price strong {
		font-size: 4rem;
	}
	#price-area .main-contents dl.lead dd .note {
		font-size: 14px;
	}
	#price-area .main-contents .flex-box-area {
		padding: 1.5rem 1rem;
	}
	#price-area .main-contents .flex-box-area > div {
		width: 33%;
	}
	#price-area .main-contents .flex-box-area > div:not(:first-child) {
		margin-top: 0;
	}
	#price-area .main-contents .flex-box-area > div:not(:last-child) {
		padding-bottom: 0;
		border-bottom: none;
	}
	#price-area .main-contents .flex-box-area > div .plan {
		display: block;
	}
	#price-area .main-contents .flex-box-area > div .plan dt {
		width: 100%;
	}
	#price-area .main-contents .flex-box-area > div .plan dt span {
		font-size: 1.0rem;
		line-height: 2.4rem;
		border-radius: 1.2rem;
		padding: 0 1.25em;
	}
	#price-area .main-contents .flex-box-area > div .plan dd {
		width: 100%;
		margin-top: 0.5rem;
		font-size: 1.0rem;
		text-align: center;
	}
	#price-area .main-contents .flex-box-area > div .plan dd em {
		font-size: 1.5rem;
	}
}
@media (min-width: 769px) {
	#price-area .main-contents {
		margin-left: auto;
		margin-right: auto;
		max-width: 860px;
	}
	#price-area .price-area-inner {
		padding: 3.5rem 3.5rem;
	}
	#price-area .main-contents dl.lead dt {
		font-size: 1.5rem;
	}
	#price-area .main-contents .flex-box-area > div .plan dt span {
		padding: 0 1.0em;
		min-width: 70%;
	}
}

#recommend-area {
	background-color: #e6f6f7;
}
#recommend-area .main-contents .flex-box-area {

}
#recommend-area .main-contents .flex-box-area > div {
	width: 100%;
	text-align: center;
}
#recommend-area .main-contents .flex-box-area > div:not(:last-child) {
	margin-bottom: 2rem;
}
#recommend-area .main-contents .flex-box-area > div p {
	width: 100%;
}
#recommend-area .main-contents .flex-box-area > div .recom-title {
	position: relative;
	background-color: #009fab;
	border-radius: 0.75rem 0.75rem 0 0;
	color: #fff;
	padding: 0.5rem;
	border: 2px solid #009fab;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.5;
}
#recommend-area .main-contents .flex-box-area > div .recom-title br.pc {
	display: none;
}
#recommend-area .main-contents .flex-box-area > div .recom-title::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 100%;
	border-top: 15px solid #009fab;
	border-right: 25px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 25px solid transparent;
	transform: translateX(-50%);
}
#recommend-area .main-contents .flex-box-area > div .recom-text {
	background-color: #fff;
	border-radius: 0 0 0.75rem 0.75rem;
	color: #009fab;
	padding: 1.25rem 0.5rem 0.75rem 0.5rem;
	border: 2px solid #009fab;
	font-size: 1.7rem;
	font-weight: 300;
}
@media (min-width: 550px) {
	#recommend-area .main-contents .flex-box-area {
		width: 85%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 769px) {
	#recommend-area .main-contents .flex-box-area {
		width: auto;
	}
	#recommend-area .main-contents .flex-box-area > div {
		width: 31.33%;
	}
	#recommend-area .main-contents .flex-box-area > div .recom-title {
		padding: 0.75rem 0.5rem;
		font-size: 1.2rem;
		height: 7.0rem;
	}
	#recommend-area .main-contents .flex-box-area > div:not(:last-child) .recom-title {
		padding-top: 2rem;
	}
	#recommend-area .main-contents .flex-box-area > div .recom-title br.pc {
		display: block;
	}
	#recommend-area .main-contents .flex-box-area > div .recom-text {
		padding: 1.75rem 0.5rem 1rem 0.5rem;
		font-size: 1.8rem;
	}
}

#special-area {
	margin-top: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #009fab;
	background-color: #fff;
	text-align: center;
	padding: 1.25rem;
}
#special-area h3 {
	position: relative;
	display: inline-block;
	height: 2.4rem;
	line-height: 2.4rem;
	padding: 0 1.6rem;
	background-color: #009fab;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 500;
	text-align: center;
	border-top: 2px solid #80cfd5;
	border-bottom: 2px solid #80cfd5;
	box-sizing: content-box;
	letter-spacing: 0.5rem;
	text-indent: 0.5rem;
}
#special-area h3::before,
#special-area h3::after {
	position: absolute;
	content: '';
	top: 0;
	width: 0;
	height: 0;
	border-color: transparent #fff;
	border-style: solid;
}
#special-area h3::before {
	left: 0;
	border-width: 1.2rem 0 1.2rem 1rem;
}
#special-area h3::after {
	right: 0;
	border-width: 1.2rem 1rem 1.2rem 0;
}
#special-area .lead {
	margin-top: 1.0rem;
	margin-bottom: 1.25rem;
	color: #009fab;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.75;
	text-align: center;
}
#special-area br.sp {
	display: block;
}
#special-area br.pc {
	display: none;
}
#special-area p {
	font-size: 1.0rem;
	font-weight: 400;
	line-height: 2;
	text-align: left;
}
#special-area dl {
	display: block;
	margin: 1rem auto 1.5rem;
}
#special-area dl dt {
	display: block;
	border: 1px solid #009fab;
	padding: 0.5rem 0.75rem;
	background-color: #009fab;
	color: #fff;
	text-align: center;
	border-radius: 0.5rem 0.5rem 0 0 ;
}
#special-area dl dd {
	display: block;
	border: 1px solid #009fab;
	padding: 0.5rem 0.75rem;
	text-align: left;
	border-radius: 0 0 0.5rem 0.5rem;
	color: #009fab;
	font-size: 1rem;
	font-weight: 500;
}
#special-area .flex-box-area > div {
	width: 100% !important;
	text-align: center;
}
#special-area .flex-box-area > div h4 {
	display: inline-block;
	font-size: 1.0rem;
	padding: 0 2.5rem;
	line-height: 2.2rem;
	color: #fff;
	font-weight: 500;
	border-radius: 1.1rem;
	margin-bottom: 0.75rem;
}
#special-area .flex-box-area > div:first-child h4 {
	background-color: #666;
}
#special-area .flex-box-area > div:last-child h4 {
	background-color: #009fab;
}
@media (min-width: 550px) {
	#special-area {
		margin-top: 2rem;
		padding: 1.5rem 1.75rem;
	}
	#special-area h3 {
		height: 2.8rem;
		line-height: 2.8rem;
		padding: 0 2rem;
		font-size: 1.2rem;
		letter-spacing: 0.75rem;
		text-indent: 0.75rem;
	}
	#special-area h3::before {
		border-width: 1.4rem 0 1.4rem 1rem;
	}
	#special-area h3::after {
		border-width: 1.4rem 1rem 1.4rem 0;
	}
	#special-area .lead {
		font-size: 1.8rem;
	}
	#special-area dl {
		display: table;
		margin: 1rem auto 2.5rem;
	}
	#special-area dl dt {
		display: table-cell;
		padding: 1rem 1rem;
		vertical-align: middle;
		border-radius: 0.5rem 0 0 0.5rem;
		white-space: nowrap;
	}
	#special-area dl dd {
		display: table-cell;
		padding: 1rem 1rem;
		border-radius: 0 0.5rem 0.5rem 0;
	}
}
@media (min-width: 769px) {
	#special-area {
		padding: 2.0rem 3rem;
	}
	#special-area h3 {
		height: 3.2rem;
		line-height: 3.2rem;
		padding: 0 2rem;
		font-size: 1.5rem;
		letter-spacing: 1rem;
		text-indent: 1rem;
	}
	#special-area h3::before {
		border-width: 1.6rem 0 1.6rem 1rem;
	}
	#special-area h3::after {
		border-width: 1.6rem 1rem 1.6rem 0;
	}
	#special-area .lead {
		margin-bottom: 1.5rem;
		font-size: 2.0rem;
	}
	#special-area br.sp {
		display: none;
	}
	#special-area br.pc {
		display: block;
	}
	#special-area p {
		text-align: center;
		font-size: 1.1rem;
	}
	#special-area .flex-box-area > div {
		width: 45% !important;
	}
	#special-area .flex-box-area > div h4 {
		font-size: 1.1rem;
		line-height: 2.4rem;
		border-radius: 1.2rem;
	}
}

#flow-area {
	background-color: #009fab;
}
#flow-area .page-title em {
	color: #fff;
}
#flow-area .page-title em::before {
	border-left: 2px solid #fff;
}
#flow-area .page-title em::after {
	border-left: 2px solid #fff;
}
#flow-area .page-title em small {
	color: #fff;
}
#flow-area .flow-list {
	position: relative;
	z-index: 1;
	height: 300px;
	padding-bottom: 5rem;
	overflow: hidden;
}
#flow-area .flow-list > li {
	position: relative;
}
#flow-area .flow-list > li::after {
	position: absolute;
	content: '';
	display: block;
	left: 50%;
	top: 0;
	height: 100%;
	border-left: 2px solid #fff;
	z-index: -1;
	transform: translateX(-50%);
}
#flow-area .flow-list > li:not(:first-child) {
	padding-top: 2.5rem;
}
#flow-area .flow-list > li:last-child::after {
	height: 50%;
}
#flow-area .flow-list > li .number {
	margin: 0 auto;
	width: 2.6rem;
	height: 2.6rem;
	background-color: #fff;
	text-align: center;
}
#flow-area .flow-list > li .number span {
	font-size: 1.5rem;
	font-weight: 100;
	line-height: 2.6rem;
	color: #009fab;
}
#flow-area .flow-list > li figure {
	width: 47.5%;
	margin: 1.25rem auto 0;
}
#flow-area .flow-list > li h3 {
	margin: 1.0rem auto 0;
	font-size: 1.25rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	background-color: #009fab;
}
#flow-area .flow-list > li p {
	padding: 0.25rem 0;
	font-size: 0.9rem;
	font-weight: 400;
	color: #fff;
	text-align: left;
	background-color: #009fab;
}
#flow-area .flow-list > li p .note {
	font-size: 0.8rem;
}
@media (min-width: 550px) {
	#flow-area .flow-list > li {
		position: relative;
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		padding-bottom: 3rem;
	}
	#flow-area .flow-list > li::after {
		border-left: none;
	}
	#flow-area .flow-list > li:not(:first-child) {
		padding-top: 0;
	}
	#flow-area .flow-list > li .number {
		position: absolute;
		top: 0;
		left: 30%;
	}
	#flow-area .flow-list > li .number {
		width: 5%;
		height: 2.5rem;
	}
	#flow-area .flow-list > li .number span {
		line-height: 2.5rem;
	}
	#flow-area .flow-list > li .flow-list-inner {
		width: 75%;
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 5%;
	}
	#flow-area .flow-list > li figure {
		width: 25%;
		height: auto;
		margin: 0;
	}
	#flow-area .flow-list > li h3 {
		margin-top: 0;
		padding-left: 10%;
		font-size: 1.4rem;
		text-align: left;
	}
	#flow-area .flow-list > li p {
		margin-top: 0.5rem;
		font-size: 1rem;
	}
}
@media (min-width: 769px) {
	#flow-area .flow-list {
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	#flow-area .flow-list > li {
		padding-bottom: 4rem;
	}
	#flow-area .flow-list > li:nth-child(even) {
		flex-direction: row-reverse;
	}
	#flow-area .flow-list > li::after {
		border-left: 2px solid #fff;
	}
	#flow-area .flow-list > li h3 {
		margin: 1rem auto 0;
		font-size: 1.6rem;
		padding: 0;
		text-align: center;
	}
	#flow-area .flow-list > li .flow-list-inner {
		width: 60%;
		padding: 3.0rem 3.5% 0;
	}
	#flow-area .flow-list > li .number {
		left: 50%;
		transform: translateX(-50%);
		width: 3rem;
		height: 3rem;
	}
	#flow-area .flow-list > li .number span {
		font-size: 1.6rem;
		line-height: 3rem;
	}
	#flow-area .flow-list > li figure {
		width: 20%;
		height: auto;
		margin: 0;
	}
	#flow-area .flow-list > li .link-btn {
		margin-top: 0;
	}
	#flow-area .flow-list > li p {
		margin-top: 0;
		padding: 0.5rem 0;
	}
}

#flow-area .read-more {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 300px;
	background: linear-gradient(
		180deg,
		rgb(0, 159, 171, 0) 20%,
		rgb(0, 159, 171, 1) 100%
		);
	transition: bottom 0.2s;
	z-index: 1;
}
#flow-area .read-more.active {
	background: none;
}
#flow-area .read-more li p {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: inline-block;
	width: 80%;
	max-width: 360px;
	color: #004150;
	text-decoration: none;
	line-height: 1;
	border: 2px solid #006373;
	border-radius: 5px;
	padding: 1rem 2.5rem;
	box-shadow: 5px 5px 0 #006373;
	font-size: 1.1rem;
	transition: 300ms;
	background-color: rgba(255, 255, 255, 1);
	cursor: pointer;
	transform: translateX(-50%);
}
#flow-area .read-more li p::after {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	right: 1.5rem;
	border-top: none;
	border-left: none;
	transform: translateY(-50%);
	font-family: "Font Awesome 5 Free";
	content: '\f067';
	font-size: 15px;
	font-weight: 400;
}
#flow-area .read-more.active li p::after {
	content: '\f068';
}
#flow-area .read-more li p:hover {
	background-color: rgba(217, 241, 242, 1);
}
@media (min-width: 550px) {
	#flow-area .read-more li p {
		padding: 1.25rem 2.5rem;
		font-size: 1.2rem;
	}
}
@media (min-width: 769px) {
	#flow-area .read-more li p {
		padding: 1.5rem 2.75rem;
		font-size: 1.4rem;
	}
}


#yoyaku-area {
	background-color: #f1f1f2;
}
#yoyaku-area .main-contents {
	max-width: 680px;
}
#yoyaku-area .banner {
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
}
#yoyaku-area .banner img {
	object-fit: cover;
	width: 100%;
	max-height: 150px;
}


#form-area {
	background-color: #f1f1f2;
}
#form-area .main-contents {
	max-width: 600px;
}
#form-area .banner {
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#form-area .banner img {
	display: block;
	margin-bottom: 0.5rem;
}
#form-area form dl {
	margin: 3.5rem auto 0;
}
#form-area form dl dt {
	color: #009fab;
	font-size: 1.0rem;
	font-weight: 700;
	margin-bottom: 0.25rem;
}
#form-area form dl dt small {
	padding-left: 0.5rem;
	color: #c00;
	font-size: 0.8rem;
	font-weight: 400;
}
#form-area form dl dd {
	font-size: 1.0rem;
	font-weight: 400;
	margin-bottom: 1.5rem;
	color: #004150;
}
#form-area form dl dd .err_text {
	font-size: 0.85rem;
	font-weight: 400;
	color: #c00;
	margin-top: 0.35rem;
}
#form-area form dl dd input[type="text"],
#form-area form dl dd input[type="email"],
#form-area form dl dd textarea {
	font-size: 1.0rem;
	font-weight: 400;
	padding: 0.5rem;
	border-radius: 5px;
	border: 1px solid #009fab;
}
#form-area form dl dd input[type="text"].error,
#form-area form dl dd input[type="email"].error,
#form-area form dl dd textarea.error {
	background-color: #ffeaea;
}
#form-area form dl dd input.w15 {
	width: 20%;
}
#form-area form dl dd input.w35 {
	width: 45%;
}
#form-area form dl dd input.w85 {
	width: 95%;
}
#form-area form dl dd textarea {
	width: 95%;
	height: 12em;
}
#form-area form dl dd input[type="radio"] {
	margin-right: 0.75rem;
}
#form-area form input[type=checkbox] {
	display: none;
}
#form-area form .accept-checkbox {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	padding: 5px 30px;
	position: relative;
	width: auto;
	font-size: 0.9rem;
	line-height: 1.5;
}
#form-area form .accept-checkbox::before {
	position: absolute;
	content: '';
	display: block;
	background: #fff;
	border: 1px solid #009fab;
	height: 18px;
	left: 5px;
	margin-top: -9px;
	top: 50%;
	width: 18px;
	border-radius: 2px;
}
#form-area form .accept-checkbox::after {
	position: absolute;
	content: '';
	display: block;
	border-right: 3px solid #009fab;;
	border-bottom: 3px solid #009fab;;
	height: 12px;
	left: 12px;
	margin-top: -9px;
	opacity: 0;
	top: 50%;
	transform: rotate(45deg);
	width: 5px;
}
#form-area form input[type=checkbox]:checked + .accept-checkbox::after {
	opacity: 1;
}
#form-area form .link-btn li input[type="submit"] {
	position: relative;
	display: inline-block;
	color: #009fab;
	text-decoration: none;
	line-height: 1;
	border: 2px solid #009fab;
	border-radius: 5px;
	padding: 1rem 2.5rem;
	box-shadow: 4px 4px 0 #009fab;
	font-size: 1.0rem;
	transition: 300ms;
	background-color: rgba(255, 255, 255, 1);
	cursor: pointer;
}
#form-area form .link-btn li input[type="submit"]::after {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	right: 0;
	width: 8px;
 	height: 8px;
	border-top: 2px solid #009fab;
	border-left: 2px solid #009fab;
	transform: translateY(-50%) translateX(-150%) rotate(135deg);
}
#form-area form .link-btn li input:hover {
	background-color: rgba(217, 241, 242, 1);
}
@media (min-width: 550px) {
	#form-area form dl {
		margin: 2.0rem auto 0;
	}
	#form-area form dl dt {
		font-size: 1.1rem;
		margin-bottom: 0.5rem;
	}
	#form-area form dl dt small {
		padding-left: 0.75rem;
		font-size: 0.9rem;
	}
	#form-area form dl dd {
		font-size: 1.1rem;
		margin-bottom: 1.75rem;
	}
	#form-area form dl dd input[type="text"],
	#form-area form dl dd input[type="email"] {
		font-size: 1.1rem;
		padding: 0.75rem;
	}
	#form-area form dl dd input.w15 {
		width: 15%;
	}
	#form-area form dl dd input.w35 {
		width: 35%;
	}
	#form-area form dl dd input.w85 {
		width: 85%;
	}
	#form-area form .link-btn li input[type="submit"][disabled] {
		box-shadow: 5px 5px 0 #aaa;
	}
	#form-area form .link-btn li input[type="submit"] {
		box-shadow: 5px 5px 0 #009fab;
		font-size: 1.1rem;
	}
}
@media (min-width: 769px) {
	#form-area form dl {
		margin: 2.5rem auto 0;
	}
	#form-area form dl dd {
		margin-bottom: 2.0rem;
	}
}

#form-area .send-mess {
	margin-top: 2.5rem;
	text-align: center;
	border: 2px solid #009fab;
	padding: 1.5rem;
}
#form-area .send-mess h3 {
	font-size: 2em;
	font-weight: 300;
	color: #009fab;
}
#form-area .send-mess p {
	margin: 1.5rem auto;
	font-size: 1.2em;
	font-weight: 300;
}

#faq-area {
	background-color: #fff;
	color: #5d5e6b;
}
#faq-area .main-contents {
	max-width: 860px;
}
#faq-area .main-contents .faq-navi {
	margin-bottom: 2.5rem;
}
#faq-area .main-contents .faq-navi li {
	margin-bottom: 0.5rem;
	font-size: 1.0em;
}
#faq-area .main-contents .toggle {
	display: none;
}
#faq-area .main-contents .accordion {
	margin-bottom: 2rem;
}
#faq-area .main-contents label {
	padding: 0.75rem 2.5rem 0.75rem 1.0rem;
	display: block;
	background-color: #f1f1f2;
	border-radius: 5px;
	color: #006373;
	font-size: 1.0rem;
	font-weight: 500;
}
#faq-area .main-contents label::before{
	position: absolute;
	content:"";
	width: 8px;
	height: 8px;
	border-top: 2px solid #006373;
	border-right: 2px solid #006373;
	top: 50%;
	right: 16px;
	transform: translateY(-50%) rotate(135deg);
}
#faq-area .main-contents label,
#faq-area .main-contents .content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
#faq-area .main-contents .content {
	height: 0;
	margin-bottom: 1.25rem;
	padding: 0 1.0rem;
	font-size: 1rem;
	line-height: 1.7;
	overflow: hidden;
}
#faq-area .main-contents .toggle:checked + label + .content {
	height: auto;
	padding: 1.0rem;
	transition: all .3s;
}
#faq-area .main-contents .toggle:checked + label::before {
	transform: rotate(-45deg) !important;
}
#faq-area .main-contents label span,
#faq-area .main-contents .content span {
	display: block;
	font-size: 1.3rem;
	font-weight: 300;
	margin-right: 0.75rem;
	color: #009fab;
	float: left;
}
#faq-area h3 {
	font-size: 1.4rem;
	font-weight: 300;
	color: #009fab;
	margin-bottom: 1.25rem;
	border-left: 5px solid #009fab;
	padding-left: 0.5rem;
	margin-top: 3.5rem;
}
#faq-area h3.mt0 {
	margin-top: 0;
}
@media (min-width: 550px) {
	#faq-area .main-contents .faq-navi {
		margin-bottom: 3rem;
		display: flex;
		justify-content: flex-start;
	}
	#faq-area .main-contents .faq-navi li {
		margin-right: 2rem;
		margin-bottom: 0;
		font-size: 1.2em;
	}
	#faq-area .main-contents .accordion {
		margin-bottom: 2.5rem;
	}
	#faq-area .main-contents label {
		padding: 1rem 1.5rem;
		font-size: 1.1rem;
	}
	#faq-area .main-contents label::before{
		width: 10px;
		height: 10px;
		right: 20px;
	}
	#faq-area .main-contents .content {
		margin-bottom: 1.5rem;
		padding: 0 1.5rem;
	}
	#faq-area .main-contents .toggle:checked + label + .content {
		padding: 1.5rem;
	}
	#faq-area .main-contents label span,
	#faq-area .main-contents .content span {
		display: inline;
		font-size: 2rem;
		float: none;
	}
	#faq-area h3 {
		font-size: 1.7rem;
		margin-bottom: 1.5rem;
		border-left: 7px solid #009fab;
		padding-left: 0.75rem;
		margin-top: 5rem;
	}
}
@media (min-width: 769px) {
	#faq-area .main-contents .faq-navi {
		margin-bottom: 4.5rem;
	}
	#faq-area .main-contents .faq-navi li {
		margin-right: 2.5rem;
	}
	#faq-area h3 {
		font-size: 1.8rem;
	}
}


#covid-area {
	background-color: #e6f6f7;
	color: #5d5e6b;
}
#covid-area .main-contents {
	border: 2px solid #009fab;
	padding: 1.25rem;
	background-color: #fff;
}
#covid-area .main-contents h2 {
	color: #009fab;
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
}
#covid-area .main-contents p {
	font-size: 1.0rem;
	font-weight: 300;
	margin: 1rem 0 0.5rem 0;
	text-align: left;
}
#covid-area .main-contents p br {
	display: none;
}
#covid-area .main-contents .flex-box-area {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}
#covid-area .main-contents .flex-box-area > div {
	width: 50%;
	text-align: center;
	margin-top: 1.25rem;
}
#covid-area .main-contents .flex-box-area figure img {
	display: block;
	width: 75%;
	margin: 0 auto;
}
#covid-area .main-contents .flex-box-area figure figcaption {
	font-size: 1rem;
	color: #009fab;
	margin-top: 0.75rem;
	line-height: 1.5;
}
@media (min-width: 550px) {
	#covid-area .main-contents {
		padding: 1.5rem;
	}
	#covid-area .main-contents h2 {
		font-size: 1.5rem;
	}
	#covid-area .main-contents h2 .sp {
		display: none;
	}
	#covid-area .main-contents p {
		font-size: 1.0rem;
		margin: 1.25rem 0 0.5rem 0;
		text-align: center;
		line-height: 2;
	}
	#covid-area .main-contents p br {
		display: block;
	}
	#covid-area .main-contents .flex-box-area > div {
		width: calc(100% / 3);
	}
	#covid-area .main-contents .flex-box-area figure img {
		width: 65%;
	}
}
@media (min-width: 769px) {
	#covid-area .main-contents {
		padding: 2.5rem;
	}
	#covid-area .main-contents h2 {
		font-size: 2.0rem;
	}
	#covid-area .main-contents p {
		font-size: 1.1rem;
		margin: 1.5rem 0 0.5rem 0;
	}
	#covid-area .main-contents .flex-box-area > div {
		width: 20%;
		margin-top: 2rem;
	}
	#covid-area .main-contents .flex-box-area figure img {
		width: 75%;
	}
	#covid-area .main-contents .flex-box-area figure figcaption {
		font-size: 1.1rem;
		margin-top: 1rem;
	}
}

#shop-area {
	background-color: #fff;
}
#shop-area .flex-box-area {
	margin-top: 2.5rem;
}
#shop-area .main-contents .shop-navi {
	display: none;
	justify-content: space-between;
	flex-wrap: wrap;
}
#shop-area .main-contents .shop-navi li {
	margin-bottom: 0.5rem;
	font-size: 1.0em;
	text-align: center;
	width: 50%;
}
#shop-area .flex-box-area > div {
	width: 100%;
	min-height: 240px;
}
#shop-area .flex-box-area > div figure {
	padding: 0 20%;
}
#shop-area .flex-box-area > div figure img {
	display: block;
	border-radius: 50%;
	overflow: hidden;
}
#shop-area .flex-box-area > div dl {
	margin-top: 1.5rem;
	text-align: center;
}
#shop-area .flex-box-area > div dl dt {
	font-size: 1.4rem;
	font-weight: 300;
}
#shop-area .flex-box-area > div dl dd {
	font-size: 1.0rem;
	font-weight: 300;
}
#shop-area .flex-box-area > div dl dd a {
	font-size: 1.2rem;
}
#shop-area .flex-box-area > div .btn {
	text-align: center;
}
#shop-area .flex-box-area > div .btn a {
	display: inline-block;
	width: 90%;
	margin-top: 1rem;
	background-color: #009fab;
	border-radius: 1.8rem;
	padding: 0 2.0rem;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 3.6rem;
	transition: 300ms;
}
#shop-area .flex-box-area > div .btn a i {
	font-size: 1.6rem;
	padding-right: 0.5rem;
}
#shop-area .flex-box-area > div .btn a:hover {
	background-color: #006373;
}
#shop-area .flex-box-area > div .map {
	position: relative;
	margin-top: 2rem;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
#shop-area .flex-box-area > div .map iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
@media (min-width: 550px) {
	#shop-area .flex-box-area {
		margin-top: 3.5rem;
	}
	#shop-area .main-contents .shop-navi li {
		margin-bottom: 0.75rem;
		font-size: 1.2em;
		width: calc(100% / 3);
	}
	#shop-area .flex-box-area > div figure {
		padding: 0 35%;
	}
	#shop-area .flex-box-area > div .map {
		padding-bottom: 56.25%;
	}
}
@media (min-width: 769px) {
	#shop-area .flex-box-area {
		margin-top: 5rem;
	}
	#shop-area .flex-box-area > div:first-child {
		width: 27.5%;
		min-width: 320px;
	}
	#shop-area .flex-box-area > div:last-child {
		width: 70%;
	}
	#shop-area .flex-box-area > div figure {
		padding: 0 10%;
	}
	#shop-area .flex-box-area > div dl {
		margin-top: 2rem;
	}
	#shop-area .flex-box-area > div dl dt {
		font-size: 1.5rem;
	}
	#shop-area .flex-box-area > div .btn a {
		padding: 0 2.5rem;
	}
	#shop-area .flex-box-area > div .btn a i {
		font-size: 1.6rem;
		padding-right: 0.5rem;
	}
	#shop-area .flex-box-area > div .map {
		margin-top: 0;
	}
}

#equipment-area {
	position: relative;
	background-color: #fff;
}
#equipment-area .equipment-mv {
	position: relative;
	width: 100%;
	height: 125vw;
	min-height: 440px;
}
#equipment-area .equipment-mv .fig1 {
	position: absolute;
	top: 50vw;
	right: 0;
	width: 40vw;
	z-index: 1;
}
#equipment-area .equipment-mv .equipment-mv-lead h2 {
	position: absolute;
	width: 100%;
	margin: 0 auto;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
#equipment-area .equipment-mv .equipment-mv-lead h2 em {
	position: relative;
	display: block;
	color: #009fab;
	padding: 0.75rem 1.5rem;
	font-family: 'Noto Serif JP', serif;
	font-size: calc(80vw/16);
	font-weight: 600;
	white-space: nowrap;
}
#equipment-area .equipment-mv .equipment-mv-lead h2 em::before,
#equipment-area .equipment-mv .equipment-mv-lead h2 em::after {
	position: absolute;
	content: '';
	top: 0;
	width: 10px;
	height: 100%;
	border-top: 1px solid #009fab;
	border-bottom: 1px solid #009fab;
}
#equipment-area .equipment-mv .equipment-mv-lead h2 em::before {
	left: 0;
	border-left: 1px solid #009fab;
}
#equipment-area .equipment-mv .equipment-mv-lead h2 em::after {
	right: 0;
	border-right: 1px solid #009fab;
}
#equipment-area .equipment-mv .equipment-mv-lead h3 {
	position: absolute;
	top: 37.5vw;
	left: 50%;
	width: 100%;
	font-size: calc(40vw/10);
	white-space: nowrap;
	background-color: #009fab;
	color: #fff;
	transform: translateX(-50%);
	line-height: 2;
	z-index: 3;
}
#equipment-area .equipment-mv .equipment-mv-lead ul {
	position: absolute;
	top: 55vw;
	left: 0;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-direction: column;
	width: 50%;
	z-index: 4;
}
#equipment-area .equipment-mv .equipment-mv-lead ul > li {
	border: 1px solid #009fab;
	width: 100%;
	font-size: 0.9rem;
	line-height: 1.4;
	text-align: center;
	color: #009fab;
	border-radius: 0.35rem;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.85);
	margin-bottom: 0.5rem;
	padding: 0.5rem 0.35rem;
}
#equipment-area .equipment-mv .equipment-mv-lead ul > li br {
	display: none;
}
#equipment-area .equipment-mv .equipment-mv-lead ul > li span::before {
	content: '・';
}
#equipment-area .equipment-mv .equipment-mv-lead .logo {
	position: absolute;
	bottom: 0;
	width: 40vw;
}
@media (min-width: 550px) {
	#equipment-area .equipment-mv {
		height: 57.5vw;
		min-height: 57.5vw;
	}
	#equipment-area .equipment-mv .fig1 {
		position: absolute;
		top: -10vw;
		right: -2.5vw;
		width: 35vw;
	}
	#equipment-area .equipment-mv .equipment-mv-lead {
		position: absolute;
		left: 0;
		bottom: 1.5rem;
		width: 52.5vw;
		margin: 0;
	}
	#equipment-area .equipment-mv .equipment-mv-lead h2 {
		position: static;
		width: auto;
		transform: translateX(0%);
	}
	#equipment-area .equipment-mv .equipment-mv-lead h2 em {
		display: inline-block;
		font-size: calc(60vw/20);
		padding: 0.75rem 2rem;
	}
	#equipment-area .equipment-mv .equipment-mv-lead h3 {
		position: static;
		width: 100%;
		font-size: calc(25vw/10);
		margin: 1.5rem auto 2rem;
		padding: 0 2rem;
		transform: translateX(0);
	}
	#equipment-area .equipment-mv .equipment-mv-lead ul {
		position: static;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		flex-direction: row;
		z-index: 4;
	}
	#equipment-area .equipment-mv .equipment-mv-lead ul > li {
		width: 48%;
		font-size: 1.0rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		padding: 0.75rem 0;
	}
	#equipment-area .equipment-mv .equipment-mv-lead .logo {
		position: static;
		width: 25vw;
		margin: 1.5rem auto 0;
	}
}
@media (min-width: 1025px) {
	#equipment-area .equipment-mv {
		height: 480px;
		min-height: 480px;
	}
	#equipment-area .equipment-mv .fig1 {
		right: 70px;
		top: auto;
		bottom: 0;
		width: 300px;
	}
	#equipment-area .equipment-mv .equipment-mv-lead {
		width: calc(100% - 350px);
		margin: 0 auto 0 0;
		text-align: center;
	}
	#equipment-area .equipment-mv .equipment-mv-lead h2 em {
		font-size: 2rem;
		padding: 0.75rem 2.5rem;
	}
	#equipment-area .equipment-mv .equipment-mv-lead h2 em .tb {
		display: none;
	}
	#equipment-area .equipment-mv .equipment-mv-lead h2 em::before,
	#equipment-area .equipment-mv .equipment-mv-lead h2 em::after {
		width: 15px;
	}
	#equipment-area .equipment-mv .equipment-mv-lead h3 {
		display: inline-block;
		width: auto;
		font-size: 1.3rem;
		margin: 2rem auto 2.5rem;
		padding: 0 5rem;
	}
	#equipment-area .equipment-mv .equipment-mv-lead ul {
		justify-content: center;
	}
	#equipment-area .equipment-mv .equipment-mv-lead ul > li {
		width: 120px;
		height: 120px;
		font-size: 1.1rem;
		border-radius: 50%;
		display: flex;
		align-items: center;
		text-align: center;
		justify-content: center;
		flex-direction: column;
		margin: 0 0.5rem;
	}
	#equipment-area .equipment-mv .equipment-mv-lead ul > li span::before {
		content: none;
	}
	#equipment-area .equipment-mv .equipment-mv-lead .logo {
		margin-top: 2rem;
		width: 15rem;
	}
}

#equipment-area2 {
	background-color: #009fab;
}
#equipment-area2 .page-title em {
	color: #fff;
	font-size: calc(85vw / 14);
	line-height: 1.5;
	font-weight: 500;
}
#equipment-area2 .page-title em::before {
	border-left: 2px solid #fff;
	height: 80px;
	top: auto;
	bottom: 0;
}
#equipment-area2 .page-title em::after {
	border-left: 2px solid #fff;
	height: 80px;
	top: auto;
	bottom: 0;
}
#equipment-area2 .flex-box-area.head {
	display: block;
	color: #fff;
	margin-top: 2.5rem;
	text-align: center;
}
#equipment-area2 .flex-box-area.head h3 {
	font-size: 4.5vw;
	margin-bottom: 1rem;
	text-align: center;
}
#equipment-area2 .flex-box-area.head p {
	font-size: 1.0rem;
	text-align: left;
}
#equipment-area2 .flex-box-area.head figure {
	width: 50%;
	margin: 1.5rem auto;
}
#equipment-area2 .flex-box-area.head figure img {
	border-radius: 50%;
}
#equipment-area2 .flex-box-area.head dl.name {
	margin-bottom: 1rem;
	font-size: 0.9rem;
	font-weight: 500;
	text-align: center;
}
#equipment-area2 .flex-box-area.head dl.name dd em {
	font-size: 1.2rem;
}
#equipment-area2 .flex-box-area.head dl.info {
	font-size: 0.85rem;
	display: inline-block;
}
#equipment-area2 .flex-box-area.head dl.info dt {
	font-weight: 500;
	text-align: left;
}
#equipment-area2 .flex-box-area.head dl.info dd {
	text-align: left;
}
#equipment-area2 .flex-box-area.foot {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-direction: column;
	color: #fff;
	margin-top: 1rem;
}
#equipment-area2 .flex-box-area.foot > div {
	border: 1px solid #fff;
	border-radius: 0.5rem;
	padding: 1rem 1rem;
	margin-top: 1rem;
}
#equipment-area2 .flex-box-area.foot > div i {
	display: block;
	font-size: 40px;
	text-align: center;
	margin-bottom: 1rem;
}
#equipment-area2 .flex-box-area.foot > div h3 {
	font-size: 1.2rem;
}
#equipment-area2 .flex-box-area.foot > div h3 br {
	display: none;
}
#equipment-area2 .flex-box-area.foot > div p {
	margin-top: 0.5rem;
	font-size: 0.95rem;
}
@media (min-width: 550px) {
	#equipment-area2 .page-title em {
		font-size: 4.5vw;
	}
	#equipment-area2 .page-title em .sp {
		/*display: none;*/
	}
	#equipment-area2 .flex-box-area.head {
		margin-top: 3rem;
		display: flex;
		justify-content: center;
		text-align: left;
	}
	#equipment-area2 .flex-box-area.head > div:nth-child(1) {
		width: 100%;
	}
	#equipment-area2 .flex-box-area.head > div:nth-child(2) {
		width: 50%;
	}
	#equipment-area2 .flex-box-area.head > div:nth-child(3) {
		width: 50%;
	}
	#equipment-area2 .flex-box-area.head h3 {
		font-size: 3.25vw;
		margin-bottom: 1rem;
		text-align: center;
	}
	#equipment-area2 .flex-box-area.head p {
		font-size: 1.1rem;
		margin-bottom: 2rem;
	}
	#equipment-area2 .flex-box-area.head figure {
		width: 65%;
		margin: 0 auto;
	}
	#equipment-area2 .flex-box-area.head dl.name {
		font-size: 1rem;
		text-align: left;
	}
	#equipment-area2 .flex-box-area.head dl.info {
		font-size: 0.9rem;
	}
	#equipment-area2 .flex-box-area.foot {
		flex-direction: row;
		align-items: stretch;
		margin-top: 2.5rem;
	}
	#equipment-area2 .flex-box-area.foot > div {
		width: 31%;
		height: auto;
		padding: 1.5rem 1rem 1rem;
		margin-top: 0;
		display: flex;
		flex-direction: column;
	}
	#equipment-area2 .flex-box-area.foot > div i {
		font-size: 45px;
	}
	#equipment-area2 .flex-box-area.head h3 {
		font-size: 3.5vw;
	}
	#equipment-area2 .flex-box-area.foot > div h3 br {
		display: block;
	}
	#equipment-area2 .flex-box-area.foot > div p {
		margin-top: 0.75rem;
		font-size: 1rem;
	}
}
@media (min-width: 1025px) {
	#equipment-area2 .page-title em {
		font-size: 36px;
	}
	#equipment-area2 .flex-box-area.head {
		color: #fff;
		margin-top: 3.5rem;
		justify-content: space-between;
	}
	#equipment-area2 .flex-box-area.head > div:nth-child(1) {
		width: 35%;
	}
	#equipment-area2 .flex-box-area.head > div:nth-child(2) {
		width: 22.5%;
	}
	#equipment-area2 .flex-box-area.head > div:nth-child(3) {
		width: 35%;
	}
	#equipment-area2 .flex-box-area.head h3 {
		font-size: 1.5rem;
		text-align: left;
	}
	#equipment-area2 .flex-box-area.head p {
		font-size: 1.1rem;
	}
	#equipment-area2 .flex-box-area.head figure {
		width: 75%;
		margin: 0 auto;
	}
	#equipment-area2 .flex-box-area.head dl.name dd em {
		font-size: 1.5rem;
	}
	#equipment-area2 .flex-box-area.head dl.info {
		font-size: 1rem;
	}
	#equipment-area2 .flex-box-area.foot > div {
		width: 30%;
		padding: 1.75rem 1.25rem 1.25rem;
		border: 2px solid #fff;
	}
	#equipment-area2 .flex-box-area.foot > div i {
		font-size: 50px;
	}
	#equipment-area2 .flex-box-area.foot > div p {
		margin-top: 0.5rem;
	}
}

#equipment-area3 {
	background: #fff url( "/asset/images/equipment_img1.jpg?2022" ) top left no-repeat;
	background-size: 100% auto;
}
#equipment-area3 .page-title em {
	font-size: calc(85vw / 14);
	line-height: 1.5;
	font-weight: 500;
}
#equipment-area3 .page-title em::before {
	height: 80px;
}
#equipment-area3 .page-title em::after {
	height: 80px;
}
#equipment-area3 .equipment-area3-head {
	text-align: center;
}
#equipment-area3 .flex-box-area {
	margin-top: 2.5rem;
}
#equipment-area3 .equipment-area3-head h3 {
	text-align: center;
	font-size: 4.5vw;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	color: #666;;
	margin-bottom: 1.5rem;
}
#equipment-area3 .equipment-area3-head h3 strong {
	font-size: inherit;
	font-weight: bolder;
	line-height: inherit;
	background: -moz-linear-gradient(top, transparent 60%, #ffff99 40%);
	background: -webkit-linear-gradient(top, transparent 60%, #ffff99 40%);
	background: linear-gradient(to bottom, transparent 60%, #ffff99 40%);
}
#equipment-area3 .equipment-area3-head h4 {
	text-align: center;
	color: #009fab;
	margin-bottom: 1rem;
	font-size: 1rem;
}
#equipment-area3 .equipment-area3-head p {
	font-size: 0.95rem;
	line-height: 1.75;
	text-align: left;
	margin-bottom: 1rem;
}
@media (min-width: 550px) {
	#equipment-area3 .page-title em {
		font-size: 4.5vw;
	}
	#equipment-area3 .flex-box-area {
		margin-top: 3rem;
		flex-direction: row;
	}
	#equipment-area3 .equipment-area3-head h3 {
		font-size: 3.5vw;
	}
	#equipment-area3 .equipment-area3-head h4 {
		font-size: 1.2rem;
	}
	#equipment-area3 .equipment-area3-head p {
		font-size: 1rem;
		margin-bottom: 1.5rem;
	}
	#equipment-area3 .flex-box-area > div:nth-child(2) {
		width: 100%;
	}
	#equipment-area3 .flex-box-area figure {
		width: 60%;
		margin: 0 auto;
	}
}
@media (min-width: 1025px) {
	#equipment-area3 {
		background-size: 880px 470px;
	}
	#equipment-area3 .page-title em {
		font-size: 36px;
	}
	#equipment-area3 .flex-box-area {
		margin-top: 3.5rem;
	}
	#equipment-area3 .flex-box-area > div:nth-child(1) {
		width: 57.5%;
	}
	#equipment-area3 .flex-box-area > div:nth-child(2) {
		width: 37.5%;
	}
	#equipment-area3 .equipment-area3-head h3 {
		font-size: 2rem;
		margin-top: 1.5rem;
		margin-bottom: 2rem;
		text-align: left;
	}
	#equipment-area3 .equipment-area3-head h4 {
		font-size: 1.5rem;
		text-align: left;
	}
	#equipment-area3 .equipment-area3-head p {
		font-size: 1.1rem;
		line-height: 2;
	}
	#equipment-area3 .flex-box-area figure {
		width: 100%;
	}
}

#equipment-area4.wrap {
	background-color: #e6f6f7;
	margin: 0;
	padding: 0;
}
#equipment-area4.wrap .wrapInner {
	margin: 0;
	padding: 0;
}
#equipment-area4.wrap .wrapInner .main-contents {
	width: 100%;
}
@media (min-width: 1025px) {
	#equipment-area4.wrap {
		background-color: #e6f6f7;
	}
	#equipment-area4.wrap .wrapInner {
		padding-top: 4.0rem;
		padding-bottom: 4.0rem;
	}
	#equipment-area4.wrap .main-contents {
		max-width: 1200px;
		width: 95%;
	}
	#equipment-area4 .main-contents figure {
		max-width: 840px;
		margin-left: auto;
		margin-right: auto;
	}
}

#equipment-area5.wrap {
	background-color: #e6f6f7;
}
#equipment-area5 .page-title em {
	font-size: calc(85vw / 16);
	line-height: 1.5;
	font-weight: 500;
	padding: 0 0;
}
#equipment-area5 .page-title em::before {
	display: none;
}
#equipment-area5 .page-title em::after {
	display: none;
}
#equipment-area5 .equipment-area5-head h3 {
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	margin-top: 1rem;
	margin-bottom: 1.5rem;
	font-size: 1.3rem;
}
#equipment-area5 .equipment-area5-head h4 {
	text-align: center;
	margin-top: 1rem;
	color: #009fab;
	font-weight: 700;
	font-size: 1.1rem;
}
#equipment-area5 .equipment-area5-head p {
	text-align: center;
	margin-top: 2rem;
}
@media (min-width: 550px) {
	#equipment-area5 .page-title em {
		font-size: 4.5vw;
		padding: 0 3.0rem;
	}
	#equipment-area5 .page-title em::before {
		display: block;
		height: 80px;
	}
	#equipment-area5 .page-title em::after {
		display: block;
		height: 80px;
	}
	#equipment-area5 .equipment-area5-head h3 {
		margin-top: 1.5rem;
		margin-bottom: 2rem;
		font-size: 1.5rem;
	}
	#equipment-area5 .equipment-area5-head figure {
		width: 75%;
		margin-left: auto;
		margin-right: auto;
	}
	#equipment-area5 .equipment-area5-head h4 {
		font-size: 1.4rem;
	}
}
@media (min-width: 1025px) {
	#equipment-area5.wrap {
		background-color: #fff;
	}
	#equipment-area5 .page-title em {
		font-size: 34px;
		padding: 0 3.5rem;
	}
	#equipment-area5 .page-title em .sp {
		display: none;
	}
	#equipment-area5 .equipment-area5-head h3 {
		font-size: 1.8rem;
	}
	#equipment-area5 .equipment-area5-head figure {
		width: 50%;
	}
	#equipment-area5 .equipment-area5-head h4 {
		font-size: 1.5rem;
	}
}

#company-area {
	background-color: #fff;
}
#company-area .page-title em {
	font-size: 30px;
}
#company-area table {
	width: 100%;
	font-size: 0.9rem;
	font-weight: 300;
	color: #333;
	border-collapse: collapse;
	margin-top: 2.5rem;
}
#company-area table th,
#company-area table td {
	padding: 0.75rem 0;
	border-bottom: 1px solid #ccc;
}
#company-area table th {
	width: auto;
	font-weight: 400;
	color: #009fab;
	white-space: nowrap;
}
#company-area table td {
	width: auto;
	padding-left: 0.75rem;
}
#company-area .terms-area,
#company-area .privacy-area {
	margin-top: 3rem;
}
#company-area h3 {
	font-size: 1.1rem;
	font-weight: 500;
	color: #009fab;
	margin-bottom: 0.75rem;
}
#company-area h4 {
	font-size: 1.0rem;
	font-weight: 500;
	color: #333;
	margin-top: 1.5rem;
	margin-bottom: 0.5rem;
}
#company-area p {
	font-size: 0.9rem !important;
	font-weight: 300;
	color: #333;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
#company-area dl {
	font-size: 0.9rem;
	font-weight: 300;
	color: #333;
	margin-bottom: 2.5rem;
}
#company-area dl dt {
	font-weight: 400;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
#company-area dl dd {
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}
#company-area ul {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	margin-left: 1.5rem;
	list-style-type: disc;
	font-size: 0.9rem;
	font-weight: 300;
	color: #333;
}
#company-area ul > li {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
	list-style-type: disc;
}
#company-area ol {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	margin-left: 1.5rem;
	list-style-type: decimal;
	font-size: 0.9rem;
	font-weight: 300;
	color: #333;
}
#company-area ol > li {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	list-style-type: decimal;
}
@media (min-width: 550px) {
	#company-area .page-title em {
		font-size: 42px;
	}
	#company-area table {
		font-size: 1.0rem;
		margin-top: 3.5rem;
	}
	#company-area table th,
	#company-area table td {
		padding: 1rem;
	}
	#company-area table th {
		width: 20%;
	}
	#company-area table td {
		width: 80%;
	}
	#company-area .terms-area,
	#company-area .privacy-area {
		margin-top: 4rem;
	}
	#company-area h3 {
		font-size: 1.4rem;
		margin-top: 4rem;
	}
	#company-area h4 {
		font-size: 1.2rem;
	}
	#company-area p {
		font-size: 1rem !important;
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
	#company-area dl {
		font-size: 1rem;
		margin-bottom: 3.5rem;
	}
	#company-area dl dt {
		margin-top: 1.5rem;
		margin-bottom: 0.75rem;
	}
	#company-area ul {
		font-size: 1rem;
	}
	#company-area ol {
		font-size: 1rem;
	}
}
@media (min-width: 769px) {
	#company-area .page-title em {
		font-size: 46px;
	}
	#company-area table {
		width: 75%;
		margin-top: 5rem;
		margin-left: auto;
		margin-right: auto;
		font-size: 1.1rem;
	}
	#company-area .terms-area,
	#company-area .privacy-area {
		width: 75%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 5rem;
	}
	#company-area h3 {
		font-size: 1.5rem;
		margin-top: 5rem;
	}
	#company-area h4 {
		font-size: 1.3rem;
	}
	#company-area dl dt {
		margin-top: 2rem;
		margin-bottom: 1rem;
	}
	#company-area ul > li {
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	}
	#company-area ol > li {
		margin-top: 0.75rem;
		margin-bottom: 0.75rem;
	}
}

/* -----------------------------------------------------------------
footer Module
----------------------------------------------------------------- */
footer {
	position: static;
	background-color: #f1f1f2;
	color: #000;
	padding: 2.5rem 0;
}
footer .flex-box-area {
	align-items: center;
}
footer .footer-navigation {
	width: auto;
	text-align: left;
	padding: 0 2.5rem;
}
footer .footer-navigation ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
footer .footer-navigation ul li {
	padding: 0 1.0rem;
	font-size: 16px;
	line-height: 1;
}
footer .footer-navigation ul li:not(:last-child) {
	border-right: 1px solid #000;
}
footer .footer-sns {
	width: auto;
	text-align: left;
}
footer .footer-sns ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
footer .footer-sns ul li {
	padding: 0 0.35rem;
}
footer .footer-sns ul li a {
	display: block;
	text-align: center;
	width: 42px;
	height: 42px;
	background-color: #009fab;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	line-height: 42px;
}
footer .copyright {
	padding: 2rem 0 0;
	font-size: 15px;
	text-align: center;
	color: #666;
}
@media screen and (max-width: 768px) {
	footer {
		padding: 2.0rem 0;
	}
	footer .footer-navigation {
		width: auto;
		text-align: center;
		padding: 0 0;
		margin: 0 auto;
	}
	footer .footer-navigation ul {
		justify-content: center;
	}
	footer .footer-sns {
		margin-top: 2rem;
		width: 100%;
		text-align: center;
	}
	footer .footer-sns ul {
		justify-content: center;
	}
	footer .footer-sns ul li a {
		width: 40px;
		height: 40px;
		font-size: 18px;
		line-height: 40px;
	}
	footer .copyright {
		padding: 1.5rem 0 0;
		font-size: 13px;
	}
}
@media screen and (max-width: 550px) {
	footer {
		padding: 1.0rem 0 2.5rem;
	}
	footer .flex-box-area {
		display: block;
	}
	footer .footer-navigation {
		width: auto;
		text-align: center;
		padding: 0 0;
	}
	footer .footer-navigation ul {
		justify-content: center;
		flex-wrap: wrap;
	}
	footer .footer-navigation ul li {
		padding: 0 0;
		font-size: 16px;
		width: 100%;
	}
	footer .footer-navigation ul li {
		border-right: none !important;
	}
	footer .footer-navigation ul li a {
		display: block;
		padding: 0.75rem 0;
	}
	footer .footer-sns {
		margin-top: 1.5rem;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	footer .footer-sns ul {
		justify-content: space-around;
	}
	footer .footer-sns ul li {
		padding: 0 0;
		border: none;
	}
	footer .footer-sns ul li a {
		width: calc(100% / 3);
		height: auto;
		background: none;
		border: none;
		color: #999;
		font-size: 24px;
		line-height: 1;
	}
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99;
}
#page-top a {
	display: block;
	background-color: rgba(0, 159, 171, 0.75);
	text-decoration: none;
	color: #fff;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 24px;
	line-height: 50px;
	opacity: 0.9;
	transition: all .3s ease;
}
#page-top a:hover {
	text-decoration: none;
	opacity: .5;
}
@media screen and (max-width: 768px) {
	#page-top {
		bottom: 18px;
		right: 18px;
	}
	#page-top a {
		width: 46px;
		height: 46px;
		font-size: 22px;
		line-height: 46px;
	}
}

.remodal {
	max-width: 900px;
	max-height: 75vh;
	max-height: 75dvh;
	overflow-y: scroll !important;
	padding: 1rem;
}
.remodal .remodal-inner {
	width: 100%;
	height: auto;
	text-align: left;
}
.remodal h1 {
	font-size: 1.5rem;
	font-weight: 700;
	color: #009fab;
	margin-bottom: 1.0rem;
}
.remodal h2 {
	font-size: 1.1rem;
	font-weight: 500;
	color: #009fab;
	margin-top: 1.0rem;
	margin-bottom: 0.75rem;
}
.remodal h3 {
	font-size: 1.0rem;
	font-weight: 500;
	color: #333;
	margin-top: 1.0rem;
	margin-bottom: 0.5rem;
}
.remodal .remodal-inner p {
	font-size: 0.9rem !important;
	font-weight: 300;
	color: #333;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.remodal .remodal-inner dl {
	font-size: 0.9rem;
	font-weight: 300;
	color: #333;
	margin-bottom: 2.5rem;
}
.remodal .remodal-inner dl dt {
	font-weight: 400;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.remodal .remodal-inner dl dd {
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}
.remodal .remodal-inner ul {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	margin-left: 1.5rem;
	list-style-type: disc;
	font-size: 0.9rem;
	font-weight: 300;
	color: #333;
}
.remodal .remodal-inner ul > li {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
	list-style-type: disc;
}
.remodal .remodal-inner ol {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	margin-left: 1.5rem;
	list-style-type: decimal;
	font-size: 0.9rem;
	font-weight: 300;
	color: #333;
}
.remodal .remodal-inner ol > li {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	list-style-type: decimal;
}

.remodal table {
	width: 100%;
	font-size: 0.9rem;
	font-weight: 300;
	color: #333;
	border-collapse:  collapse;
	margin-top: 1rem;
	margin-bottom: 2rem;
}
.remodal table th,
.remodal table td {
	padding: 0.75rem 0;
	border-bottom: 1px solid #ccc;
}
.remodal table th {
	width: auto;
	font-weight: 400;
	color: #009fab;
	white-space: nowrap;
}
.remodal table td {
	width: auto;
	padding-left: 0.75rem;
}
@media (min-width: 550px) {
	.remodal {
		padding: 1.5rem;
	}
	.remodal h1 {
		font-size: 1.75rem;
	}
	.remodal h2 {
		font-size: 1.3rem;
	}
	.remodal table {
		font-size: 1.0rem;
		margin-top: 1rem;
		margin-bottom: 2rem;
	}
	.remodal table th,
	.remodal table td {
		padding: 0.75rem;
	}
	.remodal table th {
		width: 20%;
	}
	.remodal table td {
		width: 80%;
	}
}
@media (min-width: 769px) {

}
