@charset "utf-8";

html {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	width: 100%;
	height: 100%;
	background: #fff;
}

body {
	margin: 0;
	font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "游ゴシック",
		YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",
		Meiryo, "Helvetica Neue", sans-serif;
	color: #333;
	height: 100%;
	width: 100%;
	font-size: 1.4rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

div {
	box-sizing: border-box;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

img {
	width: 100%;
	height: auto;
}

input[type="text"],
input[type="email"],
select,
input[type="tel"] {
	-webkit-appearance: none;
}

select::-ms-expand {
	display: none;
}

input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
}

textarea {
	-webkit-appearance: none;
}

input[type="submit"]:focus {
	outline: 0;
}

.fadein_sc {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity, transform 0.6s 0s;
}

/*---------------------------------
Common
---------------------------------*/

#wrapper {
	position: relative;
	margin-top: 75px;
	min-height: 100%;
	height: auto;
}

.container {
	max-width: 100%;
	margin: 0 auto;
}

.obj-fit-img {
	object-fit: cover;
	object-position: center;
	font-family: "object-fit: cover; object-position: center;";
}

.container {
	max-width: 100%;
	margin: 0 auto;
}

.display_pc {
	display: none;
}

.display_sp {
	display: block;
}

.underline {
	background: linear-gradient(transparent 60%, #ffeb79 0%);
}

.bg_gray {
	background: #efefef;
}

.fc_red {
	color: #d52d1f;
}

.fc_orange {
	color: #e56e16;
}

.-mt_24 {
	margin-top: 24px !important;
}

.-mt_45 {
	margin-top: 45px !important;
}

@media (min-width: 768px) {
	.display_pc {
		display: block;
	}

	.display_sp {
		display: none;
	}

	.container {
		max-width: 90%;
		margin: 0 auto;
	}
}

@media (min-width: 1201px) {
	#wrapper {
		margin-top: 0px;
	}

	.container {
		max-width: 1048px;
		margin: 0 auto;
		padding: 0 24px;
	}
}

.wrap {
	text-align: center;
}
.youtube {
	max-width: 100%;
}

/*
Link
---------------------------------*/

.btn_link {
	width: 100%;
	height: 64px;
	margin: 0 auto;
	padding: 8px 32px 8px 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 1.6rem;
	color: #fff !important;
	position: relative;
	background: linear-gradient(
		180deg,
		#e56e16 0%,
		#e56e16 50%,
		#e05600 50%,
		#e05600 100%
	);
	transition: opacity 0.3s;
}

.btn_link:hover {
	opacity: 0.7;
}

.btn_link::after {
	content: "\f054";
	font-size: 1.6rem;
	color: #fff;
	font-weight: 700;
	font-family: "Font Awesome 5 Free";
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	vertical-align: middle;
}

@media (min-width: 768px) {
	.btn_link {
		max-width: 320px;
	}
}

/*
Title Text List
---------------------------------*/

.section_title {
	position: relative;
	font-size: 2.2rem;
	font-weight: 700;
	margin: 0 0 40px;
	padding: 0;
	text-align: center;
}

.section_title img {
	width: 50px;
	height: auto;
	display: block;
	margin: 0 auto 6px auto;
}

.section_title span {
	color: #40505f;
	font-family: "Roboto", sans-serif;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	display: block;
	margin: 6px 0 0;
}

.bottom_line_title {
	margin: 0 0 24px;
	padding: 0 0 5px 0;
	font-weight: 700;
	font-size: 2.2rem;
	border-bottom: 2px solid #40505f;
	text-align: center;
	letter-spacing: 0.1em;
}

.combination_title {
	font-weight: 700;
	font-size: 2.2rem;
	text-align: center;
	margin: 0 0 24px;
}

.combination_title span {
	font-weight: 500;
	font-size: 1.4rem;
	margin: 0 0 8px;
	display: block;
}

.page_contents .column_title,
.page_contents .section h2:not(.section_title):not(.left_line_title) {
	font-size: 2rem;
	margin: 24px 0;
	padding: 0 0 14px;
	line-height: 1.8em;
	font-weight: 700;
	text-align: left;
	border-bottom: 3px solid #e56e16;
}

.left_line_title,
.page_contents .section h3 {
	position: relative;
	margin: 0 0 24px;
	padding: 10px 0 10px 20px;
	font-weight: 700;
	font-size: 2rem;
	background: #f7f7f7;
}

.left_line_title::before,
.page_contents .section h3::before {
	content: "";
	position: absolute;
	background: #e56e16;
	height: 100%;
	width: 6px;
	top: 0;
	left: 0;
}

.page_contents p {
	font-size: 1.6rem;
	margin: 0 0 24px;
	line-height: 1.8em;
}

.page_contents a.under_link {
	color: #e56e16;
	text-decoration: underline;
}
.page_contents .wp-block-image img {
	width: 100% !important;
}

@media (min-width: 1201px) {
	.section_title {
		font-size: 3.4rem;
		margin: 0 0 60px;
	}

	.section_title img {
		width: 88px;
		margin: 0 auto 15px auto;
	}

	.section_title span {
		font-size: 2.2rem;
		margin: 10px 0 0;
	}

	.bottom_line_title {
		margin: 0 0 60px;
		padding: 0 0 20px 0;
		font-weight: 700;
		font-size: 3.8rem;
		border-bottom: 4px solid #40505f;
		text-align: center;
		letter-spacing: 0.1em;
	}

	.combination_title {
		font-size: 3.4rem;
		margin: 0 0 60px;
	}

	.combination_title span {
		font-size: 2rem;
		margin: 0 0 10px;
	}

	.page_contents .column_title,
	.page_contents .section h2:not(.section_title):not(.left_line_title) {
		font-size: 2.4rem;
		margin: 18px 0 50px;
		padding: 0 0 8px;
		border-bottom: 4px solid #e56e16;
	}

	.page_contents p {
		margin: 0 0 50px;
	}
	.page_contents .wp-block-image img {
		width: 100% !important;
		max-width: 100%;
	}
	.page_contents .wp-block-image img.wp-image-244 {
		width: 100% !important;
		max-width: 500px;
	}
}

/*
Table
---------------------------------*/

/* table */

.table {
	width: 100%;
	border-collapse: collapse;
	border: solid 3px #333;
	font-size: 1.6rem;
	margin: 16px 0;
	background: #fff;
}

.table thead {
	border-bottom: solid 3px #333;
}

.table th,
.table td {
	padding: 8px;
	border: 1px solid #333;
}

.table th {
	width: 40%;
	text-align: left;
	background: #efefef;
}

@media (min-width: 768px) {
	.table {
		margin: 32px 0;
	}
}

/* table_responsive */

.table.responsive th,
.table.responsive td {
	width: 100%;
	display: block;
}

.table.responsive th {
	width: 100%;
}

.table.responsive tr:not(:first-child) th {
	border-top: none;
}

@media (min-width: 768px) {
	.table.responsive th,
	.table.responsive td {
		width: auto;
		display: table-cell;
	}

	.table.responsive th {
		width: 40%;
	}
}

/* table_scroll */

.table.scroll_wrapper {
	overflow: hidden;
}

.table.scroll {
	border-right: none !important;
	overflow-x: scroll;
	white-space: nowrap;
	display: block;
}

.table.scroll td {
	border-right: solid 4px #333;
}

@media (min-width: 768px) {
	.table.scroll {
		display: table;
	}
}

/* table_color */

.table.table_orange {
	border: solid 3px #e56e16;
}

.table.table_orange thead {
	border-bottom: solid 3px #e56e16;
}

.table.table_orange th,
.table.table_orange td {
	border: 1px solid #e56e16;
}

.table.scroll.table_orange td {
	border-right: solid 4px #e56e16;
}

.table.table_orange th {
	background: #fff8e3;
}

/* テーブル 線の色 */

