@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');

/* Common */
html {
	-ms-overflow-style: scrollbar;
	overflow-x: hidden;
	overflow-y: scroll;
}

body {
	background: #fff;
	color: #30394c;
	font-size: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
	font-optical-sizing: auto;
	letter-spacing: 2px;
	overflow-wrap: break-word;
	-webkit-font-smoothing: antialiased;
}

nav, section, footer, main {
	overflow: hidden !important;
}

section h2, #intro_top h2 {
	margin-top: 0;
}
p {
	font-size: 15px;
	line-height: 1.7em;
}

.animate > * {
	display: block;
	opacity: 0;
	filter: blur(10px);
	transform: translateX(-20px);
	transition: opacity 0.8s ease, filter 0.8s ease, transform 0.8s ease;
}

.animate.from-left > * {
	transform: translateX(-20px);
}

.animate.from-right > * {
	transform: translateX(20px);
}

.animate.from-bottom > * {
	transform: translateY(20px);
}

.animate > *.visible {
	opacity: 1;
	filter: blur(0);
	transform: translateX(0) translateY(0);
}

.sp_only {
	display: none;
}

.logo {
	font-family: "Orbitron", 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-weight: 900 !important;
	font-style: normal;
}
.logo strong {
	color: #369d78;
	font-weight: 900;
}

/* Navbar */
#sp_tel {
	display: none;
}

.navbar {
	align-items: center;
	border: 0;
	border-radius: 0;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
	width: 100%;
}

.navbar-custom {
	background: transparent;
	border: 0;
	border-radius: 0;
	font-size: 11px;
	letter-spacing: 3px;
	position: absolute;
	transition: background, padding 0.4s ease-in-out 0s;
	z-index: 1000;
}

.navbar-fixed-top {
	position: fixed;
	top: 0;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	width: 100%;
	z-index: 9999;
}

.navbar-custom .dropdown-toggle:after {
	content: "\f105";
	display: block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 9px;
	margin-top: -6px;
	position: absolute;
	right: 0;
	text-rendering: auto;
	top: 50%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.navbar-custom li:last-child > a {
	background: linear-gradient(135deg, #65c76d 0%, #31977b 100%);
	color: #fff;
	line-height: 50px !important;
	top: 10px;
	padding: 0 30px;
	border-radius: 45px;
	margin-left: 1em;
}

.navbar-custom li:last-child > .dropdown-toggle:after {
	display: none;
}

.navbar-custom .wh_wrap {
	padding: 0 30px;
	margin-top: 2em;
}

#head_logo {
	margin: 0;
}

#head_logo a {
	display: block;
	font-feature-settings: "palt";
	height: 70px !important;
	line-height: 70px;
	margin: 0;
	padding: 0;
	position: relative;
}
#head_logo a:hover {
	opacity: 0.8;
	color: inherit;
}
#head_logo a span {
	display: inline-block;
	font-size: 18px;
	vertical-align: top;
}

.navbar-brand {
	float: none;
	margin: 0;
	padding: 0;
}

.navbar-brand img {
	display: inline-block;
	height: 30px;
	width: auto;
	margin-right: 5px;
}

.navbar a {
	transition: color 0.125s ease-in-out 0s;
}

.navbar-custom .navbar-brand {
	font-size: 24px;
}

.navbar-custom .nav li > a {
	font-size: 14px;
	font-weight: 600;
	line-height: 70px;
	padding-bottom: 0;
	padding-top: 0;
}

.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover {
	background: none;
	color: #31977b;
}
.navbar-custom li:last-child > a:hover {
	background: #fff !important;
	border: 1px solid #31977b;
	box-sizing: border-box;
	margin: -1px -1px -1px calc(1em - 1px);
}

.navbar-toggle {
	color: #fff;
	margin-top: 0;
	padding: 0;
	top: 10px;
}

.navbar-custom .navbar-toggle .icon-bar {
	background: #fff;
}

.navbar-right {
	font-weight: 900;
}

/* Header */
#home {
	background: linear-gradient(135deg, #fefefd 0%,#f4fff5 42%,#deffe1 100%);
	background-size: cover;
	background-position: center;
	padding: 0;
	position: relative;
}

.parallax-bg {
	background-attachment: fixed !important;
	background-size: cover;
}

.contents_wrap {
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
}

.wh_wrap {
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	background: rgba(255, 255, 255, 0.5);
	border-radius: 30px;
	border: 2px solid #fff;
	box-sizing: border-box;
	padding: 20px 30px;
	position: relative;
	z-index: 1;
}

#mainImg {
	display: table;
	height: 100vh;
	position: relative;
	text-align: left;
	z-index: 4;
}

#mainImg_txt {
	display: table-cell;
	letter-spacing: 5px;
	position: relative;
	vertical-align: middle;
	width: 100%;
	z-index: 3;
}

#mainImg_txt h2 {
	font-feature-settings: "palt";
	font-size: 64px;
	font-weight: 900 !important;
	line-height: 1.25em;
	margin: 0 0 20px 0;
}

#mainImg_txt h2 strong {
	font-weight: 900 !important;
	color: #369d78;
}

#mainImg_txt p {
	font-size: 18px;
	font-weight: 900;
	line-height: 1.7em;
}

#mainImg_txt a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 1.5em 0 0 0;
	width: 220px;
	height: 50px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: 2px;
	line-height: 48px;
	font-size: 18px;
	font-weight: 600;
	background: rgba(255, 255, 255, 0.85);
	z-index: 1;
}

#mainImg_txt a:hover {
	background: linear-gradient(135deg, #f84616 0%, #cf0404 100%) !important;
}

#mainImg_txt a:hover span {
	background: transparent;
	-webkit-background-clip: unset;
	-webkit-text-fill-color: unset;
	color: #fff !important;
}

#mainImg_txt a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: linear-gradient(120deg, #f84616, #b91c1c, #f84616);
	background-size: 400% 400%;
	-webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 4px, 216px 4px, 216px 46px, 4px 46px, 4px 100%, 100% 100%, 100% 0%, 0% 0%);
	animation: gradient 3s ease-in-out infinite, border 1s forwards ease-in-out reverse;
}

#mainImg_txt a > span {
	display: block;
	background: linear-gradient(120deg, #f84616, #b91c1c, #f84616);
	background-size: 400% 400%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: gradient 3s ease-in-out infinite;
}

@-webkit-keyframes gradient {
	0% {
		background-position: 14% 0%;
	}
	50% {
		background-position: 87% 100%;
	}
	100% {
		background-position: 14% 0%;
	}
}

@-webkit-keyframes border {
	0% {
		-webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 4px, 216px 4px, 216px 46px, 4px 46px, 4px 100%, 100% 100%, 100% 0%, 0% 0%);
	}
	25% {
		-webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 4px, 216px 4px, 216px 46px, 216px 46px, 216px 100%, 100% 100%, 100% 0%, 0% 0%);
	}
	50% {
		-webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 4px, 216px 4px, 216px 4px, 216px 4px, 216px 4px, 216px 4px, 100% 0%, 0% 0%);
	}
	75% {
		-webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 4px, 4px 4px, 4px 4px, 4px 4px, 4px 4px, 4px 4px, 4px 0%, 0% 0%);
	}
	100% {
		-webkit-clip-path: polygon(0% 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 4px 100%, 0% 100%);
	}
}

.mv_thumb_right {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	z-index: 1;
}

#home .mv_thumb_right img {
	display: block;
	max-height: 480px;
}

#mainImg_01, #mainImg_02, #mainImg_03 {
	position: fixed;
}

#mainImg_01 {
	z-index: 3;
	right: 28%;
	top: 50%;
	transform: translateY(-50%);
}

#mainImg_02 {
	z-index: 2;
	right: 11%;
	bottom: 7%;
}

