﻿@charset "UTF-8";

* {

	margin: 0;
	padding: 0;
	box-sizing: border-box;

}

.clearfix:after {

	content: "";
	display: block;
	clear: both;
	
}

img {
	
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border: none;
	
}

li {

	list-style: none;
	
}

a {

	color: #66BB00;
	text-decoration: none;

}

::-moz-selection {
	
	color: #fff;
	background: #FFDA2A;
	
}

::selection {
	
	color: #fff;
	background: #FFDA2A;
	
}

/* HTML */
html {

	min-width: 320px;
	font-size: 62.5%;
	overflow-x: hidden;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	
}

/* ボディ */
body {

	min-width: 320px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.5rem;
	line-height: 1.7;
	color: #222;
	letter-spacing: 0.06em;
	-webkit-text-size-adjust: 100%;
	background: #66BB00;
	background: #6FBA2C;

}

main {
	
	display: block;

}

section {

	background: #66BB00;
	background: #6FBA2C;

}

/* 内枠 */
.inner {
	
	width: 150rem;
	width: 140rem;
	margin: 0 auto;

}

/* ヘッダー */
header {
	
	position: fixed;
	top:  0;
	left: 0;
	z-index: 10;
	width:  100%;
	background: #fff;
	padding: 0.6rem 0;
	
	transform: translateY(-100%);

}

header.active {

	transform: translateY(0);
	transition: transform 0.8s;

}

header .inner {
	
	position: relative;
	width: 94%;
	margin: 0 auto;

}

header .inner h1 {
	
	float: left;
	width: 13rem;

}

header .inner .tel {

	position: absolute;
	top:  50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	
	font-family: 'Mochiy Pop One', sans-serif;
	font-size: 7rem;
	color: #FF2A5E;
	letter-spacing: 0.02em;
	white-space: nowrap;

}

header .inner .tel span {

	display: inline-block;
	margin-right: 0.4em;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.85em;
	font-weight: 700;
	color: #555;

}

header .inner .tel a {

	color: #FF2A5E;

}

.sp_tel {

	display: none;

}

header .inner .btn {

	float: right;
	display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	width:  18rem;
	height: 11.2rem;
	font-family: 'Mochiy Pop One', sans-serif;
	font-size: 3.4rem;
	color: #66BB00;
	letter-spacing: 0.02em;
	background: #FFDA2A;
	border: 0.5rem solid #66BB00;
	border-radius: 0.2em;

}

#main {
	
	padding-top:    14rem;
	padding-bottom: 8rem;
	background: #fff;

}

#main .txt {

	padding-top:    4rem;
	padding-bottom: 6rem;
	text-align: center;

}

#main .txt p {
	
	font-family: 'Mochiy Pop One', sans-serif;
	font-size: 4.6rem;
	font-weight: 400;
	color: #555;
	letter-spacing: 0.1em;

}

#main .txt .line1 {

	opacity: 0;
	transform: translateY(0.8em);

}

#main .txt .line1.active {

	opacity: 1;
	transform: translateY(0);
	transition: transform 0.8s, opacity 0.8s;

}

#main .txt .line2 {

	opacity: 0;
	transform: translateY(0.8em);

}

#main .txt .line2.active  {

	opacity: 1;
	transform: translateY(0);
	transition: transform 0.8s 0.5s, opacity 0.8s 0.5s;

}

#main .txt p span {
	
	display: inline-block;
	padding: 0 0.2em;
	font-size: 5.6rem;
	font-weight: 500;
	color: #66BB00;
	letter-spacing: 0.1em;

}

#main .txt p span.span2 {
	
	color: #555;
	transform: translateX(-0.3em);
	
}

#main .txt p .point {

	position: relative;

}

#main .txt p .point img {

	position: absolute;
	top: -1.3rem;
	left: 2rem;
	width: 1.6em;

}

#main .mainimg {

	position: relative;
	display: flex;
  justify-content: space-between;
	width:  90%;
	width:  93%;
	height: 46rem;
	margin: 0 auto;

}

#main .mainimg .img {
	
	width: 32.7%;
	background-size: cover;
	background-position: center center;
	border-radius: 0.7em;

}

#main .mainimg .img1 {

	background-image: url('../img/main1.webp');

}

#main .mainimg .img2 {

	background-image: url('../img/main2.webp');

}

#main .mainimg .img3 {

	background-image: url('../img/main3.webp');

}

#greeting {
	
	padding-top: 16rem;

}

#greeting .inner1 {
	
	margin-bottom: 9rem;
	padding: 7rem 8rem 5rem 8rem;
	background: #fff;
	border-radius: 0.5em;

}

#greeting .inner2 {
	
	padding: 5rem 0;
	border-radius: 0.5em;
	border: 0.8rem solid #fff;

}

#greeting .inner2 .permission {

	width: 50%;
	margin: 0 auto;

}

#greeting .inner2 .permission img {

	border-radius: 0.5em;

}

#greeting .txt {

	float: left;
	width: 54%;

}

#greeting .txt p {
	
	margin-bottom: 1.8em;
	font-size: 2rem;
	font-weight: 500;
	line-height: 2;
	

}

#greeting .img_wrap {

	float: right;
	width: 39%;

}

#greeting .img_wrap .img {

	margin-bottom: 2rem;

}

#greeting .img_wrap .img img {

	height: 40rem;
	object-fit: cover;
	border-radius: 0.5em;

}

#greeting .img_wrap p {

	font-size: 3rem;
	font-weight: 700;
	color: #66BB00;

}

#greeting .img_wrap p span {

	display: inline-block;
	margin-right: 0.5em;
	font-size: 0.8em;
	font-weight: 500;

}

#reform {

	padding-top: 22rem;

}

