/* voice */
.voice--google {
	margin-bottom: 2.8rem;
}
.voice__head {
	background-color: #fff;
	border-radius: 0.8rem;
	border: 1px solid #d9d9d9;
	display: grid;
	grid-template-columns: 1fr 2fr;
}
.voice__rate {
	padding: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 2.4rem;
}
.voice__rate img {
	height: 2.4rem;
	width: auto;
	margin-top: 0.4rem;
}
.voice__rate .unit {
	margin-left: 0.2rem;
}
.voice__rate .star {
	color: #f6bb06;
	margin-left: 1rem;
}
.voice__rate .number {
	color: #f6bb06;
	font-weight: 700;
}
.voice__lead {
	border-left: 1px dashed #d9d9d9;
	padding: 1.6rem;
}
.voice__lead br.forSP {
	display: none;
}
.voice__list {
	margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
	.voice--google {
		padding-left: 4vw;
		padding-right: 4vw;
	}
	.voice--google .ti-widget.ti-goog .ti-reviews-container .ti-reviews-container-wrapper {
		width: auto;
		flex-wrap: nowrap !important;
		gap: 1rem !important;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
	}
	.voice--google .ti-widget.ti-goog .ti-reviews-container .ti-reviews-container-wrapper .ti-review-item {
		max-width: 90%;
		flex-basis: 90% !important;
	}
	.voice__head {
		grid-template-columns: 1fr;
	}
	.voice__rate img {
		height: 1.8rem;
		margin-top: 0.2rem;
	}
	.voice__rate .star {}
	.voice__rate .number {}
	.voice__lead {
		font-size: 1.4rem;
		border-left: none;
		border-top: 1px dashed #d9d9d9;
		padding: 1.6rem;
	}
	.voice__list {
		margin-top: 2.4rem;
	}
	.voice__lead br.forSP {
		display: block;
	}
}
/* //voice */

/* exampleModal */
.exampleModal__content,
#exampleModal__bg,
#exampleModal__closeButton{
	display: none;
}
.exampleModal__button{
	cursor: pointer;
}
.exampleModal__button:hover{
	opacity: 0.5;
}
.exampleModal__content{
	position: fixed;
	width: calc(785px + 80px);
	max-width: 95dvw;
	background-color: #fff;
	max-height: 90dvh;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 100001;
    overflow-y: auto;
	text-align: left;
}
.exampleModal__content .main{
	padding: 40px;
}
.exampleModal__content .meta h1{
	font-size: 2.5rem;
	padding: 40px 40px 0;
}
.exampleModal__content .meta figure img{
	width: 100%;
	height: 400px;
	object-fit: cover;
}
.exampleModal__content p{
	font-size: 15px;
	line-height: 2;
	margin-bottom: 15px;
}
.exampleModal__content h1{
}
.exampleModal__content h2{
	font-size: 25px;
	font-weight: 700;
	color: #FFF;
	background-color: #069ee1;
	padding: 12px 25px;
	margin-bottom: 20px;
	margin-top: 65px;
}
.exampleModal__content h3{
	font-size: 20px;
	font-weight: 700;
	color: #069ee1;
	border-left: 7px solid;
	padding: 3px 10px;
	margin-bottom: 20px;
	margin-top: 40px;
}
.exampleModal__content ul,
.exampleModal__content ol{
	margin-bottom: 10px;
	margin-left: 30px;
	font-size: 15px;
}
.exampleModal__content ul li,
.exampleModal__content ol li{
	list-style: disc;
	padding: 0;
	font-weight: bold;
	list-style: disc;
}
.exampleModal__content ::marker{
    color: #069ee1;
    font-weight: bold;
}
#exampleModal__bg{
	position: fixed;
	width: 100dvw;
	height: 100dvh;
	left: 0;
	top: 0;
	z-index: 100000;
	background-color: #000;
	opacity: 0.5;
}
#exampleModal__closeButton{
	position: fixed;
	left: calc(50dvw + (865px / 2));
	top: 5dvh;
	width: 40px;
	height: 40px;
	font-size: 40px;
	line-height: 1;
	z-index: 100002;
	color: #fff;
	cursor: pointer;
}
@media screen and (min-width:769px) {
	.exampleModal__content .meta{
	}
}
@media screen and (max-width:768px) {
	.exampleModal__content{
		width: 90dvw;
		max-width: inherit;
		height: 80dvh;
	}
	.exampleModal__content .main{
		padding: 5vw;
	}
	.exampleModal__content .meta h1{
		padding: 5vw 5vw 0;
		font-size: 1.75rem;
	}
	.exampleModal__content .meta figure img{
		height: 50.625vw;
	}
	.exampleModal__content p{
        font-size: 14px;
        line-height: 1.6;
	}
	.exampleModal__content h1{
	}
	.exampleModal__content h2{
		font-size: 18px;
        padding: 12px 15px;
        margin-bottom: 2.66667vw;
        margin-top: 40px;
	}
	.exampleModal__content h3{
        font-size: 16px;
        border-left: 1.06667vw solid;
        padding-left: 1.33333vw;
        margin-bottom: 2.66667vw;
        margin-top: 30px;
	}
	#exampleModal__closeButton{
		left: inherit;
		top: calc( 10dvh - 5dvh);
		right: 5dvw;
		width: 5dvh;
		height: 5dvh;
		font-size: 5dvh;
	}

}
/* //exampleModal */