#mainImg_03 {
	z-index: 1;
	top: 7%;
	right: 0;
}

#mainImg_01 img {
	max-width: 246px;
	height: auto;
}

#mainImg_02 img {
	max-height: 577px !important;
	width: auto;
}

#mainImg_03 img {
	max-width: 279px;
	height: auto;
}

#hero-canvas {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
}

/* Scroll Down */
#scroll_down a {
	color: #fff;
	display: block;
	position: relative;
	z-index: 3;
}

#scroll_down a span {
	bottom: 100px;
	display: block;
	position: absolute;
	right: calc(5% + 1.6em);
	white-space: nowrap;
	width: 100%;
}

.c-scroll-icon {
	backface-visibility: hidden;
	bottom: 50px;
	height: 100px;
	left: calc(21px / 2);
	margin: 0 auto;
	position: absolute;
	right: 0;
	transform: translate3d(-50%, 0%, 0);
	width: 21px;
}

.c-scroll-icon .c-scroll-icon-line-mask {
	height: 100px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 21px;
}

.c-scroll-icon .c-scroll-icon-line {
	animation: scroll-line 3s infinite;
	border-left: 1px solid #fff;
	display: inline-block;
	height: 150px;
	left: 10px;
	position: absolute;
	top: -150px;
	transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86);
	width: 1px;
}

.c-scroll-icon-triangle {
	animation: triangle-bounce 3s infinite;
	height: 30px;
	margin: -10px auto 0;
	position: relative;
	width: 20px;
}

.c-scroll-icon-triangle-mask {
	position: absolute;
}

.c-scroll-icon-triangle-mask.first {
	height: 5px;
	overflow: hidden;
	right: 0;
	width: 40px;
}

.c-scroll-icon-triangle-mask.right {
	height: 30px;
	overflow: hidden;
	right: 0;
	width: 10px;
}

.c-scroll-icon-triangle-mask.left {
	height: 30px;
	left: 1;
	overflow: hidden;
	width: 10px;
}

.c-scroll-icon-triangle-mask.last {
	height: 5px;
	overflow: hidden;
	width: 40px;
}

.c-scroll-icon-triangle-line {
	position: absolute;
}

.c-scroll-icon-triangle-line.first {
	animation: triangle-first 3s infinite;
	border-bottom: 1px solid #fff;
	right: 0;
	transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	width: 30px;
}

.c-scroll-icon-triangle-line.right {
	animation: triangle-right 3s infinite;
	border-left: 1px solid #fff;
	height: 44px;
	right: 5px;
	top: -6px;
	transform: rotate(-163deg);
	transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.c-scroll-icon-triangle-line.left {
	animation: triangle-left 3s infinite;
	backface-visibility: hidden;
	border-left: 1px solid #fff;
	height: 40px;
	left: 5px;
	top: -3px;
	transform: rotate(163deg);
	transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-backface-visibility: hidden;
}

.c-scroll-icon-triangle-line.last {
	animation: triangle-last 3s infinite;
	border-bottom: 1px solid #fff;
	left: 0;
	transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	width: 120px;
}

@keyframes scroll-line {
	0% {
		transform: translate3d(0, 0, 0);
	}
	40% {
		transform: translate3d(0, 185px, 0);
	}
	75% {
		transform: translate3d(0, 175px, 0);
	}
	100% {
		transform: translate3d(0, 280px, 0);
	}
}

@keyframes triangle-bounce {
	0% {
		transform: translate3d(0, -5px, 0);
	}
	50% {
		transform: translate3d(0, 5px, 0);
	}
	100% {
		transform: translate3d(0, -5px, 0);
	}
}

@keyframes triangle-first {
	0%, 20% {
		transform: translate3d(-40px, 0, 0);
	}
	30%, 80% {
		transform: translate3d(10px, 0, 0);
	}
	85%, 100% {
		transform: translate3d(30px, 0, 0);
	}
}

@keyframes triangle-right {
	0%, 25% {
		transform: rotate(-163deg) translate3d(0, 40px, 0);
	}
	40%, 84% {
		transform: rotate(-163deg) translate3d(0, 0, 0);
	}
	90%, 100% {
		transform: rotate(-163deg) translate3d(0, -37px, 0);
	}
}

@keyframes triangle-left {
	0%, 33% {
		transform: rotate(163deg) translate3d(0, -34px, 0);
	}
	50%, 88% {
		transform: rotate(163deg) translate3d(0, 0, 0);
	}
	95%, 100% {
		transform: rotate(163deg) translate3d(0, 38px, 0);
	}
}

@keyframes triangle-last {
	0%, 87.5% {
		transform: translate3d(-120px, 0, 0);
	}
	91% {
		transform: translate3d(-80px, 0, 0);
	}
	100% {
		transform: translate3d(45px, 0, 0);
	}
}

.main {
	position: relative;
	z-index: 4;
}

.flex_box, .flex_list, .w-footer {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.flex_box > div, .flex_list > tr {
	flex: 1;
	min-width: 120px;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.flex_box > div a.btn {
	display: block;
	background: #fff;
	color: #31977b;
	font-weight: 600;
	text-decoration: none;
	line-height: 3.2em;
	border-radius: 7px;
	border: 2px solid #31977b;
	box-sizing: border-box;
}

.flex_btn {
	justify-content: center;
	gap: 20px 30px;
}

.flex_btn > div {
	max-width: 320px;
}

.flex_btn > div a {
	font-size: 20px;
	text-align: center;
	box-shadow: 0 0 4px #31977b;
}

.flex_btn > div a:hover {
	box-shadow: 0 0 4px #e72410;
}

.flex_box > div a.btn_soudan {
	background: linear-gradient(135deg, #ffa84c 0%, #ff7b0d 100%);
	color: #fff;
}

.flex_box > div a.btn_soudan:hover {
	background: #e72410;
	border-color: #e72410;
}

.flex_box > div a.btn_moushikomi:hover {
	color: #e72410;
	border-color: #e72410;
}

#img_mainvisual_left, #img_mainvisual_right {
	position: absolute;
	bottom: -5px;
	z-index: 1;
}

#img_mainvisual_left img, #img_mainvisual_right img {
	display: block;
	max-height: 460px;
}

#img_mainvisual_left {
	left: 0;
}

#img_mainvisual_right {
	right: 0;
}

#img_mainvisual_kasuhara_left, #img_mainvisual_kasuhara_right {
	position: absolute;
	z-index: -1;
}

#img_mainvisual_kasuhara_left img {
	max-height: 240px;
	transform: rotate(-4deg);
}

#img_mainvisual_kasuhara_right img {
	max-height: 180px;
	transform: rotate(5deg);
}

#img_mainvisual_kasuhara_left {
	left: 75px;
	bottom: 35%;
}

#img_mainvisual_kasuhara_right {
	right: 20px;
	top: 60px;
}

section {
	margin: 0 !important;
	padding: 105px 0 60px 0;
}

h2 {
	font-size: 36px;
	font-weight: 900 !important;
	letter-spacing: 3px;
}

img {
	display: block;
	max-width: 100%;
}

section div p {
	margin-bottom: 1em;
}

section div p:last-child {
	margin-bottom: 0;
}

#nayami {
	background: #31977b;
	padding-bottom: 140px;
	overflow: visible !important;
}

#nayami h2 {
	color: #83ff8d;
	text-align: center;
	margin-bottom: 1em;
}
#nayami h2 small {
	display: block;
	font-weight: 900;
	color: #fff;
	margin-top: 10px;
}