#reform h2 {
	
	position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
	margin-bottom: 10rem;
	text-align: center;
	font-family: 'Mochiy Pop One', sans-serif;
	font-size: 4.6rem;
	color: #66BB00;
	font-weight: 400;
	padding: 0.3em 0.8em;
	background: #fff;
	border-radius: 0.5em;
	letter-spacing: 0.08em;

}

#reform h2 span {

	display: inline-block;
	font-size: 0.85em;

}

#reform h2 img {

	position: absolute;
	top:  -6rem;
	left: -6rem;
	width: 9rem;
	transform: scaleX(-1);

}

#reform .inner {

  display: flex;
  flex-wrap: wrap;

}

#reform .box {

	width: 32%;
	margin-right: 2%;
	background: #fff;
	border: 1.2rem solid #fff;

}

#reform .box:nth-child(3n) {

	margin-right: 0;

}

#reform .box .img {

	height: 28rem;

}

#reform .box .img img {
	
	height: 100%;
	object-fit: cover;

}

#reform .box p {
	
	padding: 0.8rem 0 0.4rem 0;
	text-align: center;
	font-family: 'Mochiy Pop One', sans-serif;
	font-size: 3.4rem;
	color: #66BB00;

}

#trouble {

	padding-top: 22rem;

}

#trouble h2 {
	
	position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
	margin-bottom: 10rem;
	text-align: center;
	font-family: 'Mochiy Pop One', sans-serif;
	font-size: 4.6rem;
	color: #66BB00;
	font-weight: 400;
	padding: 0.3em 0.8em;
	background: #fff;
	border-radius: 0.5em;
	letter-spacing: 0.08em;

}

#trouble h2 img {

	position: absolute;
	top:  -6rem;
	left: -6rem;
	width: 9rem;
	transform: scaleX(-1);

}

#trouble .inner {

  display: flex;
  flex-wrap: wrap;

}

#trouble .box {

	width: 32%;
	margin-right: 2%;
	background: #fff;
	border: 1.2rem solid #fff;

}

#trouble .box:nth-child(3n) {

	margin-right: 0;

}

#trouble .box .img {

	height: 28rem;

}

#trouble .box .img img {
	
	height: 100%;
	object-fit: cover;

}

#trouble .box p {
	
	padding: 0.8rem 0 0.4rem 0;
	text-align: center;
	font-family: 'Mochiy Pop One', sans-serif;
	font-size: 3.4rem;
	color: #66BB00;

}

#quote {

	padding-top: 22rem

}

#quote .map {
	
	position: relative;
	float: left;
	width: 47%;
	height: 0;
	padding-bottom: 36%;
	overflow: hidden;
	border: 1.2rem solid #fff;

}

#quote .map iframe {

	position: absolute;
	top:  0;
	left: 0;
	width:  100% !important;
	height: 100% !important;

}

#quote .txt {

	float: right;
	width: 47%;
	padding-top: 7rem;

}

#quote .txt .tel {
	
	position: relative;
	width: 94%;
	margin: 0 auto;
	margin-bottom: 5rem;
	display: block;
	padding: 0.03em;
	text-align: center;
	font-family: 'Mochiy Pop One', sans-serif;
	font-size: 5rem;
	color: #66BB00;
	letter-spacing: 0.08em;
	background: #fff;
	border-radius: 0.4em;

}

#quote .txt .tel span i {
	
	margin-right: 0.5em;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 700;

}

#quote .txt .tel .line1 {

	position: absolute;
	top:  -5rem;
	left: -4rem;
	width: 1.2em;
	transform: scaleX(-1);

}

#quote .txt .tel .line2 {

	position: absolute;
	top:   -5rem;
	right: -4rem;
	width: 1.2em;

}

#quote .txt ul li {
	
	margin-bottom: 1.8rem;
	font-family: 'Mochiy Pop One', sans-serif;
	font-size: 3.4rem;
	color: #fff;
	letter-spacing: 0.04em;
	margin-left:  1em;
	text-indent: -1em;
	white-space: nowrap;

}

#quote .txt ul li:before {

	content: "";
	display: inline-block;
	width:  0.5em;
	height: 0.5em;
	margin-right: 0.5em;
	background: #FFEF2C;
	border-radius: 100%;
	transform: translateY(-0.1em);

}

#resolution {

	padding-top: 22rem;

}

#resolution h2 {
	
	margin-bottom: 16rem;
	text-align: center;
	font-family: 'Mochiy Pop One', sans-serif;
	font-size: 4.6rem;
	color: #66BB00;
	font-weight: 400;
	letter-spacing: 0.08em;

}

#resolution h2 span {
	
	position: relative;
	display: inline-block;
	padding: 0.3em 0.8em;
	background: #fff;
	border-radius: 0.5em;

}

#resolution h2 img {

	position: absolute;
	top:  -6rem;
	left: -6rem;
	width: 9rem;
	transform: scaleX(-1);

}

#resolution .box_wrap {

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 130rem;

}

#resolution .box {
	
	position: relative;
	width: 43%;
	margin-right: 14%;
	margin-bottom: 12rem;
	background: #fff;
	border: 1.2rem solid #fff;

}

#resolution .box:nth-child(even) {

	margin-right: 0;

}

#resolution .box .img {

	height: 30rem;

}

#resolution .box .img img {

	height: 100%;
	object-fit: cover;

}

#resolution .box .txt {
	
	padding: 1.4rem 2rem 0.6rem 2rem;
	font-family: 'Mochiy Pop One', sans-serif;
	font-size: 3rem;
	color: #66BB00;
	letter-spacing: 0.02em;
	background: #fff;

}

#resolution .box .txt span {

	display: block;
	margin-top: 0.3em;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.7em;
	font-weight: 500;
	color: #555;
	letter-spacing: 0.03em;

}

