@charset "utf-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');


:root {
	--primary-color: #b2861e;
	--primary-inverse-color: #1bcc24;
	--secondary-color: #033608;
	--secondary-inverse-color: #37e237;
	--accent-color: #1be614;
	--accent-inverse-color: #338f47;
	--content-space: 4rem;
}

@keyframes animation1 {
	0% {
		left: -200px;
	}

	100% {
		left: 0px;
	}
}

@keyframes opa1 {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

body * {
	box-sizing: border-box;
}

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

@media screen and (min-width:900px) {

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

body {
	margin: 0;
	padding: 0;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	-webkit-text-size-adjust: none;
	background: #4e5f5ec5;
	color: #ffffff;
	line-height: 2;
	overflow-x: hidden;
}

figure {
	margin: 0;
}

dd {
	margin: 0;
}

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

nav ul {
	list-style: none;
}

/*table全般の設定*/
table {
	border-collapse: collapse;
}

/*画像全般の設定*/
img {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

/*videoタグ*/
video {
	max-width: 100%;
}

/*iframeタグ*/
iframe {
	width: 100%;
}

/*他*/
input {
	font-size: 1rem;
}

/*section*/
section {
	padding: var(--content-space);
}

a {
	color: inherit;
	transition: 0.3s;
}

/*マウスオン時*/
a:hover {
	filter: brightness(1.1);
}

#container {
	position: relative;
	animation: opa1 1s 1s both;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	margin: 0 auto;
}

header {
	padding: 1rem var(--content-space);
	color: #fff;
	position: absolute;
	width: 100%;
}

header a {
	color: inherit;
}

#logo a {
	text-decoration: none;
}

#logo img {
	display: block;
	width: 220px;
}

@media screen and (min-width:900px) {

	header {
		display: flex;
		justify-content: space-between;
		gap: 2rem;
		align-items: center;
	}

}

#header-box * {
	margin: 0;
	padding: 0;
}

@media screen and (min-width:900px) {

	#header-box {
		margin-right: 30px;
	}

}

#header-box .btn {
	list-style: none;
	display: flex;
	gap: 1rem;
}

#header-box .btn a {
	display: block;
	text-decoration: none;
	padding: 0.5rem 2rem;
	border-radius: 3px;
}

#header-box .btn i {
	margin-right: 1rem;
	transform: scale(1.4);
}

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

	#header-box .btn {
		display: inline-block;
	}

	#header-box .btn li {
		margin-bottom: 0.5rem;
	}

}

#menubar {
	animation: animation1 0.2s both;
	position: fixed;
	overflow: auto;
	z-index: 100;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	padding: 100px var(--content-space) 50px;
	background: var(--primary-color);
	color: var(--primary-inverse-color);
}

#menubar a {
	display: block;
	text-decoration: none;
	color: inherit;
	border: 1px solid #fff;
	margin-bottom: 1rem;
	padding: 1rem 2rem;
}

#menubar_hdr {
	display: flex;
	animation: opa1 0s 0.2s both;
	position: fixed;
	z-index: 101;
	cursor: pointer;
	right: 0px;
	top: 0px;
	width: 70px;
	height: 70px;
	background: #000;
	border-radius: 0px 0px 0px 20px;
	transform-origin: right top;
	transform: scale(1);
}

#menubar_hdr.ham {
	background: #ff0000;
}

#menubar_hdr span {
	display: block;
	position: absolute;
	left: 18px;
	width: 35px;
	height: 2px;
	background: #fff;
	transition: 0.3s;
}

#menubar_hdr span:nth-of-type(1) {
	top: 24px;
}

#menubar_hdr span:nth-of-type(2) {
	top: 34px;
}

#menubar_hdr span:nth-of-type(3) {
	top: 44px;
}

#menubar_hdr.ham span:nth-of-type(1) {
	transform: translateY(10px) rotate(-45deg);
}

#menubar_hdr.ham span:nth-of-type(2) {
	opacity: 0;
}

#menubar_hdr.ham span:nth-of-type(3) {
	transform: translateY(-10px) rotate(45deg);
}

