@charset "utf-8";

/*------------------------------------------
all
--------------------------------------------*/
html,
body {
	font-family: 'Roboto Condensed', 'Noto Sans JP', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 10px;
	letter-spacing: 0.1rem;
	scroll-behavior: smooth;
	color: #2C2C2C;
}

body {
	background-color: #DEF1F1;
}

a,
span {
	letter-spacing: 0.2rem;
	line-height: 1.5;
}

img {
	max-width: 100%;
}

.header-inner {
	max-width: 960px;
	margin: auto;
	background-color: #ffffff;
}

.container {
	max-width: 960px;
	margin: auto;
}

.container-vh {
	max-width: 960px;
	margin: auto;
}

@media screen and (max-width: 1000px) {}

@media screen and (max-width: 768px) {
	.header-inner {
		max-width: 100%;
	}

	.container {
		max-width: 345px;
	}

	.container-vh {
		max-width: 345px;
	}


}


/*------------------------------------------
header
--------------------------------------------*/
header {
	position: fixed;
	top: 25px;
	width: 100%;
	height: 80px;
	z-index: 99;
}

.header-inner {
	height: 100%;
	display: flex;
	align-items: center;
	box-shadow: 1px 1px 2px #2C2C2C;
}

h1 {
	width: 270px;
	padding: 0rem 2rem 0 1rem;
}


.call-box {
	width: 575px;
	height: 100%;
	display: flex;
	align-items: center;
	background-color: #DEF1F1;
	padding: 0 1.5rem;
}

.call-box img {
	margin-right: 1rem;
}

.call-box>div>div {
	display: flex;
	align-items: center;
	margin-bottom: 0.5rem;
}

.call-box>div>div img {
	margin-right: 0.5rem;

}

.call-box a {
	font-size: 4rem;
	line-height: 0;
	letter-spacing: 0;
	color: #26B8B4;
	font-weight: 900;
}

.call-box p {
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0;
}

.call-box .day {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0;
}

.call-box .note {
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0;
}

.contact-box {
	width: 115px;
	height: 100%;
	background-color: #FFED4A;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.contact-box :hover {
	background-color: #FFF496;

}

.contact-box a {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.contact-box a p {
	margin-bottom: 1rem;
}

.contact-box a span {
	font-weight: 700;
	color: #2695B8;
	letter-spacing: 0;
}

.header-inner .triangle {
	width: 24.5px;
	border-left: 12.5px solid transparent;
	border-right: 12.5px solid transparent;
	border-top: 8px solid #2695B8;
}

.openbtn1,
#g-nav {
	display: none;
}

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

	header {
		top: 0px;
		height: 65px;
	}

	.header-inner {
		box-shadow: initial;
		justify-content: space-between;

	}

	h1 {
		width: 225px;
		padding: 1rem 0.5rem 1rem 1rem;
	}


	.call-box,
	.contact-box {
		display: none;
	}

	.openbtn1,
	#g-nav {
		display: block;
	}

	.openbtn1,
	#g-nav {
		display: block;
	}

	#g-nav {
		position: fixed;
		z-index: 999;
		margin-top: 65px;
		top: 0;
		right: -120%;
		width: 100%;
		height: 100vh;
		background: #DEF1F1;
		transition: all 0.6s;
	}

	#g-nav.panelactive {
		right: 0;
	}

	#g-nav ul {
		width: 350px;
		margin: 3.5rem auto 0 auto;
	}

	#g-nav li {
		text-align: center;
		margin-bottom: 2rem;
	}

	#g-nav li a {
		font-size: 1.8rem;
		letter-spacing: 0;
		color: #2695B8;
		text-decoration: underline;
		font-weight: bold;
		display: flex;
		align-items: center;
	}

	#g-nav li a img {
		margin-right: 1rem;
	}


	#g-nav ul>a {
		margin-top: 7.5rem;
		width: 100%;
		height: 47.5px;
		background-color: #FFED4A;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		margin-bottom: 2.5rem;
		position: relative;
	}

	#g-nav ul>a p {
		font-size: 1.8rem;
		font-weight: 700;
		letter-spacing: 0;
		line-height: 0;
		color: #18A4A0;
	}

	#g-nav ul>a img {
		position: absolute;
		bottom: 42.5px;
	}

	#g-nav .call-group>p {
		font-size: 1.8rem;
		font-weight: 700;
		color: #18A4A0;
		text-align: center;
		padding-bottom: 1rem;
		border-bottom: solid 2px #18A4A0;
	}

	#g-nav .call-group div {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}


	#g-nav .call-group div a {
		font-size: 4.9rem;
		font-weight: 700;
		letter-spacing: 0;
		color: #18A4A0;
	}

	.openbtn1 {
		width: 65px;
		height: 65px;
		background-color: #DEF1F1;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		z-index: 9999;
	}

	.openbtn1 span {
		display: inline-block;
		transition: all .4s;
		width: 25px;
		height: 2px;
		background-color: #26B8B4;
	}

	.openbtn1 span:nth-of-type(1) {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.openbtn1 span:nth-of-type(2) {
		margin-bottom: 5px;

	}

	.openbtn1 span:nth-of-type(3) {
		margin-bottom: 7.5px;
	}

	.openbtn1.active span:nth-of-type(1) {
		top: 18px;
		left: 18px;
		transform: translateY(6px) rotate(-45deg);
		margin-bottom: 3px;
	}

	.openbtn1.active span:nth-of-type(2) {
		opacity: 0;
	}

	.openbtn1.active span:nth-of-type(3) {
		top: 30px;
		left: 18px;
		transform: translateY(-6px) rotate(45deg);
	}

	.openbtn1 p {
		font-size: 1.2rem;
		font-weight: 700;
		letter-spacing: 0rem;
		color: #26B8B4;
	}
}

