@charset "UTF-8";
html {
	font-size: 62.5%;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

img {
	vertical-align: bottom;
}

.fnt-orge {
	color: #f2a44c;
}

.fnt-egre {
	color: #00b6bc;
}

.fnt-red {
	color: red;
}

.fnt-ctn {
	color: #f47028;
}

/* .fnt-alert {color: #f35523;} */

.fnt-b {
	font-weight: bold;
}

/* フォントサイズ */

.fz-L2 {
	font-size: 1.2rem;
}
.fz-L3 {
	font-size: 1.4rem;
}
.fz-L4 {
	font-size: 1.6rem;
}

body {
	font-family: 'ヒラギノ角ゴ ProN', 'メイリオ', sans-serif;
	line-height: 1.8;
	color: #555;
	background: url(../images/footer-bg.png) left bottom repeat-x;
	word-break:break-all;
}

@media (min-width: 769px) {
	body {line-height: 1.6;}
}

.link-txt {
	font-size: 1.6rem;
}

@media (min-width: 769px) {
	.link-txt {
		font-size: 14px;
	}
}

.link-txt::before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../images/ico-arr-link.svg) left center/contain no-repeat;
	margin-right: 2px;
}

.link-txt.zoom::before {
	width: 19px;
	height: 19px;
	background: url(../images/ico-zoom.svg) left center/contain no-repeat;
	transform: translateY(4px);
}

/* ページ内リンク箇所 */
.col-std#link-sub-1,
.col-std#link-sub-2 {
	padding: 90px 0 60px;
}

.mv-pc {
	display: none;
}

/* 改行 */

@media (max-width: 480px) {
	.sp-br {
		display: block;
	}
	.pc-br {
		display: none;
	}
}

@media (min-width: 481px) {
	.sp-br {
		display: none;
	}
	.pc-br {
		display: block;
	}
}

@media (min-width: 482px) and (max-width: 768px) {
	/* .sp-br {display: none;} */
	.pc-br {
		display: none;
	}
}

a {
	color: #1091d4;
	text-decoration: none;
}

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

.fx-sb {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/* ボタン */

.btn-def {
	width: 60%;
	min-width: 260px;
	margin: 0 auto;
}

@media (min-width: 481px) and (max-width: 768px) {
	.btn-def {
		width: 50%;
	}
}

@media (min-width: 769px) {
	.btn-def {
		max-width: 420px;
	}
}

.btn-def a {
	display: block;
	border-radius: 60px;
	background-color: #fff;
	border: 1px solid #1091d4;
	font-size: 1.6rem;
	position: relative;
	padding: 0.8rem 0;
	text-align: center;
	box-shadow: 0px 2px 1px #7bc0e3;
	transition: 0.3s;
	font-family: 'Kosugi Maru', sans-serif;
}

@media (min-width: 769px) {
	.btn-def a {
		font-size: 20px;
	}
	.btn-def a:hover {
		background-color: #1091d4;
		color: white;
	}
	.btn-def a:hover::after {
		content: url(../images/ico-btnArr-ov.svg);
	}
}

.btn-def a::after {
	content: url(../images/ico-btnArr.svg);
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: translateY(-50%) scale(0.7);
}

/* 白背景カラム */

.col-bgWhite {
	background: #ffffff;
	border-radius: 12px;
	padding: 30px 3vw 20px;
}

@media (min-width: 769px) {
	.col-bgWhite {
		padding: 30px;
	}
}

/* 罫線付2カラムレイアウト */

.col-ly4-1 {
	width: 46%;
}

@media (min-width: 481px) and (max-width: 768px) {
	.col-ly4-1 {
		width: 24%;
	}
}

@media (min-width: 769px) {
	.col-ly4-1 {
		width: 21%;
	}
}

.col-ly4-1:first-child {
	margin-bottom: 30px;
}

.col-std {
	padding: 60px 0;
}

@media (min-width: 481px) and (max-width: 768px) {
	.col-std {
		padding: 50px 0;
	}
}

.bg-lorg {
	background-color: #fffaf3;
}

.bg-lgray {
	background-color: #f6f6f6;
}

.bg-lblue {
	background-color: #ecf7f7;
}

.bg-lblue-2 {
	background-color: #eefafa;
}

.contents-inner {
	padding: 0 4vw;
}

@media (min-width: 481px) and (max-width: 768px) {
	.contents-inner {
		padding: 0 3vw;
	}
}

@media (min-width: 769px) {
	.contents-inner {
		max-width: 1100px;
		margin: 0 auto;
		padding: 0 10px;
	}
}

#scroll {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 4vw;
	cursor: pointer;
	opacity: 0.7;
	z-index: 999;
}

