@charset "utf-8";

/* ==========================================
カスタムプロパティ
========================================== */

:root {
	/* base color */
	--base-font-color: #565656;

	/* site color */
	--black: #565656;
	--white: #fff;
	--primary: #07B19B;
	--secondary: #F0FFFA;
	--tertiary: #FF9668;
	--quaternary: #FFF2F2;
	--fifth: #FF6868;
	/* --sixth: #0ff; */

	/* font family */
	--base-font-family: "Noto Sans JP", sans-serif;
	--font-family01: "Noto Sans", sans-serif;
	/* --font-family02: ; */
	/* --font-family03: ; */

}

/* ==========================================
共通
========================================== */

html {
	/* font-size: var(--root-font-size); */
	font-size: 62.5%;
	scrollbar-gutter: stable;
}

body {
	margin: 0 auto;
	max-width: 192rem;
	width: 100%;
	line-height: 1.6;
	font-size: 1.6rem;
	font-weight: 600;
	font-family: var(--base-font-family);
	color: var(--base-font-color);
	overflow-x: hidden;
}

input {
	appearance: auto;
	border: 1px solid var(--ui-border-color);
}

input:focus-visible {
	outline: 1px solid var(--ui-focus-color);
	border-color: var(--ui-focus-color);
}

textarea {
	border: 1px solid var(--ui-border-color);
}

textarea:focus-visible {
	outline: 1px solid var(--ui-focus-color);
	border-color: var(--ui-focus-color);
}

img {
	max-width: 100%;
	height: auto;
}

p {
	font-size: 1.6rem;
	line-height: 2.1875;
	letter-spacing: 0.05em;
}

.area {
	width: 100%;
	padding: 0 1.5rem;
	margin: 0 auto;
}

.anchor{
	margin: -11rem 0 0;
	padding: 11rem 0 0;
	pointer-events: none;
}

.font-family01 {
	font-family: var(--font-family01);
}

/* 非表示対応css */

.hihyoujiNone {
    display: none !important;
}

.hihyoujiNoneText {
    text-align: center;
}

.hihyoujiNone-pb0 {
    padding-bottom: 0 !important;
}

.hihyoujiNone-mt0 {
    margin-top: 0 !important;
}

/* カラー */
.white {
	color: var(--white);
}

.black {
	color: var(--black);
}

.primary {
	color: var(--primary);
}

.secondary {
	color: var(--secondary);
}

.tertiary {
	color: var(--tertiary);
}

/* テキスト */
.txt16 {
	font-size: 1.6rem;
}

.txt18 {
	font-size: 1.8rem;
	line-height: 2.22;
}

.txt20 {
	font-size: 2rem;
	line-height: 1.45;
}

.tit30 {
	font-size: 3rem;
	line-height: 1.45;
	letter-spacing: 0.05em;
	font-weight: 600;
}

.tit35 {
	font-size: 3.5rem;
	line-height: 1.45;
	letter-spacing: 0.05em;
	font-weight: 600;
}

.tit40 {
	font-size: 4rem;
	line-height: 1.45;
	letter-spacing: 0.05em;
	font-weight: 600;
}

.tit50 {
	font-size: 5rem;
	line-height: 1.45;
	letter-spacing: 0.05em;
	font-weight: 600;
}

/* テキスト */

.titDotWhite {
	position: relative;
}

.titDotWhite::before {
	content: "";
	position: absolute;
	top: calc(100% + 1rem);
	right: 0;
	left: 0;
	height: .3rem;
	background: url(../../../../uploads/undeline_dashed_white.svg)repeat-x center /cover;
}

.titDotGreen {
	position: relative;
}

.titDotGreen::before {
	content: "";
	position: absolute;
	top: calc(100% + 1rem);
	right: 0;
	left: 0;
	height: .3rem;
	background: url(../../../../uploads/undeline_dashed_green.svg)repeat-x center /cover;
}

.titDotOrange {
	position: relative;
}

