@charset "utf-8";

.l-header {
	background: #fff;
	border-bottom: 1px solid #eee;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 999;
}

.l-header_inner {
	align-items: center;
	/* align-items: start; */
	display: flex;
	/* height: 100px; */
	justify-content: space-between;
	margin: 0 auto;
	padding: 10px;
	padding-bottom: 16px;
	max-width: 1000px;
}

.l-header_ttl {
	align-items: center;
	display: flex;
	flex: 1;
	margin-right: 10px;
}

.l-header_ttl-logo {
	display: block;
	max-width: 260px;
	/* width: 220px; */
	background-color: #fff;
	margin-top: 5px;
}

.l-header_ttl-txt {
	font-size: 1.2em;
	margin: 0 0 0 1em;
	line-height: 1.2;
}

.c-btn {
	color: #1eac4a;
	width: 320px;
	display: inline-block;
	border-radius: 10px;
	padding: 0.3em 1.5em 0.3em 0.5em;
	margin: 0 5px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: .3s;
}


.c-btn:hover {
	border: 2px solid #8ec055;
	background-color: #8ec055;
	color: #fff;
}

.c-btn--outline1 {
	border: 2px solid #e3904a;
	background-color: #e3904a;
	color: #ffffff;
	letter-spacing: 2px;

}

.c-btn--outline2 {
	border: 2px solid #fedc5e;
	background-color: #fedc5e;
	color: #2b2524;
	letter-spacing: 2px;
}

.c-btn--outline.is-color {
	background-color: #1eac4a;
	color: #fff;
}

.c-btn--outline.is-color:hover {
	background-color: #fff;
	color: #1eac4a;
}

.c-btn--outline.is-wht {
	/* border-color: #fff;
	color: #fff; */
}

.c-btn--outline.is-wht:hover {
	background-color: #8ec055;
	color: #fff;
}

.c-btn_txt {
	font-size: 20px;
	font-weight: 900;
}

.btn_arrow {
	width: 1.3em;
	height: 1.3em;
	content: "";
	background: url('../img/cta_arrow.svg') repeat-x center/ cover;
	display: block;
	position: absolute;
	top: 16%;
	right: 1em;
}

.l-header .btn_arrow::before {
	color: #fff;
	top: 70%;
}

.c-btn:hover .c-btn_txt .btn_arrow::before {
	color: #fff;
	transition: .3s;
}

.btn-phone .c-btn_txt .en_txt {
	font-size: 1.2em;
	font-weight: 600;
	display: block;
}

.l-header_btn_txt {
	color: #e08a04;
	text-align: center;
	font-weight: 400;
}

/*-----------------------------------
スマートフォン
  -----------------------------------*/

@media (max-width: 750px) {

	.l-header_inner {
		height: 77px;
		padding: 11px 10px 8px 10px;
	}

	.l-header_ttl {
		display: block;
		margin-right: 0;
	}

	.l-header_ttl-logo {
		max-width: 155px;
		/* width: 155px; */
		height: 25px;
	}

	.l-header_ttl-logo img {
		width: 120px;
		max-height: auto;
	}

	.l-header_ttl-txt {
		font-size: 10px;
		margin: 0;
	}

	.c-btn_txt {
		font-weight: 600;
		font-size: 14px;
	}
}

@media (max-width: 680px) {
	.c-info {
		display: block;
	}

	.c-info_img::before {
		height: 65vw;
		position: static;
	}

	.c-info_note {
		display: block;
	}

	.c-info_note-inner {
		text-align: left;
		padding: 40px 20px !important;
	}

	.p-practice .c-info_note-inner {
		text-align: center;
		padding-bottom: 0 !important;
	}

	.c-info_note-ttl {
		font-size: 2.4rem;
	}

	.c-info_note-ttl .is-sml {
		font-size: 1.8rem;
	}

	/* c-popup */
	.c-popup_content {
		padding: 20px;
	}

	.c-popup_content img {
		width: auto;
		max-width: inherit;
	}

	.c-popup_content .c-grid_row {
		display: block;
	}

	.l-header_right {
		width: calc(100% - 130px);
		max-width: 250px;
	}

	.c-btn {
		width: 100%;
		border-radius: 10px;
		padding: 0.3em 1.5em 0.3em 0.5em;
		display: block;
		margin: 0 auto;
		position: relative;
		text-align: center;
		text-decoration: none;
		transition: .3s;
	}

	.l-header_btn_txt {
		font-size: 12px;
	}

	.c-btn--outline {
		padding-right: 35px;
		text-align: left;
		padding: 1em 2.5em 1em 1em;
		font-size: 0.8em;
		line-height: 1.2;
	}

	.btn-phone {
		width: 100%;
		margin-right: 0;
		background-color: #82b348;
		border: none;
		text-align: center;
		padding: 0.7em 1em 0.4em !important;
	}

	.btn-phone:hover {
		width: 100%;
		margin-right: 0;
		background-color: #82b348;
		border: none;
		text-align: center;
	}

	.btn-phone .c-btn_txt {
		color: #fff;
		/* font-size: 0.8em; */
		font-size: 0.4em;
	}

	.btn-phone .c-btn_txt .en_txt {
		padding: 0 5px;
		display: inline-block;
		font-size: 1.5em;
	}

	.btn_arrow {
		top: 23%;
	}

	.l-header .btn_arrow::before {
		top: 65%;
	}

	.l-header {
		border-bottom: none;
	}

	.p-hero_ttl picture {
		width: 100% !important;
	}
}
}