#nayami h3 {
	color: #fff;
	text-align: center;
	font-weight: 900;
	font-size: 24px;
	line-height: 1.5em;
}
.kadai_list {
	align-items: flex-start;
	margin: 4em auto;
}
.kadai_list > div {
	max-width: 490px;
}
.kadai_list > div dl, .kadai_list > div dl dt, .kadai_list > div dl dd {
	margin: 0;
	padding: 0;
}
.kadai_list > div dl dt {
	font-weight: 900;
	font-size: 24px;
	color: #83ff8d;
	text-align: center;
	margin-bottom: 10px;
}
#nayami .kadai_list > div dl dd p {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	text-align: left;
	border: 1px solid #fff;
	padding: 5px 15px;
}
.kadai_list > div img {
	display: block;
	width: 240px;
	height: 240px;
	object-fit: cover;
	border-radius: 50%;
	margin: 20px auto;
	border: 4px solid rgba(255,255,255,0.5);
	box-sizing: border-box;
}
.kadai_list > div a {
	color: #fff;
	text-decoration: underline;
}
.nayami_list {
	align-items: stretch;
	gap: 50px 40px;
	list-style-type: none;
	padding: 4em 0 0 0;
	margin: 0;
	position: relative;
	z-index: 1;
}

.nayami_list > li {
	width: 40%;
	font-size: 18px;
	font-weight: 600;
	color: #555;
	line-height: 1.5em;
	text-align: center;
	position: relative;
	z-index: 0;
}

.nayami_list > li:before {
	display: block;
	content: "\f058";
	font-family: "Font Awesome 6 Free";
	font-size: 1.25em;
	position: absolute;
	top: -0.75em;
	left: calc(50% + 2px);
	transform: translateX(-50%);
}

.nayami_list > li:nth-child(odd) {
	color: #555;
}

.nayami_list > li:after {
	display: block;
	content: '';
	background: #fff;
	width: 3em;
	height: 3em;
	position: absolute;
	top: -1.5em;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 50%;
	z-index: -2;
}

.nayami_list > li > span {
	display: block;
	background: #fff;
	font-size: 15px;
	text-align: left;
	line-height: 1.5em;
	position: relative;
	border-radius: 5px;
	padding: 15px;
	z-index: -1;
}
.nayami_list > li > span strong {
	display: block;
	font-size: 18px;
	color: #f84616;
	text-align: center;
	margin-bottom: 10px;
}
.nayami_list > li:nth-child(odd):before {
	color: #f84616;
}
.nayami_list > li:nth-child(even):before, .nayami_list > li:nth-child(even) > span strong {
	color: #31977b;
}

.nayami_list > li:nth-child(odd) > span:after {
	display: block;
	content: '→';
	color: #fff;
	font-size: 84px;
	font-weight: 100;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -35%;
	z-index: 3;
}

.nayami_wrap {
	position: relative;
	padding-bottom: 2em;
}

.img_nayami {
	position: absolute;
	top: 70%;
	transform: translateY(-70%);
	left: 0;
	right: 0;
	z-index: 0;
}

.img_nayami img {
	display: block;
	background: #fff;
	margin: 0 auto;
	width: 230px;
	height: 230px;
	object-fit: cover;
	border-radius: 50%;
}

#img_nayami_bottom_left, #img_nayami_bottom_right {
	position: absolute;
	bottom: -160px;
	z-index: 3;
}

#img_nayami_bottom_left {
	left: -10%;
	right: 50%;
}

#img_nayami_bottom_right {
	right: 4%;
}

#img_nayami_bottom_left img, #img_nayami_bottom_right img {
	margin: 0 auto;
	width: auto;
	height: 150px;
}

#intro_top {
	background: linear-gradient(135deg, #f9fcf7 0%,#f5f9f0 100%);
	padding: 60px 0 90px 0;
	position: relative;
	z-index: -1;
	margin-top: -10px;
}

#intro_top h2 {
	text-align: center;
}

#intro_top h2 img {
	display: block;
	margin: 0 auto 0.5em auto;
	max-height: 60px;
}

#intro_top, #intro, #support, #about, #voice, #flow, #price {
	border-top-left-radius: 45px;
	border-top-right-radius: 45px;
	padding-bottom: 90px;
	position: relative;
}

#intro {
	background: linear-gradient(135deg, #fcfff4 0%, #e9e9ce 100%);
}

#intro h2 {
	margin-bottom: 1em;
}
#intro h3 {
	color: #e72410;
	margin-bottom: 0.75em;
}

.intro_box > div {
	max-width: calc(100% - 480px);
}

.intro_box > div:nth-child(2) {
	max-width: 480px;
}

.intro_box > div:nth-child(1) ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.intro_box > div:nth-child(1) ul li {
	margin: 0;
	padding: 0;
}

.intro_box > div:nth-child(1) ul li:last-child {
	margin-bottom: 0;
}

.intro_box > div:nth-child(1) ul li a {
	display: table;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

.intro_box > div:nth-child(1) ul li a span {
	display: table-cell;
	width: 200px;
	height: 200px;
	vertical-align: middle;
	border-radius: 50%;
	background: linear-gradient(135deg, #65c76d 0%, #31977b 100%);
	color: #fff;
}

.intro_box > div:nth-child(1) ul li a span i {
	display: block;
	position: relative;
	top: 10px;
	transition: top 0.3s ease;
}

.intro_box > div:nth-child(1) ul li a:hover span {
	background: linear-gradient(135deg, #31977b 0%, #65c76d 100%);
	border-radius: 50%;
}

.intro_box > div:nth-child(1) ul li a:hover span i {
	top: 15px;
}

#support {
	background: linear-gradient(135deg, #cdeb8b 0%,#cdeb8b 100%);
}

#intro, #support, #about, #voice, #flow, #price {
	margin-top: -45px !important;
}

#support h2 {
	font-size: 30px;
	font-weight: 600;
	color: #31977b;
	text-align: center;
	margin: 0;
}

.support_box {
	align-items: stretch;
	margin-top: 2%;
	margin-bottom: 4em;
}

.support_box > div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100%;
	padding: 30px;
}

.support_box > div dl {
	line-height: 1.5em;
	margin-bottom: 0;
}

.support_box > div dl dt {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #31977b;
	text-align: center;
}

.support_box > div dl dt img {
	width: auto;
	max-height: 240px;
	margin: 0 auto 30px auto;
}

.support_box > div dl dd table, .support_box > div dl dd tbody, .support_box > div dl dd table tr, .support_box > div dl dd table th, .support_box > div dl dd table td {
	display: block;
	width: 100%;
}

.support_box > div dl dd table {
	margin: 0;
}

.support_box > div dl dd table th {
	background: rgba(255, 255, 255, 0.8);
	text-align: center;
	line-height: 2.3em;
	margin: 1em auto 0.5em auto;
	border: 1px solid #31977b;
	color: #31977b;
	box-sizing: border-box;
}

.support_box > div dl dd table td {
	padding: 0 0.5em;
}

.support_box > div dl dd table td ul {
	padding-left: 0;
}

.support_box > div dl dd table td ul li {
	margin-bottom: 7px;
}

.support_box > div dl dd table td ul li small {
	display: block;
	line-height: 1.3em;
}

.support_box > div dl dd > small {
	display: block;
	line-height: 1.5em;
	margin-top: 10px;
}

.service_list, .check_list {
	margin-bottom: 0;
}

.service_list li, .check_list li {
	list-style: none;
	position: relative;
	padding-left: 1.25em;
	margin: 0;
}

.check_list li:last-child {
	margin-bottom: 0;
}

.service_list li:before {
	content: "\f3cf";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	color: #05b178;
}

.check_list li:before {
	content: "\f00c";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	color: #05b178;
}

#about {
	background: linear-gradient(135deg, #f9fcf7 0%,#f5f9f0 100%);
}

#about .contents_wrap {
	position: relative;
	z-index: 1;
}
#about h2 {
	text-align: center;
	margin-bottom: 1em;
}
#about h2 small {
	display: block;
	font-weight: 600;
	font-size: 16px;
	margin-top: 10px;
}
#about p {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	text-decoration: underline;
}
.about_img_list {
	margin: 3em auto;
}
.about_img_list > div {
	flex: auto;
	width: calc(90% / 4);
}
.about_img_list img {
	display: block;
	margin: 0 auto;
	max-height: 180px;
}
.keireki {
	background: rgba(255,255,255,0.8);
	border: 1px solid #ddd;
	border-collapse: collapse;
	margin-bottom: 4em;
}
.keireki th, .keireki td {
	border: 1px solid #ddd;
}
.keireki th {
	width: 5em;
	background: #65c76d;
	color: #fff;
	text-align: center;
}
.keireki th > i {
	display: block;
	font-size: 180%;
	margin: 0 auto 5px auto;
}
.keireki td {
	padding: 15px 20px;
}
.keireki td ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.keireki td ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ddd;
}
.keireki td ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
.keireki_circle > div {
	width: 320px;
	height: 320px;
	border-radius: 50%;
}
.keireki_circle {
	margin-bottom: 4em;
}
.keireki_circle > div {
	display: table;
	background: rgba(101, 199, 109, 0.2);
	text-align: center;
	position: relative;
}
.keireki_circle > div:nth-child(1):after, .keireki_circle > div:nth-child(2):after {
	content: '\f00d';
	font-family: "Font Awesome 6 Free";
	font-size: 54px;
	font-weight: 600;
	color: #65c76d;
	line-height: 1em;
	position: absolute;
	top: 50%;
	right: -24%;
	transform: translateY(-50%);
}
.keireki_circle > div > div {
	display: table-cell;
	vertical-align: middle;
}
.keireki_circle > div > div .fa, .keireki_circle > div > div .fa-brands, .keireki_circle > div > div .fa-regular, .keireki_circle > div > div .fa-solid, .keireki_circle > div > div .fab, .keireki_circle > div > div .far, .keireki_circle > div > div .fas {
	display: block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	font-size: 30px;
	background: #65c76d;
	color: #fff;
	text-align: center;
	margin: 0 auto 10px auto;
	border-radius: 50%;
}
.keireki_circle > div > div span, .keireki_circle > div > div span strong {
	display: block;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.5em;
}
.keireki_circle > div > div span strong {
	width: 80%;
	position: relative;
	background: #fff;
	color: #65c76d;
	padding: 5px 15px;
	margin: 0 10% 5% 10%;
	border-radius: 5px;
}
.keireki_circle > div > div span strong:before {
	display: block;
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #fff;
}

.wave-circle {
	width: 45vw;
	height: 80vh;
	position: absolute;
	top: -25vh;
	left: -15vw;
	background: linear-gradient(to bottom right, #e6f5e6, #a3e4a9, #6cc89b, #2a7a5e);
	border-radius: 48% 69% 56% 53% / 47% 73% 43% 49%;
	animation: move 8s linear infinite;
	overflow: hidden;
	opacity: 0.2;
}

@keyframes move {
	50% {
		border-radius: 80% 20% 59% 41% / 72% 21% 79% 28%;
	}
	75% {
		border-radius: 100% 69% 100% 83% / 68% 99% 53% 93%;
	}
}

.wave-circle-large {
	width: 50vw;
	height: 90vh;
	position: absolute;
	bottom: -25vh;
	right: -15vw;
	background: linear-gradient(to bottom right, #e6f5e6, #a3e4a9, #6cc89b, #2a7a5e);
	border-radius: 52% 65% 60% 57% / 46% 74% 42% 50%;
	animation: move-large 9s linear infinite;
	overflow: hidden;
	opacity: 0.15;
}

@keyframes move-large {
	50% {
		border-radius: 75% 25% 62% 38% / 70% 25% 75% 30%;
	}
	75% {
		border-radius: 95% 65% 95% 80% / 65% 95% 55% 90%;
	}
}

.merit_list > li {
	width: 100%;
	font-weight: 900;
	font-size: 120%;
	color: #31977b;
	line-height: 1.75em;
	margin: 0;
	position: relative;
}

.merit_list > li span {
	display: inline;
	background: #fff;
	font-size: 85%;
	letter-spacing: 1px;
	color: #31977b;
	line-height: 1em;
	padding: 5px 10px;
	border: 1px solid #31977b;
	box-sizing: border-box;
	border-radius: 20px;
	margin-right: 5px;
}

.merit_box {
	margin: 2em auto 4em auto;
}

.merit_box > div img {
	max-width: 360px;
	margin: 0 auto;
}

.rowreverse {
	flex-direction: row-reverse;
}
#voice {
	background: #ecf0f1;
	position: relative;
}
#voice h2 {
	text-align: center;
	margin: 0 auto 2em auto;
}
#voice .flex_box > div > img {
	display: block;
	max-width: 480px;
	margin: 0 auto;
}
#voice dl dt {
	font-size: 24px;
	font-weight: 900;
	color: #31977b;
	text-align: center;
	margin-bottom: 1em;
}
#voice table.bf {
	display: table !important;
	width: 100%;
	background: #fff;
	font-size: 16px;
	table-layout: fixed;
	border-collapse: collapse;
	border: none;
	margin-bottom: 4em;
}
#voice table.bf tbody, #voice table.bf tr {
	width: 100%;
}
#voice table.bf th, #voice table.bf td {
	line-height: 1.5em;
	padding: 15px 45px;
	border: 1px solid #ddd;
}

#voice table.bf th {
	text-align: center;
	font-size: 18px;
}

#voice table.bf th:nth-child(1) {
	background: #f84616;
	color: #fff;
}

#voice table.bf th:nth-child(2) {
	background: #31977b;
	color: #fff;
}

#voice table.bf td {
	min-width: 0;
}
#voice table.bf td:nth-child(1) {
	font-weight: 600;
	position: relative;
}

#voice table.bf td:nth-child(1):after {
	display: block;
	content: '→';
	color: #31977b;
	font-size: 64px;
	font-weight: 100;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -5%;
	z-index: 3;
}

#voice table.bf td:nth-child(2) {
	font-weight: 600;
}

#voice table.bf td:nth-child(2) strong {
	display: inline-block;
	background: #ffffff;
	border: 1px solid #f84616;
	border-radius: 15px;
	margin-left: 5px;
	padding: 1px 15px;
}
.voice_wrap {
	margin-bottom: 4em;
}

.process_list {
	align-items: stretch;
	margin: 6em auto 4em auto;
	position: relative;
}

.process_list > div {
	flex: 1;
	position: relative;
	border: 2px solid #369d78;
	box-sizing: border-box;
}

.process_list:after {
	display: block;
	background: #fff;
	content: "\f055";
	font-family: "Font Awesome 6 Free";
	font-size: 54px;
	font-weight: 600;
	color: #369d78;
	line-height: 1em;
	position: absolute;
	top: 49%;
	left: 0;
	right: 0;
	text-align: center;
	width: 1em;
	margin: 0 auto;
	transform: translateY(-49%);
	border-radius: 50%;
	z-index: 3;
}

.process_list > div:last-child:after {
	display: none;
}

.process_list > div dl {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin-bottom: 2em;
	padding-bottom: 0;
}

.process_list > div dl dt {
	font-size: 24px;
	color: #369d78;
	text-align: center;
	position: relative;
	top: -2em;
}
.process_list > div dl dt span {
	display: inline-block;
	min-width: 200px;
	background: #fff;
	line-height: 2em;
	text-align: center;
	padding: 0 20px;
	border: 2px solid #369d78;
	box-sizing: border-box;
}

.process_list > div dl dd img {
	display: block;
	max-height: 190px;
	width: auto;
	margin: 0 auto 20px auto;
}

.process_list > div dl dd ul {
	list-style-position: inside;
	margin: 0 4%;
	padding: 0;
}

.process_list > div dl dd ul li {
	margin: 0.5em;
}

.check_list {
	margin: 0 auto;
	padding: 0;
}
.check_list li {
	display: inline-block;
	font-weight: 600;
	margin: 0.5em;
}

#flow {
	background: linear-gradient(135deg, #fcfff4 0%, #e9e9ce 100%);
}

#flow h2 {
	background: linear-gradient(135deg, #0f032f 0%, #3f4c6b 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	text-align: center;
	margin-bottom: 2em;
}
#flow h2 small {
	display: block;
	font-weight: 600;
	color: inherit;
	margin-top: 5px;
}

#flow p {
	font-size: 130%;
	font-weight: 600;
	color: #fff71b;
	text-align: center;
}

.flow_list {
	align-items: flex-start;
	margin-bottom: 45px;
	position: relative;
}

.flow_list:after {
	display: block;
	content: '';
	background: linear-gradient(135deg, #606c88 0%, #3f4c6b 100%);
	width: 90%;
	height: 10px;
	position: absolute;
	top: calc(65px);
	left: 5%;
	right: 5%;
	border-radius: 30px;
}

.flow_list > li {
	flex: 1;
	font-size: 110%;
	font-weight: 600;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 1;
}

.flow_list > li:before {
	display: block;
	content: '';
	background: linear-gradient(135deg, #0f032f 0%, #3f4c6b 100%);
	width: 130px;
	height: 130px;
	margin: 0 auto 15px auto;
	border-radius: 50%;
}

.full_package > li:nth-child(2):before, .full_package > li:nth-child(3):before, .full_package > li:nth-child(4):before {
	background: linear-gradient(135deg, #31977b 0%, #226956 100%);
}
.full_package > li:nth-child(2) small, .full_package > li:nth-child(3) small, .full_package > li:nth-child(4) small {
	background: linear-gradient(135deg, #31977b 0%, #226956 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.flow_list > li > span {
	display: block;
	font-weight: 600;
	color: #fff;
	line-height: 1.75em;
	position: absolute;
	top: calc(90px / 2);
	left: 0;
	right: 0;
}
.flow_list > li > span > span {
	font-size: 12px;
	position: absolute;
	position: absolute;
	top: -1.75em;
	left: 0;
	right: 0;
}
.flow_list > li > span strong {
	display: block;
	font-size: 180%;
}

.flow_list > li small {
	display: block;
	font-size: 18px;
	background: linear-gradient(135deg, #0f032f 0%, #3f4c6b 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	line-height: 1.5em;
}

.flow_list > li small i {
	display: block;
	font-size: 270%;
	margin: 30px auto 20px auto;
}

.flow_list > li small span {
	display: block;
	font-size: 13px;
	margin-top: 5px;
}

table.plan {
	background: rgba(255,255,255,0.8);
	font-size: 16px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	border-collapse: collapse;
	margin-bottom: 2em;
}
#flow .contents_wrap .animate:last-of-type table.plan {
	margin-bottom: 0;
}
table.plan tr th {
	background: linear-gradient(135deg, #31977b 0%, #226956 100%);
	color: #fff;
	font-size: 20px;
	text-align: center;
}
table.plan tr th, table.plan tr td {
	padding: 15px 20px;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
table.plan tr th, table.plan tr td:first-child {
	font-weight: 900;
	white-space: nowrap;
}
table.plan tr td ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
table.plan tr td ul li {
	display: inline-block;
	vertical-align: middle;
}

#price {
	background: #efefef;
	background: url(../images/bg_price.webp);
	background-size: cover;
	background-position: center;
	position: relative;
}

#price:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9);
	position: absolute;
	top: 0;
	left: 0;
}

#price h2 {
	margin-bottom: 1.5em;
}

#price h2 small {
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.35em;
	margin-top: 0.75em;
}

#price .flex_box > div:nth-child(1) {
	max-width: 21%;
}

#price .flex_box > div > img {
	display: block;
	max-height: 640px;
	margin: 0 auto;
}

table {
	width: 100%;
	border-collapse: collapse;
	margin: 1em 0;
}

#price table.hikaku {
	table-layout: fixed;
}

#price table.option {
	display: table !important;
	background: #fff;
	border: 1px solid #ddd;
}

#price table th, #price table td {
	text-align: center;
	line-height: 1.5em;
	padding: 10px 20px;
	border: 1px solid #ddd;
}

#price table.hikaku th {
	font-weight: 900 !important;
	padding: 15px 20px;
	border: none;
}

#price table.hikaku th, #price table.hikaku tr:nth-child(2) > td:nth-child(n+2) {
	font-size: 20px;
	font-weight: 600;
}

#price table th:nth-child(1) {
	border: none;
}

#price table.hikaku td:nth-child(n+2) {
	font-size: 20px;
}

#price table td:nth-child(1) {
	text-align: right;
	font-weight: 600;
	padding: 15px;
}

#price table.hikaku tr > td:nth-child(1) {
	background: #ffffff;
}

#price table.hikaku tr > th:nth-child(2) {
	background: linear-gradient(135deg, #d5cea6 0%, #c9c190 40%, #b7ad70 100%);
	color: #fff;
}

#price table.hikaku tr > td:nth-child(2) {
	background: #fffcee;
	color: #93895b;
	font-weight: 600;
}

#price table.hikaku tr > th:nth-child(3) {
	background: linear-gradient(135deg, #eab92d 0%, #c79810 100%);
	color: #fff;
}

#price table.hikaku tr > th:nth-child(4) {
	background: linear-gradient(135deg, #45484d 0%,#000000 100%);
	color: #fff;
}

#price table.hikaku tr > td:nth-child(3) {
	background: #fff7de;
	color: #a78800;
	font-weight: 600;
}

#price table.hikaku tr > td:nth-child(4) {
	background: linear-gradient(135deg, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	font-weight: 600;
}

#price table.option td {
	text-align: left;
}

#price table.option th:nth-child(1) {
	background: #efefef;
}

#price table.option td ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#price table.option td ul li {
	margin-bottom: 5px;
}

#price table.option td ul li:last-child {
	margin-bottom: 0;
}
.scroll-hint-icon-white .scroll-hint-text {
	color: inherit !important;
}
.scroll-hint-text {
	font-weight: 900 !important;
}

.cta {
	font-weight: 900;
	padding: 60px 0 105px 0;
}
.cta h2 {
	font-size: 36px;
	color: #31977b;
	margin: 0 0 1em 0;
}
.cta h2 small {
	display: block;
	font-weight: 900;
	font-size: 18px;
	color: #31977b;
	margin-bottom: 10px;
}
.cta p {
	font-size: 18px;
}
.cta_tel {
	width: 35%;
}
.cta_tel a {
	display: block;
	background: linear-gradient(135deg, #65c76d 0%, #31977b 100%);
	font-weight: 600;
	font-size: 24px;
	line-height: 2.7em;
	text-align: center;
	color: #fff;
	padding: 0 30px;
	border-radius: 45px;
}
.cta_tel a:hover {
	background: #fff;
	color: #31977b;
	border: 1px solid #31977b;
	box-sizing: border-box;
	margin: -1px;
}

#footer {
	background: #30394c;
	font-size: 14px;
	padding-top: 60px;
}

#footer .wh_wrap {
	max-width: 80%;
	margin: 2% auto;
}

#footer table {
	width: 100%;
	color: #ddd;
	line-height: 1.35em;
}

#footer .flex_list > tr th {
	font-weight: 400;
	padding: 5px 10px;
	border: 1px solid #ddd;
	text-align: center;
	white-space: nowrap;
}

#footer .flex_list > tr td {
	padding-left: 10px;
}
#footer .flex_list > tr td a {
	color: #ddd;
}

#footer img {
	display: block;
	margin: 0 auto 7px auto;
	max-width: 60px;
}
#footer .logo {
	color: #fff;
	text-align: center;
	margin: 0 auto 4em auto;
}
#footer .logo small {
	display: block;
	font-size: 10px;
	font-weight: 600;
	margin-top: 5px;
}

.footer .copyright {
	clear: both;
	color: #ddd;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 2px;
	margin: 20px auto;
	text-align: center;
	border-top: 1px solid #2b3449;
	padding-top: 20px;
}

/* Typography */
a {
	color: #30394c;
}

a:hover, a:focus {
	color: #aaa;
	outline: 0;
	text-decoration: none;
}

h2 {
	font-weight: 400;
	line-height: 1.4;
}

p {
	margin: 0 0 20px;
}

h2, .navbar-custom .nav li > a {
	transform: rotate(.03deg);
}

/* Responsive Styles - Media Queries */
@media (max-width: 1280px) {
	#mainImg_01 {
		right: 23%;
	}
	
	#mainImg_02 {
		right: 6%;
	}
	
	#mainImg_03 {
		right: -5%;
	}
}
@media (max-width: 1180px) {
	#mainImg_01 {
		right: 10%;
	}
	
	#mainImg_02 {
		right: -7%;
	}
	
	#mainImg_03 {
		right: -18%;
	}
	.navbar-custom .nav li > a {
		font-size: 12px;
	}
}

@media (max-width: 991px) {
	
	.navbar-custom .wh_wrap {
		max-width: 90% !important;
		width: 90% !important;
	}
	
	.navbar-nav > li {
		line-height: 45px;
	}
	
	.navbar-nav > li a {
		letter-spacing: 1px;
	}
	
	.navbar-custom li:last-child > a {
		padding: 0 15px;
		line-height: 45px !important;
		top: 12px;
	}
	#mainImg {
		width: 880px;
	}
	#mainImg_txt {
		padding-right: 35%;
	}
	#mainImg_txt h2 {
		font-size: 48px;
	}
	#mainImg_txt p br {
		display: none;
	}
	#mainImg .mv_thumb_right {
		right: -10%;
	}
	
	#mainImg .mv_thumb_right img {
		height: 320px;
		width: auto;
	}
	
	.w-footer > div {
		max-width: fit-content;
	}
}

@media (max-width: 767px) {
	#sp_tel {
		display: block;
		position: absolute;
		left: 6%;
	}
	
	#sp_tel a {
		display: block;
		font-size: 24px;
		text-align: center;
		letter-spacing: 1px;
		pointer-events: auto !important;
		position: relative;
		z-index: 1000;
		touch-action: manipulation;
	}
	
	#sp_tel a small {
		display: block;
		font-size: 9px;
		line-height: 1em;
	}
	
	.container {
		width: 100%;
	}
	
	.navbar-fixed-top {
		width: 90%;
		margin: 0 auto;
	}
	
	.navbar-custom .wh_wrap {
		max-width: 100% !important;
		width: 100% !important;
		background: rgba(255, 255, 255, 0.8);
		margin-top: 1.25em;
	}
	
	.navbar-brand img {
		height: 30px;
		position: relative;
		width: auto;
	}
	
	.navbar-collapse.in {
		border-top: none;
		overflow: hidden;
		position: relative;
	}
	
	.navbar-custom .navbar-toggle .icon-bar {
		background: #000;
		width: 30px;
	}
	
	.navbar-custom .navbar-toggle .icon-bar {
		margin-left: 15%;
		width: 85%;
	}
	
	.navbar-custom .navbar-toggle .icon-bar:nth-child(4) {
		margin-left: 30%;
		width: 70%;
	}
	
	.navbar-custom .navbar-toggle .menu_txt {
		display: block;
		margin-top: 3px;
	}
	
	.navbar-toggle {
		color: #30394c !important;
		margin: 0 !important;
		padding: 0;
		right: 6%;
		width: max-content;
		z-index: 9999;
		position: absolute;
	}
	
	.navbar-fixed-top .navbar-collapse {
		max-height: fit-content;
	}
	.navbar-custom li {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.navbar-custom li:last-child > a {
		line-height: 70px !important;
		top: 0;
		padding: inherit;
		margin-left: 0 !important;
		border: none;
	}
	.navbar-custom li:last-child > a:hover {
		border: 1px solid #ccc;
		box-sizing: border-box;
	}
	
	.navbar-custom .nav li > a {
		font-size: 15px;
		line-height: 65px;
	}
	
	#head_logo {
		margin: 0 auto;
		text-align: center;
	}
	
	#head_logo a {
		display: inline-block;
		font-size: 18px;
		height: 50px !important;
		letter-spacing: 3px;
		line-height: 50px;
		vertical-align: top;
	}
	
	.navbar-custom {
		font-weight: 600;
	}
	
	.navbar-custom .navbar-nav {
		letter-spacing: 3px;
	}
	
	.navbar-custom li {
		margin: 1.25em 0.5em;
	}
	
	.navbar-custom li > a:hover {
		background: rgba(255, 255, 255, 0.8) !important;
	}
	
	.navbar-custom li a {
		background: #fff;
		text-align: center;
		border-radius: 45px;
		border: 1px solid #ccc;
		box-sizing: border-box;
	}
	
	.navbar-custom .dropdown-toggle:after {
		content: "\f105";
		right: 7%;
	}
	
	.navbar-custom .nav > .open > .dropdown-toggle:after {
		content: "\f106";
		right: 7px;
	}
	
	.navbar-nav > li:last-child {
		margin-left: 0;
	}
	
	#home {
		background-position: center !important;
		background-size: cover !important;
	}
	
	#mainImg {
		height: 100vh;
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}
	#mainImg_txt {
		padding-right: 0;
		vertical-align: top;
		padding-top: 20%;
	}
	#mainImg_txt h2 {
		font-size: 42px;
		margin-bottom: 20px !important;
	}
	
	#mainImg_txt p {
		font-size: 16px;
		letter-spacing: 2px;
	}
	
	#mainImg_txt a {
		margin: 1.5em auto 0 auto;
	}
	
	#mainImg_01, #mainImg_02, #mainImg_03 {
		display: none;
	}
	
	#home .mv_thumb_right {
		display: block !important;
		left: 0;
		right: 0;
		bottom: -7%;
		top: auto;
		transform: none;
	}
	
	#home .mv_thumb_right img {
		width: 100%;
		margin: 0 auto;
	}
	
	.c-scroll-icon {
		bottom: 0;
		left: 0;
		margin-left: 10%;
	}
	
	p {
		font-size: 14px;
	}
	
	p br {
		display: none;
	}
	
	.contents_wrap {
		max-width: 90%;
		margin: 0 5%;
	}
	
	section h2, #intro_top h2 {
		font-size: 24px;
		margin-bottom: 1.75em !important;
	}
	#intro_top h2 {
		margin-top: 1em;
	}
	#intro, #support, #merit, #flow, #price {
		border-top-left-radius: 45px;
		border-top-right-radius: 45px;
	}
	
	.nayami_list {
		display: block;
		gap: 20px;
		padding-top: 0;
		margin-top: 4em;
	}
	
	.nayami_list > li {
		width: 100%;
		font-size: 16px;
		margin-bottom: 6em;
	}
	
	.nayami_list > li:nth-child(even) {
		margin-bottom: 3em;
		padding-bottom: 1.75em;
		border-bottom: 1px dotted #ddd;
	}
	
	.nayami_list > li:nth-child(even):last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border: none;
	}
	
	.nayami_list > li > span {
		padding: 20px 30px;
	}
	
	.nayami_list > li:nth-child(odd) > span:after {
		left: 0;
		right: 0;
		top: auto;
		bottom: -200px;
		transform: rotate(90deg);
		margin-left: 12px;
		z-index: -1;
	}
	
	.nayami_list > li br {
		display: none;
	}
	
	#nayami {
		padding-bottom: 110px;
	}
	
	#nayami dl {
		width: 100%;
		position: relative;
		margin-top: 1em;
	}
	
	#nayami dl dt img {
		width: 160px;
		height: 160px;
	}
	
	#nayami dl dd {
		font-size: 20px;
	}
	
	#img_nayami_bottom_left, #img_nayami_bottom_right {
		width: 100%;
		bottom: -130px;
	}
	#img_nayami_bottom_left {
		left: -36%;
	}
	#img_nayami_bottom_right {
		right: -28%;
	}
	
	#img_nayami_bottom_left img, #img_nayami_bottom_right img {
		height: 100px;
	}
	
	.kadai_list, .kadai_list > div {
		display: block;
		width: 100%;
		max-width: 100%;
	}
	.kadai_list > div {
		margin-bottom: 3em;
	}
	.kadai_list > div dl dt, #nayami h3 {
		font-size: 20px;
	}
	
	#intro_top {
		padding-bottom: 60px !important;
	}
	
	#intro_top h2 br {
		display: none;
	}
	
	#intro_top h2 img {
		margin-bottom: 0.75em;
	}
	
	.intro_box {
		display: block !important;
	}
	
	.intro_box > div {
		max-width: 100%;
	}
	
	.intro_box .flex_list {
		display: flex !important;
	}
	
	.intro_box > div .flex_list li {
		flex: 1;
		font-size: 90%;
	}
	
	.intro_box > div p br {
		display: none;
	}
	
	.intro_box > div:nth-child(1) ul li a {
		margin: 0 auto;
	}
	
	.intro_box > div:nth-child(1) ul li a span {
		width: 145px;
		height: 145px;
		font-size: 14px;
	}
	
	.intro_box > div:nth-child(2) {
		margin: 0 auto;
		position: relative;
		bottom: -48px;
	}
	
	.process_list {
		margin: 4em auto;
	}
	.process_list > div {
		margin-bottom: 6.5em;
		padding: 0;
	}
	.process_list > div:last-of-type {
		margin-bottom: 0;
	}
	.process_list > div dl {
		margin: 0;
	}
	.process_list > div dl dt {
		top: -2.5em;
	}
	.process_list:after {
		top: 50%;
		transform: translateY(-50%);
	}
	.process_list > div dl dd ul {
		margin: 0 auto;
	}
	
	#intro h2 {
		text-align: center;
		margin-bottom: 1em !important;
	}
	.intro_box {
		margin-bottom: 4em;
	}
	.intro_box .flex_list {
		gap: 10px;
	}
	
	#support h2 {
		font-size: 26px;
		margin-bottom: 0 !important;
	}
	
	.support_box {
		display: block;
		width: 100%;
	}
	
	.support_box > div {
		max-width: 100%;
		padding: 30px;
	}
	
	.support_box > div dl dt {
		line-height: 1.5em;
		text-align: center;
	}
	
	.support_box > div dl dt img {
		max-height: 180px;
	}
	
	.support_box > div dl dd {
		font-size: 14px;
	}
	.support_box > div dl dd p {
		font-size: 15px;
	}
	
	.support_box > div dl dd small {
		font-size: 12px;
	}
	
	#support .wh_wrap {
		margin-bottom: 2em;
	}
	
	.cta h2 {
		margin-bottom: 0.5em !important;
	}
	.cta_tel {
		width: 80%;
		margin: 0 auto;
	}
	.cta_tel a {
		border-bottom: 4px solid #31977b;
	}
	
	.merit_box {
		display: block;
		position: relative;
	}
	
	.merit_box > div {
		max-width: 100%;
	}
	
	.merit_list {
		margin-top: 1.5em;
	}
	
	.merit_list > li {
		font-size: 16px;
	}
	
	.process_list {
		display: block;
		width: 100%;
	}
	
	.process_list > div dl {
		padding: 30px;
	}
	
	.process_list > div:after {
		top: auto;
		left: 0;
		right: 0;
		bottom: -30px;
		transform: none;
		text-align: center;
	}
	
	.cta_tel {
		width: 90%;
	}
	
	#voice .flex_box {
		display: block;
		width: 100%;
	}
	#voice .flex_box > div {
		max-width: 100%;
	}
	#voice .flex_box > div img {
		max-width: 320px;
		margin: 0 auto 2em auto;
	}
	#voice .flex_box > div dl dt {
		font-size: 14px;
	}
	
	#voice table.bf th {
		font-size: 18px !important;
		line-height: 1.3em;
	}
	#voice table.bf th span {
		display: block;
		font-size: 15px;
	}
	
	#voice table.bf td:nth-child(1), #voice table.bf td:nth-child(2) {
		width: 49% !important;
		font-size: 14px;
		padding: 15px 30px;
		white-space: break-spaces;
		word-wrap: break-word;
	}
	
	#voice table.bf td:nth-child(2) strong {
		display: block;
		font-size: 18px;
		margin: 5px 0 0 0;
	}
	
	#voice table.bf td:nth-child(1):after {
		font-size: 48px;
		font-weight: 300;
		right: -12%;
	}
	
	.merit_box > div img {
		max-width: 300px;
	}
	.merit_list > li span {
		display: block;
		text-align: center;
		line-height: 1.75em;
		font-size: 100%;
		margin-bottom: 5px;
	}
	.merit_list > li {
		text-align: center;
	}
	
	.flow_list {
		display: block;
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	
	.flow_list > li small i {
		display: block;
		float: left;
		margin: 0 15px 0 0;
	}
	
	.flow_list:after {
		width: 10px;
		height: 90%;
		bottom: 5%;
		top: 5%;
		left: 45px;
		right: auto;
		z-index: 0;
	}
	
	.flow_list > li {
		display: table;
		width: 100%;
		margin-bottom: 2.5em;
		position: relative;
	}
	
	.flow_list > li span {
		line-height: 1.5em;
		top: calc(50px / 2);
		left: calc(58px / 2);
		right: auto;
	}
	.flow_list > li > span > span {
		top: -1.25em;
	}
	
	.flow_list > li:before {
		width: 100px;
		height: 100px;
		margin: 0;
	}
	
	.flow_list > li small {
		display: table-cell;
		vertical-align: middle;
		width: 95%;
		text-align: left;
		padding-left: 5%;
	}
	
	.flow_list > li br {
		display: none;
	}
	
	.flex_btn {
		display: block;
	}
	
	.flex_btn > div {
		margin: 0 auto 15px auto;
		position: relative;
		z-index: 2;
	}
	
	.flex_btn > div:last-child {
		margin-bottom: 0;
	}
	
	.js-scrollable {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.js-scrollable table {
		width: 100%;
		table-layout: fixed;
	}
	
	.js-scrollable th, .js-scrollable td {
		min-width: auto;
	}
	
	#price .flex_box {
		display: block;
		width: 100%;
	}
	
	#price .flex_box > div {
		max-width: 100% !important;
	}
	
	#price .flex_box > div h2, #price .flex_box > div > img {
		display: inline-block;
		vertical-align: middle;
	}
	
	#price .flex_box > div h2 {
		font-size: 30px;
		width: calc(90% - 112px);
		padding: 5%;
	}
	
	#price h2 small small {
		font-size: 13px;
		margin-top: 5px;
	}
	
	#price .flex_box > div > img {
		display: inline-block;
		max-width: 112px;
		max-height: 180px;
		margin: 0 auto;
		text-align: center;
	}
	
	#price table.option, #price table.option tbody, #price table.option tr, #price table.option th, #price table.option td {
		display: block;
		width: 100%;
	}
	
	#price table.option td {
		border: none;
		border-top: 1px solid #ddd;
	}
	
	.keireki tr td ul li br {
		display: none;
	}
	.keireki_circle {
		margin-bottom: 0;
	}
	.keireki_circle > div {
		width: 200px;
		height: 200px;
	}
	.keireki_circle > div > div span, .keireki_circle > div > div span strong {
		font-size: 16px;
		line-height: 1.35em;
	}
	.keireki_circle > div > div .fa, .keireki_circle > div > div .fa-brands, .keireki_circle > div > div .fa-regular, .keireki_circle > div > div .fa-solid, .keireki_circle > div > div .fab, .keireki_circle > div > div .far, .keireki_circle > div > div .fas {
		font-size: 24px;
	}
	.keireki_circle > div:nth-child(1) {
		margin: 0 calc(50% - 100px);
	}
	.keireki_circle > div:after {
		display: none;
	}
	.keireki_circle {
		position: relative;
	}
	.keireki_circle:after {
		display: block;
		content: '\f00d';
		font-family: "Font Awesome 6 Free";
		font-size: 54px;
		font-weight: 600;
		color: #65c76d;
		line-height: 1em;
		position: absolute;
		top: 50%;
		right: 0;
		left: 0;
		text-align: center;
		margin-top: 5%;
		transform: translateY(-50%);
	}
	.keireki_circle > div > div span strong {
		width: 100%;
		padding: 5px 10px;
		margin: 0 auto 8% auto;
		font-size: 15px;
		letter-spacing: 1px;
		line-height: 1.3em;
	}
	
	.w-footer {
		gap: 5px 15px;
	}
	
	#footer .wh_wrap {
		width: 90%;
	}
	
	#footer .flex_list > tr {
		min-width: 47%;
		margin-bottom: 1em;
	}
	
	#footer .flex_list > tr th {
		width: 85px;
	}
	
	.flex_btn {
		display: block;
	}
	
.wave-circle {width: 100vw; height: 80vh; top: -35vh; left: -20vw;}
.wave-circle-large {width: 120vw; height: 90vh; bottom: -35vh; right: -50vw;}
}

@media only screen and (max-width: 480px) {
	.sp_only {
		display: block !important;
	}
	.navbar-brand {
		padding-right: 0;
	}
	
	.navbar-custom .nav li > a {
		font-size: 14px;
	}
	
	.navbar-custom .navbar-brand {
		font-size: 18px;
	}
	
	#head_logo a {
		display: block;
		position: relative;
	}
	
	#head_logo a img {
		margin: 10px 0;
		top: 0;
	}
	
	#mainImg {
		height: 95vh;
	}
	#mainImg_txt {
		padding-top: 30%;
	}
	
	.c-scroll-icon {
		top: 30px;
		margin-left: 15%;
	}
	
	section {
		padding-top: 60px;
	}
	section, .parallax-bg {
		background-attachment: unset !important;
		background-position: top !important;
		background-size: 200% !important;
		background-repeat: no-repeat !important;
	}
	
	section h2, #support h2 {
		font-size: 24px;
		line-height: 1.5em;
	}
	
	#intro_top h2 {
		font-size: 20px;
	}
	
	.nayami_list > li:nth-child(odd) > span:after {
		bottom: -165px;
	}
	
	#img_nayami_bottom_left img, #img_nayami_bottom_right img {
		height: 75px;
	}
	
	.intro_box > div:nth-child(1) p u {
		text-decoration: none;
	}
	
	.intro_box > div:nth-child(1) p a {
		text-shadow: none;
	}
	
	.intro_box > div .flex_list {
		gap: 10px;
	}
	
	.intro_box > div .flex_list li a {
		font-size: 14px;
	}
	
	.intro_box > div:nth-child(1) ul li a span {
		width: 110px;
		height: 110px;
	}
	
	.intro_box > div:nth-child(1) ul li a span {
		letter-spacing: 0;
		font-size: 12px;
	}
	
	#support h2 span {
		display: block;
	}
	
	.support_box {
		display: block;
		margin-top: 4%;
	}
	
	.support_box > div {
		padding: 30px;
		margin-bottom: 4%;
	}
	
	.support_box > div:last-child {
		margin-bottom: 0;
	}
	
	.support_box > div dl dt {
		font-size: 16px;
		text-align: center;
		margin-bottom: 10px;
	}
	
	.support_box > div dl dt img {
		max-height: 160px;
	}
	
	.merit_list > li .fa, .merit_list > li .fa-brands, .merit_list > li .fa-regular, .merit_list > li .fa-solid, .merit_list > li .fab, .merit_list > li .far, .merit_list > li .fas {
		margin-right: 7px;
	}
	
	.merit_list > li {
		line-height: 1.5em;
		padding-right: 20px;
	}
	
	#voice .js-scrollable table.bf {
		min-width: 500px;
	}
	#voice table.bf th, #voice table.bf td {
		padding: 15px;
	}
	
	#voice table.bf td:nth-child(2):after {
		right: -16%;
	}
	
	#flow p {
		font-size: 120%;
	}
	
	#flow p br {
		display: none;
	}
	
	.flow_list:after {
		left: 35px;
	}
	
	.flow_list > li {
		font-size: 90%;
	}
	
	.flow_list > li span {
		top: calc(40px / 2);
		left: calc(45px / 2);
	}
	
	.flow_list > li:before {
		width: 80px;
		height: 80px;
	}
	
	.flow_list > li small br {
		display: block !important;
	}
	
	#price .flex_box > div > img {
		max-height: 160px;
	}
	
	#price .flex_box > div h2 {
		width: calc(100% - 110px);
		padding: 0;
	}
	
	table.plan tr th strong {
		display: block;
	}
	
	#price h2 small small {
		font-size: 12px;
	}
	
	#about h2 small {
		font-size: 14px;
	}
	#about p {
		font-size: 18px;
	}
	.keireki_circle {
		gap: 10px;
	}
	.keireki_circle > div {
		width: 180px;
		height: 180px;
	}
	.keireki_circle > div:nth-child(1) {
		margin: 0 calc(50% - 90px);
	}
	.keireki_circle > div > div span {
		font-size: 15px;
	}
	.keireki_circle > div > div span strong {
		font-size: 14px;
		padding: 5px;
	}
	.keireki_circle:after {
		font-size: 48px;
	}
	
	#footer .wh_wrap {
		max-width: 100%;
	}
	
	#footer .l-container.wh_wrap {
		margin-top: 4%;
	}
	
	#footer .flex_list {
		width: 100%;
		gap: 10px;
	}
	
	#footer .flex_list > tr {
		margin-bottom: 1.5em;
	}
	
	.c-copyright {
		font-size: 11px;
	}
}

@media only screen and (max-width: 390px) {
	.process_list:after {
		top: 53.25%;
	}
	.cta h2 {
		font-size: 30px;
	}
	.cta p {
		font-size: 16px;
	}
	.keireki_circle > div {
		width: 170px;
		height: 170px;
	}
	.keireki_circle > div:nth-child(1) {
		margin: 0 calc(50% - 85px);
	}
	.keireki_circle > div > div span {
		font-size: 14px;
	}
	.keireki_circle > div > div span strong {
		font-size: 12px;
	}
	#footer table {
		width: 60%;
		margin: 0 auto;
	}
	#footer .flex_list {
		display: block;
	}
	#footer .flex_list > tr:last-child {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 375px) {
	.keireki_circle > div {
		width: 160px;
		height: 160px;
	}
	.keireki_circle > div:nth-child(1) {
		margin: 0 calc(50% - 80px);
	}
	.keireki_circle > div > div span {
		font-size: 13px;
	}
	.keireki_circle > div > div span strong {
		letter-spacing: 0;
	}
}

@media (min-width: 768px) {
	.navbar-toggle {
		display: none !important;
	}
}