@charset "UTF-8";
/* ===========================
ジオチョク
1.目次＆ブレークポイント
============================== */
/*
1.目次＆ブレークポイント
2.全体
3.header
4.footer
5.main-visual
6.first-conv
7.gotodownload
8.about-geochoku
9.problem & solve
10.support-geochoku
11.case-geochoku
12.faq-geochoku
13.contact-related
*/
@media screen and (min-width: 35.5em) { /* 568px sm */
}
@media screen and (min-width: 48em) { /* 768px md */
}
@media screen and (min-width: 64em) { /* 1024px lg */
}
@media screen and (min-width: 74em) { /* 1184px */
}
@media screen and (min-width: 80em) { /* 1280px xl */
}

/* ===========================
2.全体
============================== */
:root{
	--sans-serif: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
	--serif: '游明朝', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'Times New Roman', serif;
	--arial: Arial, sans-serif;
}
* , *:before , *:after {
	box-sizing: border-box;
}
html {
	overflow-y: scroll;
	scroll-behavior: smooth;
	height: 100%;
}
@keyframes page-fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
body {
	font-family: var(--sans-serif);
	animation: page-fadeIn 1s ease 0s 1 normal;
	position: relative;
	height: 100%;
	color: #323232;
}
.serif {
	font-family: var(--serif);
}
main {
	position: relative;
	z-index: 2;
}
footer {
	position: sticky;
	top: 100vh;
	z-index: 1;
}
img {
	display:inline-block;
	max-width:100%;
	height: auto;
}
button {
	padding: 0;
	outline: none;
	border: none;
	font: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
}
.inner {
	max-width: 1100px;
	width: 92%;
	margin: 0 auto;
	position: relative;
}
#contact-related {
	background: #e8e8e8;
}
.conv-btn {
	margin: 0;
	text-align: center;
}
.conv-btn a,
.conv-btn button {
	width: 86%;
	display: inline-block;
	padding: 0.7em 2em;
	font-size: 1.125rem;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: linear-gradient(90deg, #fff 0%, #fff 33.3%, #FF6E80 66.6%, #FF003C 100%);
	background-size: 300%;
	background-position:99% 0;
	border: transparent 2px solid;
	border-radius: 4em;
	transition: all 0.6s;
}
@media screen and (max-width: 767px) {
	.conv-btn a,
	.conv-btn button {
		font-size: 0.95rem;
	}
}
/* .conv-btn button {
	width: 86%;
	display: inline-block;
	padding: 0.7em 2em;
	font-size: 1.125rem;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: linear-gradient(90deg, #fff 0%, #fff 33.3%, #FF6E80 66.6%, #FF003C 100%);
	background-size: 300%;
	background-position:99% 0;
	border: transparent 2px solid;
	border-radius: 1.5em;
	transition: all 0.6s;
} */

.update {
    font-size: 95%;
    /* line-height: 2; */
    color: #ff003c;
    font-weight: bold;
}

.conv-btn button {
	padding: 0.7em 2.5em;
}
.conv-btn a:hover,
.conv-btn a:active,
.conv-btn button:hover,
.conv-btn button:active {
	color: #FF003C;
	background-position:0% 0;
	border: #FF003C 2px solid;
}
.over-sm,
.over-md {
	display: none;
}
@media screen and (min-width: 35.5em) { /* 568px sm */
	.conv-btn a {
		width: 330px;
		padding: 0.7em 3em;
	}
	.conv-btn button {
		width: auto;
		padding: 0.7em 5em;
	}
	.under-sm {
		display: none;
	}
	.over-sm {
		display: block;
	}
}
@media screen and (min-width: 48em) { /* 768px md */
	.under-md {
		display: none;
	}
	.over-md {
		display: block;
	}
}

/* ===========================
3.header
============================== */
header {
	width: 100%;
	height: 50px;
	padding: 0 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	position: /*fixed*/sticky;
	top: 0;
	z-index: 999;
}
header .logo a {
	transition: all 0.3s;
}
header .logo a:hover,
header .logo a:active {
	opacity: 0.6;
}
header .logo img {
	max-width: 120px;
}
header ul {
	position: fixed;
	bottom: -60px;
	left: 0;
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-evenly;
	align-items: flex-end;
	list-style: none;
	text-align: center;
	background-color: #fff;
	transition: all 0.8s;
}
header ul.is-active {
	bottom: 0;
}
header ul li {
	display: inline-block;
	width: 44%;
	height: 50px;
	text-align: center;
}
header ul li a {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	text-decoration: none;
	color: #fff;
	transition: all 0.3s;
	background: linear-gradient(90deg, #fff 0%, #fff 33.3%, #FF6E80 66.6%, #FF003C 100%);
	background-size: 300%;
	background-position:99% 0;
	border-top: transparent 2px solid;
	border-right: transparent 2px solid;
	border-left: transparent 2px solid;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
header ul li a:hover,
header ul li a:active {
	font-size: 0.875rem;
	color: #FF003C;
	background-position:0% 0;
	border-top: #FF003C 2px solid;
	border-right: #FF003C 2px solid;
	border-left: #FF003C 2px solid;
}
header ul li a img {
	vertical-align: bottom;
	filter: brightness(0%) invert(0%);
	transition: all 0.3s;
}
header ul li a:hover img,
header ul li a:active img {
	filter: brightness(100%) invert(0%);
}
header ul .pc-menu {
	display: none;
}
header .conv-btn a {
	width: auto;
	font-size: 0.75rem;
}
@media screen and (min-width: 35.5em) { /* 568px sm */
	header {
		padding: 0 30px;
		height: 90px;
	}
	header .logo img {
		max-width: 178px;
	}
	header .conv-btn a {
		font-size: 1rem;
	}
}
@media screen and (min-width: 48em) { /* 768px md */
	header ul {
		display: flex;
		flex-wrap: wrap;
		position: relative;
		bottom: auto;
		width: 46%;
		height: auto;
		background-color: transparent;
	}
	header ul.is-active {
		bottom: auto;
	}
	header ul li {
		width: 31%;
		height: auto;
		margin: 0.5em 0;
	}
	header ul li a {
		display: block;
		height: auto;
		font-size: 0.8125rem;
		color: #323232;
		background: transparent;
		border-top: none;
		border-right: none;
		border-left: none;
	}
	header ul li a:hover,
	header ul li a:active {
		font-size: 0.875rem;
		color: #FF003C;
		border-top: none;
		border-right: none;
		border-left: none;
	}
	header ul .pc-menu {
		display: inline-block;
	}
	header .conv-btn a {
		padding: 0.7em 0.5em;
		font-size: 0.875rem;
	}
}
@media screen and (min-width: 64em) { /* 1024px lg */
	header ul {
		flex-grow: 1;
	}
	header ul li {
		width: auto;
		margin: 0 0;
	}
	header ul li a {
		font-size: 0.9375rem;
	}
	header ul li a:hover,
	header ul li a:active {
		font-size: 0.9375rem;
	}
	header .conv-btn a {
		padding: 0.7em 1em;
		font-size: 0.9375rem;
	}
}
@media screen and (min-width: 80em) { /* 1280px xl */
	header ul {
		display: flex;
		align-items: center;
		width: 40%;
		margin: 0 auto;
		padding: 0 20px;
	}
	header ul li {
		width: 140px;
	}
	header ul li a {
		font-size: 1rem;
	}
	header ul li a:hover,
	header ul li a:active {
		font-size: 1rem;
	}
	header .conv-btn a {
		padding: 0.7em 2.2em;
		font-size: 1.125rem;
	}
}

/* ===========================
4.footer
============================== */
footer {
	margin: 30px 0 0;
	padding: 30px 0 90px;
	background: linear-gradient(90deg, #EC6B7B, #E61D3E);
}
#contact-us h2 {
	margin: 0;
	font-size: 1.875rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.contact-us-txt {
	margin: 20px 0 0;
	font-size: 0.875rem;
	line-height: 1.7;
	text-align: center;
	color: #fff;
}
.contact-us-txt-s {
	margin: 10px 0 0;
	font-size: 0.8rem;
	line-height: 1.7;
	text-align: center;
	color: #fff;
}
#contact-us .conv-btn {
	margin: 35px 0 40px;
}
#contact-us .conv-btn a {
	color: #FF003C;
	background: #fff;
}
#contact-us .conv-btn a:hover,
#contact-us .conv-btn a:active {
	color: #fff;
	border: #fff 2px solid;
	background: transparent;
}
#about-us {
	padding: 30px 15px;
	background: #fff;
	border-radius: 10px;
	text-align: center;
}
#about-us h2 {
	margin: 0;
	font-size: 1.125rem;
	font-weight: bold;
	color: #FF003C;
}
.about-us-intro {
	margin: 20px 0 0;
	font-size: 0.875rem;
	line-height: 1.6;
}
#about-us address img {
	width: 240px;
	margin-top: 15px;
	pointer-events: none;
}
#about-us address p {
	margin: 20px 0 0;
	font-size: 0.875rem;
	font-style: normal;
	line-height: 1.5;
}
#about-us address p a {
	color: #323232;
	text-decoration: none;
	transition: all 0.3s;
}
#about-us address p a.tel-number {
	text-decoration: underline;
}
#about-us address p a:hover,
#about-us address p a:active {
	color: #EC6B7B;
}
#about-us address p br.tb-only {
	display: none;
}
#about-us address p span {
	display: block;
	margin: 5px 0;
	font-weight: bold;
}
.about-us-link {
	margin: 30px 0 0;
}
.about-us-link a {
	display: inline-block;
	margin: 0 10px;
	font-size: 0.875rem;
	line-height: 1.3;
	color: #323232;
	text-decoration: none;
	position: relative;
}
.about-us-link a::before {
	content: '＞';
}
.about-us-link a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #FF003C;
	transition: all 0.3s;
}
.about-us-link a:hover::after,
.about-us-link a:active::after {
	width: 100%;
}
footer > small {
	display: block;
	margin: 0;
	padding: 30px 0 0;
	font-size: 0.75rem;
	line-height: 1.67;
	color: #fff;
	text-align: center;
}
@media screen and (min-width: 48em) { /* 768px md */
	footer {
		margin: 50px 0 0;
		/*padding: 55px 0 45px;*/
		padding: 80px 0 80px;
	}
	#contact-us h2 {
		font-size: 2.5rem;
	}
	.contact-us-txt {
		margin: 30px 0 0;
		font-size: 1.125rem;
	}
	.contact-us-txt-s {
		margin: 10px 0 0;
		font-size: 0.95rem;
		color: #fff;
		text-align: center;
	}
	#contact-us .conv-btn {
		margin: 30px 0 40px;
	}
	#about-us {
		padding: 60px 20px;
		border-radius: 13px;
	}
	#about-us h2 {
		font-size: 1.625rem;
	}
	.about-us-intro {
		margin: 30px 0 0;
		font-size: 1.125rem;
	}
	#about-us address img {
		width: 326px;
		margin-top: 35px;
	}
	#about-us address p {
		margin: 30px 0 0;
	}
	#about-us address p a.tel-number {
		pointer-events: none;
		text-decoration: none;
	}
	#about-us address p br.tb-only {
		display: inline;
	}
	#about-us address p span {
		display: inline-block;
		margin: 0;
	}
	#about-us address p span::before {
		content: '｜';
		margin: 0 5px;
		font-weight: normal;
	}
	#about-us address p span:first-child::before,
	#about-us address p span.mail-address::before {
		display: none;
	}
	#about-us address p span::after {
		content: '：';
		font-weight: normal;
	}
	footer > small {
		padding: 30px 0 0;
	}
}
@media screen and (min-width: 64em) { /* 1024px lg */
	#about-us address p br.tb-only {
		display: none;
	}
	#about-us address p span.mail-address::before {
		display: inline;
	}
}

