﻿@charset "utf-8";
/* CSS Document */

/*-------------------------------------------
 * 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;
}
/*
html,body{
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	margin:0;
	padding:0!important;
	color:#FFF;
	background-color:#000;
}
b,strong,th,h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.bold,.b,.HBox,.SecTitle{
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight:bold;
}
b,strong,.bold,.b{
	font-size:1.1rem;
}
img{
	max-width:100%;
	height:auto;
	vertical-align:bottom;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
*/
.con{
	margin: 0;
	padding: 0;
}
/*--------------------------------------------*/
.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);
}

/*-------------------------------------------
 * 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;
}
p.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
-------------------------------------------*/
.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;
	}
}

/* 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: start;
}
p.form-label {
	display: flex;
	align-items: center;
	font-weight: bold;
	width: 30%;
}
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;
}


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;
}

@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;
}

/*--------------------------------------------
	その他
--------------------------------------------*/
.ta_c{ text-align:center; }
.ta_l{ text-align:left; }
.ta_r{ text-align:right; }

.va_c{ 
	display: table-cell;
	vertical-align:middle;
}
.red{ color:#FF0000; }
.yellow{ color:#FCEE21; }
.orange{ color: #ea5304; }
.bk{ color:black!important; }
.wt{ color:white!important; }

.fs8{ font-size:8pt; }
.fs9{ font-size:9pt; }
.fs10{ font-size:10pt; }
.fs10_5{ font-size:10.5pt; }
.fs11{ font-size:11pt; }
.fs12{ font-size:12pt; }
.fs13{ font-size:13pt; }
.fs14{ font-size:14pt; }
.fs15{ font-size:15pt; }
.fs16{ font-size:16pt; }
.fs17{ font-size:17pt; }
.fs18{ font-size:18pt; }
.fs20{ font-size:20pt; }
.fs21{ font-size:21pt; }
.fs22{ font-size:22pt; }
.fs24{ font-size:24pt; }
.fs26{ font-size:26pt; }
.fs28{ font-size:28pt; }
.fs30{ font-size:30pt; }
.fs32{ font-size:32pt; }
.fs40{ font-size:40pt; }
.small{ font-size:.9rem; }


.palt{ font-feature-settings: "palt"; }
@media only screen and (min-width:992px){
	.pc-palt{ font-feature-settings: "palt"; }
}
@media only screen and (max-width:576px){
	.sp-palt{ font-feature-settings: "palt"; }
}
/*--------------------------------------------
	PC用
--------------------------------------------*/
@media only screen and (min-width:992px){
	.pc-none{ display:none; }
	.sp-only{ display:none; }
}
/*--------------------------------------------
	TAB用
--------------------------------------------*/
@media only screen and (min-width:768px) and (max-width:991px){
	#side-icons{ display:none; }
	.sp-only{ display:none; }
	.pc-only{ display:none; }
}
/*--------------------------------------------
	ファブレット用
--------------------------------------------*/
@media only screen and (min-width:577px) and (max-width:767px){
	#side-icons{ display:none; }
	.pc-only{ display:none; }
	.sp-none{ display:none; }
}
/*--------------------------------------------
	スマホ用
--------------------------------------------*/
@media only screen and (max-width:576px){
	.dnone{ display:none; }
	.sp-none{ display:none; }
	.pc-only{ display:none; }
}
@media only screen and (max-width:480px){
}