.footer {
	padding: 60px 0;
}

@media (min-width: 769px) {
	.footer-col {
		display: flex;
		justify-content: space-between;
	}
	.footer {
		padding: 40px 0 100px;
	}
}

.footer-header {
	display: none;
}

.footer-header-catch {
	font-size: 1.6rem;
	margin-bottom: 2rem;
}

@media (min-width: 769px) {
	.footer-header {
		max-width: 242px;
		padding-top: 14px;
	}
}

.footer-link {
	border-top: 1px solid #1091d4;
	margin-bottom: 40px;
}

@media (min-width: 769px) {
	.footer-header {
		display: block;
		margin-bottom: 60px;
		text-align: left;
	}
	.footer-link {
		border-top: none;
		display: flex;
		justify-content: space-between;
		width: calc(100% - 280px);
	}
	.footer-link .footer-link-items {
		width: 30%;
	}
	.footer-link .footer-link-items:nth-of-type(2) {
		width: 24%;
	}
	.footer-link .footer-link-items:last-child {
		width: 42%;
	}
	.footer-header-catch {
		font-size: 12px;
	}
}

.ft-list-item {
	border-bottom: 1px solid #1091d4;
}

.ft-list-item a {
	display: block;
	padding: 1.6rem 0;
	color: #333333;
}

.ft-list-item p {
	font-size: 1.4rem;
	padding-left: 1.3rem;
	background: url('../images/ico-ft-arr.svg') left center no-repeat;
}

@media (min-width: 769px) {
	.ft-list-item {
		border-bottom: none;
	}
	.ft-list-item p {
		font-size: 1.4rem;
		padding-left: 1.3rem;
		background: url('../images/ico-ft-arr.svg') left center no-repeat;
	}
}

.ft-list-sub {
	display: none;
}

@media (min-width: 769px) {
	.ft-list-sub {
		display: block;
		font-size: 12px;
	}
	.ft-list-sub a {
		padding: 2px 0 2px 24px;
		color: #888888;
		position: relative;
	}
	.ft-list-sub a::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 12px;
		transform: translateY(-50%);
		display: block;
		width: 4px;
		height: 4px;
		background-color: #00b6bc;
		border-radius: 50%;
	}
}

.btn-sns {
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}

.btn-sns li {
	padding: 1rem;
}

address {
	background-color: #00b6bc;
	color: white;
	text-align: center;
	font-size: 1.2rem;
	padding: 1rem;
	font-family: 'Kosugi Maru', sans-serif;
}

.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 60px;
	border-bottom: 1px solid #00b6bc;
	background-color: rgba(255, 255, 255, 0.86);
	z-index: 9999;
}

.header-logo img {
	width: 140px;
}

@media (min-width: 769px) {
	.header {
		height: 70px;
	}
}

.header-inner {
	padding: 3vw;
}

@media (min-width: 481px) and (max-width: 768px) {
	.header-inner {
		padding: 1vw;
	}
}

@media (min-width: 769px) {
	.header-inner {
		max-width: 1080px;
		margin: 0 auto;
		padding: 10px 0 0;
	}
}