/*mainvisual
---------------------------------------------------*/
#mainvisual {
	height: 640px;
	background-image: url(../images/mainvisual_1920.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 17rem;
	position: relative;
}

#mainvisual img {
	width: 100%;
}

.mv_1,
.mv_2,
.mv_3 {
	position: absolute;
}

.mv_1 {
	top: 130px;
	left: calc(50% - 485px);
}

.mv_2 {
	top: 550px;
	left: calc(50% - 480px);
}

.mv_3 {
	top: 430px;
	right: calc(50% - 480px);
}

@media screen and (min-width: 1451px) {
	#mainvisual {
		background-image: url(../images/mainvisual_1920.jpg);
	}
}

@media screen and (max-width: 1450px) {
	#mainvisual {
		background-image: url(../images/mainvisual_1200.jpg);
	}
}

@media screen and (max-width: 768px) {
	#mainvisual {
		background-image: url(../images/mainvisual_sp.jpg);
		padding-top: 65px;
		background-position: 0 140px;
	}

	.mv_1 {
		width: 345px;
		/*top: 100px;*/
		top: 210px;
		left: calc(50% - 180px);
	}

	.mv_2 {
		width: 345px;
		top: 570px;
		left: calc(50% - 172.5px);
	}

	.mv_3 {
		width: 345px;
		top: 715px;
		right: 0;
		left: calc(50% - 172.5px);
	}

}


/*tv-cm
---------------------------------------------------*/

#tv-cm .box {
	padding: 13.5rem 4rem 4.5rem 4rem;
	margin-bottom: 7rem;
	background-color: #ffffff;
	border: solid 4px #FFED4A;
	position: relative;
}

#tv-cm .box>picture {
	position: absolute;
	top: -32.5px;
}

#tv-cm .box>ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2rem;
}

#tv-cm .box>ul li {
	width: 285px;
}

#tv-cm .box>p {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.75;
	text-align: center;
	margin-bottom: 2rem;
}

#tv-cm .box a {
	width: 100%;
	height: 65px;
	background-color: #26B8B4;
	display: flex;
	justify-content: center;
	align-items: center;
}

#tv-cm .box a:hover {
	background-color: #71C9C6;
}

#tv-cm .box a p {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0;
	color: #FFED4A;
	text-align: center;
	width: 90%;
}

#tv-cm .box .triangle {
	width: 25px;
	border-left: 12.5px solid transparent;
	border-right: 12.5px solid transparent;
	border-top: 10px solid #FFED4A;
}

#tv-cm .movie ul {
	display: flex;
	justify-content: space-between;
	margin-top: 3rem;

}

#tv-cm .movie ul li p {
	font-size: 1.8rem;
	font-weight: 700;
	color: #26B8B4;
	text-align: center;
	margin-top: 2rem;
}

.modal-wrapper {
	z-index: 999;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}

.modal-wrapper:not(:target) {
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
	opacity: 1;
	visibility: visible;
	transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
	display: inline-block;
	height: 100%;
	margin-left: -.05em;
	vertical-align: middle;
	content: ""
}

.modal-wrapper .modal-window {
	display: inline-block;
	z-index: 20;
	position: relative;
	background: #fff;
	vertical-align: middle
}

#tv-cm .movie iframe {
	width: 750px;
	height: 425px;
	border: solid 4px #26B8B4;
}

.modal-wrapper .modal-window .modal-content {
	overflow-y: auto;
	text-align: left
}

.modal-overlay {
	z-index: 10;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
	z-index: 20;
	position: absolute;
	top: -55px;
	right: 5px;
	width: 35px;
}


@media screen and (max-width: 768px) {
	#tv-cm {
		padding-top: 32.5rem;
	}

	#tv-cm .box>picture {
		position: absolute;
		top: -32.5px;
		left: calc(50% - 151.5px);
		display: block;
	}

	#tv-cm .box {
		padding: 13.5rem 1.75rem 4.5rem 1.75rem;
		margin-bottom: 5rem;

	}

	#tv-cm .box>ul li:nth-child(3) {
		display: none;
	}

	#tv-cm .box>ul {
		display: flex;
		justify-content: space-between;
		margin-top: 2rem;
		margin-bottom: 2rem;
		width: 100%;
	}

	#tv-cm .box>ul li {
		width: 146px;
	}

	#tv-cm .box>p {
		text-align: left;
		margin-bottom: 2rem;
	}

	#tv-cm .box a {
		flex-direction: column;
	}

	#tv-cm .box a p {
		font-size: 1.6rem;
		width: 100%;
		margin-bottom: 0.75rem;
	}

	#tv-cm .movie ul {
		display: flex;
		margin-top: 3rem;
		flex-direction: column;
	}

	#tv-cm .movie iframe {
		width: 345px;
		height: 195px;
		border: solid 4px #26B8B4;
	}

	#tv-cm .movie ul li p {
		margin-top: 1.5rem;
		margin-bottom: 3.5rem;
		letter-spacing: 0;
	}

}