/* ===========================
5.main-visual
============================== */
#main-visual {
	padding: 0 0 20px;
	position: relative;
	background: #e8e8e8;
}
#thumbnail-img {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: -1;
}
.mv-slider {
	width: 100%;
	overflow: hidden;
}
.mv-slider .slick-img {
	position: relative;
	width: 100%;
	height: 100%;
}
.mv-slider .slick-img::before{
	content: '';
	padding-top: 66.66%;
	display: block;
	width: 1px;
}
.mv-slider .mv-s-animation {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.mv-slider .mv-s-animation .mv-slick-img {
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.mv-slider .mv-slider01 {
	background: url(../img/slider01-sp.jpg) left center no-repeat;
	background-size: cover;
}
.mv-slider .mv-slider02 {
	background: url(../img/slider02-sp.jpg) left center no-repeat;
	background-size: cover;
}
.mv-slider .mv-slider03 {
	background: url(../img/slider03-sp.jpg) left center no-repeat;
	background-size: cover;
}
@keyframes flipLeft {
	0% {
		width: 0%;
	}
	10% {
		width: 100%;
	}
	100% {
		width: 100%;
	}
}
.mv-slider .slick-active .mv-s-animation {
	animation: flipLeft 6s ease 1 normal forwards;
}
@keyframes zoomUp {
	0% {
		transform: scale(1.15);
	}
	100% {
		transform: scale(1);
	}
}
.mv-slider .slick-active .mv-s-animation .mv-slick-img {
	animation: zoomUp 6s ease 1 normal forwards;
	transform: rotate(0.003deg);
}
#main-visual h1 {
	width: 100%;
	margin: 0;
	position: absolute;
	top: -42vw;
	right: 0;
	font-size: 4.2vw;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
	text-align: center;
}
.mv-catchphrase {
	position: absolute;
	top: -64vw;
	width: 100%;
	margin: 0;
	font-size: 1.875rem;
	font-size: 8vw;
	font-weight: bold;
	letter-spacing: 0.07em;
	line-height: 1.3;
	color: #fff;
	text-align: center;
}
.mv-features {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}
.mv-features li {
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.4;
}
.mv-features li::before {
	content: '■';
	margin-right: 0.2em;
}
.mv-icon {
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mv-icon img {
	width: auto;
	height: 32px;
	pointer-events: none;
}
@media screen and (min-width: 35.5em) { /* 568px sm */
	.mv-features li {
		font-size: 1.375rem;
	}
	.mv-icon img {
		height: auto;
	}
}
@media screen and (min-width: 48em) { /* 768px md */
	#main-visual {
		padding: 25px 0 10px;
	}
	.mv-slider {
		width: 63%;
		position: absolute;
		top: 11vw;
		right: 0;
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
	}
	.mv-slider .slick-img {
		height: 360px;
	}
	.mv-slider .slick-img::before{
		content: none;
	}
	.mv-slider .mv-s-animation {
		position: relative;
	}
	.mv-slider .mv-s-animation .mv-slick-img {
		width: 63vw;
	}
	.mv-slider .mv-slider01 {
		background: url(../img/slider01.jpg) left center no-repeat;
		background-size: cover;
	}
	.mv-slider .mv-slider02 {
		background: url(../img/slider02.jpg) left center no-repeat;
		background-size: cover;
	}
	.mv-slider .mv-slider03 {
		background: url(../img/slider03.jpg) left center no-repeat;
		background-size: cover;
	}
	#main-visual h1 {
		width: auto;
		top: 15px;
		right: 0;
		font-size: 1.9vw;
		color: #323232;
		text-align: left;
	}
	#main-visual h1 br {
		display: none;
	}
	.mv-catchphrase {
		position: relative;
		top: calc(0.5vw - 7px);
		width: auto;
		font-size: 6.35vw;
		letter-spacing: 0.08em;
		color: #323232;
		text-align: left;
	}
	.mv-catchphrase span {
		color: #fff;
	}
	.mv-features {
		max-width: 37%;
		margin: 10px 0 0;
	}
	.mv-features li {
		font-size: 1rem;
	}
	.mv-icon {
		max-width: 32%;
		margin: 10px 0 0;
		/* margin: 10px 0 0 1.2em; */
	}
	.mv-icon img {
		height: 32px;
	}
}
@media screen and (min-width: 74em) { /* 1184px */
	.mv-slider {
		width: calc(50% + 150px);
		top: 130px;
	}
	.mv-slider .slick-img {
		height: 410px;
	}
	.mv-slider .mv-s-animation .mv-slick-img {
		width: calc(50vw + 150px);
	}
	#main-visual h1 {
		top: 25px;
		font-size: 1.375rem;
	}
	.mv-catchphrase {
		position: relative;
		top: 0;
		width: auto;
		font-size: 4.625rem;
		letter-spacing: 0.08em;
		color: #323232;
		text-align: left;
	}
	.mv-features {
		max-width: none;
	}
	.mv-features li {
		font-size: 1.375rem;
	}
	.mv-icon {
		max-width: 340px;
	}
}

