@charset "utf-8";

html{
	font-size: 62.5%; 
}

body{
	position: relative;
	font-family: "游ゴシック", "YuGothic", "メイリオ", sans-serif;
	font-feature-settings: "palt"1;
	line-height: 1;
	font-size: 1.6rem;
	-webkit-text-size-adjust: 100%;
}

header {
	position: fixed;
	width: 100%;
	z-index: 1000;
	background-color: rgba(255,255,255,.8);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px 10px;
	top: 0;
}

header h1 img {
	max-width: 220px;
	width: 36.5vw;
}

header .btn .open {
	color: #e16f00;
	font-size: 15px;
	text-align: center;
	margin-top: 4px;
	font-weight: bold;
}

@media screen and (max-width: 800px) {
	header .btn .open {
		font-size: 13px;
	}
	
}

header > a {
	position: fixed;
	top: 80px;
	right: 10px;
	width: 140px;
	animation: arrow-move-btn 2s 1s ease-in-out infinite;
}

@keyframes arrow-move-btn {
	0% {
		top: 70px;
		opacity: 1;
	}
	50% {
		top: 80px;
		opacity: 1;
	}
	100% {
		top: 70px;
		opacity: 1;
	}
}
@-webkit-keyframes arrow-move-btn {
	0% {
		top: 60px;
		opacity: 1;
	}
	50% {
		top: 70px;
		opacity: 1;
	}
	100% {
		top: 60px;
		opacity: 1;
	}
}

header .btn a {
	background-color: #ff7e00;
	color: #fff;
	text-decoration: none;
	display: block;
	max-width: 220px;
	padding: 10px 0;
	text-align: center;
	border-radius: 20px;
	position: relative;
	font-size: 20px;
	letter-spacing: 0.05em;
	font-weight: bold;
	width: 47.875vw;
}

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

		header .btn a {
			font-size: 14px;
			max-width: 200px;
			padding: 8px 0;
			width: 190px;
			margin-right: 0;
			margin-left: auto;
		}

	}

header .btn a svg {
	fill: #fff;
	position: absolute;
	top: 7px;
	left: 18px;
	width: 18px;
}

@media screen and (max-width: 800px) {
	header > a {
		width: 80px;
	}
	header > a img{
		display: block;
		margin-top: 10px;
	}

	header .btn a svg {
		top: 3px;
		left: 8px;
	}

	header a span {
		display: none;
	}

	@keyframes arrow-move-btn {
		0% {
			top: 80px;
			opacity: 1;
		}
		50% {
			top: 90px;
			opacity: 1;
		}
		100% {
			top: 80px;
			opacity: 1;
		}
	}
	
	@-webkit-keyframes arrow-move-btn {
		0% {
			top: 12.5vw;
			opacity: 1;
		}
		50% {
			top: 13.75vw;
			opacity: 1;
		}
		100% {
			top: 12.5vw;
			opacity: 1;
		}
	}
}

main {
	position: relative;
	overflow: hidden;
}

#wrapper{
	background-color: #fff;
}
.header-top {
	width: 100%;
	height: 670px;
	position: relative;
}
.header-top::before {
	content: "";
	display: block;
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 670px;
	background-image: url(../images/header_bg.jpg);
	background-size: cover;
	background-position: top center;
}

.header-top .header-title {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 380px;
	width: 60%;
}

.header-catch {
	max-width: 855px;
	margin: -110px auto 0;
	position: relative;
	z-index: 10;
	width: 98%;
}
.header-catch a .form-btn {
	position: relative;
	bottom: 50px;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 358px;
	width: 50%;
}


@media screen and (max-width: 800px) {
	.header-top {
		height: 400px;
	}
	
	.header-top::before {
		height: 110vw;
		background-position: center -30px;
		max-height: 440px;
	}
	
	.header-top .header-title {
		width: 60%;
		max-width: 230px;
	}
	
	.header-catch {
		margin: -80px auto 0;
	}
	
	.header-catch a .form-btn {
		bottom: 26px;
	}
}

#point {
	position: relative;
	overflow: hidden;
}

#point ul {
	width: 100%;
	max-width: 1040px;
	display: flex;
	justify-content: space-between;
	position: relative;
	margin: 80px auto 0;
}

#point ul::after {
	content: "";
	background-image: url("../images/arrow.png");
	display: inline-block;
	width: 86px;
	height: 74px;
	position: absolute;
	top: 260px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	animation: arrow-move-pc 2s 1s ease-in-out infinite;
}

@keyframes arrow-move-pc {
	0% {
		top: 240px;
		opacity: 0.1;
	}
	70% {
		top: 260px;
		opacity: 1;
	}
	100% {
		top: 240px;
		opacity: 0.3;
	}
}

@-webkit-keyframes arrow-move-pc {
	0% {
		top: 240px;
		opacity: 0.1;
	}
	70% {
		top: 260px;
		opacity: 1;
	}
	100% {
		top: 240px;
		opacity: 0.3;
	}
}

#point ul li {
	background-image: url(../images/point_01.gif);
	width: 330px;
	height: 200px;
	position: relative;
	background-repeat: no-repeat;
	background-size: 330px;
}

#point ul li+li {
	background-image: url(../images/point_02.gif);
}

#point ul li+li+li {
	background-image: url(../images/point_03.gif);
}

#point ul li h2 {
	text-align: center;
	margin-top: 120px;
	font-size: 2.0rem;
	line-height: 1.2em;
}

#point ul li h2 span {
	color: #ff7e00;
	font-weight: bold;
}