.titDotOrange::before {
	content: "";
	position: absolute;
	top: calc(100% + 1rem);
	right: 0;
	left: 0;
	height: .3rem;
	background: url(../../../../uploads/undeline_dashed_orange.svg)repeat-x center /cover;
}

.shadow01 {
	box-shadow: 0 .3rem .6rem rgba(0, 0, 0, 0.16)
}

/* ボタン */
.btn01 {
	width: 100%;
	max-width: 26rem;
	height: 5.4rem;
}

.btn01 a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100vmax;
	width: 100%;
	height: 100%;
	background: var(--tertiary);
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.45;
	color: var(--white);
	transition: all .3s;
	box-shadow: 0 .3rem .6rem rgba(0, 0, 0, 0.16)
}

.btn01 a:hover {
	filter: brightness(1.1);
}

.btn01 a::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.8rem;
	display: block;
	width: 100%;
	max-width: 1rem;
	margin: auto 0;
	aspect-ratio: 5/8;
	background: url(../../../../uploads/btn_arrow_white.svg) no-repeat center /contain;
}



/* ボタン */

/* ==========================================
スマホ固定ヘッダー
========================================== */

.sp-header {
	width: 100%;
	height: 8rem;
	display: none;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	border-top: 1px solid var(--white);
}

.sp-header-block {
	width: 100%;
	height: 100%;
	flex: 1;
	border-right: solid 1px;
}

.sp-header-block-color {
	background: var(--primary);
	border-color: var(--white);
	color: var(--white);
}

.sp-header-link {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0.8rem;
}

.sp-header-link-icon {
	height: 3rem;
}

.sp-header-link-icon img {
	height: 100% !important;
	width: auto;
}

.sp-header-link-text {
	font-size: 1.4rem;
	line-height: 1.2;
}

/* ---------- ハンバーガーボタン ---------- */

.sp-nav-btn {
	width: 8rem;
	height: 8rem;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: fixed;
	top: auto;
	bottom: 0;
	right: 0;
	z-index: 9999;
}

.sp-nav-btn-bar-box {
	max-width: 4rem;
	width: 100%;
	height: 100%;
	display: flex;
	position: relative;
}

.sp-nav-btn-bar {
	display: block;
	width: 100%;
	height: 3px;
	background: var(--primary);
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	border-radius: 100vmax;
	transition: .3s;
}

.sp-nav-btn-bar-top {
	top: 0;
}

.sp-nav-btn-bar-center {
	top: 50%;
	transform: translateY(-50%);
}

.sp-nav-btn-bar-bottom {
	top: 100%;
	transform: translateY(-100%);
}

.sp-nav-btn-text {
	font-size: 1.4rem;
	margin: .7rem 0 0;
}

.js-open .sp-nav-btn-bar-top {
	top: 50%;
	transform: rotate(35deg) translateY(-50%);
}

.js-open .sp-nav-btn-bar-center {
	opacity: 0;
}

.js-open .sp-nav-btn-bar-bottom {
	top: 50%;
	transform: rotate(-35deg) translateY(-50%);
}

/* ---------- ハンバーガーメニュー ---------- */

.js-sp-nav {
	display: none;
	max-width: 1920px;
	width: 100%;
	margin: auto;
	padding: 0;
	position: fixed;
	top: 0;
	bottom: 0;
	right: -100%;
	transition: ease .5s;
}

.sp-nav.js-open {
	right: 0;
}

.sp-nav-bg {
	background: var(--secondary);
}

.sp-nav-area {
	width: 100%;
	max-width: 50rem;
	height: 100%;
	overflow: auto;
	margin: 0 auto;
	padding: 10rem 1.5rem;
}

.sp-nav-list {
	padding: 10rem 0;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	-ms-overflow-style: none;
}

.sp-nav-list::-webkit-scrollbar {
	display: none;
}