.mv-rt {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.mv-rt {
		font-size: 17px;
		font-weight: bold;
		line-height: 1.3;
		margin-bottom: 10px;
	}
}

/* ===========================
6.first-conv
============================== */
#first-conv {
	text-align: center;
}
#first-conv h2 {
	display: block;
	margin: 15px auto 0;
	font-size: 1.125rem;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
}
#first-conv h2 span {
	margin-left: 0.1em;
	font-family: var(--arial);
	font-size: 160%;
	font-weight: bold;
	/* letter-spacing: 0.1em; */
	color: #FF003C;
}
#first-conv > p {
	display: inline-block;
	margin: 5px 0 0;
	font-size: 0.75rem;
	line-height: 1.5;
	text-indent: -1em;
	text-align: left;
}
.first-conv {
	margin: 30px 0 0;
	text-align: center;
}
@media screen and (min-width: 35.5em) { /* 568px sm */
	#first-conv h2 {
		font-size: 1.5rem;
	}
	#first-conv > p {
		font-size: 1rem;
	}
}
@media screen and (min-width: 48em) { /* 768px md */
	#first-conv {
		padding-top: 85px;
	}
}
@media screen and (min-width: 64em) { /* 1024px lg */
	#first-conv {
		padding-top: 0;
		text-align: initial;
	}
	#first-conv h2 {
		margin: 10px 0 0;
		font-size: 1.3125rem;
		text-align: left;
	}
	#first-conv > p {
		display: block;
		margin: 0;
		padding: 0 1em;
		font-size: 0.75rem;
	}
	.first-conv {
		margin: 30px 0 0;
	}
}