#resolution .box .bage {

	position: absolute;
	top:  -9rem;
	left: -13rem;
	z-index: 2;
	display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	width:  30rem;
	height: 23rem;
	text-align: center;
	font-family: 'Mochiy Pop One', sans-serif;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.01em;
	color: #66BB00;
	background-image: url('../img/moko2.png');
	background-size: cover;
	background-position: center center;
	transform: rotate(-8deg);

}

#resolution .box .bage span {

	display: inline-block;
	transform: translateY(1rem);

}

#contact {

	padding-top: 5rem;
	padding-bottom: 20rem;

}

#contact .img {

	float: left;
	width: 42%;

}

#contact .img img {

	height: 44rem;
	object-fit: cover;
	object-position: 100% 0%;
	border-radius: 0.5em;

}

#contact .txt {
	
	position: relative;
	float: right;
	width: 56%;
	margin-top: 2rem;

}

#contact .txt img {

	width: 100%;

}

#contact .txt .content {

	position: absolute;
	top:  15%;
	left: 22%;

}

#contact .txt .content p {
	
	margin-bottom: 0.45em;
	font-family: 'Mochiy Pop One', sans-serif;
	font-size: 3.2rem;
	color: #66BB00;

}

#contact .txt .content p span {
	
	display: inline-block;
	border-bottom: 0.3rem dotted #FFDA2A;

}

#contact .txt .content .last {

	margin-top: 0.5em;
	font-size: 3rem;

}

#contact .inner2 {

	padding-top: 10rem;

}

#contact .tel_box {

	float: left;
	width: 48%;
	height: 44rem;
	padding-top: 8rem;
	background: #fff;
	border-radius: 0.5rem;

}

#contact h3 {

	text-align: center;
	margin-bottom: 0.5em;
	font-size: 4rem;
	font-weight: 700;
	color: #66BB00;

}

#contact h3 span {

	position: relative;
	display: inline-block;

}

#contact h3 span .line1 {

	position: absolute;
	top:  -2rem;
	left: -4rem;
	width: 1.2em;
	transform: scaleX(-1);

}

#contact h3 span .line2 {

	position: absolute;
	top:   -2rem;
	right: -4rem;
	width: 1.2em;

}

#contact .tel_box .txt {
	
	width: 100%;
	padding: 0 12%;

}

#contact .tel_box .txt p {

	font-size: 3.4rem;
	font-weight: 700;
	color: #66BB00;

}

#contact .tel_box .txt .tel {

	font-size: 5.6rem;

}

#contact .tel_box .txt .tel span {

	border-bottom: 0.3rem dotted #FFDA2A;

}

#contact .tel_box .txt .tel span i {
	
	margin-right: 0.5em;
	font-style: normal;

}

#contact .recruit {
	
	position: relative;
	float: right;
	width: 48%;
	height: 44rem;
	padding-top: 8rem;
	background: #fff;
	border-radius: 0.5rem;

}

#contact .recruit .bage {
	
	position: absolute;
	top:   -4rem;
	right: -4rem;
	display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	width:  15rem;
	height: 15rem;
	text-align: center;
	font-size: 2.2rem;
	letter-spacing: 0;
	background: #FFDA2A;
	border-radius: 100%;

}

#contact .recruit .txt {
	
	width: 100%;
	margin-top: 1.5em;
	padding: 0 1em;
	text-align: center;
	font-size: 3.6rem;
	font-weight: 500;

}

/* フッター */
footer {
	
	padding: 3rem 0;
	padding: 6rem 0;
	background: #fff;

}

footer a {

	color: #333;

}

footer .inner {

	width: 94%;
	margin: 0 auto;

}

footer .left {
	
	float: left;
	width: 50%;

}

footer .left .logo {

	width: 10rem;
	margin-bottom: 2rem;

}

footer .left .logo img {

	width: 100%;

}

footer .left p {

	font-size: 2rem;
	letter-spacing: 0.04em;

}

footer .right {
	
	float: right;
	width: 50%;
	margin-top: 2.6rem;
	padding-left: 18%;

}

footer .right p {

	font-size: 3.4rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.1em;
	color: #555;

}

footer .right .addr {
	
	margin-bottom: 0.6em;
	transform: translate(-0.15em);

}

/* スマホ改行 */
.sp_break {

	display: none;

}


@media only screen and (max-width: 1820px) {

	html {
		
		font-size: 59.25%;
		
	}

}


/* MacBook Pro16 */
@media only screen and (max-width: 1728px) {

	html {
		
		font-size: 56.25%;
		
	}

}


@media only screen and (max-width: 1670px) {

	html {
		
		font-size: 54.375%;
		
	}

}


@media only screen and (max-width: 1620px) {

	html {
		
		font-size: 52.75%;
		
	}

}


@media only screen and (max-width: 1570px) {

	html {
		
		font-size: 51.125%;
		
	}

}


/* MacBook Pro14 */
@media only screen and (max-width: 1512px) {

	html {
		
		font-size: 49.25%;
		
	}

}


@media only screen and (max-width: 1440px) {

	html {
		
		font-size: 46.875%;
		
	}

}


@media only screen and (max-width: 1400px) {

	html {
		
		font-size: 45.562%;
		
	}

}


/* 中サイズ */
@media only screen and (max-width: 1366px) {

	html {
		
		font-size: 44.4375%;
		
	}

}


@media only screen and (max-width: 1320px) {

	html {
		
		font-size: 43%;
		
	}

}


/* MacBook Air */
@media only screen and (max-width: 1280px) {

	html {
		
		font-size: 41.6875%;
		
	}

}