#point .text01 {
	background-color: #fff9e2;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 1040px;
	margin: 84px auto 0;
	border-radius: 8px;
	padding: 10px 30px;
}

#point .text01 img {
	margin-right: 30px;
}

#point .text01 p {
	width: 60%;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	text-align: justify;
}

#point .text01 p em {
	text-decoration: underline;
}

#point .text01 p .text-point {
	display: block;
	background-color: #fff;
	padding: 1em;
	border-radius: 10px;
	margin-top: 10px;
}

#point .text01 p .text-point span {
	color: #ff7e00;
	font-weight: bold;
}

@media screen and (min-width:801px) and ( max-width:1000px){
	#point ul {
		justify-content: center;
	}
	
	#point ul li {
		width: 260px;
		height: 170px;
		background-size: 260px;
	}
	
	#point ul li h2 {
		font-size: 1.6rem;
		margin-top: 100px;
	}
	
	#point ul::after {
		animation: arrow-move-tab 2s 1s ease-in-out infinite;
	}
}

@keyframes arrow-move-tab {
	0% {
		top: 200px;
		opacity: 0.1;
	}
	70% {
		top: 220px;
		opacity: 1;
	}
	100% {
		top: 200px;
		opacity: 0.3;
	}
}

@-webkit-keyframes arrow-move-tab {
	0% {
		top: 200px;
		opacity: 0.1;
	}
	70% {
		top: 220px;
		opacity: 1;
	}
	100% {
		top: 200px;
		opacity: 0.3;
	}
}

@media screen and (max-width: 800px) {
	#point ul {
		flex-direction: column;
		align-items: center;
		margin: 40px auto 0;
	}
	
	#point ul::after {
		top: 660px;
	}
	
	#point .text01 {
		flex-direction: column;
		padding: 20px;
		margin: 50px auto 0;
		border-radius: 0;
	}
	
	#point .text01 img {
		margin-right: 0;
		margin-bottom: 10px;
	}
	
	#point .text01 p {
		width: 100%;
	}
	
	#point ul::after {
		animation: arrow-move-sp 2s 1s ease-in-out infinite;
	}
}

@keyframes arrow-move-sp {
	0% {
		top: 640px;
		opacity: 0.1;
	}
	
	70% {
		top: 660px;
		opacity: 1;
	}
	
	100% {
		top: 640px;
		opacity: 0.3;
	}
	
}

@-webkit-keyframes arrow-move-sp {
	0% {
		top: 640px;
		opacity: 0.1;
	}
	
	70% {
		top: 660px;
		opacity: 1;
	}
	
	100% {
		top: 640px;
		opacity: 0.3;
	}
}

#list {
	position: relative;
	background-color: #eff3f5;
	margin-top: 80px;
	overflow: hidden;
}

#list h2 {
	position: relative;
	text-align: center;
	font-size: 3.0rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 60px;
}

#list h2 em::before, #list h2 em::after {
	content: "";
	display: inline-block;
	width: 22vw;
	height: 1px;
	margin: 0 3rem;
	vertical-align: middle;
	border-top: dotted 1px;
}

#list .text01 {
	text-align: center;
	margin-top: 30px;
	line-height: 1.6em;
	letter-spacing: .1em;
	padding: 1em;
}

#list .list-case {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 1040px;
	margin: 30px auto 0;
}

#list .list-case img {
	width: 40%;
}

#list .list-case dl {
	width: 60%;
	margin-right: 10px;
}

#list .list-case dl dt {
	font-size: 3.0rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	text-align: center;
}

#list .list-case dl dd {
	background-color: #fff;
	padding: 20px 10px 20px 60px;
	margin-top: 20px;
	border-radius: 100px;
	position: relative;
}

#list .list-case dl dd svg {
	fill: #ff7e00;
	position: absolute;
	top: 0;
	left: 20px;
	bottom: 0;
	margin: auto;
}

@media screen and (min-width:801px) and ( max-width:1000px){
	#list h2 em::before, #list h2 em::after {
		width: 8vw;
	}
}

@media screen and (max-width: 800px) {
	#list {
		margin-top: 0;
	}
	
	#list h2 {
		font-size: 5vw;
	}
	
	#list h2 em::before, #list h2 em::after {
		width: 8vw;
		margin: 0 1rem;
	}
	
	#list .text01 {
		text-align: left;
		padding: 1em 1em 0;
		text-align: justify;
		margin-top: 20px;
	}
	
	#list .list-case {
		flex-direction: column;
		margin: 10px auto 0;
	}
	
	#list .list-case img {
		width: 60%;
	}

	#list .list-case dl {
		width: 100%;
	}
	
	#list .list-case dl dt {
		font-size: 2rem;
		margin-top: 10px;
	}
	
	#list .list-case dl dd {
		margin: 10px auto;
		width: 96%;
	}
	
}

.slanting {
	position: relative;
	height: 80px;
}

.slanting svg {
	position: absolute;
	width: 100%;
	height: 50px;
	fill: #eff3f5;
	transform: scale(1, -1);
}

#condition {
	position: relative;
	z-index: 1;
}

#condition h2 {
	font-size: 3.0rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	text-align: center;
	line-height: 1.4em;
}

#condition h2 span{
	color: #ff7e00;
}

#condition .text01 {
	font-size: 2.8rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	text-align: center;
	margin: 40px auto 0;
	border-top: solid 1px #ccc;
	padding: 1em 0;
	border-bottom: solid 1px #ccc;
	width: 90%;
	max-width: 920px;
}

#condition ul {
	display: flex;
	justify-content: center;
	margin: 40px auto 0;
	width: 100%;
	max-width: 1040px;
}