/* ===========================
7.gotodownload
============================== */
@keyframes float {
	0% {
		transform: translate(0px, 0px) rotateZ(0deg)
	}
	8% {
		transform: translate(0px, 0px) rotateZ(0deg)
	}
	15% {
		transform: translate(0px, -20px) rotateZ(0deg)
	}
	15.25% {
		transform: translate(2px, -22px) rotateZ(-1deg);
	}
	15.5% {
		transform: translate(-2px, -22px) rotateZ(0deg);
	}
	15.75% {
		transform: translate(1px, -20px) rotateZ(-1deg);
	}
	16% {
		transform: translate(-1px, -20px) rotateZ(0deg);
	}
	17% {
		transform: translate(0px, -20px) rotateZ(0deg)
	}
	24% {
		transform: translate(0px, 0px) rotateZ(0deg)
	}
	100% {
		transform: translate(0px, 0px) rotateZ(0deg)
	}
}
#gotodownload {
	width: 114px;
	height: 136px;
	position: fixed;
	bottom: -200px;
	right: 15px;
	z-index: 998;
	transform: translate(0px, 0px) rotateZ(0deg);
	/* animation: float 16s ease infinite normal; */
	transition: all 0.8s;
}
#gotodownload.is-active {
	/*bottom: 15px;*/
	bottom: 90px;
}
#gotodownload a {
	width: 114px;
	height: 136px;
	/*padding-bottom: 20px;*/
  padding-top: 16px;
	display: flex;
    flex-flow: column;
	justify-content: center;
	align-items: center;
    text-align: center;
	/*font-size: 1.125rem;*/
	/*font-size: 1.0rem;*/
	font-size: 2.5vw;
	letter-spacing: -1px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.3;
	color: #fff;
	position: relative;
	transition: all 0.5s;
	/* transform: scale(0.8); */
	animation: shake_eye_catcher 3s infinite;
}
@keyframes shake_eye_catcher {
	0% { transform:translateY(0px); }
	50% { transform:translateY(20px); }
	100% { transform:translateY( 0px); }
}
#gotodownload a::before {
	content: '';
	width: 100%;
	height: 100%;
	background: url(../img/blloon-on.svg) center center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 18px;
	left: 0;
	opacity: 1;
	z-index: -1;
}
#gotodownload a::after {
	content: '';
	width: 100%;
	height: 100%;
	background: url(../img/blloon.svg) center center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 18px;
	left: 0;
	opacity: 1;
	z-index: -1;
	transition: all 0.5s;
}
#gotodownload a:hover {
	color: #143296;
}
#gotodownload a:hover::after {
	opacity: 0;
}
@media screen and (max-width: 48em) {
  #gotodownload a{
    font-size: 0.9em;
  } 
}

@media screen and (min-width: 48em) { /* 768px md */
	#gotodownload {
		width: 143px;
		height: 171px;
		right: 30px;
		/* margin: 10px 15px -70px auto; */
		/* padding: 0 0 20px; */
	}
	#gotodownload.is-active {
		bottom: 50px;
	}
	#gotodownload a {
		font-size: 1.1rem;
		width: 143px;
		height: 171px;
	}
}
@media screen and (min-width: 64em) { /* 1024px lg */
	#gotodownload {
		/* margin: 10px 15px -70px auto; */
	}
}
@media screen and (min-width: 80em) { /* 1280px xl */
	#gotodownload {
		/* margin: 10px 65px -70px auto; */
	}
}

/* ===========================
8.about-geochoku
============================== */
#about-geochoku {
	margin-top: -90px;
	padding-top: 90px;
	z-index: -1;
}
#about-geochoku h2 {
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
}
#about-geochoku h2 img {
	width: 132px;
	margin-right: 0.15em;
	vertical-align: middle;
	pointer-events: none;
}
.about-intro {
	margin: 50px 0 0;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.6;
	text-align: center;
}
@media screen and (min-width: 35.5em) { /* 568px sm */
	#about-geochoku h2 {
		font-size: 2.5rem;
	}
	#about-geochoku h2 img {
		width: 252px;
	}
	.about-intro {
		margin: 50px 0 100px 0;
		font-size: 1.125rem;
	}
}
@media screen and (min-width: 64em) { /* 1024px lg */
	.about-intro {
		font-size: 1.375rem;
	}
}

/* ===========================
9.problem & solve
============================== */
#problem {
	margin: 30px 0 0;
	padding: 25px 5px;
	border: #e8e8e8 4px solid;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
#problem h3 {
	margin: 0;
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
}
.problem-point {
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.problem-point li {
	width: 100%;
	margin-bottom: 10px;
	position: relative;
	text-align: center;
}
.problem-point li picture {
	max-width: 310px;
	width: 100%;
	pointer-events: none;
}
.problem-point li p {
	/* width: 100%; */
	margin: 0;
	font-size: 0.85rem;
	font-weight: bold;
	line-height: 1.63;
	text-align: center;
}
.problem-point li:first-child p {
	position: absolute;
	top: 20px;
	left: calc(50% - 20px);
}
.problem-point li:nth-child(2) p {
	position: absolute;
	top: 20px;
	left: calc(50% - 130px);
}
.problem-point li:nth-child(3) p {
	position: absolute;
	top: 25px;
	left: calc(50% + -4px);
}
.problem-point li:nth-child(4) p {
	position: absolute;
	top: 25px;
	left: calc(50% - 130px);
}
#solve {
	position: relative;
	margin: 0;
	padding: 40px 10px 40px;
	background: #e8e8e8;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
#solve::before {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: -4px;
	left: calc(50% - 12px);
	border-top: #fff 24px solid;
	border-right: transparent 18px solid;
	border-bottom: transparent 24px solid;
	border-left: transparent 18px solid;
}
#solve h3 {
	margin: -120px 0 0;
	padding: 125px 0 0;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}