@media (min-width: 769px) {
	.header-logo {
		position: fixed;
		background-color: #fff;
		width: 30%;
		top: 0;
		left: 0;
		height: 96px;
		text-align: right;
		padding: 10px 30px 0 0;
		background: url(../images/logo-bg.svg) right center no-repeat;
		z-index: 100;
	}

	.header-logo.off {
		background: unset;
	}

	.header-logo img {
		width: 210px;
	}

	.header-logo.off img {
		width: 160px;
	}
}

.header-nav {
	width: 100%;
	height: 100vh;
	opacity: 0;
	transition: 0.2s;
	position: fixed;
	left: 0;
	top: 61px;
	z-index: 99999999;
	background: white;
	visibility: hidden;
}

@media (min-width: 769px) {
	.header-nav {
		max-width: 640px;
		visibility: visible;
		position: static;
		opacity: 1;
		height: auto;
		margin-left: auto;
		background: none;
	}
}

@media (min-width: 900px) {
	.header-nav {
		max-width: 720px;
	}
}

@media (min-width: 769px) {
	.header-nav-list {
		display: flex;
		justify-content: flex-end;
	}
}

.header-nav-list li {
	border-bottom: 1px dotted #00b6bc;
	font-family: 'Kosugi Maru', sans-serif;
}

@media (min-width: 769px) {
	.header-nav-list li {
		border-bottom: none;
	}
	.header-nav-list li:not(:last-child) {
		margin-right: 3.4rem;
	}
}

.header-nav-list li a {
	display: block;
	padding: 3rem 0 2.6rem 8vw;
	background: url(../images/nav-circle.png) 3vw center no-repeat;
	font-size: 1.6rem;
	color: #333333;
}

@media (min-width: 769px) {
	.header-nav-list li a {
		position: relative;
		padding: 1rem 0 1rem 14px;
		background-position: left center;
		font-size: 16px;
		color: #555;
	}
	.header-nav-list li a::after {
		content: '';
		width: 1px;
		left: 0;
		opacity: 0;
		transition: 0.3s;
	}
	.header-nav-list li a:hover::after {
		content: '';
		position: absolute;
		top: -10px;
		left: 50%;
		transform: translateX(-50%);
		display: block;
		opacity: 1;
		width: 120px;
		height: 2px;
		background-color: #f2a44c;
	}
}

@media (min-width: 770px) and (max-width: 958px) {
	.header-nav-list li a {
		font-size: 14px;
		background: none !important;
	}
	.header-nav-list li:not(:last-child) {
		margin-right: 1.4rem;
	}

	.header-logo img {
		width: 192px;
	}
}

@media (min-width: 481px) and (max-width: 769px) {
	.header-nav-list li a {
		padding: 3rem 0 2.6rem 5vw;
		font-size: 1.6rem;
		background: url(../images/nav-circle.png) 3vw center no-repeat !important;
	}
}

.header-nav.active {
	visibility: visible;
	opacity: 1;
}

.nav-sp {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	position: fixed;
	right: 2vw;
	top: 5px;
	cursor: pointer;
}

@media (min-width: 769px) {
	.nav-sp {
		display: none;
	}
}

.hb-none {
	display: none;
}

.hb-close {
	display: none;
}

.hb-close-open {
	display: block;
}

/* CTA
--------------------------------*/

/* bnr-monitor */

.bnr-monitor {
	max-width: 100%;
	transition: .2s;
}

.bnr-monitor:hover {
	opacity: .8;
}

.app-cta-col {
	background-color: #fffaf3;
	border-top: 1px solid #00b6bc;
	border-bottom: 1px solid #00b6bc;
}

@media (min-width: 769px) {
	.app-cta-col {
		padding: 30px 0;
	}
}

.app-cta {
	position: relative;
	/* モニターバナー掲載のため、下マージン30pxを付与　掲載終了後に30pxトル　 */
	margin-bottom: 30px;
}