#condition ul li {
	margin: 0 10px;
	width: 100%;
}

#condition ul li p {
	font-weight: bold;
	margin-top: 10px;
}

#condition .text02 {
	width: 94%;
	max-width: 1040px;
	margin: 40px auto 0;
	text-align: center;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}

#condition .text02 span {
	font-size: 3.0rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	display: block;
	margin-bottom: 0.4em;
}

#condition .more {
	background-color: #f4810e;
	text-align: center;
	overflow: hidden;
	margin-top: 50px;
}

#condition .more h3 {
	color: #fff;
	font-size: 3.0rem;
	font-weight: bold;
	margin-top: 40px;
}

#condition .more .text03 {
	background-color: #fff;
	width: 80%;
	margin: 20px auto;
	padding: 30px;
	border-radius: 10px;
	border: solid 3px #a35100;
	line-height: 1.8em;
	text-align: left;
	max-width: 740px;
}

#condition .more .text03 span {
	font-weight: bold;
	color: #ff0060;
}

#condition .more .caption {
	color: #fff;
	font-size: 2.0rem;
	font-weight: bold;
	margin: 40px 0 20px;
	line-height: 1.4em;
	letter-spacing: 0.05em;
}

.slanting2 {
	position: relative;
	height: 80px;
}

.slanting2 svg {
	position: absolute;
	width: 100%;
	height: 50px;
	fill: #f4810e;
	transform: scale(1, -1);
	top: -1px;
}

#condition .give-up {
	position: relative;
	background-image: url(../images/bg02.jpg);
	height: 707px;
	width: 100%;
	background-position: center;
	margin-top: -100px;
	z-index: -1;
	overflow: hidden;
	background-attachment: fixed;
}

#condition .give-up h3 {
	margin-top: 150px;
	text-align: center;
	font-size: 3.0rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	position: relative;
}

#condition .give-up h3::after {
	content: "";
	display: block;
	background-image: url("../images/under_line.png");
	width: 530px;
	height: 20px;
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

#condition .give-up p {
	background-color: rgba(255,255,255,.7);
	width: 90%;
	max-width: 1040px;
	border-radius: 10px;
	text-align: center;
	margin: 50px auto 0;
	padding: 40px 0;
	font-size: 3.0rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.4em;
}

#condition .give-up p img {
	margin: 20px auto;
}

#condition .give-up p span {
	display: block;
	font-size: 1.8rem;
	color: #f00;
}

@media screen and (max-width: 800px) {
	#condition h2 {
		font-size: 3.6vw;
		padding: 0 1em;
	}
	
	#condition .text01 {
		width: 90%;
		margin: 20px auto;
		font-size: 5vw;
		line-height: 1.4em;
		padding: 0.6em 0;
	}
	
	#condition .text01 span{
		display: block;
	}
	
	#condition ul {
		flex-direction: column;
		align-items: center;
		margin: 10px auto 0;
	}
	
	#condition ul li {
		width: 90%;
		margin-bottom: 20px;
		font-size: 2.0rem;
	}
	
	#condition .text02 {
		margin: 0 auto;
	}
	
	#condition .text02 span {
		font-size: 2.4rem;
	}
	
	#condition .more .text03 {
		width: 96%;
		padding: 20px;
	}
	
	#condition .more .caption {
		font-size: 1.6rem;
		padding: 10px;
		text-align: justify;
		margin: 20px 0 10px;
	}
	
	#condition .give-up {
		height: auto;
		/* background-size: cover; */
		padding-bottom: 30px;
		background-attachment: unset;
	}
	#condition .give-up h3 {
		margin-top: 90px;
		font-size: 5vw;
	}
	
	#condition .give-up h3::after {
		content: "";
		width: 100%;
		top: 40px;
		margin: auto;
		background-size: 90%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	#condition .give-up p {
		width: 90%;
		font-size: 5vw;
		padding: 20px;
	}
	
	#condition .give-up p span {
		font-size: 4vw;
	}
	
	#condition .give-up p img {
		width: 60%;
	}
	
}

#voice {
	position: relative;
	overflow: hidden;
	margin-top: 80px;
}

#voice h2 {
	position: relative;
	text-align: center;
	font-size: 3.0rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#voice h2 em::before, #voice h2 em::after {
	content: "";
	display: inline-block;
	width: 22vw;
	height: 1px;
	margin: 0 3rem;
	vertical-align: middle;
	border-top: dotted 1px;
}

#voice .voice-box {
	width: 90%;
	margin: 60px auto 0;
	max-width: 1040px;
}

#voice .voice-list .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 1;
}

#voice .voice-list .prev {
	left: -40px;
}

#voice .voice-list .next {
	right: -40px;
	transform: scale(-1, 1);
}

#voice .slick-track {
	display: flex;
	flex-wrap: wrap;
}

#voice .voice-list .item > div {
	border: solid 3px #eff3f5;
	padding: 70px 20px 20px 20px;
	margin: -50px 10px 0;
	min-height: 300px;
	text-align: center;
	border-radius: 20px;
}

#voice .voice-list .item img {
	margin: 0 auto;
	width: 156px;
}

#voice .voice-list .item em {
	font-size: 3.0rem;
	font-weight: bold;
}

#voice .voice-list .item p {
	text-align: justify;
	margin-top: 20px;
	line-height: 1.4em;
}

#voice .performance {
	margin-top: 120px;
	background-color: #ff7e00;
	text-align: center;
	padding-bottom: 10px;
}