/*reason
---------------------------------------------------*/
#reason {
	padding: 11.5rem 0 15rem 0;
}

@media screen and (max-width: 768px) {
	#reason {
		padding: 5rem 0 10rem 0;
	}

	#reason .container {
		max-width: 100%;
	}

	#reason .container img{
		width: 100%;
	}

}

/*cta-green
---------------------------------------------------*/
#cta-green {
	background-color: #26B8B4;
	padding-bottom: 4rem;
}

#cta-green .box {
	position: relative;
	padding-top: 5rem;
}

#cta-green .box>picture {
	position: absolute;
	top: -35px;
	right: calc(50% - 390px);
}

#cta-green .box>ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2rem;
}

#cta-green .box>ul li {
	width: 315px;
}

#cta-green .box>ul li img {
	width: 100%;
}

#cta-green .box>p {
	font-size: 1.6rem;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.75;
	text-align: center;
	margin-bottom: 5rem;
}

#cta-green .box>a {
	width: 100%;
	height: 65px;
	background-color: #FFED4A;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-bottom: 4rem;
}

#cta-green .box a:hover {
	background-color: #FFF496;
}

#cta-green .box a p {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0;
	color: #18A4A0;
	text-align: center;
	width: 90%;
}

#cta-green .box .triangle {
	width: 25px;
	border-left: 12.5px solid transparent;
	border-right: 12.5px solid transparent;
	border-top: 10px solid #18A4A0;
}

#cta-green .box a img {
	position: absolute;
	bottom: 10px;
	left: calc(50% - 225px);
}

#cta-green .box>.call-group>p {
	font-size: 1.8rem;
	font-weight: 700;
	color: #FFED4A;
	text-align: center;
	width: 100%;
	border-bottom: solid 2px #FFED4A;
	padding-bottom: 1rem;
	margin-bottom: 1.5rem;
}

#cta-green .box>.call-group>div {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

#cta-green .box>.call-group>div>p {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0;
	color: #ffffff;
}

#cta-green .box>.call-group>.note {
	font-size: 1.4rem;
	letter-spacing: 0;

}

#cta-green .box>.call-group>div div {
	display: flex;
	align-items: center;
	margin-right: 1rem;
}

#cta-green .box>.call-group>div img {
	width: 50px;
	height: 50px;
	margin-right: 1rem;
}

#cta-green .box>.call-group>div a {
	font-size: 5.2rem;
	line-height: 0;
	letter-spacing: 0;
	color: #FFED4A;
	font-weight: 900;
}

#cta-green .box>.call-group>div>p br {
	display: none;
}


@media screen and (max-width: 768px) {
	#cta-green .box>picture {
		top: -17.5px;
		right: calc(50% - 150.5px);
	}

	#cta-green .box>ul {
		margin-top: 4.5rem;

	}

	#cta-green .box>ul li {
		width: 165px;
	}

	#cta-green .box>ul li:nth-child(3) {
		display: none;
	}

	#cta-green .box>p {
		text-align: left;
		margin-bottom: 5rem;
	}

	#cta-green .box>a {
		flex-direction: column;
		margin-bottom: 3.5rem;
	}

	#cta-green .box a p {
		font-size: 1.6rem;
		margin-bottom: 0.75rem;
	}

	#cta-green .box a img {
		width: 70px;
		bottom: 40px;
		left: calc(50% - 170px);
	}

	#cta-green .box>.call-group>p {
		letter-spacing: 0;
		padding-bottom: 1rem;
		margin-bottom: 1.5rem;
	}

	#cta-green .box>.call-group>div {
		flex-direction: column;
	}

	#cta-green .box>.call-group>div div {
		margin: auto;
	}

	#cta-green .box>.call-group>div img {
		width: 45px;
		height: 45px;
	}

	#cta-green .box>.call-group>div a {
		font-size: 4.4rem;
	}

	#cta-green .box>.call-group>div>p {
		margin-top: 1rem;
		width: 100%;
		text-align: center;
	}

	#cta-green .box>.call-group>div>p br {
		display: block;
	}

}


/*attention
---------------------------------------------------*/
#attention {
	padding: 16rem 0;
}

#attention .box-title {
	width: 100%;
	height: 170px;
	background-color: #26B8B4;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

#attention .box-title img {
	position: absolute;
	top: -47.5px;
	left: calc(50% - 50px);
}

#attention h2 {
	font-size: 3.2rem;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.7;
	margin-top: 1.5rem;
}

#attention h2 span {
	color: #FFED4A;
}

#attention .box {
	padding: 4.5rem 8rem 6rem 8rem;
	background-color: #ffffff;
}

#attention .box .title-middle {
	width: 100%;
	height: 5.5rem;
	background-color: #F2F2F2;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 3rem;
}

#attention .box .title-middle p {
	font-size: 1.6rem;
	font-weight: 700;
	color: #26B8B4;
}

#attention .box>p {
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 2.5rem;
	line-height: 1.75;
}