#solve h3 img {
	width: 80px;
	margin: 0 0.2em;
	vertical-align: -1px;
	pointer-events: none;
}
.solve-copy {
	margin: 20px 0 0;
	font-size: 1rem;
	line-height: 1.63;
	text-align: center;
}
.solve-point {
	margin: 20px 0 0;
	padding: 0 10px;
	list-style: none;
	counter-reset: number 0;
}
.solve-point li {
	margin: 0 0 20px;
	padding: 20px;
	background: #fff;
	border-radius: 10px;
}
.solve-point li h4 {
	position: relative;
	margin: 0;
	padding: 0 0 10px;
	font-size: 1.125rem;
	font-weight: bold;
	border-bottom: #FF003C 1px solid;
}
.solve-point li h4::before {
	counter-increment: number 1;
	content: counter(number) '';
	position: absolute;
	bottom: -1px;
	right: 0;
	margin: 0;
	padding: 0 0 20px;
	font-family: var(--arial);
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 0;
	color: #FF003C;
}
.solve-point li p {
	margin: 15px 0 0;
	font-size: 0.875rem;
	line-height: 1.43;
	text-align: justify;
}
.solve-icon {
	width: 100%;
	margin: 20px auto 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.solve-icon li {
	width: 33.33%;
	margin-bottom: 20px;
	text-align: center;
}
.solve-icon img {
	width: auto;
	height: 60px;
	pointer-events: none;
}
#solve .conv-btn {
	margin: 20px 0 0;
}
@media screen and (min-width: 35.5em) { /* 568px sm */
	#problem h3 {
		font-size: 2rem;
	}
	#solve h3 {
		font-size: 1.875rem;
	}
}
@media screen and (min-width: 48em) { /* 768px md */
	#problem {
		margin: 50px 0 0;
		padding: 40px;
		border: #e8e8e8 6px solid;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
	}
	#problem h3 {
		font-size: 2.5rem;
	}
	.problem-point li {
		width: 40%;
		margin-bottom: 30px;
	}
	.problem-point li picture {
		max-width: 255px;
	}
	.problem-point li p {
		font-size: 1rem;
	}
	.problem-point li:first-child p {
		position: absolute;
		top: 25px;
		left: calc(50% - 94px);
	}
	.problem-point li:nth-child(2) p {
		position: absolute;
		top: 240px;
		left: calc(50% - 75px);
	}
	.problem-point li:nth-child(3) p {
		position: absolute;
		top: 30px;
		left: calc(50% - 75px);
	}
	.problem-point li:nth-child(4) p {
		position: absolute;
		top: 245px;
		left: calc(50% - 80px);
	}
	#solve {
		padding: 40px 40px 50px;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
	}
	#solve::before {
		top: -6px;
		left: calc(50% - 21px);
		border-top: #fff 41px solid;
		border-right: transparent 27px solid;
		border-bottom: transparent 41px solid;
		border-left: transparent 27px solid;
	}
	#solve h3 {
		margin: -120px 0 0;
		padding: 140px 0 0;
		font-size: 2rem;
	}
	#solve h3 br {
		display: none;
	}
	#solve h3 img {
		width: 220px;
		vertical-align: /*middle*/-2px;
	}
	.solve-copy {
		margin: 30px 0 0;
		font-size: 1.125rem;
	}
	.solve-point {
		margin: 50px 0 0;
		display: flex;
		justify-content: space-between;
	}
	.solve-point li {
		width: 32%;
		padding: 20px 15px;
	}
	.solve-point li h4 {
		padding: 0 0 15px;
	}
	.solve-point li p {
		font-size: 1rem;
	}
	.solve-icon {
		width: 80%;
		margin: 40px auto 0;
	}
	.solve-icon li {
		width: 16.66%;
		margin-bottom: 20px;
		text-align: center;
	}
	#solve .conv-btn {
		margin: 30px 0 0;
	}
}
@media screen and (min-width: 64em) { /* 1024px lg */
	.problem-point li {
		width: 35%;
	}
	#solve h3 {
		font-size: 2.5rem;
	}
	#solve h3 img {
		width: 170px;
	}
	.solve-copy {
		font-size: 1.375rem;
	}
	.solve-point li {
		padding: 20px;
	}
	.solve-point li h4 {
		font-size: 1.375rem;
	}
	.solve-point li h4::before {
		padding: 0 0 24px;
		font-size: 4rem;
	}
	.solve-icon {
		width: 60%;
	}
}
@media screen and (min-width: 74em) { /* 1184px */
	.problem-point li {
		width: 25%;
		margin-bottom: 0;
	}
}

/* ===========================
10.support-geochoku
============================== */
#support-geochoku {
	margin-top: 0px;
	padding-top: 50px;
	position: relative;
}
#support-geochoku h2 {
	margin: 0;
	padding: 190px 0 0;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
.support-catchphrase {
	width: 100%;
	position: absolute;
	top: 100px;
	left: 0;
	text-align: center;
}
.support-catchphrase img {
	width: 280px;
	pointer-events: none;
}
.support-catchphrase p {
	display: inline-block;
	position: absolute;
	top: 20px;
	left: calc(50% + 35px);
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}
.support-intro {
	margin: 20px 0 0;
	font-size: 1rem;
	line-height: 1.63;
	text-align: center;
}
.support-point {
	margin: 25px 0 0;
	padding: 0;
	list-style: none;
}
.support-point li {
	margin: 0 0 20px;
	padding: 20px;
	background: #e6e6e6;
	border-radius: 10px;
}
.support-point h3 {
	margin: 0;
	padding: 0 0 10px;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.45;
	text-align: center;
	border-bottom: #FF003C 1px solid;
}
.support-point p {
	margin: 20px 0 0;
	font-size: 0.875rem;
	line-height: 1.43;
	text-align: justify;
}
.support-point p small {
    text-indent: -1em;
    padding-left: 1em;
	display: inline-block;
	margin-top: 5px;
	font-size: 0.75rem;
}
#support-geochoku .conv-btn {
	margin: 40px 0 0;
}
@media screen and (min-width: 35.5em) { /* 568px sm */
	#support-geochoku h2 {
		font-size: 1.875rem;
	}
}
@media screen and (min-width: 48em) { /* 768px md */
	#support-geochoku h2 {
		padding: 250px 0 0;
	}
	.support-catchphrase img {
		width: 382px;
	}
	.support-catchphrase p {
		top: 35px;
		left: calc(50% + 55px);
		font-size: 1rem;
	}
	.support-intro {
		margin: 30px 0 0;
		font-size: 1.125rem;
	}
	.support-point {
		margin: 30px 0 0;
		display: flex;
		justify-content: space-between;
	}
	.support-point li {
		width: 32%;
		padding: 20px 5px;
	}
	.support-point h3 {
		font-size: 1rem;
		border-bottom: #000 1px solid;
	}
	.support-point p {
		padding: 0 15px;
		font-size: 1rem;
	}
	#support-geochoku .conv-btn {
		margin: 30px 0 0;
	}
}
@media screen and (min-width: 64em) { /* 1024px lg */
	#support-geochoku h2 {
		font-size: 2.5rem;
	}
	.support-intro {
		font-size: 1.375rem;
	}
	.support-point li {
		padding: 20px 10px;
	}
	.support-point p {
		padding: 0;
	}
}
@media screen and (min-width: 74em) { /* 1184px */
	.support-point h3 {
		font-size: 1.375rem;
	}
}
@media screen and (min-width: 80em) { /* 1280px xl */
	.support-point li {
		padding: 20px 16px;
	}
}

/* ===========================
11.case-geochoku
============================== */
#case-geochoku {
	margin-top: 0px;
	padding-top: 50px;
	position: relative;
	z-index: -1;
}
#case-geochoku h2 {
	margin: 0;
	padding: 190px 0 0;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}