/* #mailform */
#mailform {
	background-color: #eef8fc;
	padding-top: 30px;
	padding-bottom: 80px;
}
#mailform .form {
	width: 900px;
	margin: 30px auto 0;
}
#mailform .form dl {
	display: flex;
	align-items: flex-start;
}
#mailform .form dl+dl {
	margin-top: 35px;
}
#mailform .form dl dt {
	width: 267px;
	margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 54px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
}
#mailform .form dl dt.required::after {
	content: "必須";
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #005dcc;
}
#mailform .form dl dd {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
#mailform .form dl dd input,
#mailform .form dl dd textarea {
	width: 100%;
	height: 54px;
	background: #fff;
	border: 1px solid #DFDFDF;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 15px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	outline: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#mailform .form dl dd textarea {
	height: 254px;
}
#mailform .form button {
	margin: 30px auto 0;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 9999px;
	width: 260px;
	background-color: #005dcc;
	padding: 0;
	outline: none;
	appearance: none;
	border: 0;
	cursor: pointer;
}
#mailform .form button::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 10px solid #fff;
	margin-left: 11px;
}
#mailform .form .error{
    color: #ff0000;
    display: block;
    width: 100%;
    line-height: 2;
}
@media screen and (max-width:768px) {
	#mailform {
		background-color: #eef8fc;
	}
	#mailform .form {
		width: 100%;
		margin: 4.97512vw auto 0;
	}
	#mailform .form dl {
		flex-direction: column;
	}
	#mailform .form dl+dl {
		margin-top: 3.73134vw;
	}
	#mailform .form dl dt {
		width: 100%;
		margin-right: 0;
		justify-content: space-between;
		font-size: 3.73134vw;
		line-height: 1.5;
		min-height: inherit;
	}
	#mailform .form dl dt.required::after {
		font-size: 3.73134vw;
		line-height: 1.5;
	}
	#mailform .form dl dd {
		width: 100%;
		margin-top: 1.24378vw;
	}
	#mailform .form dl dd input,
	#mailform .form dl dd textarea {
		border-radius: 2.48756vw;
		padding: 3.23383vw;
		font-size: 3.73134vw;
		line-height: 5.47264vw;
		height: 12.43781vw;
	}
	#mailform .form dl dd textarea {
		height: 37.31343vw;
	}
}
/* /#mailform */

/* thanks */
#thanks {
	padding: 80px 0;
}
#thanks .thanks__main {
	display: flex;
	flex-flow: row wrap;
	padding-top: 30px;
	border: 2px solid #00AEDE;
	border-radius: 20px;
	overflow: hidden;
}
#thanks .thanks__main figure {
	width: 248px;
	margin: 0 50px;
}
#thanks .thanks__main .txt {
	flex: 1;
	padding: 0px 30px 30px 0;
}
#thanks .thanks__main .txt p {
	line-height: 2;
	font-weight: 500;
	text-align: center;
	font-size: 16px;
}
#thanks .thanks__main .txt p+p {
	margin-top: 32px;
}
#thanks .thanks__main .tel {
	width: 100%;
	background: #00AEDE;
	padding: 20px 0;
	text-align: center;
}
#thanks .thanks__main .tel a {
	font-size: 82.5px;
	line-height: 67.5px;
	font-weight: 700;
	color: #fff;
	position: relative;
	transform: translateZ(0);
	white-space: nowrap;
	padding: 0 0 0 81.915px;
	display: inline-block;
	margin-top: 8px;
}
#thanks .thanks__main .tel a::before {
	position: absolute;
	content: "";
	width: 69.57px;
	height: 48px;
	background: url(../img/telWhite.png) 0 0 no-repeat;
	-moz-background-size: contain;
	background-size: contain;
	left: 0;
	bottom: 8px;
}
@media screen and (max-width:768px) {
	#thanks{
		padding: 40px 0;
	}
	#thanks .thanks__main{
		padding-top: 0;
	}
	#thanks .thanks__main figure {
		width: 61.69154vw;
		margin: 0 12.43781vw;
		padding: 5dvw;
	}
	#thanks .thanks__main .txt {
        width: 100%;
        margin-top: 4.97512vw;
		padding: 0;
	}
	#thanks .thanks__main .txt p {
        font-size: 3.23383vw;
	}
	#thanks .thanks__main .txt p+p {
        margin-top: 7.9602vw;
	}
	#thanks .thanks__main .tel {
        padding: 4.97512vw 0;
        margin-top: 4.97512vw;
	}
	#thanks .thanks__main .tel a {
        font-size: 9.68159vw;
        line-height: 11.19403vw;
        padding: 0 0 0 13.58458vw;
        margin-top: 0;
	}
	#thanks .thanks__main .tel a::before {
        width: 11.53731vw;
        height: 7.9602vw;
        bottom: 1vw;
	}
}
/* /thanks */