#attention .box ul {
	display: flex;
	justify-content: space-between;
	padding-bottom: 5rem;
	margin: 5rem 0;
	border-bottom: solid 2px #26B8B4;
}

#attention .box ul li {
	width: 375px;
}

#attention .box ul li .title {
	height: 50px;
	background-color: #DEF1F1;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1.5rem;
}

#attention .box ul li .title p {
	font-size: 1.8rem;
	font-weight: 700;
}

#attention .length {
	margin-top: 1.5rem;
	font-size: 1.6rem;
	width: 100%;
	margin-bottom: 1rem;
}

#attention .length tr th {
	padding: 0.5rem 0;
}

#attention .length tr th:nth-child(1) {
	width: 20%;
}

#attention .length tr th:nth-child(2) {
	width: 5%;
	text-align: center;
}

#attention .length tr th:nth-child(3) {
	width: 75%;
}

#attention .box ul li>p {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}

#attention .feature {
	margin-top: 1.5rem;
	font-size: 1.6rem;
	width: 100%;
	margin-bottom: 1rem;
}

#attention .feature tr th {
	padding: 0.75rem 0;
}

#attention .feature tr th:nth-child(1) {
	width: 10%;
}

#attention .feature tr th:nth-child(1) img {
	margin-top: -0.75rem;
}

#attention .feature tr th:nth-child(2) {
	width: 10%;
	letter-spacing: 0;
}

#attention .feature tr th:nth-child(3) {
	width: 5%;
	text-align: center;
}

#attention .feature tr th:nth-child(4) {
	width: 75%;
	line-height: 1.5;

	letter-spacing: 0;
}

#attention .box .title-large {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 1.5rem;
}


#attention .box .title-large p {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 1.5rem;
	background: linear-gradient(transparent 75%, #FFED4A 0%);

}

#attention .box .title-large p span {
	color: #26B8B4;
	line-height: 1.1;
}

#attention .box .left {
	text-align: left;
	margin-top: 2rem;
}

#attention .box .title-large-sp {
	display: none;
}


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

	#attention {
		padding: 10rem 0;
	}

	#attention .box-title img {
		width: 75px;
		top: -35px;
		left: calc(50% - 37.5px);
	}

	#attention .box-title {
		height: 120px;
	}

	#attention h2 {
		font-size: 2.4rem;
		line-height: 1.5;
		margin-top: 2rem;
	}

	#attention .box {
		padding: 3rem 2rem 3rem 2rem;
	}

	#attention .box .title-middle {
		height: 4rem;
		margin-bottom: 1.5rem;
	}

	#attention .box .title-middle p {
		font-size: 1.8rem;
		line-height: 1;
	}

	#attention .box>p {
		text-align: left;
		margin-bottom: 1.5rem;
		line-height: 1.5;
	}

	#attention .box ul {
		flex-direction: column;
		padding-bottom: 5rem;
		margin: 5rem 0;
		border-bottom: solid 2px #26B8B4;
	}

	#attention .box ul li {
		width: 100%;
	}

	#attention .box ul li .title {
		height: 40px;
		margin-bottom: 1.5rem;
	}

	#attention .length tr th:nth-child(1) {
		width: 25%;
	}

	#attention .length tr th:nth-child(3) {
		width: 70%;
	}

	#attention .box ul li>p {

		margin-bottom: 2.5rem;
	}


	#attention .feature tr th:nth-child(1) {
		width: 10%;
	}

	#attention .feature tr th:nth-child(2) {
		width: 15%;
		padding-left: 1rem;
	}

	#attention .feature tr th:nth-child(4) {
		width: 70%;
		padding-top: 0.5rem;
	}

	#attention .box .title-large {
		display: none;
	}

	#attention .box .title-large-sp {
		display: block;
		margin-bottom: 2.5rem;

	}

	#attention .box .title-large-sp p {
		font-size: 2.4rem;
		font-weight: 700;
		line-height: 1.1;
		text-align: center;
		width: fit-content;
		margin: auto;
		letter-spacing: 0;
		background: linear-gradient(transparent 75%, #FFED4A 0%);
		margin-bottom: 1rem;
	}

	#attention .box .title-large-sp p span {
		color: #26B8B4;
		line-height: 1.1;
		letter-spacing: 0;
	}

	#attention .box .left {
		margin-top: 3.5rem;
	}
}


/*cta-yellow
---------------------------------------------------*/
#cta-yellow {
	background-color: #FFED4A;
	padding-bottom: 4rem;
}

#cta-yellow .box {
	position: relative;
	padding-top: 5rem;
}

#cta-yellow .box>picture {
	position: absolute;
	top: -35px;
	right: calc(50% - 390px);
}

#cta-yellow .box>ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2rem;
}

#cta-yellow .box>ul li {
	width: 315px;
}

#cta-yellow .box>ul li img {
	width: 100%;
}

#cta-yellow .box>p {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.75;
	text-align: center;
	margin-bottom: 5rem;
}

#cta-yellow .box>a {
	width: 100%;
	height: 65px;
	background-color: #26B8B4;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-bottom: 4rem;
}

#cta-yellow .box a:hover {
	background-color: #71C9C6;
}

#cta-yellow .box a p {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0;
	color: #FFED4A;
	text-align: center;
	width: 90%;
}