#voice .performance p {
	display: inline-block;
	margin: -30px auto 0;
	background-color: #000;
	padding: 20px 0;
	color: #fff;
	width: 70%;
	text-align: center;
	border-radius: 40px;
	font-weight: bold;
	font-size: 30px;
	max-width: 500px;
}

#voice .performance > div {
	position: relative;
}

#voice .performance .performance-img {
	margin: 70px auto;
}

#voice .performance .performance-98 {
	position: absolute;
	top: -140px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

@keyframes flash {
	0%,100% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}
}

@media screen and (max-width: 800px) {
	#voice {
		margin-top: 40px;
	}
	
	#voice h2 {
		font-size: 5vw;
	}
	
	#voice h2 em::before, #voice h2 em::after {
		width: 28vw;
		margin: 0 1rem;
	}
	
	#voice .voice-list .prev {
		left: 0;
	}
	
	#voice .voice-list .next {
		right: 0;
		transform: scale(-1, 1);
	}
	
	#voice .voice-list .item p {
		font-size: 14px;
		text-align: justify;
	}
	
	#voice .performance {
		margin-top: 60px;
	}
	
	#voice .performance .performance-img {
		margin: 40px auto;
	}
	
	#voice .performance p {
		font-size: 2.0rem;
		padding: 20px;
	}
	
	#voice .performance .performance-98 {
		width: 28%;
		top: -16vw;
	}
}

#comparison {
	position: relative;
	overflow: hidden;
	margin-top: 80px;
}

#comparison h2 {
	position: relative;
	text-align: center;
	font-size: 3.0rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#comparison h2 em::before, #comparison h2 em::after {
	content: "";
	display: inline-block;
	width: 22vw;
	height: 1px;
	margin: 0 3rem;
	vertical-align: middle;
	border-top: dotted 1px;
}

#comparison .cmparison-box {
	max-width: 1000px;
	border: solid 4px #000;
	margin: 200px auto 0;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	padding: 0 20px 30px;
	width: 96%;
}

#comparison .cmparison-box dl {
	text-align: center;
	margin: 0 10px;
	width: 50%;
}

#comparison .cmparison-box dl dt {
	background-color: #ff7e00;
	width: 300px;
	margin: -34px auto 50px;
	padding: 20px 40px;
	border-radius: 40px;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	position: relative;
}

#comparison .cmparison-box dl dt::before {
	content: "";
	display: inline-block;
	background-image: url("../images/icon_merit.png");
	width: 117px;
	height: 117px;
	background-repeat: no-repeat;
	position: absolute;
	top: -200px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-size: 100%;
}

#comparison .cmparison-box dl + dl dt::before {
	background-image: url("../images/icon_demerit.png");
}

#comparison .cmparison-box dl dd {
	background-color: #ff7e00;
	margin-top: 20px;
	border-radius: 8px;
	color: #fff;
	font-weight: bold;
	line-height: 1.4em;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#comparison .cmparison-box dl.chintai dt {
	background-color: #414141;
}

#comparison .cmparison-box dl.chintai dd {
	background-color: #f7f7f7;
	color: #000;
}

#comparison .cmparison-box dl.chintai dd span{
	font-size: 0.8em;
}

@media screen and (min-width:801px) and ( max-width:1000px){
	#comparison h2 em::before, #comparison h2 em::after {
		width: 8vw;
	}
}

@media screen and (max-width: 800px) {
	#comparison {
		margin-top: 40px;
	}
	
	#comparison h2 {
		font-size: 5vw;
	}
	
	#comparison h2 em::before, #comparison h2 em::after {
		width: 2vw;
		margin: 0 1rem;
	}
	
	#comparison .cmparison-box {
		flex-direction: column;
		width: auto;
		margin: 180px 10px 0;
		padding: 0 10px 30px;
	}
	
	#comparison .cmparison-box dl {
		width: auto;
	}
	
	#comparison .cmparison-box dl dt {
		margin: -34px auto 20px;
	}
	
	#comparison .cmparison-box dl dt::before {
		width: 90px;
		height: 90px;
		background-size: 100%;
	}
	
	#comparison .cmparison-box dl dd {
		margin-top: 10px;
		font-size: 3.6vw;
		padding: 0 1em;
	}
	
	#comparison .cmparison-box dl.chintai {
		margin-top: 170px;
	}
}

#faq {
	position: relative;
	background-color: #fff9e2;
	overflow: hidden;
}

#faq h2 {
	position: relative;
	text-align: center;
	font-size: 3.0rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 60px;
}

#faq h2 em::before, #faq h2 em::after {
	content: "";
	display: inline-block;
	width: 22vw;
	height: 1px;
	margin: 0 3rem;
	vertical-align: middle;
	border-top: dotted 1px;
}

#faq .faq-list {
	width: 90%;
	max-width: 1040px;
	margin: 60px auto 90px;
}

#faq .faq-list li {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 20px;
	border: solid 3px #000;
	border-radius: 20px;
	position: relative;
}

#faq .faq-list li::before {
	content: 'Q';
	font-size: 1.8em;
	color: #f4810e;
	font-weight: bold;
	position: absolute;
	top: 10px;
	left: 10px;
}

#faq .faq-list li .acd-check{
    display: none;
}

#faq .faq-list li .acd-label {
	display: block;
	padding: 10px 10px 10px 30px;
	position: relative;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#faq .faq-list li .acd-label::after {
	content: '';
	background-image: url(../images/icon_plus.svg);
	height: 24px;
	width: 24px;
	position: absolute;
	right: 0;
	top: 0;
	background-repeat: no-repeat;
}