/* single__cta00 */
.single__cta00 {
	margin-top: 3rem;
	background-image: url('../img/single-cta00__bg.jpg');
	background-size: cover;
	border-radius: 1rem;
}
.single__cta00 .title {}
.single__cta00 .buttons {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem 1.6rem;
	padding: 0 3.2rem 3.2rem;
}
.single__cta00 .buttons__button {}
.single__cta00 .buttons__button img {
	height: 4.2rem;
	width: auto;
}
.single__cta00 .buttons__button a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none !important;
	color: #fff !important;
	height: 100%;
	line-height: 1;
	padding: 1.6rem 2.4rem;
	border-radius: 1rem;
	gap: 1.6rem;
	transition: 0.3s;
}
.single__cta00 .buttons__button a:hover {
	opacity: 1;
	transform: translateY(6px);
	box-shadow: none;
}
.single__cta00 .telButton {
	grid-column: 1 / 3;
}
.single__cta00 .telButton a {
	background-color: #29B8CF;
	box-shadow: 0 6px 0 #1298AE;
	gap: 3.2rem;
	pointer-events: all;
	cursor: pointer !important;
}
.single__cta00 .lineButton a {
	background-color: #06C755;
	box-shadow: 0 6px 0 #099D46;
}
.single__cta00 .emailButton a {
	background-color: #FF5072;
	box-shadow: 0 6px 0 #D9284A;
}
.single__cta00 .telButton .telButton__content {
	display: flex;
	align-items: center;
	gap: 1em;
}
.single__cta00 .telButton .telButton__number {
	font-size: 4.8rem;
}
.single__cta00 .telButton .telButton__note {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.8rem;
	align-items: center;
	font-weight: 400;
	height: 100%;
	border: 1px solid #fff;
	padding: 0.8rem 1.6rem;
	border-radius: 0.5rem;
}
.single__cta00 .lineButton .lineButton__text,
.single__cta00 .emailButton .emailButton__text {
	font-size: 1rem;
	flex-grow: 1;
	text-align: center;
}
.single__cta00 .lineButton .lineButton__sub,
.single__cta00 .emailButton .emailButton__sub {
	background-color: #fff;
	padding: 0.4rem 0;
	margin-bottom: 0.4rem;
	border-radius: 100px;
}
.single__cta00 .lineButton .lineButton__label,
.single__cta00 .emailButton .emailButton__label {
	font-size: 2.4rem;
}
.single__cta00 .lineButton .lineButton__sub {
	color: #06C755;
}
.single__cta00 .emailButton .emailButton__sub {
	color: #FF5072;
}
@media screen and (max-width: 768px) {
	.single__cta00 *.forPC {
		display: none;
	}
	.single__cta00 {
		font-size: 3.2vw;
	}
	.single__cta00 .title img.forSP {
		display: block;
	}
	.single__cta00 .buttons {
		gap: 1.6rem 0.8rem;
		padding: 0 1.6rem 2rem 1.6rem;
	}
	.single__cta00 .buttons__button a {
		padding: 0.8rem 1rem;
	}
	.single__cta00 .buttons__button img {
		height: 2rem;
		width: 2rem;
		object-fit: contain;
	}
	.single__cta00 .telButton a {
		flex-direction: column;
		gap: 0.8rem;
		padding: 1rem 1.6rem;
	}
	.single__cta00 .telButton img {
		height: 3.2rem;
		width: 3.2rem;
	}
	.single__cta00 .telButton .telButton__sub {
		font-size: 1.2rem;
	}
	.single__cta00 .telButton .telButton__number {
		font-size: 2.8rem;
	}
	.single__cta00 .telButton .telButton__note {
		flex-direction: row;
		gap: 1rem;
		border-radius: 0.2rem;
		padding: 0.5rem 0;
		width: 100%;
	}
	.single__cta00 .lineButton a,
	.single__cta00 .emailButton a {
		flex-direction: column;
		gap: 0;
	}
	.single__cta00 .lineButton .lineButton__text,
	.single__cta00 .emailButton .emailButton__text {
		display: flex;
		align-items: center;
		gap: 0.8rem;
	}
	.single__cta00 .lineButton .lineButton__sub,
	.single__cta00 .emailButton .emailButton__sub {
		font-size: 1rem;
		width: 100%;
		text-align: center;
	}
	.single__cta00 .lineButton .lineButton__label,
	.single__cta00 .emailButton .emailButton__label {
		font-size: 1.6rem;
	}
}
@media screen and (min-width: 769px) {
	.single__cta00 *.forSP {
		display: none;
	}
	.single__cta00 .title img.forPC {
		display: block;
	}
}
/* //single__cta00 */