#cta-yellow .box .triangle {
	width: 25px;
	border-left: 12.5px solid transparent;
	border-right: 12.5px solid transparent;
	border-top: 10px solid #FFED4A;
}

#cta-yellow .box a img {
	position: absolute;
	bottom: 10px;
	left: calc(50% - 225px);
}

#cta-yellow .box>.call-group>p {
	font-size: 1.8rem;
	font-weight: 700;
	color: #26B8B4;
	text-align: center;
	width: 100%;
	border-bottom: solid 2px #26B8B4;
	padding-bottom: 1rem;
	margin-bottom: 1.5rem;
}

#cta-yellow .box>.call-group>div {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

#cta-yellow .box>.call-group>div>p {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0;
	color: #26B8B4;
}

#cta-yellow .box>.call-group>.note {
	font-size: 1.4rem;
	letter-spacing: 0;

}

#cta-yellow .box>.call-group>div div {
	display: flex;
	align-items: center;
	margin-right: 1rem;
}

#cta-yellow .box>.call-group>div img {
	width: 50px;
	height: 50px;
	margin-right: 1rem;
}

#cta-yellow .box>.call-group>div a {
	font-size: 5.2rem;
	line-height: 0;
	letter-spacing: 0;
	color: #26B8B4;
	font-weight: 900;
}


#cta-yellow .box>.call-group>div>p br {
	display: none;
}



@media screen and (max-width: 768px) {
	#cta-yellow .box>picture {
		top: -17.5px;
		right: calc(50% - 150.5px);
	}

	#cta-yellow .box>ul {
		margin-top: 4.5rem;

	}

	#cta-yellow .box>ul li {
		width: 165px;
	}

	#cta-yellow .box>ul li:nth-child(3) {
		display: none;
	}

	#cta-yellow .box>p {
		text-align: left;
		margin-bottom: 5rem;
	}

	#cta-yellow .box>a {
		flex-direction: column;
		margin-bottom: 3.5rem;
	}

	#cta-yellow .box a p {
		font-size: 1.6rem;
		margin-bottom: 0.75rem;
	}

	#cta-yellow .box a img {
		width: 70px;
		bottom: 40px;
		left: calc(50% - 170px);
	}

	#cta-yellow .box>.call-group>p {
		letter-spacing: 0;
		padding-bottom: 1rem;
		margin-bottom: 1.5rem;
	}

	#cta-yellow .box>.call-group>div {
		flex-direction: column;
	}

		
	#cta-yellow .box>.call-group>div div {
		margin: auto;
	}


	#cta-yellow .box>.call-group>div img {
		width: 45px;
		height: 45px;
	}

	#cta-yellow .box>.call-group>div a {
		font-size: 4.4rem;
	}

	#cta-yellow .box>.call-group>div>p {
		margin-top: 1rem;
		width: 100%;
		text-align: center;

	}

	#cta-yellow .box>.call-group>div>p br {
		display: block;
	}

}


/*achievement
---------------------------------------------------*/
#achievement {
	background-color: #26B8B4;
	padding: 7.5rem 0 11rem 0;
	margin: 11rem 0;
}

#achievement h2 {
	font-size: 2rem;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
}

#achievement h2 .color {
	color: #FFED4A;
}

#achievement h2 .medium {
	font-size: 3.6rem;
}

#achievement h2 .large {
	font-size: 4.8rem;
}

#achievement .container>picture {
	display: block;
	text-align: center;
	margin: 0.5rem 0 3rem 0;
}

#achievement .box {
	background-color: #ffffff;
	padding: 5rem 8rem 6.5rem 8rem;
}

#achievement .box ul {
	display: flex;
	flex-wrap: wrap;
}

#achievement .box ul li {
	width: 370px;
	margin-bottom: 4.5rem;
}

#achievement .box ul li:nth-child(odd) {
	margin-right: 3rem;
}

#achievement .box ul li:nth-child(even) {
	width: 370px;
	margin-left: 3rem;
}

#achievement .box ul li p {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 1.5rem;
}

#achievement .box>div {
	width: 100%;
	border: solid 4px #FFED4A;
	padding: 3.5rem 4rem;
}

#achievement .box>div picture {
	display: block;
	text-align: center;
	margin-bottom: 3rem;
}

#achievement .box>div p {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
}

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

	#achievement {
		padding: 5.5rem 0 7.5rem 0;
		margin: 8.5rem 0;
	}

	#achievement h2 {
		margin-bottom: 2rem;
	}

	#achievement h2 .large {
		font-size: 3.6rem;
	}

	#achievement .container>picture {
		margin: 0.5rem 0 4.5rem 0;
	}

	#achievement .box {
		padding: 4rem 2rem 6.5rem 2rem;
	}

	#achievement .box-title {
		width: 100%;
	}

	#achievement .box-title img {
		width: 345px;
	}

	#achievement .box ul li {
		width: 100%;
		margin-bottom: 4.5rem;
	}

	#achievement .box ul li:nth-child(odd) {
		margin-right: 0rem;
	}

	#achievement .box ul li:nth-child(even) {
		margin-left: 0rem;
	}

	#achievement .box>div {
		width: 100%;
		border: solid 4px #FFED4A;
		padding: 3rem 2rem;
	}
}


/*assure
---------------------------------------------------*/
#assure {
	padding-bottom: 5rem;
}

