@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Antique&display=swap');

* {box-sizing: border-box;}

html, body {
	position: relative;
	width: 100%;
	min-width: 320px;
}

body {
	color: #fff;
	font-size: 3.6vw;
	line-height: 1.5;
	background-color: #a4f4f3;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-family: 'Noto Sans JP','Noto Sans','Hiragino Kaku Gothic ProN','メイリオ', sans-serif;
}
body::before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100vw;
	height:100vh;
	background-repeat:no-repeat;
	background-position: top center;
	background-image: url(../img/bg_main_mb.png);
	background-size: 100% auto;
}
body#contact {
	color: #000;
	background-color: #fff;
	text-shadow: none;
}
body#contact::before {
	background: none;
}

#wrapper {
	position: relative;
	min-height: 100vh;
	padding-bottom: 45vw;	/* フッターの高さ */
}
@media screen and (max-width: 599px) and (max-height: 150vw) {
	body::before {
		background-size: cover;
		background-position: center center;
		background-image: url(../img/bg_main_mb.png);
	}
}
@media screen and (min-width: 600px), (max-width: 599px) and (orientation: landscape) {
	body {
		font-size: 1.4vw;
	}
	body::before {
		background-image: url(../img/bg_main.png);
	}
	#wrapper {
		padding-bottom: 32vw;	/* フッターの高さ */
	}
}
@media screen and (min-width: 600px) and (max-height: 62.5vw) {
	body::before {
		background-size: cover;
		background-position: center center;
	}
}
@media screen and (min-width: 1025px) {
	body {
		font-size: 18px;
	}
	#wrapper {
		padding-bottom: 240px;	/* フッターの高さ */
	}
}

/*  ヘッダー、フッター、コンテンツエリア　===================*/
header {
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}
main {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
section {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 3vw 0;
}
.container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 2vw;
}
footer {
	position: absolute;
	width: 100%;
	height: 45vw;	/* フッターの高さ */
	padding: 1em 0;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 2vw;
	background-color: #447af8;
	border-top: solid 1px #fff;
}
footer .container {
	position: absolute;
	width: 100%;
	padding: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
@media screen and (min-width: 600px), (max-width: 599px) and (orientation: landscape) {
	main {
		padding-top: 2vw;
	}
	section {
		padding: 2vw 0;
	}
	.container {
		padding: 0 3.5%;
	}
	footer {
		height: 32vw;	/* フッターの高さ */
		font-size: 1.5vw;
	}
}
@media screen and (min-width: 1025px) {
	section {
		padding: 15px 0;
	}
	.container {
		width: 90%;
		padding: 0;
	}
	footer {
		height: 240px;	/* フッターの高さ */
		font-size: 12px;
	}
	footer .container {
		max-width: none;
	}
}

/* リスト関連：マーカー　===========================*/
/* ディスク（黒丸） */
ul.disc, ol.disc {
	margin-left: 2rem;
	list-style-type: disc;
}


/* リンク ===========================*/
a {
	color: inherit;
	cursor: pointer;
}
a:focus {
	outline: 0;
	outline-width: 0;
	outline-style: none;
	outline-color: transparent
}
a:hover {
	color: #775b8f;
}
ul li a {
	position: relative;
	width: 100%;
	text-decoration: none;
}
ul li a.u_line {
	text-decoration: underline!important;
}

/* 画像　===========================*/
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}


/* ボタン　===========================*/
button {
	cursor: pointer;
}

/* テキスト　===========================*/
.txt_area {
	position: relative;
	display: block;
	width: 100%;
	margin: .6em 0;
	padding: 0 .6em;
}
.txt_block_mob,
.txt_block_tab {
	display: block;
	margin: 0;
	padding: 0;
}
p {margin: 1.4em auto;}
@media screen and (min-width: 600px), (max-width: 599px) and (orientation: landscape) {
	.txt_area {
		margin: .57em 0;
		padding: 0 .72em;
	}
	.txt_block_mob {
		display: inline;
	}
	p {margin: 1.43em auto;}
}
@media screen and (min-width: 1025px) {
	.txt_block_tab {
		display: inline;
	}
}
.bold {font-weight: 700!important;}

.center {text-align: center!important;}
.right {text-align: right!important;}
.left {text-align: left!important;}