#faq .faq-list li .acd-content {
	display: block;
	height: 0;
	opacity: 0;
	padding: 0 10px;
	transition: .5s;
	visibility: hidden;
	line-height: 1.4em;
}

#faq .faq-list li .acd-check:checked + .acd-label:after{
	background-image: url("../images/icon_minus.svg");
}

#faq .faq-list li .acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

#form {
	position: relative;
	margin-top: -60px;
	padding-top: 120px;
}

.form-confirm, .form-complete {
	padding-top: 180px !important;
}

.form-complete p {
	width: 90%;
	margin: 70px auto;
	max-width: 1040px;
	line-height: 1.6em;
	text-align: center;
}

.form-complete p a {
	display: inline-block;
	padding: 1em 4em;
	text-decoration: none;
	border-radius: 4px;
	color: #fff;
	border: none;
	outline: none;
	background-color: #ff7e00;
	font-weight: bold;
	font-size: 1.6rem;
	cursor: pointer;
	min-width: 240px;
	margin-top: 40px;
}

#form .tel-box {
	max-width: 856px;
	margin: 30px auto 70px;
	width: 100%;
}

#form .tel-box a {
	background-color: #ff7e00;
	padding: 14px 0;
	max-width: 400px;
	display: block;
	text-align: center;
	margin: -30px auto 0;
	z-index: 100;
	position: relative;
	border-radius: 40px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 30px;
	width: 70%;
}

#form .tel-box a svg {
	fill: #fff;
	vertical-align: top;
	display: inline-block;
	height: 26px;
}

#form h2{
	position: relative;
	text-align: center;
	font-size: 3.0rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#form h2 em::before, #form h2 em::after {
	content: "";
	display: inline-block;
	width: 22vw;
	height: 1px;
	margin: 0 3rem;
	vertical-align: middle;
	border-top: dotted 1px;
}

.form-check {
	max-width: 960px;
	margin: 80px auto 0;
	padding: 10px 0;
	background: #ffffff;
	border-radius: 7px;
	font-size: 95%;
	line-height: 1.8;
	width: 100%;
}

@media screen and (max-width: 800px) {
	.form-check {
		margin: 40px auto 0;
	}
	
}

.form-check .notice{
	text-align: center;
}

@media screen and (max-width: 800px) {
	.form-check .notice{
		text-align: left;
		width: 90%;
		margin: 0 auto;
	}
}

.form-check dl {
	width: 90%;
	margin: 20px auto 0;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	border: solid 1px #ccc;
	padding: 1em;
	border-radius: 10px;
	max-width: 600px;
}

.form-check dl dt {
	width: 100%;
	padding: 15px 0;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
	font-size: 16px;

	em{
		font-size: 1.2em;
		display: block;
	}
}

.impossible, .impossible2 {
	width: 90%;
	text-align: center;
	color: #f00;
	font-weight: bold;
	font-size: 16px;
	margin: 10px auto 0;
}

.form-check dl dt label{
	margin: 0;
}

.form-check dl dd {
	width: 100%;
	gap: 20px
	padding: 15px 0 15px 0;
	margin-bottom: 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.form-check dl dd span {
	font-size: 13px;
	line-height: 1.6em;
	display: inline-block;
	letter-spacing: 0.1em;
}

.form-check dl dt span {
	display: block;
	font-size: 85%;
}

.form-check dl dd .radio-inline__input {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.form-check dl dd .radio-inline__label {
	display: inline-block;
	padding: 0.5em 1em;
	margin: 0 10px;
	border-radius: 6px;
	transition: all .2s;
	width: 100px;
	text-align: center;
	border: solid 1px #ccc;
}

.form-check dl dd .radio-inline__input:checked + .radio-inline__label {
	background: #ff7e00;
	color: #fff;
	font-weight: bold;
}

.form-check dl dd .radio-inline__input:focus + .radio-inline__label {
	outline-color: #ff7e00;
	outline-offset: -2px;
	outline-style: auto;
	outline-width: 5px;
}

form#mail_form {
	max-width: 960px;
	margin: 80px auto 0;
	padding: 10px 0;
	background: #ffffff;
	border-radius: 7px;
	font-size: 95%;
	line-height: 1.8;
	width: 100%;
}

form#mail_form dl {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

form#mail_form dl dt {
	width: 30%;
	border-top: 1px solid #cccccc;
	padding: 15px 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;

	span{
		font-size: 0.9em;
	}
}

form#mail_form dl dt label{
	margin: 0;
}

form#mail_form dl dd {
	width: 70%;
	border-top: 1px solid #cccccc;
	padding: 15px 0 15px 5%;
	margin-bottom: 0;
	position: relative;
}

form#mail_form dl dd span {
	font-size: 13px;
	line-height: 1.6em;
	display: inline-block;
	letter-spacing: 0.1em;
}

form#mail_form dl dt:first-child,
form#mail_form dl dt:first-child + dd {
	border: none;
}

form#mail_form dl dt span {
	display: block;
	font-size: 85%;
}

/* -- for JavaScript ここから -------------------------------------------------------------------------------- */

form#mail_form dl dt span.required,
form#mail_form dl dt span.optional {
	display: inline-block;
	color: #ffffff;
	padding: 4px 10px;
	border-radius: 3px;
}

form#mail_form dl dt span.required {
	background: #ef7e7a;
	border: 1px solid #ef7e7a;
}

form#mail_form dl dt span.required {
	background: #ff7e00;
	border: 1px solid #ff7e00;
}