#assure h2 {
	display: block;
	text-align: center;
	margin-bottom: 7.5rem;
}

#assure .box {
	background-image: url(../images/background_pc.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 9rem 6rem 6rem 6rem;
	border: solid 4px #26B8B4;
	margin-bottom: 12.5rem;
}

#assure .title {
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #26B8B4;
	margin-top: -130px;
	margin-bottom: 5rem;
}

#assure .title p {
	font-size: 2.4rem;
	font-weight: 700;
	color: #ffffff;
}

#assure .method {
	display: flex;
	margin-bottom: 5rem;
}

#assure .method .method-first,
#assure .method .method-second {
	margin-left: 2rem;
}

#assure .method .medium {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

#assure .method .color {
	font-size: 2.4rem;
	font-weight: 700;
	color: #26B8B4;
	margin-bottom: 2rem;
}

#assure .method .small {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
}

#assure .method .method-first li {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}

#assure .method .method-first li img {
	margin-right: 0.75rem;
}

#assure .method .method-first li p {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
}

#assure .headline {
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	border: solid 2px #26B8B4;
	margin-bottom: 2.5rem;
}

#assure .headline p {
	font-size: 2rem;
	font-weight: 700;
	color: #26B8B4;
}

#assure .headline p span {
	color: #000000;
}

#assure .detail>div {
	display: flex;
}

#assure .detail .method-first {
	align-items: center;
}

#assure .detail .method-first p {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	margin-left: 2rem;
}

#assure .detail .method-second>div {
	margin-bottom: 4rem;
	margin-left: 2.5rem;
}

#assure .detail .method-second ul li {
	display: flex;
	align-items: center;
	margin-bottom: 1.25rem;
}

#assure .detail .method-second ul li img {
	margin-right: 0.75rem;
}

#assure .detail .method-second ul li p {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
}

#assure .detail .method-second ul li p span {
	color: #26B8B4;
}

#assure .detail .method-second div>p {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}

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

	#assure h2 {
		margin-bottom: 6.5rem;
	}


	#assure .box {
		background-image: url(../images/background_sp.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		padding: 9rem 2rem 2.25rem 2rem;
		margin-bottom: 7.5rem;
	}

	#assure .title {
		width: 300px;
		height: 80px;
		background-color: #26B8B4;
		margin-top: -130px;
		margin-bottom: 3.5rem;
	}

	#assure .title p {
		font-size: 2.0rem;
		width: 235px;
		line-height: 1.5;
		text-align: center;
	}

	#assure .method {
		flex-direction: column;
		margin-bottom: 1.5rem;
	}

	#assure .method .method-first,
	#assure .method .method-second {
		margin-left: 0rem;
	}

	#assure .method .medium {
		margin-top: 2rem;
		margin-bottom: 1rem;
		line-height: 1.5;
		text-align: center;
	}

	#assure .method .color {
		text-align: center;
	}

	#assure .headline {
		height: 40px;
		margin-bottom: 2.5rem;
	}

	#assure .headline p {
		font-size: 1.6rem;
	}

	#assure .headline p {
		font-size: 1.5rem;
		letter-spacing: 0;
	}

	#assure .headline p span {
		letter-spacing: 0;
	}

	#assure .detail>div {
		flex-direction: column;
	}

	#assure .detail .method-first p {
		margin-left: 0;
		margin-top: 2rem;
	}

	#assure .detail .method-second>img {
		width: 225px;
		display: block;
		margin-left: 5rem;
	}

	#assure .detail .method-second>div {
		margin-top: 3rem;
		margin-bottom: 0rem;
		margin-left: 0rem;
	}

	#assure .detail .method-second ul li p {
		line-height: 1.25;
		letter-spacing: 0;
	}

}


/*voice
---------------------------------------------------*/
#voice {
	padding: 11rem 0;
}

#voice h2 {
	margin-bottom: 7.5rem;
}

#voice h2 picture {
	display: block;
	text-align: center;
}

#voice .container picture {
	display: block;
	margin-bottom: 5rem;
}


@media screen and (max-width: 768px) {
	#voice {
		padding: 8.5rem 0 3rem 0;
	}

	#voice h2 {
		margin-bottom: 5rem;
	}

}


/*faq
---------------------------------------------------*/
#faq {
	padding-bottom: 12.5rem;
}

#faq h2 {
	margin-bottom: 5rem;
}

#faq .box {
	padding: 1rem 4rem;
	background-color: #ffffff;
	margin-bottom: 10rem;
}

#faq .box>div {
	padding: 4rem 0;

}

#faq .box>div:nth-child(1),
#faq .box>div:nth-child(2),
#faq .box>div:nth-child(3),
#faq .box>div:nth-child(4) {
	border-bottom: dashed 1.5px #26B8B4;
}

#faq .box .question {
	display: flex;
	align-items: center;
	margin-bottom: 2.5rem;
}

#faq .box .question img {
	margin-right: 2rem;
}

#faq .box .question p {
	font-size: 2rem;
	font-weight: 700;
	color: #26B8B4;
	line-height: 1.75;
}

#faq .box .answer {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	margin-left: 6rem;
}

#faq .container>picture {
	display: block;
	text-align: center;
	margin-bottom: 5rem;
}

