.content-block_2 {
	padding-bottom: 3rem;
}
.content-block_3 {
	padding-bottom: 1rem;
}
.btn-kihon, a.btn-2, button.btn-2 {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
}
.btn-12, a.btn-2, button.btn-2 {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
}
a.btn-svg-2 {
	font-weight: 700;
	line-height: 46px;
	width: 204px;
	height: 54px;
	padding: 0;
	cursor: pointer;
	text-decoration: none;
	background-color: transparent;
}
a.btn-svg-2 svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
a.btn-svg-2 svg rect {
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
	stroke: #000;
	stroke-width: 2;
	stroke-dasharray: 200px, 16px;
	stroke-dashoffset: 70px;
}
a.btn-svg-2:hover svg rect {
	stroke-dashoffset: 284px;
}
a.btn-svg-2 span {
	color: #000;
}
.btn {
	color: #000000 !important;
}
a.btn-border {
	border: 2px solid #000;
	border-radius: 0;
	background: #fff;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
a.btn-border:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	content: '';
	-webkit-transition: all .3s;
	transition: all .3s;
	background: #000;
}
a.btn-border:hover {
	color: #fff;
	background: #000;
}
a.btn-border:hover:before {
	background: #fff;
}
.btn.btn-primary-top {
	background: #bdbdbd;
	border-color: #bdbdbd;
	color: #fff;
}
.btn.btn-primary-top:hover {
	background: #b0c599;
	border-color: #b0c599;
}
.btn3 {
	min-width: 11.5rem !important;
}
.heading-025 {
	position: relative;
	padding-top: 2em;
	color: #dad8d8;
}
.heading-025::before {
	position: absolute;
	bottom: .5em;
	left: 0;
	right: 0;
	z-index: -1;
	color: #a2afb4;
	font-size: 1.3em;
	line-height: 1;
	content: attr(data-word);
	pointer-events: none;
}
.heading-029 {
	display: inline-block;
	position: relative;
	margin: calc(3.5em / 2) 0 calc(3.5em / 4) calc(3.5em / 2);
	color: #333333;
	line-height: 1;
}
.heading-029::before {
	position: absolute;
	bottom: calc(-3.5em / 4);
	left: calc(-2.5em / 2);
	z-index: -1;
	width: 3.5em;
	height: 3.5em;
	border-radius: 50%;
	background: #808080;
	content: '';
}
.heading-030 {
	display: inline-block;
	position: relative;
	margin: calc(3.5em / 2) 0 calc(3.5em / 4) calc(3.5em / 2);
	color: #333333;
	line-height: 1;
}
.heading-030::before {
	position: absolute;
	bottom: calc(-3.5em / 4);
	left: calc(-2.5em / 2);
	z-index: -1;
	width: 3.5em;
	height: 3.5em;
	border-radius: 50%;
	background: #a8cb90;
	content: '';
}
.heading-031 {
	display: inline-block;
	position: relative;
	margin-top:50px;
	color: #333333;
	line-height: 1.5;
}
.content-block {
	/*padding-top: 0rem;*/
	padding-bottom: 3rem;
}
.alternate-block .row:nth-child(even) .text-wrap2 {
	/*margin-left: auto ;*/
	margin-right: 8%;
}
.img {
	max-width: 90% ; /* 横幅の90% */
	height: auto ; /* 縦幅を自動調整 */
}
.bg-stretch {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.bg-stretch img {
	max-width: none;
	width: 100%;
}
body {
	/*font-size: .9999rem;*/
}
h1, h2, h3 {
	font-family: 'Montserrat Subrayada', sans-serif !important;
}
/* 左右いっぱいに伸びた横線 */
.heading {
	align-items: center; /* 横線を上下中央 */
	display: flex; /* 文字と横線を横並び */
}
.heading::before,
.heading::after {
	background-color: #333333; /* 横線の色 */
	content: "";
	flex-grow: 1; /* 横幅いっぱい */
	height: 2.5px; /* 横線の高さ */
}
.heading::before {
	margin-right: 15px; /* 文字との余白 */
}
.heading::after {
	margin-left: 15px; /* 文字との余白 */
}
.button-051 {
	display: flex;
	justify-content: center;
	position: relative;
	margin: 0 auto;
	padding: .5em 1em;
	border: none;
	border-bottom: 2px solid #55565b;
	background-color: transparent;
	color: #55565b;
	font-weight: 600;
	font-size: 1.3em;
}
.button-051::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	transform: scaleX(0);
	transform-origin: center left;
	width: 100%;
	height: 2px;
	background-color: #9fc4df;
	content: '';
	transition: transform .3s ease;
}
.button-051:hover::after {
	transform: scaleX(1);
}
.heading-027 {
	position: relative;
	padding-top: .75em;
	color: #ffffff;
}
.heading-027::before {
	position: absolute;
	bottom: .5em;
	left: 0;
	z-index: -1;
	color: #333333;
	font-size: 1.5em;
	line-height: 1;
	content: attr(data-word);
	pointer-events: none;
}
@media screen and (min-height: 480px) {
}
h1 {
	font-size: 3.375rem;
}
h2 {
	font-size: 3rem;
}
h3 {
	font-size: 2rem;
}
.heading-033 {
	border-bottom: 3px solid #b2b8bd;
}
.heading-033 span {
	display: inline-block;
	position: relative;
	padding: 0 .4em .2em;
	color: #333333;
}
.heading-033 span::before {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #96b6ac;
	content: '';
}
.rounded-4 {
	background:
	radial-gradient(circle closest-side, currentColor 80%, transparent) bottom var(--p1, 0px) left 50% /100% var(--p, 12px) no-repeat,
	linear-gradient(currentColor 0 0) bottom 4px left 50%/var(--d, 0%) 3px no-repeat;
	transition: 0.5s;
}
.rounded-4:hover {
	--d: 100%;
	--p: 3px;
	--p1: 4px;
}
.acbox {
	width:80%;
	font-size:0px; /* ラベルと開く部分を分離する時は数値を入れる */
	margin:0 auto;	 /* ボックス全体の位置調整 */
}
.acbox label {
	width: auto;
	font-size: 16px; /* ラベルの文字サイズ */
	font-weight: bold;
	text-align: center;
	background: #ffffff; /* ラベルの背景色 */
	position: relative;
	display: block;
	padding:8px;
	border-radius: 4px; /* ラベルの角の丸み */
	cursor: pointer;
	color: #000000;
}
.acbox label:hover {
	background: #ffc0cb; /* ラベルにマウスを乗せた時の背景色 */
}
.acbox input {
	display: none;
}
.acbox label:after {
	color: #fff;
	content:"▼"; /* ラベルのアイコン */
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -14px;
}
.acbox input:checked ~ label::after {
	content:"▲"; /* ラベルをクリックした後のアイコン */
}
.acbox div{
	height: 0px;
	overflow: hidden;
	opacity: 0;
	transition: 0.15s; /* 開閉スピードの設定 */
}
.acbox input:checked ~ div{
	height: auto;
	padding: 18px; /* 開いた部分の枠内の余白 */
	border-radius: 0px;
	background: #F3F4F5; /* 開いた部分の背景色 */
	opacity: 1;
}
.acbox input:checked ~ label {
	background: #8BC34A; /* クリック後のラベルの背景色 */
}
.acbox-under {
	font-size: 15px; /* 開いた部分の文字サイズ */
	color: #555555; /* 開いた部分の文字色 */
}
p a {
	width:auto;
	display:block;
}
p a img {
	width:auto;
}
p a img {
	position:relative;
	top:0;
}
p a img:hover {
	top:10px;
	transition:0.3s;
}