@media (min-width: 769px) {
	.app-cta {
		max-width: 530px;
		/* モニターバナー掲載のため、下マージン30pxを付与　掲載終了後に30pxトル　 */
		margin: 0 auto 30px;
	}
}

.cta-ttl {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

@media (min-width: 481px) and (max-width: 768px) {
	.cta-ttl {
		width: 68%;
		margin: 0 auto 10px;
	}
}

@media (min-width: 769px) {
	.cta-ttl {
		margin-bottom: 5px;
	}
}

.cta-ttl .cta-ttl-catch {
	width: 90px;
	background-color: #00b6bc;
	color: #fff;
	font-weight: bold;
	font-size: 1.5rem;
	border-radius: 50%;
	height: 90px;
	line-height: 90px;
}

.cta-ttl .cta-ttl-catch p {
	line-height: 1.4;
	text-align: center;
	padding-top: 2.3rem;
}

.cta-ttl .cta-ttl-txt {
	font-size: 2.4rem;
	width: calc(100% - 106px);
	font-weight: bold;
	display: flex;
	align-items: center;
	font-family: 'Kosugi Maru', sans-serif;
	color: #777777;
}

@media (min-width: 769px) {
	.cta-ttl .cta-ttl-txt {
		font-size: 30px;
		width: auto;
	}
}

.app-dl-txt {
	color: #00b6bc;
	font-weight: bold;
	font-size: 1.7rem;
	margin-bottom: 30px;
	text-align: center;
	font-family: 'Kosugi Maru', sans-serif;
}

@media (min-width: 769px) {
	.app-dl-txt {
		font-size: 20px;
		margin-bottom: 20px;
	}
}

.app-dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}

@media (min-width: 481px) and (max-width: 768px) {
	.app-dl {
		width: 46%;
		max-width: 420px;
		margin: 0 auto;
	}
}

@media (min-width: 769px) {
	.app-dl {
		max-width: 340px;
		margin: 0 auto;
	}
}

.app-dl-btn {
	width: 44%;
	text-align: center;
}

.app-dl-btn img {
	width: 100%;
}

.app-dl-btn img.img-qrcode {
	display: none;
}

@media (min-width: 769px) {
	.app-dl-btn img.img-qrcode {
		display: block;
		width: 64%;
		margin: 20px auto 0;
	}
}

.img-sp-demo {
	text-align: center;
}

@media (min-width: 481px) and (max-width: 768px) {
	.img-sp-demo {
		display: none;
	}
}

@media (min-width: 769px) {
	.img-sp-demo {
		position: absolute;
		right: -40%;
		top: 50%;
		transform: translateY(-50%);
		text-align: center;
		width: 51%;
	}
}

.img-sp-demo img {
	width: 46%;
}

/* マージン */
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb60 {
	margin-bottom: 60px;
}

/* カラム設定 */

.box-1-b40 {
	margin-bottom: 40px;
}

/* flexbox */

.fx-sb {
	display: flex;
	justify-content: space-between;
}

/* タイトル 
-----------------------------------*/

/* h2 */

.ttl-content01 {
	text-align: center;
	font-weight: bold;
	color: #666666;
	margin-bottom: 40px;
	font-family: 'Kosugi Maru', sans-serif;
	position: relative;
	font-size: 2.5rem;
}

.ttl-content01 span {
	position: relative;
}

.ttl-content01 span::before {
	content: url(../images/ttl-markLeft.svg);
	position: absolute;
	left: -2rem;
	top: -1.7rem;
	transform: scale(0.7);
}

.ttl-content01 span:after {
	content: url(../images/ttl-markRight.svg);
	position: absolute;
	right: -2rem;
	bottom: -2rem;
	transform: scale(0.7);
}

@media (min-width: 481px) and (max-width: 768px) {
	.ttl-content01 {
		font-size: 2.8rem;
	}
}