#faq .member {
	background-image: url(../images/background_short.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 180px;
}

#faq .member .mincontainer {
	width: 767px;
	margin: auto;
	position: relative;
}

#faq .member .mincontainer div {
	position: absolute;
	top: -83px;
}



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

	#faq {
		padding-bottom: 9.5rem;
	}

	#faq .member .mincontainer {
		width: 97.5%;

	}

	#faq .box {
		padding: 1rem 2rem;
		margin-bottom: 8.5rem;
	}

	#faq .box>div {
		padding: 0rem 0 3.5rem 0;
	}

	#faq .box .question p {
		padding-top: 3.5rem;
		letter-spacing: 0;
	}

	#faq .box .question {
		display: flex;
		align-items: center;
		margin-bottom: 1.5rem;
	}

	#faq .box>div:nth-child(5)>.question img {
		margin-top: -10rem;
	}

	#faq .container>picture {
		display: block;
		text-align: center;
		margin-bottom: 3.5rem;
	}

	#faq .member {
		width: 100%;
		height: 87.5px;
	}


	#faq .member .mincontainer {
		width: 375px;
	}

	#faq .member .mincontainer div {
		top: -41px;
	}

}


/*contact
---------------------------------------------------*/
#contact {
	background-color: #26B8B4;
	padding: 80px 0;
}

#contact>picture {
	display: block;
	text-align: center;
}

#contact .container {
	background-color: #ffffff;
}

#contact .container>div {
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FFED4A;
	margin-bottom: 3.5rem;
	position: relative;
}

#contact .bubble {
	position: absolute;
	top: -30px;
	left: 90px;
}

#contact .container>P {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.75;
	margin-bottom: 7.5rem;
	text-align: center;
}


form {
	max-width: 800px;
	width: 800px;
	padding: 0 0 65px 0;
	margin: auto;
}

.form-item {
	margin-bottom: 5rem;
}

.agree-items {
	display: flex;
	justify-content: center;
	margin-bottom: 2.5rem;
}

label {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
}

.agree-items label {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 0;
	order: 2;
}

.agree-items label span {
	color: #2695B8;
	text-decoration: underline;
}

.address {
	margin-bottom: 3rem;
}

.address-title {
	font-size: 1.6rem;
	margin-bottom: 0.25rem;
}

.form-item div>div {
	margin-bottom: 2.5rem;
}

.zip {
	width: 125px;
}

.required,
.any {
	font-size: 1.4rem;
	font-family: 700;
	width: 50px;
	border-radius: 3px;
	padding: 0.2rem 0;
	margin-left: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.required {
	color: #ffffff;
	background-color: #26B8B4;
}

.any {
	color: #26B8B4;
	border: solid 2px #26B8B4;
}

input {
	font-size: 1.8rem;
	letter-spacing: 0.1rem;
	border-bottom: solid 2px #26B8B4;
	width: 100%;
	height: 40px;
	padding: 0.1rem 0.2rem;
}

input#agree {
	width: 30px;
	height: 30px;
	margin-right: 1.5rem;
	accent-color: #0d9c97;
}

textarea {
	font-size: 1.8rem;
	letter-spacing: 0.1rem;
	width: 100%;
	height: 300px;
	padding: 1.5rem;
	border: 2px solid #26B8B4;
	border-radius: 5px;
}


button[disabled] {
	color: #cfcfcf;
	background: #ededed;
}

.cta-btn {
	font-size: 1.6rem;
	font-weight: 700;
	color: #ffffff;
	background: #26B8B4;
	width: 385px;
	height: 75px;
	margin: 3.5rem auto 0 auto;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cta-btn:hover {
	background: #71C9C6;
}

button[disabled]:hover {
	background: #ededed;
}

::placeholder {
	font-family: 'Roboto Condensed', 'Noto Sans JP', sans-serif;
	font-size: 1.8rem;
	color: #c5c5c5;
	letter-spacing: 0.1rem;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
	background-color: #f0ffff;
}

.error {
	font-size: 1.4rem;
	font-weight: 500;
	height: 40px;
	padding-left: 1rem;
	margin-top: 1.5rem;
	position: relative;
	background-color: #FFED4A;
	border-radius: 3px;
	display: flex;
	align-items: center;
}

.error:before {
	content: '';
	left: 10px;
	top: -7.5px;
	display: block;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #FFED4A;
	border-left: 20px solid transparent;
	position: absolute;
}

/*confirm
--------------------------------*/
.confirm h2 {
	font-size: 4.8rem;
	font-weight: 700;
	text-align: center;
	color: #26B8B4;
}

.confirm .confirmation {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	color: #26B8B4;
	word-break: break-all;
}

.btn-flex {
	display: flex;
	justify-content: space-between;
}

.btn-flex input {
	font-size: 1.6rem;
	font-weight: 700;
	color: #ffffff;
	display: block;
	width: 385px;
	height: 75px;
	border-radius: 5px;
	background: #858585;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: initial;
}

.btn-flex input:hover {
	background-color: #afafaf;
}

.btn-flex button {
	font-size: 1.6rem;
	font-weight: 700;
	color: #ffffff;
	display: block;
	width: 385px;
	height: 75px;
	border-radius: 5px;
	background: #26B8B4;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn-flex button:hover {
	background-color: #71C9C6;
}

/*thanks
--------------------------------*/

#contact .container-vh .box {
	margin-top: 100px;
	padding: 5rem 8rem;
	background-color: #ffffff;

}