form#mail_form dl dd span.error_blank, form#mail_form dl dd span.error_format, form#mail_form dl dd span.error_match {
	display: block;
	color: #ff0000;
	margin-top: 3px;
	font-size: 0.8em;
}

span.loading {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border-top: 5px solid rgba( 255, 255, 255, 0.2 );
	border-right: 5px solid rgba( 255, 255, 255, 0.2 );
	border-bottom: 5px solid rgba( 255, 255, 255, 0.2 );
	border-left: 5px solid #ffffff;
	-webkit-transform: translateZ( 0 );
	-ms-transform: translateZ( 0 );
	transform: translateZ( 0 );
	-webkit-animation: load-circle 1.0s linear infinite;
	animation: load-circle 1.0s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}

@-webkit-keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}

@keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}

/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */
form#mail_form input[type="text"], form#mail_form input[type="email"], form#mail_form input[type="tel"] {
	width: 100%;
	padding: 7px 2%;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
	margin: 10px 0;
}

form#mail_form .yuubin {
	width: 30% !important;
}

form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]:focus,
form#mail_form input[type="checkbox"]:focus,
form#mail_form select:focus,
form#mail_form textarea:focus {
	border: 1px solid #f4810e;
	background: #ffffff;
	outline: 0;
}

.parsley-error {
	border: 2px solid #f00 !important;
	background: #ffffff;
}

.parsley-custom-error-message,.parsley-required{
	color: #f00;
}

.parsley-equalto{
	color: #f00;
}

form#mail_form ul li input[type="radio"],
form#mail_form ul li input[type="checkbox"] {
	margin-right: 10px;
	margin-top: 10px;
}

form#mail_form ul li:first-child input[type="radio"],
form#mail_form ul li:first-child input[type="checkbox"] {
	margin-top: 0px;
}

form#mail_form select {
	padding: 7px 2%;
	border: 1px solid #cccccc;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
	width: 100%;
	border-radius: 4px;
	cursor: pointer;
}

.select-box {
	position: relative;
}

.select-box::after {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 8px 0 8px;
	border-color: #000 transparent transparent transparent;
}

form#mail_form textarea {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 200px;
	padding: 7px 2%;
	resize: vertical;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
}

form#mail_form ul {
	list-style-type: none;
	margin-bottom: 0;
	padding: 0;
}

form#mail_form ul li label:hover {
	cursor: pointer;
}

form#mail_form input#company {
	width: 60%;
}

form#mail_form input#name_1,
form#mail_form input#name_2,
form#mail_form input#read_1,
form#mail_form input#read_2,
form#mail_form input#postal,
form#mail_form input#phone,
form#mail_form input#schedule {
	width: 30%;
}

form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm {
	width: 80%;
}

form#mail_form input#postal + a {
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid #46b8da;
	border-radius: 3px;
	background: #5bc0de;
	font-size: 100%;
	color: #ffffff;
	text-decoration: none;
}

form#mail_form input#postal + a:hover {
	cursor: pointer;
	background: #31b0d5;
	border: 1px solid #269abc;
}

form#mail_form p#form_submit {
	width: 90%;
	margin: 0 auto;
	padding: 30px 0 0;
	text-align: center;
}

form#mail_form p#form_submit [type="submit"],form#mail_form p#form_submit [type="button"] {
	display: inline-block;
	padding: 1em 4em;
	text-decoration: none;
	border-radius: 4px;
	color: #fff;
	border: none;
	outline: none;
	background-color: #ff7e00;
	font-weight: bold;
	font-size: 1.6rem;
	cursor: pointer;
	min-width: 240px;
	margin-bottom: 10px;
}

form#mail_form input[type="button"] {
	padding: 7px 60px;
	border: 1px solid #000;
	border-radius: 3px;
	background: #020202;
	font-size: 100%;
	color: #ffffff;
	font-family: inherit;
	-webkit-appearance: none;
}

form#mail_form input[type="button"]:hover {
	cursor: pointer;
	background: #f00;
	border: 1px solid #f00;
}

.privacy-box {
	text-align: center;
	margin: 20px auto 0;
	border-top: solid 1px #ccc;
	padding-top: 20px;
}

.privacy-box label {
	width: 100%;
	display: inline-block;
	box-shadow: unset;
	border: unset !important;
	background: unset;
}
label, input[type='checkbox'] {
    cursor: pointer;
}

@media screen and (max-width: 800px) {
	
	#form {
		margin-top: -40px;
		padding-top: 100px;
	}

	#form h2 {
		font-size: 5vw;
	}

	#form h2 em::before, #form h2 em::after {
		width: 14vw;
		margin: 0 1rem;
	}

	#form .tel-box a {
		margin: -20px auto 0;
		font-size: 6vw;
	}

	form#mail_form {
		width: 100%;
		font-size: 100%;
		margin-top: 20px;
	}

	form#mail_form dl {
		overflow: visible;
	}

	form#mail_form dl dt {
		width: 100%;
		text-align: left;
		padding: 15px 0 5px;
		font-weight: bold;
		justify-content: flex-start;
	}

	form#mail_form dl dd {
		width: 100%;
		border-top: none;
		padding: 0px 0 20px 0px;
	}
	form#mail_form dl dd span {
		font-size: 12px;
	}

	/* -- for JavaScript ここから -------------------------------------------------------------------------------- */