.table.table_white {
	border: solid 3px #e56e16;
}

.table.table_pink thead {
	border-bottom: solid 3px #e56e16;
}

.table.table_white th,
.table.table_pink td {
	border: 1px solid #e56e16;
}

.table.scroll.table_white td {
	border-right: solid 4px #e56e16;
}

/* テーブル 背景部分の色 */

.table.table_white th {
	background: #ffffff;
}

/*---------------------------------
Header Footer
---------------------------------*/
/*
Header
---------------------------------*/

.header {
	position: fixed;
	top: 0;
	left: 0;
	height: 90px;
	background: #fff;
	width: 100%;
	z-index: 99;
}

.header.active {
	box-shadow: rgba(0, 0, 0, 0.2) 0 0 8px;
}

.header_inner {
	max-width: 90%;
	margin: 0 auto;
	height: 100%;
}

.header_site_name {
	padding-top: 7px;
	margin: 0;
}

.header_site_copy {
	display: block;
	font-size: 1.2rem;
	transform: scale(0.9);
	font-weight: 700;
	transform-origin: left;
}

.header_logo {
	display: block;
	width: 274px;
	height: auto;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	color: #e56e16;
	transition: opacity 0.3s;
}
.header_logo:visited {
	color: #e56e16;
}

.header_logo:hover {
	opacity: 0.7;
}

.header_telephone {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 5px;
}
.header_telephone .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	background: linear-gradient(
		180deg,
		#e8e8e8 0%,
		#e8e8e8 50%,
		#dbdbdb 50%,
		#dbdbdb 100%
	);
}
.header_telephone .number {
	margin-left: 10px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2em;
}

.header_content_tel {
	display: none;
}

.header_content_zoom {
	display: none;
}

.header_content_line {
	display: none;
}

@media (min-width: 1201px) {
	.header {
		height: 150px;
		position: relative;
	}

	.header_inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
		max-width: 1200px;
		margin: 0 auto;
		align-items: inherit;
	}

	.header_site_copy {
		font-size: 1.8rem;
		transform: scale(1);
		margin: 16px 0 0 0;
	}

	.header_logo {
		width: 340px;
		padding-top: 4px;
		font-size: 22px;
		font-weight: bold;
		color: #e56e16;
		transition: opacity 0.3s;
	}
	.header_logo:visited {
		color: #e56e16;
	}
	.header_telephone {
		display: none;
	}

	.header_content_zoom {
		display: inline-block;
		height: 64px;
		width: 64px;
		margin: 16px 0 0 22px;
		background: #2d8cff;
		text-align: center;
		padding: 16px 0;
	}

	.header_content_line {
		display: inline-block;
		height: 64px;
		width: 64px;
		margin: 16px 0 0 22px;
		background: #07b53b;
		text-align: center;
		padding: 16px 0;
	}

	.header_content_zoom i {
		font-size: 3.2rem;
		color: #fff;
	}

	.header_content_line img {
		width: 40px;
	}
}

/*
Breadcrumbs
---------------------------------*/

.breadcrumb-area {
	background: #f7f7f7;
}
#breadcrumbs {
	max-width: 1040px;
	padding: 20px;
	margin: 0 auto;
	font-size: 1.2rem;
}

#breadcrumbs > span span {
	margin-right: 1em;
}
#breadcrumbs > span span:nth-of-type(n + 2) {
	margin-left: 1em;
}

#breadcrumbs a {
	font-weight: 500;
	color: #e56e16;
}

@media (min-width: 1201px) {
	#breadcrumbs {
		font-size: 1.4rem;
	}
}

/*
Menu Btn
---------------------------------*/

.btn_menu {
	display: block;
	height: 90px;
	width: 75px;
	padding-top: 7px;
	position: absolute;
	top: 0;
	right: 0;
	margin: auto;
	cursor: pointer;
	transition: opacity 0.3s;
	text-decoration: none;
}

.btn_menu:hover {
	text-decoration: none;
}

.btn_menu span {
	display: block;
	height: 4px;
	width: 40px;
	background: #e56e16;
	margin: 16px auto 0;
	transition: transform 0.3s;
	transform-origin: left;
}

.btn_menu span:nth-child(2) {
	margin-top: 8px;
	background: #e56e16;
	transition: opacity.3s;
}

.btn_menu span:nth-child(3) {
	margin-top: 8px;
	background: #e56e16;
	transform-origin: left;
}

.btn_menu div {
	font-family: "Roboto", sans-serif;
	color: #e56e16;
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: 0.3em;
	text-align: center;
	margin-top: 5px;
	text-indent: 0.3em;
}

.btn_menu.active span:nth-child(1) {
	transform: rotate(45deg) translate(2px, -5px);
	width: 40px;
}

.btn_menu.active span:nth-child(2) {
	opacity: 0;
}

.btn_menu.active span:nth-child(3) {
	transform: rotate(-45deg) translate(2px, 5px);
	width: 40px;
}

@media (min-width: 1201px) {
	.btn_menu {
		display: none;
	}
}

/*
Global Nav
---------------------------------*/

.global_nav {
	position: fixed;
	top: 90px;
	left: 0;
	width: 100%;
	height: 0;
	min-height: 0;
	transition: 0.3s;
	background: #fff;
	overflow: hidden;
}

.global_nav.active {
	min-height: 100vh;
}

.global_nav_inner {
	border-top: solid #ddd 1px;
	overflow: scroll;
	height: 100%;
	padding-bottom: 150px;
}

.global_nav_list {
	border-bottom: solid #ddd 1px;
	margin-bottom: 28px;
}

.global_nav_item {
	width: 100%;
}

.global_nav_item a {
	padding: 16px 5%;
	font-weight: 700;
	font-size: 1.6rem;
	display: block;
}

.global_nav_item a:hover {
	text-decoration: none;
}

.global_nav_item + .global_nav_item {
	border-top: solid #ddd 1px;
}

.global_nav_item i {
	margin-right: 10px;
	color: #e56e16;
}

.content_tel {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	background: linear-gradient(
		180deg,
		#e8e8e8 0%,
		#e8e8e8 50%,
		#dbdbdb 50%,
		#dbdbdb 100%
	);
	text-align: center;
	position: relative;
}

.global_nav .content_tel {
	width: 90%;
	margin: 0 5%;
}

.content_tel::after {
	content: "\f054";
	font-size: 2.2rem;
	color: #e66959;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.tel_number {
	font-size: 3.2rem;
	font-weight: 700;
	text-align: center;
	margin: 0;
	padding-top: 14px;
	letter-spacing: 0.05em;
}

.tel_number i {
	margin-right: 8px;
	font-size: 2.4rem;
}

.tel_number a {
	transition: opacity 0.3s;
}

.tel_number a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.tel_number_e {
	font-size: 2rem;
	font-weight: 500;
	color: red;
	text-align: center;
	margin: 0;
	padding-top: 14px;
	letter-spacing: 0.05em;
}

.tel_number_e i {
	margin-right: 8px;
	font-size: 2.4rem;
}

.tel_number_e a {
	transition: opacity 0.3s;
	color: red;
}

.tel_number_e a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.contact_text_bottom {
	font-size: 1.4rem;
	font-weight: 700;
	margin-top: 2px;
	letter-spacing: 0.02em;
}

.header_right_top_area .header_contact_btn {
	display: none;
}

.header_contact_btn {
	width: 90%;
	height: 68px;
	margin: 22px 5% 0;
	background: linear-gradient(
		180deg,
		#e66959 0%,
		#e66959 50%,
		#d35040 50%,
		#d35040 100%
	);
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	position: relative;
}

.header_contact_btn::after {
	content: "\f054";
	font-size: 2rem;
	color: #fff;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.header_contact_btn a {
	display: block;
	height: 68px;
	padding-top: 18px;
	color: #fff;
}

