@charset "UTF-8";
html{overflow:auto;-webkit-text-size-adjust:100%}
*,*:after,*:before{box-sizing:border-box}
*,*:after,*:before,blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,p,pre,td,th{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
img { max-width: 100%; height: auto; }
ul,ol,li{list-style-type: none;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:400}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%}
q:after,q:before{content:''}
input[type=checkbox],input[type=radio]{margin:0 2px 0 0;padding:0;vertical-align:-2px}
button,input[type=button],input[type=submit],input[type=text]{box-sizing:border-box;-webkit-appearance:none;border:0;cursor:pointer;border-radius:0;background:transparent}

/* ------------------------
    基本構造
------------------------ */
html {
	font-size: 10px;
	overflow-x: hidden;
}
body {
	font-family: "Noto Sans JP", serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	color: #333333;
	line-height: 1.8;
}
.content {
	position: relative;
	width: 100%;
	max-width: 1160px;
	padding: 0 20px;
	margin: 0 auto;
}
.min-content {
	position: relative;
	width: 100%;
	max-width: 1000px;
	padding: 0 20px;
	margin: 0 auto;
}
@media only screen and (max-width: 768px) {
	.content {
		position: relative;
		width: 100%;
		max-width: 1160px;
		padding: 0 20px;
		margin: 0 auto;
	}
	.min-content {
		position: relative;
		width: 100%;
		max-width: 1000px;
		padding: 0 20px;
		margin: 0 auto;
	}
}

a {
	text-decoration: none;
	transition: .3s;
	color: #333;
}
a:hover {
	text-decoration: none;
	transition: .3s;
}
a::before,a::after,a:hover::before,a:hover::after {
	transition: .3s;
}

.link {
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
}
figure {
	margin: 0;
}

input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea {
	font-size: 1.5rem;
    font-family: "Noto Sans JP", serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	background-color: #F5F1F1;
	border: none;
	padding: 15px;
	width: 100%;
	color: #333;
}
select {
	position: relative;
	width: 50%;
	padding-right: 28px;
	background: url(./img/select.svg) no-repeat center right 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	background-color: #F5F1F1;
}
@media only screen and (max-width: 768px) {
	select {
		width: 100%;
	}
}
textarea {
	height: 240px;
	display: block;
}
::placeholder {
	color: #bbb;
}
.grecaptcha-badge {
	visibility: hidden;
}

.only-sp {
	display: none !important;
}
@media only screen and (max-width: 768px) {
	.only-pc {
		display: none !important;
	}
	.only-sp {
		display: block !important;
	}
}

@media (max-width: 768px) {
  .wow {
    animation-delay: 0s !important;
  }
}