/* 文字サイズ */
.size_ss {font-size: .70em!important;}
.size_s {font-size: .85em!important;}
.size_l {font-size: 1.2em!important;}
.size_2l {font-size: 1.5em!important;}
.size_3l {font-size: 2em!important;}
@media screen and (min-width: 600px), (max-width: 599px) and (orientation: landscape) {
	/* タブレットサイズ移行適用 */
	.tab_size_ss {font-size: .70em!important;}
	.tab_size_s {font-size: .85em!important;}
	.tab_size_n {font-size: 1em!important;}
	.tab_size_l {font-size: 1.2em!important;}
	.tab_size_2l {font-size: 1.5em!important;}
	.tab_size_3l {font-size: 2em!important;}
}
@media screen and (min-width: 1025px) {
	/* PCサイズ移行適用 */
	.pc_size_ss {font-size: .70em!important;}
	.pc_size_s {font-size: .85em!important;}
	.pc_size_n {font-size: 1em!important;}
	.pc_size_l {font-size: 1.2em!important;}
	.pc_size_2l {font-size: 1.5em!important;}
	.pc_size_3l {font-size: 2em!important;}
}

.black {color: #000;}
.white {color: #fff;}
.red {color: #f00;}
.darkred {color: #c70000;}
.yellow {color: #ffbb34;}
.light_yellow {color: #fdffc0;}
.olive {color: #4e5000;}
.yellow_green {color: #00B050;}
.green {color: #227000;}
.blue {color: #00f;}
.navy {color: #000fa1;}
.royal_blue {color: #3f68ff;}
.pink {color: deeppink;}
.purple {color: #ab00bd;}
.pastel_pink {color: #ffb7b7;}

/* リスト関連　===========================*/
ul, ol {
	padding-left: 1rem;
}
ol > li,
ul > li {
	padding-left: 0.2em;
	margin-bottom: 0.5em;
}

/* マーカー：ディスク（黒丸） */
ul.disc, ol.disc {
	margin-left: 1rem;
	list-style-type: disc;
}
/* マーカー：■ */
ul.square, ol.square {
	margin-left: 1rem;
	list-style-type: square;
}

/* マーカー：なし */
.no-disc {
	list-style-type: none;
}

/* 半角マーカー： 「-」 */
ul.list-line, ol.list-line {
	list-style: none;
	padding-left: 0.5rem;
}
ul.list-line > li, ol.list-line > li {
	list-style-type: none;
	text-indent: -0.8em;
}
ul.list-line > li::before, ol.list-line > li::before {
	display: inline;
	content: "- ";
}

/* 半角マーカー： 「>」 */
ul.list-greater-than, ol.list-greater-than {
	list-style: none;
	padding-left: 0.5rem;
}
ul.list-greater-than > li, ol.list-greater-than > li {
	list-style-type: none;
	text-indent: -0.6em;
}
ul.list-greater-than > li::before, ol.list-greater-than > li::before {
	display: inline;
	content: ">";
}

/* 半角マーカー： 「*」 */
ul.asterisk, ol.asterisk {
	list-style: none;
	padding-left: 0.5rem;
}
ul.asterisk > li, ol.asterisk > li {
	list-style-type: none;
	text-indent: -0.6em;
}
ul.asterisk > li::before, ol.asterisk > li::before {
	display: inline;
	content: "*";
}

/* 半角マーカー： 「・」 */
ul.dot, ol.dot {
	list-style: none;
	padding-left: 0.5rem;
}
ul.dot > li, ol.dot > li {
	list-style-type: none;
	text-indent: -1em;
}
ul.dot > li::before, ol.dot > li::before {
	display: inline;
	content: "・";
}

/* 全角マーカー： 「※」 */
ul.kome, ol.kome {
	list-style: none;
	padding-left: 1.4rem;
}
ul.kome > li, ol.kome > li {
	list-style-type: none;
	text-indent: -1.4em;
	margin-bottom: 0.8rem;
}
ul.kome > li::before, ol.kome > li::before {
	display: inline;
	padding-right: 0;
	content: "※";
}

/* 全角マーカー： 「★」 */
ul.star, ol.star {
	list-style: none;
	padding-left: 1rem;
}
ul.star > li, ol.star > li {
	list-style-type: none;
	text-indent: -1.2em;
	margin-bottom: 0.2rem;
}
ul.star > li::before, ol.star > li::before {
	display: inline;
	padding-right: 0.2em;
	content: "★";
}

/*  水平線　===========================*/
hr {
    margin: 1em 0;
    height: 1px;
    border: 0;
    background-color: #fff
}