@media only screen and (max-width: 1240px) {

	html {
		
		font-size: 40.375%;
		
	}

}


@media only screen and (max-width: 1200px) {

	html {
		
		font-size: 39.0625%;
		
	}

}


/* iPad Pro11の横 */
@media only screen and (max-width: 1194px) {

	html {
		
		font-size: 38.875%;
		
	}

}


/* iPad 5th Airの横 */
@media only screen and (max-width: 1180px) {

	html {
		
		font-size: 38.4375%;
		
	}

}


/* iPad 6th Miniの横 */
@media only screen and (max-width: 1133px) {

	html {
		
		font-size: 36.875%;
		
	}

}


@media only screen and (max-width: 1100px) {

	html {
		
		font-size: 35.8125%;
		
	}

}


/* iPad 9thの横 */
@media only screen and (max-width: 1080px) {

	html {
		
		font-size: 35.8125%;
		
	}

}


/* iPadPro */
@media only screen and (max-width: 1024px) {

	html {
		
		font-size: 33.3125%;
		
	}
	
	/* 内枠 */
	.inner {
		
		width: 90%;

	}

	/* ヘッダー */
	header {
		
		position: fixed;
		top:  0;
		left: 0;
		padding: 1rem 0;

	}

	header .inner {
		
		width: 96%;

	}

	header .inner h1 {
		
		float: left;
		width: 16rem;

	}

	header .inner .tel {

		top:  50%;
		left: 50%;
		text-align: center;
		transform: translate(-50%, -50%);
		font-size: 7.8rem;
		letter-spacing: 0.02em;

	}

	header .inner .tel span {

		margin-right: 0.4em;
		font-size: 0.85em;

	}

	header .inner .btn {

		float: right;
		display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
		width:  22rem;
		height: 14rem;
		font-size: 4.2rem;
		letter-spacing: 0.02em;
		border: 0.5rem solid #66BB00;
		border-radius: 0.2em;

	}

	#main {
		
		padding-top:    15rem;
		padding-bottom: 9rem;

	}

	#main .txt {

		padding-top:    4rem;
		padding-bottom: 7rem;
		text-align: center;

	}

	#main .txt p {
		
		font-size: 4.6rem;
		font-size: 5.2rem;
		letter-spacing: 0.1em;

	}

	#main .txt p span {
		
		padding: 0 0.2em;
		font-size: 5.6rem;
		font-size: 6.2rem;
		letter-spacing: 0.1em;

	}

	#main .txt p span.span2 {
		
		transform: translateX(-0.3em);
		
	}

	#main .txt p .point img {

		top: -1.3rem;
		left: 2rem;
		width: 1.6em;

	}

	#main .mainimg {

		display: flex;
	  justify-content: space-between;
		width:  94%;
		height: 46rem;

	}

	#main .mainimg .img {
		
		width: 32.7%;
		border-radius: 0.7em;

	}

	#main .mainimg .img1 {

		background-image: url('../img/main1.webp');

	}

	#main .mainimg .img2 {

		background-image: url('../img/main2.webp');

	}

	#main .mainimg .img3 {

		background-image: url('../img/main3.webp');

	}

	#greeting {
		
		padding-top: 16rem;

	}

	#greeting .inner1 {
		
		padding: 7rem 8rem 5rem 8rem;
		border-radius: 0.5em;

	}
		
	#greeting .inner2 {
		
		padding: 5rem 0;
		border-radius: 0.5em;
		border: 0.8rem solid #fff;

	}

	#greeting .inner2 .permission {

		width: 50%;

	}

	#greeting .inner2 .permission img {

		border-radius: 0.5em;

	}

	#greeting .txt {

		float: left;
		width: 56%;

	}

	#greeting .txt p {
		
		margin-bottom: 1.2em;
		font-size: 2.6rem;
		line-height: 1.8;
		
	}

	#greeting .img_wrap {

		float: right;
		width: 39%;

	}

	#greeting .img_wrap .img {

		margin-bottom: 2rem;

	}

	#greeting .img_wrap .img img {

		height: 42rem;
		object-fit: cover;
		border-radius: 0.5em;

	}

	#greeting .img_wrap p {

		font-size: 3.8rem;

	}

	#greeting .img_wrap p span {

		margin-right: 0.5em;
		font-size: 0.8em;

	}

	#reform {

		padding-top: 22rem;

	}

	#reform h2 {
		
	  width: -moz-fit-content;
	  width: fit-content;
		margin-bottom: 10rem;
		font-size: 5.2rem;
		padding: 0.3em 0.8em;
		border-radius: 0.5em;
		letter-spacing: 0.08em;

	}

	#reform h2 span {

		font-size: 0.85em;

	}

	#reform h2 img {

		top:  -6rem;
		left: -6rem;
		width: 9rem;
		transform: scaleX(-1);

	}

	#reform .inner {

	  display: flex;
	  flex-wrap: wrap;

	}

	#reform .box {

		width: 32%;
		margin-right: 2%;
		border: 1.2rem solid #fff;

	}

	#reform .box:nth-child(3n) {

		margin-right: 0;

	}

	#reform .box .img {

		height: 28rem;

	}

	#reform .box .img img {
		
		height: 100%;
		object-fit: cover;

	}

	#reform .box p {
		
		padding: 0.8rem 0 0.3rem 0;
		font-size: 3.8rem;

	}

	#trouble {

		padding-top: 22rem;

	}

	#trouble h2 {
		
		margin-bottom: 10rem;
		font-size: 5.2rem;
		padding: 0.3em 0.8em;
		border-radius: 0.5em;
		letter-spacing: 0.08em;

	}

	#trouble h2 img {

		top:  -6rem;
		left: -6rem;
		width: 9rem;
		transform: scaleX(-1);

	}

	#trouble .inner {

	  display: flex;
	  flex-wrap: wrap;

	}

	#trouble .box {

		width: 32%;
		margin-right: 2%;
		border: 1.2rem solid #fff;

	}

	#trouble .box:nth-child(3n) {

		margin-right: 0;

	}

	#trouble .box .img {

		height: 28rem;

	}

	#trouble .box .img img {
		
		height: 100%;
		object-fit: cover;

	}

	#trouble .box p {
		
		padding: 0.8rem 0 0.3rem 0;
		text-align: center;
		font-size: 3.8rem;

	}

	#quote {

		padding-top: 22rem

	}

	#quote .map {
		
		float: left;
		width: 47%;
		height: 0;
		padding-bottom: 36%;
		border: 1.2rem solid #fff;

	}

	#quote .txt {

		float: right;
		width: 47%;
		padding-top: 7rem;

	}

	#quote .txt .tel {
		
		width: 94%;
		margin-bottom: 5rem;
		padding: 0.03em;
		text-align: center;
		font-size: 5.6rem;
		letter-spacing: 0.06em;
		border-radius: 0.4em;

	}

	#quote .txt .tel span i {
		
		margin-right: 0.5em;

	}

	#quote .txt .tel .line1 {

		top:  -5rem;
		left: -4rem;
		width: 1.2em;
		transform: scaleX(-1);

	}

	#quote .txt .tel .line2 {

		top:   -5rem;
		right: -4rem;
		width: 1.2em;

	}

	#quote .txt ul li {
		
		margin-bottom: 1.8rem;
		font-size: 4.2rem;
		letter-spacing: 0.04em;
		margin-left:  1em;
		text-indent: -1em;
		white-space: nowrap;

	}

	#quote .txt ul li:before {

		width:  0.5em;
		height: 0.5em;
		margin-right: 0.5em;
		border-radius: 100%;
		transform: translateY(-0.1em);

	}

	#resolution {

		padding-top: 22rem;

	}

	#resolution h2 {
		
		margin-bottom: 16rem;
		text-align: center;
		font-size: 5.2rem;
		letter-spacing: 0.08em;

	}

	#resolution h2 span {
		
		padding: 0.3em 0.8em;
		border-radius: 0.5em;

	}

	#resolution h2 img {

		top:  -6rem;
		left: -6rem;
		width: 9rem;
		transform: scaleX(-1);

	}

	#resolution .box_wrap {

		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		width: 130rem;
		width: 80%;

	}

	#resolution .box {
		
		width: 43%;
		margin-right: 14%;
		margin-bottom: 12rem;
		border: 1.2rem solid #fff;

	}

	#resolution .box:nth-child(even) {

		margin-right: 0;

	}

	#resolution .box .img {

		height: 30rem;

	}

	#resolution .box .img img {

		height: 100%;
		object-fit: cover;

	}

	#resolution .box .txt {
		
		padding: 1.4rem 2rem 0.6rem 2rem;
		font-size: 3.5rem;
		letter-spacing: 0.02em;

	}

	#resolution .box .txt span {

		margin-top: 0.3em;
		letter-spacing: 0.03em;

	}

	#resolution .box .bage {

		top:  -9rem;
		left: -13rem;
		z-index: 2;
		display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
		width:  30rem;
		height: 23rem;
		text-align: center;
		font-size: 3.2rem;
		line-height: 1.5;
		letter-spacing: 0.01em;
		background-image: url('../img/moko2.png');
		background-size: cover;
		background-position: center center;
		transform: rotate(-8deg);

	}

	#resolution .box .bage span {

		transform: translateY(1rem);

	}

	#contact {

		padding-top: 5rem;
		padding-bottom: 20rem;

	}

	#contact .img {

		float: left;
		width: 42%;

	}

	#contact .img img {

		height: 50rem;
		object-fit: cover;
		object-position: 100% 0%;
		border-radius: 0.5em;

	}

	#contact .txt {
		
		float: right;
		width: 56%;
		margin-top: 2rem;

	}

	#contact .txt .content {

		top:  17%;
		left: 22%;

	}

	#contact .txt .content p {
		
		margin-bottom: 0.5em;
		font-size: 3.8rem;

	}

	#contact .txt .content p span {
		
		border-bottom: 0.3rem dotted #FFDA2A;

	}

	#contact .txt .content .last {

		margin-top: 0.5em;
		font-size: 3.4rem;

	}

	#contact .inner2 {

		padding-top: 10rem;

	}

	#contact .tel_box {

		float: left;
		width: 48%;
		height: 44rem;
		padding-top: 8rem;
		border-radius: 0.5rem;

	}

	#contact h3 {

		margin-bottom: 0.5em;
		font-size: 4.4rem;

	}

	#contact h3 span .line1 {

		top:  -2rem;
		left: -4rem;
		width: 1.2em;
		transform: scaleX(-1);

	}

	#contact h3 span .line2 {

		top:   -2rem;
		right: -4rem;
		width: 1.2em;

	}

	#contact .tel_box .txt {
		
		padding: 0 12%;

	}

	#contact .tel_box .txt p {

		font-size: 4.4rem;

	}

	#contact .tel_box .txt .tel {

		font-size: 6rem;

	}

	#contact .tel_box .txt .tel span {

		border-bottom: 0.3rem dotted #FFDA2A;

	}

	#contact .tel_box .txt .tel span i {
		
		margin-right: 0.5em;

	}

	#contact .recruit {
		
		float: right;
		width: 48%;
		height: 44rem;
		padding-top: 8rem;
		border-radius: 0.5rem;

	}

	#contact .recruit .bage {
		
		top:   -6rem;
		right: -4rem;
		display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
		width:  18rem;
		height: 18rem;
		text-align: center;
		font-size: 2.8rem;
		border-radius: 100%;

	}

	#contact .recruit .txt {
		
		margin-top: 1.5em;
		padding: 0 1em;
		font-size: 4.2rem;

	}

	/* フッター */
	footer {
		
		padding: 8rem 0;

	}

	footer .inner {

		width: 94%;

	}

	footer .left {
		
		float: left;
		width: 40%;

	}

	footer .left .logo {

		width: 12rem;
		margin-bottom: 2rem;

	}

	footer .left p {

		font-size: 2.6rem;
		letter-spacing: 0.04em;

	}

	footer .right {
		
		float: right;
		width: 50%;
		margin-top: 3rem;
		padding-left: 16%;

	}

	footer .right p {

		font-size: 3.8rem;
		line-height: 1.4;
		letter-spacing: 0.1em;

	}

	footer .right .addr {
		
		margin-bottom: 0.6em;
		transform: translate(-0.15em);

	}

}