.new-top * {
	margin: 0;
	padding: 0;
}

.new-top {
	position: absolute;
	top: 80vh;
	z-index: 1;
	width: 80vw;
	margin-left: 10vw;
	display: flex;
	align-items: center;
	padding: 1rem;
	background: #fff;
	border-radius: 5px;
}

new-top a:hover {
	opacity: 0.8;
}

.new-top h2 {
	font-size: 1rem;
	font-weight: normal;
	background: #05e8f8;
	/*背景色*/
	color: #fff;
	/*文字色*/
	border-radius: 3px;
	/*角を少しだけ丸く*/
	margin-right: 1rem;
	/*右に空けるスペース。テキストブロックとの間に空けるスペースです。*/
	padding: 0 1rem;
	/*見出し内の余白。上は0で、左右に１文字分。*/
}

/*テキストのブロック*/
.new-top .text {
	flex: 1;

	/*以下4行は、末尾を...として１行にまとめる為のスタイル*/
	min-width: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*ブロック右側にある「一覧」*/
.new-top .new-list {
	align-self: flex-end;
}


/*コンテンツ
---------------------------------------------------------------------------*/
/*コンテンツブロック*/
#contents {
	flex: 1;
}

/*トップページ以外のコンテンツ*/
body:not(.home) #contents {
	padding-top: 10rem;
	/*上に10文字分の余白を空ける*/
	padding-bottom: 10rem;
	/*下に10文字分の余白を空ける*/
}

#contents ul,
#contents ol {
	margin-left: 2rem;
	margin-right: 2rem;
}

p {
	margin-left: 1rem;
	/*左に１文字分のスペース*/
	margin-right: 1rem;
	/*右に１文字分のスペース*/
}

main h2 {
	margin: 0;
	padding: 0;
	font-size: 2.4rem;
	/*文字サイズ。240%。*/
	font-weight: normal;
	/*h要素のデフォルトの太字を標準に*/
	margin-bottom: 5vw;
	/*下にスペースを空ける*/
	display: flex;
	flex-direction: column-reverse;
	align-items: flex-start;
}

main h2 span.small {
	display: inline-block;
	border-top: 2px solid var(--primary-color);
	font-size: 0.9rem;
	opacity: 0.6;
	letter-spacing: 0.1rem;
	padding-top: 2rem;
}


main h2.c {
	align-items: center;
}

.list-half * {
	margin: 0;
	padding: 0;
}

#kodawari {
	background: url("../images/bg-kodawari.png") no-repeat left top / 50vw;
}

.list-half .list {
	display: flex;
	flex-direction: column;
	margin-bottom: 2rem;
}

.list-half .list h4 {
	font-size: 1.4rem;
	margin-bottom: 1rem;
	/*下に１文字分のスペースを空ける*/
}

/*ブロック内のh4内のspan（小さな装飾文字）*/
.list-half .list h4 span {
	display: block;
	opacity: 0.5;
	/*透明度50%*/
	font-weight: normal;
	font-size: 0.5em;
	/*文字サイズを親要素の50%*/
	letter-spacing: 0.1em;
	/*文字間隔をほんの少し広く*/
}

/*画像ブロック共通*/
.list-half .image-l img,
.list-half .image-r img {
	border-radius: 50px;
	/*角を丸くする指定。*/
	box-shadow: 10px 10px rgba(0, 0, 0, 0.1);
	/*ボックスの影。右へ、下へ、0,0,0は黒の事で0.1は色が10%出た状態。*/
}

/*画面幅900px以上の追加指定*/
@media screen and (min-width:900px) {

	/*２カラムを囲むブロック*/
	.list-half .list {
		flex-direction: row;
		/*子要素を横並びにする*/
		justify-content: space-between;
		/*並びかたの種類の指定*/
		align-items: center;
		/*垂直揃えの指定。天地中央に配置されるように。*/
	}

	/*画像ブロック共通*/
	.list-half .image-l,
	.list-half .image-r {
		width: 50%;
		/*画像の幅*/
	}

	/*画像を右に配置する場合*/
	.list-half .image-r {
		margin-left: 2rem;
		/*画像の左側に空けるスペース*/
	}

	.list-half .image-l {
		order: -1;
		margin-right: 2rem;
	}

	.list-half .text {
		flex: 1;
	}

}