form#mail_form dl dt span.required, form#mail_form dl dt span.optional {
	margin-left: 1em;
}
	/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */

	form#mail_form input[type="text"], form#mail_form input[type="email"], form#mail_form input[type="tel"] {
		margin-top: 0px;
		max-width: unset;
		width: 100%;
	}

	form#mail_form input#address {
		width: 100%;
	}

	form#mail_form .yuubin {
		width: 50% !important;
	}
	
	form#mail_form textarea {
		display: block;
		width: 100%;
		max-width: unset;
	}

	form#mail_form input#postal + a {
		padding: 6px 15px 5px;
	}

	form#mail_form input#form_submit_button {
		margin-left: 0;
	}

	form#mail_form select {
		font-size: 16px;
		margin-top: 0;
	}
	
	form#mail_form input#phone,
	form#mail_form input#schedule {
		width: 50%;
	}

	.form-confirm {
		padding-top: 110px !important;
	}
	
}

#privacy {
	position: relative;
	overflow: hidden;
	margin: 160px auto 0;
	line-height: 1.8em;
}

#privacy h2 {
	position: relative;
	text-align: center;
	font-size: 3.0rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
}

#privacy h2 em::before, #privacy h2 em::after {
	content: "";
	display: inline-block;
	width: 22vw;
	height: 1px;
	margin: 0 3rem;
	vertical-align: middle;
	border-top: dotted 1px;
}

#privacy > p {
	max-width: 1040px;
	margin: 60px auto;
	width: 94%;
}

#privacy > section {
	padding: 40px 10%;
}

#privacy > section:nth-child(2n) {
	background-color: #f9f9f9;
}

#privacy > section h3 {
	font-weight: bold;
	margin-bottom: 1em;
	font-size: 2.4rem;
}

#privacy > section > p {
	margin-bottom: 1em;
}

#privacy > section > ol {
	margin-left: 2em;
}

#privacy > section > ol > li {
	list-style: decimal;
	margin-top: 0.4em;
}

#privacy > section > ol > li > ol {
	padding-left: 2em;
}

#privacy > section > ol > li > ol > li {
	list-style: decimal;
}

#privacy > section > ol > li > ol > li > ol{
	margin-left: 2em;
}

#privacy > section > ol > li > ol > li > ol > li{
	list-style: decimal;
}

@media screen and (max-width: 800px) {
	#privacy {
		margin-top: 100px;
		font-size: 1.4rem;
	}
	
	#privacy h2 {
		font-size: 2.0rem;
	}
	
	#privacy h2 em::before, #privacy h2 em::after {
		width: 8vw;
		margin: 0 1rem;
	}
	
	#privacy > p {
		margin: 30px auto;
		width: 94%;
		text-align: justify;
	}
	
	#privacy > section {
		padding: 20px 4%;
		text-align: justify;
	}
	
	#privacy > section h3 {
		font-size: 2.0rem;
	}
	
}

footer {
	position: relative;
	padding-top: 100px;
	background-color: #fff;
}

footer .f-menu {
	border-bottom: solid 1px #ccc;
	padding-bottom: 6px;
}

footer .f-menu a {
	text-decoration: none;
	color: #000;
	margin-left: 1em;
}

footer .f-menu a:hover {
	text-decoration: underline;
}

footer small {
	text-align: center;
	display: block;
	margin: 10px 0;
}

footer small a{
	color: #000;
	text-decoration: none;
}

.fade_off {
    opacity: 0;
	transition: all 3s ease-in;
    -webkit-transition: all 3s ease-in;
    -webkit-transition: transform all 3s ease-in;
    -webkit-transition: -webkit-transform all 3s ease-in;
    -moz-transition: all 3s ease-in;
    -o-transition: all 3s ease-in;
    -ms-transition: all 3s ease-in;
}

.fade_on {
    opacity: 1;
}

.zoom_off {
	opacity: 0;
	transform: scale(2);
	transition: all 1s ease-in;
    -webkit-transition: all 1s ease-in;
    -webkit-transition: transform all 1s ease-in;
    -webkit-transition: -webkit-transform all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    -ms-transition: all 1s ease-in;
}

.zoom_on {
    opacity: 1;
	transform: scale(1);
}

.btn-top {
	position: fixed;
	bottom: 40px;
	right: 20px;
	width: 90px;
	z-index: 1000;
}

@media screen and (max-width: 800px) {
	.btn-top {
		width: 60px;
	}
}

/*テキストマーカー*/
.c-marker {
	background: -webkit-linear-gradient(left, rgb(255, 249, 126) 50%, transparent 50%);
	background: -moz-linear-gradient(left, rgb(255, 249, 126) 50%, transparent 50%);
	background: linear-gradient(left, rgb(255, 249, 126) 50%, transparent 50%);
	background-repeat: no-repeat;
	background-size: 200% .8em; 
	background-position: 100% .5em;
	transition: 3s;
}
.c-marker.is-active{
    background-position: 0% .5em;
}

/*ブログページ*/
#blog {
	margin-top: 100px;
	font-size: 1.4rem;
	background-color: #eff3f5;
	overflow: hidden;
}

#blog h2 {
	position: relative;
	text-align: center;
	font-size: 3.0rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 50px 0;
}

#blog h2 em::before, #blog h2 em::after {
	content: "";
	display: inline-block;
	width: 22vw;
	height: 1px;
	margin: 0 3rem;
	vertical-align: middle;
	border-top: dotted 1px;
}

#blog > p {
	max-width: 1040px;
	margin: 60px auto;
	width: 94%;
}

#blog > section {
	padding: 40px 10%;
}

.blog-top-list {
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	width: 94%;
	border-radius: 8px;
}

.blog-top-list .blog-top-list-box {
	width: calc(calc(100%/3) - 20px);
	margin: 20px 10px;
}