@media only screen and (max-width: 950px) {

	html {
		
		font-size: 30.937%;
		
	}
	
}


/* iPhone14 ProMaxの横 */
@media only screen and (max-width: 932px) {

	html {
		
		font-size: 30.937%;
		
	}
	
}


/* XRの横 */
@media only screen and (max-width: 896px) {

	html {
		
		font-size: 29.2%;
		
	}
	
}


/* AndroidのＬの横 */
@media only screen and (max-width: 854px) {

	html {
		
		font-size: 27.8125%;
		
	}

}


/* iPhone14 Proの横 */
@media only screen and (max-width: 852px) {

	html {
		
		font-size: 27.75%;
		
	}

}


/* iPhone14の横*/
@media only screen and (max-width: 844px) {

	html {
		
		font-size: 27.5%;
		
	}

}



/* iPad Pro11 */
@media only screen and (max-width: 834px) {

	html {
		
		font-size: 27.125%;
		
	}

}


/* iPad Air */
@media only screen and (max-width: 820px) {

	html {
		
		font-size: 26.687%;
		
	}

}


/* iPhone13 miniの横 */
@media only screen and (max-width: 812px) {

	html {
		
		font-size: 26.437%;
		
	}

}


/* iPad 9th */
@media only screen and (max-width: 810px) {

	html {
		
		
		
	}

}