.list-grid7 .list * {
	margin: 0;
	padding: 0;
}

.list-grid7 .list {
	display: grid;
	position: relative;
	border-radius: 5px;
	background: #fafafa;
	color: #080000;
	border: 1px solid #ccc;
	padding: 2rem;
	margin-bottom: 2rem;
}

.list-grid7 .list h4 {
	text-align: center;
	font-size: 1.3rem;
	margin-bottom: 0.5rem;
	color: #f70505;
}

.list-grid7 .list h4 span {
	display: block;
	font-weight: normal;
	font-size: 0.7em;
}

.list-grid7 .list p {
	text-align: center;
	font-size: 1.35rem;
	line-height: 1.5;
}

/*ボックス内のfigure画像*/
.list-grid7 .list figure {
	margin: 0 auto;
	margin-bottom: 1rem;
	/*画像の下に空けるスペース*/
}


/*画面幅800px以上の追加指定*/
@media screen and (min-width:800px) {

	/*ブロック全体を囲むブロック*/
	.list-grid7 {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		/*3列にする指定。4列にしたければrepeat(4, 1fr)とする。*/
		gap: 2rem
			/*ブロックの間に空けるマージン的な指定。２文字分。*/
	}

}

/*追加指定ここまで*/


/*ご利用の流れ
---------------------------------------------------------------------------*/
.flow-box * {
	margin: 0;
	padding: 0;
}
#flow {
	background: url("../images/bg-flow.png") no-repeat right top / 50vw;

}

.flow-box {
	position: relative;
	margin-bottom: 4rem;
}
.flow-box .title h3 {
	background: var(--primary-color);
	color: var(--primary-inverse-color);
	margin-left: calc(-1 * var(--content-space));
	margin-right: calc(-1 * var(--content-space));
	text-align: center;
	padding: 2rem;
	margin-bottom: 2rem;
}

@media screen and (min-width:900px) {

	.flow-box {
		display: flex;
		align-items: flex-start;
		gap: 5rem;
		/*左右のブロック同士の間に空けるスペース。５文字分。*/
	}

	.flow-box .step-num {
		top: -100px;
		font-size: 5rem;
		opacity: 0.15;
	}

	.flow-box .title {
		width: 30%;
		/*幅*/
		position: -webkit-sticky;
		position: sticky;
		top: 0;
	}

	/*ボックス内のh3見出し（大きな端末で左側に配置される背景色つきの見出し）*/
	.flow-box .title h3 {
		margin-right: auto;
		border-radius: 0 100px 100px 0;
		/*角を丸くする指定。左上、右上、右下、左下の順番。*/
	}

	/*大きな端末で右側に配置されるテキストブロックを囲むボックス*/
	.flow-box .text {
		flex: 1;
	}

}
ul.step {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}
ul.step li {
	border: 2px solid var(--primary-color);
	/*枠線の幅、線種、varは色の指定で、css冒頭のprimary-colorを読み込みます。*/
	padding: 1rem;
	/*ボックス内の余白。１文字分。*/
	margin-bottom: 2rem;
	/*ボックスの下に空けるスペース。２文字分。ボックス同士に空ける余白です。*/
	position: relative;
}
ul.step li::after {
	content: "▼";
	/*このテキストを出す*/
	transform: scaleX(2);
	/*２倍の大きさ*/
	position: absolute;
	left: 50%;
	/*左からの配置場所。厳密に中央ではありませんが、テキストが小さいので問題ないかと。*/
	bottom: -2rem;
	/*下からの配置場所。本来の場所より上に２文字分の場所。*/
	color: var(--primary-color);
	/*文字色。css冒頭のprimary-colorを読み込みます。*/
	opacity: 0.3;
}
ul.step li:last-child::after {
	content: "";
}
@media screen and (min-width:600px) {

	/*ブロック内の１個あたり*/
	.list-yoko-scroll .list {
		width: 28%;
	}
}
.btn a {
	display: block;
	text-decoration: none;
	background: var(--accent-color);
	color: var(--accent-inverse-color);
	text-align: center;
}
.btn a:hover {
	background: var(--accent-inverse-color);
	color: var(--accent-color);
}
.btn-box .btn i {
	margin-right: 2rem;
	transform: scale(1.4);
}
.btn-box .btn {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	/*縦並びに*/
	justify-content: center;
	align-items: center;
	gap: 2rem;
	/*ボタン同士に空けるスペース。２文字分。*/
	height: 80vh;
	/*ブロックの高さ。画面の高さの80%。お好みで。*/
	font-size: 1.5rem;
	/*文字サイズを150%に*/
}

.btn-box .btn li {
	width: 80vw;
}

.btn-box .btn a {
	border-radius: 10px;
	padding: 1rem 2rem;
}
@media screen and (min-width:900px) {
	.btn-box .btn {
		flex-direction: row;
	}
    .btn-box .btn li {
		width: 40vw;
	}

}
.pr a {
	text-decoration: none;
	display: block;
	background: #555;
	color: #ccc;
	text-align: right;
	padding: 0.5rem 1rem;
	font-size: 0.8rem;
}

.pr a::before {
	font-family: "Font Awesome 6 Free";
	content: "\e2ca";
	font-weight: bold;
	margin-right: 0.5em;
}

.pagetop-show {
	display: block;
}

.pagetop a {
	display: block;
	text-decoration: none;
	text-align: center;
	z-index: 99;
	animation: opa1 1s 0.4s both;
	position: fixed;
	right: 20px;
	bottom: 20px;
	color: #fff;
	font-size: 1.5rem;
	background: rgba(252, 2, 2, 0.2);
	width: 60px;
	line-height: 60px;
	border-radius: 50%;
}

.bg1 {
	background: var(--secondary-color);
	color: var(--secondary-inverse-color);
}
.bg-slideup {
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}
.slideup2 {
	background-image: url("../images/bg-slideup2.jpg");
	position: relative;
}
.slideup2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 20vh;
	background: linear-gradient(var(--secondary-color), transparent);
}
@keyframes fadeIn {
	0% {
		opacity: 0;
		transform: scale(0.1) rotate(-30deg);
	}

	100% {
		opacity: 1;
		transform: scale(1) rotate(0deg);
	}
}
.fade-in-text {
	visibility: hidden;
}
.char {
	display: inline-block;
	opacity: 0;
	animation: fadeIn 0.2s linear both;
}

#manual {
	background-image: none;
}

.manual {
	padding: 5rem;
}

.manual h2,
.manual h3 {
	margin-top: 3rem;
}

pre {
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow-wrap: break-word;
}


/*その他
---------------------------------------------------------------------------*/
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.color-check,
.color-check a {
	color: #ff0000 !important;
}

.l {
	text-align: left !important;
}

.c {
	text-align: center !important;
}

.r {
	text-align: right !important;
}

.ws {
	width: 95%;
	display: block;
}

.wl {
	width: 95%;
	display: block;
}

.mb0 {
	margin-bottom: 0px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb5rem {
	margin-bottom: 5rem !important;
}

.look {
	display: inline-block;
	padding: 0px 10px;
	background: #eee;
	border: 1px solid #ccc;
	color: #888;
	border-radius: 3px;
	margin: 5px 0;
	word-break: break-all;
}

.small {
	font-size: 0.75em;
}

.large {
	font-size: 2em;
	letter-spacing: 0.1em;
}

.pc {
	display: none;
}

.dn {
	display: none !important;
}

.block {
	display: block !important;
}

/*画面幅900px以上の追加指定*/
@media screen and (min-width:900px) {

	.ws {
		width: 48%;
		display: inline;
	}

	.sh {
		display: none;
	}

	.pc {
		display: block;
	}

}

/*追加指定ここまで*/