.sp-nav-list-item {
	width: 100%;
	display: block;
	font-weight: bold;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	position: relative;
	border-bottom: solid 1px;
}

.sp-nav-list-item a {
	display: block;
	padding: 1.5rem 0;
	font-size: 1.6rem;
	text-align: center;
	transition: .3s;
}

.sp-nav-list-item a:hover {
	opacity: .6;
}

.sp-nav-list-item-color {
	border-bottom-color: var(--sp-border-color);
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=1920px) {

	html {
		/* 10px */
		font-size: 0.52083vw;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=1550px) {

	html {
		/* 10px */
		font-size: 0.64516vw;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=1024px) {

	html {
		/* 10px */
		font-size: 0.97656vw;
	}

	.tit30 {
		font-size: 2.6rem;
	}

	.tit35 {
		font-size: 2.9rem;
	}

	.tit40 {
		font-size: 3rem;
	}

	.tit50 {
		font-size: 3.6rem;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=768px) {

	html {
		/* 10px */
		font-size: 1.30208vw;
	}

	p {
		font-size: 1.4rem;
		letter-spacing: 0.03em;
	}

	/* テキスト */
	.txt16 {
		font-size: 1.4rem;
		letter-spacing: 0.03em;
	}

	.txt18 {
		font-size: 1.6rem;
		letter-spacing: 0.03em;
	}

	.txt20 {
		font-size: 1.7rem;
		letter-spacing: 0.03em;
	}

	.tit30 {
		font-size: 2.1rem;
		letter-spacing: 0.03em;
	}

	.tit35 {
		font-size: 2.2rem;
		letter-spacing: 0.03em;
	}

	.tit40 {
		font-size: 2.4rem;
		letter-spacing: 0.03em;
	}

	.tit50 {
		font-size: 2.8rem;
		letter-spacing: 0.03em;
	}

	/* ボタン */
	.btn01 {
		max-width: 26rem;
		height: 5rem;
	}

	.btn01 a {
		font-size: 1.8rem;
	}

	/* ボタン */

	/* 追従ボタン削除 */
	body:not(.home) .headerFormLink {
		display: none !important;
	}
	.headerFormLink {
		position: relative;
	}
	
	.headerFormLink::after {
		content: '×';
		position: absolute;
		top: -10px;
		left: -10px;
		width: 24px;
		height: 24px;
		background: rgba(0, 0, 0, 0.5);
		color: white;
		border-radius: 50%;
		font-size: 16px;
		line-height: 24px;
		text-align: center;
		cursor: pointer;
		z-index: 10;
	}
	
	.headerFormLink::after:hover {
		background: rgba(0, 0, 0, 0.7);
	}

	/* ==========================================
	スマホ固定ヘッダー
	========================================== */

	.sp-header {
		display: flex;
	}

	/* ---------- ハンバーガーボタン ---------- */

	.sp-nav-btn {
		display: flex;
	}

	/* ---------- ハンバーガーメニュー ---------- */

	.js-sp-nav {
		display: block;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=576px) {

	html {
		/* 12px */
		font-size: 2.08333vw;
	}

	/* ==========================================
	スマホ固定ヘッダー
	========================================== */
	.sp-header {
		height: 6rem;
	}

	.sp-header-link>a:before {
		font-size: 2rem;
	}

	.sp-header-link-icon {
		height: 2.4rem;
	}

	.sp-header-link-text {
		font-size: 1.4rem;
		margin: 0;
	}

	/* ---------- ハンバーガーボタン ---------- */

	.sp-nav-btn {
		width: 6rem;
		height: 6rem;
	}

	.sp-nav-btn-text {
		font-size: 1rem;
	}

	.sp-nav-btn-text {
		margin: 0;
	}

	/* ---------- ハンバーガーメニュー ---------- */

	.sp-nav-list-item a {
		padding: 1.2rem 0;
		font-size: 1.45rem;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=414px) {

	html {
		/* 14px */
		font-size: 2.43055vw;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */