@charset "utf-8";

/*-------------------------------------------
 * Basic
-------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&family=Rubik:wght@300;400&display=swap');
@font-face {
	font-family: 'GenJyuuGothic';
	font-display: swap;
	src: local("GenJyuuGothic Regular"),
		local("源柔ゴシック Regular"),
		url('https://noith.co.jp/wp-content/themes/noith-new/moving/fonts/GENJYUUGOTHIC-REGULAR-min.eot') format('embedded-opentype'),
		url('https://noith.co.jp/wp-content/themes/noith-new/moving/fonts/GENJYUUGOTHIC-REGULAR-min.woff') format('woff'),
		url('https://noith.co.jp/wp-content/themes/noith-new/moving/fonts/GENJYUUGOTHIC-REGULAR-min.ttf') format('truetype');
}
@font-face {
	font-family: 'GenJyuuGothicBold';
	font-display: swap;
	src:local("源柔ゴシック Bold"),
		url('https://noith.co.jp/wp-content/themes/noith-new/moving/fonts/GenJyuuGothicBOLDmin.eot') format('embedded-opentype'),
		url('https://noith.co.jp/wp-content/themes/noith-new/moving/fonts/GenJyuuGothicBOLDmin.woff') format('woff'),
		url('https://noith.co.jp/wp-content/themes/noith-new/moving/fonts/GenJyuuGothicBOLDmin.ttf') format('truetype');
}
@font-face {
	font-family: 'GenJyuuGothicMedium';
	font-display: swap;
	src: local("GenJyuuGothic-Medium"),
		local("源柔ゴシック Medium"),
		url('https://noith.co.jp/wp-content/themes/noith-new/moving/fonts/GENJYUUGOTHIC-MEDIUM-min.eot') format('embedded-opentype'),
		url('https://noith.co.jp/wp-content/themes/noith-new/moving/fonts/GENJYUUGOTHIC-MEDIUM-min.woff') format('woff'),
		url('https://noith.co.jp/wp-content/themes/noith-new/moving/fonts/GENJYUUGOTHIC-MEDIUM-min.ttf') format('truetype');
}
@font-face {
	font-family: 'GenJyuuGothicHeavy';
	font-display: swap;
	src: local("GenJyuuGothic-Heavy"),
		local("源柔ゴシック Heavy"),
		url('https://noith.co.jp/wp-content/themes/noith-new/moving/fonts/GENJYUUGOTHIC-HEAVY-min.eot') format('embedded-opentype'),
		url('https://noith.co.jp/wp-content/themes/noith-new/moving/fonts/GENJYUUGOTHIC-HEAVY-min.woff') format('woff'),
		url('https://noith.co.jp/wp-content/themes/noith-new/moving/fonts/GENJYUUGOTHIC-HEAVY-min.ttf') format('truetype');
}
.GENJYUUGOTHIC{
	font-family:"GenJyuuGothic",'Noto Sans JP', sans-serif;
}

html, body {
	margin: 0;
	padding: 0;
	font-family:"GenJyuuGothic",'Noto Sans JP', sans-serif;
	overflow-x:hidden;
}
html {
	font-size: 62.5%; /* 10px */
}
*{
	font-size:1.6rem;
	box-sizing: border-box;
	position: relative;
}
h1{
	font-size: 2.4rem;
	font-family:"GenJyuuGothicBold",'Noto Sans JP', sans-serif;
	font-weight:normal;
}
h2{
	font-size: 2.1rem;
	font-family:"GenJyuuGothicBold",'Noto Sans JP', sans-serif;
	font-weight:normal;
}
h3{
	font-size: 1.8rem;
	font-family:"GenJyuuGothicBold",'Noto Sans JP', sans-serif;
	font-weight:normal;
}
h4{
	font-size: 1.8rem;
	font-family:"GenJyuuGothicMedium",'Noto Sans JP', sans-serif;
	font-weight:normal;
}
.large {
	font-size: 1.8rem;
	font-family:"GenJyuuGothicMedium",'Noto Sans JP', sans-serif;
}
@media screen and (max-width:960px) {
	html {
		font-size: 59.37%;
	}
}
@media screen and (max-width:768px) {
	html {
		font-size: 56.25%;
	}
}
.ta_c{ text-align:center; }
.bold{ font-family:"GenJyuuGothicBold",'Noto Sans JP', sans-serif; }
.small { font-size: 1.2rem; }
img {
	max-width: 100%;
	height: auto;
	object-fit: cover;
	vertical-align: bottom;
}
/*-------------------------------------------
 * Title
-------------------------------------------*/
.ttl01 {
	font-size: 4.6rem;
	margin:2rem auto;
	text-align: center;
	line-height: 1.2;
}
.ttl02 {
	font-size: 4.6rem;
	text-align: center;
}
.ttl03 ,.ttl03_nonbdr{
	font-size: 2.8rem;
	font-weight: 700;
	width: fit-content;
	margin: 3rem auto;
}
.ttl03:before, .ttl03:after {
	content: "";
	display: block;
	width: 2px;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.ttl03:before {
	transform: rotate(160deg);
	left: -1.5rem;
}
.ttl03:after {
	transform: rotate(20deg);
	right: -1.5rem;
}
.ttl04 {
	font-size: 2.6rem;
	text-align: center;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	max-width: 560px;
	margin: 3rem auto;
	padding: 1rem;
}

.ttl05 {
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	width: fit-content;
	margin: 5rem auto 3rem;
	border: 2px solid;
	padding: 0.5rem 1.5rem;
}
.ttl06 {
	margin: 0 auto 1.5rem;
	font-size: 2rem;
}
@media screen and (max-width:960px) {
	.ttl01{ font-size: 3.8rem; }
	.ttl02{ font-size: 4.2rem; }
	.ttl03{ font-size: 2.6rem; }
	.ttl03:before{ left: -2.5rem; }
	.ttl03:after{ right: -2.5rem; }
	.ttl04{ font-size: 2.4rem; }
}
@media screen and (max-width:540px) {
	.ttl01{
		font-size: 3.8rem;
		margin: 4rem auto 2rem;
	}
	.ttl02{ font-size: 2.8rem; }
	.ttl03{ font-size: 2.1rem; }
	.ttl04{ font-size: 2.0rem; }
}
@media screen and (max-width:370px) {
	.ttl01{ font-size: 3.4rem; }
	.ttl02{ font-size: 2.6rem; }
	.ttl03{ font-size: 2.4rem; }
	.ttl03:before, .ttl03:after{ content: none; }
	.ttl04{ font-size: 2.4rem; }
}
@media screen and (max-width:340px) {
	.ttl01{ font-size: 3.2rem; }
	.ttl02{ font-size: 2.6rem; }
	.ttl03{ font-size: 2.0rem; }
	.ttl04{ font-size: 2.0rem; }
}
@media screen and (max-width:320px) {
	.ttl01{ font-size: 2.6rem; }
	.ttl02{ font-size: 2.4rem; }
	.ttl03{ font-size: 1.6rem; }
	.ttl04{ font-size: 1.6rem; }
}

/*-------------------------------------------
 * .border-box
-------------------------------------------*/
.border-box01{
	max-width: 1060px;
	margin: 3rem auto;
	padding: 1.5rem;
	background: #FAFAFA;
	border: 1px solid #707070;
}
.border-box02 {
	background: #f7f7f7;
	margin: 5rem auto;
	padding: 2rem;
}
.border-box03 {
	background: #FFF;
	margin: 5rem auto;
	padding: 2rem;
	border: 1px solid;
	border-radius: 1rem;
}
[class*="border-box"] p:first-child{ margin-top: 0; }
[class*="border-box"] p:last-child{ margin-bottom: 0; }

.scroll-box {
	max-height: 150px;
	overflow: auto;
}

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

/*-------------------------------------------
 * Header
-------------------------------------------*/
header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 2.0rem;
}
.site-name {
	margin: 0;
	font-size: 3.0rem;
	font-weight: 700;
}
.description {
	margin: 0;
	font-size: 1.4rem;
}
.header-logo, .header-nav-menu{
	padding: .5rem;
}
.header-nav-menu {
	white-space: nowrap;
}
ul.header-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-end;
	gap: 1.5rem;
}
ul.header-menu li a{
	text-decoration: none;
	color: #3B4043;
	font-weight: 700;
}
ul.header-menu li a.header-menu-btn {
	border: 2px solid;
	border-radius: 1rem;
	padding: 1rem;
	margin-left: 2rem;
	color: #004BB1;
}
@media screen and (min-width:1090px) {
	.header-nav-menu-sp,.menu-toggle{ display: none; }
}
@media screen and (max-width:1089px) {
	p.description,.header-nav-menu{ display: none; }
	.menu-toggle {
		display: block;
		width: 30px;
		height: 30px;
		z-index: 99999;
	}
	.menu-toggle span {
		display: block;
		width: 100%;
		height: 2px;
		background: #000;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		transition: all .4s;
	}
	.menu-toggle span:nth-child(1){ top:5px; }
	.menu-toggle span:nth-child(2){ top:15px; }
	.menu-toggle span:nth-child(3){ top:25px; }
	.menu-toggle span:nth-of-type(1) {
		-webkit-animation: menu-bar01 .75s forwards;
		animation: menu-bar01 .75s forwards;
	}
	.menu-toggle span:nth-of-type(2) {
		transition: all .25s .25s;
		opacity: 1;
	}
	.menu-toggle span:nth-of-type(3) {
		-webkit-animation: menu-bar02 .75s forwards;
		animation: menu-bar02 .75s forwards;
	}
	body.open .menu-toggle span:nth-of-type(1) {
		-webkit-animation: active-menu-bar01 .75s forwards;
		animation: active-menu-bar01 .75s forwards;
	}
	body.open .menu-toggle span:nth-of-type(2) {
		opacity: 0;
	}
	body.open .menu-toggle span:nth-of-type(3) {
		-webkit-animation: active-menu-bar03 .75s forwards;
		animation: active-menu-bar03 .75s forwards;
	}
	.header-nav-menu-sp{
		opacity:0;
		height:0;
		position: absolute;
	}
	body.open .header-nav-menu-sp{
		opacity:1;
		transition:all .5s;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 15%;
		right: 0;
		height: 100%;
		background: #076baf;
		overflow-y: scroll;
		z-index:9;
		padding: 3.0rem 1.5rem;
	}
	ul.header-menu-sp {
		list-style: none;
		padding: 0;
	}
	ul.header-menu-sp li {
		margin-bottom: 1.5rem;
	}
	ul.header-menu-sp li a {
		text-decoration: none;
		color: #FFF;
	}
	.sp-header-info {
		margin-top: 80px;
		border: 2px solid #FFF;
		padding: 15px;
	}
	.sp-header-info p {
		text-align: center;
		margin: 0;
		color: #FFF;
		line-height: 1.8;
	}
	a.sp-header-entry {
		display: block;
		margin-top: 15px;
		padding: 5px;
		background: #FFF;
		color: #076baf;
		text-decoration: none;
		font-weight: 700;
		border-radius: 30px;
	}
}
@media screen and (max-width:1089px) {
	header { padding: 0 1rem; }
	.site-name { font-size: 2.4rem; }
}
@-webkit-keyframes menu-bar01 {
	0% {
		-webkit-transform: translateY(10px) rotate(45deg);
	}
	50% {
		-webkit-transform: translateY(10px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar01 {
	0% {
		transform: translateY(10px) rotate(45deg);
	}
	50% {
		transform: translateY(10px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
@-webkit-keyframes menu-bar02 {
	0% {
		-webkit-transform: translateY(-10px) rotate(-45deg);
	}
	50% {
		-webkit-transform: translateY(-10px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar02 {
	0% {
		transform: translateY(-10px) rotate(-45deg);
	}
	50% {
		transform: translateY(-10px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
@-webkit-keyframes active-menu-bar01 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(10px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(10px) rotate(45deg);
	}
}
@keyframes active-menu-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(10px) rotate(0);
	}
	100% {
		transform: translateY(10px) rotate(45deg);
	}
}
@-webkit-keyframes active-menu-bar03 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(-10px) rotate(0);
	}
	100% {
		-webkit-transform: translateY(-10px) rotate(-45deg);
	}
}
@keyframes active-menu-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(-10px) rotate(0);
	}
	100% {
		transform: translateY(-10px) rotate(-45deg);
	}
}

/*-------------------------------------------
 * Main
-------------------------------------------*/
section {
	padding: 1.5rem;
}
.inner860,.inner980 ,.inner1080 ,.inner1240{
	width: 100%;
	margin: auto;
}
.inner860 { max-width: 860px; }
.inner980 { max-width: 980px; }
.inner1080 { max-width: 1080px; }
.inner1240 { max-width: 1240px; }
@media only screen and (min-width:1560px){
	.inner1080{
		max-width: 1240px;
	}
}

.flex,.flex-center {
	display: flex;
	flex-wrap: wrap;
	gap: 1.0rem;
}
.flex-center{
	justify-content: center;
	align-items: center;
}

/* First View */
section.fv.sec01 {
/*
	background: linear-gradient(45deg, #A8CFBB, #e8f3d5 70%);
*/
	background:url(https://noith.co.jp/wp-content/themes/noith-new/moving/img/fvbg.svg);
	background-size: cover;
	background-repeat: no-repeat;
}
section.fv.sec01 {
	min-height: 570px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fv-left, .fv-right {
	width: calc(50% - .5rem);
}
.fv-left {
	padding: 50px 0;
}

.pr-block {
	display: flex;
	gap: 1rem;
}
.pr-circle {
	position:relative;
	width: calc(33.3% - 0.5rem);
	text-align: center;
	font-weight: bold;
	line-height: 1.2;
	font-size: 1.8rem;
	z-index: 0;
}
.pr-circle:before, .pr-circle:after{
	content: "";
	display: block;
	background: url(https://noith.co.jp/wp-content/themes/noith-new/moving/img/leaf.png);
	height: 96px;
	width: 35px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
.pr-circle:before {
	left: 0;
	right: 60%;
}
.pr-circle:after {
	left: 60%;
	right: 0;
	transform: rotateY(180deg);
}

.pr-circle span {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 3.2rem;
}
.pr-circle span sup {
	font-size: 1.0rem;
	position: absolute;
}
@media only screen and (min-width:1560px){
	section.fv.sec01{
		min-height:720px;
	}
}
@media screen and (max-width:960px) {
	.pr-circle div { font-size: 2.1rem; }
	.pr-circle span { font-size: 2.8rem; }
}
@media screen and (max-width:680px) {
	.fv-left, .fv-right {
		width: 100%;
	}
	.fv-left{ padding: 30px 0 0;}
/*
	.pr-circle:before { right: 80%; }
	.pr-circle:after { left: 80%; }
*/
	.pr-circle:before { right: unset; }
	.pr-circle:after { left: unset; }
}
@media screen and (max-width:340px) {
	.pr-circle div {
		font-size: 1.8rem;
	}
	.case-circle div p, .case-circle div p span {
		font-size: 1.0rem;
	}
	img.case-icons {
		height: 35px;
	}
}
@media screen and (max-width:340px) {
	.pr-circle div { font-size: 1.6rem; }
	.pr-circle span{ font-size: 2.6rem; }
}
/* Case Content */
section.case {
	padding: 5rem;
}
.case-block {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	gap: 5rem;
}
.case-circle {
	background: #C2D0AE;
	border-radius: 50%;
	overflow: hidden;
}
.case-circle:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.case-circle div {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	padding: 1.5rem;
}
span.case-num {
	width: 100%;
	text-align: center;
	color: #464746;
	font-weight: 700;
	margin-bottom: 1rem;
}
img.case-icons {
	width: auto;
	max-height: 60px;
	object-fit: cover;
}
.case-circle div p {
	width: 100%;
	text-align: center;
	margin: 1rem 0 0;
}
.case-circle div p span{
	font-weight: bold;
	background: -webkit-linear-gradient(to top, #ecf4b6 60% , transparent 60%);
	background: linear-gradient(to top, #ecf4b6 60% , transparent 60%);
}
@media screen and (max-width:960px) {
	.case-block{ gap: 3rem; }
}
@media screen and (max-width:540px) {
	section.case{ padding: 1rem; }
	.case-block{
		gap: 1rem;
		grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	}
	img.case-icons { max-height: 45px; }
	.case-circle div p, .case-circle div p span { font-size: 1.4rem; }
}
@media screen and (max-width:340px) {
	.case-block {
		grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	}
}
@media screen and (max-width:300px) {
	.case-block {
		grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	}
	span.case-num,.case-circle div p { margin: 0; }
	span.case-num{ font-size: 1.4rem; }
	.case-circle div p, .case-circle div p span { font-size: 1.0rem; }
}
/* CTA Content */
section.cta-block {
	padding:0;
	text-align: center;
}
.cta-box {
	background: #C2D0AE;
	background: url(https://noith.co.jp/wp-content/themes/noith-new/moving/img/haikei.png);
	background-size: cover;
	padding: 3rem 1.5rem;
}
.wp-moving ,.blog-moving{
	border: 3px solid;
	border-radius: 30px;
	max-width: 800px;
	margin: 30px auto;
	background: #FFF;
}
.moving-ttl {
	margin: 0;
	padding: 15px 0;
	background: #F1C861;
	border-bottom: 3px solid;
	font-size: 26px;
}
.moving-cta {
	display: flex;
	align-items: center;
	padding: 0 15px;
}
.moving-cta-img {
	width: 40%;
}
.moving-cta-info {
	width: 60%;
}
ul.wp-moving-list {
	list-style: none;
	display: flex;
	justify-content: space-around;
	padding: 0;
	gap: 15px;
}
ul.wp-moving-list li {
	width: 33.3%;
	display: block;
	background: #ECF4B6;
	border-radius: 50%;
}
ul.wp-moving-list li:before {
	content: "";
	display: block;
	padding-top: 100%;
}
ul.wp-moving-list li span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "GenJyuuGothicBold",'Noto Sans JP', sans-serif;
	font-size: 2.1rem;
}
.wp-moving .moving-cta {
	margin-bottom: -50px;
	align-items: flex-start;
}
.blog-moving .moving-cta{
	padding:15px;
}
.wp-moving .moving-cta-img {
	top: -50px;
}
.wp-moving .moving-cta-info{
	top: 20px;
}
section.cta-block .ttl03 {
	color: #3B4043;
}

@media only screen and (max-width:768px){
	.moving-ttl{
		font-size:21px;
	}
	.wp-moving .moving-cta-info{
		top: 10px;
	}
	.wp-moving .moving-cta{
		margin-bottom: auto;
	}
	.wp-moving .moving-cta-img{
		top:0;
	}
	ul.wp-moving-list li span{
		font-size:1.8rem;
		line-height:1.2;
	}
}
@media only screen and (max-width:420px){
	.moving-cta {
		flex-wrap: wrap;
	}
	.moving-cta-img, .moving-cta-info {
		width: 100%;
	}
	.moving-cta-img img {
		max-height: 180px;
		width:auto;
		max-width: 200px;
	}
	.wp-moving .moving-cta-img {
		order: 2;
	}
}

.offer-box{
	background: #FEF4C8;
	background: url(https://noith.co.jp/wp-content/themes/noith-new/moving/img/haikei2.png);
	background-size: cover;
	padding: 3rem 1.5rem;
}
.price01,.price02 {
	font-family: 'Rubik', sans-serif;
	line-height: 1;
}
.price01{
	color: #F66164;
}
.price02{
	font-weight: 300;
}
span.tax { font-size: 2rem; }
span.price {
	font-size: 5rem;
	margin: 0 0.5rem;
	font-family: 'Rubik', sans-serif;
}
span.yen { font-size: 2rem; }

span.tax-included {
	color: initial;
	font-weight: normal;
	font-size: 1.4rem;
}
span.tax-included span{
	font-size: 1.6rem;
	margin-right: 2px;
	margin-left: 2px;
	font-family: 'Rubik', sans-serif;
}

input#entry-submit{
	appearance: none;
	-webkit-appearance: none;
	display: block;
	width: 80%;
	max-width: 480px;
	color: #FFF;
	background: #004bb1;
	text-decoration: none;
	margin: 5rem auto 0;
	padding: 1.5rem;
	border-radius: 1rem;
	font-size: 1.8rem;
}
.campaign-block {
	padding: 3rem 2rem 2rem;
	border: 2px solid #F66164;
	position: relative;
	max-width:640px;
	margin:auto;
	background:#FFF;
	z-index: 0;
	background-image: url(https://noith.co.jp/wp-content/themes/noith-new/moving/img/oiwai.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.campaign-block:before ,.campaign-block:after{
	content: "";
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	z-index: -1;
}
.campaign-block:before{
	right: 0;
	top: 0;
	background: linear-gradient(45deg, transparent 50%, #F66164 50%, #F66164 70%,transparent 70%);
}
.campaign-block:after{
	left: 0;
	bottom: 0;
	background: linear-gradient(-135deg, transparent 50%, #F66164 50%, #F66164 70%,transparent 70%);
}

.campaign-block.management {
	border-color: #F1C861;
	padding-top: 5rem;
}
.campaign-block.management:before {
	background: linear-gradient(45deg, transparent 50%, #F1C861 50%, #F1C861 70%,transparent 70%);
}
.campaign-block.management:after {
	background: linear-gradient(-135deg, transparent 50%, #F1C861 50%, #F1C861 70%,transparent 70%);
}

.campaign-title {
	margin: 0;
	font-family: 'GenJyuuGothicHeavy';
	font-size: 2.6rem;
	font-weight: bold;
}
.campaign-block.management .campaign-title{
	color: #F1C861;
}
.campaign-offer{
	font-family: 'GenJyuuGothicBold';
	color: #F66164;
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	height: 80px;
	line-height: 80px;
}
p.campaign-offer:before, p.campaign-offer:after {
	content: "";
	display: block;
	width: 35px;
	height: 80px;
	position: absolute;
	background-image: url(https://noith.co.jp/wp-content/themes/noith-new/moving/img/picon.png);
	background-size: cover;
	top: 0;
	bottom: 0;
}
p.campaign-offer:before {
	left: -40px;
}
p.campaign-offer:after{
	right:-40px;
	transform: scale(-1, 1);
}
.campaign-block p:last-child,.campaign-block p:last-of-type {
	margin: 0;
	font-size: 1.4rem;
}
span.imanara,span.nebiki{
	font-size: 2.6rem;
}
span.discount {
	font-size: 2.1rem;
}
span.discount span.price {
	margin: 0;
	font-size: 3.6rem;
	font-family: 'GenJyuuGothicBold';
}
ul.conditions {
	max-width: 380px;
	text-align: left;
	margin: auto;
	list-style: none;
	padding: 0;
}
ul.conditions li {
	padding-left: 2rem;
	position: relative;
}
ul.conditions li:before {
	content: "※";
	position: absolute;
	left: 0;
	color: #F66164;
}
ul.conditions * {
	font-size: 1.2rem;
	color:#000;
}
p.sarani {
    margin: 0;
    top: 50px;
    z-index: 2;
}
.management-offer{
	font-family: 'GenJyuuGothicHeavy';
}
@media only screen and (max-width:768px){
	.campaign-offer {
		line-height: 30px;
	}
	span.imanara {
		display: block;
	}
	p.sarani{
		top:30px;
	}
}
@media screen and (max-width:300px) {
	span.tax,span.yen{ font-size: 1.6rem; }
	span.price{ font-size: 4rem; }
}
/**/
/*
.feature-block {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 3rem;
}
*/
.feature-box{
	margin: 1rem;
}
.feature-box:last-child{ margin-right: 0; }
[class*="-thumb"]:before{
	content: "";
	display: block;
}
[class*="-thumb"] img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.feature-thumb:before {
	padding-top: 65%;
	background: #EEE;
}
.feature-box h4 {
	font-weight: bold;
}
/*
@media screen and (max-width:960px) {
	.feature-block{ gap: 2rem; }
}
*/
@media screen and (max-width:540px) {
/*
	.feature-block{ gap: 1rem; }
*/
}

/* reasons-block */
.reasons-block {
	margin: 1rem auto;
}
.reasons-box {
	display: flex;
	justify-content: space-between;
	max-width: 800px;
	margin: 1rem auto 3rem;
	background: #ECF4B6;
}
.reasons-thumb {
	width: 35%;
	background: #cdd6dd;
	overflow: hidden;
}
.reasons-thumb:before {
	padding-top: 75%;
}
.reasons-info {
	width: 65%;
	padding: 1.5rem;
}
p.reasons-detail {
	margin: 0;
	line-height: 1.6;
}
@media screen and (max-width:540px) {
	.reasons-box{ flex-wrap: wrap; }
	.reasons-thumb,.reasons-info{ width: 100%; }
	.reasons-thumb:before{ padding-top: 60%; }
}

/* plan-block */
section#plan {
	background: #ffffec;
}
.plan-box {
	background: #FFF;
	margin: 1rem;
	border: 2px solid #f0f3f5;
	border-radius: 5px;
	text-align: center;
}
.plan-box.recommends { border-color: #F1C861; }
p.plan-price { color: #F66164; }
p.plan-price span.tax, p.plan-price span.yen { font-size: 1.6rem; }
p.plan-price span.price{ font-size: 3.4rem; }
ul.plan-point {
	padding: 0;
	list-style: none;
	margin-bottom: 0;
    background: #EEE;
}
.plan-box.recommends ul.plan-point {
	background:#fff1a1;
}
ul.plan-point li {
	padding: 1rem 0;
	font-size: 1.4rem;
	border-bottom: 1px solid #CDD6DD;
}
ul.plan-point li:last-child{ border-bottom: none; }

/* work-block */
.work-block {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 3rem;
}
.work-box {
	border: 2px solid #eee;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
}
.work-thumb {
	background: #f8f8f8;
	overflow: hidden;
}
.work-thumb:before {
	padding-top: 65%;
}
.work-box span {
	display: block;
	padding: 0.5rem;
}

ul.precautionary-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.precautionary-list li {
	line-height: 1.6;
	padding-left: 2rem;
}
ul.precautionary-list li:before {
	content: "※";
	position: absolute;
	left: 0;
	margin: auto;
}
@media only screen and (min-width:901px){
	.work-block {
		max-width: 900px;
		margin: auto;
	}
}
@media only screen and (max-width:880px){
	.work-block {
		grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
		gap: 1.5rem;
	}
}
@media only screen and (max-width:698px){
	.work-block {
		grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
		gap: 1rem;
	}
}
@media only screen and (max-width:320px){
	.work-block {
		grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	}
}

/* options-block */
section.options {
	margin-bottom: 5rem;
}
.options-block {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 3rem;
}
.options-box {
	border: 2px solid #eee;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
}
.options-thumb {
	background: #f8f8f8;
	overflow: hidden;
}
.options-thumb:before {
	padding-top: 60%;
}
.options-box span:not(.option-price) {
	display: block;
	padding: 0.5rem;
}
.options-box span span:not(.option-price) {
	padding: 0;
	font-size: 1.2rem;
}
span.option-price{
	font-family: 'Rubik', sans-serif;
}
@media only screen and (max-width:880px){
	.options-block {
		grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
		gap: 1.5rem;
	}
}
@media only screen and (max-width:698px){
	.options-block {
		grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
		gap: 1rem;
	}
}
@media only screen and (max-width:320px){
	.options-block {
		grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	}
}

/* voice-block */
.voice-block{
	margin: 3rem auto;
}
.voice-box {
	margin: 0.5rem;
	padding: 1rem;
}
.voice-thumb {
	border-radius: 50%;
	overflow: hidden;
	max-width: 240px;
	margin: auto;
}
.voice-thumb:before {
	padding-top: 100%;
}

.remarks{
	font-size: 1.4rem;
	text-align: right;
}

section.voice .slick-track{
	display: flex;
}
section.voice .slick-slide {
	height: auto;
}
/* flow */
.flow-box {
	max-width: 860px;
	background:#e2e9d8;
}
.flow-box:last-child { margin-bottom: 3rem; }
.flow-box-arrow {
	width: 4rem;
	height: 4rem;
	margin: auto;
	margin-bottom: -2rem;
}
.flow-box-arrow:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 2rem solid transparent;
	border-top-color: #FF8000;
}
.flow-box:last-child:after {
	content: none;
}
.flow-ttl {
	margin: 0;
	font-size: 2.8rem;
}
@media only screen and (max-width:768px){
	.flow-ttl{
		font-size: 2.1rem;
	}
}
/* faq */
.faq-box {
	margin-bottom: 3rem;
}
.question {
	background: #b4e8c2;
	padding: 1.5rem 5rem 1.5rem 1.5rem;
	cursor: pointer;
}
.question:before {
	content: "＋";
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1rem;
	z-index: 1;
	margin: auto;
	font-size: 2.5rem;
	line-height: 1;
	width: 3rem;
	height: 3rem;
	color: #FFF;
}
.faq-box.open .question:before { content: "ー"; }
.question:after {
	content: "";
	display: block;
	width: 4rem;
	height: 4rem;
	background: #707F89;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0.5rem;
	margin: auto;
}
.question p {
	margin: 0;
	color: #3B4043;
	font-weight: bold;
}
.answer {
	background: #FEFFDE;
	transition: all .5s;
	height: 0;
	overflow: hidden;
}
.answer div {
	padding: 1.5rem 1rem;
}
.answer p{ margin: 0; }

/* entry-form */
section#entry {
	background: #ffffd9;
}
.form-spacer {
	margin-bottom: 0;
}
.form-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
p.form-label {
	display: flex;
	align-items: center;
	font-weight: bold;
	width: 30%;
	margin: 0;
}
span.required ,span.any{
	margin-left: 1rem;
	font-size: 1.4rem;
	font-weight: normal;
	padding: 0 0.5rem 0.1rem;
	border-radius: 4px;
}
span.required{
	background: #FF0000;
	color: #FFF;
}
span.any{
	background: #EEE;
	color: #1e1e1e;
}
.form-item {
	width: calc(70% - 30px);
}
input[type="text"]:not(.normal),input[type="number"]:not(.normal),input[type="url"]:not(.normal),input[type="tel"]:not(.normal),input[type="email"]:not(.normal),select:not(.normal),textarea:not(.normal){
	width:100%;
	font-size:1.6rem;
	padding: .5rem;
	border: 1px solid #767676;
	border-radius: 5px;
	background: #FFF;
}
textarea:not(.normal){
	min-height:80px;
	max-width: 100%;
	min-width: 100%;
}

p.agree {
	text-align: center;
}
a.entry-btn,a.entry-btn-line,a.entry-btn-chatwork{
	display: block;
	width: 80%;
	max-width: 320px;
	background: #FFC951;
	color: #464746;
	text-decoration: none;
	margin: 1rem auto 3rem;
	padding: 1.5rem;
	border-radius: 50px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
a.entry-btn-line{
	color: #000000;
	background: #00D14D;
}
a.entry-btn-line span{
	color:#FFF;
}
a.entry-btn-chatwork{
	color: #FF0000;
	background: #FFF;
}
a.entry-btn-chatwork span{
	color: #000000;
}
a.fv-entry-btn {
	display: block;
	max-width: 320px;
	text-align: center;
	margin: 30px auto;
	background: #FFC951;
	color: #464746;
	padding: 10px;
	text-decoration: none;
	border-radius: 50px;
	font-family: "GenJyuuGothicBold",'Noto Sans JP', sans-serif;
}

.formError + input, .formError + select, .formError + textarea {
	background: #ffe9ed!important;
	border: 2px solid #FF0000!important;
}
.formError {
	right: 0;
	left: unset!important;
}
.formError .formErrorArrow{
	margin-left: auto;
	margin-right: 10px;
}

@media only screen and (max-width:768px){
	.form-content{ flex-wrap: wrap; }
	p.form-label,.form-item{ width: 100%; }
}

.gotop {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin: auto;
	margin-right: 0;
	text-align: center;
	line-height: 1;
	background: #004BB1;
	transition: all .5s;
	opacity: 0;
}
.gotop.show{
	opacity: 1;
}
.gotop:before {
	content: "";
	display: block;
	width: 4px;
	height: 35px;
	background: #fff;
	position: absolute;
	top: 15px;
}
.gotop:after {
	content: "";
	width: 20px;
	height: 20px;
	border-top: 4px solid #FFF;
	border-right: 4px solid #FFF;
	position: absolute;
	top: 15px;
	transform: rotate(-45deg);
}
.gotop a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.grecaptcha-badge {
	right: -265px!important;
}
@media only screen and (max-width:768px){
	.gotop{
		bottom: 10px;
		right: 10px;
		z-index: 999;
		width: 50px;
		height: 50px;
	}
	.gotop:before { height: 24px; }
	.gotop:after {
		width: 15px;
		height: 15px;
	}
}
/*-------------------------------------------
 * Footer
-------------------------------------------*/
footer {
	text-align: center;
}
/*-------------------------------------------
 * Other
-------------------------------------------*/

/* 改行 */
@media only screen and (min-width:992px){
	.pc-none{ display:none; }
	.sp-only{ display:none; }
	.ssp-only{ display:none; }
}
@media only screen and (max-width:991px){
	.sp-none{ display:block; }
	.pc-only,.sp-only,.ssp-only{ display:none; }
}
@media only screen and (max-width:768px){
	.sp-only{ display:block; }
	.sp-none{ display:none; }
	.pc-only{ display:none; }
	.ssp-only{ display:none; }
}
@media only screen and (max-width:414px){
	.ssp-only{ display:block; }
	.ssp-none{ display:none; }
}

.slick-prev:before, .slick-next:before {
	color: #eee;
	font-size: 3rem;
}

.slick-prev,.slick-next { z-index: 1; }
.slick-prev { left: 0; }
.slick-next { right: 0; }
.slick-prev:before, .slick-next:before {
	color: #ECF4B6;
}


/**/
.js-marker {
	background: -webkit-linear-gradient(left, rgb(255,250,153) 50%, transparent 50%);
	background: -moz-linear-gradient(left, rgb(255,250,153) 50%, transparent 50%);
	background: linear-gradient(left, rgb(255,250,153) 50%, transparent 50%);
	background-repeat: no-repeat;
	background-size: 200% .65em; 
	background-position: 100% .5em;
	transition: 2s;
/*
	background: linear-gradient(transparent 60%, #ffffc7 60%);
*/
}
.js-marker.is-active{
	background-position: 0% .65em;
}
/*
.case .js-marker{
	background: -webkit-linear-gradient(left, rgb(255,250,153) 50%, transparent 50%);
	background: -moz-linear-gradient(left, rgb(255,250,153) 50%, transparent 50%);
	background: linear-gradient(left, rgb(255,250,153) 50%, transparent 50%);
}
*/
/*--------------------------------------------*/
.delighter {
	overflow: hidden;
	opacity:0;
	transition: all .5s ease-out;
}
.delighter.started{
	opacity:1;
	transform: translate(0, 0);
}
.delighter.slidein-up:not(.started){
	transform: translate(0,10%);
}
.delighter.slidein-left:not(.started){
	transform: translate(-100%, 0);
}
.delighter.slidein-right:not(.started){
	transform: translate(100%, 0);	
}
.delighter.scale-up:not(.started){
	transform: scale(.6);
}

/**/
.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.server_list {
	display: flex;
	flex-wrap: wrap;
	gap:10px;
}

/**/
table, th, td,.table td, .table th{
    border-collapse: collapse;
    border: solid 1px #DEE2E6;
}
table{
	width: 100%;
	margin-top:1rem;
	margin-bottom: 1rem;
	color: #212529;
}
th,td{
	padding:.5rem;
}
th{
	color: #FFF;
	background-color: #8c9954;
}
td{
	background-color: #FFF;
}
.palt {
	font-feature-settings: "palt";
}
.text-nowrap {
	white-space: nowrap!important;
}

.red{ color:#bc002d; }
.attention-mail-setting {
	border: 2px solid #bc002d;
	background: #FFF;
	padding: 0 15px;
}

/**/
.answer div.flex-block div{
	padding:unset;
}
.flex-block{
	display:flex;
	flex-wrap:wrap;
	gap:15px;
	margin:30px auto 50px;
}
.flex-block.alternating:nth-child(2n+1) {
	flex-flow: row-reverse;
}
.flex-box2{
	width:calc(50% - (15px / 2 * 1));
}
.flex-box3,.flex-box6{
	width:calc(33.3% - (15px / 3 * 2));
}
.flex-box4{
	width:calc(25% - (15px / 4 * 3));
}
.flex-box4_10{
	width:calc(40% - (15px / 2 * 1));
}
.flex-box6_10{
	width:calc(60% - (15px / 2 * 1));
}
[class*="flex-box"] p:first-child{
	margin-top:0;
}
[class*="flex-box"] p:last-child{
	margin-bottom:0;
}
[class*="flex-box"] p.box-title{
	margin: 0;
	padding: 10px;
	text-align: center;
	background: #727171;
	color: #FFF;
	font-weight: bold;
}
.answer div.flex-block div.box-content{
	padding:10px;
}
p.monthly-cost {
	margin: 0;
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px solid;
}
span.price-number {
	font-family: "Futura PT Book";
	font-size: 1.2em;
}
@media only screen and (min-width:768px){
	.pc-reverse {
		flex-flow: row-reverse;
	}
}
@media only screen and (max-width:768px){
	.flex-box4,.flex-box6{
		width:calc(50% - (15px / 2 * 1));
	}
	.flex-box3{
		width:100%;
	}
}
@media only screen and (max-width:600px){
	.flex-block.alternating:nth-child(2n+1) {
		flex-flow: wrap;
	}
}
@media only screen and (max-width:440px){
	.flex-box2,.flex-box4,.flex-box6,.flex-box4_10,.flex-box6_10{
		width:100%;
	}
}
.title-box-border,[class*="title-box-border_"]{
	position: relative;
	background:#FFF;
	border: 2px solid #727171;
}
.title-box-border_blue{ border-color:#1e90ff!important; }
.title-box-border_orange{ border-color:#ff8c00!important; }
.title-box-border_red{ border-color:#ff4500!important; }
.title-box-border_blue .box-title{ background:#1e90ff!important; }
.title-box-border_orange .box-title{ background:#ff8c00!important; }
.title-box-border_red .box-title{ background:#ff4500!important; }

.support-list ,.answer div.flex-block div.support-list{
	display: flex;
	align-items: center;
	font-size: .9em;
	border-bottom: 1px solid;
	line-height: 1.2;
	padding: 5px 0;
}
.support-title {
	flex: auto;
}
.support-sub-details {
	display: flex;
	align-items: center;
	border-bottom:1px dashed;
	padding-left:5px;
}
.support-sub-details:last-child{
	border:none;
}
.support-details {
	flex: auto;
}
.support-icons {
	text-align: center;
	width: 50px;
	margin-left: auto;
	margin-right: 0;
}
i.fa-solid.fa-o {
	color: #e75500;
}
i.fa-solid.fa-play.triangle{
	transform: rotate(-90deg);
}
.answer div.flex-block {
	margin: auto;
}