/* iPad */
@media only screen and (max-width: 768px) {

	html {
		
		font-size: 25%;
		
	}

}


/* iPad 6th Mini */
@media only screen and (max-width: 744px) {

	html {
		
		font-size: 24.25%;
		
	}

}


/* iPhonePlusの横 */
@media only screen and (max-width: 736px) {

	html {
		
		font-size: 23.937%;
		
	}

}


/* iPhone8の横 */
@media only screen and (max-width: 667px) {

	html {
		
		font-size: 21.687%;
		
	}

}


/* iPhone5の横 */
@media only screen and (max-width: 568px) {

	html {
		
		font-size: 18.5%;
		
	}
	
	/* スマホ改行 */
	.sp_break {

		display: block;

	}

	/* 内枠 */
	.inner {
		
		width: 90%;

	}

	/* ヘッダー */
	header {
		
		position: fixed;
		top:  0;
		left: 0;
		padding: 1.6rem 0;
		
		/*
		border: 1px solid red;
		*/
		
	}

	header .inner {
		
		width: 96%;

	}

	header .inner h1 {
		
		float: left;
		width: 26rem;

	}

	header .inner .tel {
		
		display: none;
		position: fixed;
		top:  unset;
		left: unset;
		bottom: 0;
		left:   0;
		right:  0;
		z-index: 3;
		width: 100%;
		text-align: center;
		transform: none;
		font-size: 7.8rem;
		letter-spacing: 0.02em;
		background: #fff;

	}

	header .inner .tel span {

		margin-right: 0.4em;
		font-size: 0.85em;

	}
	
	.sp_tel {
		
		opacity: 0;
  	visibility: hidden;
		display: block;
		position: fixed;
		bottom: 0;
		left:   0;
		z-index: 3;
		width: 100%;
		text-align: center;
		font-size: 13rem;
		font-weight: 500;
		color: #FF2A5E;
		letter-spacing: 0.04em;
		background: #fff;
		border-top: 1px solid #eee;
		transition: all 0.4s;
	
	}
	
	.sp_tel.active {
	
		opacity: 1;
  	visibility: visible;
	
	}
	
	.sp_tel span {
	
		display: inline-block;
		margin-right: 0.4em;
		font-size: 0.85em;
	
	}
	
	.sp_tel a {
	
		color: #FF2A5E;
	
	}

	header .inner .btn {

		float: right;
		width:  34rem;
		height: 23rem;
		font-size: 6.4rem;
		letter-spacing: 0.02em;
		border: 1rem solid #66BB00;
		border-radius: 1rem;

	}

	#main {
		
		padding-top:    27rem;
		padding-bottom: 20rem;

	}

	#main .txt {

		padding-top:    10rem;
		padding-bottom: 16rem;

	}

	#main .txt p {
		
		font-size: 9.8rem;
		line-height: 2.2;
		letter-spacing: 0.06em;

	}

	#main .txt p span {
		
		padding: 0 0.2em;
		font-size: 11.4rem;
		letter-spacing: 0.08em;

	}

	#main .txt p span.span2 {
		
		transform: translateX(-0.3em);
		
	}

	#main .txt p .point img {

		top: -2rem;
		left: 2.2rem;
		width: 2em;

	}

	#main .mainimg {

		display: block;
	  justify-content: space-between;
		width:  94%;
		height: auto;

	}

	#main .mainimg .img {
		
		width: 100%;
		margin-bottom: 6rem;
		border-radius: 1rem;

	}

	#main .mainimg .img1 {
		
		display: none;
		background-image: url('../img/main1_sp.webp');

	}

	#main .mainimg .img2 {
		
		height: 206rem;
		background-image: url('../img/main2_sp.webp');
		background-image: url('../img/main2_1_sp.webp');

	}

	#main .mainimg .img3 {
		
		display: none;
		background-image: url('../img/main3_sp.webp');

	}

	#greeting {
		
		padding-top: 26rem;

	}

	#greeting .inner1 {
		
		margin-bottom: 22rem;
		padding: 11rem 8rem 9rem 8rem;
		border-radius: 1rem;

	}
		
	#greeting .inner2 {
		
		padding: 12rem 0;
		border-radius: 0.5em;
		border: 1.2rem solid #fff;

	}

	#greeting .inner2 .permission {

		width: 86%;

	}

	#greeting .inner2 .permission img {

		border-radius: 1rem;

	}

	#greeting .txt {

		float: none;
		width: 100%;
		margin-bottom: 12rem;

	}

	#greeting .txt p {
		
		margin-bottom: 1.2em;
		font-size: 6.8rem;
		line-height: 1.9;
		letter-spacing: 0.08em;
		
	}

	#greeting .img_wrap {

		float: none;
		width: 100%;

	}

	#greeting .img_wrap .img {

		margin-bottom: 4rem;

	}

	#greeting .img_wrap .img img {

		height: 90rem;
		object-fit: cover;
		border-radius: 0.5em;

	}

	#greeting .img_wrap p {

		font-size: 12rem;

	}

	#greeting .img_wrap p span {

		margin-right: 0.5em;
		font-size: 0.8em;

	}

	#reform {

		padding-top: 37rem;

	}

	#reform h2 {
		
	  width: 80%;
	  margin: 0 auto;
		margin-bottom: 15rem;
		font-size: 12rem;
		line-height: 1.4;
		padding: 0.4em 0.6em;
		border-radius: 0.5em;
		letter-spacing: 0.04em;

	}

	#reform h2 span {

		font-size: 0.8em;

	}

	#reform h2 img {

		top:  -15rem;
		left: -13rem;
		width: 19rem;

	}

	#reform .inner {

	  display: block;
	  flex-wrap: wrap;

	}

	#reform .box {

		width: 100%;
		margin-right: 0%;
		margin-bottom: 12rem;
		border: 4rem solid #fff;
		border-radius: 1rem;

	}

	#reform .box .img {

		height: 90rem;
		
	}

	#reform .box .img img {
		
		height: 100%;
		object-fit: cover;

	}

	#reform .box p {
		
		padding: 5rem 0 2rem 0;
		font-size: 12rem;

	}

	#trouble {

		padding-top: 29rem;

	}

	#trouble h2 {
		
		width: 80%;
		margin: 0 auto;
		margin-bottom: 15rem;
		font-size: 12rem;
		line-height: 1.4;
		padding: 0.4em 0.3em;
		border-radius: 0.5em;
		letter-spacing: 0.04em;

	}

	#trouble h2 img {

		top:  -15rem;
		left: -13rem;
		width: 19rem;

	}

	#trouble .inner {

	  display: block;
	  flex-wrap: wrap;

	}

	#trouble .box {

		width: 100%;
		margin-right: 0%;
		margin-bottom: 12rem;
		border: 4rem solid #fff;
		border-radius: 1rem;

	}

	#trouble .box .img {

		height: 90rem;

	}

	#trouble .box .img img {
		
		height: 100%;
		object-fit: cover;

	}

	#trouble .box p {
		
		padding: 5rem 0 2rem 0;
		font-size: 12rem;

	}

	#quote {

		padding-top: 22rem

	}

	#quote .map {
		
		float: none;
		width: 100%;
		height: 0;
		margin-bottom: 30rem;
		padding-bottom: 65%;
		border: 2rem solid #fff;

	}

	#quote .txt {

		float: none;
		width: 100%;
		padding-top: 0;

	}

	#quote .txt .tel {
		
		width: 90%;
		margin-bottom: 9rem;
		padding: 1.6rem 0;
		font-size: 10.8rem;
		letter-spacing: 0.06em;
		border-radius: 0.4em;

	}

	#quote .txt .tel span i {
		
		margin-right: 0.5em;

	}

	#quote .txt .tel .line1 {

		top:  -11rem;
		left: -11rem;
		width: 1.4em;

	}

	#quote .txt .tel .line2 {

		top:   -11rem;
		right: -11rem;
		width: 1.4em;

	}

	#quote .txt ul li {
		
		margin-bottom: 3rem;
		font-size: 8rem;
		letter-spacing: 0.06em;
		margin-left:  1em;
		text-indent: -1em;
		white-space: nowrap;

	}

	#quote .txt ul li:before {

		width:  0.5em;
		height: 0.5em;
		margin-right: 0.5em;
		border-radius: 100%;
		transform: translateY(-0.1em);

	}

	#resolution {

		padding-top: 32rem;

	}

	#resolution h2 {
		
		width: 90%;
		margin: 0 auto;
		margin-bottom: 29rem;
		font-size: 12rem;
		line-height: 1.4;
		letter-spacing: 0.04em;

	}

	#resolution h2 span {
		
		display: block;
		padding: 0.3em 0.8em;
		border-radius: 0.5em;

	}

	#resolution h2 img {

		top:  -15rem;
		left: -13rem;
		width: 19rem;

	}

	#resolution .box_wrap {

		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		width: 130rem;
		width: 80%;

	}

	#resolution .box {
		
		width: 100%;
		margin-right: 0;
		margin: 0 auto;
		margin-bottom: 30rem;
		border: 4rem solid #fff;

	}

	#resolution .box:nth-child(even) {

		margin: 0 auto;
		margin-bottom: 30rem;

	}

	#resolution .box .img {

		height: 90rem;

	}

	#resolution .box .img img {

		height: 100%;
		object-fit: cover;

	}

	#resolution .box .txt {
		
		padding: 6rem 4rem 3rem 4rem;
		font-size: 9.4rem;
		letter-spacing: 0.01em;

	}

	#resolution .box .txt span {

		margin-top: 0.3em;
		font-size: 0.8em;
		letter-spacing: 0.03em;

	}

	#resolution .box .bage {

		top:  -22rem;
		left: -17rem;
		width:  72rem;
		height: 55.2rem;
		font-size: 9rem;
		line-height: 1.3;
		letter-spacing: 0;
		transform: rotate(-8deg);

	}

	#resolution .box .bage span {

		transform: translateY(2.6rem);

	}
	
	#resolution .box .bage .small {
	
		font-size: 0.8em;
	
	}

	#contact {

		padding-top: 5rem;
		padding-bottom: 20rem;

	}

	#contact .img {

		float: none;
		width: 100%;

	}

	#contact .img img {

		height: 130rem;
		object-fit: cover;
		object-position: 100% 0%;
		border-radius: 0.5em;

	}

	#contact .txt {
		
		float: none;
		width: 100%;
		margin-top: 14rem;

	}
	
	#contact .txt img {
	
		display: none;
	
	}

	#contact .txt .content {
		
		position: relative;
		top:  auto;
		left: auto;
		padding: 9rem;
		background: #fff;
		border-radius: 1rem;

	}

	#contact .txt .content p {
		
		margin-bottom: 0.5em;
		font-size: 9rem;
		line-height: 2;

	}

	#contact .txt .content p span {
		
		border-bottom: 1.6rem dotted #FFDA2A;

	}

	#contact .txt .content .last {

		margin-top: 1em;
		font-size: 9rem;

	}

	#contact .inner2 {

		padding-top: 24rem;

	}

	#contact .tel_box {

		float: none;
		width: 100%;
		height: auto;
		margin-bottom: 18rem;
		padding: 16rem 14rem;
		border-radius: 1rem;

	}

	#contact h3 {

		margin-bottom: 0.5em;
		font-size: 11rem;

	}

	#contact h3 span .line1 {

		top:  -7rem;
		left: -11rem;
		width: 1.4em;

	}

	#contact h3 span .line2 {

		top:   -7rem;
		right: -11rem;
		width: 1.4em;

	}

	#contact .tel_box .txt {
		
		padding: 0 4%;

	}

	#contact .tel_box .txt p {

		font-size: 10rem;

	}

	#contact .tel_box .txt .tel {

		font-size: 11rem;

	}

	#contact .tel_box .txt .tel span {
		
		display: inline-block;
		padding-bottom: 0.1em;
		border-bottom: 1.4rem dotted #FFDA2A;

	}

	#contact .tel_box .txt .tel span i {
		
		margin-right: 0.5em;

	}

	#contact .recruit {
		
		float: none;
		width: 100%;
		height: auto;
		margin-bottom: 15rem;
		padding: 16rem 14rem;
		border-radius: 1rem;

	}

	#contact .recruit .bage {
		
		top:   -11rem;
		right: -4rem;;
	  align-items: center;
		width:  34rem;
		height: 34rem;
		font-size: 5.4rem;

	}

	#contact .recruit .txt {
		
		margin-top: 1.5em;
		padding: 0 1em;
		font-size: 7rem;

	}

	/* フッター */
	footer {
		
		padding: 14rem 0 32rem 0;

	}
	
	footer a {
	
		color: #333;
	
	}
	
	footer .inner {

		width: 90%;

	}

	footer .left {
		
		float: none;
		width: 100%;
		margin-bottom: 10rem;

	}

	footer .left .logo {

		width: 20rem;
		margin-bottom: 4rem;

	}

	footer .left p {

		font-size: 6.6rem;
		letter-spacing: 0.04em;

	}

	footer .right {
		
		float: none;
		width: 100%;
		margin-top: 0;
		padding-left: 0;

	}

	footer .right p {

		font-size: 7rem;
		line-height: 1.5;
		letter-spacing: 0.08em;
		font-weight: 400;

	}

	footer .right .addr {
		
		margin-bottom: 0.6em;
		transform: translate(-0.15em);

	}

}



@media only screen and (max-width: 520px) {

	html {
		
		font-size: 17%;
		
	}

}


/* AndLoidL */
@media only screen and (max-width: 480px) {

	html {
		
		font-size: 15.625%;
		
	}

}


/* Iphone13 Pro Max */
@media only screen and (max-width: 430px) {

	html {
		
		font-size: 14%;
		
	}

}


/* Iphone12 Pro Max */
@media only screen and (max-width: 428px) {

	html {
		
		
		
	}

}


/* iPhonePlus */
@media only screen and (max-width: 414px) {

	html {
		
		font-size: 13.5%;
		
	}

}


/* iPhone14 Pro */
@media only screen and (max-width: 393px) {

	html {
		
		font-size: 12.812%;
		
	}

}


/* iPhone12 Pro */
@media only screen and (max-width: 390px) {

	html {
		
		font-size: 12.687%;
		
	}

}


/* iPhone8 */
@media only screen and (max-width: 375px) {

	html {
		
		font-size: 12.187%;
		
	}

}


/* Galaxy */
@media only screen and (max-width: 360px) {

	html {
		
		font-size: 11.75%;
		
	}

}


/* iPhone5 */
@media only screen and (max-width: 320px) {

	html {
		
		font-size: 10.437%;
		
	}

}