@charset 'UTF-8';

* {
margin: 0px;
padding: 0px;
word-break: normal !important;
word-wrap: break-word;
line-break:normal;
border: 0;
outline: 0;
box-sizing: border-box;
hanging-punctuation: force-end;
}

html {
scroll-padding-top: 100px;
overflow: auto;
font-size: 62.5%;
}
body {
position: relative;
max-height: 100%;
margin: 0;
padding: 0;
font-style: normal;
font-family: "Noto Sans JP", sans-serif;
font-size: 1.6rem;
font-optical-sizing: auto;
font-weight: 500;
letter-spacing: 1px;
line-height: 1.6;
color: #090808;
background-color: #fff;
-webkit-text-size-adjust: 100%;
}
@media (max-width: 1023px) {
	html {
	font-size: 60%;
	}
	body {
	letter-spacing: 0;
	}
}
@media (max-width: 767px) {
	html {
	scroll-padding-top: 70px;
	font-size: 55%;
	}
	body {
	width: 100%;
	font-size: 1.5rem;
	}
}
@media (max-width: 374px) {
	html {
	font-size: 50%;
	}
}

section {
position: relative;
}
section:after {
clear:both;
display:block;
content:"";
}
table {
border-collapse: collapse;
border-spacing: 0;
}
table th {
font-weight: normal;
text-align: inherit;
}
nav, ol, ul {
list-style: none;
}

h1, h2, h3, h4, h5, h6 {
font-size: inherit;
font-weight: 500;
}
h2  {
line-height: 1.4;
}
h3, h4 {
}
@media (min-width: 1024px) {
}
@media (max-width: 767px) {
}
@media (max-width: 374px) {
}

a {
text-decoration: none;
color: inherit;
}
a:hover {
text-decoration: none;
}
@media (min-width: 768px) {
	a[href^="tel:"] {
	pointer-events: none;
	}
}

/*-------------------------
 フォームパーツ
-----------------------*/
button {
cursor: pointer;
font-family: inherit;
font-size: inherit;
background-color: transparent;
border: 0;
}
input,
select,
textarea {
display: block;
font-family: inherit;
font-size: inherit;
color: #333;
border: 1px solid #aaa;
}
input[type="button"],
input[type="text"],
input[type="tel"],
input[type="submit"],
input[type="image"],
textarea {
-webkit-appearance: none;
}
input[type="text"],
input[type="tel"],
input[type="password"],
input[type="date"],
input[type="email"],
textarea {
-webkit-appearance: none;
width: 100%;
padding: 10px;
background-color: #fff;
border-radius: 0;
}
select {
width: 100%;
padding: 10px;
background-color: #fff;
border-radius: 0;
}
input[type="file"] {
-webkit-appearance: none;
background-color: transparent;
border: 0;
}
input[type="checkbox"],
input[type="radio"] {
display: inline-block;
margin-left: 2px;
margin-right: 0.5em;
transform: scale(1.1, 1.1);
}
textarea {
width: 100%;
height: 250px;
}
::placeholder {
}
.contact_submit_flex {
display: flex;
justify-content: center;
margin: 2em auto 0;
}
.contact_previous,
.contact_submit {
display:flex;
justify-content: center;
align-items: center;
width: fit-content;
width: 300px;
height: 60px;
margin: 0 10px;
color: #333;
border: 2px solid #888;
border-radius: 100px;
}
.contact_previous {
background-color: #aaa;
border-color: #aaa;
}
.contact_submit {
border-color: #e65b0e;
background-color: #e65b0e;
}
.contact_submit .wpcf7-spinner {
display: none;
}
.contact_previous input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: none;
cursor: pointer;
cursor: hand;
width: 100%;
height: 100%;
font-weight: 600;
letter-spacing: 1px;
color: #fff;
background-color: transparent;
border-color: transparent;
border-radius: 0;
}
.contact_previous input[type="button"],
.contact_previous input[type="reset"],
.contact_previous input[type="submit"] {
}
input[readonly="readonly"] {
border-width: 0;
}
.privacy_check {
margin-top: 20px;
text-align: center;
}
.privacy_check_p {
margin-bottom: 20px;
}
.hissu {
display: block;
margin-left: 10px;
padding: 3px;
font-size: 1.2rem;
font-weight: normal;
line-height: 1;
background-color: #fff;
border: 1px solid;
}
@media (max-width:1023px) {
	.select::after {
	width: 10px;
	height: 8px;
	right: 8px;
	}
}
@media (min-width:768px) {
	/* focus */
	input[type="text"]:focus,
	input[type="tel"]:focus,
	input[type="password"]:focus,
	input[type="date"]:focus,
	input[type="email"]:focus,
	select:focus,
	textarea:focus {
	background-color: #fbfcd6;
	transition: .3s;
	}
	input[readonly="readonly"]:focus {
	background-color: #fff;
	}
	/* hover */
	.privacy_check a:hover {
	opacity: .5;
	transition: .3s;
	}
	.contact_previous:hover {
	background-color: #fff;
	border-color: #444;
	transition: .3s;
	}
	.contact_submit:hover {
	background-color: #fff;
	transition: .3s;
	}
	.contact_previous:hover input,
	.contact_submit:hover input {
	color: #333;
	transition: .3s;
	}
}
@media (max-width:767px) {
	input[type="text"],
	input[type="tel"],
	input[type="password"],
	input[type="date"],
	input[type="email"],
	select,
	textarea {
	padding: 6px;
	}
	textarea {
	height: 200px;
	}
	.contact_submit,
	.contact_previous {
	width: 200px;
	height: 42px;
	margin: 0 2px;
	font-size: inherit !important;
	}
}