.header_contact_btn i {
	margin-right: 22px;
	font-size: 2.8rem;
	vertical-align: middle;
}

.contact_btn_list {
	width: 90%;
	margin: 0 5%;
	font-size: 1.5rem;
	font-weight: 500;
}

.contact_btn_list .inner {
	display: flex;
	justify-content: space-between;
	height: 100px;
	margin-top: 8px;
}

.contact_btn_list .line,
.contact_btn_list .zoom,
.contact_btn_list .tel {
	width: calc(100% / 3 - 8px);
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact_btn_list .tel_number {
	padding: 0;
}

.contact_btn_list .tel {
	background: linear-gradient(
		180deg,
		#e8e8e8 0%,
		#e8e8e8 50%,
		#dbdbdb 50%,
		#dbdbdb 100%
	);
}

.contact_btn_list .tel i {
	font-size: 4rem;
	margin-right: 0;
}

.contact_btn_list .line {
	background: #07b53b;
}

.contact_btn_list .line img {
	width: 56px;
}

.contact_btn_list .zoom {
	background: #2d8cff;
}

.contact_btn_list .zoom i {
	color: #fff;
	font-size: 5rem;
}

.contact_btn_list .inner a::after {
	content: "";
}

@media (min-width: 1201px) {
	.global_nav {
		position: absolute;
		top: 100px;
		left: inherit;
		width: 100%;
		height: 50px;
		min-height: 50px;
		transition: 0.3s;
		background: #fff;
		overflow: hidden;
	}

	.global_nav_inner {
		max-width: 1200px;
		margin: 0 auto;
		position: relative;
		border-top: none;
		overflow: hidden;
	}

	.global_nav.active {
		min-height: 0;
	}

	.global_nav_list {
		border-bottom: none;
		margin-bottom: 28px;
		display: flex;
		justify-content: space-between;
	}

	.global_nav_item {
		height: 50px;
	}

	.global_nav_item:hover {
		border-bottom: 6px solid #e56e16;
	}

	.global_nav_item a {
		padding: 3px 0;
		font-weight: 700;
		font-size: 1.8rem;
		border-left: 1px solid #dddddd;
		text-align: center;
	}

	.global_nav_item a:hover {
		text-decoration: none;
	}

	.global_nav_item:last-child a {
		border-right: 1px solid #dddddd;
	}

	.global_nav_item + .global_nav_item {
		border-top: none;
	}

	.global_nav_item i {
		display: none;
	}

	.global_nav_item.active {
		border-bottom: 6px solid #e56e16;
	}

	.global_nav .content_tel {
		display: none;
	}

	.global_nav .header_contact_btn {
		display: none;
	}

	.header_right_top_area {
		display: flex;
	}

	.header_right_top_area .header_contact_btn {
		display: inline-block;
		width: 320px;
		height: 64px;
		margin: 16px 0 0 22px;
		padding: 0;
		text-align: center;
		font-size: 1.6rem;
	}

	.header_right_top_area .header_contact_btn a {
		display: block;
		height: 64px;
		padding-top: 18px;
		color: #fff;
		transition: opacity 0.3s;
	}

	.header_right_top_area .header_contact_btn a:hover {
		opacity: 0.7;
	}

	.header_right_top_area .header_contact_btn i {
		margin-right: 22px;
		font-size: 2.8rem;
	}

	.header_content_tel {
		display: inline-block;
		padding: 14px 0 0 0;
	}

	.header_content_tel .tel_number i {
		margin-right: 8px;
		font-size: 2.8rem;
	}

	.header_content_tel .tel_number {
		font-size: 2.5rem;
		padding-top: 5px;
	}

	.header_content_tel .contact_text_bottom {
		font-size: 1.2rem;
		font-weight: 700;
		margin-top: 3px;
		padding: 0 0 0 6px;
		letter-spacing: 0.02em;
		text-align: left;
	}

	.contact_btn_list {
		display: none;
	}
}

/*

Youtube mobile
---------------------------------*/

.item-movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.item-movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/*
Footer
---------------------------------*/

.footer {
	background: #40505f;
	padding: 35px 0 0;
	width: 100%;
}

.footer_inner {
	max-width: 90%;
	margin: 0 auto;
}

.footer_site_name {
	margin: 0;
}

.footer_site_copy {
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
	color: #e56e16;
	margin: 0 0 6px;
}

.footer_logo {
	display: block;
	width: 200px;
	height: auto;
	margin: 0;
	transition: opacity 0.3s;
}

.footer_nav_title {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	margin: 38px 0 0;
}

.footer_nav {
	margin: 28px 0;
}

.footer_nav_item + .footer_nav_item {
	margin: 20px 0 0;
}

.footer_nav_item a {
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	display: block;
}

.footer_nav_item a:hover {
	text-decoration: none;
}

.footer_nav_item i {
	margin-right: 6px;
	color: #e56e16;
}

.copyright {
	color: #fff;
	background: #40505f;
	padding: 20px 0;
	font-size: 1rem;
	text-align: center;
	font-weight: 700;
}

#return_top {
	position: fixed;
	right: 5%;
	bottom: 0;
	z-index: 5;
	text-align: center;
}

#return_top a {
	background: #e56e16;
	width: 60px;
	height: 60px;
	display: block;
	position: relative;
	text-align: center;
	border-radius: 3px;
}

#return_top i {
	color: #fff;
	font-size: 3.5rem;
	position: absolute;
	top: 3px;
	left: 0;
	right: 0;
}

#return_top span {
	display: block;
	font-family: "Roboto", sans-serif;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-align: center;
	text-indent: 0.2em;
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
}

@media (min-width: 1201px) {
	.footer {
		padding: 80px 0 0;
	}

	.footer_inner {
		max-width: 1200px;
		margin: 0 auto;
		position: relative;
	}

	.footer_logo {
		margin-top: 10px;
	}

	.footer_logo:hover {
		opacity: 0.7;
	}

	.footer_nav {
		display: flex;
		flex-wrap: wrap;
		margin: 70px 0;
	}

	.footer_nav_item {
		width: inherit;
		border-left: 1px solid #dddddd;
		width: calc(100% / 5);
	}

	.footer_nav_item:last-child {
		border-right: 1px solid #dddddd;
	}

	.footer_nav_item + .footer_nav_item {
		margin: 0 0 0 0;
	}

	.footer_nav_item a {
		font-size: 1.8rem;
		transition: opacity.3s;
		display: block;
		width: 100%;
		text-align: center;
	}

	.footer_nav_item a:hover {
		opacity: 0.7;
	}

	.footer_nav_item i {
		display: none;
	}

	.copyright {
		font-size: 1.5rem;
		padding: 30px 0;
	}

	#return_top a {
		width: 80px;
		height: 80px;
		transition: opacity 0.3s;
	}

	#return_top a:hover {
		opacity: 0.7;
	}

	#return_top i {
		font-size: 4.2rem;
		top: 8px;
	}

	#return_top span {
		font-size: 1.5rem;
		bottom: 8px;
	}
}

/*---------------------------------
Footer追加
---------------------------------*/

.foot-wrap .menu-1,
.menu-2,
.menu-3,
.menu-4,
.menu-5 {
	display: inline-block;
	width: 20%;
	margin: 50px auto;
}

.foot-wrap ul {
	list-style: none;
	padding: 0;
	line-height: 40px;
}

.foot-wrap {
	background-color: #40505f;
	color: #fff;
	text-align: left;
}

.foot-wrap a {
	text-decoration: none;
	color: #fff;
}
.foot-wrap a:hover {
	color: deeppink;
}

@media screen and (max-width: 900px) {
	.foot-wrap .menu-1,
	.menu-2,
	.menu-3,
	.menu-4,
	.menu-5 {
		display: flex;
		flex-direction: column;
		width: 50%;
	}
	.foot-wrap .cpr {
		display: inline;
	}
}

/*---------------------------------
Main
---------------------------------*/