#case-geochoku h2 img {
	width: 90px;
	margin-right: 0.15em;
	vertical-align: /*middle*/-1px;
	pointer-events: none;
}
.case-catchphrase {
	width: 100%;
	position: absolute;
	top: 100px;
	left: 0;
	text-align: center;
}
.case-catchphrase img {
	width: 280px;
	pointer-events: none;
}
.case-catchphrase p {
	display: inline-block;
	position: absolute;
	top: 25px;
	left: calc(50% + 35px);
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}
.case-slider {
	margin: 30px 0;
	display: flex;
	cursor: grab;
}
.case-slider .slick-track {
	display: flex;
}
.case-slider .slick-slide {
	height: auto !important;
}
.slick-case {
	position: relative;
	margin: 0 12px;
	padding: 20px 25px;
	background: #e8e8e8;
	border-radius: 12px;
}
.case-slider .slick-next {
	right: calc(10% - 4px);
}
.case-slider .slick-prev {
	left: calc(10% - 4px);
}
.case-slider .slick-next:before {
	content: '';
	background: url(../img/slick-next.svg) center center no-repeat;
}
.case-slider .slick-prev:before {
	content: '';
	background: url(../img/slick-prev.svg) center center no-repeat;
}
.case-slider .slick-arrow {
	z-index:2;
	width: 38px;
	height: 38px;
	background: #fff;
	border-radius: 50%;
}
.case-slider .slick-arrow:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity:1;
	transition: all 0.3s;
}
.case-slider .slick-arrow:hover:before,
.case-slider .slick-arrow:active:before {
	opacity: 0.5;
}
.case-ttl {
	position: relative;
	width: 100%;
	height: 65px;
	display: flex;
	align-items: center;
	border-bottom: #FF003C 2px solid;
	z-index: 2;
}
.case-ttl h3 {
	order: 2;
	margin: 0;
	padding-left: 0.5em;
	font-size: 1.125rem;
	line-height: 1.33;
}
.case-number {
	order: 1;
	width: 60px;
	height: 100%;
	margin: 0;
	padding-top: 10px;
	font-family: var(--arial);
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #fff;
	background: linear-gradient(90deg, #FF6E80, #FF003C);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.case-number span {
	display: block;
	font-size: 2rem;
}
.case-ttl-img {
	display: block;
	width: 56px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: -1;
}
.slick-case > h4 {
	margin: 10px 0 0;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1.43;
}
.slick-case > p {
	margin: 5px 0 0;
	font-size: 0.875rem;
	line-height: 1.43;
	text-align: justify;
}
.slick-case > h4.case-result {
	margin: 10px 0 0;
	padding: 10px 0 0;
	border-top: #323232 2px dotted;
}
#case-geochoku .conv-btn {
	margin: 50px 0 0;
}
@media screen and (min-width: 35.5em) { /* 568px sm */
	#case-geochoku h2 {
		font-size: 1.875rem;
	}
}
@media screen and (min-width: 48em) { /* 768px md */
	#case-geochoku h2 {
		padding: 250px 0 0;
		font-size: 2.5rem;
	}
	#case-geochoku h2 img {
		width: 170px;
	}
	.case-catchphrase img {
		width: 382px;
	}
	.case-catchphrase p {
		top: 45px;
		left: calc(50% + 55px);
		font-size: 1rem;
	}
}
@media screen and (min-width: 74em) { /* 1184px */
	.slick-case {
		margin: 0 20px;
	}
	.case-slider .slick-next {
		right: 6%;
	}
	.case-slider .slick-prev {
		left: 6%;
	}
	.slick-case > h4 {
		font-size: 1rem;
	}
	.slick-case > p {
		font-size: 1rem;
	}
}
@media screen and (min-width: 80em) { /* 1280px xl */
	.case-ttl h3 {
		font-size: 1.375rem;
	}
	.case-number {
		width: 70px;
		font-size: 1rem;
	}
	.case-number span {
		font-size: 2.25rem;
	}
	.case-ttl-img {
		width: 70px;
		/* height: 70px; */
		position: absolute;
		top: -10px;
		right: 0px;
		z-index: 1;
	}
}

/* ===========================
12.faq-geochoku
============================== */
#faq-geochoku {
	margin-top: -50px;
	padding-top: 50px;
	position: relative;
	z-index: -2;
}
#faq-geochoku h2 {
	margin: 0;
	padding: 40px 0 0;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}
.faq-list {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}
.faq-list dt {
	margin: 20px 0 0;
	padding: 15px 50px;
	position: relative;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1.43;
	background: #E8E8E8;
	border-radius: 8px;
	cursor: pointer;
}
@keyframes faq-hover {
	0% { background: #E8E8E8; }
	10% { background: #fff; }
	100% { background: #E8E8E8; }
}
.faq-list dt:hover,
.faq-list dt:active {
	animation: faq-hover 1s;
}
.faq-list dt::before,
.faq-list dt::after {
	content: '';
	width: 16px;
	height: 2px;
	background: #FF003C;
	position: absolute;
	top: 24px;
	right: 14px;
	opacity: 1;
	transition: all 0.5s;
}
.faq-list dt::after {
	transform: rotate(90deg);
}
.faq-list dt.show::before {
	opacity: 0;
}
.faq-list dt.show::after {
	transform: rotate(180deg);
	background: #C0A2AC;
}
.faq-list dt abbr {
	width: 28px;
	height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	font-weight: bold;
	text-decoration: none;
	line-height: 1;
	color: #fff;
	background: #C0A2AC;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 16px;
	transition: all 1s;
}
.faq-list dt:hover abbr,
.faq-list dt:active abbr {
	background: #D56C87;
}
.faq-list dd {
	display: none;
	margin: -10px 0 0;
	padding: 6px 50px 15px;
	position: relative;
	font-size: 0.875rem;
	font-weight: normal;
	line-height: 1.43;
	background: #E8E8E8;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.faq-list dd abbr {
	width: 28px;
	height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	font-weight: bold;
	text-decoration: none;
	line-height: 1;
	color: #fff;
	background: #FF003C;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: 16px;
}
@media screen and (min-width: 35.5em) { /* 568px sm */
	#faq-geochoku h2 {
		font-size: 1.875rem;
	}
}
@media screen and (min-width: 48em) { /* 768px md */
	#faq-geochoku h2 {
		padding: 120px 0 0;
		font-size: 2.5rem;
	}
	.faq-list {
		margin: 40px 0 0;
	}
	.faq-list dt {
		margin: 30px 0 0;
		font-size: 1.375rem;
	}
	.faq-list dt::before,
	.faq-list dt::after {
		top: 30px;
	}
	.faq-list dt abbr {
		top: 16px;
		left: 16px;
	}
	.faq-list dd {
		font-size: 1rem;
	}
}

/* ===========================
13.contact-related
============================== */
::placeholder {
	color: #C3C3C3;
}
#contact-related h1 {
	margin: 35px 0 0;
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
    line-height: 1.5em
}
#contact-area {
	margin-top: 30px;
	padding-bottom: 110px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}