#contact .container-vh h2 {
	font-size: 4.8rem;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	color: #26B8B4;
	margin-bottom: 5rem;
}

#contact .container-vh p {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 5rem;

}

.tks-btn {
	font-size: 1.6rem;
	font-weight: 700;
	color: #ffffff;
	display: block;
	width: 385px;
	height: 75px;
	border-radius: 5px;
	background: #26B8B4;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
}

.fix-btn {
	display: none;
}


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

	#contact {
		background-color: #26B8B4;
		padding: 80px 0 50px 0;
	}


	#contact .container>div {
		height: 100px;
		margin-bottom: 3.5rem;
	}

	#contact h2 img {
		width: 295px;
	}

	#contact .bubble {
		width: 72.5px;
		height: 72.5px;
		top: -57.5px;
		left: calc(50% - 172.5px);
	}

	#contact .container>P {
		width: 305px;
		text-align: left;
		margin: 0 auto 5rem auto;
		line-height: 1.5;
	}

	form {
		max-width: 305px;
		width: 305px;
		padding: 0 0 50px 0;
	}

	.form-item {
		margin-bottom: 4.5rem;
	}


	.address {
		margin-bottom: 2.5rem;
	}

	.zip {
		width: 77.5px;
	}

	form .agree {
		display: initial;
		align-items: initial;
		line-height: 1.5;
	}

	form .agree-items {
		margin-bottom: 2.5rem;

	}

	.cta-btn {
		width: 100%;
		height: 65px;
		margin: 1.5rem auto 0 auto;
		border-radius: 5px;
	}

	/*confirm-----------------*/

	.confirm h2 {
		font-size: 2.4rem;
		font-weight: 700;
		text-align: center;
		color: #26B8B4;
	}

	.btn-flex input {
		width: 145px;
		height: 65px;
	}

	.btn-flex button {
		width: 145px;
		height: 65px;
	}

	.confirm .confirmation {
		font-size: 1.8rem;
	}


	/*thanks-----------------*/

	#contact .container-vh .box {
		margin-top: 50px;
		padding: 4rem 2rem 5rem 2rem;
	}

	#contact .container-vh h2 {
		font-size: 2.8rem;
		margin-bottom: 3.5rem;
	}

	#contact .container-vh p {
		margin-bottom: 3.5rem;
	}

	.tks-btn {
		width: 100%;
		height: 65px;
	}
}

/*footer
---------------------------------------------------*/
footer {
	width: 100%;
	height: 100px;
	background-color: #18A4A0;
	display: flex;
	justify-content: center;
	align-items: center;
}

footer p {
	font-size: 1.6rem;
	font-weight: 500;
	color: #ffffff;
}


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


	footer {
		height: 50px;
		background-color: #18A4A0;
	}

}


/*fixed-btn
---------------------------------------------------*/

.fixed-btn {
	display: none;
}

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

	.fixed-btn {
		display: block;
		width: 100%;
		position: fixed;
		/*bottom: 0;*/
		top: 65px;
	}

	.fixed-btn .yellow {
		padding: 0.75rem 1.5rem;
		background-color: #FFED4A;
	}

	.fixed-btn .yellow>a {
		height: 2.5rem;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #26B8B4;
		border-radius: 3px;
		margin-bottom: 0.5rem;
	}

	.fixed-btn .yellow>a:hover {
		background-color: #71C9C6;
	}

	.fixed-btn .yellow>a p {
		font-size: 1.2rem;
		font-weight: 700;
		color: #ffffff;
		letter-spacing: 0.2rem;
		width: fit-content;
	}

	.fixed-btn .yellow>p {
		font-size: 1.8rem;
		font-weight: 700;
		color: #26B8B4;
		text-align: center;
	}

	.fixed-btn .green {
		padding: 0.75rem 1.5rem;
		background-color: #26B8B4;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.fixed-btn .green>div {
		width: 210px;
	}

	.fixed-btn .green>div p {
		font-size: 1.1rem;
		font-weight: 700;
		letter-spacing: 0.1rem;
		color: #ffffff;
		width: 100%;
		text-align: center;
		padding-bottom: 0.25rem;
		border-bottom: solid 1px #FFED4A;
	}

	.fixed-btn .green>div a {
		font-size: 3.4rem;
		font-weight: 700;
		line-height: 1;
		letter-spacing: 0;
		color: #FFED4A;
	}

	.fixed-btn .green>a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 160px;
		height: 50px; 
		border-radius: 3px;
		background-color: #FFED4A;
		padding: 0.5rem;
	}

	.fixed-btn .green>a:hover {
		background-color: #FFF496;
	}

	.fixed-btn .green>a>img {
		width: 30px;
		height: 30px;
		margin-right: 4px;
	}

	.fixed-btn .green>a>p {
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1;
		letter-spacing: 0;
		color: #26B8B4;
	}

}


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

	.fixed-btn .green>div {
		margin-right: 1rem;
		width: 200px;
	}

	.fixed-btn .green>a {
		width: 135px;
	}

	.fixed-btn .green>a>p {
		font-size: 1.4rem;
	}

}