/*-----------------------
 slick
-----------------------*/
.slick-slider {
overflow: hidden;
position: relative;
display: block;
margin: 0;
padding: 0;
line-height: 0;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after {
display: table;
content: '';
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
overflow: hidden;
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide {
float: right;
}
.slick-slide img,
.slick-slide video {
display: block;
object-fit: cover;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
vertical-align: middle;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
.slick-prev,
.slick-next {
z-index: 1;
position: absolute;
width: 50px;
height: 50px;
top: 50%;
transform: translateY(-50%);
font-size: 0;
background-repeat: no-repeat;
background-size: contain;
background-color: rgba(255,255,255,.6);
}
.slick-prev {
left: 0;
}
.slick-next {
right: 0;
}
.slick-prev::before,
.slick-next::before {
position: absolute;
content: "";
width: calc(16px);
height: calc(25px);
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
background-repeat: no-repeat;
background-size: contain;
}
.slick-prev::before {
background-image: url(./common/img/arrow_prev@2x.png);
}
.slick-next::before {
background-image: url(./common/img/arrow_next@2x.png);
}
.slick-prev button,
.slick-next button {
}
.slick-prev button {
}
.slick-next button {
}
@media (max-width:1310px) {
	.slick-prev,
	.slick-next {
	width: 40px;
	height: 40px;
	}
	.slick-prev::before,
	.slick-next::before {
	width: calc(16px * .7);
	height: calc(25px * .7);
	}
}
@media (max-width:1023px) {
}
@media (min-width:768px) {
	/* hover */
	.slick-slide a:hover img {
	opacity: .5;
	transition: .3s;
	}
	.slick-prev:hover,
	.slick-next:hover {
	opacity: .5;
	transition: .3s;
	}
}
@media (max-width:767px) {
	.slick-prev,
	.slick-next {
	width: 30px;
	height: 30px;
	}
	.slick-prev::before,
	.slick-next::before {
	width: calc(16px * .5);
	height: calc(25px * .5);
	}
}

/*-----------------------
 共通設定
-----------------------*/
.body_wrap {
overflow: hidden;
}

.right { text-align: right !important; }
.left { text-align: left !important; }
.center { text-align: center !important; }
.fit { width: fit-content;margin-right: auto;margin-left: auto; }
@media (max-width: 767px) {
	.fit_sp {
	width: fit-content;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}
}
.normal { font-weight: normal;}
.font_small { font-size: 1.4rem; }
.font_large { font-size: 1.8rem; }
.red { color: #e10915; }
.orange { color: #ff950c; }
.underline { text-decoration: underline; }
.bold { font-weight: bold; }

.txtlink a {
text-decoration: underline;
}
@media (min-width:768px) {
	.txtlink a:hover {
	opacity: .5;
	transition: .5s;
	}
}

img {
display: block;
width: 100%;
max-width: 100%;
width: auto;
height: auto;
margin-right: auto;
margin-left: auto;
vertical-align:top;
}

.mb1 {
margin-bottom: 1em;
}
.mt1 {
margin-top: 1em;
}

.sp {
display: none;
}
@media (max-width: 767px) {
	.pc {
	display: none;
	}
	.sp {
	display: block;
	}
}

/*-----------------------
 ヘッダー
-----------------------*/
html.active {
overflow: hidden;
}
header {
z-index: 9;
position: fixed;
display: flex;
align-items: center;
width: 1070px;
height: 157px;
top: 0;
right: 0;
padding: 0 20px;
background-color: #fff;
}
.header_wrap {
display: flex;
align-items: center;
margin: auto;
}
.head_nav {
display: flex;
align-items: center;
}
.head_nav li {
margin: 0 22px;
font-size: 1.8rem;
font-weight: bold;
line-height: 1.4;
}
.head_nav li a {
position: relative;
display: block;
}
.head_nav li span {
cursor: pointer;
position: relative;
display: block;
}
.head_nav li.head_nav_event span {
padding-left: 55px;
}
.head_nav li.head_nav_request span {
padding-left: 75px;
}
.head_nav li.head_nav_visit span {
padding-left: 35px;
}
.head_nav li span::before {
position: absolute;
content: "";
top: 50%;
transform: translateY(-50%);
left: 0;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.head_nav li.head_nav_event span::before {
width: calc(49px);
height: calc(80px);
background-image: url(./common/img/nav_ico_event.svg);
background-position: top center;
}
.head_nav li.head_nav_request span::before {
width: calc(61px);
height: calc(52px);
background-image: url(./common/img/nav_ico_request.svg);
}
.head_nav li.head_nav_visit span::before {
width: calc(22px);
height: calc(50px);
background-image: url(./common/img/nav_ico_visit.svg);
}
.head_nav li span::after {
position: relative;
display: inline-block;
content: "";
width: calc(9px);
height: calc(15px);
margin-left: 10px;
top: 1px;
background-image: url(./common/img/ico_arrow_b.png);
background-repeat: no-repeat;
background-size: contain;
}
.head_sns {
display: flex;
align-items: flex-end;
margin-left: 20px;
}
.head_sns li {
}
.head_sns li a {
}
.head_sns li img {
}
.head_sns li.head_sns_line {
margin-right: 20px;
background-color: #fff;
border: 2px solid #00b900;
border-radius: 10px;
}
.head_sns li.head_sns_line a {
display: flex;
align-items: center;
padding: 15px;
}
.head_sns li.head_sns_line a::after {
position: relative;
display: block;
content: "";
width: calc(9px);
height: calc(15px);
top: 1px;
margin-left: 15px;
background-image: url(./common/img/ico_arrow_b.png);
background-repeat: no-repeat;
background-size: contain;
}
.head_sns li.head_sns_line .line_1 {
width: 30px;
height: 30px;
margin-right: 15px;
font-size: 0;
background-image: url(./common/img/ico_line.png);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.head_sns li.head_sns_line img {
object-fit: contain;
object-position: center;
width: 100%;
height: 100%;
}
.head_sns li.head_sns_line .line_2 {
font-size: 1.8rem;
font-weight: bold;
line-height: 1;
}
.head_sns li.head_sns_instagram {
width: 100px;
}
.head_sns li.head_sns_instagram a {
position: relative;
display: block;
padding-top: 45px;
}
.head_sns li.head_sns_instagram a::before {
position: absolute;
content: "";
width: calc(100px);
height: calc(30px);
top: 0;
left: 50%;
transform: translateX(-50%);
background-image: url(./common/img/ico_instagram_followus.png);
background-repeat: no-repeat;
background-size: contain;
}
.head_sns li.head_sns_instagram img {
object-fit: contain;
object-position: center;
width: 30px;
height: 30px;
}
@media (max-width:1440px) {
	header {
	width: 900px;
	height: 120px;
	padding: 0 10px;
	}
	.head_nav li {
	margin: 0 15px;
	font-size: 1.6rem;
	}
	.head_nav li span::after {
	width: calc(9px * .8);
	height: calc(15px * .8);
	margin-left: 8px;
	}
	.head_nav li.head_nav_event span {
	padding-left: 45px;
	}
	.head_nav li.head_nav_event span::before {
	width: calc(49px * .8);
	height: calc(80px * .8);
	}
	.head_nav li.head_nav_request span {
	padding-left: 60px;
	}
	.head_nav li.head_nav_request span::before {
	width: calc(61px * .8);
	height: calc(52px * .8);
	}
	.head_nav li.head_nav_visit span {
	padding-left: 30px;
	}
	.head_nav li.head_nav_visit span::before {
	width: calc(22px * .8);
	height: calc(50px * .8);
	}
	.head_sns li.head_sns_line {
	border-radius: 8px;
	}
	.head_sns li.head_sns_line a {
	padding: 13px;
	}
	.head_sns li.head_sns_line a::after {
	width: calc(9px * .8);
	height: calc(15px * .8);
	margin-left: 13px;
	}
	.head_sns li.head_sns_line .line_1 {
	width: 26px;
	height: 26px;
	margin-right: 13px;
	}
	.head_sns li.head_sns_line .line_2 {
	font-size: 1.6rem;
	}
	.head_sns li.head_sns_instagram {
	width: 60px;
	}
	.head_sns li.head_sns_instagram a {
	padding-top: 31px;
	}
	.head_sns li.head_sns_instagram a::before {
	width: calc(100px * .6);
	height: calc(30px * .6);
	}
	.head_sns li.head_sns_instagram img {
	width: 26px;
	height: 26px;
	}
}
@media (min-width:1024px) {
	/* is-fixed */
	html.is-fixed header {
	width: 750px;
	height: 70px;
	border-radius: 0 0 0 10px;
	box-shadow: 0 0 15px rgba(0,0,0,.2);
	}
	html.is-fixed .head_nav li {
	margin: 0 10px;
	font-size: 1.5rem;
	}
	html.is-fixed .head_nav li br {
	display: none;
	}
	html.is-fixed .head_nav li span::before {
	display: none;
	}
	html.is-fixed .head_nav li span {
	padding-left: 0 !important;
	}
	html.is-fixed .head_nav li span::after {
	width: calc(9px * .7);
	height: calc(15px * .7);
	margin-left: 8px;
	top: 0;
	}
	html.is-fixed .head_sns {
	align-items: center;
	margin-left: 15px;
	}
	html.is-fixed .head_sns li.head_sns_line {
	color: #fff;
	background-color: #00b900;
	border-radius: 6px;
	}
	html.is-fixed .head_sns li.head_sns_line a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 15px;
	}
	html.is-fixed .head_sns li.head_sns_line a::after {
	display: none;
	}
	html.is-fixed .head_sns li.head_sns_line .line_1 {
	display: block;
	width: auto;
	height: auto;
	margin-right: 0;
	font-size: 1.5rem;
	line-height: 1;
	background-image: inherit;
	}
	html.is-fixed .head_sns li.head_sns_line .line_2 {
	display: block;
	font-size: 1.5rem;
	}
	html.is-fixed .head_sns li.head_sns_instagram {
	width: fit-content;
	}
	html.is-fixed .head_sns li.head_sns_instagram a {
	padding-top: 0;
	}
	html.is-fixed .head_sns li.head_sns_instagram a::before {
	display: none;
	}
}
@media (max-width:1023px) {
	header {
	display: none;
	}
	html.active header {
	z-index: 8;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	display: block;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	margin-top: 0;
	padding: 50px 30px 100px 30px;
	background-color: #fff;
	animation: spmenu-open .3s ease-out forwards;
	}
	html.closing header {
	animation: spmenu-close .3s ease-out forwards;
	}
	@keyframes spmenu-open {
		from {
			transform: translateY(-100%);
		}
		to {
			transform: translateY(0);
		}
	}
	@keyframes spmenu-close {
		from {
			transform: translateY(0);
		}
		to {
			transform: translateY(-100%);
		}
	}
	.header_wrap {
	position: relative;
	display: block;
	padding-top: 90px;
	}
	.header_wrap::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 70px;
	top: 0;
	left: 0;
	background-image: url(./common/img/footer_logo.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	}
	.head_nav {
	display: block;
	max-width: 400px;
	margin: 0 auto 50px;
	}
	.head_nav li {
	margin: 10px 0;
	font-size: 1.8rem;
	text-align: center;
	border: 2px solid;
	border-radius: 8px;
	}
	.head_nav li br {
	display: none;
	}
	.head_nav li span::after {
	position: absolute;
	width: calc(9px);
	height: calc(15px);
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	margin-left: 0;
	}
	.head_nav li.head_nav_event span,
	.head_nav li.head_nav_request span,
	.head_nav li.head_nav_visit span {
	padding: 28px 60px 28px 90px;
	}
	.head_nav li.head_nav_event span::before,
	.head_nav li.head_nav_request span::before,
	.head_nav li.head_nav_visit span::before {
	width: calc(61px);
	height: calc(80px);
	left: 25px;
	background-position: center;
	}
	.head_nav li.head_nav_event span::before {
	background-size: 41px auto;
	}
	.head_nav li.head_nav_request span::before {
	background-size: 61px auto;
	}
	.head_nav li.head_nav_visit span::before {
	background-size: 22px auto;
	}
	.head_sns {
	display: block;
	max-width: 400px;
	margin: auto;
	}
	.head_sns li.head_sns_line {
	max-width: 260px;
	margin: 0 auto 30px;
	border-radius: 100px;
	}
	.head_sns li.head_sns_line a {
	position: relative;
	padding: 20px 10px;
	justify-content: center;
	}
	.head_sns li.head_sns_line .line_1 {
	width: 40px;
	height: 40px;
	margin-right: 20px;
	}
	.head_sns li.head_sns_line .line_2 {
	font-size: 1.8rem;
	}
	.head_sns li.head_sns_line a::after {
	display: none;
	}
	.head_sns li.head_sns_instagram {
	width: 100px;
	margin: auto;
	}
	.head_sns li.head_sns_instagram a {
	padding-top: 50px;
	}
	.head_sns li.head_sns_instagram a::before {
	width: calc(100px);
	height: calc(30px);
	}
	.head_sns li.head_sns_instagram img {
	width: 40px;
	height: 40px;
	}
	.toggle {
	z-index: 99;
	cursor: pointer;
	position: fixed;
	width: 80px;
	height: 80px;
	top: 0;
	right: 0;
	background-color: #f5672f;
	}
	.toggle div {
	position: absolute;
	width: 35px;
	height: 27px;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	}
	.toggle span {
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	background-color: #fff;
	border-radius: 100px;
	transition: .35s ease-in-out;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	}
	.toggle span:nth-child(1) {
	top: 0;
	}
	.toggle span:nth-child(2) {
	top: 11px;
	}
	.toggle span:nth-child(3) {
	top: 22px;
	}
	html.active .toggle {
	z-index: 99;
	}
	html.active .toggle span {
	top: 10px;
	}
	html.active .toggle span:nth-child(1) {
	transform: translateY(0) rotate(-45deg);
	}
	html.active .toggle span:nth-child(2) {
	transform: translateY(0) rotate(45deg);
	}
	html.active .toggle span:nth-child(3) {
	opacity: 0;
	}
}
@media (min-width:768px) {
	/* hover */
	.head_nav li:hover,
	.head_sns_line:hover,
	.head_sns_instagram:hover {
	opacity: .5;
	transition: .3s;
	}
}
@media (max-width:767px) {
	html.active header {
	padding: 30px 15px 100px 15px;
	}
	.header_wrap {
	padding-top: 60px;
	}
	.header_wrap::before {
	height: 50px;
	}
	.head_nav {
	max-width: 300px;
	margin-bottom: 40px;
	}
	.head_nav li {
	font-size: 1.6rem;
	border-radius: 6px;
	}
	.head_nav li span::after {
	width: calc(9px * .8);
	height: calc(15px * .8);
	right: 10px;
	}
	.head_nav li.head_nav_event span,
	.head_nav li.head_nav_request span,
	.head_nav li.head_nav_visit span {
	padding: 20px 40px 20px 60px;
	}
	.head_nav li.head_nav_event span::before,
	.head_nav li.head_nav_request span::before,
	.head_nav li.head_nav_visit span::before {
	width: calc(61px * .8);
	height: calc(80px * .8);
	left: 15px;
	}
	.head_nav li.head_nav_event span::before {
	background-size: calc(41px * .8) auto;
	}
	.head_nav li.head_nav_request span::before {
	background-size: calc(61px * .8) auto;
	}
	.head_nav li.head_nav_visit span::before {
	background-size: calc(22px * .8) auto;
	}
	.head_sns {
	max-width: 300px;
	}
	.head_sns li.head_sns_line {
	max-width: 200px;
	}
	.head_sns li.head_sns_line a {
	padding: 15px 10px;
	}
	.head_sns li.head_sns_line .line_1 {
	width: 30px;
	height: 30px;
	margin-right: 15px;
	}
	.head_sns li.head_sns_line .line_2 {
	font-size: 1.8rem;
	}
	.head_sns li.head_sns_line a::after {
	display: none;
	}
	.head_sns li.head_sns_instagram {
	width: 100px;
	margin: auto;
	}
	.head_sns li.head_sns_instagram a {
	padding-top: 45px;
	}
	.head_sns li.head_sns_instagram a::before {
	width: calc(100px);
	height: calc(30px);
	}
	.head_sns li.head_sns_instagram img {
	width: 30px;
	height: 30px;
	}
	.toggle {
	width: 50px;
	height: 50px;
	}
	.toggle div {
	width: 23px;
	height: 20px;
	}
	.toggle span:nth-child(2) {
	top: 8px;
	}
	.toggle span:nth-child(3) {
	top: 16px;
	}
}

/*-----------------------
 コンテンツ
-----------------------*/

/*--メインビジュアル--*/
.mv {
}
.mv_wrap {
display: flex;
max-width: 1920px;
margin: auto;
padding-bottom: 33px;
}
.mv_img_l,
.mv_img_r {
width: calc((100% - 540px) / 2);
}
.mv_img_l img,
.mv_img_r img {
object-fit: cover;
width: 100%;
height: 100%;
}
.mv_img_l {
}
.mv_img_l img {
}
.mv_box {
width: 540px;
padding-top: 211px;
}
.mv_catch {
margin-bottom: 30px;
font-size: 5.2rem;
font-weight: bold;
text-align: center;
line-height: 1.3;
letter-spacing: 3px;
}
.mv_catch_1 {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
font-weight: 500;
}
.mv_catch_1_1 {
text-shadow: #ed5f2b 0 0px 2px,#ed5f2b 0 0px 2px,#ed5f2b 0 0px 2px,#ed5f2b 0 0px 2px,#ed5f2b 0 0px 2px,#ed5f2b 0 0px 2px,#ed5f2b 0 0px 2px,#ed5f2b 0 0px 2px,#ed5f2b 0 0px 2px,#ed5f2b 0 0px 2px,#ed5f2b 0 0px 2px,#ed5f2b 0 0px 2px,#ed5f2b 0 0px 2px,#ed5f2b 0 0px 2px,#ed5f2b 0 0px 2px,#ed5f2b 0 0px 2px,#ed5f2b 0 0px 2px,#ed5f2b 0 0px 2px,#ed5f2b 0 0px 2px,#ed5f2b 0 0px 2px,#ed5f2b 0 0px 2px,#ed5f2b 0 0px 2px,#ed5f2b 0 0px 2px,#ed5f2b 0 0px 2px,#ed5f2b 0 0px 2px,#ed5f2b 0 0px 2px,#ed5f2b 0 0px 2px,#ed5f2b 0 0px 2px,#ed5f2b 0 0px 2px,#ed5f2b 0 0px 2px,#ed5f2b 0 0px 2px,#ed5f2b 0 0px 2px,#ed5f2b 0 0px 2px,#ed5f2b 0 0px 2px,#ed5f2b 0 0px 2px,#ed5f2b 0 0px 2px,#ed5f2b 0 0px 2px,#ed5f2b 0 0px 2px,#ed5f2b 0 0px 2px,#ed5f2b 0 0px 2px,#ed5f2b 0 0px 2px,#ed5f2b 0 0px 2px;
color: #fff;
}
.mv_catch_1_2 {
}
.mv_catch_1_3 {
display: flex;
align-items: center;
justify-content: center;
text-shadow: #000 0 0px 2px,#000 0 0px 2px,#000 0 0px 2px,#000 0 0px 2px,#000 0 0px 2px,#000 0 0px 2px,#000 0 0px 2px,#000 0 0px 2px,#000 0 0px 2px,#000 0 0px 2px,#000 0 0px 2px,#000 0 0px 2px,#000 0 0px 2px,#000 0 0px 2px,#000 0 0px 2px,#000 0 0px 2px,#000 0 0px 2px,#000 0 0px 2px,#000 0 0px 2px,#000 0 0px 2px,#000 0 0px 2px,#000 0 0px 2px,#000 0 0px 2px,#000 0 0px 2px,#000 0 0px 2px,#000 0 0px 2px,#000 0 0px 2px,#000 0 0px 2px,#000 0 0px 2px,#000 0 0px 2px,#000 0 0px 2px,#000 0 0px 2px,#000 0 0px 2px,#000 0 0px 2px,#000 0 0px 2px,#000 0 0px 2px,#000 0 0px 2px,#000 0 0px 2px,#000 0 0px 2px,#000 0 0px 2px,#000 0 0px 2px,#000 0 0px 2px;
color: #fff;
}
.mv_catch_1_3 span {
position: relative;
display: block;
}
.mv_catch_1_3 span::before {
position: absolute;
content: "";
width: 8px;
height: 8px;
top: -3px;
left: 50%;
transform: translateX(-50%);
background-color: #da5270;
border-radius: 100%;
}
.mv_catch_2 {
width: 100%;
display: block;
}
.mv_txt {
z-index: 1;
position: relative;
width: 100%;
padding-top: 102px;
font-weight: 600;
text-align: center;
line-height: 1;
}
.mv_txt::before {
z-index: -1;
position: absolute;
content: "";
width: calc(458px);
height: calc(406px);
top: 0;
left: 50%;
transform: translateX(-50%);
background-image: url(./common/img/mv_map.png);
background-repeat: no-repeat;
background-size: contain;
}
.mv_txt_1 {
margin-bottom: 15px;
font-size: 2.9rem;
letter-spacing: 4px;
}
.mv_txt_2 {
position: relative;
width: fit-content;
margin: 0 auto 10px;
font-size: 1.8rem;
letter-spacing: 4px;
}
.mv_txt_2::before,
.mv_txt_2::after {
position: absolute;
content: "";
width: calc(36px);
height: calc(30px);
top: -5px;
background-repeat: no-repeat;
background-size: contain;
}
.mv_txt_2::before {
left: -44px;
background-image: url(./common/img/mv_parts_l.png);
}
.mv_txt_2::after {
right: -44px;
background-image: url(./common/img/mv_parts_r.png);
}
.mv_txt_3 {
display: flex;
align-items: center;
justify-content: center;
}
.mv_txt_3_1 {
display: block;
font-family: "Akshar", sans-serif;
font-size: 14.5rem;
font-weight: bold;
letter-spacing: 0;
}
.mv_txt_3_2 {
display: block;
margin-top: 20px;
font-size: 5.4rem;
font-weight: 900;
}
.mv_txt_4_5_box {
position: relative;
max-width: 368px;
margin: 0 auto 22px;
}
.mv_txt_4_5_wrap {
position: relative;
width: fit-content;
margin-left: auto;
}
.mv_txt_4 {
position: absolute;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100px;
height: 100px;
top: -40px;
left: -100px;
background-color: #090808;
border-radius: 100%;
}
.mv_txt_4_in {
display: block;
font-family: "Akshar", sans-serif;
font-size: 2.1rem;
line-height: 1.3;
letter-spacing: 2px;
color: #fff;
}
.mv_txt_5 {
position: relative;
font-size: 1.8rem;
border-top: 1px solid;
}
.mv_txt_5_in {
display: block;
padding: 20px 5px;
border-bottom: 1px solid;
}
.mv_logo {
max-width: 325px;
margin: auto;
}
.mv_logo img {
}
.mv_img_r {
}
.mv_img_r img {
}
@media (max-width:1800px) {
	.mv_box {
	width: 500px;
	padding-top: 190px;
	}
	.mv_img_l,
	.mv_img_r {
	width: calc((100% - 500px) / 2);
	}
	.mv_catch {
	font-size: 4.5rem;
	}
	.mv_catch_1_3 span::before {
	width: 6px;
	height: 6px;
	}
	.mv_txt_3_1 {
	font-size: 13rem;
	}
}
@media (max-width:1440px) {
	.mv_box {
	width: 450px;
	padding-top: 180px;
	}
	.mv_img_l,
	.mv_img_r {
	width: calc((100% - 450px) / 2);
	}
	.mv_catch {
	margin-bottom: 20px;
	font-size: 4rem;
	}
	.mv_catch_1_3 span::before {
	width: 5px;
	height: 5px;
	}
	.mv_txt {
	padding-top: 90px;
	}
	.mv_txt::before {
	width: calc(458px * .8);
	height: calc(406px * .8);
	}
	.mv_txt_1 {
	margin-bottom: 10px;
	font-size: 2.6rem;
	letter-spacing: 2px;
	}
	.mv_txt_3_1 {
	font-size: 12rem;
	}
	.mv_txt_5_in {
	padding: 16px 5px;
	}
	.mv_logo {
	max-width: 280px;
	}
}
@media (max-width:1260px) {
	.mv_box {
	width: 400px;
	padding-top: 150px;
	}
	.mv_img_l,
	.mv_img_r {
	width: calc((100% - 400px) / 2);
	}
	.mv_catch {
	margin-bottom: 15px;
	font-size: 3.5rem;
	}
	.mv_txt {
	padding-top: 80px;
	}
	.mv_txt::before {
	width: calc(458px * .7);
	height: calc(406px * .7);
	}
	.mv_txt_1 {
	font-size: 2.4rem;
	}
	.mv_txt_3_1 {
	font-size: 11rem;
	}
	.mv_txt_3_2 {
	margin-top: 10px;
	font-size: 5.0rem;
	}
	.mv_txt_4_5_box {
	max-width: 300px;
	margin-bottom: 15px;
	}
	.mv_txt_4 {
	width: 80px;
	height: 80px;
	top: -40px;
	left: -75px;
	}
	.mv_txt_4_in {
	font-size: 1.8rem;
	letter-spacing: 1px;
	}
	.mv_txt_5 {
	font-size: 1.6rem;
	}
	.mv_txt_5_in {
	padding: 14px 5px;
	}
	.mv_logo {
	max-width: 250px;
	}
}
@media (max-width:1023px) {
	.mv_wrap {
	padding-bottom: 20px;
	}
	.mv_box {
	width: 340px;
	padding-top: 50px;
	padding-bottom: 20px;
	}
	.mv_img_l,
	.mv_img_r {
	width: calc((100% - 340px) / 2);
	}
	.mv_catch {
	margin-bottom: 15px;
	font-size: 3.0rem;
	}
	.mv_catch_1_1 {
	text-shadow: #ed5f2b 0 0px 1.5px, #ed5f2b 0 0px 1.5px, #ed5f2b 0 0px 1.5px, #ed5f2b 0 0px 1.5px, #ed5f2b 0 0px 1.5px, #ed5f2b 0 0px 1.5px, #ed5f2b 0 0px 1.5px, #ed5f2b 0 0px 1.5px, #ed5f2b 0 0px 1.5px, #ed5f2b 0 0px 1.5px, #ed5f2b 0 0px 1.5px, #ed5f2b 0 0px 1.5px, #ed5f2b 0 0px 1.5px, #ed5f2b 0 0px 1.5px, #ed5f2b 0 0px 1.5px, #ed5f2b 0 0px 1.5px, #ed5f2b 0 0px 1.5px, #ed5f2b 0 0px 1.5px, #ed5f2b 0 0px 1.5px, #ed5f2b 0 0px 1.5px, #ed5f2b 0 0px 1.5px, #ed5f2b 0 0px 1.5px, #ed5f2b 0 0px 1.5px, #ed5f2b 0 0px 1.5px, #ed5f2b 0 0px 1.5px, #ed5f2b 0 0px 1.5px, #ed5f2b 0 0px 1.5px, #ed5f2b 0 0px 1.5px, #ed5f2b 0 0px 1.5px, #ed5f2b 0 0px 1.5px, #ed5f2b 0 0px 1.5px, #ed5f2b 0 0px 1.5px, #ed5f2b 0 0px 1.5px, #ed5f2b 0 0px 1.5px, #ed5f2b 0 0px 1.5px, #ed5f2b 0 0px 1.5px, #ed5f2b 0 0px 1.5px, #ed5f2b 0 0px 1.5px, #ed5f2b 0 0px 1.5px, #ed5f2b 0 0px 1.5px, #ed5f2b 0 0px 1.5px, #ed5f2b 0 0px 1.5px;
	}
	.mv_catch_1_3 span::before {
	width: 4px;
	height: 4px;
	}
	.mv_catch_1_3 span {
	text-shadow: #000 0 0px 1.5px, #000 0 0px 1.5px, #000 0 0px 1.5px, #000 0 0px 1.5px, #000 0 0px 1.5px, #000 0 0px 1.5px, #000 0 0px 1.5px, #000 0 0px 1.5px, #000 0 0px 1.5px, #000 0 0px 1.5px, #000 0 0px 1.5px, #000 0 0px 1.5px, #000 0 0px 1.5px, #000 0 0px 1.5px, #000 0 0px 1.5px, #000 0 0px 1.5px, #000 0 0px 1.5px, #000 0 0px 1.5px, #000 0 0px 1.5px, #000 0 0px 1.5px, #000 0 0px 1.5px, #000 0 0px 1.5px, #000 0 0px 1.5px, #000 0 0px 1.5px, #000 0 0px 1.5px, #000 0 0px 1.5px, #000 0 0px 1.5px, #000 0 0px 1.5px, #000 0 0px 1.5px, #000 0 0px 1.5px, #000 0 0px 1.5px, #000 0 0px 1.5px, #000 0 0px 1.5px, #000 0 0px 1.5px, #000 0 0px 1.5px, #000 0 0px 1.5px, #000 0 0px 1.5px, #000 0 0px 1.5px, #000 0 0px 1.5px, #000 0 0px 1.5px, #000 0 0px 1.5px, #000 0 0px 1.5px;
	}
	.mv_txt {
	padding-top: 60px;
	}
	.mv_txt::before {
	width: calc(458px * .6);
	height: calc(406px * .6);
	}
	.mv_txt_1 {
	font-size: 2.0rem;
	}
	.mv_txt_2 {
	letter-spacing: 1px;
	}
	.mv_txt_2::before,
	.mv_txt_2::after {
	width: calc(36px * .7);
	height: calc(30px * .7);
	top: -2px;
	}
	.mv_txt_2::before {
	left: -35px;
	}
	.mv_txt_2::after {
	right: -35px;
	}
	.mv_txt_3_1 {
	font-size: 8rem;
	}
	.mv_txt_3_2 {
	margin-top: 5px;
	font-size: 4.0rem;
	}
	.mv_txt_4_5_box {
	max-width: 250px;
	margin-bottom: 15px;
	}
	.mv_txt_4 {
	width: 70px;
	height: 70px;
	top: -40px;
	left: -65px;
	}
	.mv_txt_4_in {
	font-size: 1.6rem;
	letter-spacing: 1px;
	}
	.mv_txt_5 {
	font-size: 1.6rem;
	}
	.mv_txt_5_in {
	padding: 12px 2px;
	}
	.mv_logo {
	max-width: 200px;
	}
}
@media (min-width:768px) {
}
@media (max-width:767px) {
	.mv_wrap {
	padding-bottom: 0;
	}
	.mv_box {
	width: 200px;
	padding-top: 30px;
	}
	.mv_img_l,
	.mv_img_r {
	width: calc((100% - 200px) / 2);
	}
	.mv_catch {
	margin-bottom: 10px;
	font-size: 2.2rem;
	letter-spacing: 1px;
	}
	.mv_catch_1_1 {
	text-shadow: #ed5f2b 0 0px 1px, #ed5f2b 0 0px 1px, #ed5f2b 0 0px 1px, #ed5f2b 0 0px 1px, #ed5f2b 0 0px 1px, #ed5f2b 0 0px 1px, #ed5f2b 0 0px 1px, #ed5f2b 0 0px 1px, #ed5f2b 0 0px 1px, #ed5f2b 0 0px 1px, #ed5f2b 0 0px 1px, #ed5f2b 0 0px 1px, #ed5f2b 0 0px 1px, #ed5f2b 0 0px 1px, #ed5f2b 0 0px 1px, #ed5f2b 0 0px 1px, #ed5f2b 0 0px 1px, #ed5f2b 0 0px 1px, #ed5f2b 0 0px 1px, #ed5f2b 0 0px 1px, #ed5f2b 0 0px 1px, #ed5f2b 0 0px 1px, #ed5f2b 0 0px 1px, #ed5f2b 0 0px 1px, #ed5f2b 0 0px 1px, #ed5f2b 0 0px 1px, #ed5f2b 0 0px 1px, #ed5f2b 0 0px 1px, #ed5f2b 0 0px 1px, #ed5f2b 0 0px 1px, #ed5f2b 0 0px 1px, #ed5f2b 0 0px 1px, #ed5f2b 0 0px 1px, #ed5f2b 0 0px 1px, #ed5f2b 0 0px 1px, #ed5f2b 0 0px 1px, #ed5f2b 0 0px 1px, #ed5f2b 0 0px 1px, #ed5f2b 0 0px 1px, #ed5f2b 0 0px 1px, #ed5f2b 0 0px 1px, #ed5f2b 0 0px 1px;
	}
	.mv_catch_1_3 span::before {
	width: 3px;
	height: 3px;
	}
	.mv_catch_1_3 span {
	text-shadow: #000 0 0px 1px, #000 0 0px 1px, #000 0 0px 1px, #000 0 0px 1px, #000 0 0px 1px, #000 0 0px 1px, #000 0 0px 1px, #000 0 0px 1px, #000 0 0px 1px, #000 0 0px 1px, #000 0 0px 1px, #000 0 0px 1px, #000 0 0px 1px, #000 0 0px 1px, #000 0 0px 1px, #000 0 0px 1px, #000 0 0px 1px, #000 0 0px 1px, #000 0 0px 1px, #000 0 0px 1px, #000 0 0px 1px, #000 0 0px 1px, #000 0 0px 1px, #000 0 0px 1px, #000 0 0px 1px, #000 0 0px 1px, #000 0 0px 1px, #000 0 0px 1px, #000 0 0px 1px, #000 0 0px 1px, #000 0 0px 1px, #000 0 0px 1px, #000 0 0px 1px, #000 0 0px 1px, #000 0 0px 1px, #000 0 0px 1px, #000 0 0px 1px, #000 0 0px 1px, #000 0 0px 1px, #000 0 0px 1px, #000 0 0px 1px, #000 0 0px 1px;
	}
	.mv_txt {
	padding-top: 50px;
	}
	.mv_txt::before {
	width: calc(458px * .4);
	height: calc(406px * .4);
	}
	.mv_txt_1 {
	font-size: 1.6rem;
	letter-spacing: 1px;
	}
	.mv_txt_2 {
	font-size: 1.5rem;
	}
	.mv_txt_2::before,
	.mv_txt_2::after {
	width: calc(36px * .4);
	height: calc(30px * .4);
	top: 0px;
	}
	.mv_txt_2::before {
	left: -20px;
	}
	.mv_txt_2::after {
	right: -20px;
	}
	.mv_txt_3_1 {
	font-size: 6rem;
	}
	.mv_txt_3_2 {
	margin-top: 2px;
	font-size: 3.0rem;
	}
	.mv_txt_4_5_box {
	max-width: 180px;
	margin-bottom: 20px;
	}
	.mv_txt_4 {
	width: 50px;
	height: 50px;
	top: -30px;
	left: -45px;
	}
	.mv_txt_4_in {
	font-size: 1.4rem;
	letter-spacing: 0;
	}
	.mv_txt_5 {
	font-size: 1.4rem;
	}
	.mv_txt_5_in {
	padding: 8px 0;
	letter-spacing: 0;
	}
	.mv_logo {
	max-width: 160px;
	}
}

/*--top共通--*/
.top_sec {
padding: 130px 30px;
}
.top_wrap {
max-width: 1260px;
margin: auto;
}
.ttl {
font-size: 4.1rem;
font-weight: 600;
text-align: center;
letter-spacing: 1.5px;
}
.sub {
width: fit-content;
margin-left: auto;
margin-right: auto;
padding: 2px 50px;
font-weight: 600;
font-size: 2.3rem;
text-align: center;
line-height: 1.2;
color: #fff;
background-color: #f5672f;
border-radius: 100px;
}
.txt {
}
@media (max-width:1320px) {
	.top_sec {
	padding: 100px 30px;
	}
	.top_wrap {
	max-width: 964px;
	}
	.ttl {
	font-size: 3.1rem;
	letter-spacing: 1px;
	}
	.sub {
	padding: 2px 40px;
	font-size: 2.0rem;
	}
}
@media (max-width:1023px) {
	.top_sec {
	padding: 80px 30px;
	}
	.top_wrap {
	max-width: 708px;
	}
	.ttl {
	font-size: 2.8rem;
	}
	.sub {
	padding: 2px 30px;
	font-size: 1.9rem;
	}
}
@media (min-width:768px) {
}
@media (max-width:767px) {
	.top_sec {
	padding: 60px 15px;
	}
	.top_wrap {
	max-width: 330px;
	}
	.ttl {
	font-size: 2.4rem;
	}
	.sub {
	padding: 5px 20px;
	font-size: 1.8rem;
	}
}

/*-- 実績データ --*/
.deta {
background-color: #fdda8a;
}
.deta .top_wrap {
}
.deta_ttl {
margin-bottom: 20px;
}
.deta_ttl span {
color: #ed5f2b;
}
.deta_sub {
margin-bottom: 40px;
}
.deta_box {
position: relative;
max-width: 767px;
margin-left: auto;
margin-right: auto;
}
.deta_box1 {
margin-bottom: 50px;
}
.deta_box2 {
}
.deta_box::before {
position: absolute;
content: "";
bottom: 0px;
background-repeat: no-repeat;
background-size: contain;
}
.deta_box1::before {
width: calc(74px);
height: calc(157px);
left: -100px;
background-image: url(./common/img/deta_graph01_img.svg);
background-repeat: no-repeat;
background-size: contain;
}
.deta_box2::before {
width: calc(63px);
height: calc(139px);
right: -100px;
background-image: url(./common/img/deta_graph02_img.svg);
background-repeat: no-repeat;
background-size: contain;
}
.deta_box_img {
}
.deta_box_img img {
object-fit: contain;
aspect-ratio: 767 / 652;
width: 100%;
height: 100%;
}
.deta_box_comment {
z-index: 1;
position: absolute;
text-align: center;
letter-spacing: 0;
}
.deta_box1 .deta_box_comment {
width: calc(231px);
height: calc(105px);
top: -25px;
right: -160px;
padding-top: 30px;
}
.deta_box2 .deta_box_comment {
width: calc(305px);
height: calc(157px);
top: -25px;
right: -225px;
padding-top: 30px;
}
.deta_box_comment::before {
z-index: -1;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 50%;
transform: translateX(-50%);
background-repeat: no-repeat;
background-size: contain;
}
.deta_box1 .deta_box_comment::before {
background-image: url(./common/img/deta_graph01_bubble.png);
}
.deta_box2 .deta_box_comment::before {
background-image: url(./common/img/deta_graph02_bubble.png);
}
.deta_box_circle {
position: absolute;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
right: -180px;
width: 308px;
height: 308px;
text-align: center;
background-color: #fff;
border-radius: 100%;
}
.deta_box1 .deta_box_circle {
top: 80px;
}
.deta_box2 .deta_box_circle {
top: 140px;
}
.deta_box_circle::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
right: -4px;
background-image: url(./common/img/deta_box_circle_bd.png);
background-repeat: no-repeat;
background-size: contain;
}
.deta_box_circle_ttl {
width: fit-content;
margin: 0 auto 10px;
padding: 2px 12px;
font-size: 1.7rem;
font-weight: bold;
color: #fff;
background-color: #090808;
}
.deta_box_circle_box {
width: fit-content;
}
.deta_box_circle_dl1 {
display: flex;
align-items: center;
width: 100%;
}
.deta_box_circle_dl1 + .deta_box_circle_dl1 {
margin-top: 5px;
}
.deta_box_circle_dl1 dt {
width: 50px;
font-size: 1.7rem;
letter-spacing: 2px;
border: 1px solid;
}
.deta_box_circle_dl1 dd {
width: calc(100% - 50px);
padding-left: 15px;
font-family: "Akshar", sans-serif;
font-size: 3.0rem;
font-weight: 600;
text-align: right;
letter-spacing: 0;
line-height: 1;
}
.deta_box_circle_dl2 {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
max-width: 236px;
margin: 10px auto 10px;
padding-top: 10px;
font-weight: 600;
color: #ed5f2b;
border-top: 1px solid #000;
}
.deta_box_circle_dl2 dt {
margin-right: 5px;
font-size: 1.7rem;
}
.deta_box_circle_dl2 dd {
font-family: "Akshar", sans-serif;
font-size: 3.0rem;
line-height: 1;
letter-spacing: 0;
}
.deta_box_circle_txt {
}
.deta_box_circle_txt span {
display: block;
padding: 3px 5px;
font-size: 1.9rem;
font-weight: 600;
line-height: 1;
background-color: #ffd95d;
}
.deta_box_circle_txt span + span {
margin-top: 5px;
}
@media (max-width:1320px) {
	.deta_box {
	max-width: 550px;
	}
	.deta_box1::before {
	width: calc(74px * .7);
	height: calc(157px * .7);
	left: -80px;
	}
	.deta_box2::before {
	width: calc(63px * .7);
	height: calc(139px * .7);
	right: -80px;
	}
	.deta_box_comment {
	font-size: 1.5rem;
	}
	.deta_box1 .deta_box_comment {
	width: calc(231px * .8);
	height: calc(105px * .8);
	top: -15px;
	right: -175px;
	padding-top: 25px;
	}
	.deta_box2 .deta_box_comment {
	width: calc(305px * .8);
	height: calc(157px * .8);
	top: -10px;
	right: -230px;
	padding-top: 20px;
	}
	.deta_box_circle {
	width: 250px;
	height: 250px;
	right: -200px;
	}
	.deta_box1 .deta_box_circle {
	top: 70px;
	}
	.deta_box2 .deta_box_circle {
	top: 115px;
	}
	.deta_box_circle_ttl {
	padding: 2px 8px;
	font-size: 1.5rem;
	}
	.deta_box_circle_dl1 + .deta_box_circle_dl1 {
	margin-top: 3px;
	}
	.deta_box_circle_dl1 dt {
	width: 40px;
	font-size: 1.5rem;
	letter-spacing: 1px;
	line-height: 1.2;
	}
	.deta_box_circle_dl1 dd {
	width: calc(100% - 40px);
	padding-left: 10px;
	font-size: 2.5rem;
	}
	.deta_box_circle_dl2 {
	max-width: 200px;
	margin-bottom: 5px;
	}
	.deta_box_circle_dl2 dt {
	font-size: 1.5rem;
	}
	.deta_box_circle_dl2 dd {
	font-size: 2.5rem;
	}
	.deta_box_circle_txt span {
	padding: 2px 3px;
	font-size: 1.5rem;
	}
	.deta_box_circle_txt span + span {
	margin-top: 3px;
	}
}
@media (max-width:1023px) {
	.deta_box {
	max-width: 500px;
	margin-left: 0;
	}
	.deta_box1::before {
	width: calc(74px * .6);
	height: calc(157px * .6);
	left: inherit;
	right: -95px;
	}
	.deta_box2::before {
	z-index: 1;
	width: calc(63px * .6);
	height: calc(139px * .6);
	right: -95px;
	}
}
@media (min-width:768px) {
}
@media (max-width:767px) {
	.deta_sub {
	margin-bottom: 10px;
	}
	.deta_box {
	max-width: 200px;
	}
	.deta_box1 {
	margin-bottom: 40px;
	padding-top: 50px;
	}
	.deta_box2 {
	margin-left: auto;
	margin-right: 0;
	padding-top: 70px;
	}
	.deta_box1::before {
	width: calc(74px * .5);
	height: calc(157px * .5);
	bottom: -10px;
	left: -10px;
	right: inherit;
	}
	.deta_box2::before {
	width: calc(63px * .5);
	height: calc(139px * .5);
	bottom: -10px;
	right: -10px;
	}
	.deta_box_comment {
	font-size: 1.3rem;
	}
	.deta_box1 .deta_box_comment {
	width: calc(231px * .55);
	height: calc(105px * .55);
	top: 0;
	right: -130px;
	padding-top: 16px;
	}
	.deta_box2 .deta_box_comment {
	width: calc(305px * .58);
	height: calc(157px * .58);
	top: 0;
	right: inherit;
	left: -150px;
	padding-top: 19px;
	line-height: 1.4;
	}
	.deta_box_circle {
	width: 170px;
	height: 170px;
	}
	.deta_box1 .deta_box_circle {
	top: 50px;
	right: -145px;
	}
	.deta_box2 .deta_box_circle {
	top: 80px;
	right: inherit;
	left: -145px;
	}
	.deta_box2 .deta_box_circle::before {
	right: 4px;
	}
	.deta_box_circle_ttl {
	margin-bottom: 5px;
	font-size: 1.4rem;
	}
	.deta_box_circle_dl1 + .deta_box_circle_dl1 {
	margin-top: 2px;
	}
	.deta_box_circle_dl1 dt {
	width: 40px;
	font-size: 1.3rem;
	letter-spacing: 1px;
	line-height: 1.2;
	}
	.deta_box_circle_dl1 dd {
	width: calc(100% - 40px);
	padding-left: 10px;
	font-size: 2.0rem;
	}
	.deta_box_circle_dl2 {
	max-width: 130px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	}
	.deta_box_circle_dl2 dt {
	font-size: 1.3rem;
	}
	.deta_box_circle_dl2 dd {
	font-size: 2.0rem;
	}
	.deta_box_circle_txt span {
	padding: 2px 0;
	font-size: 1.3rem;
	}
	.deta_box_circle_txt span + span {
	margin-top: 2px;
	}
}

/*-- 3つのポイント --*/
.point {
}
.point::before {
z-index: -8;
position: absolute;
content: "";
width: 100%;
height: 143px;
bottom: 0;
left: 50%;
background-color: #fff;
transform: translateX(-50%);
background-image: url(./common/img/point_bg_bottom.png);
background-repeat: no-repeat;
background-position: top center;
background-size: 100% 100%;
}
.point::after {
z-index: -9;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #ffca56;
}
.point .top_wrap {
}
.point_sub {
margin-bottom: 20px;
}
.point_ttl {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 60px;
}
.point_ttl_1 {
display: block;
display: flex;
align-items: center;
justify-content: center;
}
.point_ttl_1_1 {
display: block;
width: 204px;
margin-right: 8px;
}
.point_ttl_1_1 img {
}
.point_ttl_2 {
display: block;
display: flex;
align-items: center;
justify-content: center;
}
.point_ttl_1_2 {
display: block;
}
.point_ttl_2_1 {
display: block;
font-family: "Akshar", sans-serif;
font-size: 5.8rem;
font-weight: 500;
}
.point_list1 {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: -5px -5px 60px -5px;
counter-reset: pointNumber;
}
.point_list1_in {
width: calc(33.3333% - 10px);
height: 346px;
margin: 5px;
padding-top: 30px;
background-color: #fff;
}
.point_list1_in1 {
}
.point_list1_in2 {
}
.point_list1_in3 {
}
.point_list1_ttl {
position: relative;
margin-bottom: 20px;
padding-top: 80px;
padding-bottom: 14px;
font-size: 2.4rem;
font-weight: 600;
text-align: center;
}
.point_list1_ttl::before {
position: absolute;
counter-increment: pointNumber;
content: "0" counter(pointNumber);
top: 0;
left: 50%;
transform: translateX(-50%);
font-family: "Akshar", sans-serif;
font-size: 8.0rem;
letter-spacing: 4px;
line-height: 1;
}
.point_list1_ttl::after {
position: absolute;
content: "";
width: 197px;
height: 1px;
bottom: 0;
left: 50%;
transform: translateX(-50%);
background-color: #f99900;
}
.point_list1_txt {
position: relative;
padding: 0 45px 0 120px;
font-size: 1.8rem;
}
.point_list1_txt::before {
position: absolute;
content: "";
width: calc(69px);
height: calc(80px);
top: 50%;
transform: translateY(-50%);
left: 28px;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.point_list1_in1 .point_list1_txt::before {
background-image: url(./common/img/point_ico01.png);
}
.point_list1_in2 .point_list1_txt::before {
background-image: url(./common/img/point_ico02.png);
}
.point_list1_in3 .point_list1_txt::before {
background-image: url(./common/img/point_ico03.png);
}
.point_txt {
position: relative;
width: fit-content;
margin: 0 auto -70px;
padding-left: 160px;
font-size: 2.1rem;
}
.point_txt::before {
position: absolute;
content: "";
width: calc(139px);
height: calc(140px);
top: 50%;
transform: translateY(-50%);
left: 0;
background-image: url(./common/img/symbolmark.svg);
background-repeat: no-repeat;
background-size: contain;
}
.point_txt span {
display: block;
padding: 5px 3px;
border-bottom: 1px solid #000;
}
.point_list2 {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: -10px;
}
.point_list2_in {
position: relative;
width: 261px;
height: 261px;
margin: 10px;
text-align: center;
background-color: #fff;
border-radius: 100%;
}
.point_list2_in::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
right: -3px;
background-image: url(./common/img/point_circle_bd.png);
background-repeat: no-repeat;
background-size: contain;
}
.point_list2_in1 {
}
.point_list2_in2,
.point_list2_in3 {
margin-top: 135px;
}
.point_list2_in2 {
}
.point_list2_in3 {
}
.point_list2_in4 {
}
.point_list2_box {
position: relative;
padding-top: 85px;
}
.point_list2_in3 .point_list2_box {
padding-top: 100px;
}
.point_list2_in4 .point_list2_box {
padding-top: 90px;
}
.point_list2_box::before {
position: absolute;
content: "";
width: calc(59px);
height: calc(49px);
top: 25px;
position: absolute;
left: 50%;
transform: translateX(-50%);
background-repeat: no-repeat;
background-size: contain;
}
.point_list2_in1 .point_list2_box::before {
background-image: url(./common/img/point_ico04.png);
}
.point_list2_in2 .point_list2_box::before {
background-image: url(./common/img/point_ico05.png);
}
.point_list2_in3 .point_list2_box::before {
background-image: url(./common/img/point_ico06.png);
}
.point_list2_in4 .point_list2_box::before {
background-image: url(./common/img/point_ico07.png);
}
.point_list2_ttl {
margin-bottom: 10px;
font-size: 2.1rem;
line-height: 1;
}
.point_list2_txt1 {
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
}
.point_list2_txt1_1 {
margin-right: 5px;
font-family: "Akshar", sans-serif;
font-size: 7.0rem;
letter-spacing: 0;
}
.point_list2_txt1_2 {
margin-top: 20px;
font-size: 2.1rem;
}
.point_list2_txt2 {
font-size: 2.1rem;
line-height: 1;
}
.point_list2_txt2 strong {
color: #ed5f2b;
}
.point_list2_txt3 {
font-size: 2.1rem;
line-height: 1.5;
}
.point_list2_txt3 strong {
color: #ed5f2b;
}
.point_list2_in3 .point_list2_txt3 strong {
font-size: 2.8rem;
}
@media (max-width:1320px) {
	.point_ttl {
	margin-bottom: 50px;
	}
	.point_ttl_1_1 {
	width: 180px;
	margin-right: 5px;
	}
	.point_list1_in {
	height: 290px;
	padding-top: 20px;
	}
	.point_list1_ttl {
	padding-top: 70px;
	font-size: 2.2rem;
	line-height: 1.4;
	}
	.point_list1_ttl::before {
	font-size: 7.0rem;
	letter-spacing: 3px;
	}
	.point_list1_txt {
	padding: 0 15px 0 90px;
	font-size: inherit;
	}
	.point_list1_txt::before {
	width: calc(69px * .8);
	height: calc(80px * .8);
	left: 18px;
	}
	.point_txt {
	margin-bottom: -30px;
	padding-left: 150px;
	font-size: 2.0rem;
	}
	.point_txt::before {
	width: calc(139px * .9);
	height: calc(140px * .9);
	}
	.point_list2_in {
	width: 220px;
	height: 220px;
	}
	.point_list2_in::before {
	right: -3px;
	}
	.point_list2_in2,
	.point_list2_in3 {
	margin-top: 100px;
	}
	.point_list2_box {
	padding-top: 80px;
	}
	.point_list2_in3 .point_list2_box {
	padding-top: 90px;
	}
	.point_list2_in4 .point_list2_box {
	padding-top: 80px;
	}
	.point_list2_box::before {
	width: calc(59px * .9);
	height: calc(49px * .9);
	top: 22px;
	}
	.point_list2_ttl {
	margin-bottom: 10px;
	font-size: 1.8rem;
	}
	.point_list2_txt1 {
	margin-bottom: 4px;
	}
	.point_list2_txt1_1 {
	margin-right: 2px;
	font-size: 4.0rem;
	}
	.point_list2_txt1_2 {
	margin-top: 10px;
	font-size: 1.8rem;
	}
	.point_list2_txt2 {
	font-size: 1.8rem;
	}
	.point_list2_txt3 {
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0;
	}
	.point_list2_in3 .point_list2_txt3 strong {
	font-size: 2.2rem;
	}
}
@media (max-width:1023px) {
	.point::before {
	height: 100px;
	}
	.point_ttl {
	margin-bottom: 40px;
	}
	.point_ttl_1_1 {
	width: 150px;
	}
	.point_ttl_2_1 {
	font-size: 5.0rem;
	}
	.point_list1 {
	margin-bottom: 40px;
	}
	.point_list1_in {
	position: relative;
	height: 235px;
	padding-top: 15px;
	}
	.point_list1_ttl {
	padding-top: 45px;
	padding-left: 75px;
	text-align: left;
	font-size: 2.0rem;
	}
	.point_list1_ttl::before {
	font-size: 4.0rem;
	letter-spacing: 2px;
	}
	.point_list1_txt {
	position: static;
	padding: 0 15px;
	font-size: 1.5rem;
	}
	.point_list1_txt::before {
	width: calc(69px * .55);
	height: calc(80px * .55);
	top: 65px;
	left: 20px;
	transform: inherit;
	}
	.point_txt {
	padding-left: 110px;
	}
	.point_txt::before {
	width: calc(139px * .7);
	height: calc(140px * .7);
	}
	.point_list2 {
	margin: 0;
	}
	.point_list2_in {
	width: 170px;
	height: 170px;
	margin: 0;
	}
	.point_list2_in::before {
	right: -3px;
	}
	.point_list2_in2,
	.point_list2_in3 {
	margin-top: 110px;
	}
	.point_list2_in2 {
	margin-right: 10px;
	}
	.point_list2_in3 {
	margin-left: 10px;
	}
	.point_list2_box {
	padding-top: 60px;
	}
	.point_list2_in3 .point_list2_box {
	padding-top: 65px;
	}
	.point_list2_in4 .point_list2_box {
	padding-top: 55px;
	}
	.point_list2_box::before {
	width: calc(59px * .7);
	height: calc(49px * .7);
	top: 18px;
	}
	.point_list2_ttl {
	margin-bottom: 8px;
	font-size: 1.7rem;
	}
	.point_list2_txt1 {
	margin-bottom: 4px;
	}
	.point_list2_txt1_1 {
	font-size: 3.0rem;
	}
	.point_list2_txt1_2 {
	margin-top: 0;
	font-size: 1.6rem;
	}
	.point_list2_txt2 {
	font-size: 1.6rem;
	}
	.point_list2_txt3 {
	font-size: 1.5rem;
	line-height: 1.4;
	}
	.point_list2_in3 .point_list2_txt3 strong {
	font-size: 2.0rem;
	}
}
@media (min-width:768px) {
}
@media (max-width:767px) {
	.point::before {
	height: 50px;
	}
	.point_ttl {
	display: block;
	margin-bottom: 30px;
	}
	.point_ttl_1_1 {
	width: 100px;
	}
	.point_ttl_2_1 {
	font-size: 3.5rem;
	}
	.point_list1 {
	display: block;
	max-width: 280px;
	margin: 0 auto 30px auto;
	}
	.point_list1_in {
	width: 100%;
	margin: 0;
	height: auto;
	padding: 15px;
	}
	.point_list1_in + .point_list1_in {
	margin-top: 10px;
	}
	.point_list1_ttl {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	text-align: center;
	}
	.point_list1_ttl br {
	display: none;
	}
	.point_list1_ttl::before {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	top: 28px;
	transform: inherit;
	left: -35px;
	font-size: 1.8rem;
	letter-spacing: 0;
	line-height: 30px;
	color: #fff;
	background-color: #090808;
	border-radius: 100%;
	}
	.point_list1_ttl::after {
	width: 80%;
	}
	.point_list1_txt {
	position: relative;
	padding: 0 0 0 80px;
	}
	.point_list1_txt::before {
	width: calc(69px * .5);
	height: calc(80px * .5);
	top: 50%;
	transform: translateY(-50%);
	left: 25px;
	}
	.point_txt {
	margin-bottom: 30px;
	padding-left: 85px;
	font-size: 1.8rem;
	}
	.point_txt::before {
	width: calc(139px * .5);
	height: calc(140px * .5);
	}
	.point_list2 {
	flex-wrap: wrap;
	margin: -4px;
	}
	.point_list2_in {
	width: 140px;
	height: 140px;
	margin: 4px !important;
	}
	.point_list2_in::before {
	right: -3px;
	}
	.point_list2_in2,
	.point_list2_in3 {
	margin-top: 0;
	}
	.point_list2_in2 {
	margin-right: 0;
	}
	.point_list2_in3 {
	margin-left: 0;
	}
	.point_list2_box {
	padding-top: 57px;
	}
	.point_list2_in4 .point_list2_box {
	padding-top: 50px;
	}
	.point_list2_box::before {
	width: calc(59px * .65);
	height: calc(49px * .65);
	top: 15px;
	}
	.point_list2_ttl {
	margin-bottom: 5px;
	font-size: 1.6rem;
	}
	.point_list2_txt1 {
	margin-bottom: 3px;
	}
	.point_list2_txt1_1 {
	font-size: 2.5rem;
	}
	.point_list2_txt1_2 {
	font-size: 1.5rem;
	}
	.point_list2_txt2 {
	font-size: 1.5rem;
	}
	.point_list2_txt3 {
	font-size: 1.4rem;
	}
	.point_list2_in3 .point_list2_txt3 strong {
	font-size: 1.6rem;
	}
}

/*-- なぜ選ばれるのか --*/
.answer {
}
.answer .top_wrap {
}
.answer_ttl {
display: flex;
align-items: flex-end;
justify-content: center;
margin-top: 60px;
margin-bottom: 80px;
font-weight: 600;
}
.answer_ttl_1 {
display: flex;
margin-right: 25px;
font-size: 13.0rem;
line-height: 1;
}
.answer_ttl_1_1 {
display: block;
}
.answer_ttl_1_2 {
display: block;
margin-top: 20px;
}
.answer_ttl_2 {
font-size: 4.1rem;
}
.answer_box1 {
position: relative;
display: flex;
align-items: center;
justify-content: center;
max-width: 1046px;
margin: 60px auto 80px;
padding: 65px 10px 35px 10px;
font-weight: 600;
border: 1px solid #000;
}
.answer_box1_ttl {
z-index: 1;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
width: 123px;
height: 123px;
top: -60px;
left: 50%;
transform: translateX(-50%);
font-family: "Akshar", sans-serif;
font-size: 2.1rem;
line-height: 1;
letter-spacing: 3px;
}
.answer_box1_ttl::before {
z-index: -1;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
background-color: #fef6be;
border-radius: 100%;
}
.answer_box1_ttl::after {
z-index: -1;
position: absolute;
content: "";
width: calc(13px);
height: calc(18px);
bottom: 25px;
left: 50%;
transform: translateX(-50%);
background-image: url(./common/img/answer_arrow.png);
background-repeat: no-repeat;
background-size: contain;
}
.answer_box1_txt {
}
.answer_box1_txt span {
}
.answer_box1_txt_1 {
display: flex;
align-items: flex-end;
justify-content: center;
margin-bottom: 15px;
}
.answer_box1_txt_1_1 {
display: block;
width: 200px;
margin-right: 8px;
}
.answer_box1_txt_1_1 img {
}
.answer_box1_txt_1_2 {
display: block;
font-size: 4.1rem;
line-height: 1.2;
}
.answer_box1_txt_2 {
display: flex;
align-items: flex-end;
justify-content: center;
}
.answer_box1_txt_2_1 {
display: block;
font-size: 5.6rem;
line-height: 1.1;
color: #f99900;
}
.answer_box1_txt_2_2 {
display: block;
font-size: 4.1rem;
line-height: 1.2;
}
.answer_box2 {
z-index: 1;
position: relative;
margin-left: auto;
padding-left: 738px;
}
.answer_box2::before {
z-index: -1;
position: absolute;
content: "";
width: calc(879px);
height: calc(383px);
top: 0;
left: -140px;
background-image: url(./common/img/answer_img.png);
background-repeat: no-repeat;
background-size: contain;
}
.answer_box2_wrap {
}
.answer_box2_ttl {
position: relative;
max-width: 457px;
margin: 0 auto 40px;
padding-bottom: 30px;
text-align: center;
font-weight: 600;
}
.answer_box2_ttl::before {
position: absolute;
content: "";
width: 100%;
height: 2px;
bottom: 0;
left: 50%;
transform: translateX(-50%);
background-color: #090808;
}
.answer_box2_ttl::after {
position: absolute;
content: "";
width: 22px;
height: 12px;
bottom: -12px;
left: 50%;
transform: translateX(-50%);
background-color: #090808;
clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.answer_box2_ttl_1 {
display: flex;
align-items: flex-end;
justify-content: center;
margin-bottom: 10px;
}
.answer_box2_ttl_1_1 {
display: block;
margin-right: 5px;
}
.answer_box2_ttl_1_1 img {
width: 146px;
}
.answer_box2_ttl_1_2 {
display: block;
font-size: 3.2rem;
line-height: 1.1;
}
.answer_box2_ttl_2 {
font-size: 3.2rem;
line-height: 1.4;
}
.answer_box2_price {
display: flex;
align-items: center;
justify-content: center;
}
.answer_box2_price_1 {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 104px;
height: 104px;
font-weight: 600;
background-color: #6fcbae;
border-radius: 50%;
}
.answer_box2_price_1_1 {
margin-bottom: 8px;
font-size: 2.4rem;
line-height: 1;
}
.answer_box2_price_1_2 {
display: block;
padding: 0 5px;
font-size: 1.8rem;
line-height: 1.2;
border: 1px solid;
}
.answer_box2_price_2 {
letter-spacing: 0;
}
.answer_box2_price_2_1 {
font-family: "Akshar", sans-serif;
font-size: 12.4rem;
font-weight: 600;
line-height: 1;
}
.answer_box2_price_2_2 {
font-size: 3.3rem;
font-weight: bold;
line-height: 1;
}
.answer_box2_price_3 {
margin-top: -10px;
text-align: center;
line-height: 1;
}
.answer_box2_txt {
max-width: 458px;
margin: 15px auto 0;
padding: 16px 10px;
font-size: 1.7rem;
text-align: center;
line-height: 1.3;
color: #fff;
background-color: #090808;
border-radius: 100px;
}
@media (max-width:1550px) {
	.answer_box2::before {
	left: -80px;
	}
}
@media (max-width:1320px) {
	.answer_ttl {
	align-items: center;
	}
	.answer_ttl_1 {
	font-size: 10.0rem;
	}
	.answer_ttl_1_2 {
	margin-top: 15px;
	}
	.answer_ttl_2 {
	font-size: 3.8rem;
	}
	.answer_box1 {
	max-width: 800px;
	margin-bottom: 60px;
	padding: 60px 10px 30px 10px;
	}
	.answer_box1_ttl {
	width: 110px;
	height: 110px;
	top: -50px;
	font-size: 1.9rem;
	letter-spacing: 2px;
	}
	.answer_box1_ttl::after {
	width: calc(13px * .9);
	height: calc(18px * .9);
	bottom: 18px;
	}
	.answer_box1_txt_1_1 {
	width: 180px;
	margin-right: 5px;
	}
	.answer_box1_txt_1_2 {
	font-size: 3.6rem;
	}
	.answer_box1_txt_2_1 {
	font-size: 4.6rem;
	}
	.answer_box1_txt_2_2 {
	font-size: 3.6rem;
	}
	.answer_box2 {
	padding-left: 500px;
	}
	.answer_box2::before {
	width: calc(879px * .8);
	height: calc(383px * .8);
	left: -60px;
	}
	.answer_box2_ttl {
	max-width: 380px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	}
	.answer_box2_ttl_1 {
	margin-bottom: 5px;
	}
	.answer_box2_ttl_1_2 {
	font-size: 2.8rem;
	}
	.answer_box2_ttl_2 {
	font-size: 2.8rem;
	}
	.answer_box2_price_1 {
	width: 90px;
	height: 90px;
	}
	.answer_box2_price_1_1 {
	margin-bottom: 5px;
	font-size: 2.2rem;
	}
	.answer_box2_price_2_1 {
	font-size: 10rem;
	}
	.answer_box2_price_2_2 {
	font-size: 3.0rem;
	}
	.answer_box2_txt {
	max-width: 400px;
	margin-top: 13px;
	padding: 14px 5px;
	font-size: inherit;
	}
}
@media (max-width:1023px) {
	.answer_ttl {
	margin-bottom: 60px;
	}
	.answer_ttl_1 {
	font-size: 6.0rem;
	}
	.answer_ttl_2 {
	font-size: 3.2rem;
	}
	.answer_box1 {
	max-width: 650px;
	margin-bottom: 40px;
	padding: 60px 10px 30px 10px;
	}
	.answer_box1_ttl {
	width: 100px;
	height: 100px;
	top: -40px;
	font-size: 1.8rem;
	letter-spacing: 1px;
	}
	.answer_box1_ttl::after {
	width: calc(13px * .8);
	height: calc(18px * .8);
	bottom: 15px;
	}
	.answer_box1_txt_1_1 {
	width: 150px;
	}
	.answer_box1_txt_1_2 {
	font-size: 3.3rem;
	}
	.answer_box1_txt_2_1 {
	font-size: 4.0rem;
	}
	.answer_box1_txt_2_2 {
	font-size: 3.3rem;
	}
	.answer_box2 {
	padding-left: 300px;
	}
	.answer_box2::before {
	width: calc(879px * .7);
	height: calc(383px * .7);
	top: -20px;
	left: -100px;
	}
	.answer_box2_ttl {
	max-width: 350px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	}
	.answer_box2_ttl_1 {
	margin-bottom: 3px;
	}
	.answer_box2_ttl_1_1 img {
	width: 120px;
	}
	.answer_box2_ttl_1_2 {
	font-size: 2.4rem;
	}
	.answer_box2_ttl_2 {
	font-size: 2.4rem;
	}
	.answer_box2_price_1 {
	width: 80px;
	height: 80px;
	}
	.answer_box2_price_1_1 {
	margin-bottom: 3px;
	font-size: 1.8rem;
	}
	.answer_box2_price_1_2 {
	padding: 0 2px;
	font-size: inherit;
	}
	.answer_box2_price_2_1 {
	font-size: 8rem;
	}
	.answer_box2_price_2_2 {
	font-size: 2.4rem;
	}
	.answer_box2_price_3 {
	margin-top: -5px;
	}
	.answer_box2_txt {
	max-width: 320px;
	margin-top: 10px;
	padding: 12px 5px;
	}
}
@media (min-width:768px) {
}
@media (max-width:767px) {
	.answer_ttl {
	margin-top: 30px;
	margin-bottom: 40px;
	}
	.answer_ttl_1 {
	font-size: 4.0rem;
	}
	.answer_ttl_2 {
	font-size: 2.6rem;
	}
	.answer_box1 {
	margin-bottom: 30px;
	padding: 50px 10px 20px 10px;
	}
	.answer_box1_ttl {
	width: 80px;
	height: 80px;
	font-size: 1.5rem;
	letter-spacing: 0;
	}
	.answer_box1_ttl::after {
	width: calc(13px * .6);
	height: calc(18px * .6);
	bottom: 12px;
	}
	.answer_box1_txt_1 {
	margin-bottom: 5px;
	}
	.answer_box1_txt_1_1 {
	width: 100px;
	}
	.answer_box1_txt_1_2 {
	font-size: 2.4rem;
	}
	.answer_box1_txt_2 {
	display: block;
	text-align: center;
	}
	.answer_box1_txt_2_1 {
	margin-bottom: 5px;
	font-size: 2.8rem;
	}
	.answer_box1_txt_2_2 {
	font-size: 2.4rem;
	}
	.answer_box2 {
	padding-left: 0;
	padding-bottom: 150px;
	}
	.answer_box2::before {
	width: calc(879px * .5);
	height: calc(383px * .5);
	top: inherit;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	}
	.answer_box2_ttl {
	max-width: 260px;
	}
	.answer_box2_ttl_1_1 img {
	width: 100px;
	}
	.answer_box2_ttl_1_2 {
	font-size: 2.2rem;
	}
	.answer_box2_ttl_2 {
	font-size: 2.2rem;
	}
	.answer_box2_price_1 {
	width: 60px;
	height: 60px;
	margin-right: 5px;
	}
	.answer_box2_price_1_1 {
	margin-bottom: 3px;
	font-size: 1.6rem;
	}
	.answer_box2_price_1_2 {
	font-size: 1.4rem;
	}
	.answer_box2_price_2_1 {
	font-size: 6rem;
	}
	.answer_box2_price_2_2 {
	font-size: 2.2rem;
	}
	.answer_box2_txt {
	max-width: 260px;
	padding: 10px 5px;
	}
}

/*-- 見に来てください --*/
.visit {
}
.visit::before {
z-index: -7;
position: absolute;
content: "";
width: 100%;
height: 143px;
top: 0;
left: 50%;
transform: translateX(-50%);
background-image: url(./common/img/visit_bg_top.png);
background-repeat: no-repeat;
background-position: top center;
background-size: 100% 100%;
}
.visit_wrap::before {
opacity: .1;
z-index: -8;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background-image: url(./common/img/visit_bg.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.visit_wrap::after {
z-index: -9;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgb(250, 209, 98);
}
.visit .top_wrap {
}
.visit_ttl {
margin-top: 100px;
}
.visit_box {
position: relative;
max-width: 690px;
margin: 170px auto 0;
}
.visit_box_1 {
position: absolute;
top: -100px;
left: 350px;
padding: 25px 0 25px 30px;
font-size: 1.8rem;
font-weight: 600;
line-height: 1;
letter-spacing: 0;
}
.visit_box_1::before {
position: absolute;
content: "";
width: calc(166px);
height: calc(153px);
top: -50px;
left: -180px;
background-image: url(./common/img/visit_img.png);
background-repeat: no-repeat;
background-size: contain;
}
.visit_box_1::after {
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 50%;
transform: translateY(-50%);
left: 0;
background-image: url(./common/img/visit_box_1_after_bottom.png),url(./common/img/visit_box_1_after_top.png);
background-repeat: no-repeat;
background-position: left bottom,left top;
background-size: 46px auto;
}
.visit_box_2 {
}
.visit_box_2 {
cursor: pointer;
z-index: 1;
position: absolute;
width: 171px;
height: 171px;
top: -100px;
left: 20px;
padding-top: 40px;
font-size: 2.7rem;
font-weight: 600;
text-align: center;
line-height: 1.3;
color: #da540d;
background-color: #fff;
border: 2px solid #da540d;
border-radius: 50%;
box-shadow: 0 10px 10px rgba(0,0,0,.1);
}
.visit_box_2::before {
position: absolute;
content: "";
width: calc(68px);
height: calc(92px);
bottom: -40px;
left: 50%;
transform: translateX(-50%);
background-image: url(./common/img/nav_ico_event.svg);
background-repeat: no-repeat;
background-size: contain;
}
.visit_box_3 {
cursor: pointer;
position: relative;
font-size: 2.9rem;
font-weight: 600;
color: #fff;
background-color: #e65b0e;
border-radius: 100px;
}
.visit_box_3::before {
opacity: .8;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 2px;
left: 2px;
border: 1px solid #fff;
border-radius: 100px;
}
.visit_box_3::after {
position: absolute;
content: "";
width: calc(24px);
height: calc(42px);
top: 50%;
transform: translateY(-50%);
right: 55px;
background-image: url(./common/img/ico_arrow_w.png);
background-repeat: no-repeat;
background-size: contain;
}
.visit_box_3 span {
padding: 42px 100px 42px 190px;
}
.shine span {
overflow: hidden;
position: relative;
display: block;
border-radius: 100px;
}
.shine span::after {
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: -100%;
background-image: linear-gradient(135deg,rgba(255,255,255,0) 28%, rgba(255,255,255,.75) 32%, rgba(255,255,255,.75) 78%,rgba(255,255,255,0) 82%);
animation: shine-loop 4s linear infinite;
}
@keyframes shine-loop {
	0% {
	transform: translateX(0);
	}
	10% {
	transform: translateX(200%);
	}
	100% {
	transform: translateX(200%);
	}
}
/* modal */
html.modal_active .body_wrap {
position: relative;
}
html.modal_active .body_wrap::before {
opacity: .6;
z-index: 98;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #000;
}
html.modal_active {
overflow: hidden;
}
html.visit_open .modal_box[data-modal-box="visit_open"],
html.request_open .modal_box[data-modal-box="request_open"],
html.privacy_open .modal_box[data-modal-box="privacy_open"] {
opacity: 1;
visibility: visible;
}
.visit_modal {
}
.modal_box {
transition: .3s;
opacity: 0;
visibility: hidden;
overflow: hidden;
z-index: 99;
position: fixed;
width: calc(100% - 60px);
max-width: 800px;
height: 90%;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
margin: auto;
padding: 30px;
background-color: #fff;
border-radius: 20px;
}
.modal_close {
cursor: pointer;
position: absolute;
top: 10px;
left: 10px;
width: 35px;
height: 35px;
font-size: 0;
background-color: #090808;
border-radius: 100px;
}
.modal_close::before,
.modal_close::after {
position: absolute;
content: "";
width: 18px;
height: 2px;
top: 50%;
left: 50%;
transform-origin: center;
background-color: #fff;
}
.modal_close::before {
transform: translate(-50%, -50%) rotate(45deg);
}
.modal_close::after {
transform: translate(-50%, -50%) rotate(-45deg);
}
.modal_box_wrap {
overflow-y: auto;
height: 100%;
padding: 20px;
}
.modal_box_wrap::-webkit-scrollbar {
width: 6px;
}
.modal_box_wrap::-webkit-scrollbar-track {
background-color: #f1f1f1;
border-radius: 0;
}
.modal_box_wrap::-webkit-scrollbar-thumb {
background: #ccc;
border-radius: 100px;
}
.modal_box_ttl {
margin-bottom: 30px;
font-size: 2.6rem;
font-weight: 600;
text-align: center;
line-height: 1;
}
.contact_form {
}
.contact_form dl {
display: flex;
margin-bottom: 5px;
font-size: 1.5rem;
}
.contact_form dt {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
width: 220px;
padding: 15px;
font-weight: 600;
background-color: #f1f1f1;
}
.contact_form dd {
width: calc(100% - 220px);
padding: 15px 0 15px 20px;
}
.contact_name dd {
}
.wpcf7-checkbox .wpcf7-list-item {
display: block;
}
.wpcf7-checkbox .wpcf7-list-item + .wpcf7-list-item {
margin-top: 3px;
}
.wpcf7-radio .wpcf7-list-item {
display: inline-block;
min-width: 100px;
}
.wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
margin-left: 1em;
}
.contact_address_txt {
width: 100%;
margin-bottom: 4px;
font-size: 1.2rem;
letter-spacing: 0;
}
.contact_address_in1 {
display: flex;
flex-wrap: wrap;
align-items: center;
margin-bottom: 1em;
}
.contact_address_in1 input {
width: 150px;
}
.contact_address_in2 {
margin-bottom: 10px;
}
.form_privacypolicy {
overflow-x: hidden;
overflow-y: auto;
height: 400px;
margin-top: 20px;
padding: 20px;
border: 1px solid #aaa;
}
.form_privacypolicy::-webkit-scrollbar {
width: 6px;
}
.form_privacypolicy::-webkit-scrollbar-track {
background-color: #f1f1f1;
border-radius: 0;
}
.form_privacypolicy::-webkit-scrollbar-thumb {
background: #ccc;
border-radius: 100px;
}
@media (max-width:1320px) {
	.visit_box_2 {
	width: 140px;
	height: 140px;
	top: -70px;
	left: 20px;
	padding-top: 20px;
	font-size: 2.4rem;
	}
	.visit_box_2::before {
	width: calc(68px * .9);
	height: calc(92px * .9);
	}
	.visit_box_3 {
	font-size: 2.6rem;
	}
	.visit_box_3::after {
	width: calc(24px * .8);
	height: calc(42px * .8);
	right: 40px;
	}
	.visit_box_3 span {
	padding: 38px 100px 38px 190px;
	}
}
@media (max-width:1023px) {
	.visit::before {
	height: 100px;
	}
	.visit_ttl {
	margin-top: 80px;
	}
	.visit_box {
	max-width: 550px;
	margin-top: 150px;
	}
	.visit_box_1 {
	top: -100px;
	left: 250px;
	padding: 25px 0 25px 10px;
	font-size: 1.5rem;
	letter-spacing: 0;
	}
	.visit_box_1::before {
	width: calc(166px * .8);
	height: calc(153px * .8);
	top: -20px;
	left: -130px;
	}
	.visit_box_1::after {
	background-size: 35px auto;
	}
	.visit_box_2 {
	width: 110px;
	height: 110px;
	top: -60px;
	left: 20px;
	padding-top: 15px;
	font-size: 2.0rem;
	}
	.visit_box_2::before {
	width: calc(68px * .7);
	height: calc(92px * .7);
	bottom: -30px;
	}
	.visit_box_3 {
	font-size: 2.4rem;
	}
	.visit_box_3::after {
	width: calc(24px * .6);
	height: calc(42px * .6);
	}
	.visit_box_3 span {
	padding: 30px 50px 30px 170px;
	}
	.modal_box {
	padding: 20px;
	}
	.modal_box_wrap {
	padding: 10px;
	}
	.modal_box_ttl {
	font-size: 2.4rem;
	}
}
@media (min-width:768px) {
	/* hover */
	.visit_box:hover {
	animation: fontzoom .5s;
	}
	@keyframes fontzoom {
		50% {
		transform: scale(1.05);
		}
	}
	.modal_close:hover {
	background-color: #e65b0e;
	transition: .3s;
	}
}
@media (max-width:767px) {
	.visit::before {
	height: 50px;
	}
	.visit_ttl {
	margin-top: 50px;
	}
	.visit_box {
	margin-top: 110px;
	}
	.visit_box_1 {
	top: -70px;
	left: 180px;
	padding: 18px 0 18px 10px;
	font-size: 1.5rem;
	letter-spacing: 0;
	}
	.visit_box_1::before {
	width: calc(166px * .6);
	height: calc(153px * .6);
	top: -20px;
	left: -100px;
	}
	.visit_box_1::after {
	background-size: 25px auto;
	}
	.visit_box_2 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	top: -50px;
	left: 15px;
	padding-top: 0;
	font-size: 1.6rem;
	}
	.visit_box_2::before {
	width: calc(68px * .6);
	height: calc(92px * .6);
	bottom: -75px;
	left: 0;
	transform: inherit;
	}
	.visit_box_3 {
	font-size: 2.0rem;
	}
	.visit_box_3::after {
	width: calc(24px * .4);
	height: calc(42px * .4);
	right: 20px;
	}
	.visit_box_3 span {
	padding: 20px 20px 20px 60px;
	}
	.modal_box {
	width: calc(100% - 30px);
	max-width: 400px;
	padding: 15px;
	border-radius: 10px;
	}
	.modal_close {
	top: 5px;
	left: 5px;
	width: 30px;
	height: 30px;
	}
	.modal_close::before,
	.modal_close::after {
	width: 14px;
	}
	.modal_box_wrap {
	padding: 5px;
	}
	.modal_box_ttl {
	margin-top: 20px;
	font-size: 1.8rem;
	}
	.contact_form dl {
	display: block;
	}
	.contact_form dt {
	width: 100%;
	padding: 8px;
	}
	.contact_form dd {
	width: 100%;
	padding: 10px 0 14px 0;
	}
	.contact_address_in1 input {
	width: 100px;
	}
	.wpcf7-radio .wpcf7-list-item {
	min-width: 70px;
	}
	.privacy_box {
	margin-top: 2em;
	padding: 20px;
	}
	.form_privacypolicy {
	height: 300px;
	margin-top: 10px;
	padding: 10px;
	}
}

/*-- こんな不安はありませんか --*/
.problem {
}
.problem::before {
z-index: 1;
position: absolute;
content: "";
width: 100%;
height: 187px;
bottom: 0;
left: 50%;
transform: translateX(-50%);
background-image: url(./common/img/problem_bg_bottom.png);
background-repeat: no-repeat;
background-size: 100% 100%;
}
.problem .top_wrap {
}
.problem_ttl {
margin-bottom: 47px;
}
.problem_ttl span {
color: #f99900;
}
.problem_list {
position: relative;
max-width: 960px;
margin: auto;
}
.problem_list::before {
z-index: -1;
position: absolute;
content: "";
width: calc(295px);
height: calc(613px);
bottom: -120px;
right: -70px;
background-image: url(./common/img/problem_img.png);
background-repeat: no-repeat;
background-size: contain;
}
.problem_list li {
position: relative;
max-width: 382px;
padding: 26px 5px;
font-size: 1.8rem;
text-align: center;
background-color: #fff;
}
.problem_list li::before {
position: absolute;
content: "";
inset: 0;
border: 1px solid;
transform: skewX(-10deg);
}
.problem_list li::after {
position: absolute;
content: "";
width: 40px;
height: 40px;
top: 0;
right: -20px;
background-color: #fff;
background-image: url(./common/img/problem_ico01.png);
background-repeat: no-repeat;
background-position: center;
background-size: 33px auto;
}
.problem_list li:nth-of-type(2)::after {
background-image: url(./common/img/problem_ico02.png);
}
.problem_list li:nth-of-type(3)::after {
background-image: url(./common/img/problem_ico03.png);
}
.problem_list li:nth-of-type(4)::after {
background-image: url(./common/img/problem_ico04.png);
}
.problem_list li:nth-of-type(even) {
margin-left: 224px;
}
.problem_list li + li {
margin-top: 20px;
}
@media (max-width:1320px) {
	.problem_list::before {
	bottom: -100px;
	right: 0;
	}
	.problem_list li:nth-of-type(even) {
	margin-left: 180px;
	}
}
@media (max-width:1023px) {
	.problem_list::before {
	width: calc(295px * .75);
	height: calc(613px * .75);
	bottom: -50px;
	}
	.problem_list li {
	max-width: 320px;
	padding: 22px 5px;
	font-size: inherit;
	}
	.problem_list li:nth-of-type(even) {
	margin-left: 100px;
	}
}
@media (min-width:768px) {
}
@media (max-width:767px) {
	.problem_list {
	padding-bottom: 100px;
	}
	.problem_list::before {
	width: calc(295px * .5);
	height: calc(613px * .5);
	bottom: -50px;
	right: -30px;
	}
	.problem_list li {
	max-width: 210px;
	padding: 15px 5px;
	}
	.problem_list li::before {
	transform: skewX(-8deg);
	}
	.problem_list li::after {
	width: 30px;
	height: 30px;
	background-size: 23px auto;
	}
	.problem_list li + li {
	margin-top: 10px;
	}
	.problem_list li:nth-of-type(odd) {
	margin-left: 50px;
	}
	.problem_list li:nth-of-type(even) {
	margin-left: 0;
	}
}

/*-- 選ばれる理由 --*/
.reason {
}
.reason::before {
z-index: -9;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #fffcef;
}
.reason .top_wrap {
}
.reason_list {
max-width: 1094px;
margin: auto;
}
.reason_list_in {
position: relative;
}
.reason_list_in + .reason_list_in {
margin-top: 40px;
}
.reason_list_in::before {
position: absolute;
content: "";
width: 100vw;
height: 1px;
left: 50%;
transform: translateX(-50%);
bottom: 0;
}
.reason_list_in:nth-of-type(odd)::before {
background: linear-gradient(90deg, #090808 0%, #090808 50%, transparent 50%, transparent 100%);
}
.reason_list_in:nth-of-type(even)::before {
background: linear-gradient(-90deg, #090808 0%, #090808 50%, transparent 50%, transparent 100%);
}
.reason_list_in_wrap {
display: flex;
align-items: center;
padding-bottom: 40px;
border-bottom: 1px solid;
}
.reason_list_in_wrap::after {
position: absolute;
content: "";
width: calc(120px);
height: calc(120px);
bottom: -50px;
background-image: url(./common/img/symbolmark.svg);
background-position: center;
background-size: contain;
}
.reason_list_in:nth-of-type(odd) .reason_list_in_wrap {
}
.reason_list_in:nth-of-type(even) .reason_list_in_wrap {
flex-direction: row-reverse;
}

.reason_list_in:nth-of-type(odd) .reason_list_in_wrap::after {
right: -58px;
}
.reason_list_in:nth-of-type(even) .reason_list_in_wrap::after {
left: -58px;
}
.reason_list_in1 {
}
.reason_list_in2 {
}
.reason_list_in3 {
}
.reason_list_box {
width: 47%;
}
.reason_list_in:nth-of-type(odd) .reason_list_box {
padding-left: 40px;
padding-right: 20px;
}
.reason_list_in:nth-of-type(even) .reason_list_box {
width: fit-content;
margin-left: auto;
padding-right: 40px;
padding-left: 20px;
}
.reason_list_sub {
display: flex;
align-items: center;
margin-bottom: 10px;
font-weight: 600;
line-height: 1;
}
.reason_list_sub_1 {
position: relative;
display: block;
margin-right: 5px;
padding: 10px 5px;
font-size: 1.8rem;
border-top: 1px solid;
border-bottom: 1px solid;
}
.reason_list_sub_1::before {
z-index: -1;
position: absolute;
content: "";
width: 32px;
height: 32px;
top: -27px;
left: -25px;
background-color: #fca600;
}
.reason_list_in2 .reason_list_sub_1::before {
background-color: #6fcbae;
}
.reason_list_in3 .reason_list_sub_1::before {
background-color: #fbde02;
}
.reason_list_sub_2 {
position: relative;
font-family: "Akshar", sans-serif;
font-size: 8.8rem;
}
.reason_list_sub_2::before {
position: absolute;
content: "";
width: 8px;
height: 8px;
bottom: 18px;
right: -10px;
background-color: #090808;
}
.reason_list_ttl {
margin-bottom: 20px;
font-size: 5.2rem;
font-weight: 600;
line-height: 1.3;
}
.reason_list_txt {
font-size: 2.1rem;
line-height: 1.8;
}
.reason_list_img {
width: 53%;
}
.reason_list_img img {
}
@media (max-width:1320px) {
	.reason_list_in:nth-of-type(odd) .reason_list_box {
	padding-left: 25px;
	}
	.reason_list_in_wrap::after {
	width: calc(120px * .7);
	height: calc(120px * .7);
	bottom: -30px;
	}
	.reason_list_in:nth-of-type(odd) .reason_list_in_wrap::after {
	right: -30px;
	}
	.reason_list_in:nth-of-type(even) .reason_list_in_wrap::after {
	left: -30px;
	}
	.reason_list_sub_2 {
	font-size: 8.0rem;
	}
	.reason_list_ttl {
	font-size: 3.6rem;
	}
	.reason_list_txt {
	font-size: 1.8rem;
	}
}
@media (max-width:1023px) {
	.reason_list_in + .reason_list_in {
	margin-top: 20px;
	}
	.reason_list_in:nth-of-type(odd) .reason_list_box {
	padding-left: 0;
	}
	.reason_list_in:nth-of-type(even) .reason_list_box {
	padding-right: 0;
	}
	.reason_list_in_wrap {
	padding-bottom: 20px;
	}
	.reason_list_in_wrap::after {
	width: calc(120px * .6);
	height: calc(120px * .6);
	bottom: -25px;
	}
	.reason_list_in:nth-of-type(odd) .reason_list_in_wrap::after {
	right: -20px;
	}
	.reason_list_in:nth-of-type(even) .reason_list_in_wrap::after {
	left: -20px;
	}
	.reason_list_sub_1::before {
	width: 20px;
	height: 20px;
	top: -10px;
	left: -10px;
	}
	.reason_list_sub_2 {
	font-size: 6.0rem;
	}
	.reason_list_ttl {
	font-size: 2.8rem;
	}
	.reason_list_sub_2::before {
	width: 6px;
	height: 6px;
	bottom: 12px;
	}
	.reason_list_txt {
	font-size: inherit;
	line-height: inherit;
	}
}
@media (min-width:768px) {
}
@media (max-width:767px) {
	.reason_list_in + .reason_list_in {
	margin-top: 20px;
	}
	.reason_list_in:nth-of-type(odd) .reason_list_box {
	padding-left: 0;
	padding-right: 0;
	}
	.reason_list_in:nth-of-type(even) .reason_list_box {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	}
	.reason_list_in_wrap {
	display: block;
	}
	.reason_list_in_wrap::after {
	width: calc(120px * .4);
	height: calc(120px * .4);
	bottom: -15px;
	}
	.reason_list_in:nth-of-type(odd) .reason_list_in_wrap::after {
	right: -5px;
	}
	.reason_list_in:nth-of-type(even) .reason_list_in_wrap::after {
	left: -5px;
	}
	.reason_list_box {
	width: 100%;
	margin-bottom: 20px;
	}
	.reason_list_sub {
	justify-content: center;
	}
	.reason_list_sub_1::before {
	width: 20px;
	height: 20px;
	top: -10px;
	left: -10px;
	}
	.reason_list_sub_2 {
	font-size: 5.0rem;
	}
	.reason_list_ttl {
	font-size: 2.6rem;
	text-align: center;
	}
	.reason_list_sub_2::before {
	bottom: 8px;
	right: -8px;
	}
	.reason_list_ttl br {
	display: none;
	}
	.reason_list_txt {
	width: fit-content;
	margin: auto;
	}
	.reason_list_txt br {
	display: none;
	}
	.reason_list_img {
	width: 100%;
	max-width: 250px;
	margin: auto;
	}
}

/*-- 住まいをご紹介 --*/
.works {
position: relative;
padding-top: 20px;
padding-bottom: 190px;
}
.works::before {
opacity: .15;
z-index: -8;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
background-image: url(./common/img/works_map.png);
background-repeat: no-repeat;
background-position: top 0px right 32%;
background-size: 626px auto;
}
.works::after {
z-index: -9;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #fffcef;
}
.works_wrap {
max-width: 1920px;
margin: auto;
}
.works_ttl {
margin-bottom: 60px;
}
.works_list {
}
.works_list .slick-slide {
position: relative;
width: 560px !important;
margin: 0 15px;
padding-top: 20px;
}
.works_list .slick-slide:nth-of-type(even) {
margin-top: 80px;
}
.works_list .slick-slide + .slick-slide {
}
.works_list_txt {
position: absolute;
width: 112px;
height: 284px;
top: 0;
right: 30px;
padding-top: 38px;
background-color: #fff;
}
.works_list_txt::before {
position: absolute;
content: "";
width: 1px;
height: 100%;
top: 0;
right: 6px;
border-right: 1px solid;
}
.works_list_txt::after {
position: absolute;
content: "";
width: 1px;
height: 100%;
top: 0;
left: 6px;
border-left: 1px solid;
}
.works_list_txt_1 {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
-webkit-writing-mode: vertical-rl;
width: 23px;
height: 86px;
top: 0;
right: 0;
font-family: "Akshar", sans-serif;
font-size: 1.3rem;
line-height: 1;
letter-spacing: 2px;
background-color: #fff;
}
.works_list_txt_2 {
display: flex;
align-items: center;
width: 100%;
writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
-webkit-writing-mode: vertical-rl;
text-orientation: upright;
font-size: 2.1rem;
line-height: 1.4;
}
.works_list_img {
}
.works_list_img img {
}
@media (max-width:1440px) {
	.works_list .slick-slide {
	width: 450px !important;
	}
	.works_list_txt {
	width: 100px;
	height: 250px;
	right: 20px;
	padding-top: 20px;
	}
	.works_list_txt_2 {
	font-size: 1.8rem;
	}
}
@media (max-width:1320px) {
	.works {
	padding-top: 20px;
	padding-bottom: 100px;
	}
	.works::before {
	background-size: 450px auto;
	}
	.works_ttl {
	margin-bottom: 50px;
	}
	.works_list .slick-slide {
	width: 400px !important;
	margin: 0 10px;
	padding-top: 15px;
	}
	.works_list .slick-slide:nth-of-type(even) {
	margin-top: 50px;
	}
	.works_list_txt {
	width: 90px;
	height: 200px;
	right: 15px;
	}
	.works_list_txt::before {
	right: 4px;
	}
	.works_list_txt::after {
	left: 4px;
	}
	.works_list_txt_1 {
	width: 20px;
	height: 65px;
	font-size: 1.2rem;
	letter-spacing: 1px;
	}
	.works_list_txt_2 {
	font-size: 1.6rem;
	}
}
@media (max-width:1023px) {
	.works {
	padding-top: 20px;
	padding-bottom: 80px;
	}
	.works::before {
	background-size: 420px auto;
	}
	.works_ttl {
	margin-bottom: 40px;
	}
	.works_list .slick-slide {
	width: 370px !important;
	}
	.works_list .slick-slide:nth-of-type(even) {
	margin-top: 40px;
	}
	.works_list_txt {
	width: 75px;
	height: 180px;
	right: 10px;
	padding-right: 5px;
	}
	.works_list_txt::before {
	right: 2px;
	}
	.works_list_txt::after {
	left: 2px;
	}
	.works_list_txt_1 {
	width: 15px;
	height: 60px;
	font-size: 1.1rem;
	}
}
@media (min-width:768px) {
}
@media (max-width:767px) {
	.works {
	padding-top: 20px;
	padding-bottom: 60px;
	}
	.works::before {
	background-size: 300px auto;
	background-position: center;
	}
	.works_ttl {
	margin-bottom: 20px;
	}
	.works_list .slick-slide {
	width: 300px !important;
	}
	.works_list .slick-slide:nth-of-type(even) {
	margin-top: 20px;
	}
	.works_list_txt {
	width: 70px;
	height: 160px;
	padding-right: 5px;
	}
	.works_list_txt_2 {
	font-size: 1.5rem;
	}
}

/*-- instagram --*/
.instagram {
}
.instagram .top_wrap {
}
.instagram_box {
display: flex;
align-items: center;
max-width: 1094px;
margin: auto;
}
.instagram_in1 {
position: relative;
width: 324px;
padding: 70px 10px;
text-align: center;
border: 1px solid;
}
.instagram_in1 a {
z-index: 1;
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.instagram_ttl {
margin-bottom: 35px;
font-family: "Akshar", sans-serif;
font-size: 4.1rem;
letter-spacing: 4px;
line-height: 1;
}
.instagram_more {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: fit-content;
margin: auto;
font-size: 1.8rem;
line-height: 1;
}
.instagram_more::before {
position: absolute;
content: "";
width: calc(127px);
height: calc(14px);
top: -24px;
left: 50%;
transform: translateX(-50%);
background-image: url(./common/img/ico_instagram_followus02.png);
background-repeat: no-repeat;
background-size: contain;
}
.instagram_more::after {
position: relative;
display: block;
content: "";
width: calc(9px);
height: calc(15px);
margin-left: 10px;
background-image: url(./common/img/ico_arrow_b.png);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.instagram_in2 {
width: calc(100% - 324px);
padding-left: 90px;
}
.instagram_in2_box {
height: 450px;
background-color: transparent;
}
@media (max-width:1320px) {
	.instagram_in1 {
	width: 300px;
	}
	.instagram_ttl {
	font-size: 3.8rem;
	}
	.instagram_in2 {
	width: calc(100% - 300px);
	padding-left: 60px;
	}
}
@media (max-width:1023px) {
	.instagram_in1 {
	width: 200px;
	padding: 50px 10px;
	}
	.instagram_ttl {
	font-size: 3.1rem;
	letter-spacing: 2px;
	}
	.instagram_more {
	font-size: inherit;
	}
	.instagram_more::before {
	width: calc(127px * .9);
	height: calc(14px * .9);
	top: -20px;
	}
	.instagram_more::after {
	width: calc(9px * .7);
	height: calc(15px * .7);
	margin-left: 8px;
	}
	.instagram_in2 {
	width: calc(100% - 200px);
	padding-left: 50px;
	}
}
@media (min-width:768px) {
	/* hover */
	.instagram_in1:hover {
	background-color: #fdda8a;
	border-color: #fdda8a;
	transition: .3s;
	}
}
@media (max-width:767px) {
	.instagram_box {
	display: block;
	}
	.instagram_in1 {
	width: 200px;
	margin: 0 auto 20px;
	padding: 20px 10px;
	}
	.instagram_ttl {
	font-size: 2.6rem;
	}
	.instagram_more::after {
	width: calc(9px * .6);
	height: calc(15px * .6);
	}
	.instagram_in2 {
	width: 100%;
	padding-left: 0;
	}
	.instagram_in2_box {
	height: 400px;
	}
}

/*-- 情報収集から始めませんか --*/
.first_sec {
padding: 80px 30px;
background-color: #fca600;
}
.first .top_wrap {
max-width: 1820px;
margin: auto;
}
.first_ttl {
margin-bottom: 55px;
color: #fff;
}
.first_box {
display: flex;
align-items: center;
}
.first_img {
display: flex;
align-items: center;
width: calc((100% - 350px) * .5);
}
.first_img1 {
justify-content: flex-end;
}
.first_img_in {
margin: 0 50px;
}
.first_img_in img {
}
.first_list {
width: 350px;
margin: auto;
border-top: 1px solid #fff;
}
.first_list li {
position: relative;
padding: 15px 0 15px 50px;
font-size: 2.1rem;
line-height: 1.4;
color: #fff;
border-bottom: 1px solid #fff;
}
.first_list li::before {
position: absolute;
content: "";
width: calc(33px);
height: calc(32px);
top: -10px;
left: 0;
background-image: url(./common/img/ico_check.png);
background-repeat: no-repeat;
background-size: contain;
}
.first_img2 {
justify-content: flex-start;
}
@media (max-width:1880px) {
	.first .top_wrap {
	max-width: 1260px;
	}
	.first_img {
	width: calc((100% - 350px - 60px) * .5);
	}
	.first_img1 {
	margin-right: 30px;
	}
	.first_img2 {
	margin-left: 30px;
	}
	.first_img_in {
	margin: 0 15px;
	}
}
@media (max-width:1320px) {
	.first .top_wrap {
	max-width: 964px;
	}
	.first_list {
	width: 290px;
	}
	.first_list li {
	padding: 13px 0 13px 30px;
	font-size: 1.8rem;
	}
	.first_list li::before {
	width: calc(33px * .8);
	height: calc(32px * .8);
	top: -5px;
	}
	.first_img {
	width: calc((100% - 290px - 40px) * .5);
	}
	.first_img1 {
	margin-right: 20px;
	}
	.first_img2 {
	margin-left: 20px;
	}
	.first_img_in {
	margin: 0 10px;
	}
}
@media (max-width:1023px) {
	.first_sec {
	padding: 60px 30px;
	}
	.first .top_wrap {
	max-width: 708px;
	}
	.first_ttl {
	margin-bottom: 40px;
	}
	.first_list {
	width: 250px;
	}
	.first_list li {
	padding: 12px 0 12px 25px;
	font-size: 1.7rem;
	}
	.first_list li::before {
	width: calc(33px * .7);
	height: calc(32px * .7);
	top: -7px;
	}
	.first_img {
	width: calc((100% - 250px - 20px) * .5);
	}
	.first_img1 {
	margin-left: 0;
	margin-right: 10px;
	}
	.first_img2 {
	margin-left: 10px;
	margin-right: 0;
	}
}
@media (min-width:768px) {
}
@media (max-width:767px) {
	.first_sec {
	padding: 50px 15px;
	}
	.first .top_wrap {
	max-width: 330px;
	}
	.first_ttl {
	margin-bottom: 30px;
	}
	.first_box {
	display: block;
	}
	.first_list {
	width: fit-content;
	margin-top: 30px;
	margin-bottom: 30px;
	}
	.first_list li {
	padding: 10px 0 10px 25px;
	font-size: 1.6rem;
	}
	.first_list li::before {
	width: calc(33px * .5);
	height: calc(32px * .5);
	top: -3px;
	}
	.first_img {
	width: 100%;
	max-width: 250px;
	margin: auto !important;
	justify-content: center;
	}
	.first_img_in {
	margin: 0 15px;
	}
}

/*-- お問合せください --*/
.cta {
padding: 80px 30px;
}
.cta .top_wrap {
}
.cta_line {
margin: 0 auto 80px;
}
.cta_line_txt {
margin-bottom: 25px;
font-size: 2.1rem;
font-weight: 600;
text-align: center;
line-height: 1.4;
}
.cta_line_btn {
max-width: 312px;
margin: auto;
font-size: 1.8rem;
font-weight: 600;
background-color: #fff;
border: 2px solid #00b900;
border-radius: 100px;
}
.cta_line_btn a {
position: relative;
display: block;
}
.cta_line_btn a::before {
position: absolute;
display: block;
content: "";
width: 30px;
height: 30px;
top: 50%;
transform: translateY(-50%);
left: 35px;
background-image: url(./common/img/ico_line.png);
background-repeat: no-repeat;
background-size: contain;
}
.cta_line_btn a::after {
position: absolute;
display: block;
content: "";
width: calc(9px);
height: calc(15px);
top: 50%;
transform: translateY(-50%);
right: 30px;
background-image: url(./common/img/ico_arrow_b.png);
background-repeat: no-repeat;
background-size: contain;
}
.cta_line_btn span {
position: relative;
display: flex;
align-items: center;
justify-content: center;
padding: 18px;
}
.cta_line_btn.shine span::after {
background-image: linear-gradient(135deg,rgba(255, 255, 255, 0) 28%,rgba(0,185,0,.5) 32%,rgba(0,185,0,.5) 78%,rgba(255,255,255,0) 82%);
}
.cta_btn {
display: flex;
justify-content: center;
max-width: 1090px;
margin: auto;
}
.cta_btn_li {
cursor: pointer;
position: relative;
width: calc(50% - 30px);
margin: 0 15px;
font-size: 2.6rem;
font-weight: 600;
border-radius: 100px;
}
.cta_btn_li_request {
background-color: #fbde02;
}
.cta_btn_li_visit {
background-color: #e65b0e;
}
.cta_btn_li::before {
opacity: .6;
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 2px;
left: 2px;
border: 1px solid #fff;
border-radius: 100px;
}
.cta_btn_li::after {
position: absolute;
content: "";
left: 50%;
transform: translateX(-50%);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.cta_btn_li_request::after {
width: calc(72px);
height: calc(85px);
top: -40px;
background-image: url(./common/img/cta_request_img.png);
}
.cta_btn_li_visit::after {
width: calc(160px);
height: calc(62px);
top: -30px;
background-image: url(./common/img/cta_visit_img.png);
}
.cta_btn_li p {
position: relative;
width: 100%;
}
.cta_btn_li_visit p {
color: #fff;
}
.cta_btn_li p::before {
position: absolute;
content: "";
top: 50%;
transform: translateY(-50%);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.cta_btn_li_request p::before {
width: calc(83px);
height: calc(71px);
left: 66px;
background-image: url(./common/img/nav_ico_request.svg);
}
.cta_btn_li_visit p::before {
width: calc(30px);
height: calc(67px);
left: 50px;
background-image: url(./common/img/nav_ico_visit.svg);
}
.cta_btn_li p::after {
position: absolute;
content: "";
width: calc(18px);
height: calc(32px);
top: 50%;
transform: translateY(-50%);
right: 45px;
background-image: url(./common/img/ico_arrow_b.png);
background-repeat: no-repeat;
background-size: contain;
}
.cta_btn_li_visit p::after {
background-image: url(./common/img/ico_arrow_w.png);
}
.cta_btn_li span {
display: flex;
align-items: center;
width: 100%;
height: 130px;
}
.cta_btn_li_request span {
padding-left: 184px;
}
.cta_btn_li_visit span {
padding-left: 100px;
}
@media (max-width:1320px) {
	.cta_btn_li {
	font-size: 2.4rem;
	}
	.cta_btn_li_request::after {
	width: calc(72px * .8);
	height: calc(85px * .8);
	top: -35px;
	}
	.cta_btn_li_visit::after {
	width: calc(160px * .8);
	height: calc(62px * .8);
	top: -20px;
	}
	.cta_btn_li p::after {
	width: calc(18px * .7);
	height: calc(32px * .7);
	right: 30px;
	}
	.cta_btn_li_request p::before {
	width: calc(83px * .8);
	height: calc(71px * .8);
	left: 40px;
	}
	.cta_btn_li_visit p::before {
	width: calc(30px * .8);
	height: calc(67px * .8);
	left: 40px;
	}
	.cta_btn_li span {
	height: 110px;
	}
	.cta_btn_li_request span {
	padding-left: 150px;
	}
	.cta_btn_li_visit span {
	padding-left: 85px;
	}
}
@media (max-width:1023px) {
	.cta {
	padding: 60px 30px;
	}
	.cta_line_txt {
	font-size: 2.0rem;
	}
	.cta_line {
	margin-bottom: 60px;
	}
	.cta_line_btn {
	max-width: 280px;
	}
	.cta_btn {
	margin: 0 -10px;
	}
	.cta_btn_li {
	width: calc(50% - 20px);
	margin: 0 10px;
	font-size: 2.0rem;
	}
	.cta_btn_li_request::after {
	width: calc(72px * .7);
	height: calc(85px * .7);
	}
	.cta_btn_li_visit::after {
	width: calc(160px * .65);
	height: calc(62px * .65);
	}
	.cta_btn_li p::after {
	width: calc(18px * .5);
	height: calc(32px * .5);
	right: 25px;
	}
	.cta_btn_li_request p::before {
	width: calc(83px * .7);
	height: calc(71px * .7);
	left: 30px;
	}
	.cta_btn_li_visit p::before {
	width: calc(30px * .7);
	height: calc(67px * .7);
	left: 30px;
	}
	.cta_btn_li span {
	height: 90px;
	}
	.cta_btn_li_request span {
	padding-left: 120px;
	}
	.cta_btn_li_visit span {
	padding-left: 65px;
	}
}
@media (min-width:768px) {
	/* hover */
	.cta_line_btn:hover,
	.cta_btn_li:hover {
	animation: fontzoom .5s;
	}
}
@media (max-width:767px) {
	.cta {
	padding: 50px 15px;
	}
	.cta_line_txt {
	font-size: 1.8rem;
	}
	.cta_line {
	margin-bottom: 60px;
	}
	.cta_line_btn {
	max-width: 250px;
	}
	.cta_line_btn a::before {
	left: 30px;
	}
	.cta_line_btn a::after {
	width: calc(9px * .8);
	height: calc(15px * .8);
	right: 20px;
	}
	.cta_line_btn span {
	justify-content: flex-start;
	padding: 15px 15px 15px 80px;
	}
	.cta_btn {
	margin: 0 -6px;
	}
	.cta_btn_li {
	width: calc(50% - 12px);
	margin: 0 6px;
	font-size: 1.7rem;
	text-align: center;
	line-height: 1.3;
	border-radius: 10px;
	}
	.cta_btn_li::before {
	border-radius: 10px;
	}
	.cta_btn_li_request::after {
	width: calc(72px * .6);
	height: calc(85px * .6);
	top: -25px;
	}
	.cta_btn_li_visit::after {
	width: calc(160px * .55);
	height: calc(62px * .55);
	top: -15px;
	}
	.cta_btn_li p::after {
	width: calc(32px * .4);
	height: calc(18px * .4);
	top: inherit;
	bottom: 15px;
	right: 10px;
	left: 50%;
	transform: translateX(-50%);
	background-image: url(./common/img/ico_arrow_bottom.png);
	}
	.cta_btn_li_request p::before {
	width: calc(83px * .6);
	height: calc(71px * .6);
	top: inherit;
	bottom: 35px;
	left: 50%;
	transform: translateX(-50%);
	}
	.cta_btn_li_visit p::before {
	width: calc(30px * .6);
	height: calc(67px * .6);
	top: inherit;
	bottom: 35px;
	left: 50%;
	transform: translateX(-50%);
	}
	.cta_btn_li span {
	align-items: flex-start;
	justify-content: center;
	height: 150px;
	padding-top: 30px;
	border-radius: 10px;
	}
	.cta_btn_li_request span {
	padding-left: 0;
	}
	.cta_btn_li_visit span {
	padding-left: 0;
	}
}

/*-----------------------
 フッター
-----------------------*/
footer {
padding: 100px 30px 30px 30px;
border-top: 1px solid;
}
.footer_wrap {
max-width: 1260px;
margin: auto;
}
.footer_logo {
max-width: 370px;
margin-bottom: 10px;
}
.footer_logo img {
}
.footer_name {
display: flex;
align-items: center;
margin-left: 10px;
}
.footer_name_1 {
max-width: 172px;
margin-right: 10px;
}
.footer_name_1 img {
}
.footer_name_2 {
font-size: 1.5rem;
}
.footer_box {
display: flex;
flex-direction: row-reverse;
align-items: center;
justify-content: space-between;
margin-top: 60px;
}
.footer_privacypolicy {
}
.footer_privacypolicy_toggle {
cursor: pointer;
font-size: 1.5rem;
line-height: 1;
}
.privacypolicy_box {
}
.privacypolicy_box_ttl {
margin-bottom: 1em;
font-size: 2.0rem;
font-weight: 600;
text-align: center;
}
.privacypolicy_box_sub {
width: fit-content;
margin-top: 1.5em;
margin-bottom: 5px;
padding: 0 5px;
font-size: 1.5rem;
font-weight: 600;
letter-spacing: 0;
border: 1px solid #000;
}
.privacypolicy_box_txt {
font-size: 1.5rem;
letter-spacing: 0;
}
.copyright {
font-size: 1.3rem;
line-height: 1;
letter-spacing: .2;
}
.pagetop {
z-index: 9;
position: fixed;
width: 70px;
height: 60px;
bottom: 0;
right: 0;
margin-bottom: 0;
font-size: 0;
background-color: #090808;
background-image: url(./common/img/pagetop.png);
background-repeat: no-repeat;
background-position: center;
background-size: 25px auto;
border-radius: 10px 0 0 0;
}
.pagetop a {
display: block;
width: 100%;
height: 100%;
}
@media (max-width:1320px) {
	.footer_logo {
	max-width: 300px;
	}
}
@media (max-width:1023px) {
	footer {
	padding: 50px 30px 30px 30px;
	}
	.footer_logo {
	max-width: 220px;
	}
	.footer_name {
	display: block;
	margin-left: 0;
	}
	.footer_name_1 {
	margin-bottom: 3px;
	margin-right: 0;
	}
}
@media (min-width:768px) {
	/* hover */
	.footer_privacypolicy_toggle:hover {
	opacity: .5;
	transition: .3s;
	}
}
@media (max-width:767px) {
	footer {
	padding: 40px 15px 30px 15px;
	}
	.footer_logo {
	max-width: 180px;
	}
	.footer_box {
	margin-top: 40px;
	}
	.privacypolicy_box_ttl {
	font-size: 1.8rem;
	}
	.privacypolicy_box_sub {
	margin-top: 1em;
	padding: 0 2px;
	font-size: 1.4rem;
	}
	.privacypolicy_box_txt {
	font-size: 1.4rem;
	}
}

/*-----------------------
 お問い合わせ内容確認＆送信完了
-----------------------*/
.low_wrap {
padding: 80px 30px;
}
.contact_page {
}
.contact_box {
max-width: 800px;
margin: auto;
padding: 60px;
background-color: #fffae4;
border-radius: 30px;
}
.contact_ttl {
margin-bottom: 50px;
font-size: 3.0rem;
font-weight: 600;
text-align: center;
}
.contact_page .contact_form dt {
background-color: #f6f6f6;
border: 1px solid #aaa;
border-right-width: 0;
}
.contact_page .contact_form dd {
padding: 15px;
background-color: #fff;
border: 1px solid #aaa;
}
.form_radio .wpcf7-radio .wpcf7-list-item {
display: block;
min-width: 100%;
margin: 0;
}
.form_date {
width: 150px;
margin-bottom: 5px;
}
.form_select {
width: 150px;
margin-bottom: 5px;
}
.conf_msg {
margin-top: 2em;
text-align: center;
}
.thanks_msg {
position: relative;
padding: 130px 0 50px 0;
text-align: center;
line-height: 1.8;
}
.thanks_msg::before {
position: absolute;
content: "";
width: calc(100px * .8);
height: calc(139px * .8);
top: 0;
left: 0;
right: 0;
margin: auto;
background-image: url(./common/img/thanks.png);
background-repeat: no-repeat;
background-size: contain;
}
.linkbtn {
max-width: 240px;
margin: auto;
font-size: 1.8rem;
font-weight: 600;
text-align: center;
line-height: 1;
color: #fff;
background-color: #f5672f;
border: 2px solid #f5672f;
border-radius: 100px;
}
.linkbtn a {
position: relative;
display: block;
padding: 20px 10px;
}
.linkbtn a::after {
position: absolute;
content: "";
width: calc(9px);
height: calc(15px);
top: 50%;
transform: translateY(-50%);
right: 20px;
background-image: url(./common/img/ico_arrow_w.png);
background-repeat: no-repeat;
background-size: contain;
}
.low_wrap footer {
margin-top: 80px;
padding: 0;
border-top-width: 0;
}
.low_wrap .copyright {
text-align: center;
}
@media (max-width:1023px) {
	.low_wrap {
	padding: 60px 30px;
	}
	.contact_box {
	padding: 50px 30px;
	}
	.contact_ttl {
	margin-bottom: 40px;
	font-size: 2.6rem;
	}
}
@media (min-width:768px) {
	/* hover */
	.linkbtn:hover {
	color: #f5672f;
	background-color: #fff;
	transition: background-color .3s;
	}
	.linkbtn:hover a::after {
	background-image: url(./common/img/ico_arrow_b.png);
	}
}
@media (max-width:767px) {
	.low_wrap {
	padding: 40px 15px;
	}
	.contact_box {
	padding: 30px 20px;
	border-radius: 15px;
	}
	.contact_ttl {
	margin-bottom: 30px;
	font-size: 2.4rem;
	}
	.contact_page .contact_form dt {
	border-right-width: 1px;
	border-bottom-width: 0;
	}
	.contact_page .contact_form dd {
	padding: 8px;
	}
	.thanks_msg {
	padding: 100px 0 30px 0;
	}
	.thanks_msg::before {
	width: calc(100px * .6);
	height: calc(139px * .6);
	}
	.linkbtn {
	max-width: 180px;
	font-size: 1.5rem;
	}
	.linkbtn a {
	padding: 15px 10px;
	}
	.linkbtn a::after {
	width: calc(9px * .8);
	height: calc(15px * .8);
	}
	.low_wrap footer {
	margin-top: 30px;
	}
}

/* イベント誘導バナー */
.eventbnr {
padding: 50px 30px;
}
.eventbnr_wrap {
max-width: 800px;
margin: auto;
padding: 50px;
background-color: #f5f2e1;
border-radius: 30px;
}
.eventbnr_txt1 {
font-size: 2.4rem;
font-weight: bold;
text-align: center;
}
.eventbnr_txt2 {
margin-bottom: 20px;
font-size: 2.8rem;
font-weight: bold;
text-align: center;
}
.eventbnr_img {
max-width: 500px;
margin: auto;
}
.eventbnr_img img {
}
.eventbnr_more {
max-width: 300px;
margin: 30px auto 0;
font-weight: 600;
font-size: 1.8rem;
text-align: center;
line-height: 1.2;
color: #fff;
background-color: #f5672f;
border: 3px solid #f5672f;
border-radius: 100px;
}
.eventbnr_more a {
display: block;
padding: 20px;
}
@media (max-width:1023px) {
	.eventbnr_wrap {
	max-width: 600px;
	padding: 30px;
	}
	.eventbnr_txt1 {
	font-size: 2.0rem;
	}
	.eventbnr_txt2 {
	margin-bottom: 15px;
	font-size: 2.6rem;
	}
	.eventbnr_img {
	max-width: 400px;
	}
}
@media (min-width:768px) {
	.eventbnr_more:hover {
	color: #f5672f;
	background-color: #fff;
	transition: background-color .3s;
	}
}
@media (max-width:767px) {
	.eventbnr_wrap {
	max-width: 330px;
	padding: 20px;
	border-radius: 15px;
	}
	.eventbnr_txt1 {
	font-size: 1.8rem;
	}
	.eventbnr_txt2 {
	font-size: 2.4rem;
	}
	.eventbnr_img {
	max-width: 250px;
	}
	.eventbnr_more {
	max-width: 220px;
	margin-top: 20px;
	font-size: 1.6rem;
	}
	.eventbnr_more a {
	padding: 15px;
	}
}