.section {
	padding: 50px 5%;
	margin: 0;
}

.section_bg_yellow {
	background: #ffd86e;
}

.section_bg_gray {
	background: #f5f5f5;
}

.section_bg_white {
	background: #ffffff;
}

.section_bg_dark_blue {
	background: #40505f;
	color: #fff;
}

.section_bg_img {
	background-image: url(../img/section_bg_img_sp.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.page_contents .section:last-child {
	padding-bottom: 100px;
}

@media (min-width: 768px) {
	.section {
		padding: 40px 0;
		margin: 0;
	}

	.page_contents .section:last-child {
		padding-bottom: 150px;
	}
}

@media (min-width: 1201px) {
	.section {
		padding: 75px 0;
		margin: 0;
	}
}

/*---------------------------------
お客様の声
---------------------------------*/
.section_voice {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.page_contents .section:last-child {
	padding-bottom: 100px;
}

.section_voice .dark_blue_title_txt {
	padding: 0;
}

.section_voice .table {
	margin: 0;
}
.section_voice .voice_title {
	background-color: #e56e16;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

@media (min-width: 768px) {
	.section {
		padding: 40px 0;
		margin: 0;
	}

	.page_contents .section:last-child {
		padding-bottom: 150px;
	}
}

@media (min-width: 1201px) {
	.section {
		padding: 0 0 75px;
		margin: 0;
	}
}

/*
Main Visual
---------------------------------*/

.main_visual {
	/* background-image: url(../img/mv_bg_sp.jpg?001); */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	position: relative;
}

.mv_title_area {
	background-image: url(../img/mv_title_bg_sp.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	padding: 25px 0 0;
	width: 65%;
	min-height: 220px;
}

.mv_title {
	font-size: 2rem;
	line-height: 1.6;
	width: 88%;
	margin: 0 6%;
	padding: 0 0 12px;
	color: #e56e16;
	border-bottom: 2px solid #40505f;
}

.mv_sub_title {
	width: 88%;
	margin: 12px 6%;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.8;
}

.mv_img {
	width: 100%;
	height: auto;
	text-align: right;
}

.mv_img img {
	width: 100%;
	height: auto;
}

.page_visual {
	background-image: url(../img/bg_contents_sp.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 30px 0 0;
	position: relative;
	width: 100%;
	min-height: 110px;
	text-align: center;
}

.page_title {
	display: inline-block;
	font-size: 2rem;
	margin: 0 auto;
	padding: 10px 18px;
	text-align: center;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 3px;
}

@media (min-width: 768px) {
	.main_visual {
		/* background-image: url(../img/mv_bg_pc.jpg?001); */
		background-size: inherit;
		background-position: center;
		background-repeat: no-repeat;
		padding: 0;
		width: 100%;
		position: static;
		overflow: hidden;
	}

	.main_visual .container {
		position: relative;
		max-width: none;
		padding: 0;
	}

	.mv_title_area {
		background-image: url(../img/mv_title_bg_pc.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 2;
		padding: 40px;
		width: 480px;
		min-height: 590px;
	}

	.mv_title {
		font-size: 3rem;
		line-height: 1.7;
		margin: 0;
		padding: 0 0 28px;
		width: auto;
	}

	.mv_sub_title {
		color: #40505f;
		font-size: 2rem;
		line-height: 1.8;
		margin: 10px 0 0;
	}

	.mv_img {
		/* max-width: 1400px; */
		height: auto;
		text-align: left;
		margin: 0 auto;
	}

	.mv_img img {
		height: auto;
		max-width: 100%;
	}

	.page_visual {
		background-image: url(../img/bg_contents_pc.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		padding: 60px 0 0;
		position: relative;
		width: 100%;
		min-height: 220px;
	}

	.page_title {
		font-size: 3.2rem;
		padding: 20px 85px;
		border-radius: 6px;
	}

	.section_bg_img {
		background-image: url(../img/section_bg_img_pc.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
}

@media (min-width: 1201px) {
	.mv_title_area {
		padding: 40px 40px 40px calc((100% - 1200px) / 2);
		width: auto;
		max-width: 40%;
	}

	.mv_title {
		font-size: 4rem;
		line-height: 1.7;
	}

	.mv_sub_title {
		color: #40505f;
		font-size: 2.4rem;
		line-height: 1.8;
		margin: 40px 0 0;
	}
}

/*
Main Contents Menu
---------------------------------*/

.main_contents_menu_title {
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 1.6rem;
	color: #fff;
	background: linear-gradient(
		180deg,
		#e56e16 0%,
		#e56e16 50%,
		#e05600 50%,
		#e05600 100%
	);
	margin: 0;
}

.main_contents_menu_list + .main_contents_menu_title {
	margin: 32px 0 0 0;
}

.main_contents_menu_list li {
	/* background: #F7F7F7;
    border-top: 1px solid #DDDDDD; */
	font-weight: 700;
	font-size: 1.4rem;
	border-bottom: dotted 1px #bbb;
}

.main_contents_menu_list li a {
	display: block;
	padding: 12px 12px 12px 40px;
	position: relative;
	transition: opacity 0.3s;
	font-weight: 400;
}

.main_contents_menu_list li a:hover {
	opacity: 0.7;
}

.main_contents_menu_list li a::before {
	content: "\f054";
	font-size: 1.5rem;
	color: #e05500;
	font-weight: 400;
	font-family: "Font Awesome 5 Free";
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	vertical-align: middle;
}

.main_contents_menu_list.menu li a::before {
	content: "\f054";
	font-weight: 900;
}

@media (min-width: 1201px) {
	.page_contents .main_contents_menu_title {
		height: 72px;
		margin-bottom: 0;
		font-size: 1.8rem;
	}

	.main_contents_menu_list li {
		font-size: 1.6rem;
	}

	.main_contents_menu_list li a {
		padding: 16px 40px 16px 48px;
	}

	.main_contents_menu_list li a::before {
		left: 24px;
	}
}

/*
Section Main Contents
---------------------------------*/
.main_contents_wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
	max-width: 1200px;
	margin: 30px auto;
}

.main_contents_menu {
	width: 100%;
	padding-bottom: 60px;
}
.main_contents_menu label {
	display: none;
}
.main_contents_menu label i {
	margin-right: 8px;
}
.main_contents_menu input {
	display: none;
}
.main_contents_menu_inner {
	overflow: hidden;
	transition: all 0.3s;
}
.main_contents_menu input:checked + label + .main_contents_menu_inner {
	max-height: 100%;
}
.main_contents {
	width: 100%;
}
.main_contents > .section:first-child {
	padding-top: 0;
}
.main_contents iframe {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 640 / 360;
}

@media (min-width: 768px) {
	.main_contents_wrap {
		flex-direction: row;
		margin: 70px auto;
	}

	.main_contents_menu {
		display: inline-block;
		/* padding-left: calc((100% - 1200px ) / 2); */
		max-width: 200px;
		/* margin: 0 20px 0 0; */
		width: 100%;
	}
	.main_contents_menu label {
		display: none;
	}
	.main_contents_menu_inner {
		max-height: 100%;
	}

	.main_contents {
		width: calc(100% - 200px);
	}
}

@media (min-width: 1201px) {
	.main_contents_menu {
		display: inline-block;
		max-width: 280px;

		/* margin: 0 40px 0 0; */
	}

	.main_contents {
		width: calc(100% - 280px);
	}
}

/*
Section Service
---------------------------------*/

.service_list li + li {
	margin: 30px 0 0 0;
}

.service_list_title {
	width: 86%;
	position: relative;
	background: #40505f;
	color: #fff;
	height: 64px;
	line-height: 64px;
	text-align: center;
	margin: 0 auto;
}

.service_list_title:after,
.service_list_title:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	border-top: 32px solid #40505f;
	border-bottom: 32px solid #40505f;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}

.service_list_title:after {
	left: -10px;
}
.service_list_title:before {
	right: -10px;
}

.service_list_img {
	overflow: hidden;
	border-radius: 3px 3px 0 0;
	margin: -32px 0 0;
}

.service_list_img img {
	height: 56vw;
}

.service_list_txt {
	background: #fff;
	border-radius: 0 0 3px 3px;
	padding: 20px 12px 25px;
}

.service_list_txt p {
	margin: 0;
	padding: 0 0 20px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.7;
}
@media (min-width: 768px) {
	.service_list_img img {
		height: 32vw;
	}
}
@media (min-width: 1001px) {
	.service_list {
		display: flex;
		flex-wrap: wrap;
	}

	.service_list li {
		width: calc(33.3% - 16px);
		margin: 0;
	}

	.service_list li + li {
		margin: 0 0 0 24px;
	}

	.service_list_title {
		font-size: 2.2rem;
	}

	.service_list_img {
		border-radius: 6px 6px 0 0;
	}

	.service_list_img img {
		height: 207px;
	}

	.service_list_txt {
		border-radius: 0 0 6px 6px;
		padding: 16px;
	}

	.service_list_txt p {
		padding: 0 0 25px;
		font-size: 1.6rem;
	}
}

@media (min-width: 1201px) {
	.service_list_title {
		font-size: 2rem;
	}
}

/*
Pager
---------------------------------*/
.pagination {
	margin: 24px 0 0;
}
.pagination_list {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	/* height: 30px; */
	justify-content: center;
}
.pagination_list li {
	margin-top: 8px;
}
.pagination_list li a {
	display: block;
	width: 30px;
	height: 100%;
	text-align: center;
	padding: 5px 0;
	margin: 0 4px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	background: #40505f;
	color: #fff;
	border-radius: 2px;
}
.pagination_list li .previouspostslink,
.pagination_list li .first,
.pagination_list li .nextpostslink,
.pagination_list li .last {
	padding: 4px 0;
}
.pagination_list li .current {
	display: block;
	width: 30px;
	height: 100%;
	text-align: center;
	padding: 5px 0;
	margin: 0 4px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.6rem;
	background: #e56e16;
	color: #fff;
	border-radius: 2px;
}
.pagination_list li a:hover {
	text-decoration: none;
}

@media (min-width: 1201px) {
	/*
    Pager
    ---------------------------------*/
	.pagination {
		margin: 32px 0 0;
	}
	.pagination_list {
		height: 32px;
	}
	.pagination_list li {
		margin-top: 0;
	}
	.pagination_list li a {
		transition: 0.3s;
		width: 32px;
		font-size: 1.8rem;
		padding: 6px 0;
	}
	.pagination_list li .current {
		width: 32px;
		font-size: 1.8rem;
		padding: 6px 0;
	}
	.pagination_list li .previouspostslink,
	.pagination_list li .first,
	.pagination_list li .nextpostslink,
	.pagination_list li .last {
		padding: 5px 0;
	}
	.pagination_list li a:hover {
		background: #3580e3;
	}
}

/*
Left Ribbon List
---------------------------------*/

.left_ribbon_list li {
	position: relative;
}

.left_ribbon_list li + li {
	margin: 30px 0 0 0;
}

.left_ribbon_list_num {
	position: absolute;
	top: 22px;
	left: 0;
	width: 90px;
	background: #40505f;
	color: #fff;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: 0 auto;
	font-size: 2.6rem;
	font-family: "Roboto", sans-serif;
}

.left_ribbon_list_num:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	border-top: 25px solid #40505f;
	border-bottom: 25px solid #40505f;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.left_ribbon_list_num:before {
	right: -8px;
}

.left_ribbon_list_title {
	font-size: 1.8rem;
	margin: 10px 0 25px;
}

.left_ribbon_list_img {
	overflow: hidden;
	border-radius: 3px 3px 0 0;
	margin: 0;
}

.left_ribbon_list_img img {
	height: 56vw;
}

.left_ribbon_list_txt {
	background: #fff;
	border-radius: 0 0 3px 3px;
	padding: 20px 15px 25px;
}

.left_ribbon_list_txt p {
	margin: 0;
	padding: 0 0 10px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.7;
}

@media (min-width: 768px) {
	.left_ribbon_list {
		display: flex;
		flex-wrap: wrap;
	}

	.left_ribbon_list li {
		width: calc(33.3% - 32px);
		margin: 0;
	}

	.left_ribbon_list li + li {
		margin: 0 0 0 48px;
	}

	.left_ribbon_list_num {
		position: absolute;
		top: 22px;
		width: 90px;
		height: 64px;
		line-height: 64px;
		font-size: 3rem;
	}

	.left_ribbon_list_num:before {
		border-top: 32px solid #40505f;
		border-bottom: 32px solid #40505f;
	}

	.left_ribbon_list_img {
		border-radius: 6px 6px 0 0;
	}

	.left_ribbon_list img {
		height: 207px;
	}

	.left_ribbon_list_title {
		font-size: 2.3rem;
	}

	.left_ribbon_list_txt {
		border-radius: 0 0 6px 6px;
		padding: 30px;
	}

	.left_ribbon_list_txt p {
		margin: 0;
		padding: 0 0 10px;
		font-size: 1.8rem;
	}
}

/*
Voice Ribbon List
---------------------------------*/
/*
Voice Ribbon List
---------------------------------*/
.voice-list section {
	padding: 0 0 24px;
}
.voice_ribbon_list li {
	position: relative;
	border: solid 2px #ccc;
}
.voice_ribbon_list li .voice-item {
	padding: 0 12px;
}

.voice_ribbon_list li + li {
	margin: 30px 0 0 0;
}
.voice_ribbon_list li a {
	transition: opacity 0.4s;
}
.voice_ribbon_list li a:hover {
	opacity: 0.6;
}
.voice_ribbon_list .voice-item::after {
	content: "";
	display: block;
	clear: both;
}
.page_contents .section .voice-list .voice_ribbon_list_title {
	padding: 0;
}
.voice-list .voice_ribbon_list_title a {
	display: block;
	padding: 10px 30px 10px 20px;
	font-size: 1.8rem;
}
.voice-list .voice_ribbon_list_title a::after {
	content: "＞";
	position: absolute;
	top: 50%;
	right: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: #ff8186;
	border-radius: 100%;
	transform: translateY(-50%);
}

@media (min-width: 768px) {
	.voice_ribbon_list {
		display: flex;
		flex-wrap: wrap;
	}

	.voice_ribbon_list li {
		width: calc(50% - 15px);
		margin: 0;
	}

	.voice_ribbon_list li + li {
		margin: 0 0 0 30px;
	}

	.voice_ribbon_list li .voice-item {
		padding: 0 24px;
	}

	.voice_ribbon_list_num {
		position: absolute;
		top: 22px;
		width: 90px;
		height: 64px;
		line-height: 64px;
		font-size: 3rem;
	}

	.voice_ribbon_list_num:before {
		border-top: 32px solid #4b4441;
		border-bottom: 32px solid #4b4441;
	}

	.voice_ribbon_list_img {
		border-radius: 6px 6px 0 0;
	}

	.voice_ribbon_list_title {
		font-size: 2.3rem;
	}

	.voice_ribbon_list_txt {
		border-radius: 0 0 6px 6px;
		padding: 30px;
	}

	.voice_ribbon_list_txt p {
		margin: 0;
		padding: 0 0 10px;
		font-size: 1.8rem;
	}

	.voice-list .voice_ribbon_list li {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.voice-list .voice_ribbon_list_title {
		width: 100%;
	}
	.voice-list .voice-item {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	.voice-list .voice-item::after {
		display: none;
	}
	.voice-list .voice-item .voice_ribbon_list_img {
		width: 30%;
	}
	.voice-list .voice-item .voice_ribbon_list_img img {
		height: 100%;
	}
	.voice-list .voice-item .info {
		width: calc(70% - 24px);
	}
}

/*
Checked Icon List
---------------------------------*/

.checked_icon_list {
	margin: 10px 0;
	font-size: 1.6rem;
}

.checked_icon_list li + li {
	margin-top: 20px;
}

.checked_icon_list li {
	position: relative;
	padding: 0 0 0 32px;
}

.checked_icon_list li::before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 3px;
}

.checked_icon_list li:after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 6px;
	width: 10px;
	height: 18px;
	transform: rotate(40deg);
	border-right: 4px solid #e66959;
	border-bottom: 4px solid #e66959;
}

@media (min-width: 768px) {
	.checked_icon_list {
		display: flex;
		flex-wrap: wrap;
		font-size: 2.2rem;
	}

	.checked_icon_list li {
		width: calc(50% - 10px);
		margin: 0;
	}

	.checked_icon_list li + li {
		margin: 0;
	}

	.checked_icon_list li:nth-child(even) {
		margin-left: 20px;
	}

	.checked_icon_list li:nth-child(n + 3) {
		margin-top: 28px;
	}
}
@media (min-width: 1001px) {
	.checked_icon_list {
		font-size: 1.8rem;
	}

	.checked_icon_list li {
		padding: 0 0 0 58px;
	}

	.checked_icon_list li::before {
		top: 5px;
		left: 0;
		width: 30px;
		height: 30px;
		background: #fff;
		border-radius: 6px;
	}

	.checked_icon_list li:after {
		top: 0px;
		left: 8px;
		width: 14px;
		height: 28px;
		transform: rotate(40deg);
		border-right: 6px solid #e66959;
		border-bottom: 6px solid #e66959;
	}
}

/*
Dark Blue Title List
---------------------------------*/

.dark_blue_title_list li {
	position: relative;
}

.dark_blue_title_list li + li {
	margin: 30px 0 0 0;
}

.dark_blue_title {
	background: #40505f;
	color: #fff;
	padding: 16px;
	text-align: center;
	margin: 0 auto;
	font-size: 1.8rem;
	border-radius: 3px;
}

.voice_title {
	background: #40505f;
	color: #fff;
	height: 64px;
	line-height: 64px;
	text-align: center;
	margin: 0 auto;
	font-size: 1.8rem;
	border-radius: 3px;
}

.dark_blue_title_txt {
	background: #fff;
	border-radius: 0 0 3px 3px;
	padding: 20px 15px 25px;
}

.dark_blue_title_txt p {
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.7;
}

.dark_blue_title_list_inner {
	background: #f5f5f5;
	padding: 20px 25px;
	margin: 20px 0;
}

.dark_blue_title_list_inner .highlight {
	font-size: 1.7rem;
	font-weight: 700;
	color: #e56e16;
	text-align: center;
	padding: 0 0 20px;
}
.access_map {
	padding-bottom: 30px;
	margin-top: 30px;
	background-color: #fff;
	border-radius: 6px;
}
.access_map p {
	margin-top: 24px;
	text-align: center;
}

@media (min-width: 768px) {
}
@media (min-width: 1001px) {
	.dark_blue_title_list {
		display: flex;
		flex-wrap: wrap;
	}

	.dark_blue_title_list li {
		width: calc(50% - 15px);
		margin: 0;
	}

	.dark_blue_title_list li + li {
		margin: 0 0 0 30px;
	}

	.dark_blue_title {
		height: 70px;
		line-height: 70px;
		font-size: 2rem;
		border-radius: 6px;
	}

	.dark_blue_title_txt {
		border-radius: 0 0 6px 6px;
		padding: 30px;
	}

	.dark_blue_title_txt p {
		font-size: 1.6rem;
	}

	.dark_blue_title_list_inner {
		background: #f5f5f5;
		padding: 25px 20px;
		margin: 25px 0;
	}

	.dark_blue_title_list_inner .highlight {
		font-size: 2.4rem;
	}
}

/*
Section Reason
---------------------------------*/
.reason_list li + li {
	margin-top: 48px;
}
.reason_list_title {
	padding: 0.3em 0.75em;
	margin: 0 0 0.5em;
	font-size: 1.8rem;
	color: #fff;
	background-color: #e56e16;
}

@media (min-width: 1001px) {
	.reason_list li {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row-reverse;
		justify-content: space-between;
	}

	.reason_list_txt {
		width: calc(67% - 16px);
	}
	.reason_list_img {
		width: calc(33% - 16px);
	}
	.reason_list_title {
		font-size: 2rem;
	}
	.reason_list_txt p {
		margin: 0;
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1.7;
		text-align: justify;
	}
}

/*
Section Greeting
---------------------------------*/

.section_greeting {
	background-image: url(../img/section_bg_grid_img_sp.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.greeting_img {
	width: 140px;
	height: 140px;
	margin: 0 auto 30px;
}

.greeting_img img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}

.section_greeting .highlight {
	font-size: 1.8rem;
	font-weight: 700;
	color: #e56e16;
	padding: 0 0 20px;
}

.section_greeting p {
	margin: 0 0 35px;
	padding: 0;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.7;
}

.section_greeting .section_title #greeting {
	font-size: 2.2rem;
}
.section_greeting.support .section_title #greeting::before,
.section_greeting.taro .section_title #greeting::before {
	content: "";
	display: block;
	width: 88px;
	height: 84px;
	background-image: url("../img/icon_dictionary.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto 20px;
}
.section_greeting.taro .section_title #greeting::before {
	width: 88px;
	height: 84px;
	background-image: url("../img/greeting.png");
}

@media (min-width: 768px) {
}
@media (min-width: 1001px) {
	.section_greeting {
		padding-top: 60px;
	}
	.greeting_area {
		display: flex;
		flex-wrap: wrap;
		margin: 0 0 32px;
	}

	.greeting_img {
		width: 280px;
		height: 280px;
		margin: 0 70px 0 0;
	}

	.greeting_txt {
		width: calc(100% - 350px);
	}

	.section_greeting .highlight {
		font-size: 2.4rem;
		padding: 0 0 50px;
	}

	.section_greeting p {
		margin: 0;
		font-size: 1.6rem;
	}
	.section_greeting .section_title #greeting {
		font-size: 3.4rem;
	}
}

/*
Section Price
---------------------------------*/

.section_price,
.section_know,
.section_faq,
.section_bnr,
.section_office,
.section_map,
.section_contact,
.section_link {
	padding-top: 60px;
}
.section_know .dark_blue_title,
.section_office .dark_blue_title {
	line-height: 40px;
}

/*
Section Column
---------------------------------*/

.column_list {
	margin: 0 0 35px;
}

.column_list li {
	padding: 20px 0;
	border-top: 1px solid #707070;
}

.column_list li:last-child {
	border-bottom: 1px solid #707070;
}
.page_contents p.column-info {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}
.column_time {
	display: block;
	padding-right: 1em;
	margin-right: 1em;
	font-family: "Roboto", sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1;
	border-right: solid 1px #332f2e;
}

.column_cat {
	display: block;
	padding: 0.1em 0.25em 0.25em;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	background-color: #666666;
	border-radius: 2px;
}

.column_list_title {
	font-weight: 700;
	text-decoration: underline;
}

@media (min-width: 768px) {
	.column_list {
		margin: 0 0 65px;
	}

	.column_list li {
		padding: 26px 0;
	}

	.column_time {
		font-size: 1.5rem;
	}

	.column_cat {
		font-size: 1.4rem;
	}

	.column_list_title {
		display: block;
		width: 100%;
	}

	.column_list p {
		margin-bottom: 16px;
		font-size: 1.4rem;
		display: block;
	}
}

/*
Section Contact
---------------------------------*/
.contact,
.section_bg_yellow {
	padding: 40px 0 30px;
}
.section_contact {
	background-image: url(../img/section_bg_contact_sp.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom: 100px;
}

.section_contact h2 {
	font-size: 2rem;
}

.setion_contact_btn_list {
	font-size: 1.7rem;
	font-weight: 700;
}

.setion_contact_btn_list .top {
	background: #fff;
	border-radius: 3px;
	padding: 25px 22px;
	text-align: center;
}

.setion_contact_btn_list .top .inner {
	display: flex;
	justify-content: space-between;
}

.setion_contact_btn_list .top .line,
.setion_contact_btn_list .top .zoom,
.setion_contact_btn_list .top .tel {
	width: calc(100% / 3 - 8px);
	display: flex;
	align-items: center;
	justify-content: center;
}

.setion_contact_btn_list .top .tel_number {
	padding: 0;
}

.setion_contact_btn_list .top .tel {
	background: linear-gradient(
		180deg,
		#e8e8e8 0%,
		#e8e8e8 50%,
		#dbdbdb 50%,
		#dbdbdb 100%
	);
}

.setion_contact_btn_list .top .tel i {
	font-size: 3.6rem;
	margin-right: 0;
}

.setion_contact_btn_list .top .tel span {
	display: none;
}

.setion_contact_btn_list .top .line {
	background: #07b53b;
}

.setion_contact_btn_list .top .line img {
	width: 40px;
}

.setion_contact_btn_list .top .zoom {
	background: #2d8cff;
}

.setion_contact_btn_list .top .zoom i {
	color: #fff;
	font-size: 4rem;
}

.setion_contact_btn_list .top .inner a::after {
	content: "";
}

.setion_contact_btn_list .bottom {
	margin-top: 32px;
	background: #fff;
	border-radius: 3px;
	padding: 25px 22px;
	text-align: center;
}

.setion_contact_btn_item {
	width: 100%;
	background: #fff;
	border-radius: 3px;
	padding: 25px 22px;
	text-align: center;
}

.setion_contact_btn_item + .setion_contact_btn_item {
	margin: 30px 0 0 0;
}

.setion_contact_btn_list a {
	display: block;
	width: 100%;
	height: 64px;
	margin: 16px 0;
	background: linear-gradient(
		180deg,
		#e66959 0%,
		#e66959 50%,
		#d35040 50%,
		#d35040 100%
	);
	text-align: center;
	position: relative;
	transition: opacity 0.3s;
}

.setion_contact_btn_list a:hover {
	opacity: 0.7;
}

.setion_contact_btn_item .tel_number {
	text-align: left;
	font-size: 2.8rem;
	margin: 16px 0 0 0;
	padding: 14px 0 0 18px;
}

.setion_contact_btn_list a::after {
	content: "\f054";
	font-size: 2.4rem;
	color: #e66959;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.setion_contact_btn_list .bottom a::after {
	color: #fff;
}

.contact_btn {
	font-size: 1.8rem;
	font-weight: 700;
	padding-top: 18px;
	letter-spacing: 0.05em;
	color: #fff;
}

@media (min-width: 768px) {
	.section_contact {
		background-image: url(../img/section_bg_contact_pc.jpg);
		background-size: cover;
		background-position: center right;
		background-repeat: no-repeat;
		padding-bottom: 100px;
	}

	.section_contact h2 {
		font-size: 2.4rem;
	}

	.setion_contact_btn_list {
		font-size: 1.8rem;
	}

	.setion_contact_btn_list .top {
		padding: 40px 0;
		border-radius: 6px;
	}

	.setion_contact_btn_list .top .inner {
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		margin: 16px 32px 0;
	}

	.setion_contact_btn_list .top .tel {
		width: 100%;
		height: inherit;
		margin: 0;
		background: linear-gradient(
			180deg,
			transparent 0%,
			transparent 50%,
			transparent 50%,
			transparent 100%
		);
		text-align: center;
		position: relative;
		white-space: nowrap;
	}

	.setion_contact_btn_list .top .tel span {
		display: inline-block;
		margin-left: 10px;
	}

	.setion_contact_btn_list .top .line,
	.setion_contact_btn_list .top .zoom {
		max-width: 120px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-left: 32px;
	}

	.setion_contact_btn_list .bottom {
		width: 100%;
		padding: 40px 0;
		border-radius: 6px;
	}

	.setion_contact_btn_item {
		width: calc(50% - 16px);
		padding: 40px 0;
		border-radius: 6px;
	}

	.setion_contact_btn_item + .setion_contact_btn_item {
		margin: 0 0 0 32px;
	}

	.setion_contact_btn_list .content_tel {
		width: 100%;
		height: inherit;
		margin: 0 auto;
		background: linear-gradient(
			180deg,
			transparent 0%,
			transparent 50%,
			transparent 50%,
			transparent 100%
		);
		text-align: center;
		position: relative;
	}

	.setion_contact_btn_list .content_tel::after {
		display: none;
	}

	.setion_contact_btn_list .tel_number {
		font-size: 5rem;
		margin: 0 0 0 0;
		padding: 0px 0 0 0;
		text-align: center;
		vertical-align: middle;
	}

	.setion_contact_btn_list .tel_number i {
		margin-right: 10px;
		font-size: 3.2rem;
	}

	.setion_contact_btn_list .contact_text_bottom {
		font-size: 1.6rem;
		font-weight: 500;
		margin-top: 10px;
		text-align: center;
		padding: 0 0 0 0;
	}

	.setion_contact_btn_list .bottom a {
		max-width: 320px;
		margin: 16px auto;
	}

	.contact_btn {
		font-size: 1.8rem;
		font-weight: 700;
		padding-top: 18px;
		letter-spacing: 0.05em;
		color: #fff;
	}
}

@media (min-width: 1001px) {
	.setion_contact_btn_list .top .tel {
		width: auto;
	}
}

/*---------------------------------
Contact
---------------------------------*/

.page_contact_btn_list {
	font-size: 1.5rem;
	font-weight: 700;
}

.page_contact_btn_item {
	width: 100%;
	background: #fff;
	border-radius: 3px;
	padding: 0;
}

.page_contact_btn_item:last-child {
	background: #f5f5f5;
	border-radius: 3px;
	padding: 20px;
}

.page_contact_btn_item .tel_number {
	text-align: center;
	font-size: 2.8rem;
	margin: 16px 0 0 0;
	padding: 14px 10px 0 0;
}

.page_contact_btn_list a::after {
	content: "\f054";
	font-size: 2.4rem;
	color: #e66959;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.page_contact_btn_list .highlight {
	font-size: 1.8rem;
	font-weight: 700;
	padding: 0 0 20px;
	line-height: 1.8;
}

.page_contact_btn_list p {
	margin: 0;
}

.form_table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px;
	text-align: left;
	padding: 14px 10px;
	background: #fff;
	border-radius: 3px;
}

.form_table br.pc {
	display: none;
}
.form_table p {
	margin-bottom: 0;
}

.form_table th {
	width: 100%;
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2;
}
.form_table th p {
	line-height: 1.2;
}
.form_table th span {
	color: red;
}

.form_table tr:nth-child(n + 2) th {
	margin-top: 24px;
}

.form_table td {
	width: 100%;
	display: block;
	margin-top: 8px;
}

.required {
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	background: #ff8186;
	margin-left: 14px;
	width: 50px;
	height: 16px;
	line-height: 16px;
	border-radius: 8px;
}

.form_control {
	display: block;
	width: 100%;
	height: 40px;
	padding: 8px 12px;
	font-size: 1.6rem;
	color: #000;
	background: #f7f7f7;
	border: solid #ddd 1px;
	border-radius: 4px;
	box-sizing: border-box;
}

textarea.form_control {
	height: 210px;
}

.form_btn_wrapper span {
	position: relative;
	display: block;
	margin: 35px auto 0 auto;
}

.form_btn {
	width: 100%;
	height: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 2rem;
	color: #fff;
	position: relative;
	background: linear-gradient(
		180deg,
		#ff8186 0%,
		#ff8186 50%,
		#f26066 50%,
		#f26066 100%
	);
	transition: opacity 0.3s;
}

.form_btn_wrapper span:after {
	content: "\f054";
	font-size: 2rem;
	color: #fff;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	position: absolute;
	right: 16px;
	top: 32px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	vertical-align: middle;
}

.form_column p {
	display: flex;
	justify-content: space-between;
}
.wpcf7-form-control-wrap:has(.form_date),
.wpcf7-form-control-wrap:has(.form_select) {
	width: calc((100% - 24px) / 2);
}

.form_date,
.form_select {
	appearance: none;
	display: block;
	width: 100%;
	height: 40px;
	padding: 8px 12px;
	font-size: 1.6rem;
	text-align: left;
	color: #000;
	background: #f7f7f7;
	border: solid #ddd 1px;
	border-radius: 4px;
	box-sizing: border-box;
}
.form_date::-webkit-date-and-time-value {
	text-align: left;
}
.wpcf7-form-control-wrap:has(select) {
	position: relative;
	display: block;
}
.wpcf7-form-control-wrap:has(select)::before,
.wpcf7-form-control-wrap:has(select)::after {
	content: "";
	position: absolute;
	right: 10px;
	display: block;
	width: 0;
	pointer-events: none;
}
.wpcf7-form-control-wrap:has(select)::before {
	top: 15px;
	border-style: solid;
	border-width: 0 4px 5px 4px;
	border-color: transparent transparent #666 transparent;
	transform: translateY(-2px);
}
.wpcf7-form-control-wrap:has(select)::after {
	top: 20px;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	border-color: #666 transparent transparent transparent;
	transform: translateY(2px);
}
.form_check .wpcf7-list-item {
	margin-left: 0;
}
.form_check .wpcf7-form-control {
	display: flex;
	flex-wrap: wrap;
	row-gap: 1em;
	column-gap: 2em;
}

@media (min-width: 768px) {
	.page_contact_btn_list {
		display: flex;
		flex-wrap: wrap;
	}

	.page_contact_btn_item {
		width: inherit;
		background: #fff;
		border-radius: 3px;
		padding: 0;
	}

	.page_contact_btn_item:first-child {
		width: 40%;
		background: #4b4441;
		border-radius: 6px 0 0 6px;
		padding: 0px;
	}

	.page_contact_btn_item:last-child {
		width: 60%;
		background: #f5f5f5;
		border-radius: 0 6px 6px 0;
		padding: 50px 38px;
	}

	.page_contact_btn_item .content_tel {
		width: 100%;
		height: 100%;
		color: #fff;
		margin: 0 auto;
		background: linear-gradient(
			180deg,
			transparent 0%,
			transparent 50%,
			transparent 50%,
			transparent 100%
		);
		text-align: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.page_contact_btn_item .content_tel::after {
		display: none;
	}

	.page_contact_btn_item .tel_number {
		text-align: center;
		font-size: 3rem;
		margin: 0 0 0 0;
		padding: 0;
		font-weight: 900;
	}

	.page_contact_btn_item .tel_number i {
		margin-right: 6px;
		font-size: 2.6rem;
	}

	.page_contact_btn_item .contact_text_bottom {
		font-size: 1.8rem;
	}

	.page_contact_btn_list a::after {
		display: none;
	}

	.page_contact_btn_list .highlight {
		font-size: 2rem;
		padding: 0 0 28px;
	}

	.page_contact_btn_list p {
		margin: 0;
	}

	.form_table {
		padding: 30px 35px;
		border-radius: 6px;
	}
	.form_table br.pc {
		display: block;
	}
	.form_table th {
		width: 240px;
		display: inline-block;
		font-size: 1.8rem;
		font-weight: 700;
		vertical-align: top;
		margin-top: 6px;
	}

	.form_table td {
		width: calc(100% - 240px);
		display: inline-block;
		margin-top: 32px;
	}

	.form_table tr:first-of-type td {
		margin: 0;
	}

	.form_table tr:nth-child(n + 2) th {
		margin-top: 38px;
	}

	.required {
		font-size: 1.3rem;
		margin-left: 14px;
		width: 64px;
		height: 24px;
		line-height: 24px;
		border-radius: 12px;
	}

	textarea.form_control {
		height: 240px;
	}

	.form_btn_wrapper span {
		position: relative;
		display: block;
		margin: 80px auto 0 auto;
		max-width: 425px;
	}
}

@media (min-width: 1201px) {
	.page_contact_btn_item .tel_number {
		text-align: center;
		font-size: 4.6rem;
		margin: 0 0 0 0;
		padding: 0;
		font-weight: 900;
	}

	.page_contact_btn_item .tel_number i {
		margin-right: 6px;
		font-size: 3.6rem;
	}

	.page_contact_btn_item .contact_text_bottom {
		font-size: 2rem;
	}
}
.wpcf7-form .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
	color: #d52d1f;
	font-size: 1.4rem;
	font-weight: 500;
	display: block;
	margin: 8px 0 0;
}
.wpcf7-form div.wpcf7-mail-sent-ng,
.wpcf7-form div.wpcf7-spam-blocked,
.wpcf7-form div.wpcf7-validation-errors,
.wpcf7-form.invalid div.wpcf7-response-output,
.wpcf7-form.sent div.wpcf7-response-output {
	border: none;
	font-size: 1.4rem;
	color: #d52d1f;
	font-weight: 500;
	text-align: center;
}

.section_map {
	text-align: center;
}

.banner_area figure {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 690px;
	text-align: center;
}

.banner_area + .banner_area {
	margin: 15px auto 0;
}

/*カスタマイズ*/

h4 {
	font-size: 18px;
	border-bottom: 3px dotted #000;
}

h5 {
	font-size: 22px;
	/*線の種類（二重線）太さ 色*/
	border-bottom: solid 5px #e56e16;
}

h6 {
	font-size: 18px;
	color: #e56e16; /*文字色*/
}

h7 {
	font-size: 18px;
	color: #000000; /*文字色*/
}
/* 2024.09追加 */

.btnToTop {
	a {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		max-width: 320px;
		height: 60px;
		font-size: 16px;
		font-weight: bold;
		background: linear-gradient(
			180deg,
			#d7d7d7 0%,
			#d7d7d7 50%,
			#c6c6c6 50%,
			#c6c6c6 100%
		);
		transition: ease 0.4s;
		&::after {
			content: "\f054";
			font-size: 2rem;
			color: #000;
			font-weight: 900;
			font-family: "Font Awesome 5 Free";
			position: absolute;
			right: 20px;
			top: 50%;
			transform: translateY(-50%);
			-webkit-transform: translateY(-50%);
		}
		&:hover {
			opacity: 0.6;
		}
	}
}

.page_contents .section h2:not(.section_title).column {
	margin-bottom: 24px;
}
.category-list {
	width: 100%;
	display: flex;
	margin-bottom: 24px;
}
.category-list ul {
	display: flex;
	flex-wrap: wrap;
	row-gap: 0.5em;
}
.category-list ul li {
	border-left: solid 2px #707070;
}
.category-list ul li:last-child {
	border-right: solid 2px #707070;
}
.category-list a {
	display: block;
	padding: 0 1em;
	transition: opacity 0.4s;
}
.category-list a:hover {
	opacity: 0.5;
}
.category-list .active a,
.category-list .current-cat a {
	font-weight: bold;
	background-color: #efefef;
}

.section_movie .bottom_line_title {
	font-size: 1.6rem;
}
.section_movie .bottom_line_title .pc {
	display: none;
}

@media (min-width: 768px) {
	.section_movie .bottom_line_title {
		font-size: 2.4rem;
	}
	.section_movie .bottom_line_title .pc {
		display: block;
	}
}