.contact-preface {
	margin-bottom: 40px;
	padding: 20px;
	background: #fff;
	border-radius: 15px;
}
.contact-preface img {
	pointer-events: none;
}
.contact-preface-intro {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.5;
	text-align: center;
}
.contact-preface h2 {
	margin: 0;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	color: #FF003C;
}
.contact-preface-txt {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.5;
	text-align: justify;
}
.contact-preface-img {
	margin-top: 10px;
	text-align: center;
}
.material-list {
	width: 70%;
	margin: 10px auto 0;
	padding: 0;
	list-style: none;
	font-size: 0.875rem;
	line-height: 1.8;
}
.material-list li {
	margin-bottom: 15px;
}
#form-area {
	display: block;
	width: 100%;
}
.input-area {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.input-area .item {
	display: block;
	width: 100%;
	margin: 0;
	padding: 5px 0 5px 35px;
	position: relative;
	font-size: 0.875rem;
	line-height: 1.5;
	cursor: pointer;
	transition: all 0.3s;
}
.input-area .item:hover {
	color: #A93852;
}
.input-area .item .note {
	position: absolute;
	top: 6px;
	left: 0;
	font-size: 0.75rem;
	color: #FF003C;
}
.input-area .field {
	position: relative;
	width: 100%;
}
.input-area .field.pairs {
	display: flex;
	justify-content: space-between;
}
.input-area .field.pairs > div {
	width: 48%;
	position: relative;
}
.input-area .field input,
.input-area .field textarea {
	width: 100%;
	padding: 0.5em 0.8em;
	font-size: 0.875rem;
	line-height: 1.9;
	color: #323232;
	outline: none;
	border: 2px #c3c3c3 solid;
	border-radius: 6px;
	background-color: #fff;
}
.input-area .field input:focus,
.input-area .field textarea:focus {
	border: 2px #D098A5 solid;
}
.input-area .field .message {
	position: absolute;
	bottom: -14px;
	right: 0;
	font-size: 0.75rem;
	line-height: 1;
	color: #FF003C;
}
.input-area .field.select-box::before {
	content: '';
	display: block;
	width: 13px;
	height: 13px;
	position: absolute;
	top: calc(50% - 10px);
	right: 18px;
	border-bottom: #c3c3c3 3px solid;
	border-right: #c3c3c3 3px solid;
	transform: rotate(45deg);
	pointer-events: none;
	z-index: 1;
}
.input-area .field select {
	appearance: none;
	width: 100%;
	padding: 0.5em 0.8em;
	font-size: 0.875rem;
	line-height: 1.9;
	color: #323232;
	outline: none;
	border: 2px #c3c3c3 solid;
	border-radius: 6px;
	background: #fff;
	cursor: pointer;
}
.input-area .field select:focus {
	border: 2px #D098A5 solid;
}
.input-area .field select option {
	font-size: 1rem;
	color: #fff;
	background: #6e6e6e;
	border-radius: 0;
	cursor: pointer;
}
.input-area .field select option[selected][disabled] {
	color: #919191;
}
.input-area .field .policy-area {
	width: 100%;
	padding: 15px 5px 15px 15px;
	color: #323232;
	outline: none;
	border: 2px #c3c3c3 solid;
	border-radius: 6px;
	background-color: #fff;
}
.input-area .field .policy-area p {
	margin: 1em 0 0;
	font-size: 0.75rem;
	line-height: 1.67;
}
.input-area .field .policy-area p a {
	color: #323232;
	word-break: break-all;
}
.input-area .field .scroll-box {
	width: 100%;
	height: 240px;
	padding-right: 5px;
	overflow-y: scroll;
	scrollbar-width: thin;
	scrollbar-color: #646464 #fff;
}
.input-area .field .scroll-box::-webkit-scrollbar {
	background: #fff;
	width: 10px;
}
.input-area .field .scroll-box::-webkit-scrollbar-thumb {
	background-color: #646464;
	border-radius: 5px;
	height: 50px;
}
.input-area .field .scroll-box::-webkit-scrollbar-thumb:hover {
	background-color: #E61D3E;
}
.input-area .field .checkbox-field-text {
	font-size: 0.875rem;
	line-height: 1.5;
	cursor: pointer;
	transition: all 0.3s;
}
.input-area .field .checkbox-field-text:hover {
	color: #A93852;
}
.agreement-area {
	margin-top: 15px;
}
.agreement-area input {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}
.agreement-area input[type=checkbox] {
	position: absolute;
	width: 20px;
	height: 95%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.agreement-area input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	padding-left: 26px;
	cursor: pointer;
}
.agreement-area input[type=checkbox] + label::before {
	content: '';
	width: 22px;
	height: 22px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	border: #c3c3c3 2px solid;
	/* box-shadow: inset 1px 1px 1px 0px #c3c3c3; */
	border-radius: 5px;
	background-color: #fff;
}
.agreement-area input[type=checkbox]:checked + label::before {
	content: '\2714';
	color: #0078e7;
	font-size: 125%;
	line-height: 1;
}
#contact-area .conv-btn {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	bottom: 30px;
	left: 0;
}
.download-submit {
	position: relative;
}
.download-submit span {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 60px;
	left: 0;
	text-align: center;
	color: #FF003C;
}
#contact-area #submit-msg {
	max-width: 1100px;
	width: 100%;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1;
	color: #FF003C;
	text-align: center;
	position: absolute;
	bottom: 15px;
	left: 0;
}
.thanks-content p {
	margin: 40px 0;
	font-size: 0.875rem;
	line-height: 1.6;
	text-align: center;
}
@media screen and (min-width: 48em) { /* 768px md */
	#contact-related h1 {
		margin: 45px 0 0;
		font-size: 2.5rem;
	}
	#contact-area {
		margin-top: 40px;
		padding-bottom: 135px;
	}
	.contact-preface {
		width: 40%;
		padding: 25px;
	}
	.contact-preface-intro {
		font-size: 1rem;
	}
	.contact-preface h2 {
		font-size: 1.625rem;
	}
	.contact-preface-txt {
		font-size: 1rem;
	}
	.material-list {
		font-size: 0.99rem;
	}
	#form-area {
		width: 56%;
	}
	.input-area .item {
		width: 170px;
		padding: 15px 0 0 25px;
		font-size: 1rem;
	}
	.input-area .item.multiple-lines {
		padding: 3px 0 0 25px;
	}
	.input-area .item .note {
		top: 17px;
		font-size: 0.6875rem;
	}
	.input-area .item.multiple-lines .note {
		top: 5px;
	}
	.input-area .field {
		width: calc(100% - 170px);
	}
	.input-area .field input,
	.input-area .field textarea {
		font-size: 1rem;
	}
	.input-area .field .message {
		right: auto;
		left: 0;
	}
	.input-area .field select {
		font-size: 1rem;
	}
	.input-area .field .policy-area {
		padding: 20px 10px 20px 35px;
	}
	.input-area .field .policy-area p {
		font-size: 1rem;
	}
	.input-area .field .scroll-box {
		height: 200px;
		padding-right: 10px;
	}
	.input-area .field .checkbox-field-text {
		font-size: 1rem;
	}
	#contact-area .conv-btn {
		bottom: 40px;
	}
	.thanks-content p {
		font-size: 1rem;
	}
}

	.video {
    	width: 700px;
    	margin-top: 50px ;
    	margin: auto;
    	display: block;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.video_pc {
    	width: 700px;
    	margin-top: 50px ;
    	margin: 100px auto 50px;
    	display: block !important;
}
.video_sp {
    	display: none !important;
}
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.video_pc {
    	display: none !important;
}
.video_sp {
    	width: 325px;
        margin-top: 50px ;
    	margin: 50px auto 50px;
    	display: block !important;
}
}