.blog-top-list .blog-top-list-box .blog-date {
	text-align: right;
	background-color: #fff;
	padding: 5px;
}

.blog-top-list .blog-top-list-box .blog-img{
	overflow: hidden;
}

.blog-top-list .blog-top-list-box .blog-img img{
	width: 100%;
	transition-duration: 0.3s;
}

.blog-top-list .blog-top-list-box .blog-img img:hover {
	transform: scale(1.1);
	transition-duration: 0.3s;
}

.blog-top-list .blog-top-list-box .blog-text{
	background-color: #fff;
	overflow: hidden;
}

.blog-top-list .blog-top-list-box .blog-text h3 {
	padding: 10px 10px 10px 0;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 auto;
	width: 96%;
}

.blog-top-list .blog-top-list-box .blog-text h3 a{
	text-decoration: none;
	color: #000;
}

.blog-top-list .blog-top-list-box .blog-text > p {
	padding: 10px;
	line-height: 1.4em;
}

.blog-more-btn {
	margin: 10px;
	float: right;
	text-decoration: underline;
}

.blog-more-btn i{
	margin-right: 6px;
}

.Pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 24px 0;
}

.Pagination-Item-Link {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	overflow: hidden;
	background: #fff;
	border: solid 2px #111;
	font-size: 14px;
	color: #111;
	font-weight: bold;
	transition: all 0.15s linear;
	text-decoration: none;
}

.Pagination-Item-Link-Icon {
	width: 20px;
}

.Pagination-Item-Link.isActive {
	background: #111;
	color: #fff;
	pointer-events: none;
}

.Pagination-Item-Link:not(.isActive):hover {
	background: #111;
	color: #fff;
}

.Pagination > * + * {
	margin-left: 8px;
}

@media screen and (max-width:700px) {
	#blog {
		margin-top: 70px;
		font-size: 1.4rem;
		background-color: #eff3f5;
	}
	
	#blog h2 {
		font-size: 2.0rem;
	}
	
	#blog h2 em::before, #blog h2 em::after {
		width: 8vw;
		margin: 0 1rem;
	}

	.blog-top-list {
		padding: 10px;
	}

	.blog-top-list .blog-top-list-box {
		width: 100%;
		margin: 10px 0px 10px;
		display: flex;
		border-bottom: solid 1px #808080;
		padding-bottom: 10px;
	}

	.blog-top-list .blog-top-list-box .blog-text h3 {
		padding: 0 10px 10px 0;
		font-size: 1.2em;
		font-weight: bold;
		margin: 0 auto;
		width: 96%;
	}

	.blog-top-list .blog-top-list-box .blog-img {
		width: 40%;
	}

	.blog-top-list .blog-top-list-box .blog-text {
		width: 60%;
	}

	.blog-top-list .blog-top-list-box .blog-list-text p {
		padding: 40px 30px;
		background-color: rgba(255,255,255,.5);
		opacity: 1;
	}

	.Pagination-Item-Link {
		width: 35px;
		height: 35px;
	}

}

/*ブログ詳細ページ*/
#blog-detail {
	margin-top: 100px;
	background-color: #eff3f5;
	overflow: hidden;
}

#blog-detail .blog-box {
	padding: 60px 40px;
	max-width: 1200px;
	margin: 50px auto;
	background-color: #fff;
	width: 94%;
	border-radius: 8px;
}

#blog-detail .blog-box h2 {
	font-weight: bold;
	line-height: 1.4em;
}

#blog-detail .blog-box .date {
	margin-top: 20px;
}

#blog-detail .blog-box .blog-inner {
	margin-top: 20px;
	border-top: dotted 1px;
	padding-top: 20px;
	line-height: 1.8em;
	text-align: justify;
}

.prev-next-link {
	display: flex;
	border-top: dotted 1px #353535;
	margin-top: 20px;
	width: 100%;
}

.prev-next-link a {
	flex: 1;
}

  .prev-next-link a, .prev-next-link a:first-child {
	margin: 4px;
}

.next-link {
	text-align: right;
}

.prev-next-link a {
  display: block;
  text-decoration: none;
  padding: 14px 40px;
  color: #ff7e00;
}

.prev-next-link a:hover {
	background-color: #f6f6f6;
}

.prev-next-label {
	font-size: 0.8em;
	color: #000;
	margin-bottom: 10px;
}

.prev-link {
	background: url(../images/arrow-prev.svg) no-repeat 10px center;
}

.next-link {
	background: url(../images/arrow-next.svg) no-repeat right 10px center;
}

.prev-link,
.next-link {
	background-size: 16px 28px;
}

.breadcrumb {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #fff;
	font-size: 14px;
	overflow: hidden;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
  
.breadcrumb ol {
	margin: 10px auto;
	width: 96%;
	line-height: 1.6;
}
  
.breadcrumb li {
	display: inline;/*横に並ぶように*/
	list-style: none;
	font-weight: bold;/*太字*/
}
  
.breadcrumb li:after {/* >を表示*/
	content: '>';
	padding: 0 0.2em;
	color: #555;
}
  
.breadcrumb li:last-child:after {
	content: '';
}
  
.breadcrumb li a {
	text-decoration: none;
	color: #000;
	/* font-weight: normal; */
}
  
.breadcrumb li a:hover {
	text-decoration: underline;
  }

.breadcrumb li span {
	font-weight: normal;
}

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

	#blog-detail .blog-box {
		padding: 40px 20px;
	}

	.prev-next-link {
		flex-direction: column;
	}

	.prev-next-link a:first-child {
		border-bottom: solid 1px #000;
	}

}
