@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;400&display=swap');
body, html {
	overflow-x: hidden;
}
.contents {
	position: relative;
}
.breadcrumb {
	margin-top: -70px;
}
h4 {
	font-size: min(1.6vw, 26px);
	line-height: 1.5;
	margin: 80px auto;
	border-bottom: 1px solid #B7B6B6;
	width: 90%;
	max-width: 880px;
	margin: 0 auto;
}
.content {
	background: url(images/bg-02.png) no-repeat;
	background-size: cover;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding-bottom: 100px;
}
#contact-confirm {
	display:none;
}
#contact-confirm-button {
	display:none;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto
}
#contact-input-button {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
h3:before {
	width: 40px;
	height: 40px;
}
h3 {
	margin-bottom: 50px;
	font-size: 2.6rem;
	line-height: 3.2rem;
}
p, span, a {
	font-size: 1.4rem;
}
h4 {
	font-size: 1.8rem;
}
}

/*PC Layout
===================================*/
@media all and (min-width: 769px) {
	.breadcrumb {
		margin-top: -40px;
	}
}


/* main
------------------------------------------------------ */
.page-main-img {
	width: 95vw;
	margin: 0 calc(50% - 50vw);
}
.page-ttl {
	font-weight: 400;
	margin-bottom: 40px;
	letter-spacing: .2rem;
	max-width: 880px;
	margin: 0 auto 10px;
	text-align: left;
	font-size: min(1vw, 16px);
}
.page-ttl span {
	background: linear-gradient(-360deg, #9CC701 0%, #11540B 100%);
	background: -webkit-linear-gradient(-360deg, #9CC701 0%, #11540B 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 3.2vw;
	margin-right: 10px;
	letter-spacing: .6rem;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	.page-ttl span {
		font-size: 3rem;
		line-height: 3rem;
	}
	.page-ttl {
		margin-bottom: 10px;
		font-size: 1.2rem;
		margin-top: 90px;
	}
	.page-main-img {
		width: 85vw;
	}
	.page-ttl:before {
		width: 30px;
		height: 30px;
	}
	.page-lead {
		font-size: 1.4rem;
		margin-bottom: 0;
	}
}

/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
	.page-ttl span {
		font-size: min(4vw, 50px);
		line-height: 1.5;
	}
	main {
		margin-top: 160px;
	}
}


/* message
------------------------------------------------------ */
.message-ttl {
	font-size: min(1.6vw, 26px);
	line-height: 1.5;
	text-align: center;
	background: #fff;
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 60px 0;
	position: relative;
}
.message-bg {
	background: url(images/bg-01.png) no-repeat;
	background-size: cover;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding: 100px 0 200px;
}
.scroll-icon {
	width: 10%;
	max-width: 30px;
	margin: 0px auto -60px;
	position: relative;
}
.about p a {
	color: #4E6E55;
	text-decoration: underline;
}
.message-txt span {
	display: block;
	text-align: right;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	.about {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.message-ttl {
		font-size: 1.4rem;
	}
}

/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {}


/* contact
------------------------------------------------------ */
.contact {
	background: #fff;
	max-width: 1260px;
	padding-bottom: 100px;
	padding-top: 100px;
	width: 80%;
	margin: 0 auto 40px;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	.contact {
		width: 90%;
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {}
 @charset "UTF-8";
/* CSS Document */


/*==================================================
form
===================================*/
input, button, select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}
textarea {
	resize: vertical;
}
input[type='checkbox'], input[type='radio'] {
	display: none;
}
input[type='submit'], input[type='button'], label, button, select {
	cursor: pointer;
}
 select::-ms-expand {
 display: none;
}
.formTable {
	width: 90%;
	max-width: 744px;
	margin: 0 auto 100px;
}
.formTable th {
	text-align: left;
	padding: 20px 0;
	vertical-align: top;
}
small.mandatory-icon {
	background: linear-gradient(-360deg, #9CC701 0%, #11540B 100%);
	background: -webkit-linear-gradient(-360deg, #9CC701 0%, #11540B 100%);
	color: #fff;
	padding: 0 6px;
	letter-spacing: .1rem;
	font-size: 1.3rem;
}
input, button, textarea {
	background: #F4F4F4;
	width: 96%;
	padding: 10px;
}
select {
	background: #F6F4F4;
	padding: 10px;
	position: relative;
	width: 60%;
	z-index: 1;
}
.select-ttl:after {
	content: '';
	background: url(../images/select-arrow.svg) no-repeat;
	background-size: contain;
	width: 11px;
	height: 5px;
	display: inline-block;
	vertical-align: middle;
	margin-left: -30px;
	z-index: 10;
	position: relative;
}
.formTable td {
	padding: 20px 0;
}
::placeholder {
 color: #A8A8A8;
}
label.radio {
	position: relative;
	cursor: pointer;
	padding-left: 30px;
}
label::before, label::after {
	content: "";
	display: block;
	border-radius: 50%;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
}
label.error::before, label.error::after {
	content: none;
}
label::before {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	width: 20px;
	height: 20px;
	left: 5px;
}
label::after {
	content: '';
	display: block;
	position: absolute;
	top: 40%;
	left: 10px;
	width: 10px;
	height: 5px;
	border-left: 2px solid #11540B;
	border-bottom: 2px solid #11540B;
	transform: rotate(-45deg);
	border-radius: 0;
	opacity: 0;
}
input:checked + label::after {
	opacity: 1;
}
.visually-hidden {
	position: absolute;
	white-space: nowrap;
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	overflow: hidden;
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
}
.content-check {
	text-align: center;
	margin-bottom: 30px;
}
.form-btn-wrap-confirm  {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-left: auto;
  margin-right: auto;
}
.form-btn-wrap  {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-left: auto;
  margin-right: auto;
}
.back-btn {
	width: 300px;
	padding: 10px 5px;
	display: block;
	text-align: center;
	margin: 10px 10px;
	background: #F4F4F4;
}
.form-btn-wrap button {
	background: linear-gradient(-360deg, #9CC701 0%, #11540B 100%);
	background: -webkit-linear-gradient(-360deg, #9CC701 0%, #11540B 100%);
	width:300px;
	display: block;
	color: #fff;
}


input[type="submit"] {
	background-color: #00BA88;
	width: 90%;
	max-width: 300px;
	margin: 20px auto;
	display: block;
	color: #fff;
}
input[type="button"] {
	background-color: #f0f0f0;
	width: 90%;
	max-width: 300px;
	margin: 20px auto;
	display: block;
	color: #000;
}
/*スピン非表示*/
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
 opacity: 0;
}

/*スピン表示*/
.order-number input[type="number"]::-webkit-inner-spin-button, .order-number input[type="number"]::-webkit-outer-spin-button {
 opacity: 1;
}
.order-number {
	position: relative;
}
.input {
	box-sizing: border-box;
	display: block;
	border: none;
	-webkit-appearance: none;
	width: 40%;
}
.input:focus {
	outline: none;
}
 .input::-webkit-contacts-auto-fill-button {
 opacity: 0;
/* Safariのオートフィルボタンを透明にして見えなくする */
}
.block-td {
	flex-direction: column;
}
.formTable tr {
	border-bottom: 1px solid #B7B6B6;
}
label {
	position: relative;
	padding-left: 40px;
	display: block;
}
.tel-td {
	align-items: center;
}
input[type='checkbox'] {
	display: block;
	opacity: 0;
	position: absolute;
	z-index: 90;
}
.policy-area {
	text-align: center;
	margin-bottom: 20px;
}
td div {
	width: 100%;
}
.policy-area label {
	display: inline;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	.formTable th, .formTable td {
		width: 100%;
		display: block;
	}
	.formTable th {
		padding-bottom: 0;
	}
	.mail-area input {
		margin-bottom: 10px;
	}
	.formTable {
		margin-bottom: 20px;
	}
	input, button, select, textarea {
		font-size: 16px;
	}
	.input {
		width: 100%;
	}
	select {
		width: 90%;
	}
	.input::-webkit-inner-spin-button {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		transform: scale(5);
		transform-origin: right center;
		opacity: 0;
	}
	.formTable th, .formTable td {
		font-size: 1.4rem;
	}
	input[type='checkbox'] {
		font-size: 1.4rem;
	}
	label {
		font-size: 1.4rem;
	}
	td div {
		margin-bottom: 10px;
	}
	.message-bg {
		padding-bottom: 20px;
	}
	input, button, textarea {
		width: 94%;
	}
}

/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
	.mail-area input {
		margin-top: 10px;
	}
	.formTable th {
		width: 30%;
	}
	.formTable td {
		width: 100%;
	}
	.order-number:before {
		position: absolute;
		top: 22px;
		left: 182px;
		color: #000;
		font-size: 14px;
		content: "▲";
		pointer-events: none;
	}
	.order-number:after {
		position: absolute;
		bottom: 22px;
		left: 182px;
		color: #000;
		font-size: 14px;
		content: "▼";
		pointer-events: none;
	}
	td.table-2line {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	td.table-2line input {
		width: 90%;
	}
	td.table-2line div {
		width: 49%;
	}
	textarea {
		height: 200px;
	}
}


/* support
------------------------------------------------------ */
.support-bg {
	background: #fff;
	width: 90%;
	max-width: 700px;
	margin: 0 auto 30px;
	padding: 30px 0;
}
.support-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}
.support-ttl {
	padding-right: 10px;
}
.support-txt {
	padding-left: 10px;
	border-left: 1px solid #707070;
}
label.error {
	padding-left: 0;
}
.formTable td {
	width: 100%;
}
.policy-notes {
	text-align: center;
	margin-bottom: 20px;
}
.policy-notes span {
	color: #D31B1B;
}
.policy-notes a {
	text-decoration: underline;
}
label#個人情報保護方針-error {
	display: block;
	color: #D31B1B;
	font-size: 1.2rem;
}
label.error {
	color: #D31B1B;
	font-size: 1.2rem;
}
td.block-td {
	position: relative;
}
label#お問い合わせ種別\[\]-error {
	position: absolute;
	bottom: 0px;
	margin-left: 40px;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	.support-wrap {
		flex-direction: column;
	}
	.support-txt {
		width: 90%;
		margin: 0 auto;
	}
	label#お問い合わせ種別\[\]-error {
		bottom: 4px;
	}
}

/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {}

.scrolldown1 {
	position: relative;
	left: 50%;
	bottom: -12px;
	height: 50px;
	margin-top: -60px;
}
.scrolldown1::after {
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 60px;
	background: #707070;
	animation: pathmove 1.4s ease-in-out infinite;
	opacity: 0;
}

@keyframes pathmove {
	0% {
	height:0;
	top:0;
	opacity: 0;
	}
	30% {
	height:30px;
	opacity: 1;
	}
	100% {
	height:0;
	top:50px;
	opacity: 0;
	}
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	.scroll-icon {
		margin: 30px auto -80px;
	}
	.scrolldown1 {
		bottom: -40px;
	}
	.breadcrumb {
		margin-top: -34px;
	}
	.support-txt {
		border-left: none;
	}
	.support-ttl {
		margin-bottom: 10px;
	}
	.breadcrumb {
		padding-right: 0;
		width: 98%;
	}
	html,  body, .content {
		overflow-x: hidden;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
}

.CntRadio {
	margin-bottom: 8px;
}
.CntRadio label::before,
.CntRadio label::after {
  content: "";
  display: block; 
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.CntRadio label::before {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 5px;
}
.CntRadio label::after {
	background-color: #11540b;
	border-radius: 50%;
	opacity: 0;
	width: 10px;
	height: 10px;
	left: 10px;
}