/* */
.add_note{
	text-align: center;
	font-weight: bold;
	font-size: 120%;
}
.add_note span{
	display: inline-block;
	padding: 8px 10px;
	color: #fff;
	text-align: center;
	background: #FF003C;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
}
.mb10{margin-bottom: 10px;}
.mt10{margin-top: 10px;}
.geochoku_example2 img, .geochoku_example2{pointer-events: auto !important;}
#thumbnailLink img {
	cursor: pointer;
	transition: transform 0.3s;
}
#thumbnailLink img:hover {
	transform: scale(1.05);
}
/* モーダルのスタイル */
.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.modal.show {
	display: flex;
	opacity: 1;
}
.modal.hide {
	opacity: 0;
}
.modal-content {
	max-width: 90%;
	max-height: 90%;
	display: block;
	margin: auto;
	transform: scale(0.8);
	transition: transform 0.3s ease;
}
.modal.show .modal-content {
	transform: scale(1);
}
.close {
	position: absolute;
	top: -60px;
	right: 5%;
	font-size: 40px;
	font-weight: bold;
	color: white;
	cursor: pointer;
}
.pos_rel{position: relative;}


/* ===========================
14.services-geochoku
============================== */
#services-geochoku {
	margin-top: 0px;
	padding-top: 120px;
	position: relative;
}
#services-geochoku h2 {
	margin: 0;
	padding: 0;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
.services-catchphrase {
	width: 100%;
	position: absolute;
	top: 100px;
	left: 0;
	text-align: center;
}
.services-catchphrase img {
	width: 280px;
	pointer-events: none;
}
.services-catchphrase p {
	display: inline-block;
	position: absolute;
	top: 20px;
	left: calc(50% + 35px);
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}
.services-intro {
	margin: 20px 0 0;
	font-size: 1rem;
	line-height: 1.63;
	text-align: center;
}
.services-point {
	margin: 25px 0 0;
	padding: 0;
	list-style: none;
}
.services-point li {
	margin: 0 0 20px;
	padding: 20px;
	background: #e6e6e6;
	border-radius: 10px;
}
.services-point h3 {
	margin: 0;
	padding: 0 0 10px;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.45;
	text-align: center;
	border-bottom: #FF003C 1px solid;
}
.services-point p {
	margin: 20px 0 0;
	font-size: 0.875rem;
	line-height: 1.43;
	text-align: justify;
}
.services-point p small {
    text-indent: -1em;
    padding-left: 1em;
	display: inline-block;
	margin-top: 5px;
	font-size: 0.75rem;
}
#services-geochoku .conv-btn {
	margin: 40px 0 0;
}
@media screen and (min-width: 35.5em) { /* 568px sm */
	#services-geochoku h2 {
		font-size: 1.875rem;
	}
}
@media screen and (min-width: 48em) { /* 768px md */
	#services-geochoku h2 {
		padding: 0;
	}
	.services-catchphrase img {
		width: 382px;
	}
	.services-catchphrase p {
		top: 35px;
		left: calc(50% + 55px);
		font-size: 1rem;
	}
	.services-intro {
		margin: 30px 0 0;
		font-size: 1.125rem;
	}
	.services-point {
		margin: 30px 0 0;
		display: flex;
		justify-content: space-between;
	}
	.services-point li {
		width: 32%;
		padding: 20px 5px;
	}
	.services-point h3 {
		font-size: 1rem;
		border-bottom: #000 1px solid;
	}
	.services-point p {
		padding: 0 15px;
		font-size: 1rem;
	}
	#services-geochoku .conv-btn {
		margin: 30px 0 0;
	}
}
@media screen and (min-width: 64em) { /* 1024px lg */
	#services-geochoku h2 {
		font-size: 2.5rem;
	}
	.services-intro {
		font-size: 1.375rem;
	}
	.services-point li {
		padding: 20px 10px;
	}
	.services-point p {
		padding: 0;
	}
}
@media screen and (min-width: 74em) { /* 1184px */
	.services-point h3 {
		font-size: 1.375rem;
	}
}
@media screen and (min-width: 80em) { /* 1280px xl */
	.services-point li {
		padding: 20px 16px;
	}
}

.services {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    margin: 30px 0 0;
}
.service-item {
    width: 140px;
    text-align: center;
}
.circle {
    width: 140px;
    height: 140px;
    margin-bottom: 15px;
}
.service-item p {
    font-size: 14px;
	font-weight: bold;
}
.hiLight {
  display        : inline-block;
  color          : #ffffff; 
  letter-spacing : 2px;
  background:linear-gradient(transparent 60%, #e51e3d 0%);
  line-height : 1.6;
  text-shadow    : 
       2px  2px 1px #e51e3d,
      -2px  2px 1px #e51e3d,
       2px -2px 1px #e51e3d,
      -2px -2px 1px #e51e3d,
       2px  0px 1px #e51e3d,
       0px  2px 1px #e51e3d,
      -2px  0px 1px #e51e3d,
       0px -2px 1px #e51e3d; 
}
.hiLight_dl {
    width: 35px;
    margin-top: 15px;
}
@media screen and (max-width: 767px) {
	#services-geochoku {
		padding-top: 100px;
	}
    .services {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        margin: 30px auto;
        max-width: 320px;
    }
    .service-item {
        width: 100px;
    }
    .circle {
        width: 100px;
        height: 100px;
        margin: 0 auto;
    }
    .service-item p {
        font-size: 10px;
        line-height: 1.4;
		margin: 5px 0 10px;
    }
	#services-geochoku .conv-btn {
		margin: 50px 0 50px;
	}
}
.btnAnim1 {
  animation: btnAnim1 2s ease-out infinite;
  opacity: 1;
}
@keyframes btnAnim1 {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}