@media (min-width: 769px) {
	.ttl-content01 {
		font-size: 36px;
		letter-spacing: 1px;
	}

	.ttl-content01 span::before {
		content: url(../images/ttl-markLeft.svg);
		position: absolute;
		left: -2rem;
		top: -1.7rem;
		transform: scale(1);
	}

	.ttl-content01 span:after {
		content: url(../images/ttl-markRight.svg);
		position: absolute;
		right: -2rem;
		bottom: -2.5rem;
		transform: scale(1);
	}
}

.ttl-L3 {
	font-size: 2.2rem;
	color: #00b6bc;
}

.ttl-L3,
.ttl-L4 {
	font-family: 'Kosugi Maru', sans-serif;
	font-weight: bold;
	margin-bottom: 20px;
}

.ttl-L3.color-darkgray {color: #333;}

@media (min-width: 481px) and (max-width: 768px) {
	.ttl-L3 {
		font-size: 2.2rem;
	}
}

@media (min-width: 769px) {
	.ttl-L3 {
		font-size: 28px;
	}
}

.ttl-L4 {
	font-size: clamp(1.8rem, 2vw, 2rem);
}

/* 
キービジュアル 
-------------------------------------*/

/* sp */

.page-kv {
	margin-bottom: 30px;
}

/* kv */

.page-kv-pan {
	display: none;
}

.page-kv-ttl {
	padding: 24px 0 140px;
	margin-top: 60px;
}

.page-kv-ttl img {
	width: 100%;
}

/* tab */

@media (min-width: 481px) and (max-width: 768px) {
	.page-kv {
		margin-bottom: 30px;
	}

	.page-kv-ttl {
		width: 96%;
		padding: 42px 0;
		margin: 92px auto 0;
		border: 4px solid #85dcdf;
		border-radius: 22px;
	}

	.page-kv-ttl h1.flow-pageTtl {
		width: 28vw;
	}
}

/* pc */

@media (min-width: 769px) {
	/* kv */
	.page-kv {
		margin: 70px 0 30px 0;
		background: url(../../common/images/pan-bg.gif) top center repeat-x;
	}

	.page-kv-wrap {
		padding: 0 10px;
	}

	/* パンクズ */
	.page-kv-pan {
		display: block;
		max-width: 1080px;
		margin: 0 auto;
		padding: 18px 0 18px 260px;
		font-size: 14px;
	}

	.page-kv-pan li {
		display: inline-block;
	}

	.page-kv-pan li + li {
		margin-left: 4px;
	}

	.page-kv-pan li,
	.page-kv-pan li a {
		color: #fff;
	}

	.page-kv-pan a::after {
		content: '＞ ';
		display: inline-block;
		margin-left: 12px;
	}

	.page-kv-ttl {
		max-width: 1080px;
		height: 156px;
		margin: 0 auto;
		border: 4px solid #85dcdf;
		border-radius: 24px;
		display: flex;
		align-items: center;
	}
}

@media (min-width: 960px) {
	.page-kv-pan {
		padding: 18px 0 18px 300px;
	}
}

@media (min-width: 1050px) {
	.page-kv-pan {
		padding: 18px 0 18px 320px;
	}
}

@media (min-width: 1200px) {
	.page-kv-pan {
		padding: 18px 0 18px 260px;
	}
}

/* 
ページリード
-------------------------------------*/

/* sp */

.page-read {
	padding: 0 3vw;
	margin-bottom: 40px;
}

.page-read p {
	font-size: 1.6rem;
	font-weight: normal;
	color: #555;
	font-family: 'Kosugi Maru', sans-serif;
}

.page-read .main_text {
	font-size: 20px;
	max-width: 840px;
	margin: 0 auto;
	text-align: left;
	color: #00b6bc;
	font-weight: bold;
}

.page-read .sub_text {
	font-size: 16px;
	margin: 0 auto;
	margin-top: 20px;
	max-width: 840px;
	font-weight: normal;
}

.page-read-appy {
	display: none;
}

/* tab */

@media (min-width: 481px) {
	.page-read p {
		text-align: center;
	}
}

@media (min-width: 481px) and (max-width: 768px) {
	.page-read {
		margin-bottom: 20px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.page-read .main_text {
		font-size: 30px;
		max-width: 840px;
		margin: 0 auto;
		text-align: center;
		color: #00b6bc;
		font-weight: bold;
	}

	.page-read .sub_text {
		font-size: 16px;
		margin: 0 auto;
		margin-top: 30px;
		max-width: 840px;
		font-weight: normal;
	}

	.page-read p {
		font-size: 1.7rem;
	}

	.page-read-appy {
		display: block;
		width: 110px;
	}
}

/* pc */

@media (min-width: 769px) {
	.page-read {
		padding: 0;
		margin: 0 0 40px 0;
	}

	.page-read .main_text {
		font-size: 30px;
		max-width: 840px;
		margin: 0 auto;
		text-align: center;
		color: #00b6bc;
		font-weight: bold;
	}

	.page-read .sub_text {
		font-size: 16px;
		margin: 0 auto;
		margin-top: 30px;
		max-width: 840px;
		font-weight: normal;
	}

	.page-read-appy {
		display: block;
		width: 136px;
		margin-right: 20px;
	}



}

.ly-cmn1-col {
	border: 1px solid #ccc;
	border-radius: 12px;
	padding: 20px 2vw;
}

.ly-cmn1-col:first-child {
	margin-bottom: 40px;
}

.ly-cmn1-col img {
	width: 100%;
}

.ly-cmn1-col h3 {
	font-size: 2rem;
	color: #00b6bc;
	font-weight: bold;
	text-align: center;
	font-family: 'Kosugi Maru', sans-serif;
	margin-bottom: 10px;
}

.ly-cmn1-txt {
	font-size: 1.4rem;
	margin: 20px 0;
}

.ly-cmn1-link {
	display: flex;
	justify-content: flex-end;
	margin-top: 15px;
}

.ly-cmn1-link a {
	display: block;
	font-size: 1.4rem;
}

.ly-cmn1-link a::before {
	content: url(../images/ico-arr-link.svg);
	display: inline-block;
	width: 9px;
	margin-right: 10px;
}

.other-link {
	font-size: 1.4rem;
	margin-top: 20px;
}

.ly-cmn1.price-page {
	margin-bottom: 40px;
}

@media (min-width: 481px) {
	.ly-cmn1 {
		display: flex;
		justify-content: space-between;
	}

	.ly-cmn1-col {
		flex: 0 0 46%;
		display: flex;
		flex-direction: column;
	}

	.ly-cmn1-col:first-child {
		margin-bottom: 0;
	}

	.ly-cmn1-txt {
		margin: 20px 0 auto 0;
	}

	.ly-cmn1-col h3 {
		font-size: 2rem;
	}
}

@media (min-width: 769px) {
	.ly-cmn1 {
		justify-content: space-around;
	}

	.ly-cmn1-col {
		flex: 0 0 40%;
		padding: 15px;
	}

	.ly-cmn1-txt {
		font-size: 14px;
	}

	.ly-cmn1-col h3 {
		font-size: 22px;
	}
}

/* スクロールアニメ設定
------------------------------------ */

.fadein {
	transform: translateY(140px);
	opacity: 0;
}

.fadein.scrollin {
	transform: unset;
	opacity: 1;
	transition: 1s;
}

/* スマホスクロール
------------------------------------ */

.sp-scrollbar {
	position: relative;
	overflow-x: auto;
}

.show-scrollbar {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color:#00b6bc;
}

@media (min-width: 481px) {
  .show-scrollbar {
    display: none;
  }
}

/* レイアウト
----------------------------------- */
@media (min-width: 1000px) {
	.col-middle-1 {
		max-width: 960px;
		margin: 0 auto;
	}
	.col-middle-2 {
		max-width: 782px;
		margin: 0 auto;
	}
} 

